@charset "utf-8";
/*
Theme Name:sarnath
Author: Lifcom
Author URI: 作成者のURL（あれば）
Description: このテーマについての説明文
Version: バージョンを記入（1.0とか）
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*==============================
お知らせ
==============================*/
#oshirase .breadcrumb{
padding:0.7rem 2rem;
}
#oshirase .breadcrumb li{
border-bottom:none!important;
}
#oshirase .breadcrumb li a{
padding: 0!important;
}
#oshirase .side_wrap li a{
padding: 0!important;
}
#oshirase .side_wrap .ttl_month{
padding: 0.9rem 2rem;
background: #e9ecef;
border-radius: 0.5rem;
font-weight: bold;
}
#oshirase .side_wrap ul.month-list li{
padding: 10px 0;
border-bottom: 1px solid #eee;
}
#oshirase .side_wrap ul.month-list li a{
color: #333;
}
#oshirase .info_dtl a:hover{
opacity: 1;
}
#oshirase .info_dtl dl{
border-bottom: 1px solid #ccc;
}
#oshirase .info_dtl dd a{
padding: 0!important;
}
#oshirase .info_dtl dl dt.day{
color: #333;
padding-bottom: 1rem;
}
#oshirase .info_dtl dl dd a{
color: #333;
}
#oshirase .info_dtl dl dd a:hover{
color: #2cb4a4;
}
#oshirase .info_dtl dl dd.title,
#oshirase .info_dtl dl dd.title a{
font-size:2.2rem;
padding: 0 0 1rem 0;
}
#oshirase .info_dtl dl dd.content p{
line-height: 1.8em;
}
#oshirase .info_dtl .category{
font-size: 85%;
color: #FFF;
background-color: #2cb4a4;
padding: 2px 8px 1px 8px;
margin: 0 8px;
font-weight: normal;
}


/*==============================
お知らせページのページネーション
==============================*/
#oshirase .nav-links{margin-bottom:3rem;}
#oshirase .nav-links a,
#oshirase .nav-links span{
display: inline-block;
text-align: center;
border: 1px solid #dfdfdf;
padding: 0.5rem 1.4rem;
}
#oshirase .nav-links span{
background: #2cb4a4;
color: #FFF!important;
border:1px solid #2cb4a4;
}
#oshirase .nav-links a:hover{
background: #dfdfdf;
}

/*==============================
見学ご予約
==============================*/
#reserve .contact_form{
margin: 0 auto 3rem;
}
#reserve .contact_form label{
font-size: 1.5rem;
font-weight: 500;
margin-bottom: .5rem;
}
#reserve .required{
display: inline-block;
padding: 0 1rem;
font-size: 1.2rem;
background: #D05E5D;
color: #FFF;
margin-left: 1rem;
}
#reserve .day-tit{
font-size: 1.6rem;
font-weight: bold;
border-left: 4px solid #CC9F23;
padding-left: 1rem;
margin-bottom: 0.5rem;
}
#reserve .form-control{
height: calc(2.5em + 1rem + 2px);
font-size: 1.5rem;
padding: 1.5rem;
}
#reserve textarea.form-control{
height: auto;
}
#reserve .contact_form .btn_form,
#reserve_confirm .contact_form .btn_form{
display: block;
margin: 2rem auto;
padding: 1.5rem 7rem;
color: #fff;
border: 1px solid #333 !important;
border-radius: 5px;
background: #333;
position: relative;
font-weight: bold;
}

#reserve .contact_form .btn_form:hover,
#reserve_confirm .contact_form .btn_form:hover{
background-color: #464646;
}

#reserve_confirm .contact_form input[name="submitBack"] {
    background: #ccc!important;
    border: none!important;
    padding: 1rem 2.5rem!important;
    margin-right: 1.8rem;
}
#reserve_confirm .contact_form .btn_form {
    display: inline!important;
}

/*==============================
フッターリンク（2022/02/追加）
==============================*/
.fixBottom {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #footer .fixBottom {
    position: fixed;
    bottom: -80px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: block;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.24);
    transition: all 0.6s ease-in-out;
  }
  #footer .fixBottom.active {
    bottom: 0;
  }
  #footer .fixBottom ul li {
    width: calc(100% / 2);
    list-style: none;
    float: left;
    text-align: center;
  }
  #footer .fixBottom li + li {
    border-left: 1px solid #ffffff6b;
  }
  #footer .fixBottom ul li a {
    padding: 12px 0;
    display: block;
    color: #FFF;
    height: 50px;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    border-top: rgba(255, 255, 255, 0.08) 1px solid;
  }
  #footer .fixBottom ul li a:hover {
    opacity: .88;
  }
  #footer .fixBottom ul li:first-child {
    background: rgba(255, 255, 255, 0.92);
    -ms-background-size: 1px;
    background-size: 1px;
  }
  #footer .fixBottom ul li:first-child a {
    color: #1CAA86;
  }
  #footer .fixBottom ul li:nth-child(2) {
    background: rgba(203, 160, 36, 0.92) url(images/common/dotto.png) repeat;
    -ms-background-size: 1px;
    background-size: 1px;
  }

  #footer .fixBottom .txt-md, #footer .fixBottom .txt-md i {
    display: inline-block;
  }
  #footer .fixBottom .txt-sm, #footer .fixBottom .txt-sm i {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  #footer .fixBottom .txt-md, #footer .fixBottom .txt-md i {
    display: none;
  }
  #footer .fixBottom .txt-sm, #footer .fixBottom .txt-sm i {
    display: inline-block;
  }
}

