.fadeIn article,
.fadeIn footer {
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
}

#siteheader {
	height: 91.8px;
}
#gHeader {
	z-index: 101;
	opacity: 0;
  background: none;
	transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 60s,background .3s ease;
}

.scrolled #gHeader {
  background: rgba(255,255,255, .87);
}

.fadeIn #gHeader {
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1),background .3s ease;
}

#a01 .bgImg,
#a03 .bgImg {
	background-image: url(../../images/special/bg_right.png);
	background-repeat: repeat-y;
    background-position: right;
    background-size: 40%;
}
#a02 .bgImg {
	background-image: url(../../images/special/bg_left.png);
	background-repeat: repeat-y;
    background-position: left;
    background-size: 40%;
}

.contentItem {
    max-width: 1200px;
    margin: 0 auto;
}

.section__title {
	margin-bottom: 55px;
}

.section__headline {
	margin-bottom: 55px;
}

.section__headline::after {
	bottom: -28px;
}

.section__note {
	letter-spacing: 2.1px;
}

.firstview {
	margin: 5px 5px 120px;
	height: calc(100vh - 91.8px);
	position: relative;
}

.firstview .textBox {
	width: 100%;
	position: absolute;
	right: 0;
	top: 53%;
	text-align: center;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    opacity: 0;
    transition: top 1.1s ease .4s, opacity 1.1s ease .4s;
}

.loaded .firstview .textBox {
    top: 30%;
    opacity: 1;
    width: 40%;
}

.firstview .textBox .title {
	background: rgba(255, 255, 255, 0.5);
	padding: 20px;
}
.firstview .textBox .title img {
	width: 392px;
}

.firstview .textBox .title h1 {
	font-size: 36px;
	color: #62638a;
	line-height: 2;
	letter-spacing: 5px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}
