@charset "UTF-8";
/* CSS Document */

/*
########################################################
  header
########################################################
*/

#headerArea {
	position: relative;
	background: #E1F3FC;
}

#header {
	position: relative;
	z-index: 100;
	width: 100vw;
	padding: 20px;
}

#headerIn {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-right: 182px;
}

#headerIn h1 {
	margin-right: 3vw;
	width: 450px;
}

#headerIn h1 img {
	width: 100%;
}

/*#headerIn nav {
	width: 100%;
	padding-right: 200px;
}

#headerIn nav ul li a {
	display: block;
}

#headerIn nav > ul {
	display: flex;
	justify-content: space-between;
}

#headerIn nav > ul > li > a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: 700;
}
*/
#menu-content > li:nth-child(5) > a::after,
#menu-content > li:nth-child(6) > a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #333;
	bottom: -5px;
	transform: scale(0, 1);
	transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
	transition: transform 0.3s;   /*変形の時間*/
}

#menu-content > li:nth-child(5) > a:hover::after,
#menu-content > li:nth-child(6) > a:hover::after {
	transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

#hd-inquiry_btn {
	position: absolute;
	z-index: 99;
	right: -50px;
	top: -50px;
	display: inline-block;
	background: url("../img/common/hd_contact.png") center center no-repeat;
	background-size: contain;
    background-repeat: no-repeat;
	padding: 60px 60px 50px 50px;
	text-align: center;
}
#hd-inquiry_btn h4 {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

#hd-inquiry_btn .tel {
	margin-bottom: 5px;
}

#hd-inquiry_btn .tel em {
	display: block;
	font-size: 2.1rem;
	color: #0071BC;
}

#hd-inquiry_btn .tel span {
	display: block;
	font-size: 1.3rem;
}

#hd-inquiry_btn .btn a {
	display: block;
	background: #0071BC;
	color: #fff;
	font-weight: 700;
	padding: 5px;
}

@media screen and (max-width: 960px) {
	#hd-inquiry_btn {
		right: 0px;
		top: 50px;
		filter: drop-shadow(5px 5px 8px #aaa);
	}
}

@media screen and (max-width: 640px) {
	#hd-inquiry_btn {
		display: none;
	}
}

/*
########################################################
  footer
########################################################
*/

#footer {
	position: relative;
	background-color: #e1f3fc;
	background-image: url("../img/common/footer_img_01.png"),url("../img/common/footer_img_02.png");
	background-position: left 2% top 30%,right 3% top 115px;
	background-repeat: no-repeat,no-repeat;
	width: 100%;
	padding-top: 150px;
}

#footerIn {
	position: relative;
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
	padding: 0px 0 50px 0;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	z-index: 7;
}

#footerIn h2 {
	margin-bottom: 12%;
}

#footerIn .tel {
	margin-bottom: 3%;
}

#footerIn .tel_nmb strong {
	color: #0071bc;
	font-size: 4rem;
	letter-spacing: 0.1em;
	line-height: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

#footerIn .tel_goro {
	text-align: right;
	letter-spacing: 0.3em;
	padding-right: 0.5em;
	font-size: 1.5rem;
}

#footerIn .btn_reservation a {
	display: block;
	padding: 10px;
	background-color: #e9ad94;
	color: #fff;
	text-decoration: none;
	font-size: 2.4rem;
	text-align: center;
	
	overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 6;
}

#footerIn .btn_reservation a::after {
  background: #db7d5d;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
 
#footerIn .btn_reservation a:hover {
  color: #fff;
}
#footerIn .btn_reservation a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

#footerIn .btn_map {
	margin-top: 7px;
}

#footerIn .btn_map a {
	display: flex;
	align-items: center;
	color: #e9ad94;
}

#footerIn .time {
	margin-top: 7%;
}

#footerIn .time table thead {
	background: #736357;
	color: #fff;
}

#footerIn .time table thead td {
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footerIn .time table tbody td {
	text-align: center;
	vertical-align: middle;
}

#footerIn .time table tbody th {
	text-align: left;
	padding-left: 0;
}

#footerIn .snsicon {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	margin-top: 10px;
}

#footerIn .snsicon img {
	width: 50px;
	height: auto;
}

#footerIn .snsicon a:hover {
	opacity: 0.7;
}

#footer .footer_wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
	z-index: 5;
}

#footer .footer_wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 115px;
    transform: rotateY(180deg);
	background: #e1f3fc;
}

#footer .footer_wave .shape-fill {
    fill: #FFFFFF;
}

#ftnavi {
	padding: 5vh 0 15vh 0;
}

#ftnavi a {
	color: #333;
}

#ftnavi a:hover {
	color: #ccc;
}

#ftnavi ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#ftnavi ul.navi01 li {
	padding-right: 20px;
}

#ftnavi ul.navi01 li::after {
	content: "";
	width: 1px;
	height: 100%;
	border-right: 1px solid #333;
	padding-left: 20px;
}

#ftnavi ul.navi01 li:last-child::after {
	border-right: none;
	padding: 0;
}

#ftnavi ul.navi02 {
	margin-top: 20px;
}

#ftnavi ul.navi02 li {
	padding: 0 10px;
}

#ftnavi ul.navi02 a {
	display: flex;
	align-items: center;
}

#ftnavi ul.navi02 .material-icons-outlined {
	color: #0071bc;
}

#ftnavi .copylight {
	margin-top: 40px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#footer {
		background-position: left 2% bottom 30px,right 3% top 115px;
	}

	#footerIn {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#footerIn .right_conte {
		margin-top: 20px;
		width: 100%;
	}
	
	#footerIn .time {
		margin-top: 20px;
	}
}

/*
########################################################
  contents
########################################################
*/

#contents {
	position: relative;
	z-index: 2;
}

/*
########################################################
  index
########################################################
*/

.index_lv01 {
	font-size: 1.9rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 7vh;
}

.index_lv01.blue { color: #0071bc; }
.index_lv01.orange { color: #f7931e; }

.index_lv01::before {
	display: inline-block;
	margin-right: 5px;
}

.index_lv01.blue::before { content: url("../img/common/index_ic_blue.png"); }
.index_lv01.orange::before { content: url("../img/common/index_ic_orange.png"); }

.index_lv02 {
	font-size: clamp(2rem, 1.782rem + 1.09vw, 2.6rem);;
	text-align: center;
	margin-bottom: 5vh;
}

.index_lv02.blue { color: #0071bc; }
.index_lv02.orange { color: #f7931e; }

.index_lv03 {
	text-align: center;
	margin-bottom: 3vh;
}

.index_lv03 span {
	color: #0071bc;
	font-weight: 600;
	font-size: 1.7rem;
	border-bottom: 2px solid #0071bc;
	padding-bottom: 3px;
}

/*
########################################################
  box
########################################################
*/

.unitBlock {
	clear: both;
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
	margin-bottom: 10vh;
}

.alphaBlock {
	margin-bottom: 5vh!important;
}

/*
########################################################
  btn
########################################################
*/

#contents .btn {
	display: flex;
	margin-top: 1em;
}

#contents .btn.btn_right {
	justify-content: flex-end;
}

#contents .btn.btn_center {
	justify-content: center;
}

#contents .btn a {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 7px 13px 5px 7px;
}

#contents .btn.btn_orange a {
	background: #f7931e;
}

#contents .btn.btn_blue a {
	background: #0071bc;
}

#contents .btn.btn_pink a {
	background: #e9ad94;
}