@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {display: block}
.pc {display:none!important;}

html {
scroll-behavior: smooth;
}

body {
font-family: 'Noto Sans JP', sans-serif;
color: #222222;
overflow: hidden;
}

img {
	vertical-align: bottom;
}

header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: white;
	box-sizing: border-box;
	position: fixed;
	padding-left: 20px;
	top: 0;
	width: 100%;
	z-index: 10;
	height: 65px;
	box-shadow: 5px 5px 0px #0000001a;
}

@media screen and (max-width:1285px) {
	header {
		gap:10px;
		height: auto;
		flex-wrap: wrap;
	}
	header nav ul {
		justify-content: center;
		background-color: #E7F0FC;
	}

	header nav {
		position: absolute;
		top: 100%;
    	right: 0;
    	left: 0;
    	width: 100%;
    	background: #f2f4f5;
	}
	header nav ul li {
		display: flex!important;
		align-items: center;
		line-height: 1.2;
	}
	footer nav ul li {
		display: flex;
		align-items: center;
		line-height: 1.2;	
	}
	.top_img_flex {
		width: 95%;
		margin: 0 auto ;
	}
	.top_img_flex picture {
		width: 24%;
		max-width: 200px;
	}
	.top_img_flex img {
		width: 100%!important;
		
	}
}


header nav {
	padding: 35px;
	background-color: #E7F0FC;
	box-sizing: border-box;
	display: none;
}

.tb-br {
	display: none;
}



header nav ul {
	display: flex;
	font-size: 14px;
	font-weight: bold;
	flex-direction: column;
}

header nav ul li {
	padding-bottom: 10px;
	border-bottom: 1px solid #003894;
	margin-top: 20px;
	position: relative;
}

header nav ul li::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent  #003894;
	position: absolute;
	content: "";
	right: 10px;
}

header nav ul li a {
color: #003894;
font-size: 16px;
}

header nav ul li.border_none {
	border-right: none;
	padding-right: 0;
}

header img {
	width: 150px;
}

.top_visual {
	background-image: url("../images/top-visual.webp");
	min-height: 390px;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 50px;
}

.top_visual .bg_gradient {
	background: linear-gradient(#808080,rgba(0,0,0,0));
	mix-blend-mode: multiply;
	min-height: 228px;
	width: 100%;
	position: absolute;
}

.top-logo {
	position: absolute;
	z-index: 1;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	color: white;
}

.top-logo img {
	width: 286px;
	display: block;
	margin: 0 auto;
}



.top-logo .top {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	text-shadow: #FF9B00 1px 0 10px;
}

.top-logo .top::before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: white;
	position: absolute;
	left: -30px;
	bottom: 15px;
	transform: rotate( 45deg );
	box-shadow: #FF9B00 1px 0 10px;
}

.top-logo .top::after {
	content: "";
	width: 30px;
	height: 1px;
	background-color: white;
	position: absolute;
	right: -30px;
	bottom: 15px;
	transform: rotate( -45deg );
	box-shadow: #FF9B00 1px 0 10px;
}

.top-logo .bottom {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 5%;
	text-shadow: #FF9B00 1px 0 10px;
}

.top_img_flex {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}
.top_img_flex img {
	width: 200px;
}


.right_link {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	width: 100%;
	justify-content: space-around;
	background-color: white;
}

.right_link a {
	width: 48%;
	height: 80px;
	border-radius:  10px;
	border: 3px solid white;
	border-right: none;
	box-sizing: border-box;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	z-index: 1;
}




.right_link a img,.right_link a p {
	position: relative;
	z-index: 1;
}

.right_link a.tell {
	background-color: #00A6DC;
	margin-bottom: 5px;
	position: relative;
}

.right_link a.reservation {
	background-color: #00379A;
}

.right_link a.reservation:hover svg {
	 fill: #42AFE3;
}

.cheack01 {
	max-width: 1100px;
	margin: 60px auto;
	width: 100%;
}

.cheack_title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 0 auto;
}

.cheack_title img {
	width: 100%;
}


