/*
Theme Name: Oshin Child
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.0
*/

html {  font-size:62.5% !important;}
body {
  font-size: 1.6rem !important;
  overflow: hidden;
}

/* フォント
----------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'メイリオ' , 'Meiryo' , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;
    line-height: 1.6;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.em {
  font-weight: bold;
}
.big {
  font-size: 1.8rem;
}
.text-white {
  color: #fff;
}
.text-white.em {
  font-size: 3rem;
  line-height: 1.5;
}

.notice {
  color: #E74C3C;
}
.maincolor {
  color: #2EABA7;
}
.orange {
  color: #ECA549;
}
.blue {
  color: #35B6E6;
}
.pink {
  color: #EFA8AB;
}
.green {
  color: #ACD95C;
}
.salmon {
  color: #E79678;
}

.num-price {
  display: block;
  color: #F77A86;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}

/* 電話番号画像
----------------------------------------------- */
.inpage.tel-num {
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 30px;
}
/* とうせいロゴ
----------------------------------------------- */
.logo-tosei {
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 30px;
}
/* ==================================
	パーツ
================================== */
/* 共通設定
----------------------------------------------- */
.text-center {
  text-align: center;
}

span.inline-block {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* リスト
----------------------------------------------- */
ul,ol {
  list-style-type: none;
  padding-left: 0;
}
ul li,ol li {
  margin-bottom: 0;
}
ul ul, ol ol, li ul, li ol {
  margin-top: 0;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* アイコン付きリスト
----------------------------------------------- */
.list-arrow {
  margin-left: 2.5em;
  line-height: 2;
}
.list-arrow li {
  text-indent: -1em;
  margin-bottom: 0.5em;
}
.list-arrow li i {
  font-size: 2rem;
  margin-right: .5em;
  color: #16A085;
  vertical-align: middle;
}

/* ギャラリーリスト
----------------------------------------------- */
.tatsu-module .gallery-square {
  margin-bottom: auto !important;
}
.gallery-square,
.gallery-square li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.gallery-square {
  margin-left: -20px;
  margin-right: -20px;
}
.gallery-square li {
  margin: 20px 20px 0 20px;
}
.gallery-square li ,
.gallery-square li a,
.gallery-square li a img::before {
  display: inline-block;
  width: 260px;
  height: 260px;
}
.gallery-square li a {
  position: relative;
}
.gallery-square li a::before {
  content: "";
  background: #2EABA7;
}
.gallery-square li a::after {
  content: url('images/plus_icon.png');
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
}
.gallery-square li a::before,
.gallery-square li a::after {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.gallery-square li a:hover::before,
.gallery-square li a:hover::after {
  opacity: 1;
}
/* タイトル
----------------------------------------------- */
/* サブページタイトル */
.page-title {
  color: #fff;
  width: 100%;
  text-align: center;
  text-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
  letter-spacing: 0.15em;
  font-size: 3.8rem;
  font-weight: bold;
}
.page-title small {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  padding-left: 2px;
  text-shadow: none;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 400;
}

/* 下線付きタイトル */
.title-line {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
  font-size: 2.8rem;
  font-weight: bold;
  color: #2EABA7;
  text-align: center;
  line-height: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.title-line::before {
  content: '';
  position: absolute;
  bottom: 15px;
  display: inline-block;
  width: 50px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2EABA7;
}
.title-line::after {
  content: "";
  display: block;
  height: 30px;
}

/* ラベル風タイトル */
.title-label {
  font-size: 2rem;
  font-weight: bold;
  padding: 0.5em 1em;
  background: #2EABA7;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

/* 強調サブタイトル */
.subtitle {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #444444;
  line-height: 1.6;
}

/* プライバシーポリシー */
#policy h4 {
  line-height: 1.6;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
  color: #666666;
}

/* 画像・ズームアイコン
================================== */
.zoom {
    display: inline-block;
    text-align: center;
    position: relative;
}
.zoom a {
    transition: all 0.3s;
}
.zoom a i {
    font-size: 2.6em;
    color: #C7C3C4;
    position: absolute;
    bottom: 12%;
    right: 5%;
    margin: auto;
    transition: all 0.3s;
}
.zoom a:hover {
  opacity: 0.7;
}

.mfp-image img {
  width: 100%;
  max-width: 100%;
}

/* bootstrap4 card
----------------------------------------------- */
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
}
.card-deck .card {
  margin-bottom: 30px;
}
.card-img-top img {
  width: 100%;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}
.card-title {
  color: #444;
  text-align: center;
  font-size: 2rem;
  margin-bottom: .75rem;
  line-height: 1.5;
}
.card-text {
  color: #444;
  margin-bottom: 15px;
}

/* 画像付き緑パネル */
.card.bg-color {
  background: #2EABA7;
}
.card.bg-color .card-body {
  padding: 15px 30px 10px 30px;
}
.card.bg-color .card-title,
.card.bg-color .card-text {
  color: #fff;
}

/* テキストのみ緑パネル */
.textbox .card.bg-color {
  border-radius: 10px;
  position: relative;
}
.textbox .card.bg-color .card-body {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 1.5em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media only screen and (min-width:768px) {
  .textbox .card.bg-color.addillust::before {
    content: url(images/svg/illust_doctor.svg);
    display: block;
    position: absolute;
  }
}
@media only screen and (min-width:1280px) {
  .textbox .card.bg-color.addillust::before {
    width: 360px;
    height: 232px;
    top: -225px;
  }
}
@media only screen and (min-width:960px) and (max-width:1279px) {
  .textbox .card.bg-color.addillust::before {
    width: 280px;
    height: 200px;
    top: -175px;
  }
}
@media only screen and (min-width:768px) and (max-width:959px) {
  .textbox .card.bg-color.addillust::before {
    width: 226px;
    height: 150px;
    top: -141px;
  }
}

/* ABOUTページパネル */
.about-point-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.about-point-wrap .card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.card.about-point {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.card.about-point .card-body {
  padding: 0 10px;
}
.card.about-point .card-title {
  color: #A79892;
  font-size: 1.7rem;
  min-height: 50px;
  white-space: nowrap;
}
.card.about-point .card-text {
  letter-spacing: -1px;
  text-align: justify;
  line-height: 1.5;
}


@media only screen and (min-width: 768px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card:not(.about-point) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}



/* テーブル
----------------------------------------------- */
table.table-basic {
  width: 100%;
  background: #fff;
}
table.table-basic th,
table.table-basic td {
  font-size: 1.6rem;
  border: 1px solid #CEBFBA;
  box-sizing: border-box;
  padding: 0.5em 0.3em;
}
table.table-basic th {
  background: #F0EBE4;
  color: #A79892;
  width: 177px;
}
table.table-basic td {
  padding-left: 1em;
}
table + .notes {
  text-align: right;
  margin-top: -10px;
}

@media only screen and (max-width:767px) {
  table.table-basic th,
  table.table-basic td {
    display: block;
    width: 100%;
  }
}
/* ==================================
 パーツ ul.list-table
================================== */
/* リストテーブル・ベース ----------------------------------*/
.list-table {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.list-table > li {
  padding: 8px;
}
.list-table li p:last-child {
  margin-bottom: 0;
}
.list-table .item-t {
  display: inline-block;
  font-weight: bold;
  width: 30%;
  max-width: 150px;
  padding-right: 1em;
  text-align: center;
  vertical-align: middle;
}
.list-table .item-d {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
@media only screen and (max-width:480px) {
  /* .list-table > li {
    text-indent: -1em;
    padding-left: 2em;
  } */
  .list-table .item-t,
  .list-table .item-d {
    display: block;
    width: 100%;
    text-align: left;
  }
}


/* リストテーブル・お問い合わせフォームで使用 */
.contact-us-form .list-table li {
  border-bottom: 1px dotted #95989A;
  padding: 15px 8px;
}
.contact-us-form .list-table li:first-child {
  border-top: 1px dotted #95989A; 
}
.contact-us-form .list-table .item-t {
  text-align: left;
  padding-left: .5em;
  max-width: 244px;
  color: #333;
  letter-spacing: .1em;
  position: relative;;
}
@media only screen and (max-width:1279px) {
  .contact-us-form .list-table .item-d {
    width: 100%;
  }
}

.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form input[type="tel"],
.contact-us-form input[type="password"],
.contact-us-form textarea {
  border-radius: 25px;
  background: #FAECD9;
  border: none;
  color: #666;
  padding: .5em 1em;
}
/* リストテーブル・お問い合わせフォーム下部 =============== */
.contact-us-form .form-bottom {
  text-align: center;
  color: #444;
  padding-left: 2em;
}
.contact-us-form label.accept-check {
  display: block;
  text-align: center;
}
/* チェックボックス */
.accept-check span.wpcf7-form-control-wrap {
  display: inline-block !important;
  top: 5px;
  padding-right: .5em;
}
.wpcf7-form .contact-us-form label.accept-check .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  width: 20px;
  height: 20px;
}
/* 必須マーク */
.contact-us-form .required::after {
  display: inline-block;
  content: "*";
  font-size: 10px;
  color: #E79678;
  padding-left: 0.5em;
}

/* 送信ボタン */
.contact-us-form input[type="submit"] {
  background: #E74C3C;
}
.contact-us-form input[type="submit"]:disabled {
  background: #999;
}
.contact-us-form input[type="submit"].wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  padding: 1em 1.5em 1em 2.5em;
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
  border-radius: 50px;
  letter-spacing: 1em;
}

/* ==================================
	パーツ・ボタン
================================== */
/* ボタン */
.btn_wrap {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}
.btn {
  display: block;
  width: 100%;
  transition: .3s;
  text-align: center;
}
.btn.md {
  display: inline-block;
  width: auto;
  padding-left: 2em !important;
  padding-right: 2em !important;
}
.btn.btn_main {
  color: #fff;
  background: #E79678;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 50px;
  padding: 1em;
  line-height: 1;
  letter-spacing: 2px;
  box-sizing: border-box;
}
.btn.btn_main:hover {
  background: #BA6445;
}
.label-white {
  color: #ECA549;
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 50px;
  padding: .5em;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

a.btn + small {
  display: block;
  padding-top: .5em;
}

/* ==================================
	ヘッダー
================================== */

/* SVGロゴ
----------------------------------------------- */
.style1 .logo a {
  width: 240px;
  height: auto;
}
.style1 .logo img.sticky-logo {
  width: 150px;
  height: auto;
}
@media only screen and (max-width: 480px) {
  #header .style1 .logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header .style1 .logo a {
    width: 150px;
  }
}


/* ナビゲーション
----------------------------------------------- */
#navigation,
#header-controls-right {
  margin-top: 40px;
}

#navigation ul li {
  margin: 5px;
}
#navigation ul li a {
  color: #A79892;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  line-height: 50px;
}
#navigation ul li.current-menu-item a,
#navigation  ul li a:hover {
  color: #fff !important;
  background: rgba(231, 150, 120, 0.9);
}
#navigation .sub-menu {
  background-color: transparent !important;
}

