@charset "UTF-8";
@import url(./reset.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
	box-sizing: border-box;
}

html {
	overflow: auto;
}
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
	font-size: 16px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #000;
	background-color: #fff;
	overflow: hidden;
	letter-spacing: 0.05em;
}

img {
	border: none;
	vertical-align: bottom;
	height: auto;
}

.clearfix:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.center { text-align: center; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }
.bold { font-weight: 900; }
.nowrap { white-space: nowrap; }



.mincho {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media screen and (max-width: 767px){
	.pcOnly{
		display: none !important;
	}
}

@media screen and (min-width: 768px){
	.spOnly{
		display: none !important;
	}
}

#wrapper {
	width: 100%;
	max-width: 2000px;
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	
	#wrapper {
		min-width: 100%;
	}
	
}

#js-menuBk {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

/*------ヘッダーメニュー-----*/

header {
	background-color: #fff;
}

header .inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 80px;
}

header .logo {
	display: flex;
	align-items: center;
	padding-left: 20px;
}

header .logo img {
	width: 249px;
	transition: all 0.3s ease;
}

header .logo img:hover {
	opacity: 0.6;
}

header .hdg_btn {
	margin-left: auto;
	display: flex;
}
header .tel {
	display: flex;
	align-items: center;
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s ease;
}
header .tel:hover {
	opacity: 0.6;
}
header .tel .label {
	font-size: 13px;
	font-weight: bold;
	margin-right: 1em;
}
header .tel .no {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
header .tel .no::before {
	width: 18px;
	height: 23px;
	background: url("../img/common/icon_tel.png") no-repeat left top;
	background-size: contain;
	margin-right: 10px;
	display: inline-block;
	content: '';
}
header .tel .att {
	font-size: 12px;
}
header .btn_reserve {
	height: 100%;
	background-color: #efefef;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #000;
	width: 160px;
	font-weight: bold;
	margin-left: 15px;
	transition: opacity 0.3s ease;
}
header .btn_reserve:hover {
	opacity: 0.6;
}
header .btn_reserve::before {
	width: 16px;
	height: 24px;
	background: url("../img/common/icon_sp.png") no-repeat left top;
	background-size: contain;
	margin-right: 10px;
	display: inline-block;
	content: '';
}

.g_navi {
	margin-left: auto;
	position: relative;
	height: 80px;
	background-color: #3a9cc9;
}

.g_navi_inner {
	position: relative;
	height: 100%;
}

.g_navi_inner > ul {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.g_navi_inner > ul > li {
	position: relative;
	height: 100%;
	width: 16.6666%;
	display: flex;
	justify-content: space-between;
}
.g_navi_inner > ul > li::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #fff;
	margin-top: 25px;
}
.g_navi_inner > ul > li:last-child::after {
	display: none;
}
.g_navi_inner > ul > li > a {
	color: #fff;
	font-size: 11px;
	white-space: nowrap;
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 10px;
	height: 100%;
	width: 100%;
}
.g_navi_inner > ul > li > a span {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.g_navi_inner > ul > li > a:hover {
	opacity: 0.6;
}

.g_navi_inner .online_btn:hover {
	opacity: 0.6;
}

.g_navi_inner .online_btn::before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 21px;
	background: url("../img/common/icon_cart.png") no-repeat 50% 50%;
	margin-right: 10px;
}

.btn_close, .btn_spmenu {
	display: none;
}

@media screen and (max-width: 767px){

	header .inner {
		height: 60px;
	}

	header .logo {
		padding-left: 10px;
	}

	header .logo img {
		width: 155px;
	}

	header .tel {
		flex-direction: column;
		justify-content: center;
		height: 100%;
		width: 55px;
	}

	header .tel .label {
		font-size: 9px;
		margin-right: 0;
	}
	header .tel .no {
		display: none;
	}
	header .tel::before {
		width: 18px;
		height: 23px;
		background: url("../img/common/icon_tel.png") no-repeat left top;
		background-size: contain;
		display: inline-block;
		content: '';
		margin-bottom: 10px;
	}
	header .tel .att {
		display: none;
	}
	header .btn_reserve {
		font-size: 9px;
		font-family: 
			YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		width: 60px;
		margin-left: 0;
		display: flex;
		flex-direction: column;
	}

	header .btn_reserve::before {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.g_navi {
		position: fixed;
		z-index: -9999;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: none;
		background: #3a9cc9;
		transition: all .3s;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 0;
		padding: 60px 0 0;
		overflow: auto; /*追加*/
		-webkit-overflow-scrolling: touch; /*追加*/
		margin-right: 0 !important;
	}

	.g_navi.is-active {
		z-index: 9999;
		opacity: 1;
	}
	
	.g_navi_inner {
		width: 100%;
		position: relative;
		text-align: center;
		padding: 0 20px;
	}
	
	.btn_spmenu {
		width: 55px;
		height: 60px;
		cursor: pointer;
		display: block;
		position: relative;
		background-color: #3a9cc9;
	}
	
	.btn_close {
		position: absolute;
		width: 55px;
		height: 60px;
		cursor: pointer;
		right: 0px;
		top: 0px;
		z-index: 999;
		display: block;
	}
	
	.btn_spmenu span,
	.btn_spmenu::before,
	.btn_spmenu::after,
	.btn_close span,
	.btn_close::before,
	.btn_close::after {
		content: '';
		width: 20px;
		height: 2px;
		position: absolute;
		top: 29px;
		left: 50%;
		margin-left: -10px;
		background: #fff;
		transition: all 0.3s ease;
	}
	
	.btn_spmenu::before {
		transform: translateY(-9px);
	}

	.btn_spmenu::after {
		transform: translateY(9px);
	}
	
	.btn_close span {
		opacity: 0;
	}

	.btn_close::before {
		transform: translateY(0) rotate(45deg);
	}

	.btn_close::after {
		transform: translateY(0) rotate(-45deg);
	}
	
	.g_navi_inner > ul {
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.g_navi_inner > ul > li {
		width: 100%;
		flex-direction: column;
		margin-left: 0;
		margin-bottom: 10px;
		text-align: center;
		height: auto;
	}
	.g_navi_inner > ul > li::after {
		display: none;
	}
	.g_navi_inner > ul > li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		width: 100%;
		font-size: 14px;
		padding: 0;
		border: none;
		transition: none !important;
	}
	
	.g_navi_inner > ul > li a span {
		display: none;
	}
	
}

/*------予約-----*/

.reserve {
	background-color: #3a9cc9;
	padding: 80px 50px;
	position: relative;
}
.reserve::after {
	content: '';
	display: inline-block;
	width: 320px;
	height: 154px;
	background: url("../img/home/ttl_reserve.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 10px;
	top: -90px;
}
.reserve.menu::after {
	display: none;
}
.reserve .inner {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}
.reserve h2 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 70px;
	text-align: center;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.reserve h2::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.reserve .coupon {
	border: 10px solid #d2eff6;
	background-color: #fff;
	padding: 30px 40px;
}
.reserve h3 {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}
.reserve .price {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.5;
}
.reserve .price span {
	font-size: 40px;
	color: #ff0000;
}
.reserve .ttl {
	text-align: left;
	font-weight: bold;
	margin-bottom: 1.5em;
	padding-bottom: 0.7em;
	border-bottom: 1px dashed #ccc;
}
.reserve .coupon ul {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.reserve .coupon li {
	width: 50%;
	margin-bottom: 1em;
}
.reserve .coupon a {
	max-width: 320px;
	height: 60px;
	background-color: #3a9cc9;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin: 0 auto;
	transition: opacity 0.3s ease;
}
.reserve .coupon a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px){
	
}

@media screen and (max-width: 767px){
	
	.reserve {
		padding: 40px 20px;
	}
	.reserve::after {
		width: 140px;
		height: 68px;
		right: 0px;
		top: -30px;
	}
	.reserve .inner {
		max-width: 480px;
	}
	.reserve h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.reserve .coupon {
		border: 5px solid #d2eff6;
		padding: 20px;
	}
	.reserve h3 {
		font-size: 16px;
	}
	.reserve .price {
		font-size: 14px;
	}
	.reserve .price span {
		font-size: 30px;
	}
	.reserve .ttl {
		font-size: 13px;
	}
	.reserve .coupon ul {
		font-size: 13px;
		text-align: left;
		display: block;
		margin-bottom: 2em;
	}
	.reserve .coupon li {
		width: auto;
		margin-bottom: 1em;
	}
	.reserve .coupon a {
		height: 40px;
		border-radius: 20px;
		font-size: 14px;
	}

	
}


/*------フッター-----*/

footer {
	background: #3a9cc9;
}
footer .yoyaku {
	background-color: #efefef;
	padding: 80px 50px;
	text-align: center;
}
footer .yoyaku .catch {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 1em;
}
footer .yoyaku .lead {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 2em;
}
footer .yoyaku a {
	max-width: 640px;
	height: 100px;
	background-color: #3a9cc9;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	transition: all 0.3s ease;
	font-size: 30px;
	margin: 0 auto;
}
footer .yoyaku a:hover {
	opacity: 0.6;
}

footer .inner {
	color: #fff;
	padding: 50px;
	text-align: center;
}
footer .inner img {
	width: 142px;
	display: block;
	margin: 0 auto 50px;
}
footer .inner ul.link {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 40px;
}
footer .inner ul.link li {
	display: inline-block;
}
footer .inner ul.link li::after {
	content: '　｜　';
	display: inline;
}
footer .inner ul.link li:last-child::after {
	display: none;
}
footer .inner a {
	color: #fff;
	text-decoration: none;
}
footer .reserb_btn {
	max-width: 300px;
	height: 50px;
	border: 1px solid #fff;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease;
	margin: 0 auto 40px;
}
footer .reserb_btn:hover {
	opacity: 0.6;
}
footer .address {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 40px;
}
footer .sns {
	display: inline-block;
	margin-bottom: 40px;
}
footer .sns li {
	display: inline-block;
	margin: 0 20px;
}
footer .sns img {
	width: 31px;
	margin-bottom: 0;
		transition: opacity 0.3s ease;
}
footer .sns img:hover {
	opacity: 0.6;
}
footer small {
	display: block;
	font-size: 13px;
}
@media screen and (max-width: 767px){
	
	footer .yoyaku {
		padding: 40px 20px;
	}
	footer .yoyaku .catch {
		font-size: 18px;
	}
	footer .yoyaku .lead {
		font-size: 13px;
	}
	footer .yoyaku a {
		max-width: 320px;
		height: 40px;
		font-size: 18px;
	}

	footer .inner {
		padding: 30px 20px;
	}
	footer .inner img {
		width: 100px;
		margin: 0 auto 40px;
	}
	footer .inner ul.link {
		display: block;
		font-size: 13px;
		margin-bottom: 30px;
	}
	footer .inner ul.link li {
		display: block;
		margin-bottom: 20px;
	}
	footer .inner ul.link li::after {
		display: none;
	}
	footer .reserb_btn {
		max-width: 240px;
		height: 40px;
		font-size: 16px;
		margin: 0 auto 30px;
	}
	footer .address {
		font-size: 13px;
		margin-bottom: 30px;
	}
	footer .sns {
		display: inline-block;
	}
	footer .sns li {
		display: inline-block;
		margin: 0 10px;
	}
	footer .sns img {
		width: 24px;
		margin-bottom: 0;
	}
	footer small {
		font-size: 11px;
	}
	
}



/*--------------pageTop--------------*/

#pageTop{
	position: fixed;
	right: -60px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5) url(../img/common/pagetop.png) no-repeat 50% 50%;
	background-size: 14px;
	z-index: 9998;
	transition: all 0.3s ease;
	text-indent: -9999px;
}

#pageTop.showIn{
	right: 0;
}