.y_text_box {
	font-size: 22px;
	display: flex;
	gap:10px;
	align-items: center;
	justify-content: center;
	margin: 30px auto;
	flex-direction: column;
}

.y_text_box span {
	display: inline-block;
	background-color: #FFEB00;
	border: 1px solid #222222;
	box-shadow: 6px 6px 0px #00000029;
	font-weight: bold;
	padding: 20px;
	line-height: 1;
}

.cheack01 .flow {
	width: 90%;
	margin: 0 auto;
}

.cheack01 .flow img{
	width: 100%;
	max-width: 334px;
}

.o_line {
	font-size: 20px;
	margin-top: 100px;
	padding: 10px;
	width: 270px;
	display: inline-block;
	color: #FFB100;
	background-image: url("../images/o-line.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
}

.circle_text {
	display: flex;
	font-size: 30px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	gap:20px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.circle_text span {
	background-color: #FF8900;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

.font_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	font-size: 30px;
	font-weight: bold;
	gap:8px;
	padding-bottom: 15px;
	border-bottom: 1px solid #707070;
	width: 90%;
	margin: 30px auto;
}

.font_box .w-box,.font_box .y-box {
	display: flex;
	gap:5px;
}

.font_box .w-box span {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 6px;
	border: 3px solid #00379A;
	color: #00379A;
	width: 50px;
	height: 50px;
	line-height: 1;	
}

.font_box .y-box span {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFEB00;
	border-radius: 6px;
	border: 3px solid #00379A;
	color: #00379A;
	width: 50px;
	height: 50px;
	line-height: 1;	
}

.font_box .top-dots {
	color: #003894;
	font-size: 68px;
	line-height: 1;
	display: flex;
	margin-top: 20px;
}

.font_box .top-dots span {
	line-height: 1;
	position: relative;
}

.font_box .top-dots span::after {
	position: absolute;
	content: "・";
	font-size: 30px;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.money_list {
	background-color: #003894;
	width: 100%;
	margin: 40px auto;
	padding: 15px 0;
}

.money_list img {
	width: 80%;
	max-width: 622px;
}

.num_list {
	display: flex;
	justify-content: space-between;
	text-align: left;
	color: #003894;
	line-height: 1.3;
	font-size: 18px;
	font-weight: bold;
	flex-direction: column;
	width: 90%;
	gap:10px;
	margin: 0 auto;
	
}

.num_list img {
	width: 40px;
}

.num_list p {
	display: flex;
	align-items: center;
	background-color: #E7F0FC;
	border-radius: 10px;
	width: 100%;
	padding:15px 15px;
	box-sizing: border-box;
	gap:10px;
}
@media screen and (max-width:1075px){

	.contact_flex .text {
		flex-direction: column-reverse;
		gap:0!important;
	}
	.contact_link .img-right,.contact_link .img-left {
		position: absolute;
	}
	.contact_flex {
		position: relative;
		width: 100%;
	}
	.contact_link .img-right {
		right: 0;
		top: 160px;
	}	
	.contact_link .img-left {
		left: 0;
		top:210px;
	}
	.contact_link .contents{
		width: 90%;
		max-width: 400px;
		margin: 0 auto;
		position: relative;
	}
}

.img-position {
	background-color: #E6FBFF;
}

.num_list p span {
	font-size: 11px;
	color: #222222;
	margin-top: auto;
}

.flag_text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	flex-direction: column;
	width: 90%;
	margin: 40px auto;
}

.flag_text .left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.flag_text .left img {
	margin-left: 0;
	text-align: left;
	width: 100%;
}

.flag_text .right{
	width: 100%;
}

.flag_text .right img {
	width: 60%;
	max-width: 433px;
	margin-top: 15px;
}

.flag_text .left p.text {
	text-align: left;
	margin-top: 15px;
	font-size: 14px;
	display: flex;
	flex-direction: column;
}

.flag_text .left p.text span {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.cheack02 {
	margin: 100px auto;
	width: 90%;
	max-width: 600px;
}

.cheack02 .cheack_title,.cheack03 .cheack_title,.cheack04 .cheack_title,.cheack05 .cheack_title,.cheack06 .cheack_title {
	justify-content: center;
}

.etc_text {
	text-align: right;
	font-size: 12px;
}

.reforme_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
}

.reforme_menu li {
	width: 100%;
	background-color: #E7F0FC;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 30px;
	padding: 30px;
	box-sizing: border-box;
}

.reforme_menu li img {
	width: 100%;
}

.reforme_menu li .title {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	gap:10px;
}

.reforme_menu li .title span {
	width: 10px;
	height: 10px;
	background-color: #00A6DC;
}

.reforme_menu li p {
	font-size: 14px;
	margin-bottom: 20px;
}



.contact_link .line{
	background-image: url("../images/link-line-top.webp");
	width: 100%;
	height: 20px;
	background-repeat: repeat;
	background-size: contain;
}

.contact_link .contents {
	background-color: #E6FBFF;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 60px 0;
	gap:20px;
	
}
.contact_flex .text {
	display: flex;
	align-items: center;
	gap:50px;
}

.contact_flex .text img {
	width: 200px;
}

.contact_link .img-left {
	max-width: 80px; 
}

.contact_link .img-right {
	max-width: 90px;
}

.contact_flex .text .right .text01{
	color: #CC0017;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	line-height: 1;
}

.contact_flex .text .right .text01::before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #222222;
    position: absolute;
    left: -45px;
    bottom: 10px;
    transform: rotate( 45deg );
}

.contact_flex .text .right .text01::after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #222222;
    position: absolute;
    right: -45px;
    bottom: 10px;
    transform: rotate( -45deg );
}

