@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
	/* fonts */
	--base--font:"Inter","M PLUS 1p";
	--font-noto-sans: "Noto Sans";

	/* font sizes */
	--font-size-base: 14px;
	--font-size-a: 16px;
	--font-size-art: 16px;
	--font-size-sub: 20px;
	--font-size-h5: 15px;
	--font-size-h4: 22px;
	--font-size-h3: 34px;
	--font-size-h2: 38px;
	--font-size-h1: 52px;
	--font-size-title: 62px;
	--font-size-nav: 52px;

	/* Colors */
	--base-color: #000;
	--sub-color: #f50d0d;
--accent: #666;
	/* Padding */
	--base-Padding: 40px;

	--w1: 1980px;
	--w2: 1440px;
	--w3: 1200px;
	--w4: 1050px;

	--base--point:1160px;
}

.padding_l{
 margin:160px auto 0 !important;
}
.padding_m{
margin:110px auto 0 !important;
}
.padding_s{
margin:50px auto 0 !important;
}
.padding_ss{
margin:40px auto 0 !important;
}
@media screen and (max-width: 1160px) {
	.pc{
		display: none;
	}
	:root {
		/* Padding */
		--base-Padding: 20px;
			/* font sizes */
			--font-size-base: 14px;
	--font-size-a: 14px;
	--font-size-sub: 14px;
	--font-size-art: 14px;
	--font-size-h5: 14px;
	--font-size-h4: 18px;
	--font-size-h3: 22px;
	--font-size-h2: 26px;
	--font-size-h1: 31px;
	--font-size-title: 34px;
	--font-size-nav: 52px;
	}
	.padding_l{
 margin:90px auto 0 !important;
}
.padding_m{
margin:60px auto 0 !important;
}
.padding_s{
margin:30px auto 0 !important;
}
.padding_ss{
margin:20px auto 0 !important;
}
}

@media screen and (min-width: 1160px) {
	.pc{
		display: block;
	}
}

