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


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

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

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

/* 全体の設定 */

html {
	color: #222;
	}

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

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

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

img {
	border: none;
	}

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

.container {
    padding: 120px 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 {
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 80px;
}

.btn {
	display: block;
	width: 300px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #CCC;
	border-radius: 35px;
	position: relative;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 600;
	padding-left: 30px;
	transition: .2s;
	background-color: #FFF;
}

.btn::after {
	display: inline-block;
	content: "";
	width: 40px;
	height: 40px;
	background-image: url("/img/common/icon_btn.png");
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	transition: .2s;
}

.btn:hover {
	border: 1px solid #0e3c95;
	background-color: #0e3c95;
	color: #FFF;
}

.btn:hover::after {
	background-image: url("/img/common/icon_btn_hover.png");
}



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

.header__link {
	display: block;
	width: 203px;
	height: 50px;
	position: absolute;
	left: 1%;
	top: 30px;
	background-image: url("/img/common/logo_white.png");
	background-size: cover;
	background-position: center center;
	transition: .2s;
}

.header.scroll .header__link {
	background-image: url("/img/common/logo_blue.png");
}

.header__link:hover {
	opacity: .7;
}

.globalNav {
	height: 70px;
	position: absolute;
	right: 1%;
	top: 20px;
	background-color: #FFF;
	border-radius: 35px;
	padding: 0 20px 0 35px;
}

.header.scroll .globalNav {
	box-shadow: 0 0 10px #AAA;
}

.globalNav__box {
	height: 100%;
	display: flex;
	align-items: center;
}

.globalNav__item:not(:last-child) {
	margin-right: 30px;
}

.globalNav__link {
	font-size: 15px;
	font-weight: 600;
	transition: .2s;
}

.globalNav__link:hover,
.globalNav__link.current {
	color: #0e3c95;
}

.globalNav__tel {
	display: block;
	background-color: #003366;
	height: 40px;
	font-size: 18px;
	color: #FFF;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 15px 0 37px;
	position: relative;
	transition: .2s;
}

.globalNav__tel:hover {
	background-color: #0e3c95;
	color: #FFF;
}

.globalNav__tel::before {
	display: inline-block;
	content: "";
	width: 22px;
	height: 22px;
	background-image: url("/img/common/icon_globalNav_tel.png");
	background-size: cover;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sideNav {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 3000;
	width: 50px;
	height: 280px;
}

.sideNav__link {
	transition: .2s;
}

.sideNav__link:hover {
	opacity: .8;
}

.sideNav__link--line {
	display: block;
	width: 50px;
	height: 145px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .2em;
	color: #FFF;
	background-color: #06be55;
	writing-mode: vertical-lr;
	padding-top: 13px;	
}

.sideNav__link--line::before {
	display: inline-block;
	content: "";
	width: 23px;
	height: 23px;
	background-image: url("/img/common/icon_sideNav_line.png");
	background-size: cover;
	margin-bottom: 5px;
}

.sideNav__link--instagram {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url("/img/common/icon_sideNav_instagram.png");
	background-size: cover;
}

.sideNav__link--facebook {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url("/img/common/icon_sideNav_facebook.png");
	background-size: cover;
}



/* mv */
.mv {
	width: 100%;
	height: calc(100vh - 50px);
	min-height: 700px;
	max-height: 1100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mv__h1 {
	font-size: 48px;
	font-weight: 600;
	padding: 20px 50px;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
	border-bottom: 7px solid #0e3c95;
}

.mv__h1 span {
	display: block;
	color: #0e3c95;
	font-size: 28px;
}



/* breadcrumb */
.breadcrumb__box {
	display: flex;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}

.breadcrumb__item {
	margin-right: 10px;
}

.breadcrumb__item:not(:first-child)::before {
	content: ">";
	margin-right: 10px;
	font-size: 14px;
	color: #999;
}

.breadcrumb__link {
	font-size: 16px;
	color: #999;
}

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






/* reservation */
.reservation__wrapper {
	width: calc(100% - 140px);
	max-width: 100%;
	border-radius: 30px;
	position: relative;
	padding: 100px 6%;
	background-image: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)),url("/img/common/bg_reservation.jpg");
	background-size: cover;
	background-position: center center;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reservation__left {
	width: 40%;
}

.reservation__h2 {
	text-align: left;
	color: #FFF;
	margin-bottom: 20px;
}

.reservation__txt {
	color: #FFF;
	line-height: 2;
}

.reservation__right {
	width: 57%;
	max-width: 570px;
}

.reservation__btn {
	display: block;
	width: 100%;
	height: 110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 6%;
	transition: .2s;
	border-radius: 10px;
}

.reservation__btn:hover {
	opacity: .8;
}

.reservation__btn--tel {
	margin-bottom: 35px;
	background-color: #0e3c95;
}

.reservation__btn--tel .reservation__btn-left {
	font-size: 30px;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 600;
	color: #FFF;
}

.reservation__btn--tel .reservation__btn-left::before {
	display: inline-block;
	content: "";
	width: 37px;
	height: 38px;
	background-image: url("/img/common/icon_reservation_tel.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: -7px;
	margin-right: 15px;
}

.reservation__btn--line {
	background-color: #06c655;
}

.reservation__btn--line .reservation__btn-left {
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
}

.reservation__btn--line .reservation__btn-left::before {
	display: inline-block;
	content: "";
	width: 43px;
	height: 40px;
	background-image: url("/img/common/icon_reservation_line.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: -8px;
	margin-right: 15px;
}

.reservation__btn-right {
	color: #FFF;
}



/* bnr */
.bnr__box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.bnr__item {
	width: 23%;
}

.bnr__link {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #DDD;
	padding: 15px 30px;
	transition: .2s;
}

.bnr__link:hover {
	opacity: .8;
}

.bnr__img {
	display: block;
	width: 100%;
	height: auto;
}



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



/* footer */
.footer {
	background: linear-gradient(#0e3c95,#003366 80%);
	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: 270px;
	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;
}

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

.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 */
.header__link {
	width: 162px;
	height: 40px;
	top: 35px;
	left: 0.5%;
}

.header__link:hover {
	opacity: .7;
}

.globalNav {
	right: 0.5%;
	padding: 0 20px 0 25px;
}

.globalNav__box {
	height: 100%;
	display: flex;
	align-items: center;
}

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

.globalNav__link {
	font-size: 14px;
}

.globalNav__link:hover {
	color: #0e3c95;
}

.globalNav__tel {
	font-size: 14px;
	padding: 0 12px 0 30px;
}


.globalNav__tel:hover {
	color: #FFF;
}

.globalNav__tel::before {
	width: 17px;
	height: 17px;
	left: 9px;
}
	
	
	
/* reservation */
.reservation__wrapper {
	display: block;
}

.reservation__left {
	width: 100%;
	margin-bottom: 40px;
}

.reservation__h2 {
	text-align: center;
}

.reservation__txt {
	text-align: center;
}

.reservation__right {
	margin: 0 auto;
	width: 100%;
}

.reservation__btn {
	display: block;
	width: 100%;
	height: 110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 6%;
	transition: .2s;
	border-radius: 10px;
}

.reservation__btn:hover {
	opacity: .8;
}

.reservation__btn--tel {
	margin-bottom: 35px;
	background-color: #0e3c95;
}

.reservation__btn--tel .reservation__btn-left {
	font-size: 30px;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 600;
	color: #FFF;
}

.reservation__btn--tel .reservation__btn-left::before {
	display: inline-block;
	content: "";
	width: 37px;
	height: 38px;
	background-image: url("/img/common/icon_reservation_tel.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: -7px;
	margin-right: 15px;
}

.reservation__btn--line {
	background-color: #06c655;
}

.reservation__btn--line .reservation__btn-left {
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
}

.reservation__btn--line .reservation__btn-left::before {
	display: inline-block;
	content: "";
	width: 43px;
	height: 40px;
	background-image: url("/img/common/icon_reservation_line.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: -8px;
	margin-right: 15px;
}

.reservation__btn-right {
	color: #FFF;
}



	
	

	
	

}



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

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

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

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

/* 全体の設定 */
body {
	max-width: 959px;
	min-width: 100%;
	}
	
	
	
/* header */
.header__link {
	width: 203px;
	height: 50px;
	top: 20px;
	left: 1.5%;
}
	
.globalNav {
	height: 40px;
	right: 100px;
	padding: 0;
}

.globalNav__item:not(:last-child) {
	display: none;
}

.globalNav__link {
	font-size: 15px;
}

.globalNav__tel {
	font-size: 18px;
	line-height: 40px;
	padding: 0 15px 0 37px;
}

.globalNav__tel::before {
	width: 22px;
	height: 22px;
	left: 10px;
}
	
	
	
/* bnr */
.bnr__link {
	padding: 10px 20px;
}
	
	
	
/* 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: 14px;
	}
	
.container {
    padding: 60px 0;
}

.pc {
	display: none;
	}

.sp {
	display: block;
	}

.wrapper,
.wrapper_small {
	width: calc(100% - 40px);
	}
	
.h2 {
	font-size: 20px;
	margin-bottom: 30px;
}
	
.btn {
	width: 240px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	padding-left: 25px;
}

.btn::after {
	width: 24px;
	height: 24px;
	right: 14px;
}

	
	
/* header */
.header__link {
	width: 121px;
	height: 30px;
	top: 10px;
	left: 1.5%;
}
	
.globalNav {
	height: 50px;
	width: 50px;
	right: 50px;
	top: 0;
	padding: 0;
	border-radius: 0;
}
	
.globalNav__link {
	
}

.globalNav__link span {
	display: none;
}

.globalNav__tel {
	font-size: 18px;
	line-height: 40px;
	padding: 0 5px 0 37px;
	width: 50px;
	height: 50px;
	border-radius: 0;
}

.globalNav__tel::before {
	width: 24px;
	height: 24px;
	left: 13px;
}
	
.sideNav {
	position: fixed;
	right: 100px;
	top: 0;
	bottom: auto;
	width: 50px;
	height: 50px;
	z-index: 9001;
}

.sideNav__link--line {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding-top: 12px;
}
	
.sideNav__link--line span {
	display: none;
}

.sideNav__link--line::before {
	width: 25px;
	height: 25px;
}

.sideNav__link--instagram,
.sideNav__link--facebook {
	display: none;
}
	
	
	
/* mv */
.mv {
	height: 400px;
	min-height: 400px;
	max-height: 400px;
}

.mv__h1 {
	font-size: 20px;
	padding: 10px 25px;
	border-radius: 5px;
	border-bottom: 3px solid #0e3c95;
}

.mv__h1 span {
	font-size: 16px;
}



/* reservation */
.reservation__wrapper {
	width: calc(100% - 40px);
	border-radius: 15px;
	padding: 50px 20px;
}

.reservation__h2 {
	margin-bottom: 20px;
}

.reservation__left {
	margin-bottom: 20px;
}

.reservation__btn {
	width: 100%;
	height: 55px;
	padding: 0 4%;
	transition: .2s;
	border-radius: 5px;
}

.reservation__btn--tel {
	margin-bottom: 20px;
}

.reservation__btn--tel .reservation__btn-left {
	font-size: 16px;
}

.reservation__btn--tel .reservation__btn-left::before {
	display: inline-block;
	content: "";
	width: 19px;
	height: 19px;
	vertical-align: -4px;
	margin-right: 7px;
}

.reservation__btn--line .reservation__btn-left {
	font-size: 16px;
}

.reservation__btn--line .reservation__btn-left::before {
	display: inline-block;
	content: "";
	width: 21px;
	height: 19px;
	background-image: url("/img/common/icon_reservation_line.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: -4px;
	margin-right: 7px;
}

.reservation__btn-right {
	font-size: 11px;
}

	
	
/* bnr */
.bnr__box {
	flex-wrap: wrap;
}

.bnr__item {
	width: 48%;
	margin-bottom: 20px;
}

.bnr__link {
	padding: 8px 15px;
}
	
	
	
/* footer__map */
.footer__map,
.footer__map iframe {
	height: 300px;
}

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

.footer__upper {
	padding: 0 20px;
}
	
.footer__logo {
	width: 200px;
	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;
}

	


}