.contact_flex .text .right .text02 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
	z-index: 1;
}

.contact_flex .text .right .text02::before {
	width: 280px;
	height: 12px;
	background-color: #FFEB00;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: -1;
}

.contact_flex .text .right .text03 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

.contact_flex .text .right .text04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	font-weight: bold;
	color: #CC0017;
	line-height: 1.2;
}

.contact_flex .text .right .text04 img {
	width: 40px;
}

.link-area {
	display: flex;
	justify-content:space-between;
	margin-top: 25px;
	flex-direction: column;
	gap:30px;
}

.link-area .left,.link-area .right {
	width: 100%;
}

.link-area .left p {
	font-size: 18px;
	color: #00A6DC;
	font-weight: bold;
}

.link-area .left a {
	background-color: white;
	box-shadow: 5px 5px 0px #0000001A;
	border: 3px solid #00A6DC;
	border-radius: 12px;
	width: 100%;
	color: #00A6DC;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
	margin-top: 5px;
}

.link-area .left a img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}

.link-area .right p {
	font-size: 18px;
	color: #003894;
	font-weight: bold;
}

.link-area .right a {
	background-color: #003894;
	box-shadow: 5px 5px 0px #0000001A;
	border: 3px solid #003894;
	border-radius: 12px;
	width: 100%;
	color: white;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
	margin-top: 5px;
}

.link-area .right a img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}

.cheack03 {
	margin: 100px auto;
    width: 90%;
    max-width: 1100px;
}

.cheack03_flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap:20px;
	margin: 60px auto;
	flex-direction: column;
	max-width: 560px;
}

.cheack03_flex.revers {
	flex-direction: column-reverse;
}

.cheack03_flex .text {
	width: 100%;
	max-width: 560px;
}

.cheack03_flex picture {
	max-width: 100%;
	margin: 0 auto;
}

.cheack03_flex img {
	max-width: 100%;
}

.cheack03_flex .text .num_title span{
	color: #003894;
	font-size: 18px;
	font-weight: bold;
}

.cheack03_flex .text .num_title span.etc-comment {
	font-size: 11px;
	font-weight: bold;
	color: #222222;
	margin-top: auto;
	margin-bottom: 4px;
}

