#SPECIAL.main_container {
	padding: 60px 0 0 0;
}
#gHeader {
	opacity: 0;
  background: none;
	transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 60s, background .3s ease;
	z-index: 101;
}
#container {
	overflow: hidden;
}

.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: 50%;
}
#a02 .bgImg {
	background-image: url(../../images/special/bg_left.png);
	background-repeat: repeat-y;
    background-position: left;
    background-size: 50%;
}

.area .linkUl li.soon a #gHeader {
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1),background .3s ease;
}

.section__title {
	margin-bottom: 36px;
}

.section__headline {
	margin-bottom: 38px;
	font-size: 37px;
}

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

.fadeIn .headLine svg {
    fill: #fff;
    transition: fill 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.fadeIn .headLine svg .cls-2 {
	stroke: #fff;
}
.scrolled .headLine svg {
    fill: #48322a;
}
.scrolled .headLine svg .cls-2 {
	stroke: #48322a;
}

.section__note {
	letter-spacing: 2.1px;
}

.firstview {
	margin: 0 0 30px;
	height: calc(100vh - 124px)!important;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

.firstview .textBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 25%;
    opacity: 0;
	text-align: center;
    transition: top 1.1s ease .4s, opacity 1.1s ease .4s;
}

.loaded .firstview .textBox {
    top: 4%;
    opacity: 1;
}

.firstview .textBox .title {
	margin-bottom: -2px;
	color: #fff;
    font-weight: bold;
}

.firstview .textBox .title img {
	width: 293px;
}

.firstview .textBox .title h1 {
    font-size: 1.6rem;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.firstview .textBox .title h2 {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 2px;
	position: relative;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
}

img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}

nav .navbar_toggle_icon {
	background: #fff;
}
.scrolled nav .navbar_toggle_icon {
	background: #48322a;
}

.intro {
	margin-bottom: 30px;
	position: relative;
}

.content {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px;
}
.intro .list_ul {
	display: flex;
	justify-content: center;
}
.intro .list_ul li {
	margin: 0 6px 10px 0;
	width: 49%;
}
.intro .list_ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: relative;
	font-family: 'Futura-Medium';
}
.intro .list_ul li .img {
	position: relative;
	overflow: hidden;
    width: 100%;
}
.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.44);
}
.intro .list_ul li a span {
	display: block;
}
.intro .list_ul li a span.txt {
	font-size: 14px;
	font-weight: bold;
}
.intro .list_ul li a span.small {
	font-size: 10px;
}
.intro .list_ul li .txt01 {
	position: absolute;
	top: calc(50%);
	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: 7px;
	font-size: 10px;
}
.area {
	margin: 0;
	margin-top: -60px;
	padding-top: 60px;
}
.area .imgBox {
	margin-bottom: 40px;
	background-color: #e0dee6;
}
.area .imgBox .txt_box {
	padding: 0;
	flex: 1;
	align-self: center;
	text-align: center;
}
#a01.area .imgBox .txt_box {
    background-repeat: no-repeat;
    background-position: center 102px;
    background-size: 90%;
    background-image: url(../../images/special/sp_bg_txt01.png);
}
#a02.area .imgBox .txt_box {
    background-repeat: no-repeat;
    background-position: center 102px;
    background-size: 90%;
    background-image: url(../../images/special/sp_bg_txt02.png);
}
#a03.area .imgBox .txt_box {
    background-repeat: no-repeat;
    background-position: center 102px;
    background-size: 90%;
    background-image: url(../../images/special/sp_bg_txt03.png);
}
.area .imgBox .txt_box .sub_box {
	width: 100%;
	margin: 0 auto;
}
.area .imgBox .txt_box .bgBox {
	position: relative;
}
.bgBox {
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.bgBox img {
	height: 100vh;
	width: auto;
}
.area .imgBox .txt_box .bgBox .inn_txt {
	padding: 0 25px;
	position: absolute;
	top: 8.7%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
}
.area .imgBox .txt_box  h2 {
	padding-bottom: 14px;
	font-size: 22px;
	position: relative;
	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: 18px;
	line-height: 2;
}
.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: 30px;
    line-height: 2;
    letter-spacing: 1.2px;
	font-size: 12px;
	font-family: arial, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", sans-serif;
}
.area .imgBox .txt_box .txt02 {
	padding-bottom: 29px;
	line-height: 2.08;
	letter-spacing: 0.7px;
	font-size: 12px;
}
.area .imgBox .bgBox .bg_img {
	margin-bottom: 28px;
}
.area .com_out__box {
	text-align: center;
}
.area .com_out__box .h3Ttl {
	margin: 0 0 16px;
	font-size: 17px;
	letter-spacing: 1.8px;
	line-height: 1.74;
	font-weight: 600;
}
.area .com_out__box .center_txt {
	margin: 0 0 32px;
	line-height: 2;
	letter-spacing: 0.7px;
	font-size: 12px;
}
.area .com_out__box .slick_box {
	position: relative;
    margin: 0 -25px 55px;
}
.area .com_out__box .slick_box .arr_box {
	position: absolute;
	top: 42%;
	left: 50%;
	width: calc(100% + -41px);
	z-index: 10;
	transform: translateX(-50%);
}
.area .com_out__box .slick_box .arr_box .prev {
	float: left;
	width: 18px;
}
.area .com_out__box .slick_box .arr_box a {
	outline:none; 
}
.area .com_out__box .slick_box .arr_box .next {
	float: right;
	width: 18px;
}
.area .com_out__box .slick_box .arr_txt {
	margin: 18px 0 22px;
	width: 100%;
	font-size: 14px;
	font-style: italic;
	font-family: "BauerBodoniRoman";
	color: rgba(51,51,51,0.4);
}
.area .com_out__box .slick_box .arr_txt .txt01 {
	color: rgba(51,51,51,1);
}
.area .com_out__box .slick_box .arr_txt .txt02 {
	margin: 0 17px;
}
.area .com_out__box .pho_list {
	margin: 0 0 0;
	display: flex;
	font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
}
.area .com_out__box .pho_list li {
	margin: 0 auto 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.chapel__conts__item .txt01 {
	margin-bottom: 13px;
	font-size: 14px;
	font-weight: 600;
}
.chapel__conts {
    width: 100%;
    min-height: 43px;
    position: relative;
    left: 0;
    bottom: 0;
    transition: opacity .3s ease;
}
.chapel__conts__item {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease,visibility .5s ease;
	font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
}
.chapel__conts__item.on {
    opacity: 1;
    visibility: visible;
}
.chapel__conts__item .txt_box {
	margin: 0 -10px;
	letter-spacing: 1px;
}
.area .com_out__box .pho_list .pho {
	margin-bottom: 0;
}
.area .com_out__box .pho_list .pho img {
	width: 100%;
}
.chapel__conts__item .txt02 {
	font-size: 12px;
	color: #A38238;
	font-weight: 600;
}
.area .com_out__box .inn_img__Box {
	padding: 30px 25px;
	display: block;
	max-width: 1100px;
	margin: 0 -20px 40px;
	background-color: #eae5e4;
	box-sizing: border-box;
}
.area .com_out__box .inn_img__Box .pho {
	width: 100%;
}
.area .com_out__box .inn_img__Box .txt_box {
	margin: 4px 0 33px;
	flex: 1;
}
.area .com_out__box .inn_img__Box .sub_txt {
	margin: 0 -10px;
}
.area .com_out__box .inn_img__Box img {
	width: 86%;
}
.area .com_out__box .inn_img__Box h3 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 600;
	letter-spacing: 1.8px;
}
.area .com_out__box .inn_img__Box .txt {
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.7px;
	font-size: 12px;
}

