@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*----------------------------------------------------------------------------------------------------
	全ページ共通スタイル
----------------------------------------------------------------------------------------------------*/

body,
html {
	display: block;
	width: 100%;
  min-width: 1200px;
	height: 100%;
}
@media screen and (max-width: 639px) {
	body,
	html {
		min-width: 0;
	}
}

/* 要素設定*/
body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 17px;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.noto {
	font-family: 'Noto Sans JP', sans-serif;
}
.sp-block {
	display: none;
}
.w1200 {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.w1920 {
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}
.flex {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.zopim{
	right: none !important;
	left: 10px !important;
}

/* YouTube動画埋め込み */
.youtube{
	margin-top: 55px;
	margin-bottom: 55px;
}

@media screen and (min-width: 768px) {
  .youtube{
	  margin-top: 75px;
	  margin-bottom: 75px;
  }
}

@media screen and (min-width: 992px) {
  .youtube{
	  margin-top: 100px;
	  margin-bottom: 100px;
  }
}

.youtube iframe{
	display: block;
	width: 100%;
	height: calc( 90vw * .5625 );
}

@media screen and (min-width: 1200px) {
  .youtube iframe{
	  height: 675px;
  }
}

/*　ヘッダー
---------------------------------------------------------------------------------------*/
#pageHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 100;
}
.pageHeaderLogo {
	position: absolute;
	width: 12.5%;
	height: auto;
	max-width: 240px;
	top: 0;
	left: 0;
}
.pageNav {
	padding-left: 12.5%;
	height:  100%;
	background: rgba(178,0,8,0.8);
}
.pageNav li {
     position:  relative; 
     z-index: 1;
}
.pageNav .nav01 {width: 11.32%;}
.pageNav .nav02 {width: 10.92%;}
.pageNav .nav03 {width: 14.41%;}
.pageNav .nav04 {width: 15.79%;}
.pageNav .nav05 {width: 16.63%;}
.pageNav .nav06 {width: 16.93%;}
.pageNav .nav07 {width: 16.93%;}
.pageNav .nav08 {width: 11.32%;}
/*1日の流れ設定*/
.pc-none:{
	display: none;
	}
.pageNav .link_sav{
	display:none;
	}
/*1日の流れ設定end*/
.pageNav li a {
    display:  block;
    position:  relative;
    min-height:  90px;
    height:  100%;
    /* background-color: rgba(178,0,8,0.8); */
    text-align:  center;
    padding-top: 19px;
    /* padding-bottom:  50%; */
    padding-bottom:  45px;
    box-sizing:  border-box;
}
.pageNav li a b {
    display:  block;
    text-align:  center;
    font-size:  19px;
    font-weight:  bold;
    color:  #fff;
}
@media screen and (max-width:1920px) {
	.pageNav li a b {
    font-size: 0.9895vw;
	}
}
.pageNav li a span {
    display: block;
    position:  absolute;
    /* top: 50%; */
    bottom: 20px;
    /* bottom:  0; */
    left:  0;
    right:  0;
}
.pageNav li a span img {}

.langNav {
	position: absolute;
	right: 0;
	/*width: 15.15%;*/
	background-color: rgb(0 0 0 / .75);
}
.langNav > a,
.langNav li a{
	font-family: serif;
	display: block;
	text-align: center;
	padding: 10px 20px 10px 35px;
	color: #fff;
	position: relative;
}
.langNav > a::before,
.langNav li a::before{
	content: "▼";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 18px;
	font-size: .5em;
	transform: rotate(-90deg);
}
/*言語が３つに増えた場合は表示
.langNav li {
	float: left;
}
.langNav li img {
	vertical-align: top;
}
.langNav .lang1 { width: 32%; }
.langNav .lang2 { width: 30%; }
.langNav .lang3 { width: 38%; }
*/
.nav2{
	position: absolute;
	z-index: 1;
	background-color: rgba(178,0,8,0.8); 
	top:100%;
	left: 0;
	right: 0;

	
	visibility: hidden;
	-webkit-transition: -webkit-transform .2s, opacity .2s, visibility 0s .2s;
	transition: transform .2s, opacity .2s, visibility 0s .2s;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;

	transition: all 300ms cubic-bezier(.165,.84,.44,1);
	-webkit-transition: all 300ms cubic-bezier(.165,.84,.44,1);
	-moz-transition: all 300ms cubic-bezier(.165,.84,.44,1);
}
.nav2_on{
	visibility: visible;
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;

}


.nav2 p{}
.nav2 a{
    display: block;
    padding: 13px 0 !important;
    min-height: 0 !important;
    color: #fff;
    font-size: 12px;
    letter-spacing: -1px;	
}


/*-----------------
	spナビ
-------------------*/
.spNav {
	background: #B20008;
	height: 60px;
}
/*1日の流れ設定*/
#nav-ul li.link_sav{
	display:none;
	}