.cheack03_flex .text .num_title {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	gap:10px;
	border-bottom: 1px solid #707070;
	text-align: left;
	line-height: 1.2;
	padding-bottom: 5px;
	align-items: center;
}

.cheack03_flex .text .comment {
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
}

.cheack04 {
	background-color:hsla(200,13%,95%,0.5);
	padding: 30px 0;
	margin-bottom: 100px;
}


.cheack04 .g-bg {
	width: 90%;
    max-width: 1100px;
	margin: 0 auto;
}

.cheack04 .y_text_box span {
	width: 311px;
	box-sizing: border-box;
}

.cheack04 .img-flex {
	display: flex;
	align-items: center;
	gap:10px;
	flex-direction: column;
}

.cheack04 .contents-flex {
	background-color: white;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #707070;
	margin: 40px auto;
}

.cheack04 .contents-flex .title {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #707070;
	padding-bottom: 8px;
}

.cheack04 .contents-flex .sub-title {
	font-size: 17px;
	font-weight: bold;
	color: #003894;
	text-align: left;
	margin: 15px auto;
}

.cheack04 .contents-flex .img-flex .before ,.cheack04 .contents-flex .img-flex .after{
	width: 95%;
}

.cheack04 .contents-flex .img-flex .before img,.cheack04 .contents-flex .img-flex .after img {
	width: 100%;
}

.cheack04 .contents-flex .list_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 13px;
	margin-top: 20px;
	gap:10px;
	text-align: left;
	flex-direction: column;
}

.cheack04 .contents-flex .list_flex li {
	margin-right: 10px;
	display: flex;
}

.cheack04 .contents-flex .list_flex span {
	color: #00A6DC;
}

.cheack04 .contents-flex .img-flex .after {
	position: relative;
}

.cheack04 .contents-flex .img-flex .after .arow {
	position: absolute;
	top: -85px;
	right: -3%;
	width: 30%;
	width: 90px;
}

.cheack04 .contents-flex .img-flex .arow02 {
	transform: rotate(90deg);
}


.cheack05 {
	margin: 100px auto;
    width: 90%;
    max-width: 1100px;
}

.cheack05 .y_text_box span {
	width: 311px;
	box-sizing: border-box;
}

.user_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width:735px) {
.user_flex {
	flex-direction: column;
}
.user_flex li {
	width: 100%!important;
}
}

.user_flex li {
	background: #FFB1000D 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	border-radius: 10px;
	width: 31%;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

@media screen and (max-width:980px){
	.user_flex li {
		width: 46%;
	}
}

.user_flex li img {
	width: 90%;
	max-width: 280px;
}

.user_flex li .user_list li {
	border: none;
	background: none;
	width: 100%;
	border-radius: 0;
	font-size: 14px;
	padding: 9px;
	margin-bottom: 0;
}

.user_flex li .user_list {
	margin: 30px auto 10px;
}

.user_flex li .user_list li.top {
	background-color: #707070;
	color: white;
}

.user_flex li .user_list li.bottom {
	background-color: white;
}

.user_flex p {
	text-align: left;
	font-size: 14px;
}

h3 {
	margin-top: 60px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 5px solid #00A6DC;
	padding-bottom: 10px;
}

.reform_flow {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	flex-direction: column;
	gap:40px;
}

.reform_flow li{
	width: 100%;
	display: flex;
	justify-content: center;
	gap:20px;
}

.reform_flow li .num span{
	color: #00A6DC;
	font-size: 28px;
	font-weight: bold;
	background-color: white;
	border-radius: 50%;
	border: 4px solid #00A6DC;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	margin: 15px auto;
}

.reform_flow li .num {
	position: relative;
}



.reform_flow li .box {
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 364px;
}

.reform_flow li .box img {
	width: 100%;
	max-width: 364px;
}




.reform_flow li .box .title {
	font-size: 18px;
	color: #003894;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 10px;
	line-height: 1.2;
}

.reform_flow li .box .text {
	text-align: left;
	font-size: 14px;
}

.cheack06 {
	margin: 90px auto;
    width: 90%;
    max-width: 1100px;
}

.cheack06 .y_text_box span {
    width: 311px;
    box-sizing: border-box;
}

.qa_box {
	max-width: 1100px;
	margin: 40px auto 0px;
}

.qa_box .title-qa {
	display: flex;
	font-size: 18px;
	font-weight: bold;
	gap:15px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	position: relative;
	padding-right: 50px;
	text-align: left;
	line-height: 1.3;
}

.qa_box .title-qa span {
	color: #00A6DC;
}

.title-qa::before,
.title-qa::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: white;
    
}
.title-qa::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.title-qa::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}