#cover2{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	top:0;
	left: 0;
	z-index: 1800;
}
#cover2>div{
	display: none;
	
}
.home #cover2>div{
	display: none;
	opacity: 0.5;
	position: fixed;
	top:50%;
	left: 50%;
	margin-left: -20px;
	
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	letter-spacing: 0.12em;
	line-height: 1.4;
}
h3{


}
h4{

}
h5{

}
h6{

}
button{
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

html {
	font-size: 62.5%;
	margin:0 !important;
}

body,
table,
input,
textarea,
select,
option {
font-family:var(--base--font), sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  margin:0;
}
.eni{
	font-family: "Roboto", sans-serif;
	line-height: 2.2;
}
.robot {
	font-weight: 500;
	letter-spacing: 0.14em;
	font-family: 'Roboto', 'Noto SansJP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}
.clear_fix::after {
	content: "";
	display: block;
	clear: both;
	}
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}
p{
	font-size: var(--font-size-base);
font-weight: normal;
line-height: 1.4;

}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

a,
a:link {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	transition: .3s;
}

a:visited {
	color: inherit;
}

a:hover {
	color: inherit;
	opacity: 0.5;
}

a:active {
	color: inherit;
}

.btn_base{
	display: flex;
width: 541px;
height: 101px;
box-sizing: border-box;
padding: 30px 60px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
color: #FFF !important;
font-size: 26px !important;
text-decoration:none !important;
background-color: var(--sub-color) !important;
background-image: url(../img/common/r.svg);
background-position:calc(100% - 20px) center;
background-repeat: no-repeat;

font-size: var(--font-size-h4);
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.4px;
transition: .3s;
}


.name.required a{
	display: flex;
	padding-bottom: 20px !important;
	margin-bottom: -15px !important;
}
.name.required a:hover,
.btn_base:hover{
	color: #FFF !important;
	opacity: 0.5;
}
.banner_left{
	position: fixed;
	left: 0;
	top: 50%;
	transform: translate(0%,-50%);
	background-color:var(--sub-color);
	
	
	z-index: 1002;
	text-orientation: upright;
	
}
.banner_left a{
	text-orientation: upright;
	color: #FFF !important;
	text-align: center;
	display: block;
	padding:10px 8px;
	font-size: 12px;
	line-height: 1.2em !important;
}
.banner_left a::before{
	content: "◀";
	width: 100%;
	color: #ff8b8b !important;
	display: block;
	font-size: 10px;
	margin-bottom: 4px;
}
.btn1{
	min-width: 180px;
	padding:0px 0px;
	font-size: var(--font-size-a);
	color: #000 !important;
	display: inline-block;
	border-bottom: 1px solid #000;
	transition: 0.3s;
	cursor: pointer;
	box-sizing: border-box;
	font-weight: 600;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 32px; /* 177.778% */
	text-align: left;
}
button{
	transition: .3s;
}
button:hover,
.btn1:hover{
	opacity: 0.5;
}

.btn1::after{
	content: "";
	display: block;
	background-image: url(../img/common/attr.svg);
	background-size:100% auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 26px;
	height: 36px;
	float: right;
}

.btn1_w{
	min-width: 180px;
	padding:0px 0px;
	font-size: 18px;
	color: #FFF !important;
	display: inline-block;
	border-bottom: 1px solid #FFF;
	transition: 0.3s;
	cursor: pointer;
	box-sizing: border-box;
	font-weight: 600;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 32px; /* 177.778% */
}
.btn1_w:hover{
	opacity: 0.5;
}


.form-group{
max-width: 190px;
background-color: #F0F0F0;
border-radius: 30px;
padding: 8px 12px;
}
.form-group input{
	border: none;
	background-color: #F0F0F0;
	font-size: 15px;
	padding: 0 8px;
}

.btn1_w::after{
	content: "";
	display: block;
	background-image: url(../img/common/wr.svg);
	background-size:100% auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 26px;
	height: 36px;
	float: right;
}
.fa-search:before{
	font-size: 16px;
	color: #CFCFCF;
}
.btn2{
	background-color: #FFF;
	min-width: 250px;
	padding:13px 20px;
	font-size: 16px;
	color: #000 !important;
	display: inline-block;
	border: 2px solid #707070;
	transition: 0.3s;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}
.btn2:hover{
	background-color: #000;
	color: #FFF !important;
	border: 2px solid #000;
}
.bottomBarPanel{
	display: flex;
	justify-content: center;
align-items: center;
gap:40px;
}
.bottomBarPanel button,
input[type="submit" i],
.name.required a,
.btn3{
	margin: 0;
	
	display: flex;
min-width: 180px;
height: 70px;
width: fit-content;
box-sizing: border-box;
font-weight: 500 !important;
padding: 20px 40px !important;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
text-decoration: none !important;
color: #FFF !important;
font-size: 22px;
background-color: var(--sub-color) !important;
background-image: url(../img/common/r.svg);
background-position:calc(100% - 20px) center;
background-repeat: no-repeat;

font-size: var(--font-size-h4);
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.4px;
transition: .3s;
border: none;
cursor: pointer;
max-width: 300px;
width: 100%;
}
.btn3{
	margin: auto;
	max-width: 500px;
}
#booking-package_inputFormPanel .book_now_button, #booking-package_inputFormPanel .next_page_button, #booking-package-subscription_form .book_now_button{
	color: #FFF !important;
	font-weight: bold;
}
#booking-package_inputFormPanel .return_form_button{
	color: #FFF !important;
}
#nextAndReturnPanel.bottomBarPanel button{
	background-color:#626466 !important;
	color: #FFF !important;
}

input[type="submit" i]:hover,
.btn3:hover{
	cursor: pointer;
	opacity: 0.5;
}




.w4{
	width: 1050px;
}
.padding_btn{
 padding: 130px 0 60px;
}
.act{
	opacity: 0.5;
}
@media all and (min-width: 1160px) {
	.sp{
		display: none;
	}
}
@media all and (max-width: 1160px) {
	.banner_left{
	top: auto;
	bottom: 0;
	transform: translate(0%,0%);
}

	.btn3,
	.name.required a,
	.btn_base {
    display: flex
;
    width: calc(100% - 40px);
    height: 60px;
    box-sizing: border-box;
    padding: 30px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 16px !important;
    background-color: var(--sub-color);
    background-image: url(../img/common/r.svg);
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    font-size: var(--font-size-h4);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    transition: .3s;
}
	
    .btn1{
		font-size: var(--font-size-a);
		min-width: 130px;
	}
	.btn1::after{
		height: 32px;
	}
	
	.btn2{
		background-color: #FFF;
		min-width: 100%;
		padding: 12px;
		font-size: 16px;
		color: #000 !important;
		display: inline-block;
		
		transition: 0.3s;
		cursor: pointer;
	}
	.btn2::after{
		height: 26px;
	}
	.w4{
		width: 100%;
	}
	.padding_btn{
	 padding: 90px 0 30px;
	}
	h3{
	font-size: 24px;
	letter-spacing: 0.06em;
	line-height: 45px;
	
	}
	h4{
		font-size: 16px;
		font-weight: 500;
	}
	.f_title{
		width: 100%;
	}
	.parent.on{
		padding-top: 20vh;
	}
	
	header nav ul li{
		padding: 0 !important;
	}
	#header nav li a{
		text-align: center !important;
		padding:20px 0 !important;
	}

}


.wrapper{

	width: 100%;
}