.firstview .textBox .title h2 {
	font-size: 20px;
	color: #62638a;
}
@media all and (min-width: 768px) and (max-width: 1150px) {
	.firstview .textBox {
		top: 30%;
	}
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
.intro {
	margin-bottom: 124px;
	position: relative;
}

.content {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
}
.intro .list_ul {
	display: flex;
	flex-wrap: wrap;
}
.intro .list_ul li {
	margin: 10px 10px 0 0;
    width: calc((100% - 30px) / 3);
}
.intro .list_ul li:nth-child(5) {
	margin-right: 0;
}
.intro .list_ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 23px;
	position: relative;
	font-family: 'Futura-Medium';
}
.intro .list_ul li .img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.intro .list_ul li .img img {
	transition: transform 1s cubic-bezier(0.25, 0.1, 0.06, 1);
    -webkit-transition: transform 1s cubic-bezier(0.25, 0.1, 0.06, 1);
}
.intro .list_ul li .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.6);
}
.intro .list_ul li a span {
	display: block;
}
.intro .list_ul li a span.txt {
	font-size: 18px;
	font-weight: bold;
}
.intro .list_ul li a span.small {
	font-weight: bold;
}
.intro .list_ul li .txt01 {
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	width: 100%;
	line-height: 1.5;
	z-index: 1;
	box-sizing: border-box;
	transform: translateY(-50%);
}
.intro .list_ul li .num {
	margin-bottom: 11px;
	font-size: 13px;
}
.intro .list_ul li a:hover .img img {
	transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.area {
	margin: 0;
	margin-top: -92px;
	padding-top: 92px;
}
#a01.area .imgBox,
#a03.area .imgBox {
	flex-direction: row-reverse;
}
.area .imgBox {
	margin-bottom: 117px;
	display: flex;
	background-color: #e0dee6;
}
.area .imgBox .pho {
	width: 50%;
}
.area .imgBox .txt_box {
	padding: 10px 0;
	flex: 1;
	align-self: center;
	text-align: center;
}
#a01.area .imgBox .txt_box {
    background-repeat: no-repeat;
    background-position: center 126px;
    background-size: 60%;
    background-image: url(../../images/special/sp_bg_txt01.png);
}
#a02.area .imgBox .txt_box {
    background-repeat: no-repeat;
    background-position: center 126px;
    background-size: 60%;
    background-image: url(../../images/special/sp_bg_txt02.png);
}
#a03.area .imgBox .txt_box {
    background-repeat: no-repeat;
    background-position: center 126px;
    background-size: 60%;
    background-image: url(../../images/special/sp_bg_txt03.png);
}
.area .imgBox .txt_box .sub_box {
	width: 82%;
	margin: 0 auto;
}
.area .imgBox .txt_box  h2 {
	padding-bottom: 14px;
	font-size: 32px;
	position: relative;
	font-weight: bold;
	letter-spacing: 5px;
}
.area .imgBox .txt_box h2 .size::before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: .6px;
	background-color: #62638a;
}
.area .imgBox .txt_box h2 .small {
	font-size: 30px;
}
.area .imgBox .txt_box h2 .size {
	padding-top: 30px;
	margin-bottom: 17px;
	display: block;
	font-size: 16px;
	letter-spacing: 4px;
	line-height: 1.5;
	color: #62638a;
	position: relative;
	font-weight: normal;
}
.area .imgBox .txt_box .txt01 {
	margin-bottom: 31px;
	font-size: 18px;
	line-height: 2.1;
	letter-spacing: 1.5px;
	font-weight: 600;
}
.area .imgBox .txt_box .txt02 {
	line-height: 2.14;
	letter-spacing: 1px;
}
.area .com_out__box {
	text-align: center;
}
.area .com_out__box .h3Ttl {
	margin: 0 0 10px 0;
	font-size: 28px;
	letter-spacing: 3px;
}
.area .com_out__box .center_txt {
	margin: 0 0 30px 0;
	line-height: 2;
	letter-spacing: 1px;
	font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
	font-size: 18px;
}
.area .com_out__box .pho_list {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
	justify-content: center;
}
.area .com_out__box .slick_box .arr_txt {
	display: none;
}
.area .com_out__box .pho_list li {
	margin: 0 10px 0 0;
	width: 32%;
}
.area .com_out__box .pho_list li:nth-child(3n) {
	margin-right: 0;
}
.area .com_out__box .pho_list .txt01 {
	margin-bottom: 13px;
	font-size: 18px;
	font-weight: 600;
}
.area .com_out__box .pho_list .txt_box {
	margin: 0 -10px;
	letter-spacing: 1px;
}
.area .com_out__box .pho_list .pho {
	width: 100%;
	margin-bottom: 26px;
}
.area .com_out__box .pho_list .txt02 {
	font-size: 12px;
	color: #A38238;
	font-weight: 600;
}
.area .com_out__box .inn_img__Box {
	padding: 40px;
	display: flex;
	max-width: 1100px;
	margin: 0 auto 100px;
	background-color: #eae5e4;
	box-sizing: border-box;
}
.area .com_out__box .inn_img__Box .pho {
	width: 46%;
	order: -1;
}
.area .com_out__box .inn_img__Box .txt_box {
	margin: 4px 0 0;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.area .com_out__box .inn_img__Box .sub_txt {
	padding: 0 16px;
}
.area .com_out__box .inn_img__Box h3 {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.68;
	letter-spacing: 2.9px;
}
.area .com_out__box .inn_img__Box .txt {
	font-size: 16px;
	line-height: 2.14;
	letter-spacing: 0.7px;
}
.area .com_out__box .inn_img__Box .txt_special {
    display: inline-block;
    background: #c7c2af;
    padding: 6px 10px;
    color: #fff;
    margin-bottom: 14px;
    font-size: 16px;
}
.area .com_out__box .h3Ttl01 {
	margin: 0 59px 68px 0;
	letter-spacing: 2px;
}
.area .com_out__box .pho_list01 .txt01 {
	font-size: 16px;
}
.area .com_out__box .pho_list01 .pho {
	margin-bottom: 36px;
}
.area .com_out__box .pho_list .txt03 {
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
	font-family: arial, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 0.3px;
}
.area .imgBox01 .pho {
	order: 1;
}
.hotel .imgBox {
	background-color: #F0F5EB;
}
.hotel .com_out__box .h3Ttl {
	margin-right: 0;
}
.hotel .com_out__box .center_txt {
	margin: 0 0 20px;
}
.hotel .com_out__box .center_txt01 {
	margin: 0 0 55px;
}
.area .note {
	margin-bottom: 30px;
	font-size: 10px;
}
.area .out_pho__list {
	margin-bottom: 118px;
	display: flex;
}
.area .out_pho__list > li {
	width: 320px;
	margin-right: 10px;
} 
.area .out_pho__list > li:nth-child(3n) {
	margin-right: 0;
}
.area .out_pho__list ul li:not(:last-child) {
	margin-bottom: 10px;
}
.hotel .com_out__box .pho_list .pho {
	margin-bottom: 34px;
}
.hotel .com_out__box .pho_list .txt02 {
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1.4;
    letter-spacing: 0.8px !important;
}
.hotel .com_out__box .pho_list .txt02::after {
	content:'';
	min-height:inherit;
	font-size:0;
}
.hotel .com_out__box .pho_list .txt03 {
	margin-top: 16px;
}
.hotel .com_out__box .pho_list .img {
	margin-top: 14px;
}
.style .imgBox {
	background-color: #F4F9FB;
}
.area .com_out__img {
	padding-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.area .com_out__img .txt_box {
	margin: 19px 0 0;
	width: 46%;
}
.area .com_out__img .pho {
	width: 46%;
}
.area .com_out__img .pho > div {
	width: 100%;
}
.area .com_out__img .pho .list {
	margin-top: 6px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.area .com_out__img .pho .list li {
	width: calc((100% - 6px) / 2);
}
.area .com_out__img h3 {
	margin-bottom: 37px;
	letter-spacing: 2.8px;
	font-size: 24px;
	line-height: 1.7;
	font-weight: 600;
}
.area .com_out__img h3 .color {
	margin-bottom: 12px;
	display: block;
	letter-spacing: 0;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
	font-family: 'Futura-Medium';
	color: #A38238;
	font-size: 22px;
}
.area .com_out__img .txt01 {
	margin-bottom: 46px;
	line-height: 2.16;
	letter-spacing: 0.7px;
}
.style .color_box {
	padding: 62px 0 111px;
	margin: 110px 0 96px;
	background-color: #F9F9F9;
}
.style .color_box .com_out__img .txt01 {
	margin-bottom: 33px;
}
.style .color_box .com_out__img .pho {
	margin-top: 80px;
	order: -1;
}
.style .color_box .com_out__img .inn_pho {
	width: 91%;
	margin: 70px auto 0;
}
.style {
	margin-bottom: 20px !important;
}
.style .com_out__box {
	margin-bottom: 40px;
}
.area .com_out__img01 .pho {
	order: -1;
}
.planner .imgBox {
	background-color: #F4F1F1;
}
.planner .com_out__img {
	padding-top: 2px;
	margin-top: 8px;
}
.planner .com_out__img:not(:last-child) {
	margin-bottom: 96px;
}
.planner .pTxt {
	margin-top: 7px;
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 2.1;
	letter-spacing: 1px;
}
.resort {
	margin-bottom: 40px !important;
}
.resort .imgBox {
	margin-bottom: 114px;
	background-color: #E9EDF3;
}
.resort .com_out__img {
	align-items: flex-start;
}
.resort .com_out__img:not(:last-child) {
	margin-bottom: 83px;
}
.resort .com_out__img .txt_box {
	margin-top: 32px;
}
.resort .com_out__img h3 {
	margin-bottom: 27px;
}
.resort .com_out__img01 .txt_box {
	margin-top: 16px;
}
.out_link__box {
	margin-bottom: 0;
	padding-top: 30px;
}
.out_link__box .color {
	margin-bottom: 41px;
	background-color: #F3F0EB;
}
.out_link__box h3 {
	margin-bottom: 37px;
	font-size: 24px;
	font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
	text-align: center;
	letter-spacing: 3px;
}
.out_link__box a {
	padding: 0;
	display: block;
}
.out_link__box .list {
	margin-bottom: 13px;
	display: flex;
	flex-wrap: wrap;
}
.out_link__box .list li {
	width: 50%;
}
.out_link__box .txt_list {
	margin-bottom: 16px;
	display: flex;
	flex-wrap: wrap;
}
.out_link__box .txt_list li {
	margin: 0 12px 12px 0;
	min-height: 84px;
	width: calc((100% - 24px) / 3);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
	font-size: 17px;
	border: 1px solid #A69F99;
}
.out_link__box .txt_list li::after {
	content:'';
	min-height:inherit;
	font-size:0;
}
.out_link__box .txt_list li img {
	margin: -9px 10px 0 0;
	vertical-align: middle;
}
.out_link__box .txt_list li:nth-child(3n) {
	margin-right: 0;
}
.out_link__box .content {
	max-width: 964px;
}
.out_link__box .btn {
	margin: 0 auto;
}
.out_link__box .btn a {
	padding: 17px 0 15px;
	min-width: auto;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background-color: #4A332D;
}
.out_link__box .btn a:hover {
	opacity: 0.7;
}
@keyframes btnAnimation {
	0%{
		transform: translate(0,0);
	}

	50%{
		transform: translate(50px,0);
	}

	51%{
		transform: translate(50px,30px);
	}

	52%{
		transform: translate(-50px,30px);
	}

	53%{
		transform: translate(-50px,0);
	}

	100%{
		transform: translateX(0,0);
	}
}

@-webkit-keyframes btnAnimation {
	0%{
		-webkit-transform: translate(0,0);
	}

	50%{
		-webkit-transform: translate(50px,0);
	}

	51%{
		-webkit-transform: translate(50px,30px);
	}

	52%{
		-webkit-transform: translate(-50px,30px);
	}

	53%{
		-webkit-transform: translate(-50px,0);
	}

	100%{
		-webkit-transform: translateX(0,0);
	}
}
@media all and (-ms-high-contrast:none){
	.area .com_out__box .pho_list li {
		margin-right: 32px;
	}
}

@media all and (min-width: 768px) and (max-width: 1099px) {
    .area .imgBox .txt_box h2 {
    font-size: 54px;
    }
    .area .imgBox .txt_box .txt01 {
    font-size: 16px;
    letter-spacing: 1.3px;
    }
    .area .imgBox .txt_box .sub_box {
    width: 83%;
    }
    .area .imgBox .txt_box h2 {
    font-size: 51px;
    }
    .hotel .com_out__box .pho_list .txt02 {
	font-size: 15px;
    }
}

/*------------------------------------------------------------
	pagePath 2022.05
------------------------------------------------------------*/
#top #pagePath {
	position: absolute;
	top: 0;
	z-index: 100;
}
#pagePath li,
#top #pagePath li{
    color: #000 !important;
}
#pagePath li a,
#top #pagePath li a{
    color: #000 !important;
}
#pagePath li + span,
#top #pagePath li + span{
    color: #000 !important;
}