.title-qa .arow-bg {
	width: 20px;
	height: 20px;
	background-color: #00A6DC;
	position: absolute;
    top:50%;
	transform: translateY(-50%);
    right: 13px;
	z-index: -1;
}

.title-qa.close::before{
  transform: rotate(0);
}

.title-qa.close::after{
  transform: rotate(-45deg);
  display: none;
}

.qa_box .box {
    display: none;/*はじめは非表示*/
    padding: 15px 0;
	text-align: left;
}

.qa_box .box p {
	display: flex;
	gap:15px;
	font-size: 14px;
}

.qa_box .box p span {
	color: #003894;
	font-size: 26px;
	font-weight: bold;

}

.area_map img{
	width: 100%;
	margin: 60px auto 30px;
	max-width: 333px;
}

.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 30px 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #00379A;
  box-sizing: border-box;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #00379A;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 10px 0px 5px;
  color: #003894;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.area_map .text{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.area_map .text span {
	display: inline-block;
}

.footer_logo {
	display: flex;
	padding-top: 50px;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-around;
}
@media screen and (max-width:990px) {
	.footer_logo{
		flex-direction: column;
		align-items: center;
		gap:20px;
	}
}

.footer_logo .left .logo_flex {
	display: flex;
	align-items: center;
	gap:30px;
}

.footer_logo .left .logo_flex img.logo {
	width: 162px;
}

.footer_logo .left .logo_flex img {
	width: 40px;
}

.footer_logo .left {
	display: flex;
	flex-direction: column;
}

.footer_logo .left .access {
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	margin-top: 5px;
}

.footer_logo .right {
	display: flex;
	flex-direction: column;
	gap:9px;
}

.footer_logo .right p {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #003894;
	line-height: 1.2;
}

.footer_logo .right .tell_flex {
	display: flex;
	align-items: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
}

.footer_logo .right .tell_flex img {
	width: 23px;
	margin-right: 10px;
}

.footer_logo .right .tell_flex span {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: auto;
}

.footer_logo .right a {
	margin: 20px auto;
}

footer {
	padding-bottom: 100px;
}

footer nav ul {
    display: flex;
    font-size: 12px;
    font-weight: bold;
	justify-content: center;
	margin: 50px auto;
}

footer nav ul li {
    border-right: 2px solid #D1D1D1;
    padding: 0 20px;
}

footer nav ul li.border_none {
    border-right: none;
    padding-right: 0;
}

.copy {
	font-size: 11px;
	text-align: center;
	margin-bottom: 15px;
}

nav ul li a:hover {
	opacity: 0.7;
	color: #333333;
	transition-duration: 0.3s;
}

nav ul li a {
	transition-duration: 0.3s;

}

.dentaku {
	position: relative;
	width: 21.53px;
	height: 25.08px;
}

.dentaku svg.svg_w {
	fill:#fff;
}
.dentaku svg.svg_b {
	fill:#A9CEE4;
	position: absolute;
	right: 0;
	bottom: 0;
}

.dentaku svg {
	transition: 0.2s;
}
.reservation:hover .dentaku svg{
	fill:#FFEB00!important;
	transform: scale(1.1);
	transition: 0.2s;
}
.reservation p {
	transition: 0.2s;
}

.reservation:hover p {
	color: #FFEB00;
	transform: scale(1.1);
	transition: 0.2s;
}

.right_link a.tell svg {
	width: 21px;
	fill:#fff;
	transition: 0.2s;
}