@media screen and (min-width: 768px), print{
	#pageTop{
		right: 35px;
		bottom: -60px;
		width: 60px;
		height: 60px;
		background: rgba(0, 0, 0, 0.5) url(../img/common/pagetop.png) no-repeat 50% 50%;
		background-size: 27px;
	}
	
	#pageTop.showIn{
		right: 35px;
		bottom: 30px;
	}
}



/*------汎用-----*/
.btn_back {
	max-width: 360px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	background-color: #3a9cc9;
	color: #fff;
	margin: 0 auto;
	transition: opacity 0.3s ease;
}
.btn_back:hover {
	opacity: 0.6;
}

.ul_blog {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ul_blog li {
	width: 30%;
	text-align: left;
	margin-bottom: 50px;
}
.ul_blog::after{
	content: "";
	display: block;
	width: 30%;
}
.ul_blog li img {
	width: 100%;
	transition: opacity 0.3s ease;
	margin-bottom: 20px;
}
.ul_blog li a {
	color: #000;
	text-decoration: none;
}
.ul_blog li a:hover img {
	opacity: 0.6;
}
.ul_blog li .date {
	font-size: 13px;
	color: #999;
	margin-bottom: 1em;
}
.ul_blog li .ttl {
	font-size: 15px;
	line-height: 1.8;
}
.ul_blog li a:hover .ttl {
	text-decoration: underline;
}
.notfound {
	padding: 100px 0;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

@media screen and (max-width: 767px){
	
	.btn_back {
		max-width: 320px;
		height: 40px;
		font-size: 14px;
	}
	
	.ul_blog {
		margin: 0 auto 20px;
		max-width: 480px;
	}
	.ul_blog::after{
		display: none;
	}
	.ul_blog li {
		width: 45%;
		margin-bottom: 30px;
	}
	.ul_blog li img {
		margin-bottom: 20px;
	}
	.ul_blog li .date {
		font-size: 12px;
	}
	.ul_blog li .ttl {
		font-size: 13px;
	}
	.notfound {
		padding: 50px 0;
		font-size: 13px;
	}
	
}