@charset "utf-8";
*{
	box-sizing: border-box;
}
html {
	font-size: 10px;
}
body {
	background: #f0f0f0;
	color: #222;
	line-height: 1.5;
	font-size:1.8rem;
	padding-top: 7rem;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, figure {
	font-weight: 500;
	margin: 0;
	padding: 0
}
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.ol_nonumber > li{
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:2rem;
}
address {
	font-style: inherit
}
a {
	text-decoration: none;
	color: #222;
	transition: 0.3s ease;
}
a:hover {
	text-decoration: none;
	transition: 0.3s ease;
	opacity: 0.7;
}
p {
	margin-bottom: 1.5em;
}
p:last-child{
	margin-bottom: 0;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
table {
	width: 100%;
	border-collapse: collapse;
}
hr {
	border: none;
	height: 1px;
	background: #1c1c1c;
	margin-bottom: 1em;
}
strong{
	font-weight: bold;
}
.fa-phone{
	margin-right: 0.3em;
}
@media screen and (min-width: 900px) {
	.sp_only,
	.sp,
	.hide{
		display: none !important;
	}
}

/*---------------------------------------------------------*/
/* wrapper */
.wrapper_ll,
.wrapper_l,
.wrapper_m,
.wrapper_s,
.wrapper_ss{
	max-width:136rem;
	padding: 0 2rem;
	margin:0 auto;
}
.wrapper_ll{
	max-width:172.8rem;
}
.wrapper_m{
	max-width:116.8rem;
}
.wrapper_s{
	max-width:840px;
}
.wrapper_ss{
	max-width:660px;
}
.separater{
	margin: 5rem 0 4rem;
	background: #ceb07a;
}

/* slider_wrapper_leftmargin */
.slider_wrapper_leftmargin{
	margin: 0 0 0 auto;
	padding-left: 2rem;
	max-width: calc(50% + 68rem);
}
.slider_wrapper_leftmargin .slick-list{
	overflow: hidden;
}
.slider_wrapper_leftmargin .slick-track{
	padding: 0;
}

/*---------------------------------------------------------*/
/* font */
/* weight */
.light{
	font-weight: 300;
}
.normal{
	font-weight: 400;
}
.medium{
	font-weight: 500;
}
.semibold{
	font-weight: 600;
}
.bold{
	font-weight: 700;
}
.semiblack{
	font-weight: 800;
}
.black{
	font-weight: 900;
}
/* size */
.size_lll{
	font-size: 200%;
}
.size_ll{
	font-size: 130%;
}
.size_l{
	font-size: 110%;
}
.size_s{
	font-size: 87.5%;
}
.size_ss{
	font-size: 60%;
}
.size_77{
	font-size: 77%;
}
.fontsize-75per{
	font-size: 75%;
}
/* align */
.text_center{
	text-align: center;
}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}
.text_pccenter_spleft{
	text-align: center;
}
.text_upper{
	vertical-align: super;
	font-size:0.6em;
}
/* color */
.text_white,
.color-white{
	color: #fff;
}
.text_gray,
.color-gray{
	color: #d9d9d9 !important;
}
.text_brown,
.color-brown{
	color: #b7985b;
}
.text_green,
.color-green{
	color: #7e8f3b;
}
.text_red,
.color-red{
	color: #cc0000;
}
.text_blue,
.color-blue{
	color: #00a2ff;
}
.text_darkblue,
.color-darkblue{
	color: #07668D;
}
.text_darkblue2,
.color-darkblue2{
	color: #397892;
}


/* decoration */
.underline{
	text-decoration: underline;
}
/* marker */
.marker_yellow{
	background: linear-gradient(transparent 60%, rgba(255, 255, 102, 0.5) 0%);
	display: inline;
}
/* overdot */
.overdot {
  background-image: radial-gradient(circle at center, #222 10%, transparent 10%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.1em; /* 点の間隔とサイズ調整 */
  padding-top: .1em; /* 縦方向の位置調整 */
}
/* nowrap */
.nowrap{
	white-space: nowrap;
}

/*---------------------------------------------------------*/
/* margin & padding */
/* pc_margin-top */
.pc_mt_10{
	margin-top: 10px;
}
.pc_mt_20{
	margin-top: 20px;
}
.pc_mt_30{
	margin-top: 30px;
}
.pc_mt_40{
	margin-top: 40px;
}
.pc_mt_50{
	margin-top: 50px;
}
.pc_mt_60{
	margin-top: 60px;
}
.pc_mt_70{
	margin-top: 70px;
}
.pc_mt_80{
	margin-top: 80px;
}
.pc_mt_90{
	margin-top: 90px;
}
.pc_mt_100{
	margin-top: 100px;
}
.pc_mt_110{
	margin-top: 110px;
}
.pc_mt_130{
	margin-top: 130px;
}
.pc_mt_150{
	margin-top: 150px;
}
.pc_mt_180{
	margin-top: 180px;
}
.pc_mt_200{
	margin-top: 200px;
}

/*---------------------------------------------------------*/
/* flex & float */
.flex_block{
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
}
.align_center{
	align-items: center;
}
.justify_start{
	justify-content: flex-start;
}
.justify_end{
	justify-content: flex-end;
}
.justify_center{
	justify-content: center;
}
.justify_between{
	justify-content: space-between;
}
.justify_around{
	justify-content: space-around;
}
.float_right{
	float: right;
}
.float_left{
	float: left;
}
.flex_block.column_2,
.flex_block.column_3{
	flex-wrap: wrap;
}
.flex_block.column_2 > div{
	box-sizing: border-box;
	width: 48.5%;
}
.flex_block.column_2.percent_61_36 > div:nth-child(2n+1){
	width: 61%;
}
.flex_block.column_2.percent_61_36 > div:nth-child(2n){
	width: 36%;
}
.flex_block.column_2.percent_33_64 > div:nth-child(2n+1){
	width: 33%;
}
.flex_block.column_2.percent_33_64 > div:nth-child(2n){
	width: 64%;
}
.flex_block.column_3 > div{
	box-sizing: border-box;
	width: 32%;
}

.flex_vertical_adjust{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.flex_grow{
	flex-grow: 1;
}

/*---------------------------------------------------------*/
/* box */
.box_white,
.box_swr{
	background: #fff;
}
.box_brown{
	background: #f6f1e6;
}
.box_gray{
	background: #f7f7f7;
}
.box_border{
	border: 1px solid #d9d9d9;
}
.box_shadow,
.box_swr{
	box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.1);
}
.box_radius,
.box_swr{
	border-radius: 0.5rem;
}
.box_radius_l{
	border-radius: 0.8rem;
}
.box_radius_12{
	border-radius: 1.2rem;
}
.box_radius_16{
	border-radius: 1.6rem;
}
.box_padding_50{
	padding: 5rem;
}
.box_border.box_padding_50{
	padding: calc(5rem - 1px);
}
.box_padding_16{
	padding: 1.6rem;
}
.box_padding_24{
	padding: 2.4rem;
}
.box_padding_32{
	padding: 3.2rem;
}
.box_padding_40{
	padding: 4rem;
}

/*---------------------------------------------------------*/
.tap_open{
	display: block;
	cursor: pointer;
	height: 3em;
	overflow: hidden;
	position: relative;
}
.tap_open.active{
	cursor: auto;
	height: auto;
}
.tap_open::after{
	background: #eee url(../img/common/ic_triangle_black.svg) no-repeat center center;
	background-size: 1em;
	border-radius: 50%;
	content: "";
	pointer-events: none;
	position: absolute;
	left: calc(50% - 0.6em);
	bottom: 0em;
	height: 1.2em;
	width: 1.2em;
	transform: rotate(90deg);
}
.tap_open::before{
	background-image: linear-gradient(0deg, #ffffff, transparent);
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2em;
	width: 100%;
}
.tap_open.active::after,
.tap_open.active::before{
	display: none;
}


/*---------------------------------------------------------*/
/* title */

/* title_en_jp */
.title_en_jp{
	margin-bottom: 6.4rem;
}
.title_en_jp .en{
	color: #37bc9b;
	display: block;
	font-size: 8rem;
	line-height: 0.9;
	opacity: 0.2;
}
.title_en_jp .jp{
	display: block;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 2rem;
	position: relative;
}
.title_en_jp.jp_s{
	margin-bottom: 2.4rem;
}
.title_en_jp.jp_s .jp{
	font-size: 2.4rem;
	margin-top: 0;
	padding-left: 3.4rem;
}
.title_en_jp.jp_s .jp::before{
	top: 1.6rem;
	height: 0.6rem;
	width: 2.4rem;
}

.title_en_jp.jp_s .link_blackbox{
	font-size: 1.4rem;
	margin-right: 0;
	padding: 0.8rem 2.4rem;
}
.title_en_jp.jp_s .link_blackbox .icon_arrow_white_right{
	margin: 0 0 0 0.5rem;
	height: 1.6rem;
	width: 1.6rem;
}

/*---------------------------------------------------------*/
/* link_underline & link_blackbox & link_whitebox*/
.link_underline{
	text-decoration: underline;
}
.link_blackbox,
.link_brownbox,
.link_brownborder,
.link_whitebox,
.link_redbox{
	border-radius: 3em;
	background: #222;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 auto;
	padding: 1.2em 2.8em 1.1em;
	text-align: center;
	width: fit-content;
}
.link_brownbox{
	background: #b7985b;
}
.link_brownborder{
	background: #fff;
	border: 1px solid #b7985b;
	color: #b7985b;
	padding: calc(1.2em - 1px) calc(2.8em - 1px) calc(1.1em - 1px);
}
.link_whitebox{
	background: #fff;
	color: #222;
}
.link_redbox{
	background: #c40000;
}

.link_blackbox.return{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	margin: 0 0 0 auto;
	padding: 0.9rem 1.6rem;
	height: fit-content;
}
.link_blackbox.return .icon_return{
	height: 2rem;
	width: 2rem;
}

/*---------------------------------------------------------*/
/* link_hover_shadow */
.link_hover_shadow:hover,
.link_hover_shadow:active{
	box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.3);
	opacity: 1;
}

/*---------------------------------------------------------*/
/* btn */
.btn_black,
.btn_brown{
	background: #222;
	border-radius: 0.4rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0.6rem 1.6rem;
}
.btn_brown{
	background: #B7985B;
}
.btn_reserve a{
	background: #B7985B url(../img/common/ic_reserve.svg) no-repeat left 2em center;
	background-size: 1.4em;
	border-radius: 10rem;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 1em auto 0;
	padding: 0.6em 2em 0.5em 4em;
	width: fit-content;
}

/*---------------------------------------------------------*/
/* list */
.list_disc,
.list_number{
	margin-left:1.5em;
}
.list_disc + *,
.list_number + *{
	margin-top: 1.3em;
}
.list_disc:not(.li_margin_none) li + li,
.list_number:not(.li_margin_none) li + li{
	margin-top: 0.5em;
}
.list_disc > li{
	list-style-type: disc;
}
.list_number > li{
	list-style-type:decimal;
}
.list_check > li{
	padding:0.2em 0 0.2em 3.4rem;
	background: url(../img/common/ic_check.svg) no-repeat left;
	background-size: 2.4rem;
}
.list_check_black > li{
	padding:0.2em 0 0.2em 3.4rem;
	background: url(../img/common/ic_check_black.svg) no-repeat left;
	background-size: 2.4rem;
}
.list_slash .list_disc{
	margin-left: 0;
}
.list_slash > li,
.list_slash .list_disc > li{
	display: inline;
	list-style: none;
}
.list_slash > li + li::before,
.list_slash .list_disc > li + li::before{
	content: " / ";
}
.list_slash .list_disc:not(.li_margin_none) li + li{
	margin-top: 0;
}

/*---------------------------------------------------------*/
/* head */
/*---------------------------------------------------------*/
.head {
	background-color: #fff;
	position: fixed;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
	height: 7rem;
	width: 100%;
	box-sizing: border-box;
	transition: 0.3s ease;
	line-height: 1;
	z-index: 10;
}

.head_logo {
	margin: 0 auto;
	transition: 0.3s ease;
	width: 6rem;
}

/* is_scroll */
.head.is_scroll {
}

/*---------------------------------------------------------*/
/* head_hamburger */
.head_hamburger{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 5rem;
	height: 5rem;
	cursor: pointer;
	right: 1.5rem;
	z-index: 1600;
}
.head_hamburger .border{
	background: #3E3E3E;
	border-radius: 10rem;
	display: block;
	width: 4rem;
	height: 0.4rem;
	position: absolute;
	transition: all 0.2s ease;
}
.head_hamburger .border:nth-child(1){
	top: 1rem;
}
.head_hamburger .border:nth-child(3){
	bottom: 1rem;
}
.head_hamburger.active .border:nth-child(1){
	top: calc(50% - 0.2rem);
	transform: rotate(45deg);
}
.head_hamburger.active .border:nth-child(2){
	width: 0;
}
.head_hamburger.active .border:nth-child(3){
	top: calc(50% - 0.2rem);
	transform: rotate(-45deg);
}

/* head_hamburger_body */
.head_hamburger_body{
	background: #fff;
	display: block;
	overflow: auto;
	padding: 2rem 3rem;
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	transition: 0.3s ease;
	z-index: 1500;
}
.head_hamburger_body.active{
	left: 0;
}
.head_hamburger_body .inner{
	margin: auto;
	text-align: center;
	width: 40rem;
}
.head_hamburger_body .logo{
	margin: 0 auto 0.5em;
	width: 15rem;
}
.head_hamburger_body .link_page{
	margin-top: 3rem;
}
.head_hamburger_body .link_page a{
	border-bottom: 0.1rem #d9d9d9 solid;
	display: block;
	padding: 1.5rem;
}
.head_hamburger_body .link_tel{
	margin: 3rem 0;
}
.head_hamburger_body .link_cva{
	display: block;
}
.head_hamburger_body .link_cva li{
	margin: 1rem 0;
	width: 100%;
}
.head_hamburger_body .link_cva a{
	width: 100%;
}
.head_hamburger_body .sns{
	margin-top: 3em;
	font-weight: bold;
}
.head_hamburger_body .sns a{
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 0.5em 1em 0.6em;
	margin-top: 0.5em;
}

/*---------------------------------------------------------*/
/* foot */
/*---------------------------------------------------------*/
.foot{
	background: #fff;
	height: 4rem;
}
.copyright{
	font-size: 1.6rem;
	padding-top: 1rem;
	text-align: center;
}

/*---------------------------------------------------------*/
/* pagetop */
.pagetop {
	border-radius: 50%;
	background-color: #000;
	position:fixed;
	width: 6rem;
	height: 6rem;
	right:1rem;
	bottom:-15rem;
	z-index: 5;
	transition: 0.3s ease;
}
.pagetop.is_scroll {
	bottom:1rem;
}
.pagetop a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.pagetop img{
	width: 50%;
	height: auto;
}

/*---------------------------------------------------------*/
/* basic */
/*---------------------------------------------------------*/
/* basic_contents */
.basic_contents{
	margin-top: 10rem;
	overflow: hidden;
	padding-bottom: 10rem;
	position: relative;
}

/* basic_table */
.basic_table{
	border-collapse: collapse;
	width: 100%;
}
.basic_table th{
	text-align: left;
}
.height_100{
	height: 100%;
}

/*---------------------------------------------------------*/
/* modaal */
/*---------------------------------------------------------*/
.modaal-content img {
  max-height: 100vh; /* 画面の高さの100%を上限にする */
  max-width: 100%;  /* 横幅はモーダル枠内に収める */
  height: auto;     /* 縦横比を保つ */
  width: auto;      /* 縦長画像が潰れないようにする */
  display: block;
  margin: 0 auto;   /* 中央に寄せる */
}
.modaal-inner-wrapper{
	padding: 0 !important;
}

/*---------------------------------------------------------*/
/* with Javascript
/*---------------------------------------------------------*/
/* フェードイン(初期値) */
.js-fadeUp {
	opacity: 0.01;
	transform: translateY(2rem);
	transition: opacity 1s, transform 1s;
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
	animation: transformreset 1s 1 forwards;
	opacity: 1;
	transform: none;
	transition-delay: 0.1s;
}
.js-fadeUp.is-inview.order2{
	transition-delay: 0.6s;
}
.js-fadeUp.is-inview.order3{
	transition-delay: 1.1s;
}
