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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* 全体の設定 */

html {
	color: #222;
	}

body {
	width: 100%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
	font-size: 20px;
	}

a {
	text-decoration: none;
	color: #222;
	cursor: pointer;
	}

p {
	color: #222;
	line-height: 2;
	}

img {
	border: none;
	}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	}

.container {
    padding: 140px 0 150px 0;
}
	
.wrapper {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	}

.wrapper_small {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	}

.pc {
	display: block;
	}

.sp {
	display: none;
	}

.h2 {
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 60px;
}

.h2 span {
	font-family: "Hurricane", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	color: #034791;
	display: block;
}

.btn {
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
   	border: none;
    text-align: center;
    outline: none;
    transition: ease .2s;
	background-color: #034791;
	width: 280px;
	height: 65px;
	line-height: 65px;
	margin: 80px auto 0 auto;
	border-radius: 5px;
}

.btn span {
	position: relative;
	z-index: 3;
	color: #FFF;
	font-weight: 600;
}

.btn::before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background: #000;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

.btn:hover::before{
	transform-origin:left top;
	transform:scale(1, 1);
}



/* header */
.header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	transition: .3s;
}

.header__link {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	padding: 35px 20px;
	border-radius: 0 0 15px 0;
	transition: .2s;
	z-index: 9500;
}

.header__link:hover {
	opacity: .8;
}

.header__logo {
	display: block;
	width: 90px;
	height: auto;
}



/* globalNav */
.globalNav {
	position: fixed;
	right: 100px;
	top: 0;
	z-index: 8500;
	transition: .3s;
}

.globalNav__box {
	display: flex;
}

.globalNav__item {
	position: relative;
	height: 100px;
	margin-left: 35px;
	display: flex;
	align-items: center;
	transition: .3s;
}

.globalNav__link {
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	transition: .3;
}

.globalNav__link:hover,
.globalNav__link.current {
	color: #034791;
	cursor: pointer;
}

.globalNav__link.current {
	color: #034791!important;
}

.globalNav__item:nth-of-type(8) {
	width: 160px;
	height: 100px;
	background-color: #034791;
}

.globalNav__item:nth-of-type(8) .globalNav__link {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 15px;
	text-align: center;
	padding-top: 60px;
	position: relative;
	transition: .3s;
}

.globalNav__item:nth-of-type(8) .globalNav__link::before {
	display: inline-block;
	content: "";
	width: 35px;
	height: 35px;
	background-image: url("/img/common/icon_tel.png");
	background-size: cover;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	transition: .3s;
}

.globalNav__item:nth-of-type(8) .globalNav__link:hover {
	opacity: .8;
	color: #FFF;
}



/* header scroll */
.scroll.header {
	background-color: #FFF;
	height: 70px;
}

.scroll.globalNav {
	right: 70px;
}

.scroll .globalNav__item {
	height: 70px;
}

.scroll .globalNav__link {
	color: #222;
}

.scroll .globalNav__link:hover {
	color: #034791;
}

.scroll .globalNav__item:nth-of-type(8) {
	height: 70px;
}

.scroll .globalNav__item:nth-of-type(8) .globalNav__link {
	padding-top: 43px;
	color: #FFF;
}

.scroll .globalNav__item:nth-of-type(8) .globalNav__link::before {
	width: 30px;
	height: 30px;
	top: 10px;
}



/* mv */
.mv {
	width: 100%;
	height: 700px;
	position: relative;
}

.mv__bg {
	width: 85%;
	height: 100%;
	position: absolute;
	right: 0;
	border-bottom-left-radius: 30px;
	background-size: cover;
	background-position: center center;
}

.mv__h1 {
	font-size: 60px;
	font-weight: 600;
	position: absolute;
	bottom: 180px;
	left: 8%;
	background-color: #FFF;
	padding: 5px 30px;
}

.mv__txt {
	font-family: "Hurricane", cursive;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	bottom: 50px;
	left: calc(8% + 40px);
	font-size: 80px;
	color: #034791;
}



/* breadcrumb */
.breadcrumb {
	margin-top: 30px;
}

.breadcrumb__box {
	display: flex;
	justify-content: flex-end;
}

.breadcrumb__item:not(:last-child) {
	margin-right: 15px;
}

.breadcrumb__item:not(:last-child)::after {
	content: ">";
	display: inline-block;
	margin-left: 15px;
	color: #777;
	font-size: 14px;
}

.breadcrumb__link {
	font-size: 14px;
	color: #777;
}

.breadcrumb__link:hover {
	text-decoration: underline;
}



/* reservation */
.reservation {
	padding-bottom: 120px;
}

.reservation__header {
	width: 100%;
	height: 500px;
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),url("/img/common/bg_reservation.jpg");
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.reservation__h2,
.reservation__h2 span,
.reservation__header-txt {
	color: #FFF;
	text-align: center;
}

.reservation__h2 {
	margin-bottom: 30px;
}

.reservation__box {
	display: flex;
	margin-top: -80px;
	box-shadow: 0 0 15px #EEE;
}

.reservation__item {
	width: 100%;
	padding: 60px 30px;
	text-align: center;
}

.reservation__item--tel {
	background-color: #FFF;
}

.reservation__h3 {
	font-size: 36px;
	margin-bottom: 30px;
	font-weight: 600;
}

.reservation__icon {
	display: block;
	width: 60px;
	height: auto;
	margin: 0 auto 20px auto;
}

.reservation__item-txt {
	margin-bottom: 25px;
}

.reservation__item--line .reservation__item-txt {
	color: #FFF;
}

.reservation__btn {
	width: 220px;
	height: 55px;
	line-height: 55px;
	margin-top: 30px;
}

.reservation__item--line .reservation__btn {
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF;
}