@media screen and (max-width: 767.98px) {
.footer_copy {
  padding: 1rem 0 3rem 0!important;
  height: 9.5rem;
  }
    #footer #pageTop{
    bottom: 60px;
    }
}

/*==============================
CTA
==============================*/
.contact-area a:hover {
    opacity: 0.8;
}
.contact-area .text-cl-white{
color: #fff;
}
.contact-area .cl-green {
    color: #cba024;
}
.contact-area .bg-green {
    background-color: #cba024;
    border-radius: 5px;
    padding: 10px;
}
.contact-area .btn_tel {
    display: block;
    text-align: center;
    line-height: 1.0;
}
.contact-area .btn_form {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 2.0rem;
}
.contact-area .box2 {
    padding: 4rem 6rem;
}
.contact-area .box2 .cl-y {
    color: #FEFA51;
    text-align: right;
    font-size: 6.2rem;
}
.contact-area .box2 .fs38 {
    font-size: 3.8rem;
}
.contact-area .box2 .border {
    border: 1px solid #fff!important;
}

@media screen and (max-width: 1200px) {
.contact-area .box2 .cl-y {
    font-size: 5.2rem;
}
.contact-area .box2 .cl-y .fs38 {
    font-size: 3.0rem;
}
}

@media screen and (max-width: 992px) {
.contact-area .box2 {
    padding: 3rem 4rem;
}
.contact-area .box2 .cl-y {
    color: #FEFA51;
    text-align: center;
    font-size: 6.2rem;
}
.contact-area .box2 .fs38 {
    font-size: 3.8rem;
}
}

@media screen and (max-width: 768px) {
.contact-area .box2 .fs35 {
    line-height: 1.2;
}
.contact-area .box2 span {
    line-height: 1.5;
    padding-top: 1rem;
}
}

@media screen and (max-width: 500px) {
.contact-area .box2 {
    padding: 3rem 2rem;
}
.contact-area .cl-y {
    color: #FEFA51;
    text-align: center;
    font-size: 4.5rem;
}
.contact-area .fs38 {
    font-size: 2.2rem;
}
}

.contact-area .tel_icon {
height: 26px!important;
}
@media screen and (max-width: 768px) {
.contact-area .tel_icon {
height: 22px!important;
}
}


/*==============================
ヘッダー固定解除
==============================*/
#header {
position:static!important;
}
body {
padding-top: 0!important;
}
@media screen and (max-width: 575.98px) {
body {
padding-top: 0!important;
}
}

/*==============================
TOPページ改修
追加section
#jumokuso
#sereno
.contact-area
#map
==============================*/
h2#head img{
position: absolute;
width: 432px;
top: 5%;
left: 100%;
transform: translate(-105%,0);
-webkit-transform: translate(-105%,0);
-ms-transform: translate(-105%,0);
}
@media screen and (max-width: 767.98px){
h2#head img {
top: 75%;
left: 50%;
width: 90%;
max-width: 90%;
transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
}
#intro .catchcopy{
padding-top: 40%!important;
}
}

#jumokuso .text-cl-white{color:#FFF;}
.py35{padding:3.5em 0; }
.py40{padding:4em 0; }

.fslarge {
  font-size: 8.8rem;
  white-space: nowrap;}
  @media screen and (max-width: 767.98px) {
    .fslarge {
      font-size: 9rem; } }


@media screen and (max-width: 991px) {
.contact-area .container{position:relative;}
.contact-area .adviser{
position: absolute;
width: 26%;
top: 15px;
right: 10px;
}
}
@media screen and (max-width: 767.98px) {
.contact-area .adviser{
width: 35%;
}
}
@media screen and (max-width: 400px) {
.contact-area .adviser{
width: 38%;
right: -5px;
}
}

#sereno .num{
color: #B6E8E2;
line-height: 1em;
white-space: nowrap;
}
#sereno .grass_design img{
width:calc(100%/3.3);
}

@media screen and (max-width: 576px){
.gmap {
padding-bottom: 85%;
}}

/*アンカーズレ調整（背景色がある場合）*/
@media screen and (max-width: 767.98px) {
.mt_wrap{
margin-top: 110px;
}
}

@media screen and (max-width: 576px){
.sec_wrap_sp{
margin-top: -70px;
padding-top: 70px;
}
.mt_wrap{
margin-top: 70px;
}
}

.line_br{
  word-break: keep-all!important;
  
  line-break: strict!important;
  word-wrap: break-word!important;
  overflow-wrap: break-word!important;
}
.nobr{white-space: nowrap!important;}


/*TOP項目追加*/
/*#intro {height: auto!important;}*/
#recommend div{width: 700px;}
@media screen and (max-width: 576px){
#recommend div{
width: 100%;
text-align: center;
}
}
#present_area .row{
background: #FEFFED;
border: 1px solid #2CB4A4;
align-items: center;
width: 80%;
}
@media screen and (max-width: 991px) {
#present_area .row{
width: 100%;
}
}

#sereno .link_gallery:hover{
color:#FFF!important; opacity: 0.7; transition: 0.7;
}

/*==============================
TOP youtube読み込み
==============================*/
#tv .youtube {
width: 100%;
aspect-ratio: 16 / 9;
}
#tv .youtube iframe {
width: 100%;
height: 100%;
}