/*1日の流れ設定end*/

/*-------------ハンバーガーメニュー---------------------*/
#sp_menu_block{
	display: none;
	top: 0;
	/*position: fixed;*/
	margin-top: 0;
	width: 100%;
	padding: 0px 0 0;
	line-height: 1;
	z-index: 999;
	background: #B20008;
	height: 84px;
}
.lang_sp {
	background-color: #8E0007;
	height: 24px;
}
.lang_sp a{
	width: 35%;
	display: block;
	float: right;
	text-align: right;
	color: #fff;
	padding: 4px 8px;
	font-size: .75em;
	position: relative;
}
.lang_sp a::before{
	content: "▼";
	position: absolute;
	top: 0;
	left: 0;
	display: block;	text-align: right;
	padding: 8px 0;
	font-size: .5em;
	transform: rotate(-90deg);
}
/*言語が複数に増えた場合は表示
.lang_sp a {
	display: inline-block;
	float: right;
	position: relative;
	top: 3px;
}
.lang_sp1 {
	width: 20.9%;
	height: auto;
	margin-right: 3.12%;
}
.lang_sp2 {
	width: 17.3%;
	height: auto;
	margin-right: 5px;
}
*/
#sp_menu_block .inner {
	position: relative;
}

#mobile-head {
	z-index: 999;
	position: relative;
}

/* Toggle Button */
#nav-toggle {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 50px;
	height: 50px; 
	cursor: pointer;
	z-index: 101;
	padding: 11px 14px 0;
	border: 1px solid #fff;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../img/sp_menu.png);
	background-repeat: no-repeat;
	background-position: 50% 85%;
	background-size: 80%;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 7px;
}
#nav-toggle span:nth-child(3) {
	top: 14px;
}
.open #nav-toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.open #nav-toggle {
	background: none;
}

#global-nav {
	position: absolute;
	z-index: 20;
	top: -1500px;
	background: #B20008;
	color: #fff;
	opacity:0.9;
	width: 100%;
	text-align: center;
	padding: 70px 20px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
  line-height: 1.6;
}
#nav-ul {
	font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: left;
	font-size: 20px;
}
#nav-ul li {
	border-top: 1px solid #6A0005;
	background: url(../img/sp_menu_tri.png);
	background-repeat: no-repeat;
	background-position: 100% 23px;
	background-size: .5em;
}
#nav-ul li a {
	padding: .9em 0 .9em .3em;
	color: #fff;
	display: block;
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	-moz-transform: translateY(1500px);
	-webkit-transform: translateY(1500px);
	transform: translateY(1500px);
}

/* Google 翻訳 */
.translate_box {
    position:  absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
#google_translate_element {}

.nav3{
	display: none;
}
.nav3_on{
	display: block;
}

#nav-ul li.gnavbtn_ya{
    background-image: url(../img/sp_menu_tri2.png);
    background-position: 100% 28px;
    background-size: 1.0em;
}
#nav-ul li.gnavbtn_ya_on{
    background-image: url(../img/sp_menu_tri3.png);
}

/*　メインビジュアル部
---------------------------------------------------------------------------------------*/
.main_visual,
.mainvInner {
	position: relative;
}


/*　コンテンツ
---------------------------------------------------------------------------------------*/

