@charset 'UTF-8';
/*
Theme Name: 2022/10
Theme URI: hotelwedding
Description: WordPress 4.6.1
Version: 1.0
Author: ***
Author URI: ***
*/

body.archive{
	overflow:visible !important;	/* R-design 20180705 追記  */
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif !important;
}
body.archive.category,
body.archive.post-type-archive-hotel{
	margin-left: 0 !important;
	overflow: visible !important;
}

#wrapper,
#wrapper2 {
  padding-top: 150px;
}

#header {
  color: #000;
  background: #fff;
}

/* header-h1 */
.header-logo_img .white,
.header-logo_img .white {
	display:none;
}

#header .header-logo_txt {
	color: #000 !important;
}

/* header-エリア切り替えボタン */
.area-choice_list li a {
  background-color: #fff !important;
/*  color: #FF749F !important;FF749F */
  color: #0abab5 !important;
  text-indent: 0 !important;
  position: relative !important;
  top: 0 !important;
}
.top-main-recommend.slick img{
	width: 100%;
}
.archive-box a {
	font-size:16px;
	line-height:1.7;
}
.condition-list li a {
  font-size: 12px !important;
}
.area-choice_list li a .fa {
  position: absolute;
  top: 10%;
  left: 0;
}
.area-choice_list li a .fa-2x {
  font-size: 24px;
}
.area-choice_list li:last-child a {
  letter-spacing: 0;
}
.area-choice_list li a {
  margin-right: 10px;
}
.area-choice_list li a.active,
.area-choice_list li a.zenkoku {
  color: #fff !important;
/*  background-color: #FF749F !important;
  border: #FF749F 1px solid !important;FF749F */
  background-color: #0abab5 !important;
  border: #0abab5 1px solid !important;
}
.area-choice_list li a.active span,
.area-choice_list li a.zenkoku span {
  display: none;
}
.area-choice_list li:first-child a {
  border-radius: 5px !important;
}
.area-choice_list li:last-child a {
  border-radius: 5px !important;
}
/* @ver.RDE */
#areaSwich{
	display:inline-block;
	list-style:none;
	float: left;
	margin:0 0 1px 1rem;
	margin-top: clamp(8px, 1.5vw, 25px);
	font-size:1px;
}
#areaSwich li{display:inline-block; margin:0;}
#areaSwich li a{
	display: block;
	margin: 0;
	padding: .25rem;
	width: 5rem;
	font-size: .75rem;
	line-height:1;
	text-align: center;
	color: #ed4580;
	background: rgba(255,255,255,.54);
	border: 1px solid #CCC;
}
#areaSwich li:first-of-type a{border-radius:.75rem 0 0 .75rem; margin-right:1px;}
#areaSwich li:last-of-type a{border-radius:0 .75rem .75rem 0;}
#areaSwich li:first-of-type a:before,
#areaSwich li:last-of-type a:after{
	display: inline-block;
	font-family: FontAwesome;
}
#areaSwich li:first-of-type a:before{content:'\f104'; margin-right:.5rem;}
#areaSwich li:last-of-type a:after{content:'\f105'; margin-left:.5rem;}

#areaSwich li a.active{
	color: #FFF;
	background: #ed4580;
	border: 1px solid #ed4580;
}


/* Top-共通 */
.archive-box {
    height: 220px;
}

/* header-ナビゲーション */
.header-nav{
	float: right;
}
.header-nav ul li a {
  color: black;
  background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif !important;
}
.header-nav ul li a:hover {
  color: #fff;
  background: rgba(0, 0, 0, .7);
}

/* header-相談サロンボタン */
.header-info {
  padding-top: 23px;
}
.header-info ul li a {
  color: white;
  background: #ff7682;
  border-radius: 15px;
}
.header-info ul li a .fa {
  margin-right: 5px;
}

/* top-スライドショー */
.top-main {
  width: 100%;
}
.top-main-contents {
  overflow: visible;
	height:auto;
}
.top-main .slide-box {
  position: relative;
  display: block !important;
  width: 645px;
  height: 406px;
  overflow: hidden;
}
.top-main .slick-arrow {
  font-size: 0;
  width: 45px;
  height: 45px;
  z-index: 99;
}
.top-main button,
.archive-slide-wrap button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.top-main .bxslider2 {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.top-main .bxslider2.slick-initialized {
  opacity: 1;
}
.top-main .slick-prev {
  background-image: url(/apps/wp-content/uploads/2018/04/prev.png);
  background-size: cover;
  left: 0;
}
.top-main .slick-next {
  background-image: url(/apps/wp-content/uploads/2018/04/next.png);
  background-size: cover;
  right: 0;
}
.top-main .slick-prev:before,
.top-main .slick-next:before {
  content: none;
}
.top-main .slide-arrow {
  width: 645px;
  z-index: 99;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-main .text-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  background: linear-gradient(    170deg,    rgba(0,0,0,.2) 0%,    rgba(0,0,0,.8) 100%    );
}
.top-main .text-area h2 {
  font-size: 18px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
  font-weight: bold;
}
.top-main .text-area h3 {
  font-size: 14px;
}

/* top-Instagram */
span.instagram-cth {
  text-align: right;
  display: inline-block;
  width: 80%;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
  font-size: 16px;
}
.instagram-ttl .fa {
  margin-right: 10px;
}
#sb_instagram #sbi_images {
  margin-bottom: 25px;
}
.contents-section #sb_instagram #sbi_load .sbi_load_btn {
  background: white;
  text-align: center;
  font-size: 12px;
  min-width: 250px;
  border: 1px solid #dcdcdc;
  color: #000;
  padding: 10px;
}

/* top-卒花嫁がお手本... */
.sp-br {
  display: none;
}

/* top-Wedding Newsタブ */
.tab {
  overflow: hidden;
  display: table;
  width: 100%;
}
.tab li {
  color: #404040;
  padding: 15px 50px;
  background: rgba(255,118,130,.2);
  display: table-cell;
  font-size: 16px;
  text-align: center;
  border: 1px solid #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
}
.tab li.active {
  background: #ed4580;
  color: #fff;
}
.tab-content {
  padding: 30px 0 0;
}
.tab-span:before {
  content: '　';
}
.tab-content .hide {
  display: none;
}

/* top-プラン情報 */
.fair-contents {
  background: rgba(255,118,130,.05);
  padding-top: 40px;
}
.news-section {
  width: 100%;
}

/* top-店舗ナビ */
.foot-contact {
  background: #fff!important;
}
.tab-content-shop {
  /* スマホ用別パターン */
  display: none;
}
.salonContent .catch {
  letter-spacing: 5px;
  padding: 80px 0 50px;
  text-align: center;
}
.salonContent .catch p {
  font-size: 143%;
  padding-bottom: 10px;
}
.salonContent .catch p strong {
  font-weight: 400;
  font-size: 150%;
}
.salonContent .catch p strong b {
  font-size: 113%;
  color: #f17583;
}
.salonContent .catch p strong b i {
  display: inline-block;
  position: relative;
}
.salonContent .catch p strong b i:before {
  width: 100%;
  text-align: center;
  content: '●';
  line-height: 1;
  font-size: 29%;
  color: #f7c7cb;
  position: absolute;
  top: -5px;
  left: 0;
}
.salonContent .storeList {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}
.salonContent .storeList ul.kansai {
  padding-bottom: 0;
/*
	background-image: url(/apps/wp-content/uploads/2018/04/listbg.png);
	background-repeat: no-repeat;
	background-size: 20% 220px;
*/
}
.salonContent .storeList ul{
	text-align: center;
}
.salonContent .storeList ul li {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  width: 20%;
  text-align: center;
  padding: 12px 1% 40px;
  position: relative;
  overflow: visible;
  cursor: pointer;
}
.salonContent .storeList ul li .ttl {
	font-size: 128%;
	line-height: 1.3;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 0;
}

.salonContent .storeList ul li .ttl small {
  font-size: 50%;
  color: #ef9ba5;
  display: block;
}
.salonContent .storeList ul li .time {
	width: 88px;
	height: 88px;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -44px;
	top: 165px;
	background: rgba(255, 148, 159, .8);
	padding-top: 12px;
}
.salonContent .storeList ul li .time span {
	font-size: 14px;
	display: block;
	vertical-align:middle;
	padding-bottom: 5px;
}
.salonContent .storeList ul li .time span b {
  font-size: 128% !important;
/*  margin-left: 5px; */
}
.salonContent .storeList ul li .time i {
  font-size: 129%;
  line-height: 26px;
  display: block;
}
.salonContent .storeList ul li a {
  display: block;
}
.salonContent .storeList ul li a:hover .time {
  background: #ff949f;
}
.salonContent .storeList ul li figure {
  border-top: 4px solid #fe94a0;
}
.salonContent .storeList ul li figure img {
  max-width: 100%;
  height: auto;
}
.salonContent .storeList ul li div.tabbtn {
  cursor: pointer;
}
.salonContent .storeList ul li div.tabbox {
  display: none;
}
.salonContent .storeList ul li div.tabbox dl {
  font-size: 92.5%;
  margin-top: 30%;
  text-align: left;
  border: 1px #b3b3b3 solid;
  padding: 4.1% 4.1% 8.7%;
}
.salonContent .storeList ul li div.tabbox dl dt,
.salonContent .storeList ul li div.tabbox dl dd {
	margin-bottom: .857rem;
	padding-left: .857rem;
}
.salonContent .storeList ul li div.tabbox div.btn {
  cursor: pointer;
  bottom: 35px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 40%;
  margin-top: -16px;
  padding-top: 4px;
  background: rgba(255, 148, 159, .8);
}
.salonContent .storeList ul li div.tabbox div.btn i {
  font-size: 135%;
  color: #fff;
}
.salonContent .storeList ul li div.tabbox dl span {
	display: block;
	font-weight: bold;
	margin-left: -.725rem;
}   .salonContent .storeList ul li div.tabbox dl dd.sptel a {
  cursor: default;
  pointer-events: none;
}
.salonContent .storeList ul li div.tabbox dl a {
  color: #ff7682;
}
.salonContent .storeList ul li div.tabbox dl dt a{
	text-decoration: underline;
}
.btn-area {
  width: 1000px;
  margin: 60px auto;
}
.btn-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: center;
}
.btn-area ul li {
  width: 290px;
  border-radius: 20px;
  font-size: 16px;
  padding: 12px 30px 12px 75px;
	margin: 0 30px;
}
.btn-area ul li a {
  color: #fff;
}
.btn-area ul li:first-of-type {
  background-color: #ff7682;
  position: relative;
}
.btn-area ul li:first-of-type span,
.btn-area ul li:last-of-type span {
  font-size: 12px;
  display: block;
}
.btn-area ul li:first-of-type i {
  font-size: 30px;
  position: absolute;
  top: 25%;
  left: 10%;
}
.btn-area ul li:last-of-type {
  background-color: #00b900;
  position: relative;
  color: #fff;
  padding-left: 80px;
}
.btn-area ul li:last-of-type figure {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 12%;
  left: 10px;
}
.btn-area ul li:last-of-type figure img {
  width: 100%;
}

/* top-sns-boxの上のリンク */
.group-link-box_btn {
  float: right;
  width: 150px;
}

/* サイドバー-今週の人気ランキング */
.aside-archive-box_img .box-num {
  background: #ed4580;
}



/* R-design customize 20181107 */
/* Header */
.header-contents{
	line-height: 1.2;
}
/* キービジュアル */
.top-keyvisual_box{
	width:1280px;
	margin:0px auto;
	position:relative;
	height:auto;
}
.top-keyvisual_box img{
	width:100%;
	height:auto;
}

.top-keyvisual_caption{
	margin:20px 0 0 0;
	text-align:center;
}

.top-keyvisual_caption h2{
	color:#000;
	font-size:28px;
	font-weight:bold;
	font-family: serif !important;
}

@media screen and (max-width: 768px) {
	.top-keyvisual_box{
		width:100%;
		margin:0 0 30px 0;
		position:relative;
	}
	.top-keyvisual{
		width:100%;
		height:105vw !important;
		overflow:hidden;
	}
	.top-keyvisual_caption{
		position:relative;
		z-index:999;
		background:#FFF;
		width:90%;
		margin:-40px auto 0 auto;
		padding:20px 0;
	}
	.top-keyvisual_caption h2{
		font-size:20px;
	}
}
.link_btn{
	width:250px;
	margin:20px auto 100px auto;
}
.link_btn_large{
	width:700px;
}
.link_btn a{
	display:block;
	background:#0abab5;
	color:#FFF;
	height:50px;
	line-height:50px;
	text-align:center;
	position:relative;
	font-size:18px;
	font-weight:bold;
}
.link_btn a svg{
	font-size:25px;
	vertical-align: middle;
	margin:0 5px 0 0;
	color:#FFF !important;
}
.link_btn a .fa-angle-right{
	position:absolute;
	right:10px;
	top:8px;
	font-size:30px;
	font-weight:normal;
}
.link_btn_s{
	width:200px;
}
.link_btn_s a{
	height:40px;
	line-height:40px;
}
.ftab_search_link2{
	margin-bottom:50px;
}
@media screen and (max-width: 768px) {
	.link_btn{
		width:90%;
		margin:0 auto;
	}
	.link_btn_s{
		width:50%;
	}
}

/* Top共通 */
section.home-section{
	padding: 1.5em 0 4em;
}
section#home-recommend.home-section{
	padding: 0 0 3em;
}
section.home-section .archive,
section#acv-tabs .archive,
main.acv_category .archive{
	margin-left: 0;
}

/* 下層共通 */
.acv_category .contents-section{
	padding-left: 1rem;
}