/* footer__map */
.footer__map,
.footer__map iframe {
	display: block;
	width: 100%;
	height: 500px;
}



/* footer */
.footer {
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),url("/img/common/bg_footer.jpg");
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	padding: 130px 0;
}

.footer__upper {
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
}

.footer__upper-left {
	width: 40%;
}

.footer__logo {
	display: block;
	width: 150px;
	height: auto;
	margin-bottom: 30px;
}

.footer__txt {
	font-size: 14px;
	color: #FFF;
}

.footer__nav {
	display: flex;
}

.footer__nav > li {
	margin-left: 50px;
}

.footer__nav > li > ul > li {
	line-height: 2.2;
}

.footer__nav > li > ul > li > a {
	font-size: 13px;
	color: #FFF;
	font-weight: 500;
}

.footer__nav > li > ul > li > ul > li > a {
	font-size: 12px;
	color: #FFF;
}

.footer__nav > li > ul > li > ul > li > a:before {
	content: "-";
	margin-right: 5px;
}

.footer__copyright {
	margin: 50px 50px 0 50px;
	border-top: 0.5px solid #FFF;
	padding-top: 30px;
	color: #FFF;
}




/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

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

/* 全体の設定 */
body {
	max-width: 1199px;
	min-width: 100%;
	}
	
	
	
/* header */
.globalNav__item:not(:last-child) {
	display: none;
}

	
	

}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

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

/* 全体の設定 */
body {
	max-width: 959px;
	min-width: 100%;
	}
	
	
	
/* mv */
.mv__h1 {
	left: 4%;
}

.mv__txt {
	bottom: 50px;
	left: calc(4% + 30px);
}
	
	
	
/* footer */
.footer__upper {
	padding: 0 50px;
	display: block;
	justify-content: space-between;
}

.footer__upper-left {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.footer__logo {
	margin: 0 auto 30px auto;
}

.footer__txt {
	font-size: 13px;
	color: #FFF;
}
		
.footer__upper-right {
	display: flex;
	justify-content: center;
}

.footer__nav {
	display: flex;
}

.footer__copyright {
	text-align: center;
}

	

}

	
/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* 全体の設定 */
body {
	max-width: 767px;
	font-size: 16px;
	}
	
.container {
    padding: 70px 0 80px 0;
}

.pc {
	display: none;
	}

.sp {
	display: block;
	}

.wrapper,
.wrapper_small {
	width: calc(100% - 40px);
	}
	
.h2 {
	font-size: 24px;
	margin-bottom: 30px;
}
	
.h2 span {
	font-size: 24px;
}
	
.btn {
	width: 250px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	margin: 40px auto 0 auto;
}
	
	
	
/* header */
.header {
	height: 50px;
}

.header__link {
	padding: 15px 10px;
	border-radius: 0 0 5px 0;
}

.header__logo {
	width: 50px;
}



/* globalNav */
.globalNav {
	right: 50px;
}

.globalNav__item:nth-of-type(8) {
	width: 70px;
	height: 50px;
}

.globalNav__item:nth-of-type(8) .globalNav__link {
	padding-top: 32px;
	font-size: 10px;
}

.globalNav__item:nth-of-type(8) .globalNav__link::before {
	width: 20px;
	height: 20px;
	top: 8px;
}



/* header scroll */
.scroll.header {
	background-color: transparent;
	height: 50px;
}

.scroll.globalNav {
	right: 50px;
}

.scroll .globalNav__item {
	height: 70px;
}

.scroll .globalNav__item:nth-of-type(8) {
	height: 50px;
}

.scroll .globalNav__item:nth-of-type(8) .globalNav__link {
	font-size: 10px;
	padding-top: 32px;
	color: #FFF;
}

.scroll .globalNav__item:nth-of-type(8) .globalNav__link::before {
	width: 20px;
	height: 20px;
	top: 8px;
}

	
	
/* mv */
.mv {
	height: 250px;
}

.mv__bg {
	width: 90%;
	border-bottom-left-radius: 15px;
}

.mv__h1 {
	font-size: 24px;
	bottom: 70px;
	left: 1%;
	padding: 3px 15px;
}

.mv__txt {
	bottom: 10px;
	left: calc(1% + 10px);
	font-size: 32px;
}


	

/* breadcrumb */
.breadcrumb {
	margin-top: 0;
}
	
	
	
	
/* reservation */
.reservation {
	padding-bottom: 50px;
}
	
.reservation__header {
	height: 270px;
	padding-bottom: 20px;
}
	
.reservation__h2 {
	margin-bottom: 10px;
}

.reservation__box {
	display: block;
	margin-top: -40px;
	box-shadow: 0 0 5px #777;
}

.reservation__item {
	width: 100%;
	padding: 40px 20px;
}

.reservation__h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.reservation__icon {
	width: 45px;
	margin: 0 auto 10px auto;
}

.reservation__item-txt {
	margin-bottom: 15px;
}

.reservation__btn {
	width: 180px;
	height: 45px;
	line-height: 45px;
	margin-top: 20px;
}
	


/* footer__map */
.footer__map,
.footer__map iframe {
	height: 300px;
}

	
	
/* footer */
.footer {
	padding: 50px 0 40px 0;
}

.footer__upper {
	padding: 0 20px;
}
	
.footer__logo {
	width: 120px;
	margin-bottom: 20px;
}

.footer__txt {
	font-size: 12px;
	color: #FFF;
}
	
.footer__upper-left {
	margin-bottom: 20px;
}
	
.footer__upper-right {
	display: none;
}

.footer__copyright {
	margin: 10px 20px;
	border-top: 0.5px solid #FFF;
	padding-top: 10px;
	font-size: 12px;
}
	
.footer a {
	color: #FFF;
}
	


}