@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {display:none!important}
.pc {}

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;
	padding: 15px 30px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	height: 65px;
}

@media screen and (max-width:1285px) {
	header {
		justify-content: flex-start;
		gap:10px;
		height: auto;
		flex-wrap: wrap;
	}
	header nav ul {
		justify-content: center;
	}
	.right_link {
		top: 110px!important;
	}
	.top_visual {
		margin-top: 85px!important;
	}
	header nav {
		width: 100%;
	}
	header nav ul li {
		display: flex;
		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: -100px auto 0;
	}
	.top_img_flex picture {
		width: 22%;
		max-width: 200px;
	}
	.top_img_flex img {
		width: 100%!important;
		
	}
}

.tb-br {
	display: none;
}

@media screen and (max-width:1035px) {
.tb-br {
	display: block;
}
}

header nav ul {
	display: flex;
	font-size: 14px;
	font-weight: bold;
}

header nav ul li {
	border-right: 2px solid #D1D1D1;
	padding: 0 20px
}

header nav ul li.border_none {
	border-right: none;
	padding-right: 0;
}

header img {
	width: 108px;
}

.top_visual {
	background-image: url("../images/top-visual.webp");
	height: calc(100vh - 150px);
	min-height: 590px;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 60px;
}

.top_visual .bg_gradient {
	background: linear-gradient(#808080,rgba(0,0,0,0));
	mix-blend-mode: multiply;
	height: calc(65vh - 150px);
	min-height: 328px;
	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 {
	height: 35vh;
	max-height: 337px;
	max-width: 610px;
	display: block;
	margin: 0 auto;
}



.top-logo .top {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	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: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 5%;
	text-shadow: #FF9B00 1px 0 10px;
}

.top_img_flex {
	display: flex;
	justify-content: center;
	margin-top: -100px;
	position: relative;
	z-index: 1;
	gap:20px;
}
.top_img_flex img {
	width: 200px;
}


.right_link {
	position: fixed;
	right: 0;
	top: 90px;
	z-index: 10;
	display: flex;
	flex-direction: column;
}

.right_link a {
	width: 160px;
	height: 90px;
	border-radius: 10px 0 0 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: 90px auto;
	width: 90%;
}

.cheack_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.y_text_box {
	font-size: 30px;
	display: flex;
	gap:20px;
	align-items: center;
	justify-content: center;
	margin: 60px auto;
}

.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 img{
	width: 100%;
}

.o_line {
	font-size: 26px;
	margin-top: 100px;
	padding: 10px;
	width: 350px;
	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: 48px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	gap:30px;
	margin-top: 30px;
}

.circle_text span {
	background-color:#FF8900;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	font-size: 26px;
	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: 40px;
	font-weight: bold;
	gap:15px;
	padding-bottom: 35px;
	border-bottom: 1px solid #707070;
}

.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: 60px;
	height: 60px;
	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: 60px;
	height: 60px;
	line-height: 1;	
}

.font_box .top-dots {
	color: #003894;
	font-size: 68px;
	line-height: 1;
	display: flex;
}

.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;
	border-radius: 10px;
	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: 20px;
	font-weight: bold;
}

.num_list p {
	display: flex;
	align-items: center;
	background-color: #E7F0FC;
	border-radius: 10px;
	width: 32%;
	padding:15px 15px;
	box-sizing: border-box;
	gap:10px;
}
@media screen and (max-width:1075px){
	.num_list p {
		flex-direction: column;
	}
	.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;
		bottom: 220px;
	}	
	.contact_link .img-left {
		left: 0;
		bottom: 220px;
	}
	.contact_link .contents{
		width: 90%;
		max-width: 800px;
		margin: 0 auto;
		position: relative;
	}
}

.img-position {
	background-color: #E6FBFF;
}

.num_list p span {
	font-size: 12px;
	color: #222222;
	margin-top: auto;
}

.flag_text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.flag_text .left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 60%;
}

.flag_text .left img {
	margin-left: 0;
	text-align: left;
}

.flag_text .right{
	width: 35%;
}

.flag_text .right img {
	width: 100%;
}

.flag_text .left p.text {
	margin-left: 90px;
	margin-top: -40px;
	text-align: left;
	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: 200px auto;
	width: 90%;
	max-width: 1100px;
}

.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;
}

.reforme_menu li {
	width: 48.5%;
	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: 40px;
	background-repeat: repeat;
}

.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: 150px; 
}

.contact_link .img-right {
	max-width: 150px;
}

.contact_flex .text .right .text01{
	color: #CC0017;
	font-size: 30px;
	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: 40px;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
	z-index: 1;
}

.contact_flex .text .right .text02::before {
	width: 420px;
	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: 16px;
	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;
}

.link-area .left,.link-area .right {
	width: 48%;
}

.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: 20px;
	transition: 0.1s;
}

.link-area .left a:hover {
	box-shadow: none;
	bottom: -5px;
	background-color: #00A6DC;
	color: white;
	transition: 0.1s;
}

.link-area .left a img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}

.link-area .left a img.icon {
	position: relative;
	top: auto;
    right: auto;
    transform: none;
	margin-right: 10px;
}

.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: 20px;
	transition: 0.1s;
}

.link-area .right a:hover {
	box-shadow: none;
	bottom: -5px;
	background-color: white;
	color: #003894;
	transition: 0.1s;
}

.link-area .right a img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}



.cheack03 {
	margin: 200px auto;
    width: 90%;
    max-width: 1100px;
}

.cheack03_flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap:50px;
	margin: 60px auto;
}