.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 0 33px;
	letter-spacing: 2px;
	line-height: 1.74;
}
.area .com_out__box .pho_list01 .txt01 {
	font-size: 16px;
}
.area .com_out__box .pho_list01 .pho {
	margin-bottom: 0;
}
.area .com_out__box .pho_list01 .pho img {
	width: 100%;
}
.area .com_out__box .slick_box01 .arr_txt {
	left: 0;
	top: 61.7%;
}
.area .com_out__box .chapel__conts__item .txt03 {
	font-size: 12px;
	line-height: 2;
	margin-top: 19px;
	font-family: arial, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 0.3px;
	line-height: 1.94;
}
.area .imgBox01 .pho {
	order: 1;
}
.area .com_out__box .slick_box01 {
	margin-bottom: 120px;
}
.hotel .imgBox {
	margin-bottom: 54px;
	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 39px;
}
.area .note {
	margin-bottom: 30px;
	font-size: 10px;
}
.area .out_pho__list {
	margin: 0 -35px 50px -25px;
	display: flex;
	flex-wrap: wrap;
}
.area .out_pho__list > li {
	width: calc((100% - 16px) / 2);
	margin-right: 6px;
} 
.area .out_pho__list ul li:not(:last-child) {
	margin-bottom: 6px;
}
.area .out_pho__list .list01 {
	margin-right: -2px;
	margin-top: 6px;
	display: flex;
	flex-wrap: wrap;
}
.area .out_pho__list .list01 li {
	margin-right: 6px;
	width: calc((100% - 12px) / 2);
}
.area .out_pho__list > .liStyle {
	width: 100%;
}
.hotel .com_out__box .pho_list .pho {
	margin-bottom: 0;
}
.hotel .com_out__box .slick_box .arr_txt {
	left: 0;
	top: 53.7%;
}
.hotel .com_out__box .chapel__conts__item .txt02 {
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1.5;
}
.hotel .com_out__box .chapel__conts__item .txt02::after {
	content:'';
	min-height:inherit;
	font-size:0;
}
.hotel .com_out__box .slick_box {
	margin-bottom: 218px;
}
.hotel .com_out__box .chapel__conts__item .txt03 {
	margin-top: 16px;
}
.hotel .com_out__box .chapel__conts__item .img {
	margin-top: 9px;
}
.hotel {
	margin-bottom: 35px !important;
}
.style .imgBox {
	margin-bottom: 36px;
	background-color: #F4F9FB;
}
.area .com_out__img {
	padding-top: 5px;
}
.area .com_out__img .txt_box {
	margin: 19px 0 35px;
	width: 100%;
}
.area .com_out__img .pho {
	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: 21px;
	letter-spacing: 1.8px;
	font-size: 17px;
	line-height: 1.7;
	font-weight: 600;
}
.area .com_out__img h3 .color {
	margin-bottom: 18px;
	display: block;
	letter-spacing: 0;
	line-height: 1.2;
	font-style: italic;
	font-weight: 400;
	font-family: 'Futura-Medium';
	color: #A38238;
	font-size: 19px;
}
.area .com_out__img .txt01 {
	margin-bottom: 27px;
	line-height: 2;
	letter-spacing: 0;
	font-size: 13px;
}
.area .com_out__img .img img {
	width: 168px;
}
.area .com_out__img .img01 {
	margin-top: -6px;
}
.area .com_out__img .img01 img {
	width: 167px;
}
.style .color_box {
	padding: 21px 0 61px;
	margin: 59px 0 28px;
	background-color: #F9F9F9;
}
.style .color_box .com_out__img .txt01 {
	margin-bottom: 33px;
}
.style .color_box .com_out__img .pho {
	width: auto;
	margin: 45px -25px 0;
	order: -1;
}
.style .color_box .com_out__img .inn_pho {
	width: 91%;
	margin: 70px auto 0;
}
.style {
	margin-bottom: 30px !important;
}
.style .com_out__box {
	margin-bottom: 40px;
}
.area .com_out__img01 .pho {
	order: -1;
}
.planner .imgBox .txt_box .bgBox .inn_txt {
	color: #A38238;
}
.planner .imgBox .txt_box h2::before {
	background-color: #A38238;
}
.planner .com_out__img h3 {
	font-size: 16px;
}
.planner .com_out__img .txt01 {
	font-size: 12px;
}
.planner .imgBox {
	margin-bottom: 32px;
	background-color: #F4F1F1;
}
.planner .com_out__img {
	padding-top: 2px;
	margin-top: 8px;
}
.planner .com_out__img:not(:last-child) {
    margin-bottom: 32px;
}
.planner .pTxt {
	margin-top: 17px;
	margin-bottom: 40px;
	font-size: 11px;
	line-height: 2.1;
	letter-spacing: 0.4px;
}
.planner {
	margin-bottom: 71px !important;
}
.resort {
	margin-bottom: 63px !important;
}
.resort .imgBox {
	margin-bottom: 47px;
	background-color: #E9EDF3;
}
.resort .com_out__img {
	align-items: flex-start;
}
.resort .com_out__img:not(:last-child) {
    margin-bottom: 30px;
}
.resort .com_out__img .txt_box {
	margin-top: 0;
}
.resort .com_out__img h3 {
	margin-bottom: 27px;
	font-size: 16px;
}
.resort .com_out__img .txt01 {
	font-size: 12px;
}
.resort .com_out__img01 .txt_box {
	margin-top: 16px;
}
.out_link__box {
	margin-bottom: 40px;
	padding-top: 0;
}
.out_link__box .color {
	margin-bottom: 50px;
	background-color: #F3F0EB;
}
.out_link__box h3 {
	margin: 0 -10px 24px;
	font-size: 15px;
	font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
	text-align: center;
	letter-spacing: 1.7px;
	line-height: 1.86;
}
.out_link__box a {
	padding: 0;
	display: block;
}
.out_link__box .list {
	margin-bottom: 6px;
	display: flex;
	flex-wrap: wrap;
}
.out_link__box .list li {
	width: 50%;
}
.out_link__box .txt_list {
	margin: 0 -19px;
	display: flex;
	flex-wrap: wrap;
}
.out_link__box .txt_list li {
	padding: 13px 8px 12px;
	margin: 0 7px 7px 0;
	min-height: 84px;
	width: calc((100% - 14px) / 3);
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
	font-size: 12px;
	line-height: 1.7;
	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: 0 auto 9px;
	display: block;
}
.out_link__box .txt_list li:nth-child(3n) {
	margin-right: 0;
}
.out_link__box .txt_list .txt01 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 37px;
}
.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);
	}
}
.smallBl01 {
	display: block;
}
@media all and (max-width: 374px) {
	.smallBl {
		display: block;
	}
	.smallBl01 {
		display: inline;
	}
	.area .imgBox .txt_box h2 {
		font-size: 34px;
	}
	.area .com_out__box .center_txt {
		letter-spacing: 0;
		font-size: 11px;
	}
	.area .com_out__box .inn_img__Box .txt {
		letter-spacing: 0;
		font-size:  11px;
	}
	.hotel .com_out__box .chapel__conts__item .txt02 {
		font-size: 15px;
	}
	.area .com_out__img .txt01 {
		font-size: 11px;
	}
	.area .com_out__img h3 {
		letter-spacing: 0;
	}
	.out_link__box h3 {
		letter-spacing: 0.7px;
	}
    .area .imgBox .txt_box .txt01 {
    font-size: 16px;
    line-height: 1.85;
    }
    .area .com_out__box .inn_img__Box {
    padding: 30px 16px;
    }
    .area .com_out__box .center_txt {
    margin: 0 -8px 32px;
    }
    .chapel__conts__item .txt01 {
    font-size: 16px;
    }
    .area .com_out__img .txt_box {
    margin: 19px -8px 35px;
    width: 105%;
    }
    .area .com_out__img .txt_box {
    margin: 19px -9px 35px;
    width: 106%;
    }
    .loaded .firstview .textBox {
    top: 17%;
    }
}
.chapelListChange {
    padding: 0 22px;
}
*:focus {
    outline: none;
}