/* TOP STATUS */
.archive-box_img{
	position: relative;
}
.archive-box_img span[class ^= "sta_"]{
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	display: inline-block;
	color: #FFF;
	width: 46px;
	text-align: center;
	padding: .12rem 0;
}
.archive-box_img span.sta_01{ background: #E57373; }
.archive-box_img span.sta_02{ background: #2296F3; }
.archive-box_img span.sta_03{ background: #FF9802; }


/* How-to */
.howto .archive-box{
	height: 283px;
}
.howto .archive-box .archive-box_img a{
	height: 193px;
}


/* カールセル */
.slick-slide{
	padding: 0 10px;
}
.slick-dots{
	margin-top: 20px;
	text-align: center;
}
.slick-dots li{
	text-align: center;
	display: inline-block;
	width: 14px;
	height: 14px;
    margin: 0 8px;
}
.slick-dots li button{
	background: #FFDBF0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	text-indent: -9999px;
	border: 0;
	font-size: 1px;
}
.slick-dots li.slick-active button{
	background: #FF749F;
}
.top-main-recommend.slick{
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.top-main-recommend.slick.slick-initialized{
	opacity: 1;
}


/* special */
#special .archive-box,
#senpai .archive-box{
	height: 330px;
}
#special .archive-box .archive-box_img,
#senpai .archive-box .archive-box_img{
	height: 190px;
	overflow:hidden;
	margin:0 0 10px 0 !important;
}
#special .archive-box .archive-box_img img,
#senpai .archive-box .archive-box_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}

#special .archive-box .archive-box_img a,
#senpai .archive-box .archive-box_img a{
	height: 190px;
}


/* category archives */
ul.catnav{
	display: block;
	font-size: 0;
	margin: .5rem -1px 2rem;
}
ul.catnav:before,
ul.catnav:after{
	content: "";
	display: block;
	clear: both;
}
ul.catnav li{
	display: inline-block;
	margin: 1px;
	width: calc(25% - 2px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul.catnav li:first-of-type{
	padding-left: 0;
}
ul.catnav li a{
	display: block;
	font-size: 18px;
	padding: 1rem;
	text-align: center;
	background: #F4F0EB;
	color: #000;
}
ul.catnav li.active a{
	background: #0abab5;
	color: #FFF;}


/* section共通 */
.home-section-brides .archive-box,
.home-section .archive-box,
#acv-tabs .archive-box,
.acv_category .archive-box{
	width: 100%;
	float: none;
	margin-left: 0;
	height: auto;
	position: relative;
}
/*
.home-section .archive-box:before,
#acv-tabs .archive-box:before,
.acv_category .archive-box:before{
	position: absolute;
	content: "";
	display: block;
	width: 7px;
	height: 14px;
	top: 50%;
	right: 0px;
	margin-top: -7px;
	z-index: 1;
	background: url(imgs/svg/chevron-right.svg) no-repeat;
	background-size: contain;
}
*/
.home-section-brides .archive-box_img,
.home-section .archive-box_img,
#acv-tabs .archive-box .archive-box_img,
.acv_category .archive-box .archive-box_img{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 49%;
	max-width: 268px;
}
.home-section-brides .archive-box_img a,
.home-section .archive-box .archive-box_img a,
#acv-tabs .archive-box .archive-box_img a,
.acv_category .archive-box .archive-box_img a{
	width: 100%;
	height: auto;
	min-height: auto;
}
.home-section-brides .archive-box_img a:before,
.home-section .archive-box .archive-box_img a:before,
#acv-tabs .archive-box .archive-box_img a:before,
.acv_category .archive-box .archive-box_img a:before{
	content:"";
	display: block;
	/* padding-top: 62.946%; */
	padding-top: 75.373%;
}
.home-section-brides .archive-box_dtl,
.home-section .archive-box_dtl,
#acv-tabs .archive-box_dtl,
.acv_category .archive-box_dtl{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 48%;
	line-height: 1.2;
	padding-bottom: 20px;
}
.home-section-brides .archive-box_dtl_pack,
.home-section .archive-box_dtl .archive-box_dtl_pack,
#acv-tabs .archive-box_dtl .archive-box_dtl_pack,
.acv_category .archive-box_dtl .archive-box_dtl_pack{
	padding: 0 12px 0 4px;
}
.home-section-brides .archive-box_dtl .post-hotel,
.home-section .archive-box_dtl .post-hotel,
#acv-tabs .archive-box_dtl .post-hotel{
	font-size: 123.1%;
	margin-bottom: 0;
	height: 1.5em;
	overflow: hidden;
}
.acv_category .archive-box_dtl .post-hotel{
	font-size: 13px;
	margin-bottom: 0;
	height: 2.5em;
	overflow: hidden;
}
.home-section .archive-box_dtl .post-hotel li{
}
.home-section .archive-box_dtl .post-hotel li span{
	color:#998675;
	font-size:14px;
}

.acv_category .archive-box_dtl .post-hotel li{
	height: 2.5em;
}
.home-section-brides .archive-box h3.archive-box_tit,
.home-section .archive-box h3.archive-box_tit,
#acv-tabs .archive-box h3.archive-box_tit,
.acv_category .archive-box h3.archive-box_tit{
	display: inline-block !important;
	margin-bottom: 10px !important;
	line-height: 1.7 !important;
	font-size:16px;
	letter-spacing:0.2rem;
}
.home-section-brides .archive-box h3.archive-box_tit a,
.home-section .archive-box h3.archive-box_tit a,
#acv-tabs .archive-box h3.archive-box_tit a{
	font-weight:normal;
}
.home-section .archive-box h3.archive-box_tit a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-height: 1.7 !important;
}

.acv_category .archive-box_dtl h3.archive-box_tit a{
	font-size: 14px !important;
	line-height: 1.2em !important;
}
.home-section-brides .archive-box_dtl .post-meta{
	margin-bottom: 10px;
}
.home-section-brides .archive-box_dtl .post-meta,
.home-section-brides .archive-box_dtl .post-data,
.home-section .archive-box_dtl .post-data,
#acv-tabs .archive-box_dtl .post-data,
.acv_category .archive-box_dtl .post-data{
	font-size: 16px;
}
.home-section-brides .archive-box_dtl a,
.home-section .archive-box a,
#acv-tabs .archive-box a,
.acv_category .archive-box a{
	font-weight: normal !imporatant;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif !important;
	line-height: 1.2 !important;
}
.home-section-brides .archive-box .post-data,
.home-section .archive-box .post-data,
#acv-tabs .archive-box .post-data,
.acv_category .archive-box .post-data{
	position: relative;
}
.home-section .archive-box .post-data a.more,
#acv-tabs .archive-box .post-data a.more,
.acv_category .archive-box .post-data a.more{
	position: absolute;
	display: inline-block;
	background: #FFF;
	bottom: 1px;
	right: 0;
	z-index: 1;
	padding-top: 1px;
	text-decoration: underline;
	font-weight: normal;
	color: #666 !important;
}
.home-section-brides .archive-box a.more_brides{
	font-weight: normal;
	font-size: 16px !important;
	position: relative;
}
.home-section-brides .archive-box a.more_brides:after{
	position: absolute;
	bottom: 0;
	right: -.813rem;
	z-index: 1;
	content: " ";
	display: inline-block;
	width: 6px;
	height: 1rem;
	font-size: .75rem;
	background:url(imgs/svg/chevron-right.svg) no-repeat left center;
	background-size: contain;
}
.home-section .archive-box .archive-box_date,
#acv-tabs .archive-box .archive-box_date,
.acv_category .archive-box .archive-box_date{
	display: inline-block;
	position: absolute;
	z-index: 1;
	bottom: 7px;
	right: 12px;
	text-align: right;
	font-size: 84.6%;
}
/*
@media screen and (max-width: 1279px) and (min-width: 599px){
	.home-section .archive-box_img{
		min-height: 202px;
		min-width: 202px;
	}
}
*/

/* Search */
#home-srcbox{
	text-align: center;
}
#home-srcbox .screen-reader-text{
	font-size: 18px;
}
/* Reset input[type="search"] */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}

/* Serach box */
#home-srcbox form{
	font-size: 0;
}
#home-srcbox input[type="search"],
#home-srcbox .search-field{
	font-size: 18px;
    outline: none;
	border: 1px solid #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	-webkit-border-radius: 7px 0 0 7px;
	-webkit-appearance: none;
    background-color: transparent;
    background-color: #FFF;
    width: 33%;
    margin: 0 0 0 10px;
	padding: 9px 10px;
}
#home-srcbox .search-submit{
	font-size: 18px;
	border: 1px solid #999;
	background: #666;
    border: none;
	padding: 10px 10px 11px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 0 7px 7px 0;
	color: #FFF;
}
/* IE10〜11 */
_:-ms-input-placeholder, :root #home-srcbox input[type="search"],
_:-ms-input-placeholder, :root #home-srcbox .search-field {
	position: relative;
	padding: 10px 10px;
	top: 2px;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
	#home-srcbox input[type="search"],
	#home-srcbox .search-field {
		position: relative;
		padding: 9px 10px;
		top: 2px;
	}
}
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
	#home-srcbox input[type="search"],
	#home-srcbox .search-field {
		position: relative;
		padding: 9px 10px;
		top: 2px;
	}
}


#home-srcbox .search-submit .screen-reader-text{
	display: none;
}

#search-area .word-group {
	background: #f2f2f2;
}
#search-area h2,
#search .reseach-box h2{
	display: block;
	clear: both;
	text-align: center;
	font-size: 1.25rem;
	margin: 0 0 1.5rem;
	padding: .5rem 0;
	border-bottom: 1px solid #000;
}
#search .reseach-box h2{
	border-bottom: none;
}

#search-area .search-form,
#search .reseach-box .search-form{
	text-align: center;
}
#search-area .input[type="search"],
#search-area .search-field,
#search .reseach-box .input[type="search"],
#search .reseach-box .search-field{
	font-size: 18px;
    outline: none;
	border: 1px solid #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 7px;
    background-color: transparent;
    background-color: #FFF;
    width: 65%;
	min-width: 250px;
    margin: 0 0 0 10px;
	padding: 9px 10px;
}
#search-area .search-submit,
#search .reseach-box .search-submit{
	clear: both;
	display: block;
	margin: 1.5rem auto 0;
}

/* Recommend */
#home-recommend .slick-slide{
}
#home-recommend .slick-slide a{
	color: #000;
}
#home-recommend .slick-slide h2{
	font-size: 138.5%;
	line-height: 1.5;
	text-align: center;
	font-weight: bold !important;
}
#home-recommend .slick-slide h3{
	font-size: 107.7%;
	line-height: 1.5;
	text-align: center;
}

/* What's New */
/**/
/*
#home-whatsnew .archive-box:first-child .archive-box_img:before{
	content: "NEW";
	display: inline-block;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	right: calc(48% - 2.25rem);
	padding: 1px 1px;
	background: #FFF;
	color: #FF749F;
	font-size: 12px;
	font-weight: bold !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Arial', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
}
*/
#home-whatsnew .post-head{
	position: relative;
	margin-bottom: .25rem;
	padding: .35rem;
	text-align: center;
	font-size: 14px;
	background: #666;
	color: #fff;
}
#home-whatsnew .post-head:before{
	content: "";
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    border-bottom: 0.846em solid transparent;
	z-index: 1;
}
#home-whatsnew .post-head.nhead145:before{
	/*Wedding News*/
	border-left: #FF2A84 0.846em solid;
}
#home-whatsnew .post-head.nhead146:before{
	/*Hotel News*/
	border-left: #74E1FF 0.846em solid;
}
#home-whatsnew .post-head.nhead147:before{
	/*Dress*/
	border-left: #00DF3E 0.846em solid;
}
#home-whatsnew .post-head.nhead148:before{
	/*Beauty*/
	border-left: #FFBD35 0.846em solid;
}
/*
#home-whatsnew .archive-box .archive-box_img a{
	height: 202px;
}
*/
/* Special Contents */
#home-special {}

#home-instagram .container,
#home-special .container{
	margin-top:0;
	padding-top:0;
}


/* Instagram */
#home-special,
#home-instagram {
	margin:150px 0 0 0;
	position: relative;
	z-index: 0;
	padding:0 0 70px 0;
}
#home-special::after,
#home-instagram::after{
	content: '';
	position: absolute;
	left:0;
	top: 0;
	transform: skewY(7deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	height:100%;
	background:#F9F7F5;
}
#home-special::before,
#home-instagram::before{
	content: '';
	position: absolute;
	left:0;
	top: calc(-100vw * 0.08748866352);
	transform: skewY(-5deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	height:100%;
	background:#F4F0EB;
}
@media screen and (max-width: 768px) {
	#home-special,
	#home-instagram {
		margin:40px 0;
		padding:30px 0;
	}
}
#home-instagram .tit-type-e{
	margin-bottom:20px;
}

/*
#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
	width: 16.66% !important;
}
*/


@media screen and (max-width: 768px) {
	.tit-type-e{
		font-size: 18px;
		line-height: 1.2 !important;
	}
	.tit-type-e em{
		font-size: 10px;
	}

}

/* Wedding Report */
/*
#home-report .archive-box:first-child .archive-box_img:before{
	content: "NEW";
	display: inline-block;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	right: calc(48% - 2.25rem);
	padding: 1px 1px;
	background: #FFF;
	color: #FF749F;
	font-size: 12px;
	font-weight: bold !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Arial', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
}
*/


/* Ranking */
#home-ranking:after{
	content: "";
	display: block;
	clear: both;
	height: 0px;
}
.acv_category .aside-archive-box{
	padding: 0;
	border: none;
	margin-bottom: 30px;
}
#home-ranking .aside-archive-box{
	padding: 0;
	border: none;
	margin-bottom: 10px;
}

.acv_category .aside-archive-box_img{
	width: 50%;
	max-width: 138px;
	max-height: 107px;
}

#home-ranking .aside-archive-box_body,
.acv_category .aside-archive-box_body{
	width: calc(100% - 230px) !important;
	min-width: 48%;
	float: right;
	margin-left: 0;
}
#home-ranking .aside-archive-box_body .box-tit,
.acv_category .aside-archive-box_body .box-tit{
	font-size: 18px;
	font-weight: normal !imporatant;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif !important;
}
.acv_category .aside-archive-box_body .box-tit{
	font-size: 14px;
}
#home-ranking .aside-archive-box_body .box-txt{
	font-size: 16px;
}
.acv_category .aside-archive-box_body .box-txt{
	font-size: 12px;
}


/* Magazine */
#home-magazine .magazine-link-box{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
	padding: 10px 5px;
	position: relative;
}
#home-magazine .magazine-link-box:after,
#home-magazine .magazine-link-box:before{
    content: "";
    clear: both;
    display: block;
}
#home-magazine .magazine-link-box_img{
	float: left;
	min-width: 140px;
}
#home-magazine .magazine-link-box_body{
	float: right;
	width: calc(100% - 140px);
}
#home-magazine .magazine-link-box_tit {
	font-size: 18px;
	font-weight: bold;
	margin-top: .5rem;
}
#home-magazine .magazine-link-box_txt {
	font-size: 16px;
	margin-top: .825rem;
}
#home-magazine .magazine-link-box_btn{
	position: absolute;
	display: inline-block;
	bottom: 4px;
	right: 5px;
	z-index: 1;
}
.btn-magazine-staff{
	display: block;
	background: url(imgs/bg/img_books.png) right 10px center no-repeat, url(imgs/bg/bg_pink_line.png) right top repeat;
	background-size: 48%, auto;
	padding: 10px;
	color: #FFF;
}
.btn-magazine-staff span{
	display: inline-block;
	padding: .813rem 1rem;
	background: rgba(250,250,250,.17);
}
.btn-magazine-staff span em{
	display: block;
	clear: both;
	margin: .25rem 0;
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold !important;
}

@media screen and (max-width: 878px) {
	.magazine-link{
		width: 90%;
		margin: 0 auto;
	}
}


/* Salon */
.salonContent .storeList ul li{}
.salonContent .storeList ul li figure{
	border: none;
}
.salonContent .storeList ul li .time{
	position: static;
	width: 100%;
	height: auto;
	letter-spacing: 0;
	text-align: center;
	color: #000;
	font-size: 128.6%;
	font-weight: 100;
	line-height: 1.2;
	border-radius: 0;
	position: static;
	left: 0;
	margin-left: 0;
	top: 0;
	background: none;
	padding-top: 12px;
}
.salonContent .absarw{
	border-top: 1px solid #FF749F;
	color: #FF749F;
	text-align: center;
}
.btn-area{
	margin: 10px auto 0px;
}
.btn-area ul li{
	border-radius: 0;
	padding: 15px 30px 15px 75px;
	position: relative;
}
.btn-area ul li:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 12px;
	height: 20px;
	background: url(imgs/svg/chevron-right-white.svg) no-repeat;
	background-size: contain;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}
.btn-area ul li:first-of-type{
	background-color: #FF749F;
	font-weight: bold !important;
}
.btn-area ul li:first-of-type em{
	font-size: 16px !important;
	font-weight: bold;
}
.btn-area ul li span{
	font-weight: 100;
}
.salonContent .storeList ul li div.tabbox dl{
	font-size: 92.5%;
	margin-top: 0;
	text-align: left;
	border: none;
	color: #FFF;
	background-color: #FF5F99;
	padding: 4.1% 4.1% 8.7%;
}
.salonContent .storeList ul li div.tabbox dl a{
  color: #FFF !important;
}
.salonContent .storeList ul li div.tabbox{
	position: relative;
}
.salonContent .storeList ul li div.tabbox div.btn {
	position: absolute;
	top: -26px;
	left: 0;
	cursor: pointer;
	bottom: 35px;
	border-radius: 0;
	width: 100%;
	height: 26px;
	text-align: center;
	margin-left: 0;
	margin-top: 0;
	padding-top: 4px;
	background: rgba(255, 255, 255, 1);
}
.salonContent .storeList ul li div.tabbox div.btn svg,
.salonContent .storeList ul li div.tabbox div.btn i{
	color: #FF749F;
}


/* タイトル */
.tit-type-e{
    font-size: 34px;
	line-height: 1.2 !important;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif !important;
    margin-bottom: 30px;
    text-align: center;
}
.tit-type-e em{
	display: block;
	clear: both;
    font-size: 18px;
	font-weight: 100 !important;
    color: #333;
    margin-top: 5px;
    text-align: center;
}
.acv_category .tit-type-e{
    font-size: 28px;
	line-height: 1.2 !important;
}
.acv_category .tit-type-e em{
    font-size: 14px;
	line-height: 1.2 !important;
}

/* グリッド */
/*
.grid {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	-ms-grid-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-gap: 60px;
	gap: 60px;
	grid-column-gap: 100px;
}
#home_search .grid{
	grid-template-rows: 160px;
}
.grid>div{
	-ms-grid-row-span: 6;
}
.grid>div:nth-child(odd){
    -ms-grid-column: 1;
	-ms-grid-row: auto;
}
.grid>div:nth-child(even){
    -ms-grid-column: 2;
	-ms-grid-row: auto;
}
*/

.grid{
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.grid>div{
	-ms-flex-preferred-size:45%;
	flex-basis:45%;
	margin-bottom: 30px !important;
}
#acv-tabs .grid>div,
.acv_category .grid>div{
	-ms-flex-preferred-size:47%;
	flex-basis:47%;
	margin-bottom: 30px !important;
}
.grid>div:before,
.grid>div:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}