.right_link a.tell p {
	transition: 0.2s;
}

.right_link a.tell:hover svg {
	fill:#FFEB00!important;
	transform: scale(1.1);
	transition: 0.2s;
}

.right_link a.tell:hover p {
	color: #FFEB00;
	transform: scale(1.1);
	transition: 0.2s;
}


/* burgerMotion main
------------------------------ */
.burgerMotion.main{width:50px;height:50px;background-color: #196AE1;}
.burgerMotion.main p{width:22px;}
.burgerMotion.main p span{width:100%;border-radius:0;background-color:white;}
.burgerMotion.main p span:before,
.burgerMotion.main p span:after{border-radius:0;background-color:white;}
/* open */
.burgerMotion.main.open p span{background-color:rgba(255, 255, 255, 0);transition:background 0.25s ease-in-out 0.0s;}
.burgerMotion.main.open p span:before{transform:rotate(45deg);margin-top:0;transition:transform ease-in-out 0.25s 0.25s,margin ease-in-out 0.25s;}
.burgerMotion.main.open p span:after{transform:rotate(-45deg);margin-top:0;transition:transform ease-in-out 0.25s 0.25s,margin ease-in-out 0.25s;}

.burgerMotion p span {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 3px;
    margin: auto;
    border-radius: 3px;
    background-color: #666;
    vertical-align: middle;
    transition: background 0.25s ease-in-out 0.25s;
}

.burgerMotion p span:before, .burgerMotion p span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    transition: transform ease-in-out 0.25s 0s,margin ease-in-out 0.25s 0.25s;
}

.burgerMotion p span:before {
    margin-top: -9px;
	}
.burgerMotion p span:after {
    margin-top: 9px
	}


.burgerMotion p {
    position: relative;
    width: 60px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.sp-open .tell {
	display: flex;
	width: 100%;
	background-color: #00A6DC;
	border: 3px solid white;
	color: white;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	justify-content: center;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 40px;
	margin-bottom: 15px;
	align-items: center;
	gap:10px;
	line-height: 1.2
}
.sp-open .reservation {
	display: flex;
	width: 100%;
	background-color: #00379A;
	border: 3px solid white;
	color: white;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	justify-content: center;
	padding: 15px;
	box-sizing: border-box;
	align-items: center;
	gap:10px;
	line-height: 1.2
}

.sp-open .tell svg {
	fill: #fff;
	width: 19px;
	margin-bottom:5px
}

.footer-nav {
	padding: 35px;
    background-color: #E7F0FC;
    box-sizing: border-box;
}

.footer-nav  ul {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    flex-direction: column;
}

.footer-nav ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #003894;
    margin-top: 20px;
    position: relative;
	display: flex!important;
    align-items: center;
    line-height: 1.2;
}

.footer-nav ul li::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #003894;
    position: absolute;
    content: "";
    right: 10px;
}

.footer-nav ul li a {
    color: #003894;
    font-size: 16px;
}

.pagetop {
    position: fixed;
    right: 0;
    bottom: 52px;
    transform: rotate(90deg);
    transform-origin: top right;
    width: 100px;
    height: 30px;
    margin: 0;
    padding: 0;
    z-index: 50;
}

.pagetop a {
    display: flex;
    position: relative;
    height: 100%;
    background-color: #fff;
    color: #00a6dc;
    font-family: "Century Gothic";
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: none;
}

.pagetop a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 8px 0 0;
    border-width: 7px 10px 7px 0;
    border-color: transparent #00a6dc transparent transparent;
    border-style: solid;
}

#cheack01 {
	padding-top: 150px;
	margin-top: -50px;
}#cheack02 {
	padding-top: 100px;
	margin-top: -100px;
}#cheack03 {
	padding-top: 100px;
	margin-top: -0;
}#cheack04 {
	padding-top: 150px;
	margin-top: -150px;
}#cheack05 {
	padding-top: 150px;
	margin-top: 0px;
}#cheack06 {
	padding-top: 150px;
	margin-top: -0;
}