.container{
	box-sizing: border-box;
	max-width:var(--w2);
	padding: var(--base-Padding);
	margin: auto;
}

@media all and (max-width: 1160px) {
	
}

/* ----------------------------------------------------------------------
 HEADER
---------------------------------------------------------------------- */

#header {
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding:10px 30px;
	 font-family: "Roboto", sans-serif;
	 height: fit-content;
	 background-color: #FFF;
	 height: 72px;
}
.home #header {
	background-color: rgba(0,0,0,0);
	color: #FFF !important;
	
}
.home #header.on{
	background-color: rgba(255,255,255,0);
}
#header .mega_menu {
	visibility: hidden;
	display: flex;
	opacity: 0;
	transition:.3s;
	width: 100%;
	background-color: #FFF;
	height: 210px;
	position: fixed;
	left: 0;
	justify-content: center;
	gap:20px;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #F0F0F0;
}

#header .mega.on .mega_menu{
	visibility: visible;
	transition:.3s;
opacity: 1;
}

#header .mega_menu p.img_mega{
	width: 220px;
	height: 140px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 10px;
	
}
#header .mega_menu li a{
 font-size: var(--font-size-h5);
 text-align: left;
 color: #000 !important;
}
.home #header .mega_menu{
	top: 72px;
}
.home #header.on .mega_menu,
#header.on .mega_menu{
	top: 72px;
	bottom: auto;
	border-bottom: none;
	border-top: 1px solid #F0F0F0;
	color: #000 !important;
}
#header .logo_top .b{
	display: none;
}
.page #header .logo_top .b,
.single #header .logo_top .b,
#header.on .logo_top .b{
	display: block;
}
.page #header .logo_top .w,
.single #header .logo_top .w,
#header.on .logo_top .w{
	display: none;
}

@keyframes slideIn {
  0% {
    transform: translateY(0%);
  }
  49% {
    transform: translateY(100%);
	top: auto;
	bottom: 0;
  }
  50% {
	top: -100px;
	bottom: auto;
    transform: translateY(0%);
  }
  100% {
	top: 0;
	bottom: auto;
    transform: translateY(0);
  }
}
.home #header .mega_menu li:first-of-type div{
	display: flex;
	gap:10px;
	padding-top: 10px;
}

#header .sp_h_rogo a{
	padding: 10px 0;
	display: block;
	width: 177px;

}
.op .sp_h_rogo{
	display: none;
}
#header .logo_top{
}
#header .logo_top a{
	font-size: 12px;
	font-weight: bold;
}
#header .logo_top a span{
	display: block;
	margin-top: 2px;
	letter-spacing: 0.1em;
	font-weight: bold;
	
}
.page #header .logo_top a span,
.single #header .logo_top a span,
#header.on .logo_top a span{
	color: var(--sub-color);
}
#header.on{
	background: #FFF !important;
	color: #000 !important;
}

#header nav li a {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 600;
	transition: .3s;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
}
#header nav li a:hover{
	opacity: .5s;
}

#header nav li a.active{
	opacity: 1 !important;
	color: var(--sub-color) !important;
}

header{
	position: fixed;
	width: 100%;
	z-index: 1001;
	top:0px;
	left: 0;
	transition: transform .3s;
}
header.on_on{
	transform: translateY(-100%);
}
.top_box{
	height: 124px;
}

.logo_header{
  position: fixed;
  top:50%;
  right: 0;
  transform: translate(0%,-50%);
  z-index: 1002;

}
.global-header{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin: auto;
		box-sizing: border-box;
		padding:0 30px;
}
header nav{
	display: flex;
	padding: 0px;
	box-sizing: border-box;
}

header nav ul{
	display: flex;
	gap:30px;
}

header nav ul li a{

	display: block;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	font-weight: bold;
	cursor: pointer;

}
.text_wline{
	width:100%;
	max-width: var(--w3);
	font-weight: 400;
	text-align: left;
	font-size: var(--font-size-h3);
	position: relative;
	margin: auto;
}
.text_wline span{
	display: inline-block;
	background-color: #FFF;
	padding-right: 40px;
	font-weight: 500;
}
.text_wline::after{
	content: "";
	width: 100%;
	position: absolute;
	background-color: #000;
	height: 1px;
	top:50%;
	left: 0;
	z-index: -1;
	position: absolute;
}
header nav ul li a:hover{
	opacity: 1 !important;
	color: #CCC !important;
}
header nav ul li a.last{
	display: block;
	border-right: 1px #8DA2CE solid;
}
header nav ul li a{
	position: relative;
}
.connectors-parent{
	display: flex;
	align-items: center;
	gap:30px;
}
.connectors-parent .icon-login{
	margin-right: 5px;
	vertical-align:middle;
}
.connectors-parent .connectors a{
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	font-weight: bold;
}