/* ボタン */
.home-section .btn-section-center{
	margin: 0;
}
.src_hotel a,
.src_fair a{
	display: block;
	padding: 2rem 5px 2rem 5px;
	color: #FFF;
	text-align: center;
	font-size: 26px;
	line-height: 1.5;
	font-weight: normal;
	transition: all .3s;
}
.src_hotel a{
/*	background-color: #1598FF;*/
	background-image: url(imgs/btn/bg_hotel_search.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}
.src_fair a{
/*	background-color: #FF2A84;*/
	background-image: url(imgs/btn/bg_fair_search.png.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}
.src_hotel a:hover,
.src_fair a:hover{
	opacity: .5;
}
.src_hotel a>em,
.src_fair a>em{
	display: inline-block;
	clear: both;
	font-size: 16px;
	width: 100%;
	max-width: 213px;
	margin: 0 auto;
	padding: 1% .125rem;
	font-weight: normal !important;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.btn-type-d{
	line-height: 14px;
	color: #000;
	font-size: 16px;
}
.btn-type-d i.fa{
	color: #FF749F;
}
.btn-type-d:after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 14px;
	margin: 0 0 3px 8px;
	background: url(imgs/svg/chevron-right.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a,
.btn-type-e{
	display: inline-block;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
	border: none;
	-webkit-appearance: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
    min-width: 250px;
    padding: 12px 10px !important;
    color: #000 !important;
    background: #CCC !important;
	border-radius: 0 !important;
}
#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram .sbi_follow_btn a:hover,
.btn-type-e:hover{
    color: white !important;
    background: #000 !important;
}

/* Footer */
.footer-inner{
	max-width: 360px;
	margin: 0 auto;
}
.footer-inner .grid{
/*	grid-column-gap: 50px;*/
	margin-bottom: 40px;	
}
.footer-inner li{
	padding: .25rem 0
}
.footer-inner a{
	color: #000;
	font-size: 114.3%;
}
.area-choice{
	margin: 0 0 20px;
	text-align: center;
}
.area-choice_clear{
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 5px 20px;
}
.spn-footer-copyright{
	color: #000 !important;
}
/* その他 */
.mrb0{
	margin-bottom: 0 !important;
}

/* hotel_child */
body#hotel_child .archive-box{
	height: 313px;
}
body#hotel_child .archive-box .archive-box_img a{
	height: auto;
}
.archive-box-a {
	width: 29%;
	margin-left: 4%;
	min-height: 270px;
}
.archive-box-a .archive-box_img a {
	display: inline-block;
	width: 250px;
	height: 130px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #DDD;
}
.archive-box-a .archive-box_img {
	width: 35%;
}
.archive-box-a .aside-archive-box_body {
	width: 60%;
}

/* フォトギャラリー（モーダル） R-design 2020/12/01追記 */
#pGallery-list{
	display: flex;
	flex-wrap: wrap;
}
#pGallery-list li{
	position: relative;
	width: 50%;
}
#pGallery-list li:before{
  content: "";
  display: block;
  padding-top: 100%;
}
div[data-remodal-id^="pg_modal"].remodal{
	width: auto;
	padding: 5px 5px 50px 5px;
}
#pGallery-list li img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.remodal img{
	width: 100%;
}
.pg_title{
	font-size: 18px;
}
.pg_caption{
	padding: .5rem 0;
}
.pg_prev,
.pg_next{
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background:rgba(255,255,255,0);
	cursor: pointer;
	color: #FFF;
	border: none;
	border-radius: 1px;
}
.pg_prev{
	left: 0;
	z-index: 1;
}
.pg_next{
	right: 0;
	z-index: 2;
}
.pg_prev span,
.pg_next span{
	display: block;
	color: rgba(255,255,255,0);
	position: relative;
}
.pg_prev span:before,
.pg_next span:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	width: 16px;
	height: 16px;
	border-top: 3px solid rgba(255,255,255,1);
	border-right: 3px solid rgba(255,255,255,1);
	margin-top: -15px;
	opacity: 1;
	transition: all .3s;
}
.pg_prev:hover span:before,
.pg_next:hover span:before{
	border-top-color:rgba(255,255,255,0.2);
	border-right: 3px solid rgba(255,255,255,.2);
}
.pg_prev span:before{
	left: 12px;
	transform: rotate(-135deg);
}
.pg_next span:before{
	right: 12px;
	transform: rotate(45deg);
}
.pg_page{
	padding: 12px 0;
	position: absolute;
	left: 15px;
	bottom: 5px;
	z-index: 0;
}
.remodal-cancel{
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 2;
	background:#000;
	transition: all .5s;
}
.remodal-cancel:focus{
	background: #666;
}

/* ホテル詳細 サブナビ R-design 2020/12/15追記 */
.sub-nav-hdtl{
	margin:30px 0 40px;
	background:#F9F7F5;
}
.sub-nav-hdtl ul{
	font-size: 0;
}
.sub-nav-hdtl ul li{
	list-style: none;
	display: inline-block;
	width: 25%;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	color: #CCC;
}
.sub-nav-hdtl ul li em{
	display: block;
	padding: 5px 0;
	font-weight: normal !important;
}
.sub-nav-hdtl ul li a{
	display: block;
	padding: 5px 0;
	background:#F9F7F5;
	color: #000;
	transition: .3s all;
}
.sub-nav-hdtl ul li a.acv{
    background: #534741;
	color: #FFF;
	position:relative;
}
.sub-nav-hdtl ul li a.acv:after{
	position:absolute;
	bottom:-15px;
	left:0;
	right:0;
	margin:auto;
	display:block;
	content:"";
	width: 0px;
	height: 0px;
	border: 8px solid;
	border-color: #534741 transparent transparent  transparent;
}
.sub-nav-hdtl ul li a:hover{
	background: #CCC;
	color: #000;
}
.mb_none{
	display: inline-block;
}
@media screen and (max-width: 768px){
	.sub-nav-hdtl{
		margin:20px 0 20px;
	}
	.sub-nav-hdtl ul li{
		font-size: 14px;
	}
	.mb_none{
		display: none;
	}
}

/* ホテルフォトギャラリー */
.gallery-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	max-width: 700px;
	margin: 0 auto;
	box-sizing: border-box;
}
.gallery-block li {
	display: block;
	flex: auto 50%;
	width: 50%;
	padding: 2px;
	transition: .5s all;
	box-sizing: border-box;
	font-size: 0;
	line-height: 0;
}
.gallery-block li:active,
.gallery-block li:hover{
	outline-width: 0; /* Remove the outline when hovering in all browsers */
	opacity: .5;
}
.gallery-block li:first-child,
.gallery-block li:nth-child(even):last-child {
	width: 100%;
}
.gallery-block li img {
	width: 100%;
/*	height: 346px;*/
	object-fit: cover;
	cursor: pointer;
}
.gallery_list{
	width:100%;
	margin:0px auto;
	position:relative;
}
.gallery_list img{
	width:100%;
	height:auto;
}
.gallery_list_cate{
	color:#534741;
	font-size:20px;
	font-weight:bold;
}
.gallery_list_p{
	font-size:16px;
}
.gallery_list .swiper-wrapper{
	height:auto !important;
}

@media screen and (max-width: 768px) {
	.gallery_list_cate{
		font-size:16px;
	}
	.gallery_list li{
		padding:10px 20px;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
}

.gallery_cate_list ul{
	display:flex;
	justify-content: space-between;
	border-top:1px solid #534741;
	border-bottom:1px solid #534741;
	width:600px;
	margin:0px auto 30px auto;
}
.gallery_cate_list ul li{
	text-align:center;
	padding:10px 20px 7px 20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	cursor: pointer;
}
.gallery_cate_list ul li.active{
	border-bottom:3px solid #0abab5;
}
.gallery_cate_photolist{
	width:700px;
	margin:0px auto 100px auto;
}
.gallery_cate_photolist li{
	display:none;
}
.gallery_cate_photolist li.active{
	display:block;
}
.gallery_cate_photolist_img li:first-child{
	width:100%;
}
.gallery_cate_photolist_img li{
	width:33.3%;
	float:left;
	display:block;
}
.gallery_cate_photolist_img li img{
	width:100%;
	height:auto;
}
.slier_list{
	text-align:center;
}
.slier_list div.img{
	width:100%;
	padding:0;
}
.slier_list div.img img{
	width:100%;
	height:auto;
}

.thumbnail_list{
}
.thumbnail_list div{
	padding:0;
}
.thumbnail_list div.img{
}
.thumbnail_list div.img img{
	width:100%;
	height:auto;
}

.thumbnail_list_s{
	width:100%;
}
.thumbnail_list_s div{
	padding:0;
}
.thumbnail_list_s div.img{
	width:33.3% !important;
}
.thumbnail_list_s div.img img{
	width:100%;
	height:auto;
}




@media screen and (max-width: 768px) {
	.gallery_cate_list ul{
		width:100%;
		margin:0;
	}
	.gallery_cate_list ul li{
		padding:10px 5px 7px 5px;
		font-size:12px;
		line-height:140%;
	}
	.gallery_cate_list ul li.active{
		border-bottom:3px solid #0abab5;
	}
	.gallery_cate_photolist{
		width:100%;
		margin:0px auto 30px auto;
	}
	.gallery_cate_photolist_img li:first-child{
		width:100%;
	}
	.gallery_cate_photolist_img li{
		width:50%;
	}
	.gallery_cate_photolist_img li img{
		width:100%;
		height:auto;
	}

}
.gallery{
	width:700px;
	margin:0px auto;
}
.gallery img{
	width:100%;
	height:auto;
}
.gallery li p{
	margin:10px 0 50px 0;
	text-align:left;
	font-size:16px;
}
@media screen and (max-width: 768px) {
	.gallery{
		width:100%;
		margin:0px auto;
	}
	.gallery li p{
		margin:5px 0 30px 0;
		font-size:14px;
	}
}
/* 下層 */
.breadcrumb{
}
.breadcrumb li a {
	color:#000;
	padding: 8px 0 0 0;
}
#hotel_top .breadcrumb{
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	#hotel_top .breadcrumb_container{
		margin:0 auto;
	}
}

.post-header .post-header_tit {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
	font-size: 24px;
	margin-top: 20px;
	line-height: 1.3;
}
.tit-type-d {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
}


/* footer tab - write R-design 20180504*/
.foot-tab{
	display: none;
}

/* footer tel drop-up */
.spn-tel-open{
	display:none;
	position:fixed;
	z-index: 9998;	/*9998*/
	bottom:60px;
	background:rgba(255, 255, 255, 0.98);
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #CCC;
}
.spn-tel-open dl{}
.spn-tel-open dl dt{
	text-align:center;
	padding:7px;
	background:#fbdae6;
	color:#000;
}
.spn-tel-open dl dd{
	border-top:1px solid #CCC;}
.spn-tel-open dl dd>a{
	display:block;
	color:#000;
}
.spn-tel-open dl dd>a{
	padding:9px;
}
.spn-tel-open dl dd>a>span{
	display:inline-block;
	width:7em;
	background:url(imgs/svg/icn_mobile.svg) no-repeat;
	background-size:20px 20px;
	background-position:center right;
}

.ftab_search_link_navi{
	display:none;
	position:fixed;
	width:400px;
	height:50%;
	background:#FFF;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:99999;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:30px;
	box-shadow: 0 0 10px 5px rgb(0, 0, 0);
}
.ftab_search_link_navi .close{
	position:absolute;
	right:20px;
	top:10px;
	font-size:20px;
}
.ftab_search_link_navi h2{
	margin:30px 0 0 5px;
	font-weight:bold;
	color:#000;
	font-size:16px;
}
#search_fair_date{
	height:530px;
}
#search_fair_date h2{
	margin:0 0 0 5px;
}
.search_fair_date_p{
	margin:0 0 15px 5px;
}

.ftab_search_link_navi ul{
	margin:10px 0 40px 0;
}
.side_search_title{
	font-size:20px;
	font-weight:bold;
	color:#534741;
	margin:10px 5px;
	font-family: serif;
	letter-spacing:0.2rem;
}
.side_search .link_btn{
	width:100%;
	margin-bottom:40px;
}
.spn-menu-open,
.spn_fixedmenu{
	display:none;
}
@media screen and (max-width: 768px) {
	.side_search{
		display:none;
		padding:20px;
	}
}
.archive-box .archive-box_tit a{
	font-weight:normal;
	line-height:1.7;
	letter-spacing:0.2rem;
}

@media screen and (max-width: 768px) {
	html {
		font-size: 62.5%;
	}
 	#wrapper{
		padding-top:80px !important;
	}
	#wrapper2{
		padding-top:0px !important;
	}
 	#wrapper .sub-nav{
/*
		position:fixed;
		top:50px;
		left: 0;
*/
		background:rgba(255,255,255,.98);