/*　タイトル　*/
.h2_01 {
	text-align: center;
}
.h2_01 b {
    display:  block;
    font-size: 38px;
    font-weight:  normal;
		line-height: 1.6;
    letter-spacing:  0.08em;
}
.h2_01 span {
    display: block;
    line-height:  1;
}
.h2_01 span img {}


/*　フッター
---------------------------------------------------------------------------------------*/
#pageFooter {
	background: #B20008;
	color: #fff;
	font-size: 15px;
}
.footerInner {
	padding-top: 43px;
	padding-bottom: 59px;
}
.ft_sns {
    margin-bottom: 30px;
}
.ft_sns ul {
    text-align:  center;
}
.ft_sns ul li {
    display:  inline-block;
    margin: 0 10px;
}
.ft_sns ul li:first-child {}
.ft_sns ul li:last-child {}
.ft_sns ul li a {
    display:  block;
}
.ft_sns ul li a img {}

#pageFooter h2 {
	text-align: center;
	margin-bottom: 34px;
}
#pageFooter .ft_box_l {
	float: left;
	width: 37.5%;
}
#pageFooter .ft_box_r {
	float: right;
	width: 59.25%;
}
.ft_btn01 {
	margin-bottom: 17px;
}
.ft_btn02 {
	margin-top: 13px;
	margin-bottom: 20px;
}
.ft_btn_form {}
.ft_btn_form a {
	display: block;
	background: url(../img/footer_btn01_icon.png) 4.66% center no-repeat;
	background-color: #8E0007;
	border: 1px solid #fff;
	padding: 18px 1em 18px 15.11%;
	/* min-height: 40px; */
}
.ft_btn_form a span {
	font-size: 20px;
	/* font-size: 1.05vw; */
	font-weight: 600;
	line-height: 1;
	color: #fff;
	/* letter-spacing: 0.03em; */
}
.ft_btn_tel {}
.ft_btn_tel a {
	display: block;
	/*background: url(../img/footer_btn02_icon.png) 21px 28px no-repeat;*/
	background-color: #8E0007;
	border: 1px solid #fff;
	padding: 15px 1em 15px 24.22%;
	/* min-height: 78px; */
}
.ft_btn_tel a span {
	display:  block;
	font-size: 16px;
	/* font-size:  0.833vw; */
	font-weight: 600;
	line-height:  1;
	color: #fff;
	letter-spacing: 0.012em;
	margin-bottom: 7px;
}
.ft_btn_tel a b {
	display: block;
	position: relative;
	padding-left: 7px;
	font-size: 32px;
	font-weight: normal;
	font-style: italic;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #fff;
}
.ft_btn_tel a b:before {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/footer_btn02_icon.png) no-repeat;
	position: absolute;
	top: -4px;
	left: -29px;
}
.ft_btn_tel a b img {}
.ft_time {}
.ft_time span {}
.ft_btn_calendar {}
.ft_btn_calendar a {
    display: inline-block;
    background: url(../img/footer_btn03_icon.png) no-repeat;
    background-position: 15px center;
    background-color: #B28500;
    color:  #fff;
    padding: 13px 1em 13px 54px;
}
.ft_btn_calendar a span {}




.ft_txt01 span {
	display: block;
	margin-top: 11px;
}
.ft_txt01 .ft_txt01_t {
	font-size: 16px;
	color: #fff;
}
#gmap {
	width: 100%;
	height: 370px;
	margin-bottom: 14px;
}
.ft_map {
	position: relative;
	color: #000;
}
.ft_deco01 {
	position: absolute;
	right: -30px;
	top: -80px;
	z-index: 10;
}
.ft_txt02 {
	display: inline-block;
}
.ft_txt02 .shop_tit {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-right: 20px;
}
.ft_txt02 .shop_tit2 {
    display:  inline-block;
}
.ft_txt02 .shop_tit2 img {}
.ft_txt02 span {
	display: block;
	font-weight: normal;
}
.ft_address {}
.ft_address span {}
.ft_txt03 {
	/* display: inline-block; */
	/* text-align: right; */
	/* vertical-align: top; */
	/* float: right; */
	/* position: relative; */
	position:  absolute;
	right:  0;
	bottom: -30px;
}
.ft_txt03 a {
	color: #fff;
}
.ft_txt03:before {
	content: "";
	background: url(../img/footer_circle01.png);
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	margin: auto 0;
}
.pageBottom {
	width: 100%;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 4px 0 5px;
}