@media only screen and (max-width: 480px) {
  #header-controls-right {
    margin-top: 10px;
  }
}

/* スティッキーヘッダー */
body #header-inner-wrap.top-animate .logo {
  padding: 10px 0;
}
body #header-inner-wrap.top-animate #navigation {
  margin-top: 5px;
}

/* タイトル英語 */
#navigation ul li a {
  position: relative;
  padding: 0 2em 0.5em 1.7em;
}
#navigation ul li a::after {
  display: block;
  text-align: center;
  width: 100%;
  letter-spacing: 3px;
  opacity: 0.4;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.6;
  padding-left: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#navigation ul li.current-menu-item a::after,
#navigation  ul li a:hover::after {
  color: #fff;
  opacity: 1;
}
#navigation ul li.menu-home a::after {
  content: "HOME";
}
#navigation ul li.menu-about a::after {
  content: "About TANPOPO";
}
#navigation ul li.menu-facilities a::after {
  content: "Facilities";
}
#navigation ul li.menu-price a::after {
  content: "Price";
}
#navigation ul li.menu-qa a::after {
  content: "Question";
}
#navigation ul li.menu-contact a::after {
  content: "Contact";
}

/* ブラウザ幅縮小時調整 */
@media only screen and (min-width: 961px) and (max-width: 1299px) {
  .style1 .logo,
  .style1 .logo a {
    width: 140px;
  }
  #navigation, #header-controls-right {
    margin-top: 20px;
  }
  #navigation ul li a {
    font-size: 1.4rem !important;
  }
  #navigation ul li a::after {
    font-size: 65% !important;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1009px) {
  .style1 .logo,
  .style1 .logo a {
    width: 110px;
  }
  #navigation, #header-controls-right {
    margin-top: 10px;
  }
}
/* ==================================
	固定ページ
================================== */
.page-logo {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}