/*		z-index:9997;*/
	}
	/* header - write R-design 20180504*/
	header#header{
		position: relative;
	}
	.header-contents{
		-webkit-transition: 1s all;
		transition: 1s all;
	}
	.header-items {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
	}
	#header .header-logo_txt{
		display:none;
	}
	.home #header .header-logo_txt,
	#home #header .header-logo_txt{
		display:block;
		background:#0abab5;
		text-align:center;
		line-height:1em;
		margin-top:-1px !important;
		color:#FFF !important;
		padding:5px 0;
	}
	.home #header.visible .header-logo_txt,
	#home #header.visible .header-logo_txt{
		display:none;
	}

	.header-logo{
		margin-top:13px;
		margin-bottom: 2px;
		margin-left:10px !important;
		padding-bottom: 0px;
	}
	.header-area-choice{
		margin-top: 11px !important;
		margin-left: 165px !important;
	}
	.spn-menu{
		margin-top: 20px;
		margin-right: 20px;
        padding-top: 15px;
	}
	
	/* Hotel Main */
	.hotel-detail_tit{
		font-size:24px !important;
	}

	/* footer tab - write R-design 20180504*/
	.spn-footer-copyright{
		padding-bottom: 70px;
	}
	.foot-tab{
		display:block;
		position:fixed;
		bottom:0;
		left: 0;
		width:100%;
		height:59px;
		z-index:99999;
		background-color:#FFF;
	}
	.foot-tab .ftab{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-direction:row;
		flex-direction:row;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	.foot-tab .ftab_link{
		position:relative;
	}
	.foot-tab .ftab_link a{
		display:block;
		background:#0abab5;
		color:#FFF;
		height:59px;
		line-height:59px;
		text-align:center;
		font-weight:bold;
		font-size:20px;
		padding-left:60px;
	}
	.foot-tab .ftab_link a svg,
	.foot-tab .ftab_link a i{
		position:absolute;
		right:20px;
		top:12px;
		font-size:30px;
	}
	.foot-tab .ftab_link p{
		position:absolute;
		top:15px;
		left:15px;
		color:#FFF;
		line-height:110%;
		text-align:center;
		display: inline-block;
		padding: 0 5px;
	}
	.foot-tab .ftab_link p:before {
	    position: absolute;
	    left: 0;
	    top: 0;
	    content: "";
	    width: 1px;
	    height: 100%;
	    background: #FFF;
	    border-radius: 3px;
	    transform: rotate(-25deg);
	}
	.foot-tab .ftab_link p:after {
	    position: absolute;
	    content: "";
	    right: 0;
	    top: 0;
	    width: 1px;
	    height: 100%;
	    background: #FFF;
	    border-radius: 3px;
	    transform: rotate(25deg);
	}

	.foot-tab .ftab_search_link{
		position:relative;
		z-index:9999;
		display:block;
		background:#0abab5;
		color:#FFF;
		height:59px;
		line-height:59px;
		text-align:center;
		font-weight:bold;
		font-size:20px;
		cursor: pointer;
	}
	.foot-tab .ftab_search_link svg,
	.foot-tab .ftab_search_link i{
		position:absolute;
		right:20px;
		top:12px;
		font-size:30px;
	}
	.foot-tab .ftab_search_link span svg,
	.foot-tab .ftab_search_link span i{
		position:relative;
		top:auto;
		right:auto;
		font-size:22px;
		margin:0 5px 0 0 ;
	}

	.ftab_search_link_navi{
		position:fixed;
		width:100%;
		height:100%;
		background:#FFF;
		top:auto;
		bottom:0;
		left:0;
		z-index:99999;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:30px;
	}
	#search_fair_date{
		height:100%;
	}
	.ftab_search_link_navi .close{
		position:absolute;
		right:10px;
		top:10px;
		font-size:20px;
		font-weight:normal;
		color:#FFF;
		background:#0abab5;
		width:30px;
		height:30px;
		line-height:30px;
		text-align:center;
	    border-radius:50%;
		cursor: pointer;
	}
	.ftab_search_link_navi ul{
		margin:0 0 30px 0;
	}

	.foot-tab .ftab>li{
		-ms-flex-item-align:auto;
		align-self:auto;
		width:33.333%;
		border-top:1px solid #DCDCDC;
	}
	.foot-tab .ftab>li:nth-child(1){
		/* border-right:1px solid #DCDCDC; */
	}
	.foot-tab .ftab>li:nth-child(3){
		/* border-left:1px solid #DCDCDC; */
	}
	.foot-tab .ftab>li>a{
		display:block;
		text-align:center;
		padding:37px .5em 8px;
		color:#000;
		font-size:10px;
	}
	.foot-tab .ftab>li:nth-child(1)>a{
		background: url(imgs/svg/icn_hotel.svg) no-repeat;
		background-size: 28px 28px;
		background-position: center 7px;
	}
	.foot-tab .ftab>li:nth-child(2)>a{
		background: url(imgs/svg/icn_search.svg) no-repeat;
		background-size: 28px 28px;
		background-position: center 7px;
	}
	.foot-tab .ftab>li:nth-child(3)>a{
		background: url(imgs/svg/icn_star.svg) no-repeat;
		background-size: 28px 28px;
		background-position: center 7px;
	}
	.foot-tab .ftab>li:nth-child(4)>a{
		background: url(imgs/svg/icn_menu.svg) no-repeat;
		background-size: 28px 28px;
		background-position: center 7px;
	}

	.foot-tab .htab{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-direction:row;
		flex-direction:row;
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
	}
	.foot-tab .htab>li{
		-ms-flex-item-align:auto;
		align-self:auto;
		border-top:1px solid #DCDCDC;
	}
	.foot-tab .htab>li.tel{
		-ms-flex-preferred-size:64px;
		flex-basis:64px;
		border-right:1px solid #DCDCDC;
	}
	.foot-tab .htab>li.mail{
		-ms-flex-preferred-size:64px;
		flex-basis:64px;
		border-right:1px solid #DCDCDC;
	}
	.foot-tab .htab>li.fair{
		-webkit-box-flex:2;
		-ms-flex-positive:2;
		flex-grow:2;
	}
	.foot-tab .htab>li>a{
		display:block;
		text-align:center;
		padding:35px .5em 8px;
		color:#000;
		font-size:10px;
	}
	.foot-tab .htab>li.tel>a{
		background:url(imgs/svg/icn_tel.svg) no-repeat;
		background-size: 30px 30px;
		background-position: center 5px;
	}
	.foot-tab .htab>li.mail>a{
		background:url(imgs/svg/icn_mail.svg) no-repeat;
		background-size: 30px 30px;
		background-position: center 5px;
	}
	.foot-tab .htab>li.fair>a{
		background:#0abab5 url(imgs/svg/icn_arw_wht.svg) no-repeat;
		background-position: right 10px center;
		background-size: 16px 16px;
		padding:11px 3em 13px 1em;
		line-height:16px;
		color:#FFF;
	}
	.foot-tab .htab>li.fair>a>span{
		font-size:16px;
	}


	/* header-SP-ハンバーガーメニュー */
	.menu-trigger span {
		background-color: black;
	}
	.ftab .menu-trigger{
		position: relative;
		width: 100%;
		height: inherit;
	}
	.spn_fixedmenu{
		display:block;
		position:fixed;
		width:100%;
		z-index:99998;
		bottom:0;
		left:0;
		background:#FFF;
		box-shadow:3px 3px 10px rgba(33,33,33,0.2);
		box-sizing:border-box;
		padding-bottom:20px;
	}
	.spn_fixedmenu ul{
		padding:10px 0 0 0;
	}
	.spn_fixedmenu ul li{
		float:left;
		width:33.3%;
		text-align:center;
		line-height:110%;
	}
	.spn_fixedmenu ul li a{
		color:#000;
		font-size:11px;
	}
	.spn_fixedmenu ul li a svg,
	.spn_fixedmenu ul li a i{
		font-size:20px;
		color:#0abab5;
	}

	/* R-design rewrite 20180507 */
	.spn-menu-open {
		display:block;
		position:fixed;
		width:100%;
		height:100%;
		background:#FFF;
		top:0;
		left:-100%;
		z-index:99999;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:30px;
	}
	.spn-menu-open .spn-menu-open_nav ul{
		margin:20px 0 0 0;
	}
	.spn-menu-open .spn-menu-open_nav ul li{
		padding:15px 0;
		border:none;
	}
	.spn-menu-open a {
		font-size: 16px;
		color: black;
		padding:10px;
		text-align:left;
	}
	.spn-menu-open .spn-menu-open_nav .sns-box ul{
		margin:0;
		padding:0;
	}
	.spn-menu-open .spn-menu-open_nav .sns-box ul li{
		padding:0;
	}
	.spn-menu-open .spn-menu-open_nav .sns-box ul li a{
		font-size: 40px;
		padding:0;
	}
	.spn-menu-close{
		position: absolute;
		top: 5px;
		right: 15px;
		font-size: 30px;
		cursor: pointer;
		color:#0abab5;
	}
	.area-choice_list li:first-child a {
		padding-right: 0;
	}
	.header-area-choice .area-choice_list li:first-child a,
	.header-area-choice .area-choice_list li:last-child a {
		padding-right: 0;
		padding-left: 12px;
	}
	.header-area-choice .area-choice_list li:first-child a.active,
	.header-area-choice .area-choice_list li:last-child a.active {
		padding: 4px 5px;
	}
	.area-choice_list li a {
		margin-right: 5px;
	}
	.area-choice_list li a .fa {
		top: 0;
		left: 0;
	}

	/* top-スライドショー */
	.top-main .slide-box {
		width: 100%;
		height: auto;
		max-height: 248px;
	}
	.top-main .slide-box img {
		width: 100%;
	}
	.top-main .slide-arrow {
		width: 100%;
	}
	.top-main .text-area {
		padding: 3%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.top-main .text-area h2 {
		font-size: 16px;
		line-height: 20px;
	}
	.top-main .text-area h3 {
		font-size: 14px;
	}

	/* top-ウエディングフェアを探す */
	.slick-arrow svg,
	.slick-arrow i{
		background: #ed4580;
	}

	/* top-archive-box調整 */
	.archive-box .archive-box_tit {
		/* padding-bottom: 30px !important; */
		font-size:16px;
		font-weight:normal;
		line-height:1.7;
		letter-spacing:0.2rem;
	}
	.archive-box .archive-box_img {
		margin-bottom: 5px !important;
	}

	/* top-Instagram */
	.span.instagram-cth {
		width: 100%;
	}
	#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item:nth-child(n+10) {
		display: none;
	}
	span.instagram-cth {
		text-align: center;
		width: 100%;
		font-size: 14.5px;
	}

	/* top-卒花嫁がお手本...スライドショー */
	.sp-br {
		display: block;
	}
	.top-senpai-box:nth-child(n+4) {
		display: block;
	}
	.archive-box .topslide {
		padding: 0!important;
	}
	.slick-dots {
		text-align: center;
	}
	.slick-dots li {
		display: inline-block;
		margin: 0 8px;
	}
/*
	.slick-dots li button {
		position: relative;
		text-indent: -9999px;
		width: 10px;
		height: 10px;
		line-height: 8px;
		border: 1px solid #fff;
		display: block;
		border-radius: 50%;
		background-color: rgba(255,118,130,.2);
		padding: 0;
	}
*/
	.slick-dots li.slick-active button {
		background-color: #ed4580;
		border: 1px solid #ed4580;
	}
	.archive-slide-wrap .slick-slide {
		margin-bottom: 0!important;
	}

	/* top-Wedding Newsタブ */
	.tab {
		overflow: hidden;
		display:         -webkit-box;
		display:         -ms-flexbox;
		display:         flex;
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.tab li {
		display: block;
		padding: 15px 0;
	}
	.tab li:nth-child(-n+2) {
		width: 49%;
	}
	.tab li:nth-child(n+3) {
		width: 32.5%;
	}
	.tab-content {
		padding: 0;
	}
	.tab-content .archive-box {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #dcdcdc;
		padding: 15px!important;
		margin-bottom: 10px!important;
		overflow: hidden;
	}
	.tab-content .archive-box .archive-box_img {
		width: 30%;
		float: left;
		position: relative;
		margin: 0;
		overflow: hidden;
	}
	.tab-content .archive-box .archive-box_img:before {
		content: '';
		display: block;
		padding-top: 100%;
	}
	.tab-content .archive-box .archive-box_img a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	.tab-content .archive-box .archive-box_txt,
	.tab-content .archive-box .archive-box_date {
		width: 65%;
		float: left;
		margin-left: 5%;
	}
	.tab-content .archive-box a {
		font-size: 16px;
		font-weight:normal;
		line-height:1.7;
	}
	.tab-content .tit-type-a em {
		font-size: 19px !important;
	}
	.tab-content .tit-type-a .tab-span:before {
		content: '\a';
		white-space: pre;
	}

	/* top-店舗ナビ */
	.tab-content-shop {
	/* スマホ用別パターン */
		display: none;
	}
	/*.archive-shop {
		margin-left: 0;
		overflow: hidden;
	}*/
	.tab-content-shop .archive-box {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 95%;
		margin: 10px auto 10px;
		overflow: hidden;
		padding: 15px;
	}
	.tab-content-shop .archive-box .archive-box_img {
		width: 25%;
		float: left;
		position: relative;
		margin: 0;
	}
	.tab-content-shop .archive-box .archive-box_img:before {
		content: '';
		display: block;
		padding-top: 100%;
	}
	.tab-content-shop .archive-box .archive-box_img img {
		display: block;
		position: absolute;
		top: 100%;
	}
	.tab-content-shop .archive-box .archive-box_txt,
	.tab-content-shop .archive-box .archive-box_date {
		width: 65%;
		float: left;
		margin-left: 5%;
	}
	.tab-content-shop .archive-box .archive-box_txt {
		font-size: 16px!important;
		color: rgba(255, 148, 159, .8);
		font-weight: bold;
	}
	.tab-content-shop .archive-box .archive-box_map a {
		color: rgba(255, 148, 159, .8)!important;
		text-decoration: underline;
		font-family: unset!important;
	}
	.tab-content-shop .archive-box a {
		color: #000 !important;
		line-height: 1.4 !important;
		font-size: 14px !important;
		font-weight: normal;
		font-family: unset;
	}
	.tab-content-shop .aside-archive-box_body {
		width: 70%;
	}
	.tab-content-shop .aside-archive-box_body dt {
		width: 25%;
		float: left;
	}
	.tab-content-shop .aside-archive-box_body dd {
		padding-left: 29%;
	}
	.tab-content-shop .archive-box {
		font-size: 14px!important;
	}
	/* ▲スマホ用別パターン▲ */
	.salonContent .catch {
		padding: 2rem 0 1rem;
		text-align: center;
	}
	.salonContent .catch p {
		font-size: 1.3rem;
		padding-bottom: 1rem;
	}
	.salonContent .catch p strong {
		font-weight: 400;
		font-size: 2.1rem;
	}
	.salonContent .catch p strong b {
		font-size: 1.4rem;
		color: #f17583;
	}
	.salonContent .catch p strong b i {
		display: inline-block;
		position: relative;
	}
	.salonContent .catch p strong b i:before {
		width: 100%;
		text-align: center;
		content: '●';
		line-height: 1;
		font-size: .9rem;
		color: #f7c7cb;
		position: absolute;
		top: -.5rem;
		left: 0;
	}
	.salonContent .storeList {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 2rem;
	}
	.salonContent .storeList ul {
		padding: 0 .5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display:         flex;
				justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
	.salonContent .storeList ul.kansai {
/*
		background-image: url(/apps/wp-content/uploads/2018/04/listbg.png);
		background-repeat: no-repeat;
		background-size: 49% auto;
		background-position: 2.4% top;
*/
	}
	.salonContent .storeList ul li {
		width: 50%;
		text-align: center;
		padding: .5rem .5rem 1.5rem .5rem;
		position: relative;
		overflow: visible;
	}
	.salonContent .storeList ul li .ttl {
		font-size: 1.5rem;
		line-height: 1.3;
		font-weight: 700;
		padding-bottom: .5rem;
	}
	.salonContent .storeList ul li .ttl small {
		font-size: 50%;
		color: #ef9ba5;
		display: block;
	}
	.salonContent .storeList ul li .time {
		letter-spacing: 0;
		text-align: center;
		/* font-weight: 700; */
		line-height: 1.2;
		/*    background: rgba(255, 148, 159, .8);
		color: #fff; */
		margin: 0;
		padding: 0;
		width: 100%;
		border-radius: 0;
		position: static;
		height: auto;
	}
	.salonContent .storeList ul li .time b{
		font-weight: 700;
	}
	.salonContent .storeList ul li .time span {
		font-size: 86%;
		margin-left: .3rem;
		display: inline-block;
		padding-bottom: 5px;
	}
	.salonContent .storeList ul li .time span b {
		font-size: 192%;
		margin-left: .3rem;
	}
	.salonContent .storeList ul li .time i {
		font-size: 129%;
		line-height: 2.6rem;
		display: block;
	}
	.salonContent .storeList ul li a {
		display: block;
	}
	.salonContent .storeList ul li a:hover .time {
		background: #ff949f;
	}
	.salonContent .storeList ul li figure {
	/*    border-top: .4rem solid #fe94a0; */
	}
	.salonContent .storeList ul li figure img {
		max-width: 100%;
		height: auto;
	}
	.salonContent .storeList ul li div.tabbtn {
		cursor: pointer;
	}
	.salonContent .storeList ul li div.tabbox {
		display: none;
	}
	.salonContent .storeList ul li div.tabbox dl {
		font-size: 92.5%;
		margin-top: 10%;
		text-align: left;
		padding: 4% 4% 8.7%;
	}
	.salonContent .storeList ul li div.tabbox dl dt,
	.salonContent .storeList ul li div.tabbox dl dd {
		margin-bottom: 5px;
	}
	.salonContent .storeList ul li div.tabbox div.btn {
		/*    cursor: pointer;
		bottom: 35px;
		border-radius: 50px;
		width: 30px;
		height: 30px;
		text-align: center;
		margin-left: 40%;
		margin-top: -16px;
		padding-top: 4px;
		background: rgba(255, 148, 159, .8); */
	}
	.salonContent .storeList ul li div.tabbox div.btn i {
		font-size: 135%;
		color: #fff;
	}
	.salonContent .storeList ul li div.tabbox dl span {
		display: block;
		font-weight: bold;
	}
	.salonContent .storeList ul li div.tabbox dl dd.sptel a {
		cursor: pointer;
		pointer-events: auto;
	}
	.salonContent .storeList ul li div.tabbox dl a {
		color: #ff7682;
	}
	.btn-area {
		width: 100%;
		/* margin: 0 auto 16%; */
		margin: 0 auto 0;
	}
	.btn-area ul {
		width: 90%;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display:         flex;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
	.btn-area ul li {
		border-radius: 0;
		padding: 10px 18px 7px 68px !important;
		width: 48%;
		margin: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.btn-area ul li:after{
		right: 5px;
	}
	.btn-area ul li:first-child{
		margin-right: 1%;
		padding-left: 55px !important;
	}
	.btn-area ul li:last-child{
		margin-left: 1%;
		padding-top: 15px !important;
	}
	.btn-area ul li a {
		color: #fff;
	}
	.btn-area ul li:first-of-type {
		background-color: #FF749F;
		position: relative;
	}
	.btn-area ul li:first-of-type span {
		font-size: 70%;
		display: block;
	}
	.btn-area ul li:last-of-type span {
		margin-left: -60px;
		margin-top: 1rem;
	}
	.btn-area ul li:last-of-type>img{
		width: 100%;
		max-width: 92px;
	}
	.btn-area ul li:first-of-type i {
		font-size: 185%;
		position: absolute;
		top: 12px;
		left: 14px;
	}
	.btn-area ul li:last-of-type {
		background-color: #00b900;
		position: relative;
		font-size: 12px;
		color: #fff;
		/* padding-left: 27.5%; */
	}
	.btn-area ul li:last-of-type figure {
		width: 55px;
		height: 55px;
		position: absolute;
		top: 5px;
		left: 5px;
	}
	.btn-area ul li:last-of-type figure img {
		width: 100%;
	}

	/* top-sns-boxの上のリンク */
	.group-link-box_body .group-link-box_tit {
		font-size: 12px;
	}
	.group-link-box_body .group-link-box_txt {
		font-size: 11px !important;
	}

	/* 下層 */
	.contents-header .contents-header_tit {
		font-size: 24px;
	}
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
	.header-contents {
		width: 99%;
	}
	.header-logo {
		width: 20%;
		margin-top: 9px;
	}
	.header-logo .header-logo_img {
		width: 100%;
	}
	.header-nav {
		width: 50%;
		text-align: right;
		padding-right: 1%;
	}
	.header-nav ul {
		overflow: hidden;
		font-size: 0;
	}
	.header-nav ul li {
		float: none;
		display: inline-block;
	}
	.header-nav ul li:first-of-type {
		margin-left: 0;
	}
	.header-nav ul li a {
		display: inline-block;
		font-size: .813rem;
		padding: 26px .5rem!important;
	}
	.header-hover-tab_list {
		width: 75.9%;
	}
	.header-hover-contents {
		width: 65.4%;
	}
	.header-hover-tab_target .tab-box li {
		width: 22.2%;
		margin-left: 2.8%;
	}
	.header-hover-tab_target .tab-box li img {
		width: 100%;
		height: auto;
	}
	.header-hover-tab_target .tab-box li a {
		font-size: 11.5px;
	}
	.header-info {
		padding: 25px 0;
	}
	.container {
		width: 99%;
	}

	.contents-main {
		width: 72%;
	}

	.archive-box {
		width: 29%;
		margin-left: 4%;
	/*	min-height: 210px; */
	}

	.archive-box .archive-box_img a {
		width: 100%;
	}

	.contents-aside {
		width: 25%;
	}


	.aside-archive-box_body {
		width: 60%;
	}




	.tab li {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px 0;
		width: 20%;
	}

	.news-section {
		width: 99%;
		margin: 0 auto;
	}

	.news-contents {
		margin-left: 0;
	}

	.salonContent .storeList {
		max-width: 99%;
	}

	.salonContent .storeList ul li {
		padding: 12px 1% 70px;
	}

	.btn-area {
		width: 99%;
		margin: 10px auto 0;
	}

	.group-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 99%;
	}

	.group-link-box {
		width: 50%;
		height: auto;
		border: none;
		border-top: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
		margin: 0;
	}

	.group-link .group-link-box:nth-of-type(even) {
		border-right: 1px solid #dcdcdc;
	}

	.group-link .group-link-box:nth-of-type(n+3) {
		border-bottom: 1px solid #dcdcdc;
	}

	.group-link-box_img {
		float: left;
		width: 35%;
	}

	.group-link-box_img a {
		display: block;
	}

	.group-link-box_img a img {
		width: 100%;
		height: auto;
	}

	.group-link-box_body {
		width: 60%;
	}

	.group-link-box_btn {
		width: 60%;
	}

	.group-link-box_btn .btn-type-a.small {
		padding: 5px;
		font-size: 11px !important;
	}

	.group-link-box_btn .btn-type-a.small:after {
		font-family: FontAwesome;
		content: '\f08e';
		margin-left: 3px;
	}

	.footer-contents {
		width: 99%;
		padding: 0;
	}
}

@media screen and (min-width: 1280px) {
	.header-nav ul li a {
		font-size: .875rem;
	}
	.contents-section #sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item {
		width: 16.6%;
	}
	#sb_instagram .sbi_photo {
		height: 142.42px!important;
	}

	.aside-archive.grid>div{
		-ms-flex-preferred-size:20%;
		flex-basis:20%;
		margin-bottom: 30px !important;
	}
	#home-ranking .aside-archive-box{
	}
	#home-ranking .aside-archive-box_img{
		width: 100%;
		float: none;
		clear: both;
		margin: 0 auto .75rem;
	}
	#home-ranking .aside-archive-box_body{
		width: 100%;
		float: none;
		clear: both;
	}
	#home-ranking .aside-archive-box_body{
		width: 100% !important;
		min-width: 48%;
		max-width: 216px;
		float: none;
		margin: 0 auto;
	}
}