.scroll-view{
	display: none;
}
/* ページトップボタン */
#totop {
	position: fixed;
	right: 16px;
	/*bottom: 60px;*/
	bottom: 140px;
	z-index: 100;
}
/* コース予約ボタン */
.go_reservation {
    position: fixed;
    right: 10%;
    bottom: 10px;
    z-index: 10;
}
.go_reservation a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	color: #fff;
	background: #f75a69 url(../img/arrow_go.png) right no-repeat;
	background-size: 30px;
	padding: 10px 30px 10px 10px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: solid 2px #fff;
	display: block;
	width: 280px;
	box-sizing: border-box;
	border-radius: 0;
	letter-spacing: normal;
}
.go_reservation a br{
	display: none;
}

@media screen and (max-width: 639px) {
	
	.go_reservation {
		right: 10px;
		width: 46%;
	}
	.go_reservation a {
		background-size: 20px;
		padding: 10px 15px 10px 5px;
		font-size: 14px;
		width: 100%;
		font-feature-settings: "palt";
	}
}

/* LINEボタン */
#line_btn {
	position: fixed;
	right: 10%;
    bottom: 80px;
	z-index: 10;
}
#line_btn a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	display: block;
	background: #38AD36 url(../img/arrow_line.png) right no-repeat;
	background-size: 30px;
	padding: 10px 30px 10px 20px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: solid 2px #fff;
	width: 280px;
	box-sizing: border-box;
}
#line_btn a br{
	display: none;
}

@media screen and (max-width: 639px) {
	
	#line_btn {
		left: 10px;
		bottom: 10px;
		width: 46%;
	}
	#line_btn a {
		background-size: 20px;
		padding: 10px 15px 10px 10px;
font-size: 14px;
		width: 100%;
	}
}

/*---------------------------------------------------------
	1280px
---------------------------------------------------------*/
@media screen and (max-width: 1280px) {

.w1200 {
	margin: 0 40px;
}

}
/*---------------------------------------------------------
	1200px
---------------------------------------------------------*/
@media screen and (max-width: 1199px) {

.w1200 {
	margin: 0 5%;
}

}
/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 639px) {
.sp-none {
	display: none;
}
.sp-block {
	display: block;
}
/*-------------------------------
	ヘッダ
--------------------------------*/
.pageHeader{
	margin-top: 85px;
	}
/*.pageHeaderLogo {
	/*display:none;*/
	/*background:url(../img/logo.png);*/
	/*z-index: 1000;
	width: 20%;
	position: fixed;
	margin-left: 7%;
}*/
#sp_menu_block {
	display: block;
	position: fixed;
}
/*ロゴ201903*/
.sp-logo{
	width: 20%;
	position: fixed;
	margin-left: 7%;
}
/*ロゴ201903*/
	
	/* Google 翻訳 */
	.translate_box {
		top: 84px!important;
		left: auto;
		right: 0;
		z-index: 10;
	  	position: fixed;
	}
	#google_translate_element {}
	
	
/*　コンテンツ
---------------------------------------------------------------------------------------*/
/*　タイトル　*/
.h2_01 {}
.h2_01 b {
    font-size:  20px;
}
.h2_01 span {}
.h2_01 span img {}

	
	
/*-------------------------------
	フッタ
--------------------------------*/
#pageFooter {
	font-size: 18px;
	letter-spacing: -1px;
}
.footerInner {
    padding-top: 32px;
    padding-bottom: 40px;
}
	.ft_sns {
		margin-bottom: 15px;
	}
	.ft_sns ul {}
	.ft_sns ul li {
    width:  30px;
    margin: 0 6px;
		max-width: 44px;
}
	.ft_sns ul li:first-child {}
	.ft_sns ul li:last-child {}
	.ft_sns ul li a {}
	.ft_sns ul li a img {}
	