.menu_sp{
	position: fixed;
	right: 0px;
	top:0px;
	z-index: 1001;
	padding: 16px;
}
.menu_sp img{
	padding: 6px 2px;
	filter: invert(1) brightness(100);
}
#header.on .menu_sp img{
	padding: 6px 2px;
	filter: invert(0) brightness(0);
}
.line_dot {
	border-top:#626466 1px dashed;
	border-bottom:#626466 1px dashed;
	margin: 24px 0;
}
.menu_sp.on img{
	padding: 0px 2px;
}
.menu_sp.on .open,
.menu_sp .close{
	display: none;
}
.menu_sp.on .close{
	display: block;
}
.fNavi{

}
@media all and (min-width: 1160px) {
    .sp_h {
        display:none!important
    }
}

@media all and (max-width: 1160px) {
    .pc_h {
        display:none!important
    }
}


@media screen and (max-width: 1160px) {
	.global-header{
		padding: 0px;
	}
	html{
		overflow-x: hidden;
	}
	#header {
		width: 100%;
		padding: 0px 25px;
		height: auto;
		height: 55px;
	}
	#header .b{
		display: none;
	}
	.single #header .b,
	#header.on .b{
		display: block;
	}
	#header.on .w{
		display: none;
	}
	.home #header .menu_sp{
		
	}
	.home #header.on .menu_sp{
		top: 0;
		bottom: auto;
	}
	header.op{
	overflow-y: scroll;
	height: 100vh;
	display: block;
	padding:0 !important;
	border-bottom:none;
	}

	.cometa-logoset-dummy img{
		width: 200px;
		height: 40px;
		padding:0px;
	}
		header.op{
			height: auto !important;
		}
	header.op .cometa-logoset-dummy{
		display: none;
	}

	header.op img{
		padding:0 16px;
	}
	.global-header .cometa-logoset-dummy {
		display: none;
	}
	header nav ul li a.active{
		color: inherit;
		text-decoration: none;
	}
	header nav ul li a.active::after{
		display: none;
	}
	header {
		top:0;
	}
	header nav{
		height: 100vh;
		z-index: 100;
		display: block;
		justify-content: center;
		align-items: center;
		display: none;
		padding: 0px;
		width: 100%;
	}
	header nav ul{
		margin-top: 30px;
		width: 100%;
	}

	header nav ul li {
	    padding:12px 32px;
		text-align: left;
	}
	#header nav li a.active{
		background-color: transparent;
		color: #000;
	}
	header nav.on{
		margin: 0;
		top:0;
		left: 0;
		background:#CFCFCF;
		width: 100%;
		height: 100vh;
		display: flex;
		align-items: flex-start;
	}
	header nav ul li a{
		display: block;
		text-align: left !important;
		border:none !important;
		font-size: 2rem !important;
		padding: 0px;
		line-height: 1.4;
	}
	#header .mega_menu{
		display: none !important;
	}
	header nav ul li.nbt a{
		text-align: left !important;
	}

	header nav ul{
		display: block;

	}
	header nav ul li a.on{
		color: inherit;
		text-decoration: none;
	}
	.logo_sp{
		position: fixed;
		top:0px;
		left: 0;
		padding: 0px 25px;
		z-index: 100;
		width: 100%;
		height: 60px;
		background: #FFF;
	}
	.logo_sp a{
		display: block;
		margin-top: 14px
	}
	.position_relative .logo_sp{
		background:#13439B;
	}

	#FOOTER .logo{
		width: 227px !important;

	}
}

/* ----------------------------------------------------------------------
 FOOTER
---------------------------------------------------------------------- */
footer{
	background: #000;
	color:#FFF;
	font-size: 1.3rem;
	padding: 20px 0 25px;
	text-align: center;
	line-height: 1;
}
footer span{
	line-height: 1.5;
}

.footter_banner ul{
	margin: auto;
	width: fit-content;
	display: flex;
	gap:37px;
	padding: 40px 0;
}
.footter_nav{
	width: 100%;
	padding: 50px 20px 60px;
	background-color:#000;
	text-align: center;
	box-sizing: border-box;
}
.footter_nav h1{
	color: #FFF;
	font-size: 18px;
	line-height: 1.4;
}
.footter_nav .flex_box div{
	display: flex;
	gap:20px;
	width: 180px;
	align-items: center;
	justify-content: end;
}
.flex_box{
	justify-content: space-between;
	align-items: center;
}
.footter_nav_box{
	display: flex;
	margin: auto;
	max-width: 1200px;
	width: 100%;
}