.mrt-20 {
	margin-top:-20px !important;
}
@media screen and (max-width: 768px) {
	.mrt-20 {
		margin-top:10px !important;
	}
}

.hotel-fair-box2-img {	
	max-height: 258px;	
}	
@media screen and (max-width: 768px){	
	.hotel-fair-box2-img {	
		max-height: 173px;	
	}
}

/* レスポンシブ (R-design 2018/11/16) ======================================= */
@media screen and (max-width: 768px) {
	/* keyvisual */
	.slick-slide {
		padding: 0 5px;
	}
	/* Recommend */
	#home-recommend .slick-slide{
		font-size: 9px;
	}
	section#home-recommend.home-section{
		padding-bottom: 2em;
	}
	
	/* タイトル */
	.tit-type-e{
		font-size: 22px;
	}
	.tit-type-e em{
		font-size: 14px;
	}
	/* 共通 */
	.home-section .archive-box_dtl .post-hotel {
		font-size: 11px;
	}
	.home-section .archive-box h3.archive-box_tit{
		margin:5px 0 !important;
		padding-bottom: 0 !important;
		letter-spacing:0.1rem;
	}
	.home-section .archive-box h3.archive-box_tit a {
		font-size: 12px !important;
		font-weight:normal;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		line-height:1.7 !important;
	}
	.home-section .archive-box_dtl .post-data{
		font-size: 11px;
	}
	.home-section .archive-box .post-data a.more{
		font-size: 11px !important;
	}
	
	#home-whatsnew .archive-box:first-child .archive-box_img:before,
	#home-report .archive-box:first-child .archive-box_img:before{
		right: calc(48% - 3rem);
		bottom: 6px;
		font-size: 10px;
	}

	/* Tabs (Category Archive) */
	ul.catnav li {
		width: calc(50% - 2px);
	}
	ul.catnav li a {
		font-size: 12px;
	}

	.home-section .grid,
	.grid.rankandmag,
	.acv_category .grid{
		display: block;
		width: 94%;
		margin: 0 auto !important;
	}

	/* Brides Activities (R-design 2021/08/26) */
	.home-section-brides .grid{
		width: 94%;
		margin: 0 auto !important;
	}
	.home-section-brides .archive-box_img{
		float: none;
		width: 100%;
		max-width: 330px;
		margin-bottom: 10px !important;
	}
	.home-section-brides .archive-box_img a:before{
		padding-top: 100%;
	}
	.home-section-brides .archive-box_dtl{
		float: none;
		width: 100%;
	}



	/* What's New */
	#home-whatsnew .post-head{
		font-size: 11px;
	}
	/* Inatagram */
/*
	#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
		width: 33.33% !important;
	}
*/
	#sb_instagram #sbi_images {
		margin-bottom: 5px;
	}
	
	/* Search */
	.grid>div{
		-ms-flex-preferred-size:45%;
		flex-basis:45%;
		margin-bottom: 20px !important;
	}
	.home-section-brides .grid>div{
		flex-basis: 47%;
	}
	.src_hotel a,
	.src_fair a{
		padding: 2rem 5px 2rem 5px;
		font-size: 18px;
		line-height: 1.5;
	}
	.src_hotel a>em,
	.src_fair a>em{
		font-size: 13px;
	}
	
	#home-srcbox .screen-reader-text{
		display: none;
	}
	#home-srcbox input[type="search"],
	#home-srcbox .search-field{
		width: 65%;
		font-size: 14px;
		letter-spacing: -.25px;
	}
	
	/* Ranking */
	#home-ranking .aside-archive-box_body .box-tit a{
		font-size: 14px;
	}
	#home-ranking .aside-archive-box_body .box-txt{
		font-size: 12px;
	}
	#home-ranking .aside-archive-box_img {
		max-height: 113px;
	}
	#home-ranking .aside-archive-box_img img{
		max-height: 113px;
		object-fit: cover;
	}
	
	/* Magagine */
	#home-magazine .magazine-link-box {
		margin-bottom: 20px;
	}
	#home-magazine .magazine-link-box_img img{
		height: 116px !important;
	}#home-magazine .magazine-link-box_img {
		min-width: 110px;
	}
	#home-magazine .magazine-link-box_body {
		width: calc(100% - 110px);
	}
	#home-magazine .magazine-link-box_tit {
		font-size: 14px;
	}
	#home-magazine .magazine-link-box_txt {
		font-size: 12px;
	}
	.btn-type-d {
		font-size: 12px;
	}
	.btn-magazine-staff {
		display: block;
		background: url(imgs/bg/img_books.png) right 10px center no-repeat, url(imgs/bg/bg_pink_line.png) right top repeat;
		background-size: 48%, auto;
		padding: 11px;
		color: #FFF;
	}
	.btn-magazine-staff span{
		font-size: 10px;
	}
	.btn-magazine-staff span em {
		display: block;
		clear: both;
		margin: .25rem 0;
		font-size: 12px;
		line-height: 1.2;
		font-weight: bold !important;
	}
	
	/* sns */
	.sns-box ul li {
		margin: 0 15px;
		font-size: 50px;
	}
	
	/* Footer */
	.footer-inner .grid{
		width: 90%;
		margin: 0 auto;
		padding: 20px 0 20px;
	}
	.footer-inner .grid li a{
		margin-bottom: 1rem;
		font-size: 12px;
	}
/*	
	.grid {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	  }
*/
}

@media screen and (max-width: 374px){
	.salonContent .storeList ul li .time span{
		font-size: 75%;
	}
	.btn-area ul li:first-of-type{
		padding-left: 40px !important;
	}
	.btn-area ul li:first-of-type svg,
	.btn-area ul li:first-of-type i{
		font-size: 135%;
	}
	.btn-area ul li:first-of-type em{
		font-size: 17px !important;
	}
	.btn-area ul li:first-of-type span{
		font-size: 10px;
	}
	.btn-area ul li:last-of-type{
		padding-left: 55px !important;
		font-size: 10px;
	}
	.btn-area ul li:last-of-type figure{
		max-width: 45px;
	}
	.btn-area ul li:last-of-type span{
		font-size: 10px;
		margin-left: -48px;
	}
}

/*-----------------------------*/

.top_addbtn{
	text-align:center;
	color:#0abab5;
	margin:30px 0 50px 0;
}
.top_addbtn .top_addbtn_link{
	margin:10px 0 0 0;
}
.top_addbtn .top_addbtn_link a{
	display:inline-block;
	font-size: 16px;
	color:#333;
	text-decoration: none;
	padding:15px 20px;
	border-top: 1px solid #0abab5;
	border-bottom: 1px solid #0abab5
}
@media screen and (max-width: 768px){
	.top_addbtn{
		text-align:center;
		color:#0abab5;
		margin: 0px 0 50px 0;
        font-weight: normal;
	}
	.top_addbtn .top_addbtn_link{
		margin: -5px 0 0 0;
	}
	.top_addbtn .top_addbtn_link span.new{
		display:none;
	}
	.top_addbtn .top_addbtn_link a{
		display:block;
		width:85%;
		margin:10px auto;
		color:#000;
		text-decoration:none;
            font-weight: normal;
        line-height: 1.6em;
        font-size: 14px;
	}
	.top_addbtn .top_addbtn_link span.large{
		font-size: 16px;
	}
}
/** 20210503 reboot 追記　**/
.areaBox{
	max-width:1000px;
	margin:0 auto 20px auto;
}
@media only screen and (min-width: 1000px){
	.areaBox{
		width:100%;
		margin:0 auto 20px auto;
	}
}

.areaBox .link_btn{
	width:33.3%;
	float:left;
	padding:0 15px 0 0;
	box-sizing: border-box;
	margin-top:0;
}

.areaBox .search_area{
	width:33.3%;
	float:right;
	padding:0 0 0 15px;
	box-sizing: border-box;
}
.areaBox .link_btn a{
	border-radius: 30px;
}

.search_area form{
	width:100%;
    position: relative;
	margin:0 auto 20px 0;
	box-sizing: border-box;
    border: 1px solid #F9F7F5;
	padding:0 0 0 20px;
	border-radius: 30px;
	background:#F9F7F5;
}
.search_area input[type="search"]{
	width:90%;
	background-color: #F9F7F5;
	border: 0;
	height: 50px;
	padding: 0;
	font-size:18px;
	box-sizing: border-box;
	border:none;
}
.search_area input[type="search"]:focus{
     outline: none;
}
.search_area input[type="search"]::placeholder {
    color: #BAADA2;
}
.search_area .search_btn{
	border: 0;
	padding: 0;
	height: 48px;
	position: absolute;
    right: 10px;
	background:#F9F7F5;
	border-radius: 30px;
}

.search_area .fa-search{
    font-size: 28px;
    color: #0abab5;
}
.home .col_lnkList,
#home .col_lnkList {
    text-align: left;
    position: relative;
}
.home .col_lnkList a,
#home .col_lnkList a {
    display: block;
    color: #FFF;
    width: 300px;
    background: #42210b;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
}
.home .col_lnkList a .fa,
#home .col_lnkList a .fa {
    position: absolute;
    left: 260px;
    top: 9px;
    color: #FFF;
    font-size: 18px;
}
.home #areaSwich li,
#home #areaSwich li {
    width: auto;
    height: auto;
}
.home section.home-section,
#home section.home-section {
    padding: 1.5em 0 4em;
}
.home section.home-section-brides,
#home section.home-section-brides{
}
.home .tit-type-e,
#home .tit-type-e {
    font-family: serif !important;
    color: #42210b;
}
.tit-type-e em {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif !important;
    color: #000;
    font-size: 16px;
}
.home #home-ranking .tit-type-f,
#home #home-ranking .tit-type-f {
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}
.home .tit-type-f:after,
#home .tit-type-f:after {
    content: "";
    display: block;
    width: 2em;
    height: 3px;
    background: #ed4580;
}
.home #home-ranking .aside-archive-box,
#home #home-ranking .aside-archive-box {
    padding-top: 30px;
}
.home #home-ranking .aside-archive-box_img .box-num, .acv_category .aside-archive-box_img .box-num,
#home #home-ranking .aside-archive-box_img .box-num, .acv_category .aside-archive-box_img .box-num {
    top: -33px;
    left: -4px;
    width: 38px;
    height: 28px;
}
.home .aside-archive-box_img .box-num span,
#home .aside-archive-box_img .box-num span {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    line-height: 28px;
}
.home .aside-archive-box_img .rank01,
#home .aside-archive-box_img .rank01 {
    background: url("/common/img/parts/rank1.png");
}
.home .aside-archive-box_img .rank02,
#home .aside-archive-box_img .rank02 {
    background: url("/common/img/parts/rank2.png");
}
.home .aside-archive-box_img .rank03,
#home .aside-archive-box_img .rank03 {
    background: url("/common/img/parts/rank3.png");
}
.home .swiper-container,
#home .swiper-container {
  max-width: 1208px;
}
.home .swiper-container{
	overflow-x: hidden;
	margin-bottom: 30px;
}
::-webkit-scrollbar{
  width: 10px;
	height: 5px;
}
::-webkit-scrollbar-track{
  background: #eee;
  border: none;
  border-radius: 10px;
/*  box-shadow: inset 0 0 2px #777; */
}
::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

.home .aside-archive-box_img,
#home .aside-archive-box_img {
    float: none;
    width: auto;
}
.home #home-ranking .aside-archive-box_body,
#home #home-ranking .aside-archive-box_body {
    width: 100% !important;
}
.home #home-ranking .aside-archive-box_body .box-txt,
#home #home-ranking .aside-archive-box_body .box-txt {
    font-size: 14px;
}
.home #home-ranking .aside-archive-box_img,
#home #home-ranking .aside-archive-box_img {
    margin-bottom: 5px;
}

/* brides (Page) (R-design 2021/08/26) */
body.single-brides .post-section a{
	text-decoration: underline;
}
@media only screen and (min-width: 600px){
	body.single-brides .example p {
		font-size: 16px;
		line-height: 1.5;
	}
}
body#brides .archive{
	margin:0 0 10px;
    display:flex;
	flex-flow: row wrap;
}
body#brides .archive-box.brides{
	height: auto;
	float: none;
}
body#brides .archive-box.brides{
	width: 29%;
	margin-left: 4%;
}
@media screen and (max-width: 768px){
	body#brides .archive-box.brides{
		width: 46%;
		margin-left: 4%;
	}
}
body#brides .archive-box .archive-box_img a {
	width: 100%;
	height: auto;
	position: relative;
}
body#brides .archive-box .archive-box_img a:before{
	content: "";
	display: block;
	padding-top: 100%;
	margin-bottom: 10px;
}
body#brides .archive-box .archive-box_img a img{
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
body#brides .archive-box.brides .archive-box_tit,
body#brides .archive-box.brides .archive-box_tit a{
	font-size: 18px !important;
	line-height: 1.2em !important;
}
body#brides .archive-box.brides .post-meta{
	font-size: 16px !important;
	margin: 10px 0;
}
body#brides .archive-box.brides .post-data{}
body#brides .archive-box.brides .post-data a.more_brides{
	font-weight: normal;
	font-size: 16px !important;
	position: relative;
}
body#brides .archive-box.brides .post-data a.more_brides:after{
	position: absolute;
	bottom: 0;
	right: -.813rem;
	z-index: 1;
	content: " ";
	display: inline-block;
	width: 6px;
	height: 1rem;
	font-size: .75rem;
	background:url(imgs/svg/chevron-right.svg) no-repeat left center;
	background-size: contain;
}

.hotel-detail_tit {
    font-family: serif;
    color: #42210b;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-weight: bold;
	font-size:28px;
}
.hotel-section_tit {
    font-family: serif;
    color: #42210b;
    font-weight: bold;
    font-size: 28px;
}
.hotel-section .archive-box_img{
	height:180px;
}
.hotel-section .archive-box_img a{
	display:block;
	height:100% !important;
}
.hotel-section .archive-box_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.hotel-section_tit {
	    font-size: 24px;
	}
}
.hotel-tbl{
	width:80%;
	margin:0px auto 50px auto;
}
.hotel-tbl th{
	color:#998675;
	text-align:left;
	font-weight:bold;
	width:200px;
	padding:5px 0;
	font-size:16px;
}
.hotel-tbl td{
	color:#000;
	padding:5px 0;
	font-size:16px;
}
.hotel-tbl td .more_btn{
	margin-top:10px;
	margin-bottom:30px;
}
.hotel-tbl td .contact-btn{
	width:auto;
	float:none;
}
.hotel-tbl td .contact-body{
	display:block;
	float:none;
	width:auto;
}
@media screen and (max-width: 768px) {
	.hotel-tbl{
		width:100%;
		margin:0px auto 20px auto;
	}
	.hotel-tbl th{
		color:#998675;
		display:block;
		width:100%;
		text-align:left;
		font-weight:bold;
		font-size:15px;
	}
	.hotel-tbl td{
		color:#000;
		display:block;
		width:100%;
		margin:0 0 20px 0;
		font-size:14px;
	}
	.hotel-tbl td .more_btn{
		margin-top:10px;
		margin-bottom:10px;
	}
}

