@charset "UTF-8";
/* -----------------------------------------------
 *  	         component_neo.css
 * ----------------------------------------------- */
/* 新レイアウト用CSS */

/* HOMEの部分非表示 */
#HOME #PAGE_NAV,#HOME #CHILD_NAV{display: none;}
#HOME .FooterWeddingSpaceBlock{display: none;}
#HOME .FooterCopyrightBlock {
    margin-top: 0px !important;
    border-top: none !important;
}

/* WEDDINGのスマホナビ処理 */
/* 960px */
@media only screen and (max-width: 60em) {
/* .spNav.is_wedding .MainNav .MainNav-item.restaurant{display: none;} */
/* .spNav.is_wedding .MainNav .MainNav-item.party{display: none;} */
/* .spNav.is_wedding .MainNav .MainNav-item.restaurant{display: none;} */
.spNav.is_wedding .MainNav .ChildNav-list.wedding{display: block;}
}



/*====================footerサイトマップエリア====================*/
article.footer_sitemap{
    position: relative;
    background-color: #fff;
}



/*====================Swiperセッティング====================*/

/* ===pageNation=== */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #aa8e76;
}
/*グレー版スライド .swiper_boxに.swipe_grayが付く場合、エリア背景白で要素背景グレー */
.swiper_box.swipe_gray .swiper-pagination-bullet {
    background: #ccc;
}
.swiper_box.swipe_gray .swiper-pagination-bullet-active{
    background-color: #aa8e76;
}
/* ===pageNation=== */