.footter_nav_box li{
	text-align: left;
	color: #FFF;
	font-size: var(--font-size-h5);
	line-height: 2.1;
}
.footter_nav_box li a{
	color:#FFF !important;
}
.footter_nav_box .f_menu_1 img{
	padding-bottom: 50px;
}
.footter_nav_box .f_menu_1{
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #1a1a1a;
	width: 330px;
}

.footter_nav_box li a{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #000;
}
.footter_nav_box .f_menu_2{
	width: 230px;
}
.footter_nav_box .f_menu_2>div,
.footter_nav_box .f_menu_3>div{
	line-height: 22px;
	text-align: left;
	font-weight: bold;
	color: #1a1a1a;
	font-size: 18px;
	border-bottom: 1px solid #DBDBDB;
	display: block;
	padding-bottom: 17px;
	margin-bottom: 40px;
	padding-left: 20px;
	background: url(../img/common/m.svg) no-repeat left 8px;
}
.footter_nav_box .f_menu_2 li{
	padding-bottom: 10px;

}
.footter_nav_box .f_menu_3_0{
	display: flex;
	gap: 48px;
}
.footter_nav_box .f_menu_3_0 ul li>a{
	padding-left: 20px;
	background: url(../img/common/li.svg) no-repeat left center;
font-weight: normal;
font-size: 14px;
line-height: 22px;
text-align: left;
color: #1a1a1a;
margin-top: 5px;
display: inline-block;

}
footer{
	background-color: var(--sub-color);
}
footer span,
footer a{
	color: #FFF;
}

footer .container{
	display: flex;
	justify-content: space-between;
}

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


.flex_bt{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.flex_bt2{
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.fNavi2 a{
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}
@media screen and (max-width: 1160px) {
	.flex_bt{
		margin-top: 0px;
		text-align: center;
		display: block;
		justify-content: space-between;
		width: 100%;
	}
	.fNavi{
		margin-top: 30px;
		display: block;
		text-align: center;
	}
	.fNavi a{
		font-size: 18px;
		padding: 10px;
		display: inline-block;
	}
	.fNav{
		justify-content: center;
	}
	.flex_bt2{
		margin: 30px auto 0;
		display: block;

		text-align: center;
		
	}
	.fNavi2{
		justify-content: center;
		padding-bottom: 40px;
	}
	.fNavi2 a{
		font-size: 16px;
	}

	.footer_contact{
		width: 100%;
		padding: 50px 30px 50px;
		box-sizing: border-box;
	}
    footer {
        display:block;
        height: auto;
        padding: 24px;
		box-sizing: border-box;
	}
	.footter_nav{
		    padding: 50px 0px 30px;
	}
	.footter_nav .flex_box div{
		width: 100%;
		padding: 30px 0 10px;
		justify-content: center;
	}
		
	footer .block_box_s div{
		margin: auto;
	}
	.footter_nav_box{
		display: block;
	}
	.footter_nav_box li{
		margin-bottom: 10px;
	}
	.footter_nav_box li a{
		text-align: center;
		font-size: 20px;
	}
	.footter_nav_box li .mega_menu{
		display: none;
	}
	.footter_nav .footter_nav_box{
		margin-top: 40px;
		border-top: 1px #666 solid;
	}
	footer .container{
		display: block;
		line-height: 0 !important;
	}
		footer .container a{
			display: none;
			padding-top: 40px;
		}
	
}


/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */
.wpcf7 form {
	margin: 0 auto 0;
}
.wpcf7 form dl{
	display: flex;
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
}
.wpcf7 form dl:last-child{
	border: none;
	flex-direction: column;
	gap:20px
}

#contact .link_button{
 padding-top: 0;
}
.wpcf7 p {
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: 0.07em !important;
	overflow: visible;
	font-family: "Roboto", sans-serif;

}
.contact_title .h1_text{
	border: none !important;
}
#contact .container{
	margin: auto;
	max-width: 780px;
}
.wpcf7 p span{
	color: var(--sub-color);
	font-size: 13px !important;
}

.wpcf7 input,
.wpcf7 textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 15px 15px;
	border: 1px none;
	line-height: 1.2;
	background: none;
	
}
.wpcf7 textarea{
	padding:15px 15px;
}
.wpcf7 dt{
	width:60px;
	text-align: left;
	white-space:no-wrap;
}

.wpcf7 textarea{
	width:100%;
	border: 1px solid #ccc;
}

.wpcf7 select,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
	width: auto;
	max-width: 97%;
	padding: 8px;
	border: none;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
	font-size: 16px;
	line-height: 1.2;
}

.wpcf7 .wpcf7-list-item {
	display: block;
}

.wpcf7 textarea {
	height: 300px;
}

.wpcf7 input:focus{
	border: none;
	outline: none;
}