/* =======================

counter 

======================= */
.section_ttl{
  padding-top: 0;
  margin: auto;
  font-size: 50px;
  text-align: center;
  color: #222222;
  letter-spacing: 0.02em;
}
.section_ttl_lead{
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.3em;
  font-feature-settings: 'palt';
  color: #222222;
  text-align: center;
}
@media (max-width: 767px) {
  .section_ttl{
    padding-top: 60px;
    margin: auto;
    font-size: 35px;
    text-align: center;
    color: #222222;
    letter-spacing: 0.02em;
  }
  .section_ttl_lead{
    margin-top: 16px!important;
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0.4em;
    font-feature-settings: 'palt';
    color: #222222;
  }
}
.counterSec {
  padding-top: 40px;
  font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
  background: #fff;
}
.counterSec .counter_contents{ 
  width: 100%;
  margin-right: 1%;
  margin-left: 1%;
}
.counterSec .salonArea{
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: center;
}
.salonArea_item{
  width: 31%;
  margin: 1%;
  text-align: center;
}
.salonArea_item a{
  display: block;
  background: #F7F5EE!important;
  border: 4px solid #F7F5EE!important;
  color: #333!important;
  padding: 26px 0;
  font-weight: 600;
  letter-spacing: .17em;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.salonArea_item a:hover{
  background: #FFF!important;
  border: 4px solid #F7F5EE!important;
  cursor: pointer;
}
.salonArea_item a.active{
  background: #48322A!important;
  border: 4px solid #48322A!important;
  color: #FFF!important;
  cursor: pointer;
}
.counterSec .counter_contents{
  margin: 0 auto;
  display: none;
}
.counterSec .counter_contents.show{
  display: block;
}
.counterSec .counter_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: initial;
}
.counterSec .counter_list .counter_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.counterSec .counter_address{
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #444;
}
.counterSec .counter_list .counter_item.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding:0;
}
.counterSec .telBlock .telBlock_lead{
  font-weight: 800;
  font-size: 12px;
}
@media (min-width: 768px){
  .counterSec {
    width: 900px;
    margin: 0 auto;
  }
  .counterSec .section_ttl_lead{
    margin-top: 16px!important;
  }
  .counterSec .section_head img{
    max-height: 450px;
    object-fit: cover;
  }
  .counterSec .lead{
    margin-top: 1em;
    color: #4a5799;
    font-size: 18px;
  }
  .counterSec .counter_contents{ 
    max-width: 860px;
    padding-top: 100px;
    margin-top: -40px;
  }
  .counterSec .salonArea{
    padding-top: 60px;
    margin: 0 -1%;
  }
  .salonArea_item{
    width: 18%;
    margin: 1%;
    text-align: center;
  }
  .salonArea_item a{
    display: block;
    background: #F7F5EE!important;
    padding: 26px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .17em;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  .counterSec .btn_link_wrap{
    text-align: center;
    font-size: 16px;
  }
  .counterSec .counter_list .counter_item{
    width: 50%;
    margin-bottom: 26px;
  }
  .counterSec .counter_img_block{
    width: 130px;
  }
  .counter_img_block img {
        width: 100%;
  }
  .counterSec .counter_tx_block{
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .counterSec .counter_name{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px!important;
  }
  .counterSec .counter_address{
    font-size: 13px;
  }
  .counterSec .counter_item.online{
    width: 100%;
    margin-top: 40px;
  }
  .counterSec .counter_item.online .counter_img_block{
    width: 60%;
  }
  .counterSec .counter_item.online .counter_tx_block {
    width: 30%;
  }
  .counterSec .counter_item.online .counter_memo{
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-feature-settings: 'palt';
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #444
  }
  .counterSec .telBlock{
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #48322A;
    line-height: 1.6em;
  }
  .counterSec .telBlock .counter_tel{
    margin: 16px 0;
    display: inline-block;
    font-size: 36px;
    letter-spacing: 0.1em;
    color: #48322A;
    font-family: "BauerBodoniRoman", 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', 'ＭＳ Ｐ明朝', serif;
  }
  .counterSec .telBlock .counter_tel:hover{
    cursor: pointer;
  }
  .counterSec .reservation_area{
    padding: 0;
  }
  .reservation_area .btn_wrapper{
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .counterSec {
    position: relative;
  }
  .counterSec .box-inner{
    padding: 0;
  }
  .counterSec .salonArea {
    padding-top: 36px;
  }
  .counterSec .lead{
    margin-top: 1em;
    margin-bottom: 20px;
    color: #4a5799;
  }
  .counterSec .counter_contents{ 
    padding: 80px 0 0 7px;
    margin-top: -40px;
  }
  .salonArea_item a{
    padding: 20px 0;
    font-size: 11px;
    letter-spacing: .1em;
    line-height: 1.2;
  }
  .salonArea_item.online_sp a{
    padding: 14px 0;
  }
  .counterSec .counter_list .counter_item {
    margin-bottom: 20px;
  }
  .counterSec .counter_tx_block{
    width: 65%;
    padding-left: 5%;
    padding-bottom: 5px;
  }
  .counterSec .counter_name{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px!important;
  }
  .counterSec .counter_address{
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .counterSec .counter_img_block{
    width: 30%;
    min-width: 100px;
  }
    .counter_img_block img {
        width: 100%;
  }
  .counterSec .counter_item.online {
    display: block;
  }
  .counterSec .counter_item.online .counter_img_block{
    width: 100%;
    padding-right: 7px;
  }
  .counterSec .counter_item.online .counter_tx_block{
    width: 100%;
    padding-top: 16px;
    padding-left: 0;
  }
  .counterSec .counter_item.online .counter_memo{
    font-size: 12px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-feature-settings: 'palt';
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #444
  }
   .counterSec .telBlock{
    margin-top: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #48322A;
  }
  .counterSec .telBlock .counter_tel{
    margin: 14px 0;
    display: inline-block;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #48322A;
    font-family: "BauerBodoniRoman", 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', 'ＭＳ Ｐ明朝', serif;
  }
  .counterSec .box_inner {
        padding: 0 20px;
  }
}
@media (max-width: 320px) {
  .counterSec .counter_address{
    letter-spacing: 0;
    font-feature-settings: inherit;
  }
}


/* reservation_area */
.reservation_area{
  width: 100%;
  max-width: 900px;
  padding: 0 50px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
}
.reservation_area .btn_wrapper{
  margin-top: 60px;
}
.reservation_tx{
  position: relative;
  display: inline-block;
  color: #48322A;
  letter-spacing: 0.25em;
  font-feature-settings: 'palt';
}
.reservation_tx::before {
  content: '';
  position: absolute;
  top: 28%;
  left: -30px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #48322A;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.reservation_tx::after {
  content: '';
  position: absolute;
  top: 28%;
  right: -30px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #48322A;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
a.btn{
  width: 100%;
  font-weight: bold;
  color: #fff!important;
  text-align: center;
  background: #62638a;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  backface-visibility: hidden;
  text-decoration: none;
  transition: opacity .3s ease;
  align-items: center;
  font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
}
a.btn .note{
  width: 130px;
  padding: 4px 0 3px 0;
  margin-left: -65px;
  border: 1px solid #48322A;
  border-radius: 20px;
  background: #FFF;
  font-size: 11px;
  color: #48322A;
  position: absolute;
  letter-spacing: 0.1em;
  top: -12px;
  left: 50%;
  vertical-align: middle;
}
a.btn .fs_small{
  font-size: 70%;
}
a.btn:hover {
  opacity: .6;
}
.reservation_area .btn_wrapper.link{
  display: block;
  margin-top: 0;
}
.btn_link_box a.btn{
  margin: auto;
  color: #FFF!important;
  text-align: center;
  background: #48322A;
  border: 1px solid #FFF;
  position: relative;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  text-decoration: none;
  transition: opacity .3s ease;
}
.reservation_area:nth-of-type(2) .btn_link_box a.btn {
  color: #48322A!important;
  background: #FFF;
  border: 1px solid #48322A;
}
.btn_link_box a.btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/special/btn_arrow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.reservation_area:nth-of-type(2) .btn_link_box a.btn::after {
  background: url(../../images/special/btn_arrow_right.png) no-repeat center center;
  background-size: 100% auto;
}
  .reservation_area{
    margin-top: 0;
  }
  .reservation_tx{
    padding-bottom: 10px;
    font-size: 18px;
  }
  .reservation_area .btn_wrapper{
    width: 100%;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
  .btn_wrapper .btn_area{
    width: 49%;
  }
  a.btn{
    padding: 20px 0;
    font-size: 18px;
  }
  a.btn::after {
    width: 20px;
    height: 20px;
  }
  a.btn .note{
    width: 180px;
    margin-left: -90px;
    border: 2px solid #48322A;
    font-size: 14px;
  }
  .btn_link_box a.btn{
    width:500px;
  }


.other {
	max-width: 1100px;
	margin: 0 auto;
}
#a01 .other {
	margin-bottom: 100px;
}
.other h3 {
	font-size: 20px;
    line-height: 2.4;
    margin-bottom: 20px;
}
.other.bottom h3 {
	font-size: 20px;
	font-weight: bold;
}
#a03.area .com_out__box .pho_list {
	justify-content: space-between;
}
#a03 .other.bottom li {
	width: 31%;
}
#a03 .other.bottom h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin: 16px 0;
    letter-spacing: 5px;
    height: 75px;
    font-family:  'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', 'ＭＳ Ｐ明朝', serif;

}
#a03 .other.bottom p {
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
}
#a03 .other.bottom p.note {
	text-align: center;
}
.other .note {
	font-size: 16px;
}

div#COMMON_FAIR {
	background: #e0dee6;
}
div#COMMON_FAIR div.inner div.common_bt_line2,
#COMMON_FAIR.top_fair div.inner div.common_bt_line2.top_only {
	margin-bottom: 0;
	padding-bottom: 60px;
}

.common_fair {
	background: #e0dee6;
	margin-bottom: 100px;
}

h3.common_fair_h3 {
	width: 95%;
    max-width: 1090px;
    margin: 0 auto 30px auto;
    padding-top: 70px;
    text-align: left;
    font-size: 46px;
    letter-spacing: 0.04em;
    line-height: 0.9em;
    color: #333230;
    font-family: 'Cormorant Garamond', serif;
    margin-left: 70px;
}
h3.common_fair_h3 span.top_only {
        width: auto;
        display: block;
        font-size: 14px;
        color: #333333;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", 'Noto Serif JP', "MS P明朝", "MS PMincho", serif;
    }