#pageFooter h2 {}
#pageFooter .ft_box_l,
#pageFooter .ft_box_r {
	float: none;
	width: 100%;
	text-align: center;
}
.ft_btn01 {}
.ft_btn02 {
	margin-bottom: 40px;
}
.ft_btn02 img:last-child {
	margin-right: auto;
	margin-left: auto;
}
.ft_txt01 p {
	margin-right: auto;
	margin-left: auto;
}
.ft_txt01 span {
	margin-bottom: 30px;
}
#gmap {
	width: auto;
}
	/*googlemap*/
	#gmap iframe{
		width: 100%;
		height: 100%;
		}
.ft_txt02 p {
	margin-top: 23px;
}
.ft_txt02 p img {
	margin-right: auto;
	margin-left: auto;
}
.ft_bottom_box {
	margin-top: 13px;
}
.ft_bottom_box h3 {
	background: #000;
	padding: 20px 0;
	background-image: url(../img/footer_txt_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.ft_bottom_box p {
	padding: 16px;
	background: #fff;
	color: #000;
	text-align: center;
	letter-spacing: -1.1px;
	font-size: 16px;
}
.ft_bottom_box p span {
	font-size: 14px;
}
#totop {
	right: -5%;
}
#totop img {
	width: 70%;
	height: auto;
}
	
	.ft_btn_form {}
	.ft_btn_form a {
    /*background-size: 16px;
    background-position: 4.6% 15px;
    padding: 5px 1em 5px 1%;*/
    background: #8E0007;
    /* padding: 5px 1em 5px; */
    padding: 5px 5px 5px 20px;
    letter-spacing: -0.05em;
}
	.ft_btn_form a span {
    font-size: 14px;
    position: relative;
    line-height: 1.3;
    display: inline-block;
}
	.ft_btn_form a span:before {
		content: '';
		display: block;
		width: 16px;
		height: 12px;
		background: url(../img/footer_btn01_icon.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 3px;
		left: -18px;
	}
	.ft_btn_tel {}
	.ft_btn_tel a {padding: 10px 1em 5px;}
	.ft_btn_tel a span {
    font-size:  11px;
    margin-bottom: 4px;
}
	.ft_btn_tel a b {
    font-size:  24px;
    /* text-align: left; */
    display:  inline-block;
    padding-left: 17px;
}
	.ft_btn_tel a b:before {
    width:  14px;
    height:  14px;
    background-size: contain;
    top: 3px;
    left: 0;
}
	.ft_btn_tel a b img {}
	.ft_time {
		font-size: 14px;
	}
	.ft_time span {
		font-size: 12.5px;
	}
	.ft_btn_calendar {
    margin-bottom: 30px;
}
	.ft_btn_calendar a {
    background-size: 18px;
    padding: 6px 1em 6px 41px;
    width: 80%;
    background:  none;
    background-color: #B28500;
}
	.ft_btn_calendar a span {
    font-size: 12.5px;
    position:  relative;
}
	.ft_btn_calendar a span:before {
		content: '';
		display: block;
		width: 18px;
		height: 19px;
		background: url(../img/footer_btn03_icon.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: -2px;
		left: -25px;
	}

	.ft_txt01 .ft_txt01_t {
    font-size: 13px;
    margin-bottom: 10px;
}
	.ft_map {}
	.ft_deco01 {}
	.ft_txt02 {
    display:  block;
    line-height: 20px;
    height: 20px;
    margin-bottom: 5px;
}
	.ft_txt02 .shop_tit {font-size:  17px;margin-right:  1em;}
	.ft_txt02 .shop_tit2 {vertical-align:  top;}
	.ft_txt02 .shop_tit2 img {}
	.ft_txt02 img {}
	.ft_txt02 img.sp-none {
		display: none;
	}
	.ft_txt02 img.sp-block {
		display: inline;
		width: 34px;
		height:  auto;
	}
	.ft_txt02 span {
    font-size: 12px;
    /* margin-top: 2px; */
}
	.ft_address {}
	.ft_address span {}
	.ft_txt03 {}
	.ft_txt03 a {}
	.ft_txt03:before {}
	.pageBottom {}
}