.wpcf7 .wpcf7-submit:before,
.wpcf7 .wpcf7-submit:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-previous:hover {
	background-color: #FFF;
}

.wpcf7 .wpcf7-submit .wpcf7-not-valid {
	background: pink;
}

.scroll-box,
.wpcf7 .wpcf7-submit .wpcf7-response-output {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	border-radius: 6px;
}

.wpcf7 .wpcf7-submit .wpcf7-validation-errors {
	border: 1px solid #EED3D7;
	background-color: #F2DEDE;
	color: #B94A48;
}

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok {
	border: 1px solid #BCE8F1;
	background-color: #D9EDF7;
	color: #3A87AD;
}

.wpcf7 .wpcf7-previous+br {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 2em;
	padding: 0;
	border: none;
	text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #dc3232;
	font-size: 1em;
}
.wpcf7-not-valid-tip{
	display: block;
	position: absolute;
	left: 0;
	bottom: -55px;
	color: #dc3232 !important;
}
.wpcf7 .te {
	position: relative;
}

.wpcf7 .te::after {
	position: absolute;
	left: 420px;
	top: 25px;
	content: "";
	border-right: #1A1A1A 2px solid;
	border-bottom: #1A1A1A 2px solid;
	transform: rotate(45deg);
	width: 6px;
	height: 6px;
}

.wpcf7 select {
	width: auto;
	width: 454px;
	padding: 14px;
	border: 1px solid #ccc;


	padding: 5px 15px;
	height: 60px;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background-color: #FFF;
	-webkit-appearance: none;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	appearance: none;
}

@media all and (min-width: 1079px) {
	.wpcf7-form .submitList li input:hover {
		color: #990073;
		background-color: #fff;
	}

}

@media all and (max-width: 1160px) {
	.contact #main {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.wpcf7 .te::after {
		position: absolute;
		left: 100%;
		margin-left: -30px;
	}

	.radio-554 .wpcf7-list-item.last {
		padding: 0 0 10px 0 !important;
	}

	.wpcf7-form .dtStyle02_ {
		font-size: 1.1rem;
		font-weight: 700;
		font-family: 'Noto SansJP', sans-serif;
		padding-bottom: 16px;
		display: inline-block;

	}
	.wpcf7 input{
		width: 300px;
	}

	.scroll-box {
		font-size: 1.2rem;
		line-height: 1.8;
		padding: 20px 14px 0;
		box-sizing: border-box;
	}

	.dd_center {
		padding: 0px 0;
		padding-left: 0 !important;
		display: inline-block;
	}

	.dt_center .wpcf7-list-item-label {
		display: inline-block;
		transform: translateY(5px);
		margin-left: 10px;
	}

	.dt_center {
		margin-top: 30px;
		display: flex;
		align-items: center;
		height: 20px;
	}

	.wpcf7-form dl {
		margin-bottom: 29px;
	}

	.wpcf7-form input[type="radio"] {
		height: 30px;
	}

	.wpcf7-form dt {
		margin-bottom: 14px;
		padding: 0 0 6px;
		width: auto;
		float: none;
		font-size: 1.4rem;
		text-align: center;
		border-bottom: 1px solid #707070;
	}

	.wpcf7-form dt:first-of-type {
		padding-top: 0px;
	}

	.wpcf7-form .dtStyle01 {
		margin-bottom: 22px;
		width: auto;
		float: none;
		padding-top: 0;
	}

	.wpcf7-form .dtStyle02 {
		margin-bottom: 5px;
		padding-bottom: 0;
		text-align: left;
		font-size: 1.4rem;
		border-bottom: none;
	}

	.wpcf7-form dd {
		margin-bottom: 25px;
		padding-left: 0;
	}

	.wpcf7-form dd:last-of-type {
		margin-bottom: 0;
	}

	.wpcf7-form .ddStyle01 {
		margin-bottom: 38px;
		padding-left: 0;
	}

	.wpcf7-form .ddStyle02 {
		margin-bottom: 17px;
	}

	.wpcf7-form dd .radioList {
		margin-top: -18px;
	}

	.wpcf7-form dd .radioList li {
		margin-top: 18px;
		width: calc((100% - 10px) / 2);
	}

	.wpcf7-form dd .radioList li:nth-of-type(3n - 2) {
		width: calc((100% - 10px) / 2);
	}

	.wpcf7-form dd .radioList li input+span {
		padding-left: 30px;
		font-size: 1.3rem;
		background-size: 25px auto;
		background-image: url(../../img/common/icon08.png);
	}

	.wpcf7-form dd .radioUl {
		display: block;
	}

	.wpcf7-form dd .radioUl li {
		margin-bottom: 14px;
		width: auto;
	}

	.wpcf7-form dd .radioUl li:last-of-type {
		margin-bottom: 0;
	}

	.wpcf7-form dd .radioUl li input+span {
		padding-left: 30px;
		font-size: 1.1rem;
		background-size: 25px auto;
		background-position: left top;
	}

	.wpcf7-form dd .radioUl li input+span small {
		margin-bottom: 6px;
		padding: 4px 5px 6px;
		font-size: 0.9rem;
	}

	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="tel"],
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="submit"],
	.wpcf7-form textarea {
		padding: 5px 8px;
		height: 40px;
		font-size: 1.4rem;
		border-radius: 0 !important;
	}
	.wpcf7-form textarea,
	.wpcf7-form input[type="submit"]{
		width: 100%;
		font-weight: 600 !important;
	}
	.wpcf7-form input[type="submit"]{
	background-color: #FFF;
	min-width: 100%;
	padding: 12px;
	font-size: 16px;
	color: #000 !important;
	display: inline-block;
	transition: 0.3s;
	cursor: pointer;
	height: 60px;
	}
	.wpcf7-form textarea {
		height: 200px;
	}

	.wpcf7-form dd p {
		margin-top: 2px;
		font-size: 0.9rem;
		color: #990073;
	}

	.wpcf7-form .submitList {
		margin-top: 50px;
		display: flex;
		justify-content: center;
	}

	.wpcf7-form .submitList li {
		width: 156px;
	}

	.wpcf7-form .submitList li input {
		height: 53px;
		font-size: 1.2rem;
		border-radius: 5px;
	}

	.post_content p.font_22 {
		font-size: 16px !important;
	}

	.post_content p.font_22.font_s_14 {
		font-size: 14px !important;
	}

	.post_content p.font_22 br {
		display: none;
	}

	.post_content p.font_22.font_s_14 br {
		display: block;
	}

	.post_content p.font_22.font_s_14 {
		font-weight: 500;
		line-height: 2 !important;
	}

	.simg1 .wp-image-45 {
		width: 70%;
	}

	.post_content p.padding_bottom_100 {
		padding-bottom: 40px !important;
	}

	.design1_content2 .item:first-of-type .content {
		border-top: none;
	}

	.design1_content2 .image,
	.design1_content1 .content_inner,
	.design1_content2 .content_inner,
	.design1_content2 .item .content {
		text-align: left;
		border-left: none !important;
		border-right: none !important;
	}

	.post_content h6 {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.design1_content2 .image {
		width: 100%;
		height: 70vw;
		float: none;
		position: relative;
		border: 1px solid #b3b3b3;
		box-sizing: border-box;
	}

	.cb_catch.rich_font_type4.padding_bottom_40 {
		padding-bottom: 0 !important;

	}

	.font_22.margin_top_0.font_s_16 {
		line-height: 1.8;

	}

	.sdgimg {
		width: 137px;
	}

}