* {
	outline: none;
	-webkit-tap-highlight-color:transparent;
}

*:focus {
	outline: none;
	-webkit-tap-highlight-color:transparent;
}
/*------------------------------------------------------------
	pagePath 2022.05
------------------------------------------------------------*/
#top #pagePath {
	position: absolute;
	top: 0;
	z-index: 100;
	padding-top:60px!important;
}
#pagePath li,
#top #pagePath li{
    color: #fff !important;
}
#pagePath li a,
#top #pagePath li a{
    color: #fff !important;
}
#pagePath li + span,
#top #pagePath li + span{
    color: #fff !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: 0;
    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: 40%;
  }
  .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;
    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: space-between;
  }
}
@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: 18px;
}
.reservation_tx{
  position: relative;
  display: inline-block;
  color: #48322A;
  letter-spacing: 0.25em;
  font-feature-settings: 'palt';
}
.reservation_tx::before {
  content: '';
  position: absolute;
  top: 40%;
  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: 40%;
  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;
}
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: 6px;
}
.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 {
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 22px;
  }
  .reservation_area:nth-of-type(2) {
  	margin-top: 30px;
  }
  .reservation_tx {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.3em;
  }
  a.btn{
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: 14px;
  }
  a.btn::after {
    right: 10px;
  }

#a01 .other {
	margin-bottom: 60px;
}
.other h3 {
	font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.other.bottom h3 {
	font-size: 18px;
}
#a03 .other.bottom li {
	background: #eae5e4;
	padding: 20px;
	width: 90%;
	margin: 0 10px;
	height: 450px;
}
#a03 .other.bottom h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 16px 0;
    letter-spacing: 5px;
    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: 12px;
}

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: 60px;
}

.common_fair a.btn {
	margin-bottom: 40px;
}

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