.tit-type-e {
    font-size: 28px;
    font-family: serif !important;
    color: #42210b;
    margin-bottom: 25px;
}
.aside-archive-box_img .box-num {
    background: #42210b;
}
.aside-section .aside-archive-box:first-of-type .box-num {
    background : linear-gradient(90deg, rgba(216, 166, 7, 1) 0%, rgba(255, 217, 29, 1) 50%, rgba(216, 166, 7, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8A607',endColorstr='#D8A607' , GradientType=1);
}
.aside-section .aside-archive-box:nth-of-type(2) .box-num {
    background : linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(234, 234, 234, 1) 50%, rgba(153, 153, 153, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999',endColorstr='#999999' , GradientType=1);
}
.aside-section .aside-archive-box:nth-of-type(3) .box-num {
    background : linear-gradient(90deg, rgba(168, 115, 51, 1) 0%, rgba(230, 189, 120, 1) 50%, rgba(168, 115, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A87333',endColorstr='#A87333' , GradientType=1);
}
.contents-header .contents-header_tit {
    font-size: 28px;
    font-weight: bold;
	line-height:1.7;
}
@media screen and (max-width: 768px) {
	.contents-header .contents-header_tit {
	    font-size: 20px;
	}
}
.fair-nav-month li a.active {
    background: #42210b;
}
.fair-nav-month li a.active:after {
    border-top: 12px solid #42210b;
}
.senpai-header_tit {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4em;
    font-family: serif;
    color: #42210b;
}
.post-hotel-head .post-hotel-head_tit {
    font-size: 28px;
    font-family: serif;
    color: #42210b;
}
.btn-type-a {
    background: #0abab5;
    color: #FFF !important;
    padding: 10px 20px;
    min-width: 250px;
}
.contents-aside {
    margin-top: 0px;
}
.hotel-detail_copy {
    font-size: 28px;
	line-height:1.7;
}
.hotel-detail-info .hotel-detail-info_txt{
	font-size: 16px;
	line-height:1.7;
}

.btn-type-a.small {
    min-width: 90px;
    font-size: 11px;
    background: #534741;
    padding: 5px 20px;
    margin-left: 15px;
}

.main_img {
    margin-top: 10px !important;
}

/* hotel-reservation 20210925_RDE*/
#annotation_today_off .annotation_today_contents{
	display: none;
}
#annotation_today_on .annotation_today_contents{
	display: block;
}
#annotation_today_on .annotation_today_contents p{
	margin-top: 10px;
}
#annotation_today_on .annotation_today_link{
	display: inline-block;
	position: relative;
	margin-top: 10px;
	padding-left: 14px;
	text-decoration: underline;
}
#annotation_today_on .annotation_today_link:before{
	content: "\000A";
	white-space: wrap;
}
#annotation_today_on .annotation_today_link:after{
	content: ' ';
	display: inline-block;
	width: 6px;
	height: 6px;
	border: #603813 2px solid;
	border-bottom: 0;
	border-left: 0;
	transform: rotate(45deg);
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 1;
}
/* hotel-top 20211221_RDE*/
#contact_tel_off.contact-body{
	display: none;
	visibility: hidden;
}

@media screen and (max-width: 768px) {

    header#header {
        position: fixed;
        padding-top: 45px;
		left:0;
    }
    .header-logo .header-logo_img {
        position: absolute;
        width: 50%;
        left: 25%;
        top: 3px;
        z-index: -1;
    }
    #areaSwich {
        margin-top: clamp(13px, 1.5vw, 25px);
    }
    #areaSwich li a {
        width: 6rem;
    }
    .spn-menu {
        padding-top: 0px;
        margin-right: 13px;
    }
    .container {
        margin: 0 auto 30px;
    }
    .home header#header,
    #home header#header {
        padding-top: 0px;
        position: relative;
        transition: all 300ms 0s ease-in;
    }
    .home header.visible,
    #home header.visible {
        position: fixed !important;
        width: 100%;
        height: 50px;
        background: #FFF;
        z-index: 9999;
    }
    .home .header-logo .header-logo_img,
    #home .header-logo .header-logo_img {
        position: absolute;
        width: 60%;
        left: 20%;
        top: 20px;
        z-index: -1;
        transition: all 300ms 0s ease-in;
    }
    .home .visible .header-logo .header-logo_img,
    #home .visible .header-logo .header-logo_img {
        width: 50%;
        left: 25%;
        top: 3px;
    }
/*
    .home .header-logo_img svg,
    #home .header-logo_img svg {
        width: 100%;
        fill: #FFF;
        filter: drop-shadow(3px 3px 5px #666);
        transition: all 300ms 0s ease-in;
    }
    .home .visible .header-logo_img svg,
    #home .visible .header-logo_img svg {
        fill: #000;
        filter: none;
    }
*/
    .header-logo_img .black,
    .header-logo_img .black {
		display:block;
	}
    .header-logo_img .white,
    .header-logo_img .white {
		display:none;
	}
/*
    .home .header-logo_img .black,
    #home .header-logo_img .black {
		display:none;
	}
    .home .header-logo_img .white,
    #home .header-logo_img .white {
		display:block;
	}
*/
	.home .header-logo_img .sphome_logo,
	#home .header-logo_img .sphome_logo{
		display:block;
	}

	.home .header-logo_img .sphome_logo_none,
	#home .header-logo_img .sphome_logo_none{
		display:none;
	}


    .home .visible .header-logo_img .black,
    #home .visible .header-logo_img .black {
		display:block;
    }
    .home .visible .header-logo_img .white,
    #home .visible .header-logo_img .white {
		display:none;
    }
    .spn-menu {
        position: fixed;
        right: 0px;
        top: 40px;
        z-index: 999;
    }
    .menu-trigger {
        width: 22px;
        height: 15px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 6px;
    }
    .home .spn-menu,
    #home .spn-menu {
        top: 55px;
        transition: all 300ms 0s ease-in;
    }
    .home .visible .spn-menu,
    #home .visible .spn-menu {
        top: 40px;
    }
    .home .menu-trigger span,
    #home .menu-trigger span {
        background: #FFF;
        box-shadow: 1px 1px 2.5px 0px rgba(0,0,0,0.8);
        transition: all 300ms 0s ease-in;
    }
    .home .visible .menu-trigger span,
    #home .visible .menu-trigger span {
        background: #000;
        box-shadow: none;
    }
    .home .swiper-container,
    #home .swiper-container {
        max-width: 90%;
    }
    .home #home-ranking .tit-type-f,
    #home #home-ranking .tit-type-f {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
    }
    .home .menu-trigger.active span,
    #home .menu-trigger.active span {
        background: #000;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }
    .home #areaSwich,
    #home #areaSwich {
    width: 268px;
    float: none;
    display: block;
    position: absolute;
    top: 320px;
    left: 50%;
    margin: 0 0 0 -134px;
    }
    .home .visible #areaSwich,
    #home .visible #areaSwich {
        display: none;
    }
    .home #areaSwich li a,
    #home #areaSwich li a {
        padding: 10px 0;
        width: 130px;
        font-size: 14px;
        font-weight: bold;
    }
    .home #areaSwich li:first-of-type a,
    #home #areaSwich li:first-of-type a {
        border-radius: 20px 0 0 20px;
    }
    .home #areaSwich li:last-of-type a,
    #home #areaSwich li:last-of-type a {
        border-radius: 0 20px 20px 0;
    }
    .home #srcHeadKV,
    #home #srcHeadKV {
        position: absolute;
        z-index: 9999;
        top: 360px;
        left: 50%;
        margin-left: -160px;
    }

	.areaBox{
		width:90%;
		margin:15px auto 20px auto;
	}
	.areaBox .spclear:before, 
	.areaBox .spclear:after{content: " "; display: table;}
	.areaBox .spclear:after{clear: both;}
	.areaBox .spclear{*zoom: 1;}

	.areaBox .link_btn{
		width:48%;
		float:left;
		padding:0;
	}
	.areaBox .link_btn a{
		font-size:14px;
		font-weight:normal;
		height:36px;
		line-height:36px;
	}
	.areaBox .link_btn svg{
		font-size:18px;
		margin:0 5px 0 0;
	}
	.areaBox .link_btn1{
		margin:0 2% 0 0;
	}
	.areaBox .link_btn2{
		margin:0 0 0 2%;
	}

	.ftab_search_link2{
		width:50%;
		margin:20px auto;
	}

	.ftab_search_link3{
		width:100% !important;
		margin:0px auto !important;
	}
	.ftab_search_link3 a{
		font-size:18px !important;
	}
	.ftab_search_link3 svg{
		font-size:25px !important;
		margin:0 5px 0 0 !important;
	}
	.areaBox .search_area{
		width:100%;
		float:none;
		padding:0;
		position:relative;
		z-index:999;
	}
	.search_area form{
		margin:10px auto;
	}
	.search_area .search_btn{
		height:40px;
		right:15px;
	}
	.search_area input[type="search"]{
		height:40px;
		font-size:16px;
	}
	.search_area .fa-search{
	    font-size: 22px;
	}
    .home .col_lnkList a,
    #home .col_lnkList a {
        text-align: center;
    }
    .home .col_lnkList a,
    #home .col_lnkList a {
        width: 260px;
        text-indent: 0px;
        text-align: center;
        margin-left: 20px;
    }
    .foot-tab .menu-trigger {
        width: 100%;
    }
    .foot-tab .ftab>li:nth-child(1) {
        border-right: none;
    }
    .foot-tab .ftab>li:nth-child(3) {
        border-left: none;
    }
    .hotel-main {
        width: 100%;
        margin: 20px auto 0 auto;
    }
    #hotel_top .hotel-main {
        margin: 0 auto;
	}
    .hotel-detail_tit {
        text-align: center;
    }
    .hotel-detail_copy {
        font-size: 16px;
		line-height:1.7;
    }
	.hotel-detail-info .hotel-detail-info_txt{
		font-size: 14px;
		line-height:1.7;
	}
    .btn-type-a.small {
        margin: 0 auto;
    }
    #search .reseach-box h2 {
        font-size: 24px;
    }
    .reseach-box .btn-type-b {
        min-width: 250px;
        padding: 10px 20px;
        margin-top: 30px;
    }
    #fair {
        width: 95%;
        margin: 0 auto;
    }
}

/*ポップアップここから*/
#term-box {
    width: 90%;
    margin: 30px 0 0 1%;
    border: 1px solid #999;
    padding: 20px;
}
#term-box h3 {
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 15px;
}
.popup_wrap {
    padding: 20px auto;
}
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index:10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.popup_content dl {
    padding: 20px 0 0;
    border-bottom: 1px dashed #999;
}
.popup_content dl:last-of-type {
    border-bottom: none;
}
.popup_content dl dt {
    padding-bottom: 5px;
}
.popup_content dl dd {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 20px;
}
.popup_content dl.noindent dd {
    padding-left: 1em;
    text-indent: 0;
}
.popup_content dl dd span {
    color: #b71c1c;
    text-decoration: underline;
    font-weight: bold;
}
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}
.close_btn2 {
    width: 100%;
    text-align: center;
  font-size: 35px;
    font-weight: bold;
  cursor: pointer;
    display: block;
    margin: 20px 0;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  margin: 20px auto 10px;
  padding: 20px 20px;
  color: #fff;
  background:#b71c1c;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
}
.open_btn:hover{
    background:#000;
    color:#fff;
    transition: .3s ease;
}
.two-col th {
    vertical-align: top;
    padding-top: 18px;
}
.two-col td span {
    font-size: 12px;
    color: #b71c1c;
}
/*ポップアップココまで*/

.main_img-inner_header {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
.main_img-inner_catch {
	color: #fff;
	text-shadow: 1px 1px 2px #000;	
}

.main_img-header {
	text-shadow: 1px 1px 2px #000;		
}
.div-interview {
	margin: 0 0 60px 0;
}
.div-interview p {
    margin: 30px 0;
}
.main_img-txt_right {
    padding-bottom: 140px;
    padding-left: 60%;
    padding-right: 25px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000;		
}
.kaijo1 img {
	width:100%;
	height:auto;
} 

@media screen and (max-width: 768px) {

#term-box {
	width:auto;
    margin: 0 auto;
	}
.popup_content {
  position: absolute;
    top: 60px;
	}
	.main_img-inner_header {
	color: #000;
	text-shadow: 0px 0px 0px #fff;
	}
	.main_img-inner_catch {
	color: #000;
	text-shadow: 0px 0px 0px #fff;
	}
	.main_img-txt_right {
    margin: 0 6%;
	padding: 0 0 25px 0;
	color:#000000;
	text-shadow: 0px 0px 0px #fff;				
	}
	.main_img-header {
	text-shadow: 0px 0px 0px #fff;		
	}	
	.section-box_img {
    background-repeat: no-repeat;
    background-size: contain;
	}
}