.share-type2 ul.type2 li.default.twitter_button a:hover {

	background-color: #0CB43C !important;
	border-color: #0CB43C !important;
}

/*CONTACTフォーム */
.wpcf7-radio label {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #666;
	border-radius: 100%;
	cursor: pointer;
}

.wpcf7-radio label span {
	padding-left: 30px;
	white-space: nowrap;

}

.wpcf7-radio label:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 1;
	background-color: #13439B;
}

.link_button {
	padding-top: 80px;
	text-align: center;
	padding-bottom: 110px;
}

input[type="submit" i] {
}


.wpcf7 .wpcf7-list-item {
	display: inline-block;
}

.wpcf7-radio label input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	margin: 0px;
	position: absolute;
	z-index: 2;
	top: 2px;
	left: -17px;
	width: 17px;
	height: 10px;
	display: block;
	box-shadow: 18px 0px #FFF;
	border-radius: 20px;
}

.wpcf7-radio label input[type="radio"]:checked {
	box-shadow: none;
}

.wpcf7-radio label input[type="radio"]:focus {
	box-shadow: 20px 0px #FFF;
	opacity: 0.2;
}

.wpcf7 form {
	margin: 0 !important;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
	color: #1A1A1A;
}

@media all and (max-width: 1160px) {
	.link_button {
		padding-top: 60px;
		text-align: center;
		padding-bottom: 20px;
	}
	.wpcf7-form{
		padding-top: 100px;
	}
	
	.wpcf7-list-item {
		margin: 0 1em 10px 0 !important;
	}

	.wpcf7-radio label:before {
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		border-radius: 100%;
		position: absolute;
		top: 6px;
		left: 6px;
		z-index: 1;
		background-color: #13439B;
	}

	.wpcf7-radio label input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		margin: 0px;
		position: absolute;
		z-index: 2;
		top: 0px;
		left: -17px;
		width: 17px;
		height: 8px;
		display: block;
		box-shadow: 18px 0px #FFF;
		border-radius: 20px;
	}

	.wpcf7-radio label input[type="radio"]:focus {
		box-shadow: 18px 0px #FFF;
		opacity: 0.2;
	}

	.wpcf7-form input[type="radio"] {
		height: 16px;
	}

	#company .link_button {
		margin-top: 30px;
		text-align: center;
		padding: 0px 0 30px;
	}

	#company .link_button {}

	.wpcf7-form .dtStyle02 {
		font-size: 1.5rem;
		padding-top: 8px;
		padding-bottom: 5px;
	}

	.wpcf7 textarea {
		height: 180px !important;
	}

	.wpcf7-radio label span {
		white-space: normal;
		word-break: keep-all;
		width: 200px;
		display: block;
	}

	.wpcf7 select {
		padding: 0px 15px;
		width: 100%;
		max-width: 100%;
	}
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.doui .wpcf7-checkbox {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -165px;
}