.swiper_box{
    padding: 0;
font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
div.swiper-wrapper{
    margin-bottom: 10px;
    align-items: stretch;
    background-color: #fff;
}

/* 汎用swipe */
div.neo_common_slide{
    background-color: #fff;
    height: auto;
}
/*グレー版スライド*/
.swiper_box.swipe_gray div.neo_common_slide{
    background-color: #eeeeee;
}
div.neo_common_slide a{
    text-decoration: none;
}
div.neo_common_slide a:visited{
    color: #000;
}
div.neo_common_slide a:hover{
    opacity: 0.8;
}
img.neo_common_image{
    display: block;
    margin: 0;
    padding: 0;
}
div.neo_common_slide_inner{
    padding: 10px 10px;
}
div.swiper_icon_box{
    margin: 0 0 10px 0;
}
span.swiper_icon{
    display: inline-block;
    width: 100px;
    margin: 0 5px 0 0;
    text-align: center;
    background-color:#aa8e76;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 3px;
    font-family: "Quicksand";
}

/* fair用swipe */
div.neo_fair_slide{
    height: auto;
}
div.neo_fair_slide a{
    text-decoration: none;
}
div.neo_fair_slide a:visited{
    color: #000;
}
div.neo_fair_slide a:hover{
    opacity: 0.8;
}
img.neo_fair_image{
    display: block;
    margin: 0;
    padding: 0;
}
div.neo_fair_slide_inner{
    display: flex;
    background-color: #fff;
    padding: 10px 5px;
}
div.fair_slide_date{
    width: 30%;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1;
}
div.fair_slide_text{
    width: 70%;
    margin: 0;
    padding: 5px;
}

span.year{
    display: block;
    font-family: "Quicksand";
    font-size: 16px;
    font-weight: normal;
	color: #000;
}
span.month{
    display: block;
    font-size: 40px;
    font-weight: normal;
	color: #000;
}
span.day{
    display: block;
    font-size: 40px;
    color: #669acc;
    font-weight: normal;
}
span.day2{
    display: block;
    font-size: 40px;
    color: #fe979a;
    font-weight: normal;
}
span.dotw{
    display: block;
    font-size: 16px;
    color: #669acc;
    font-weight: normal;
}
span.dotw2{
    display: block;
    font-size: 16px;
    color: #fe979a;
    font-weight: normal;
}
div.fair_slide_text p{
    font-size: 14px;
	color: #000;
}

/* photo用swipe */
.swiper-photo-container{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin-bottom: 15px;
}
.swiper-photo-container div.swiper-wrapper{
    margin-bottom: 0;
    align-items: stretch;
    background-color: #fff;
}

/* photo用swipe 縦位置 */
.swiper-photo-container-vertically{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-photo-container-vertically div.swiper-wrapper{
    margin-bottom: 0;
    align-items: stretch;
    background-color: #fff;
}



/*====================Topics出し分けセッティング====================*/
div.Page.restaurant .only_wedding{display: none;}
div.Page.wedding .only_restaurant{display: none;}



/*==========TOPページメインVのメニュー==========*/
header.Page-header-new{
    position: absolute;
    top:0; bottom:0; left:0; right:0;
    z-index: 9000;
    margin: auto;
    padding: 10px 30px;
    width: 300px;
    height: 480px;
    background-color: rgba(255,255,255,0.8);
}
/* SVG logo */
div.header-new-logo{
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}
div.header-new-logo svg{
    width: 100%;
    fill:#000;
}

/* PageHeaderNav */
ul.Page-header-nav{
    list-style: none;
}
ul.Page-header-nav li{
    text-align: center;
    padding: 0;
    border-top: solid 1px #AA8E76;
}
ul.Page-header-nav li a{
    position: relative;
    display: block;
    padding: 15px 0;
    letter-spacing: .4rem;
    font-weight: 400;
    font-size: 2.4rem;
    font-family: "Quicksand";
    text-decoration: none;
}
ul.Page-header-nav li a span{
    display: block;
    font-size: 1.0rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
ul.Page-header-nav li a::after{
    position: absolute;
    top: 30px;
    right: 10px;
    content: "";
    display: block;
    background-image: url("/common/img/header_nav_arrow.svg");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    transition: all 0.3s;
}
ul.Page-header-nav li a:hover::after{
    right: 0;
}

/* 480px */
@media only screen and (max-width: 30em) {
header.Page-header-new{
    padding: 10px 30px;
    width: 270px;
    height: 400px;
}
/*logo svg*/
div.header-new-logo{
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    height: 150px;
}
/* nav */
ul.Page-header-nav li a{
    padding: 15px 0;
    font-size: 1.8rem;
}
}

/*==========TOPページ_パプレアiframe==========*/
div.paplea_box{

}
div.paplea_box iframe{
    width: 100%;
    height: 352px;
}


/*==========主要コンテンツメインV==========*/
div.Page-header-neo{
    position: absolute;
    top: 0;bottom: 0;left: 0;right: 0;
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
    z-index: 99;
}
div.Page-header-neo div.header-neo-inner{
    writing-mode: vertical-rl;
    display: block;
    margin: auto;
    text-align: left;
    color: #fff;
	z-index: 10;
}
/*item1 タイトル英字*/
div.Page-header-neo h1.header-neo-item1{
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: lighter;
    letter-spacing: 5px;
    line-height: 1.2;
}
div.Page-header-neo h1.header-neo-item1::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    height: 2px;
    background-color: #AA8E76;
}
/*item2 縦書き文字*/
div.Page-header-neo h2.header-neo-item2{
    display: block;
    width: 100%;
}
div.Page-header-neo h2.header-neo-item2 span{
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
}
/*item3 タイトル補足*/
div.Page-header-neo span.header-neo-item3{
    display: block;
    width: 100%;
    font-size: 36px;
/*    margin-bottom: 30px;　*/
/*	padding-top: 10px;　*/
    text-align: left;
    letter-spacing: 0.3em;
    font-weight: 400;
}
/*item4 囲み強調*/
span.header-neo-item4{
    display: inline-block;
    padding: 0px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: "Quicksand";
}
/*btn*/
a.Btn.header-neo-btn{
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 240px;
    z-index: 9000;
	background-color: #b5b5b5;
	color: #fff;
}

	
/* 480px */
@media only screen and (max-width: 30em) {
div.Page-header-neo h1.header-neo-item1{
    font-size: 14px;
    letter-spacing: 5px;
}
div.Page-header-neo h1.header-neo-item1::after{
    height: 1px;
}
div.Page-header-neo h2.header-neo-item2{
    display:flex;
    justify-content: center;
    width: 100%;
}
div.Page-header-neo h2.header-neo-item2 span{
    font-size: 14px;
    display: inline-block;
}
/*item3 タイトル補足*/
div.Page-header-neo span.header-neo-item3{
    font-size: 24px;
}

a.Btn.header-neo-btn{
    bottom: 30px;
}
}



/*==========Content neo==========*/
.MainContentBlock a{
	text-decoration: none;
	color: #444444
}

.MainContentBlock {
  background-color: #fff;
  padding-bottom: 1px;
}

.MainContentBlock-header {
  padding: 50px 0 10px 0; 
  text-align: center;
}

.MainContentBlock-header_wa {
  padding: 0 0 30px 0; 
  text-align: center;
}

@media only screen and (max-width: 60em) {
  .MainContentBlock-header {
    padding:5% 0 2% 0;
  }
  .MainContentBlock-header_wa {
    padding:0;
  }
}

.MainContentBlock-headTitle {
  position: relative; 
  display: inline-block;
}
.MainContentBlock-headTitle.ja span,.MainContentBlock-headTitle.ja span.sub {
  letter-spacing: .2rem;
  font-weight: bold; 
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.MainContentBlock-headTitle.ja span:after {
  display: none;
}
.MainContentBlock-headTitle span {
  letter-spacing: .4rem; 
  font-weight: 400;
  font-size: 2.8rem;
  font-family: "Quicksand";
}
.MainContentBlock-headTitle span.sub {
  letter-spacing: .4rem; 
  font-weight: 400;
  font-size: 2.0rem;
  font-family: "Quicksand";
  display: block;
}

/* 縦型見出し　*/
.MainContentBlock-headTitle_wa {
  position: relative; 
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.MainContentBlock-headTitle_wa.ja span,.MainContentBlock-headTitle.ja span.sub {
  letter-spacing: .2rem;
  font-weight: bold; 
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.MainContentBlock-headTitle_wa.ja span:after {
  display: none;
}
.MainContentBlock-headTitle_wa span {
  letter-spacing: .4rem; 
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.MainContentBlock-headTitle_wa span.sub {
  letter-spacing: .4rem; 
  font-weight: 400;
  font-size: 2.0rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  display: block;
}

.MainContentBlock-subTitle_wa {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 60em) {
  .MainContentBlock-subTitle_wa {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .MainContentBlock-subTitle_wa {
    font-size: 1.8rem;
  }
  
.MainContentBlock-headTitle_wa.ja span,.MainContentBlock-headTitle.ja span.sub {
}
.MainContentBlock-headTitle_wa.ja span:after {
  display: none;
}
.MainContentBlock-headTitle_wa span {
  font-size: 1.2rem;
}
.MainContentBlock-headTitle_wa span.sub {
} 
}

/* 縦型見出し　*/


@media only screen and (max-width: 60em) {
  .MainContentBlock-headTitle span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .MainContentBlock-headTitle span {
    font-size: 2.8rem;
  }
}
.MainContentBlock-headTitle span::after,.MainContentBlock-headTitle.ja span::after  {
  display: block; 
  width: 100%;
  height: 1px;
  background-color: #AA8E76;
  content: "";
}
.MainContentBlock-headTitle span.sub:after {
  display: none; 
}
p.MainContentBlock-daytitl{
  font-weight: bold; 
  color: #AA8E76;
  font-size: 2.8rem;
  padding-bottom: 25px;
  text-align: center;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.MainContentBlock-headTitle-event {
  position: relative; 
  display: inline-block;
  font-size: 2.2rem;
  line-height: 3.5rem;
}
.MainContentBlock-headTitle-event.ja span {
  letter-spacing: .2rem;
  font-weight: bold; 
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.MainContentBlock-headTitle-event.ja span:after {
  display: none;
}
.MainContentBlock-headTitle-event span {
  letter-spacing: .4rem; 
  font-weight: 700;
  font-size: 2.5rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.MainContentBlock-headTitle-event strong {
  letter-spacing: .4rem; 
  font-weight: 700;
  font-size: 2.5rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}


@media only screen and (max-width: 60em) {
  .MainContentBlock-headTitle-event {
    font-size: 1.8rem;
	line-height: 2.5rem;
  }
}

@media only screen and (max-width: 60em) {
  .MainContentBlock-headTitle-event span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .MainContentBlock-headTitle-event span {
    font-size: 1.8rem;
  }
}

.MainContentBlock-headTitle-event span:after {
  display: block; 
  width: 100%;
  height: 1px;
  background-color: #AA8E76;
  content: "";
}
.MainContentBlock-headTitle-event-box{
	text-align: center;
	margin: 3rem 0;
}
.MainContentBlock-headTitle-event-btn{
	padding: 0 40%;
}
@media only screen and (max-width: 37.5em) {
.MainContentBlock-headTitle-event-box{
	margin-bottom: 4rem;
}
}
@media only screen and (max-width: 37.5em) {
.MainContentBlock-headTitle-event-btn{
	padding: 0 10%;
}
}

.MainContentBlock-subTitle {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 60em) {
  .MainContentBlock-subTitle {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .MainContentBlock-subTitle {
    font-size: 1.2rem;
  }
}

.MainContentBlock-leadText {
  margin-top: 40px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 60em) {
  .MainContentBlock-leadText {
    margin-top: 4%;
  }
}
.MainContentBlock.learnMore .bgImgBox.is-1column {
  display: none;
}



/*==========Site Map neo==========*/
.footer-sitemap a{
	text-decoration: none;
	color: #444444;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

}

.footer-sitemap a:hover {
  color: #b69458;
  transition: transform .3s;
}
.footer-sitemap-list li{
	 list-style: none;
}

.footer-sitemap  {
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

/*==========Party spece neo==========*/
.Page-info {
  text-align: center;
}
.Page-content {
}
@media only screen and (max-width: 60em) {
  .Page-content {
    padding-top: 4%;
  }
}

.Page-content {
  position: relative;
  z-index: 2; 
  background-color: #fff;
}
@media only screen and (max-width: 60em) {
  .Page-content {
    z-index: auto; 
    margin-top: 0 !important;
  }
}

.Page-leadText {
margin: 0px 0 0 20px ;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.6em;
    font-family: 游明朝;
    letter-spacing: 0.3em;
    text-align: left;
}
.Page-leadText2 {
  margin-right: auto; 
  margin: 10% auto;
  margin-left: auto;
  max-width: 1024px;
  width: 100%;
  text-align: center;
  letter-spacing: .1rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 69.56522em) {
  .Page-leadText {
    margin-right: 4%; 
    margin-left: 4%;
    width: 92%;
  }
}
@media only screen and (max-width: 60em) {
  .Page-leadText {
    margin-bottom: 4%; 
    font-size: 12px;
    line-height: 2.0;
  }
}
@media only screen and (max-width: 37.5em) {
/*  .Page-leadText br {
    display: none;
  } */
}

.MainContentBlock.bottomContact .Btn {
  margin: auto;
  margin-bottom: 15px; 
  width: 240px;
}
@media only screen and (max-width: 37.5em) {
  .MainContentBlock.bottomContact .Btn {
    max-width: 240px; 
    width: 90%;
  }
}



/*==========コンテンツブロックneo==========*/

.ContentBlock-neo1{
}
/* 上段写真スライド */
.ContentBlock-neo2{
    margin: 0 0 100px 0;
}

.ContentBlock-neo2-inner{
/*50%→68% */
    width: 68%;
    margin: 0 auto;
    padding: 0 20px 20px;
/*    background-color: #f5f5f5; */
}


/* 縦型 */
.ContentBlock-neo3{
    margin: 0 0 50px 0;
}

.ContentBlock-neo3-inner{
/*50%→68% */
    margin: 0 auto;
    padding: 60px 20px 20px;
/*    background-color: #f5f5f5; */
    writing-mode: vertical-rl;
/*    text-orientation: upright; */
}



/* 960px */
@media only screen and (max-width: 60em) {
.ContentBlock-neo2-inner{
    width: 66.66%;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
.ContentBlock-neo2{
    margin: 0 0 40px 0;
    padding: 0 2%;
}
.ContentBlock-neo2-inner{
    width: 100%;
    padding: 0 10px 10px;
}
}



/*==========フッターコンタクトneo==========*/
div.bottomContact-neo{
    position: relative;
    padding-bottom: 20px;
/*    border-top: solid 10px #b5b5b5; */
}
div.bottomContact-neo::before{
    position: absolute;
    top: -11px;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
}

div.bottomContact-neo-inner{
    padding: 0;
}

.BottomContactBox-subTitle-neo{
    text-align: center;
    font-family: "游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN W3, ヒラギノ明朝 Pro W3, HiraMinProN-W3, HG明朝E, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ヒラギノ明朝 Pro W6, ＭＳ Ｐ明朝, MS PMincho, MS 明朝, serif;";
}

.BottomContactBox-telNumber-neo{
    font-size: 35px;
}

.BottomContactBox-text{
	text-align: center;
	margin-bottom: 20px; 
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;    
}

.telNumber {
  letter-spacing: .2rem; 
  font-size: 2.8rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 37.5em) {
.BottomContactBox-text{
     font-size: 14px;
    margin-left: 10px;
}
.telNumber {
    font-size: 2.6rem;
  }
}
.telNumber:before {
  display: block;
  content: "TEL";
  font-size: 1.4rem;
}



/* インスタリスト */
div.insta-list-box{
    text-align: center;
    margin-bottom: 20px;
}
ul.insta-list{
    display: inline-block;
    background: url(/bridal/common/img/instagram.png) no-repeat left 10px center;
    background-size: 22px 22px;
    padding: 8px 10px 8px 38px;
    font-size: 1.6rem;
    font-size: 16px;
    color: #AA8E76;
    text-decoration: none;
    text-align: center;
}
ul.insta-list li{
    display: inline-block;
    border-right: solid 1px #AA8E76;
    padding-right: 5px;
    font-size: 14px;
    line-height: 1;
    color: #AA8E76;
    font-weight: normal;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
ul.insta-list li:last-child{
    border-right: none;
}
ul.insta-list li a{
    color: #b69458;
    text-decoration: none;
}
ul.insta-list li a:hover{
    color: #463e3a;
}


/* サイトマップ */
section.footer-sitemap{
/*    display: flex; */
    letter-spacing: 0.3em;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
h2.header-neo-item2{
    text-align: center;
	font-size: 2.8rem;
}
div.footer-sitemap-1{
    flex-grow: 1;
    margin-right: 10px;
}
div.footer-sitemap-2{
    flex-grow: 2;
    margin-right: 10px;
}
div.footer-sitemap-3{
    flex-grow: 1;
    margin-right: 10px;
}
div.footer-sitemap-4{
    flex-grow: 1;
}

h3.footer-sitemap-header{
  border-left: solid 1px #b69458;
    margin: 0 0 0 30px;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
h3.footer-sitemap-header a{
    color: #b69458;
    font-size: 14px;
}
ul.footer-sitemap-list{
/*    display: inline-block; */
    margin: 0 10px 30px 30px;
    vertical-align: top;
}
/* 768px */
@media only screen and (max-width: 48em) {
section.footer-sitemap{
    display: block;
}
div.footer-sitemap-1{
    margin-right: 0;
    margin-bottom: 10px;
}
div.footer-sitemap-2{
    margin-right: 0;
    margin-bottom: 10px;
}
div.footer-sitemap-3{
    margin-right: 0;
    margin-bottom: 10px;
}
div.footer-sitemap-4{
}
h3.footer-sitemap-header{
  border-left: solid 0px;
  border-bottom: solid 1px #b69458;
    margin: 0 0 10px 0;
}

}

@media only screen and (max-width: 48em) and (max-width: 30em) {
section.footer-sitemap{
writing-mode: horizontal-tb;
}
ul.footer-sitemap-list{
writing-mode: horizontal-tb;
  }
}


/* ============================■■共通パーツ■■============================ */
/*btn*/
.Btn {
  display: block;
  border-radius: 0; 
  text-align: center;
  text-decoration: none;
  font-weight: 100;
  line-height: 2.0;
  transition-timing-function: linear;
  transition-duration: .5s;
  transition-property: background-color, color, opacity;
  padding: 10px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.Btn:hover {
  text-decoration: none;
  cursor: pointer;
}
.Btn.isBdGold {
  border: 1px solid #AA8E76; 
  color: #AA8E76;
}
.Btn.isBdGold.inline {
	display: inline-block;
	width:240px;
	margin-top:20px;
}
.Btn:hover.isBdGold {
  background-color: #AA8E76;
  color: #fff;
}
@media only screen and (max-width: 60em) {
  .Btn.isBdGold {
    background-color: #AA8E76; 
    color: #fff;
  }
}

/* 通常の矢印 */
.Btn ::before {
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 40px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}

.Btn.neoBtn {
    margin: 20px auto;
    width: 240px;
	border: 1px solid #b5b5b5;
	color: #b5b5b5;
}
.Btn.neoBtn:hover {
	background-color: #b5b5b5;
	color: #fff;
}
@media only screen and (max-width: 60em) {
.Btn.neoBtn {
	background-color: #b5b5b5;
    color: #fff;
  }
}

/*btn 左寄席*/
.Btn.neoBtn2{
    margin: 20px 0;
    width: 240px;
}
/* Btnが2つ並ぶ場合 */
.BtnGroup.BtnGroup-neo{
    text-align: left;
}
.BtnGroup.BtnGroup-neo .Btn{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2%;
    margin-left: 5px;
/*    width: 240px; */
    border: 1px solid #b5b5b5;
	color: #b5b5b5;
}
.BtnGroup.BtnGroup-neo .Btn:hover{
	background-color: #b5b5b5;
	color: #fff;
}
@media only screen and (max-width: 60em) {
.BtnGroup.BtnGroup-neo .Btn{
	background-color: #b5b5b5;
    color: #fff;
  }
}

/* === heading Text === */
.heading-neo1{
    letter-spacing: .4rem;
    font-weight: 700;
    font-size: 2.8rem;
    font-family: "Quicksand";
    text-align: center;
}
.heading-neo2{
    font-size: 2.8rem;
    text-align: center;
	line-height: 1.5;
}
.heading-neo2::after{
  	display: block; 
  	width: 100%;
  	height: 1px;
  	background-color: #AA8E76;
  	content: "";
}
.heading-neo2 span{
  	font-size: 1.6rem;
    text-align: center;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

/* === Leading Text === */
.neo_lead_text1{
    margin: 0px;
/* 1.4→　1.8*/    
    line-height: 1.8;
    font-weight: normal;
    font-size: 2.4rem;
    letter-spacing: 0.3em;
/*    text-align: center; */
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.neo_lead_text1 span{
    display: block;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.4;
}
/* リード文_小*/
.neo_lead_text2{
margin: 10px auto;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.6em;
    font-family: 游明朝;
    letter-spacing: 0.2em;
    text-align: left;
}

/* リード文_小*/
.neo_lead_text3{
margin: 10px auto;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 2.6em;
    font-family: 游明朝;
    letter-spacing: 0.2em;
    text-align: left;
}

/* 600px */
@media only screen and (max-width: 37.5em) {
.neo_lead_text1{
    font-size: 2rem;
    width: 98%;
    margin: 0 auto 10px;
    }
.neo_lead_text2{
    font-size: 1.3rem;
    width: 98%;
    margin: 5px auto;
    }

.neo_lead_text3{
    font-size: 1.2rem;
}

}
/* 480px */
@media only screen and (max-width: 30em) {
.neo_lead_text1{
font-size: 1.6rem;
line-height: 2.0;
}
.neo_lead_text2{font-size: 1.1rem;}
.neo_lead_text3{
    font-size: 1.2rem;
}

}



/* === Common Text === */
.neo_common_text1{
    margin: 10px 0;
    font-size: 1.4rem;
    text-align: center;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
/*明朝*/
.neo_common_text2{
    margin: 10px 0;
    font-size: 1.4rem;
    text-align: center;
}
/* 480px */
@media only screen and (max-width: 30em) {
.neo_common_text1{font-size: 1.2rem;}
.neo_common_text2{font-size: 1.2rem;}
}


/* 各ページの　Page-leadText　縦書き用ブロック */
.Page-title-wa-block{
  display: block;
  margin: auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 60px;
  max-height: 500px;
}
/* 480px */
@media only screen and (max-width: 30em) {
.Page-title-wa-block{
  padding: 10px;
  max-height: 300px;
}
}

/* 縦書き用数字合字 */
.number-combine{
text-combine-upright: all;
}
 


/* ===================== flexBox ===================== */
/*flex_center 1段 中央 */
.flex_center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_center > div.flex_center_inner{
	width: 100%;
}

/*flex_1A 1段 50→100 */
.flex_1A{
	display: flex;
	justify-content: center;
}
.flex_1A div:first-child{
	width: 49%;
}
@media only screen and (max-width: 30em) {
.flex_1A{
	display: block;
}
.flex_1A div:first-child{
	width: 100%;
	margin: 0 0 30px 0;
}
}

/*flex_2A 2段 48:48 */
.flex_2A{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_2A div, .flex_2A section{
    width: 48%;
}

@media only screen and (max-width: 48em) {
.flex_2A{
}
.flex_2A div, .flex_2A section{
	width: 100%;
	margin: 0 0 0 0;
}
}

/*flex_2B 2段 67:30*/
.flex_2B{
	display: flex;
	justify-content: space-between;
}
.flex_2B .flex_2B_innerA{
	width: 67%;
}
.flex_2B .flex_2B_innerB{
	width: 30%;
}
@media only screen and (max-width: 48em) {
.flex_2B{
	display: block;
}
.flex_2B .flex_2B_innerA{
	width: 100%;
	margin: 0 0 10px 0;
}
.flex_2B .flex_2B_innerB{
	width: 100%;
}
}

/*flex_2C 2段 55:45 */
.flex_2C{
	display: flex;
}
.flex_2C div:first-child{
	width: 45%;
}
.flex_2C div:nth-child(2){
	width: 55%;
}
@media only screen and (max-width: 30em) {
.flex_2C{
	display: block;
}
.flex_2C div:first-child{
	width: 100%;
}
.flex_2C div:nth-child(2){
	width: 100%;
}
}

/*flex_2D 2段 50:50 中央寄せ */
.flex_2D{
	display: flex;
	align-items: center;
	justify-content: center;	
}
.flex_2D div.flex_2D_inner, .flex_2D section.flex_2D_inner{
	width: 50%;
}

@media only screen and (max-width: 30em) {
.flex_2D{
	display: block;
}
.flex_2D div.flex_2D_inner, .flex_2D section.flex_2D_inner{
	width: 100%;
}
}

/*flex_2E 2段 48:48→100 */
.flex_2E{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_2E div.flex_2E_inner, .flex_2E section.flex_2E_inner{
	width: 48%;
}
@media only screen and (max-width: 30em) {
.flex_2E{
	display: block;
}
.flex_2E div.flex_2E_inner, .flex_2E section.flex_2E_inner{
	width: 100%;
	margin: 0 0 20px 0;
}
}

/*flex_2E 2段 48:48 */
.flex_2F{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flex_2F .flex_2F_inner{
	width: 48%;
	margin: 3% 1% 0 1%;
}  

/*flex_3A 3段 32%左右均等配置*/
.flex_3A{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_3A > div, .flex_3A > li , .flex_3A > section{
	width: 31%;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 48em) {
.flex_3A{
	display: block;
}
.flex_3A > div, .flex_3A > li , .flex_3A > section{
	width: 100%;
	margin: 0 0 10px 0;
}
}

/*flex_3B 3段 32% 左寄せ配置右空き ソート対策用*/
.flex_3B{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.flex_3B > div, .flex_3B > li , .flex_3B > section{
	width: 31%;
	margin: 0 2% 10px 0;
}

@media only screen and (max-width: 48em) {
.flex_3B{
	display: block;
}
.flex_3B > div, .flex_3B > li , .flex_3B > section{
	width: 100%;
	margin: 0 0 10px 0;
}
}

/*flex_3C 3段 32%左右均等配置 変動なし*/
.flex_3C{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_3C > div, .flex_3C > li , .flex_3C > section{
	width: 31%;
	margin: 0 0 0 0;
}

/*flex_4A 4段 48:48 */
.flex_4A{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flex_4A .flex_4A_inner{
	width: 23%;
	margin: 0% 1% 0 1%;
}  

@media only screen and (max-width: 48em) {
.flex_4A .flex_4A_inner{
	width: 48%;
	margin: 0% 1% 0 1%;
}
}

@media only screen and (max-width: 48em) {
}

/*flex_5A 5段 20%左右均等配置*/
.flex_5A{
	display: flex;
	flex-wrap: wrap;
	/*justify-content:space-between;*/
}
.flex_5A > div, .flex_5A > li , .flex_5A > section{
	width: 20%;
  padding: 1%;
}

@media only screen and (max-width: 48em) {
.flex_5A > div, .flex_5A > li , .flex_5A > section{
	width: 33.33%;
}
}



/* ===================== その他情報フォーマット ===================== */
/* イベント情報dl */
dl.neo_dl1{
    width: 100%;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
dl.neo_dl1::after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
dl.neo_dl1 dt{
    float: left;
    width: 150px;
    margin: 0 0 15px 0;
    padding: 2px;
    font-size: 14px;
    color: #a17b30;
    font-weight: bold;
}
dl.neo_dl1 dd{
    float: left;
    width: calc(100% - 150px);
    margin: 0 0 15px 0;
    padding: 2px;
    font-size: 14px;
}
/* 768px */
@media only screen and (max-width: 48em) {
dl.neo_dl1 dt{
    float: none;
    width: 100%;
    margin: 0 0 0 0;
    padding: 2px;
    font-size: 14px;
}
dl.neo_dl1 dd{
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 2px;
    font-size: 12px;
}
}

/* ドレスページLLL情報 */
.announcementBox-headTitle {
  margin-bottom: 20px; 
  color: #a37e31;
  font-size: 1.8rem;
}
@media only screen and (max-width: 37.5em) {
  .announcementBox-headTitle {
    margin-bottom: 2%; 
    font-size: 1.4rem;
  }
}
.announcementBox-leadText {
  margin-bottom: 20px; 
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 37.5em) {
  .announcementBox-leadText {
    font-size: 1.1rem;
  }
}

/* ドレスページインポートロゴ情報 */
.importLogoBox {
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 37.5em) {
  .importLogoBox {
    width: 90%;
  }
}

/* プランページ見積もりに対するポリシー */
.policy-box {
  position: relative;
  padding: 60px 0;
  background-color: #FFF;
}



/* ===================== headerParts／ご予約・お問い合わせ ===================== */
.tabs {
  margin-top: 50px;
  width: 100%;
  margin: 0 auto;
}
.tab_item {
  display: inline-table;
  width: 48%;
  margin: auto 1%;
  height: 50px;
  border-bottom: 3px solid #f5f5f5;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #444;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tab_item.if_only_one {
    float: none;
}
.tab_item:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 60em) {
.tab_item {
  font-size: 14px;
}
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
@media only screen and (max-width: 60em) {
.tab_content {
  padding: 40px 0 0;
}
}
/*選択されているタブのコンテンツのみを表示*/
#wedding:checked ~ #wedding_content,
#party:checked ~ #party_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  border-bottom: 3px solid #C12326;
}
.contact_modalbox_tel {
　margin-bottom: 5%;
}
.contact_modalbox_txt {
	margin-bottom: 10%;
	font-size: 1.2rem;
}
.contact_modalbox_btn {
	font-size: 1.2rem;
}
.contact_modalbox_tel p,
  .contact_modalbox_btn p{
  position: relative;
  display: block;
  margin-bottom: 20px;
  letter-spacing: .1rem; 
  font-weight: normal;
  font-size: 1.7rem;
}
.contact_modalbox_tel p:before,
    .contact_modalbox_btn p:before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block; 
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .2);
  content: "";
}
.contact_modalbox_tel p span,
  .contact_modalbox_btn p span {
  position: relative;
  display: inline-block;
  padding: 0 20px; 
  background-color: #fff;
}
@media only screen and (max-width: 60em) {
.contact_modalbox_tel p span,
  .contact_modalbox_btn p span {
    padding: 0 2%;
  }
}
.contact_modalbox_tel strong {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
}
.contact_modalbox_btn .Btn {
  margin: auto;
  margin-bottom: 20px;
  width: 400px;
  font-size: 1.5rem;
  line-height: 1.8;
  background-color: #b5b5b5;
  color: #fff;
  letter-spacing: 0.2em;
  border-radius: 5px;
}

.contact_modalbox_btn .Btn:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 60em) {
.contact_modalbox_btn .Btn {
  max-width: 400px; 
  width: 100%;
  font-size: 1.3rem;
  }
}



/* ===================== header-nav／スマホナビ ===================== */
@media only screen and (max-width: 48em) {
.header-nav .subnav_item >a {
  display: block;
  color: #000 !important;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 2.5;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.clone-header .header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    overflow: scroll;
    box-sizing: border-box;
    margin-top: 0;
    padding: 2%;
    width: 90%;
    height: 100%;
    background-color: #fff;
}
  .clone-header .header-nav.js_is-active {
    z-index: 9800; /* 9500*/
  }
  .clone-header .header-nav .close-btn {
    position: absolute;
    right: 2%;
    width: 38px;
    height: 38px;
    background: transparent url("/bridal/common/img/icon_close-btn.png") center center no-repeat;
    background-size: 17px 17px;
    cursor: pointer;
  }
  .clone-header .header-nav >ul {
    margin-top: 40px;
  }
  .clone-header .header-nav li {
    display: block;
    list-style-type: none;
    text-align: left;
  }
  .clone-header .header-nav li a {
    display: block;
    color: #444;
    text-decoration: none;
  }
  .clone-header .header-nav .nav_item {
    position: relative;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 15px;
    font-size: 1.5rem;
  }	
  .clone-header .header-nav .nav_item.js_has-child >a:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    margin: auto;
    width: 10px;
    height: 6px;
    background-image: url("/bridal/common/img/icon_arrow-down-black.png");
    background-size: cover;
    content: "";
  }
  .clone-header .header-nav .nav_item.js_is-active >a:after {
    background-image: url("/bridal/common/img/icon_arrow-up-black.png") !important;
  }
  .clone-header .header-nav .nav_item >a {
    position: relative;
    line-height: 3.2;
    background-color: #fff;
  }
  .clone-header .header-nav .style_1 >a {
    position: relative;
	line-height: 2 !important;
  }
  .clone-header .header-nav .style_1 {
    padding: 10px 0 ;
    background-color: #fff;
  }
  .clone-header .header-nav .subnav {
    display: block;
    padding: 2%;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #fff;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
	/*.clone-header .header-nav .nav_style2 {
		display: none;
	}*/
  .clone-header .header-nav .subnav_item {
    padding-left: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .clone-header .header-nav .subnav_item >a {
    line-height: 3;
  }
}



/* ===================== 宴会ページ ===================== */
.Page-content {
  padding-top: 60px;
}
@media only screen and (max-width: 60em){
.Page-content {
    padding-top: 4%;
}
}

.selectMenuBlock {
  padding: 60px 0 80px;
}
.selectMenuBlock-header {
  margin-bottom: 40px;
  text-align: center;
}
.selectMenuBlock-headTitle {
  font-size: 2rem;
}
.selectMenuBlock-tab {
  margin-bottom: 40px; 
  font-size: 0;
}
.selectMenuBlock-tabItem {
  position: relative; 
  padding: 10px 0;
  text-align: center;
  letter-spacing: .1rem;
  font-weight: bold;
  font-size: 1.6rem !important;
  color: #b5b5b5;
}
.selectMenuBlock-tabItem:nth-child(n) {
  display: inline-block ;
  margin-right: 1%; 
  margin-left: 1%;
  width: 32% ;
  vertical-align: top;
  font-size: 1.3rem;
}
.selectMenuBlock-tabItem:nth-child(3n+1) {
  margin-left: 0;
}
.selectMenuBlock-tabItem:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 37.5em) {
  .selectMenuBlock-tabItem {
    font-size: 1.2rem !important;
  }
}
@media only screen and (min-width: 60.0625em) {
  .selectMenuBlock-tabItem.is-active {
    background-color: #b5b5b5;
    color: #fff;
  }
}

.selectMenuBlock-tabItem:hover {
  cursor: pointer;
}
@media only screen and (min-width: 60.0625em) {
  .selectMenuBlock-tabItem:hover {
    background-color: #FF0000;
    color: #fff;
  }
}
.selectMenuBlock-tabItem:hover:after {
  background-color: #b5b5b5;
}
.selectMenuBox {
  display: none; 
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.selectMenuBox:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.selectMenuBox .caution {
  clear: both;
}

.selectMenuBox-list {
  width: 48%;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 37.5em) {
  .selectMenuBox-list {
    float: none !important;
    width: 100%;
    font-size: 1.2rem;
  }
}
.selectMenuBox-list:nth-child(2n+1) {
  float: left;
}
.selectMenuBox-list:nth-child(2n) {
  float: right;
}
.selectMenuBox-list{
	list-style: none;
}

.selectMenuBox-item {
  position: relative; 
  margin-bottom: 5px;
}
.selectMenuBox-item.has-category {
  padding-left: 80px;
}
.selectMenuBox-item.is-exception {
  padding-top: 22px; 
  padding-left: 80px;
}
.selectMenuBox-item strong {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 70px;
}


/* 4シーズンプランタイトル */
.season_title_spring{
  font-weight: normal; 
  font-size: 32px;
  font-size: 3.2rem;
  color: #0091d9;
}
.season_title_summer{
  font-weight: normal; 
  font-size: 32px;
  font-size: 3.2rem;
  color: #00A3D9;
}
.season_title_autumn{
  font-weight: normal; 
  font-size: 32px;
  font-size: 3.2rem;
  color: #B20000;
}
.season_title_winter{
  font-weight: normal; 
  font-size: 32px;
  font-size: 3.2rem;
  color: #FF8000;
}
/* 4シーズンプランタイトル */


.MainContentBlock.plan {
  background-color: #f5f5f5;
}
.planBlock {
  padding-bottom: 60px;
}
.planBox {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}
.planBox .planBox-modal {
  display: none;
}
.planBox-bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
  height: 100%;
}
@media only screen and (max-width: 37.5em) {
  .planBox-bgImg {
    position: relative;
    padding-top: 56.33803%; 
    width: 100%;
  }
  .planBox-bgImg img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

.planBox-count {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-family: "PT Serif"; 
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.planBox-count:before {
  display: block;
  content: "Plan";
  font-size: 2rem;
}
.planBox-header {
  margin-bottom: 15px;
}
.planBox-subTitle {
  color: #a37e31;
  font-weight: bold; 
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.planBox-headTitle {
  font-size: 1.7rem;
}
.planBox-price {
  font-weight: bold; 
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.planBox-body {
  margin-left: 24%;
  padding: 4%; 
  width: 76%;
}
@media only screen and (max-width: 37.5em) {
  .planBox-body {
    margin-left: auto; 
    width: 100%;
  }
}
.planBox-body .Btn {
  width: 240px;
}

.planBox-text {
  margin-bottom: 15px; 
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.planBox-text span {
  display: block; 
  font-size: 1.3rem;
}
.planModalBlock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: scroll; 
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}
.planModalBox {
  position: relative; 
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 60px 40px 60px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 60em) {
  .planModalBox {
    padding: 60px 4% 60px;
  }
}

.planModalBox-closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  transition-timing-function: linear; 
  transition-duration: .2s;
  transition-property: opacity;
}
.planModalBox-closeBtn:before, .planModalBox-closeBtn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; 
  width: 40px;
  height: 1px;
  background-color: #000;
  content: "";
}
.planModalBox-closeBtn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.planModalBox-closeBtn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.planModalBox-closeBtn:hover {
  opacity: .5;
  cursor: pointer;
}

.planModalBox-header {
  margin-bottom: 4%; 
  text-align: center;
}
.planModalBox-headTitle {
  margin-bottom: 3%; 
  font-size: 2.4rem;
}
.planModalBox-price {
  margin-bottom: 4%; 
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.planModalBox-price strong {
  display: block;
}
.planModalBox-subTitle {
  font-size: 1.7rem;
}
.planModalBox-content:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.planModalBox-item {
  margin-bottom: 20px; 
  padding: 4%;
  background-color: #fff;
}
.planModalBox-item span {
  display: inline-block;
  margin-bottom: 15px; 
  padding: 0 15px;
  background-color: #b69955;
}
.planModalBox-item p strong {
  display: block;
  margin-bottom: 10px; 
  font-size: 1.8rem;
}
.announcementBox-header .iconBtn {
  display: inline-block;
  margin-left: 15px;
}
@media only screen and (max-width: 60em) {
  .announcementBox-header .iconBtn {
    display: block;
    margin: auto;
    text-align: center;
  }
}
.announcementBox-header .iconBtn >a {
  display: inline-block;
  margin-left: 5px; 
  vertical-align: middle;
}
.selectMenuBox.show {
  display: block;
}

/* 宴会メニュータブ */
.selectMenuBlock-tab li {
	border:1px solid #b5b5b5;
}
.selectMenuBlock-tab li + li{
	border-top:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;
	border-left:0;
}
.menu_arrow{
  	position: relative;
	display: inline-block;
}
.menu_arrow::before{
	content: '';
	width: 10px;
	height: 10px;
  	border-top: solid 1px;
  	border-right: solid 1px;
	transform: rotate(135deg);
  	position: absolute;
  	top: 12px;
  	left: 20px;
	display: block;
}
/* 960px */
@media only screen and (max-width: 60em) {
.menu_arrow::before{
	display: none;
}
}

/* 宴会会場情報dl */
dl.neo_dl2{
    width: 100%;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	border-top:1px solid #969696;
	border-bottom:1px solid #969696;
}
dl.neo_dl2::after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
dl.neo_dl2 dt{
    float: left;
    width: 25%;
    /*   width: 110px;  */
    padding: 10px;
    font-size: 14px;
}
dl.neo_dl2 dt:first-child{
	border-bottom:1px solid #969696;
}
dl.neo_dl2 dd{
    float: left;
    width: 75%;
    /*    width: calc(100% - 110px);*/
    padding: 10px;
    font-size: 14px;
}
dl.neo_dl2 dt:first-child + dd{
	border-bottom:1px solid #969696;
}

/* 宴会プランページ */
div.neo_benefitBox {
	background-color: #b5b5b5;
}




/* ===================== いつでも見学予約ご相談ページheader ===================== */
.Page-glbHeader .Page-header {
  margin-top: 60px;
}
@media only screen and (max-width: 37.5em) {
  .Page-glbHeader .Page-header {
    margin-top: 6%;
  }
}
.Page-glbHeader.type-a .Page-header .Btn {
  margin: auto; 
  width: 240px;
}
@media only screen and (max-width: 60em) {
  .Page-glbHeader.type-a .Page-header .Btn {
    font-size: 1.4rem;
  }
}
.Page-glbHeader .Page-type:after {
  background-color: #000;
}
.Page-header {
  z-index: 1; 
  text-align: center;
}
.Page-type {
  position: relative;
  z-index: 5; 
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  letter-spacing: .6rem;
  font-size: 1.9rem;
}
.Page-type:after {
  position: absolute;
  right: 0; 
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  content: "";
}

/* ============================■■ youtube setting ■■============================ */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.19%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*====================■■ topics schedule ■■====================*/
.topics_schedule {
	font-size: 24px !important;
	font-weight: bold;
	text-align: center;
}
.topics_schedule span{
	font-size: 18px !important;
}

/* 480px */
/*@media only screen and (max-width: 30em) {
.topics_schedule {
	/font-size: 18px;
}
.topics_schedule span{
	font-size: 14px;
}
}*/







/* ============================■■共通CLASS■■============================ */
/* clearfix */
.clearfix::after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}



/* ===========bgColor=========== */
.bg_color1{background-color: #f5f5f5 !important;}
.bg_color2{background-color: #fff !important;}
.bg_color3{background-color: #AA8E76 !important;}
.bg_color4{background-color: #78d297 !important;}
.bg_color5{background-color: rgba(230, 219, 206, 0.2) !important;}

/* =========== flexSetting =========== */
/*flex-direction*/
.row-reverse{flex-direction: row-reverse !important;}
.column{flex-direction: column !important;}
.column-reverse{flex-direction: column-reverse !important;}

/* =========== 出現|削除 =========== */
.app768,.app480{display: none!important;}
/* 768px */
@media only screen and (max-width: 48em) {
.del768{display:none!important;}
.app768{display:block!important;}
}
/* 480px */
@media only screen and (max-width: 30em) {
.del480{display:none!important;}
.app480{display:block!important;}
}

/* =========== color =========== */
.white{ color:white !important;}
.black{ color:black !important;}
.brown1{color: #a17b30!important;}
.brown2{color: #AA8E76!important}
.blue{color: #00A3D9!important;}
.red{color: #B20000!important;}
.orange{color: #FF8000!important;}
.green{color: #78d297!important;}

/* =========== fontweight =========== */
.bold{font-weight: bold!important;}
.normal{font-weight: normal!important}

/* =========== limit =========== */
.limited{width:96%; margin:0 auto;}

.limit1600{max-width:1600px; margin:0 auto;}
.limit1400{max-width:1400px; margin:0 auto;}
.limit1200{max-width:1200px; margin:0 auto;}
.limit1050{max-width:1050px; margin:0 auto;}
.limit1024{max-width:1024px; margin:0 auto;}
.limit960{max-width:960px; margin:0 auto;}
.limit768{max-width:768px; margin:0 auto;}
.limit480{max-width:480px; margin:0 auto;}
.limit360{max-width:360px; margin:0 auto;}
.limit200{max-width:200px; margin:0 auto;}
.limit150{max-width:150px; margin:0 auto;}

/* =========== img limit =========== */
.img_limit300{max-width:300px; margin:0 auto;}
.img_limit200{max-width:200px; margin:0 auto;}
.img_limit150{max-width:150px; margin:0 auto;}
.img_limit100{max-width:100px; margin:0 auto;}
.img_limit50{max-width:50px; margin:0 auto;}
.img_limit35{max-width:35px; margin:0 auto;}

/* ========== margin ========== */
.m0{ margin:0 !important; }

/* ========== marginBottom ========== */
.mb0{ margin-bottom:0 !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }


/* ========== marginBottom ========== */
.ml0{ margin-left:0 !important; }
.ml5{ margin-left:5px !important; }
.ml10{ margin-left:10px !important; }
.ml20{ margin-left:20px !important; }
.ml30{ margin-left:30px !important; }
.ml40{ margin-left:40px !important; }
.ml50{ margin-left:50px !important; }
.ml60{ margin-left:60px !important; }
.ml70{ margin-left:70px !important; }
.ml80{ margin-left:80px !important; }
.ml90{ margin-left:90px !important; }
.ml100{ margin-left:100px !important; }

/* ========== marginBottomParcent ========== */
.mb0p{ margin-bottom:0 !important; }
.mb01p{ margin-bottom:1% !important; }
.mb02p{ margin-bottom:2% !important; }
.mb03p{ margin-bottom:3% !important; }
.mb05p{ margin-bottom:5% !important; }
.mb10p{ margin-bottom:10% !important; }
.mb15p{ margin-bottom:15% !important; }
.mb20p{ margin-bottom:20% !important; }
.mb30p{ margin-bottom:30% !important; }
.mb40p{ margin-bottom:40% !important; }
.mb50p{ margin-bottom:50% !important; }
.mb60p{ margin-bottom:60% !important; }
.mb70p{ margin-bottom:70% !important; }
.mb80p{ margin-bottom:80% !important; }
.mb90p{ margin-bottom:90% !important; }
.mb100p{ margin-bottom:100% !important; }

/* ========== padding ========== */
.pd0{ padding:0 !important; }
.pd5{ padding:5px !important; }
.pd10{ padding:10px !important; }
.pd15{ padding:15px !important; }
.pd20{ padding:20px !important; }
.pd25{ padding:25px !important; }
.pd30{ padding:30px !important; }
.pd35{ padding:35px !important; }
.pd40{ padding:40px !important; }
.pd45{ padding:45px !important; }
.pd50{ padding:50px !important; }
.pd55{ padding:55px !important; }

/* ========== paddingTop ========== */
.pdt0{ padding-top:0 !important; }
.pdt01{padding-top:1px !important; }
.pdt02{padding-top:2px !important; }
.pdt03{padding-top:3px !important; }
.pdt05{padding-top:5px !important; }
.pdt10{padding-top:10px !important; }
.pdt15{padding-top:15px !important; }
.pdt20{padding-top:20px !important; }

/* ========== paddingTop&BottomParcent ========== */
.pdtb0p{ padding-top:0%!important; padding-bottom:0%!important; }
.pdtb01p{padding-top:1%!important; padding-bottom:1%!important;}
.pdtb02p{padding-top:2%!important; padding-bottom:2%!important;}
.pdtb03p{padding-top:3%!important; padding-bottom:3%!important;}
.pdtb05p{padding-top:5%!important; padding-bottom:5%!important;}
.pdtb10p{padding-top:10%!important; padding-bottom:10%!important;}
.pdtb15p{padding-top:15%!important; padding-bottom:15%!important;}
.pdtb20p{padding-top:20%!important; padding-bottom:20%!important;}
.pdtb30p{padding-top:30%!important; padding-bottom:30%!important;}
.pdtb40p{padding-top:40%!important; padding-bottom:40%!important;}
.pdtb50p{padding-top:50%!important; padding-bottom:50%!important;}
.pdtb60p{padding-top:60%!important; padding-bottom:60%!important;}
.pdtb70p{padding-top:70%!important; padding-bottom:70%!important;}
.pdtb80p{padding-top:80%!important; padding-bottom:80%!important;}
.pdtb90p{padding-top:90%!important; padding-bottom:90%!important;}
.pdtb100p{padding-top:100%!important; padding-bottom:100%!important;}

/* ========== paddingTop&BottomParcent ========== */
.pdtb0{ padding-top:0px!important; padding-bottom:0px!important; }
.pdtb0x{padding-top:1px!important; padding-bottom:1px!important;}
.pdtb02{padding-top:2px!important; padding-bottom:2px!important;}
.pdtb03{padding-top:3px!important; padding-bottom:3px!important;}
.pdtb05{padding-top:5px!important; padding-bottom:5px!important;}
.pdtb10{padding-top:10px!important; padding-bottom:10px!important;}
.pdtb15{padding-top:15px!important; padding-bottom:15px!important;}
.pdtb20{padding-top:20px!important; padding-bottom:20px!important;}
.pdtb30{padding-top:30px!important; padding-bottom:30px!important;}
.pdtb40{padding-top:40px!important; padding-bottom:40px!important;}
.pdtb50{padding-top:50px!important; padding-bottom:50px!important;}
.pdtb60{padding-top:60px!important; padding-bottom:60px!important;}
.pdtb70{padding-top:70px!important; padding-bottom:70px!important;}
.pdtb80{padding-top:80px!important; padding-bottom:80px!important;}
.pdtb90{padding-top:90px!important; padding-bottom:90px!important;}
.pdtb100{padding-top:100px!important; padding-bottom:100px!important;}

/* ========== padding setting ========== */
.pdset_A{padding:30px !important;}
/* 480px */
@media only screen and (max-width: 30em) {
.pdset_A{padding:10px !important;}
}

/* ========== txt-align ========== */
.txt_left{text-align:left !important;}
.txt_center{text-align:center !important;}
.txt_right{text-align:right !important;}
.txt_just{text-align:justify !important;}

/* ========== txt-align setting ========== */
.taset_A{text-align:center !important;}
/* 480px */
@media only screen and (max-width: 30em) {
.taset_A{text-align:left!important;}
}

/* ========== width ========== */
.wd100{width: 100%!important;}
.wd33{width: 33.33%!important;}
.wd25{width: 25.00%!important;}

/* =========== border =========== */
.boder1{ border:1px solid #AA8E76 !important;}
.boder2{ border:1px solid #a98f76 !important;}

/* ============================■■共通CLASS■■============================ */



/* ======================parts====================== */

/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1200px */
@media only screen and (max-width: 75em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}