.top_visual .etc-comment {
	position: absolute;
	left: 1%;
	bottom: 0;
	color: white;
	font-size: 12px;
}

.form_area {
	background-color: #00379A;
	padding-top: 60px;
	padding-bottom: 60px;
}

.form_area .title p{
	font-size: 24px;
	font-weight: bold;
	color: white;
	margin-bottom: 10px;
}

.form_area .title span {
	font-size: 14px;
	font-weight: 500;
	border: 1px solid white;
	color: white;
	padding: 5px 5px;
}


.contact_box {
	background-color: white;
	width: 90%;
	max-width: 1100px;
	margin: 60px auto;
	padding: 40px;
	box-sizing: border-box;
}

.contact_box p{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.contact_box p.b_text {
	color: #003894;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
}

.contact_box .tell_flex {
	display: flex;
	align-items: center;
	font-size: 28px;
	justify-content: center;
	color: #003894;
	line-height: 1;
}

.contact_box .tell_flex img {
	width: 25px;
}



.form_area iframe {
	background-color: white;
	width: 100%;
	height: 1900px;
}

.form_area .form_box {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 0 0;
	background-color: white;
}

.form_area .form_box .form_title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}

.form_area .form_box .form_text {
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 50px;
}

.form_area .form_box .form_text span {
	display: inline-block;
}


.contact_line {
	display: flex;
	width: 90%;
	margin: 20px auto;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
	font-size: 14px;
	align-items: flex-start;
	flex-direction: column;
}

.contact_line dt {
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 10px;
}

.contact_line dt.m-none {
	margin-top: 0;
}

.contact_line dt span {
	font-size: 11px;
	width: 45px;
	height: 25px;
	background-color: #CC0017;
	border-radius: 3px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.contact_line dt span.nini {
	background-color:#707070;
}

.contact_line dd {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	text-align: left;
}

.contact_line dd span {
	font-size: 14px;
	color: #707070;
}

.contact_line dd input[type="text"] {
	width: 100%;
	border: none;
	border-radius: 3px;
	background-color: #E8EDF0;
	height: 35px;
	padding-left: 5px;
	line-height: 1;
}

.contact_line dd textarea {
	width: 100%;
	border: none;
	border-radius: 3px;
	background-color: #E8EDF0;
	min-height: 150px;
	padding-left: 5px;
}

.radio-flex {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}

.radio-flex p {
	margin-right: 30px;
}

.radio-flex p input {
	margin-right: 5px;
}

form {
	padding-bottom: 30px;
}

form .btn {
	width: 80%;
	max-width: 298px;
	height: 43px;
	display: flex;
	color: white;
	align-items: center;
	justify-content: center;
	background: transparent linear-gradient(180deg, #49A3DC 0%, #3E6FE0 100%) 0% 0% no-repeat padding-box;
	font-size: 14px;
	border: none;
	margin: 50px auto;
	position: relative;
}

form .btn::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #FFF;
	content: "";
	position: absolute;
	right: 10px;
}
.thanks-area {
	background-image: url("../images/top-bg.webp");
	min-height: 80vh;
	padding-top: 150px;
	box-sizing: border-box;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 100px;

}

.thanks-area .comment {
	background-color: white;
	padding: 60px 0;
	
}

.thanks-area .comment img {
	width: 90%;
	max-width: 450px;
}



.thanks-area .comment p.title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 60px;
}

.thanks-area .comment p {
	font-size: 12px;
	font-weight: 500;
}

.cheack_btn {
	width: 80%;
	max-width: 298px;
	height: 43px;
	display: flex;
	color: white;
	align-items: center;
	justify-content: center;
	background: transparent linear-gradient(180deg, #49A3DC 0%, #3E6FE0 100%) 0% 0% no-repeat padding-box;
	font-size: 12px;
	border: none;
	margin: 50px auto;
	position: relative;
}

.cheack_btn::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #FFF;
	content: "";
	position: absolute;
	right: 10px;
}

.cheack_btn:hover {
	opacity: 0.7;
}