.slider_waku img{
  width: 100vw !important;
}

/* TOP・ポイント
----------------------------------------------- */
ul.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
}
ul.point li {
  width: 20%;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
}
ul.point figure {
  max-width: 240px;
  margin: 0 auto;
}
ul.point figure figcaption {
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .sec-pick {
    height: 240px;
  }
  ul.point {
    -ms-flex-flow: row nowrap;
    -webkit-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
@media only screen and (max-width: 1199px) {
  .sec-pick {
    max-height: 550px;
  }
  ul.point li {
    width: 33.3333%;
  }
  .point_wrap.tatsu-column {
    transform: translate3d(0px,-15%, 0) !important;
  }
}
@media only screen and (max-width: 480px) {
  /* .sec-pick {
    max-height: 670px;
  } */
  .point_wrap.tatsu-column {
    transform: translate3d(0px,-10%, 0) !important;
  }
  ul.point {
    margin-left: -10px;
    margin-right: -10px;
  }
  ul.point li {
    /* width: 50%; */
    padding: 0 5px 2px 5px;
  }
  ul.point figure figcaption {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

/* ==================================
	フッター
================================== */

/* ウィジェットレイアウト
----------------------------------------------- */
@media only screen and (min-width:768px) {
  .one-fourth {
    width: 47%;
  }
}
@media only screen and (max-width:767px) {
  #bottom-widgets .column-block:not(:first-child) {
    margin-bottom: 0;
  }
}

/* フッターロゴ
----------------------------------------------- */
.footer-logo {
  max-width: 394px;
  height: auto;
  margin: 0 auto;
}

/* フッター入居者募集
----------------------------------------------- */
.footer-bosyu-wrap .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0.7em 0;
}
.footer-bosyu-wrap .tel-num {
  max-width: 400px;
  margin-bottom: 1em;
}

/* back to top ボタン
----------------------------------------------- */
#back-to-top {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  opacity: 0.9;
}
#back-to-top i {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.8;
}