.cheack03_flex .text {
	width: 55%;
	max-width: 560px;
}

.cheack03_flex picture {
	max-width: 48%;
}

.cheack03_flex img {
	max-width: 100%;
}

.cheack03_flex .text .num_title span{
	color: #003894;
	font-size: 26px;
	font-weight: bold;
}

.cheack03_flex .text .num_title span.etc-comment {
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	margin-top: auto;
	margin-bottom: 8px;
}

.cheack03_flex .text .num_title {
	font-size: 26px;
	font-weight: bold;
	display: flex;
	gap:10px;
	border-bottom: 1px solid #707070;
	text-align: left;
	line-height: 1.2;
	padding-bottom: 5px;
}

.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: 100px 0;
	margin-bottom: 200px;
}


.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:20px;
}

.cheack04 .contents-flex {
	background-color: white;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #707070;
	margin: 40px auto;
}

.cheack04 .contents-flex .title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #707070;
	padding-bottom: 8px;
}

.cheack04 .contents-flex .sub-title {
	font-size: 30px;
	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: 15px;
	margin-top: 20px;
	gap:10px;
}

.cheack04 .contents-flex .list_flex li {
	margin-right: 10px;
}

.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: -20%;
	right: -3%;
	width: 30%;
}


.cheack05 {
	margin: 200px 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;
}

.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%;
}

.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: 130px;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 5px solid #00A6DC;
	padding-bottom: 10px;
}

.reform_flow {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}

.reform_flow li{
	width: calc(100% / 3);
	margin-bottom: 20px;
}

.reform_flow li .num span{
	color: #00A6DC;
	font-size: 30px;
	font-weight: bold;
	background-color: white;
	border-radius: 50%;
	border: 4px solid #00A6DC;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	margin: 15px auto;
}

.reform_flow li .num {
	position: relative;
}

.reform_flow li .num::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #CCCCCC;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: -1;
}

.reform_flow li .box {
	width: 90%;
	display: flex;
	flex-direction: column;
}

.reform_flow li .box img {
	width: 100%;
}

.reform_flow li.center .box {
	margin: 0 auto;
}

.reform_flow li.right .box {
	margin-left: auto;
}

.reform_flow li .box .title {
	font-size: 26px;
	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: 200px 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: 26px;
	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: 900px;
}

.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 40px;
  color: #003894;
  font-size: 30px;
  font-weight: bold;
}

.area_map .text{
	text-align: center;
	font-size: 20px;
	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: 300px;
}

.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: 18px;
	font-weight: 500;
	margin-left: 67px;
	margin-top: 5px;
}

.footer_logo .right {
	display: flex;
	flex-direction: column;
}

.footer_logo .right p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #003894;
	line-height: 1.2;
}

.footer_logo .right .tell_flex {
	display: flex;
	align-items: center;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
}

.footer_logo .right .tell_flex img {
	width: 45px;
	margin-right: 10px;
}

.footer_logo .right .tell_flex span {
	font-size: 30px;
	margin-bottom: 7px;
	margin-top: auto;
}

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: 12px;
	text-align: center;
	padding-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;
}

.pagetop {
    position: fixed;
    right: 0;
    bottom: -40px;
    transform: rotate(90deg);
    transform-origin: top right;
    width: 160px;
    height: 40px;
    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: 20px;
    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;
}

.sp-open {
	display: none;
}

#cheack01 {
	padding-top: 150px;
	margin-top: -150px;
}#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: 38px;
	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 120px;
	padding: 40px;
	box-sizing: border-box;
	
}

.contact_box p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.contact_box p.b_text {
	color: #003894;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
}

.contact_box p.b_text span {
	font-size: 24px;
}

.contact_box .tell_flex {
	display: flex;
	align-items: center;
	font-size: 50px;
	justify-content: center;
	color: #003894;
	line-height: 1;
}



.form_area iframe {
	background-color: white;
	width: 100%;
	height: 1700px;
}

.form_area .form_box {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 120px 0 0;
	background-color: white;
	margin-top: -60px;
}

.form_area .form_box .form_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.form_area .form_box .form_text {
	font-size: 15px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 50px;
}


.contact_line {
	display: flex;
	width: 90%;
	margin: 30px auto;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 30px;
	font-size: 18px;
	align-items: center;
}

.contact_line dt {
	font-weight: 500;
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 35px 0 60px;
	margin-top: 20px;
	text-align: left;
}

.contact_line dt.m-none {
	margin-top: 0;
}

.contact_line dt span {
	font-size: 14px;
	width: 45px;
	height: 25px;
	background-color: #CC0017;
	border-radius: 3px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_line dt span.nini {
	background-color:#707070;
}

.contact_line dd {
	display: flex;
	flex-direction: column;
	width: 65%;
	align-items: flex-start;
	text-align: left;
}

.contact_line dd span {
	font-size: 16px;
	color: #707070;
}

.contact_line dd input[type="text"] {
	width: 90%;
	border: none;
	border-radius: 3px;
	background-color: #E8EDF0;
	height: 48px;
	padding-left: 5px;
	line-height: 1;
}

.contact_line dd textarea {
	width: 90%;
	border: none;
	border-radius: 3px;
	background-color: #E8EDF0;
	min-height: 150px;
	padding-left: 5px;
}

.radio-flex {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}

.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;
}


form .btn:hover {
	opacity: 0.7;
}

.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 p.title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 60px;
}

.thanks-area .comment p {
	font-size: 15px;
	font-weight: 500;
}

footer {
	background-color: white;
}

.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: 14px;
	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;
}