.footer-common-bnr{max-width:1280px;margin:0 auto;clear:both;padding:1em;text-align:center}
.footer-common-bnr_wrap{max-width:360px;width:100%;min-width:230px;padding:12px;text-align:left;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;position:relative;display:inline-block;margin:.5em 1%;z-index:1;color:#fff;clear:both;letter-spacing:0;
box-sizing: border-box;
vertical-align: top;
min-height:110px;
}
.footer-common-bnr_wrap:after{content:"";width:100%;height:100%;position:absolute;left:0;bottom:0;z-index:-1;background:#000;opacity:0.3}
.footer-common-bnr_wrap a{width:100%;height:100%;position:absolute;left:0;bottom:0;z-index:3}
.footer-common-bnr_name{font-size:23px}
.footer-common-bnr_catch{font-size:11px}
.footer-common-bnr_img{float:right;margin-left:8px}
.footer-common-bnr_img img{max-width:none;width:auto;height:80px;border:1px solid #fff;}
@media screen and (max-width: 768px){
.footer-common-bnr{margin:0 auto 0; padding:0 1em;}
}


/*----------------------------------------*/
.more_btn{
	width:250px;
	margin:30px auto 100px auto;
}

@media screen and (max-width: 768px) {
	.more_btn{
		width:65%;
		margin:30px auto;
	}
}
.more_btn a{
	display:block;
	border:1px solid #534741;
	color:#534741;
	padding:5px 0;
	text-align:center;
	position:relative;
	font-size: 15px;
	font-weight:bold;
	background:#FFF;
}
.more_btn a svg,
.more_btn a i{
	position:absolute;
	right:10px;
	top:7px;
	font-size: 20px;
}
.more_btn_l a{
	padding:15px 0;
}
.more_btn_l a svg,
.more_btn_l a i{
	top:17px;
}
.more_btn a:hover{
	background:#534741;
	color:#FFF;
}
.green_more_btn{
	width:250px;
	margin:30px auto 100px auto;
}
.green_more_btn a{
	display:block;
	color:#FFF;
	background:#0abab5;
	border-radius:30px;
	padding:5px 0 5px 20px;
	text-align:center;
	position:relative;
	font-size: 15px;
	font-weight:bold;
}
.green_more_btn a svg,
.green_more_btn a i{
	position:absolute;
	left:20px;
	top:7px;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.green_more_btn{
		width:65%;
		margin:30px auto;
	}
}

.top_ranking_title{
    font-size: 28px;
	font-weight:bold;
    font-family: serif !important;
    color: #534741;
}
.top_ranking_listall{
	margin:0 0 50px 0;
}
.top_ranking_list{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	padding:0 0 20px 0;
}
.top_ranking_box{
	width:20%;
	padding:30px 10px 0 10px;
}
.top_ranking_box .top_ranking_img{
	position:relative;
	width:100%;
	height:180px;
}
.top_ranking_box .rank{
	position:absolute;
	top:-32px;
	left:-3px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	line-height: 38px;
	width:38px;
	text-align:center;
}
.top_ranking_box .rank01{
    background: url("/common/img/parts/rank1.png") no-repeat left top;
}
.top_ranking_box .rank02{
    background: url("/common/img/parts/rank2.png") no-repeat;
}
.top_ranking_box .rank03{
    background: url("/common/img/parts/rank3.png") no-repeat;
}

.top_ranking_box .top_ranking_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.top_ranking_box h3{
	text-align:center;
	color:#000;
	margin:10px 0 0 0;
	font-size:14px;
}
@media screen and (max-width: 768px) {
	.top_ranking_title{
	    font-size: 20px;
		margin:0 0 10px 10px;
	}
	.top_ranking_listall{
		width:100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		margin:0 0 30px 0;
	}
	.top_ranking_listall::-webkit-scrollbar-track{
	   background-color: #FFF;
	}
	.top_ranking_listall::-webkit-scrollbar-thumb{
	   background-color: #FFF;
	}

	.top_ranking_list{
		width:700px;
	}
	.top_ranking_box{
		width:20%;
		padding:30px 0 0 10px;
	}
	.top_ranking_box .top_ranking_img{
		height:100px;
	}
}

#home-brides{
	padding:60px 0 40px 0;
}

.brides_list{
	margin:20px 0 70px 0;
}
.brides_listbox{
}
.brides_list_img{
	width:100%;
	height:200px;
	margin:0 0 10px 0;
}
.brides_list_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.brides_list_title{
	color:#534741;
	font-weight:normal;
	line-height:1.6;
	font-size:16px;
	letter-spacing:0.2rem;
}
@media screen and (max-width: 768px) {
	.brides_list{
		margin:0;
	}
	.brides_list_img{
		height:120px;
	}
	.brides_list_title{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		letter-spacing:0.1rem;
		font-size:14px;
	}
}
.brides_listall{
	position:relative;
}
.swiper-button-next{
	background:#534741;
	content:">";
	right:0px !important;
	top:120px !important;
	padding:5px;
	width:20px !important;
	height:30px !important;
}
.swiper-button-next:after,
.swiper-button-prev:after{
	font-size:20px !important;
}

.swiper-button-prev{
	background:#534741;
	--swiper-navigation-color: #FFF !important;
	content:"<";
	left:0px !important;
	top:120px !important;
	padding:5px;
	width:20px !important;
	height:30px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    color: white;
}

.hotel-searchlist_img .swiper-button-next,
.hotel-searchlist_img .swiper-button-prev,
.hotel-detail_img .swiper-button-next,
.hotel-detail_img .swiper-button-prev{
	top:200px !important;
}
.top-keyvisual_box .swiper-button-next,
.top-keyvisual_box .swiper-button-prev{
	top:230px !important;
	z-index:9999;
}
.swiper-button-lock{
	display:flex !important;
}

.swiper-pagination{
	background:#534741;
	color:#FFF;
	display:block;
	right:5px;
	left:auto !important;
	top:5px;
	width:70px !important;
	height:25px;
	line-height:25px;
}

@media screen and (max-width: 768px) {
	.swiper-button-next{
		right:0px !important;
		top:60px !important;
	}
	.swiper-button-prev{
		left:0px !important;
		top:60px !important;
	}

	.hotel-detail_img .swiper-button-next,
	.hotel-detail_img .swiper-button-prev{
		top:120px !important;
	}

	.hotel-searchlist_img .swiper-button-next,
	.hotel-searchlist_img .swiper-button-prev,
	.gallery_list .swiper-button-next,
	.gallery_list .swiper-button-prev{
		top:120px !important;
	}
}

.special_list{
}
.special_list ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.special_list ul li{
	width:25%;
	display:block;
	padding:10px;
	box-sizing: border-box;
}

.special_img{
	width:100%;
	height:170px;
	position:relative;
	margin:0 0 10px 0;
}
.special_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.special_img span{
	position:absolute;
	top:0;
	left:0;
	font-size:12px;
	padding:0 5px;
	color:#FFF;
}

.special_img span.sta_01{ background: #E57373; }
.special_img span.sta_02{ background: #2296F3; }
.special_img span.sta_03{ background: #FF9802; }

.special_detail span{
	color:#534741;
}
.special_detail h3{
	color:#534741;
	font-weight:normal;
	font-size:16px;
	line-height:1.7;
	letter-spacing:0.2rem;
}

@media screen and (max-width: 768px) {
	.special_list ul{
	    display: block;
	}
	.special_list ul li{
		width:100%;
		padding:10px 10px 20px 10px;
	}
	.special_list ul li:nth-child(n + 4) {
		display:none;
	}
	.special_img{
		width:100%;
		height:200px;
	}
}

#home-toplink{
	position: relative;
	z-index: 0;
	padding:0 0 50px 0;
	margin:200px 0 50px 0;
}
#home-toplink::after{
	content: '';
	position: absolute;
	left:0;
	top: 0;
	transform: skewY(7deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	height:100%;
	background:#534741;
}
#home-toplink::before{
	content: '';
	position: absolute;
	left:0;
	top: calc(-100vw * 0.08748866352);
	transform: skewY(-5deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	height:100%;
	background:#8D7D6D
}
#home-toplink .container{
	margin:0 auto 20px auto;
}
#home-toplink .swiper-wrapper{
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	#home-toplink{
		padding:10px 0 50px 0;
		margin:0;
	}
	#home-toplink .swiper-wrapper{
		margin-top:20px;
		margin-bottom:0px;
		justify-content: left;
	}
}
.top_toplink_title{
    font-size: 28px;
	font-weight:bold;
    font-family: serif !important;
    color: #FFF;
}
.top_toplink_title_cen{
    font-size: 28px;
	font-weight:bold;
    font-family: serif !important;
    color: #FFF;
	text-align:center;
}
@media screen and (max-width: 768px) {
	.top_toplink_title_cen,
	.top_toplink_title{
	    font-size: 20px;
		margin:20px 0 10px 10px;
	}
}

.top_toplink_listall{
	margin:0 auto 70px auto !important;
}
.top_toplink_box .top_toplink_img{
	position:relative;
	height:200px;
	overflow:hidden;
	margin:0 0 5px 0;
}
.top_toplink_box .top_toplink_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.top_toplink_box h3{
	font-weight:normal;
	text-align:left;
	color:#000;
	font-size:16px;
	line-height:1.7;
	letter-spacing:0.2rem;
}
#home-toplink .top_toplink_box a p{
	color:#FFF;
}
@media screen and (max-width: 768px) {
	.top_toplink_listall{
		margin:0 auto 50px auto !important;
	}
	.top_toplink_box h3{
		font-size:14px;
	}
	.top_toplink_box .top_toplink_img{
		height:150px;
	}
}

/*斜めの背景つける*/
.sec_bk {
	margin-top:150px;
	position: relative;
	z-index: 0;
	padding-bottom:70px;
}
.sec_bk::after{
	content: '';
	position: absolute;
	left:0;
	top: 0;
	transform: skewY(6deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	height:100%;
	background:#F9F7F5;
}
.sec_bk::before{
	content: '';
	position: absolute;
	left:0;
	top: calc(-100vw * 0.08748866352);
	transform: skewY(-5deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	height:100%;
	background:#F4F0EB;
}
@media screen and (max-width: 768px) {
	.sec_bk {
		margin-top:80px;
		margin-bottom:50px;
		padding-top:20px;
		padding-bottom:40px;
	}
}

.hotel-searchlist{
	width:700px;
	margin:0px auto;
}
.hotel-searchlist ul li{
}
.hotel-searchlist ul li:after{
	content:"";
	width:50%;
	display:block;
	margin:50px auto;
	border-bottom:2px solid rgba(199,178,153,0.3);
}
.hotel-searchlist ul li:last-child:after{
	display:none;
}
.hotel-searchlist ul li h2{
	font-size:28px;
	font-weight:bold;
	color:#534741;
	margin:10px 5px 5px 5px;
	font-family: serif;
	letter-spacing:0.2rem;
}

.hotel-searchlist ul li p{
	color:#000;
	margin:5px;
	font-size:20px;
	line-height:1.7;
	letter-spacing:0.2rem;
}

.hotel-searchlist_img{
	width:100%;
	height:400px;
	overflow:hidden;
	position:relative;
}
.hotel-searchlist_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.hotel-searchlist_icon{
	padding:15px 0;
}
.hotel-searchlist_icon span{
	background:#F9F7F5;
	color:#000;
	margin:0 5px 5px 0;
	padding:5px;
	font-size:12px;
	display:block;
	float:left;
}

@media screen and (max-width: 768px) {
	.hotel-searchlist{
		width:100%;
	}
	.hotel-searchlist ul li:after{
		margin:30px auto;
	}
	.hotel-searchlist ul li h2{
		font-size:20px;
	}
	.hotel-searchlist ul li p{
		font-size:16px;
	}
	.hotel-searchlist_img{
		width:100%;
		height:240px;
	}
	.hotel-searchlist_icon{
		display:none;
	}
}

/*ページャー*/
.pager_box{
	clear:both;
	text-align: center;
	margin:50px auto;
	position:relative;
}
.pager {
	display: inline-block;
	/display: inline; /*forIE7*/
	/zoom: 1; /*forIE7*/
	font-size: 18px;
	margin:0;
	padding:0;
}

.pager .current{
	display: inline-block;
	height:38px;
	line-height:38px;
	padding: 0 12px;
	background: #0abab5;
	color: #FFF;
	border:1px solid #0abab5;
	margin-right: 5px;
	border-radius:5px;
	box-sizing: border-box;
	vertical-align: top;
}
.pager a {
	display: inline-block;
	border:1px solid #DDD6D6;
	padding: 0 12px;
	color: #333333;
	background: #FFF;
	margin:0 5px 0 0;
	height:38px;
	line-height:38px;
	border-radius:5px;
	box-sizing: border-box;
	vertical-align: top;
}
.pager a:hover {
	border:1px solid #0abab5;
	background: #0abab5;
	color:#FFF
}
.pager a.prev{
	width:40px;
	position:relative;
}
.pager a.prev:after{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	right: 0px;
	left: 5px;
	top:0;
	bottom:0;
	margin:auto;
	vertical-align: top;
}

.pager a.next{
	width:40px;
	position:relative;
}
.pager a.next:after{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 5px;
	left: 0px;
	top:0;
	bottom:0;
	margin:auto;
	vertical-align: top;
}

.pager a.next:hover:after,
.pager a.prev:hover:after{
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}

@media screen and (max-width: 768px) {
	/*ページャー*/
	.pager_box{
		margin:50px auto;
	}
	.pager {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pager .current{
		height:38px;
		line-height:38px;
		padding: 0 12px;
		margin-right: 5px;
		border-radius:5px;
	}
	.pager a {
		padding: 0 12px;
		margin-right: 5px;
		height:38px;
		line-height:38px;
		border-radius:5px;
	}
	.pager a.prev{
		width:40px;
	}
	.pager a.prev:after{
		width: 12px;
		height: 12px;
		right: 0px;
		left: 5px;
		top:0;
		bottom:0;
		margin:auto;
	}

	.pager a.next{
		width:40px;
	}
	.pager a.next:after{
		content: '';
		width: 12px;
		height: 12px;
		right: 5px;
		left: 0px;
		top:0;
		bottom:0;
		margin:auto;
	}
}

/* チェックボックス01 */
.ftab_search_link_navi input[type=checkbox] ,
.side_search input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #b3b3b3;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #0abab5;
    border-bottom: 3px solid #0abab5;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}

#sbi_mod_error{
	float:none  !important;
}


.gallery-section .contents-txt{
	font-size:16px;
	line-height:1.7;
}
@media screen and (max-width: 768px) {
	.gallery-section .contents-txt{
		font-size:14px;
		line-height:1.7;
		margin:0 15px 15px 15px;
	}
	.gallery-section .gallery-section_p{
		display:none;
	}
}


.lp-interview * {
  box-sizing: border-box;
}

.lp-interview .fa {
  font-family: FontAwesome !important;
  margin-right: 5px;
}
.lp-interview .en {
  font-family: Georgia,serif;
}
.lp-interview .min {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.lp-interview img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 600px) {
  .sp-visible {
    display: none;
  }

  .contents-main {
    min-width: 780px;
  }

  .main_img {
    position: relative;
    margin-top: 60px;
    margin-bottom: 80px;
    z-index: 1;
  }
  .main_img figure {
  }
  .main_img-inner_header {
    padding: 5px 0;
     position: absolute;
    left: 20px;
    top: 25px;
    z-index: 5;
 }
  .main_img-inner_header h2 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    padding-bottom: 30px;
  }
  .main_img-inner_header h2 b {
    font-size: 36px;
    font-weight: 400;
  }
  .main_img-inner_header h2 span {
    display: block;
    font-size: 14px;
  }
  .main_img-inner_header p {
    line-height: 1.3;
    font-size: 20px;
    padding-bottom: 24px;
  }
  .main_img-inner_txt {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 3px;
    padding-top: 20px;
  }
  .main_img-inner_txt p {
    padding-bottom: .5em;
    line-height: 1.8;
  }
  .main_img-inner_txt span {
    font-size: 10px;
    line-height: 12px;
    display: inline-block;
    letter-spacing: 0;
  }
  .main_img-inner_fig {
    position: relative;
  }
  .main_img-inner_catch {
    position: absolute;
    bottom: 15px;
    width: 50%;
    font-size: 20px;
    z-index: 3;
  }
  .main_img-inner_catch.left {
    left: 15px;
  }
  .main_img-inner_catch.right {
    right: 15px;
    text-align: right;
  }
  .main_img-inner_catch small {
    font-size: 12px;
    display: inline-block;
    padding-left: 5px;
  }
  .main_img-inner_catch span {
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 5px;
 }
  .main_img:after {
    display: block;
    clear: both;
    content: "";
  }

  .div-interview {
    font-size: 17px;
  }
  .div-interview > p {
    font-style: italic;
    padding: 25px 25px;
    letter-spacing: 2px;
    background: #eee;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .div-interview > p:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0;
    transform: rotate(-2deg);
    z-index: -1;
    background: #eee;
    opacity: 0.5;
  }
  .div-interview dl {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .div-interview dl div {
    padding: 10px 25px 20px;
    position: relative;
  }
  .div-interview dl dt {
    width: 100px;
    line-height: 1.6;
    position: absolute;
    left: 25px;
    color: #000;
    font-weight: 400;
  }
  .div-interview dl dt:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #666;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    bottom: 6px;
  }
  .div-interview dl dd {
    padding-left: 120px;
  }
  .div-interview dl dd p {
    line-height: 1.9;
  }

  .div-profile {
    position: relative;
    padding: 25px 0 35px;
    border-top: 1px solid #000;
  }
  .div-profile_ttl {
    position: absolute;
    left: 0;
    background: #fff;
    top: -1em;
    line-height: 2;
    font-style: italic;
    font-weight: 700;
    padding-right: 20px;
    font-size: 18px;
  }
  .div-profile figure {
    position: absolute;
    left: 0;
    top: 30px;
    width: 150px;
  }
  .div-profile h4 {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 30px;
    left: 180px;
    padding-top: 15px;
  }
  .div-profile h4 small {
    font-size: 12px;
    display: block;
  }
  .div-profile_inner {
    min-height: 150px;
    padding-left: 290px;
    padding-top: 15px;
    font-size: 14px;
  }
  .div-profile_inner p {
    line-height: 1.8;
  }
  .div-profile_inner ul {
    padding-top: 15px;
  }
  .div-profile_inner ul li {
    width: 50%;
    float: left;
    font-size: 12px;
    line-height: 1.2;
  }
  .div-profile_inner ul li i {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    float: left;
    margin-right: 15px !important;
  }
}
@media only screen and (max-width: 599px) {
  .sp-hidden {
    display: none;
  }

  .main_img {
    position: relative;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .main_img figure {
    margin: 0 5%;
  }
  .main_img-inner {
    position: relative;
    z-index: 2;
  }
  .main_img-inner_header {
    padding: 0 5% 12px;
  }
  .main_img-inner_header h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  .main_img-inner_header h2 b {
    font-size: 26px;
    font-weight: 400;
  }
  .main_img-inner_header h2 span {
    display: block;
    font-size: 13px;
  }
  .main_img-inner_header p {
    line-height: 1.3;
    font-size: 14px;
    padding-bottom: 8px;
  }
  .main_img-inner_txt {
    font-size: 13px;
    line-height: 1.6;
    padding: 0 5%;
  }
  .main_img-inner_txt p {
    padding-bottom: 1em;
  }
  .main_img-inner_txt p span {
    font-size: 10px;
    line-height: 12px;
    display: inline-block;
    letter-spacing: 0;
  }
  .main_img-inner_catch {
    font-size: 18px;
    padding: 15px 5%;
  }
  .main_img-inner_catch small {
    font-size: 10px;
  }
  .main_img:after {
    display: block;
    clear: both;
    content: "";
  }

  .div-interview {
    font-size: 15px;
  }
  .div-interview > p {
    font-style: italic;
    padding: 16px 5%;
    background: #eee;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .div-interview > p:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0;
    transform: rotate(-2deg);
    z-index: -1;
    background: #eee;
    opacity: 0.5;
  }
  .div-interview dl {
    padding: 15px 0 30px;
    position: relative;
  }
  .div-interview dl div {
    padding: 10px 25px 15px;
    position: relative;
  }
  .div-interview dl dt {
    line-height: 1.6;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .div-interview dl dt:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #666;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    bottom: 6px;
  }
  .div-interview dl dd {
    font-size: 14px;
  }
  .div-interview dl dd p {
    line-height: 1.9;
  }

  .div-profile {
    position: relative;
    padding: 40px 5px 25px 5px;
    border-top: 1px solid #000;
    margin: 0 5%;
  }
  .div-profile_ttl {
    position: absolute;
    left: 0;
    background: #fff;
    top: -1em;
    line-height: 2;
    font-style: italic;
    font-weight: 700;
    padding-right: 20px;
    font-size: 18px;
  }
  .div-profile figure {
    width: 150px;
    float: left;
    margin-right: 25px;
  }
  .div-profile h4 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px;
  }
  .div-profile h4 small {
    font-size: 12px;
    display: block;
  }
  .div-profile_inner {
    padding-top: 15px;
    font-size: 13px;
    clear: both;
  }
  .div-profile_inner p {
    line-height: 1.8;
  }
  .div-profile_inner ul {
    padding-top: 15px;
  }
  .div-profile_inner ul li {
    font-size: 12px;
    line-height: 1.2;
    clear: both;
    padding-bottom: 12px;
  }
  .div-profile_inner ul li i {
    color: #000;
    font-size: 28px;
    line-height: 30px;
    float: left;
    margin-right: 15px !important;
  }
}


.screen-reader-text{
	clip-path:inherit !important;
	height:auto !important;
	margin:auto !important;
	position:relative !important;
}

.form-contents{
	width:100%;
}

/*------------------*/
.top_mainimg_box{
	width:100%;
	position:relative;
	overflow:hidden;
}
.top_mainimg_box img{
	width:100%;
	height:478px;
	object-fit: cover;
	margin:5px 0 0 0;
}
.top_mainimg_box .top_main_book{
	position:absolute;
	bottom:5px;
	background:#FFF;
	padding:10px 20px 0 20px;
	text-align:center;
	border-radius:10px 10px 0 0;
}
.top_mainimg_box .pc_left{
	left:20px;
}
.top_mainimg_box .pc_right{
	right:20px;
}
.top_mainimg_box .top_main_book img{
	width:150px;
	height:auto;
	margin:0 0 5px 0;
}
.top_mainimg_box .top_main_book h2{
	color:#0abab5;
	font-weight:bold;
	font-size: 18px;
	text-align:center;
}
.top_mainimg_box .top_main_book p{
	margin:0;
	padding:0;
}
.top_mainimg_box .top_main_book a.kantou_btn{
	display:block;
	background:#EA608E;
	color:#FFF;
	margin:0;
	padding:5px 0;
	width:48%;
	float:left;
}
.top_mainimg_box .top_main_book a.kantou_btn:hover{
	background-color:rgba(234,96,142,0.8);
}
.top_mainimg_box .top_main_book a.kansai_btn{
	display:block;
	background:#534741;
	color:#FFF;
	margin:0;
	padding:5px 0;
	width:48%;
	float:right;
}
.top_mainimg_box .top_main_book a.kansai_btn:hover{
	background-color:rgba(83,71,65,0.8);
}
.top_subimg_box{
	width:35%;
	float:right;
}
.top_subimg_box li{
	width:98%;
	margin:5px auto 0 auto;
	position:relative;
	overflow:hidden;
	height:94px;
}
.top_subimg_box li a{
	display:block;
	height:94px;
}
.top_subimg_box li:nth-child(even){
	background:#F9F7F5;
}
.top_subimg_box .img{
	position:absolute;
	left:0;
	top:0;
	width:32%;
	height:74px;
	padding:0;
	margin:10px;
}
.top_subimg_box .img img{
	width:100%;
	height:74px;
	object-fit: cover;
}
.top_subimg_box li p.title{
	padding:0 10px 0 42%;
	text-align:left;
	position: absolute;
	top: 50%;
	left: 47%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	font-size: 15px;
	color:#000;
}
@media(max-width: 1200px) {
	.top_subimg_box .img{
		width:35%;
	}
	.top_subimg_box li p.title{
		padding:0 0 0 35%;
		font-size: 16px;
		font-size: 1.6rem;
	}
}
@media(max-width: 1060px) {
	.top_subimg_box li:after{
		right: 5px;
	}
}
@media screen and (max-width: 768px) {
	.top_mainimg_box{
		width:100%;
		height:105vw;
	}
	.top_mainimg_box img{
		width:100%;
		height:100%;
		object-fit: cover;
		object-position: 50% 50%;
	}
	.top_mainimg_box .top_main_book{
		bottom:0;
		right:auto;
		padding:10px 10px 0 10px;
	}
	.top_mainimg_box .sp_left{
		right:auto;
		left:5px;
	}
	.top_mainimg_box .sp_right{
		right:5px;
		left:auto;
	}

	.top_mainimg_box .top_main_book img{
		width:100px;
		height:auto;
		margin:0;
	}
	.top_mainimg_box .top_main_book h2{
		font-size:13px;
	}
	.top_mainimg_box .top_main_book a{
		padding:5px 0;
		font-size:11px;
	}
}

/*
#home-pickup {
	margin:220px 0 0 0;
	position: relative;
	z-index: 0;
	padding:0 0 30px 0;
}
#home-pickup::after{
	content: '';
	position: absolute;
	left:0;
	top: 0;
	transform: skewY(4deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	height:100%;
	background:#F9F7F5;
}
#home-pickup::before{
	content: '';
	position: absolute;
	left:0;
	top: calc(-60vw * 0.08748866352);
	transform: skewY(-2deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	height:100%;
	background:#F4F0EB;
}
*/
#home-pickup .top_ranking_box h3{
	font-weight:normal;
	text-align:left;
	font-size:15px;
	line-height:1.4;
	letter-spacing:0;
	color:#000;
	margin:10px 0;
}
#home-pickup .tit-type-e{
	margin-bottom:10px;
}
#home-pickup .top_toplink_box .top_toplink_img{
	height:120px;
}