/* ==================================
	ポートフォリオ　一覧ページ
================================== */

/* カテゴリナビゲーション
----------------------------------------------- */
.filters.border .sort {
  border-radius: 50px;
  border: 2px solid #E79678;
  color: #E79678;
  padding: 0.5em 1.8em;
  margin-bottom: 10px;
}
.filters.border .filter_item {
  margin-right: 20px;
}
.filters.border .current_choice {
  background: #E79678;
  color: #fff !important;
}

@media only screen and (max-width: 480px) {
  .filters.border .filter_item,
  .filters.border .sort {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
/* 各記事詳細欄
----------------------------------------------- */
@media only screen and (max-width: 480px) {
  .thumb-title-wrap .thumb-title {
    font-size: 1.6rem !important;
  }
  .thumb-title-wrap .portfolio-item-cats {
    font-size: 1.2rem !important;
  }
  .portfolio-container .style5-title .thumb-overlay .thumb-bg {
    padding: 7px 5px !important;
  }
}



/* ==================================
	ポートフォリオ 詳細ページ
================================== */
/* 画像タイトル
----------------------------------------------- */
body.single-portfolio .content-single-sidebar p::before {
  content: attr(title);
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #444;
  margin-bottom: 0.8em;
}
/* 詳細
----------------------------------------------- */
.header-single-portfolio {
  padding: 30px 0;
  background: #2EABA7;
}
.header-single-portfolio .page-title,
.header-single-portfolio .page-title small {
  margin-bottom: 0;
}
.fixed-sidebar-content {
  background: #fff;
}
h6.gallery-side-heading {
  display: inline-block;
  background: #2EABA7;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 1.4rem !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 0.2em 1em;
}
.single-portfolio .special-h-tag {
  line-height: 1.4 !important;
}
@media only screen and (max-width: 960px) {
  .single-portfolio .special-h-tag {
    font-size: 2.6rem !important;
  }
  .single-portfolio .fixed-sidebar-content {
    padding: 10px 15px;
  }
}

/* ナビゲーションバー */
.portfolio-nav-wrap.style1-navigation i.font-icon::before {
  font-size: 1.6em;
}
.portfolio-nav-wrap.style1-navigation .home-grid-icon {
  width: 35px;
}
.home-grid-icon span {
  width: 10px;
  height: 10px;
}

/* ==================================
	スマホ表示時フォントサイズ
================================== */
@media only screen and (max-width: 767px) {
  /* タイトル
  ----------------------------------------------- */
  .page-title {
    font-size: 2.3rem;
    line-height: 1.8;
  }
  .title-line {
    font-size: 2rem;
    line-height: 1.6;
  }
  .subtitle {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .title-label {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  /* 各パーツ
  ----------------------------------------------- */
  .text-white.em {
    font-size: 2rem;
    display: block;
    padding-bottom: 1em;
  }
  .label-white {
    font-size: 1.6rem;
  }
  .textbox .card.bg-color .card-body {
    font-size: 1.4rem;
  }
  .num-price {
    font-size: 2.6rem;
  }
} 

/* 2020.08.07 ポートフォリオ(設備)の高さ合わせ */
@media only screen and (max-width: 1200px) {
	.page-id-3811 .thumb-title {
		height: 60px;
	}
}

/* 2022.01.18 修正 */
#top-orange .text-white {
    letter-spacing: 0.15em;
    padding-top: 0.5em;
}

@media only screen and (max-width: 1279px) {
    #top-orange .text-white {
        letter-spacing: normal;
    }
}

@media only screen and (max-width: 959px) {
    #top-orange .text-white {
        padding: 0;
    }
}

@media screen and (min-width: 960px) {    
    #top-orange .text-white .ib {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    #top-orange .text-white {
        letter-spacing: 0.15em;
    }
}


#tanpopo-bg > .tatsu-section-pad {
    background-image: url(https://tanpopo.care/app/wp-content/uploads/2018/06/bg_flower.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom center;
    background-size: cover;
}