.doui .wpcf7-form-control-wrap {
	display: block;
}

.doui .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
}

.wpcf7-not-valid-tip {
	font-size: 16px !important;
}

.wpcf7-response-output {
	position: absolute;
	bottom: 20px;
	left: 50%;
	font-size: 16px !important;
	transform: translateX(-50%);
}
body .is-layout-flex{
	gap:10px;
}
@media all and (max-width: 1160px) {
	.doui .wpcf7-checkbox {
		margin-left: -135px;
	}

	.wpcf7-not-valid-tip {
		font-size: 13px !important;
	}

	.doui .wpcf7-not-valid-tip {
		bottom: -35px;
	}

	.wpcf7-response-output {
		position: absolute;
		bottom: 20px;
		left: 50%;
		font-size: 13px !important;
		transform: translateX(-50%);
	}

	.wpcf7 select,
	.wpcf7 .wpcf7-list-item-label {
		font-size: 14px;
		line-height: 1.2;
	}

}
.c_u p{
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
}
.text_dec{
	position: absolute;
	z-index: 0;
	right: 0px;
	bottom: auto;
	top: 30px;
	font-size: 120px;
	opacity: .05;
	color: var(--sub-color);
	font-weight: 500;
	font-style: italic;
	writing-mode: vertical-rl;
}
#Facilities .text_dec{
	color: #000;
}
#Calendar .text_dec{
	color: #000;
	
	width: 100%;
	text-align: center;
	
}
.pv_btn{
	padding-top: 50px;
	margin-bottom: 110px;
	justify-content: space-between;
}
.pv_btn .next{
	float:right;
}
.pv_btn .prev{
	float:left;
}

h2.wp-block-heading{
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.wp-block-columns p{
	font-size: 14px;
	line-height: 2;
}
.wp-block-columns,
.wp-block-image{
}
.wp-block-image img{
width: 100% !important;
height: auto !important;
}
.wp-container-core-columns-is-layout-2 p,
.wp-container-core-columns-is-layout-3 .wp-block-column>p{
	padding-left: 0px;
	box-sizing: border-box;
}
.pv_btn a img{
 padding-top: 35px;
}

@media all and (max-width: 1160px) {
	.text_dec{
	position: absolute;
	z-index: 0;
	right: 0px;
	bottom: auto;
	top: 10px;
	font-size: 50px;
	}
	.c_u p{
		font-size: 12px;
		margin-bottom: 8px;
		font-weight: bold;
	}
	.c_u p:last-child{
		font-weight: 400;
		
	}
	.pv_btn{
		width: 100%;
		position: relative;
		padding-top: 50px;
		margin-bottom: 110px;
		justify-content: space-between;
	}
	.pv_btn .next{
		float:none;
		position: absolute;
		right: 0;
		bottom: -60px;
	}
	.pv_btn .prev{
		float:none;
		position: absolute;
		left: 0;
		bottom: -60px;
	}
	
	h2.wp-block-heading{
		font-size: 22px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.wp-block-columns p{
		font-size: 12px;
		line-height: 1.8;
	}
	.wp-block-columns,
	.wp-block-image{
		margin-bottom: 0px;
	}
	.wp-block-image{
		margin-bottom: 6px;
	}
	.wp-container-core-columns-is-layout-2 p,
	.wp-container-core-columns-is-layout-3 .wp-block-column>p{
		padding-left: 0px;
		box-sizing: border-box;
	}
	.pv_btn a img{
	 padding-top: 35px;
	}
	
	body .is-layout-flex{
		gap:0;
		margin-bottom: 0px;
	}
	.wp-block-column{
		margin-bottom: 7px !important;
	}
	.article_box>.wp-block-image{
		margin-bottom: 7px !important;
	}
	
}