@media screen and (max-width: 768px) {
	.top-main-contents .container{
		margin:0;
	}
	#home-pickup{
		position: relative;
		z-index: 0;
		margin:20px 0;
		padding:0 0 20px 0;
	}
/*
	#home-pickup::after{
		content: '';
		position: absolute;
		left:0;
		top: 0;
		transform: skewY(7deg);
		transform-origin: top right;
		z-index: -1;
		width:100%;
		height:100%;
		background:#F9F7F5;
	}
	#home-pickup::before{
		content: '';
		position: absolute;
		left:0;
		top: calc(-100vw * 0.08748866352);
		transform: skewY(-5deg);
		transform-origin: top right;
		z-index: -1;
		width:100%;
		height:100%;
		background:#F4F0EB;
	}
*/
	#home-pickup .top_toplink_box h3{
		font-weight:normal;
		text-align:left;
		font-size:14px;
		line-height:1.4;
		letter-spacing:0;
		color:#000;
	}
	#home-pickup .tit-type-e{
		margin-bottom:10px;
	}
	#home-pickup .top_toplink_box .top_toplink_img{
		height:155px;
	}
}
@media screen and (max-width: 374px) {
	#home-pickup .top_toplink_box .top_toplink_img{
		height:135px;
	}
}

.home_hotellist{
}
.home_hotellist_area{
	margin:50px auto;
}
.home_hotellist_area ul{
	display:flex;
	justify-content: center;
}
.home_hotellist_area ul li{
	padding:0 25px;
}
.home_hotellist_area ul li p{
	color:#000;
	font-size:18px;
	padding:0 0 5px 0;
}
.home_hotellist_area ul li p.active{
	border-bottom:2px solid #0abab5;
}


.home_hotellist_list{
}
.home_hotellist_list ul{
	margin:30px 0;
}

.home_hotellist_list ul li{
	width:25%;
	float:left;
	position:relative;
	margin:0;
	padding:0;
	height:250px;
}
.home_hotellist_list ul li a{
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
.home_hotellist_list ul li img{
	display:block;
	width:100%;
	height:100%;
	object-fit: cover;
	margin:0;
	padding:0;
}
.home_hotellist_list ul li h3{
	position:absolute;
	bottom:0;
	left:0;
	color:#FFF;
	padding:10px 10px 5px 10px;
	margin:0;
	text-shadow:1px 1px 3px;
	width:100%;
	box-sizing: border-box;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}
@media screen and (max-width: 768px) {
	.home_hotellist_list ul li{
		width:50%;
		height:150px;
	}
}
.icon_pink{
	background:#EA608E;
	color:#FFF;
	display:block;
}
.icon_brown{
	background:#534741;
	color:#FFF;
	display:block;
}

.benefit_title{
	margin:50px 0 0 0;
}
.benefit_title p.caption{
	font-family: serif;
	color: #42210b;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	text-align:center;
}
.benefit_title h2{
	margin-bottom: 15px;
	font-family: serif;
	color: #42210b;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.7;
	text-align:center;
}
.benefit_title h2 img{
	width:250px;
	height:auto;
	position:relative;
	top:25px;
}
.benefit_title ul{
	display: flex;
	justify-content: center;
}
.benefit_title ul li{
	margin:10px;
}
.benefit_title ul li p{
	font-size: 14px;
	padding:10px 30px;
}

.benefit_list{
	margin:50px 0;
	width:100%;
}
.benefit_list ul{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.benefit_list ul li{
	width:50%;
	padding:30px;
	box-sizing: border-box;
}
.benefit_list ul li:nth-child(n+3) {
	border-top:1px solid #F9F7F5;
}
.benefit_list ul li:nth-child(odd){
	border-right:1px solid #F9F7F5;
}
.benefit_box{
}
.benefit_box h3{
	margin-bottom:5px;
	font-family: serif;
	color: #42210b;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	text-align:center;
}
.benefit_box p.area{
	color: #42210b;
	font-size: 16px;
	line-height: 1.7;
	text-align:center;
}
.benefit_box .benefit_detail{
	display: flex;
	margin:20px 0 0 0;
}
.benefit_box .benefit_detail h4{
	display:block;
	padding:2px 0;
	width:80px;
	text-align:center;
	margin:0 0 5px;
}
.benefit_box .benefit_detail p{
	margin:0 0 15px;
}
.benefit_box .benefit_detail_img{
	width:40%;
}
.benefit_box .benefit_detail_img img{
	width:100%;
	height:auto;
}
.benefit_box .benefit_detail_box{
	width:60%;
	box-sizing: border-box;
	padding:0 0 0 20px;
}
.benefit_box .btn{
	width:200px;
	margin:10px auto;
}
.benefit_box .btn a{
	display:block;
	background:#0abab5;
	color:#FFF;
	height:40px;
	line-height:40px;
	text-align:center;
	position:relative;
	font-size:14px;
}


.benefit_msg{
	margin:30px 0;
}
.benefit_msg p{
	text-align:center;
	font-size: 14px;
	color:#000;
	line-height: 1.7;
}
.benefit_note{
	background:#F9F7F5;
	width:600px;
	margin:50px auto;
	font-size: 12px;
	color:#000;
	padding:20px;
}
.benefit_note p{
	position:relative;
	padding:0 0 0 15px;
}
.benefit_note p:before{
	content:"・";
	position:absolute;
	top:0;
	left:0;
}
.benefit_area_link{
	background:#F9F7F5;
	padding:15px 0;
	margin:40px 0;
}
.benefit_area_link ul{
	display:flex;
	justify-content: center;
}
.benefit_area_link ul li{
	position:relative;
}
.benefit_area_link ul li a{
	margin:0 30px;
	color:#42210b;
	font-size:16px;
	display:block;
	padding:0 0 8px 0;
}
.benefit_area_link ul li.active a{
	font-weight:bold;
}
.benefit_area_link ul li a:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	display:block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #0abab5;
	border-right: solid 2px #0abab5;
	transform: rotate(135deg);
	margin:auto;
	transition: .3s ease;
}
.benefit_area_link ul li a:hover:before{
	bottom:-5px;
}

@media screen and (max-width: 768px) {
	.benefit_title{
		margin:20px 0 0 0;
	}
	.benefit_title p.caption{
		font-size: 16px;
	}
	.benefit_title h2{
		margin-bottom: 15px;
		font-size: 20px;
	}
	.benefit_title h2 img{
		width:40%;
		height:auto;
		position:relative;
		top:10px;
	}

	.benefit_list ul li{
		width:100%;
	}
	.benefit_list ul li:nth-child(n+2) {
		border-top:1px solid #F9F7F5;
	}
	.benefit_list ul li:nth-child(odd){
		border-right:none;
	}
	.benefit_box .benefit_detail{
		display:block;
	}
	.benefit_box .benefit_detail_img{
		width:100%;
		text-align:center;
	}
	.benefit_box .benefit_detail_img img{
		width:80%;
		height:auto;
	}
	.benefit_box .benefit_detail_box{
		width:100%;
		padding:0;
	}

	.benefit_msg{
		padding:0 20px;
	}
	.benefit_msg p{
		text-align:left;
		font-size: 14px;
		color:#000;
		line-height: 1.7;
		margin:0 0 10px;
	}
	.benefit_note{
		width:90%;
		margin:30px auto;
		font-size: 12px;
		color:#000;
		padding:15px;
		box-sizing: border-box;
	}

}

.benefit_hotel_box{
	width:986px;
	margin:70px auto 150px auto;
	background:#FFF;
	border:1px solid #42210b;
	outline: solid 2px #42210b;
	outline-offset: 5px; 
	padding:10px 0 20px 0;
	box-sizing: border-box;
}
.benefit_hotel_box h2{
	margin-bottom: 15px;
	font-family: serif;
	color: #42210b;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	text-align:center;
	margin:0 0 30px 0;
}
.benefit_hotel_box h2 img{
	width:250px;
	height:auto;
	position:relative;
	top:25px;
}
.benefit_hotel_box h2 span{
	color:#0abab5;
	font-size: 28px;
}
.benefit_hotel_inner{
	display: flex;
	margin:0 30px;
}
.benefit_hotel_inner .benefit_hotel_inner_box{
	width:50%;
	margin:0 20px;
}
.benefit_hotel_inner .benefit_hotel_inner_box h3{
	display:inline-block;
	width:100px;
	text-align:center;
	padding:5px 0;
	margin:0 0 10px 0;
}
@media screen and (max-width: 768px) {
	.benefit_hotel_box{
		width:90%;
		margin:30px auto 60px auto;;
		padding:2px 0;
	}
	.benefit_hotel_box h2{
		margin:0;
	}
	.benefit_hotel_box h2 img{
		width:200px;
		top:20px;
	}
	.benefit_hotel_box h2 span{
		font-size: 24px;
	}
	.benefit_hotel_inner{
		display: block;
		margin:0 15px;
	}
	.benefit_hotel_inner .benefit_hotel_inner_box{
		width:100%;
		margin:15px 0;
	}
	.benefit_hotel_inner .benefit_hotel_inner_box h3{
		margin:0 0 5px 0;
	}
}

.magazine_links{
	margin:40px 0;
}
.magazine_links ul{
	display:flex;
	justify-content: center;
	font-size:18px;
}
.magazine_links ul li{
	margin:0 20px;
}
.magazine_links ul li.active{
	border-bottom:2px solid #0abab5;
	font-weight:bold;
	padding:0 5px;
	line-height:30px;
}
.magazine_links ul li a{
	color:#000;
	line-height:30px;
	padding:0 5px;
	display:block;
}
.magazine_links ul li a:hover{
	border-bottom:2px solid #0abab5;
}
@media screen and (max-width: 768px) {

}

.mw_wp_form_confirm .contents-header,
.mw_wp_form_confirm .present-header,
.mw_wp_form_confirm .present-contents{
	display:none;
}

.senpai_search{
	margin:0 2% 30px 2.5%;
	background:#F9F7F5;
	padding:10px 20px 20px 20px;
}
.senpai_search h3{
	font-size:18px;
	font-weight:bold;
	color:#534741;
	padding:10px 5px;
	font-family: serif;
	letter-spacing:0.2rem;
}
.senpai_search ul{
	float:left;
}
.senpai_search ul li{
	float:left;
}
.senpai_search input[type=checkbox] {
    display: none;
}
.search_btn{
	float:left;
}
.search_btn a{
	display:block;
	width:100px;
	background:#0abab5;
	color:#FFF;
	padding:5px;
	font-size:16px;
	text-align:center;
}
@media screen and (max-width: 768px) {
	.senpai_search{
		padding:5px 10px 10px 10px;
	}
	.senpai_search ul{
		float:none;
	}
	.search_btn{
		float:none;
		text-align:center;
	}
	.search_btn a{
		margin:10px auto;
	}
	.senpai_search .checkbox01{
		padding:5px 20px 5px 30px;
	}

}

@media screen and (max-width: 768px) {
	#sb_instagram.sbi_mob_col_2 #sbi_images{
		grid-template-columns:repeat(2, 1fr) !important;
	}
}

.mwform-radio-field {
	display: block;
	white-space: nowrap;
	float: left;
}
.mw_wp_form .horizontal-item{
	margin-right:15px;
}
.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left:0 !important;
}
