@charset "UTF-8";
/* CSS Document */
/*共通設定*/
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}

body {
	font-size:1.8em;
	font-family:"ヒラギノ明朝 Pro";
	color: #595757;
	
}
.wrapper{
	overflow: hidden;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
}h1 {
	font-size: 1.8rem;
	line-height: 3.0rem;
}
h2 {
	font-size: 2.4rem;
	margin-bottom: 30px;/*adjustable*/
}
h3{
	font-size: 3.0rem;
	color: #40220f;
	font-weight: bolder;
	letter-spacing: 0.05em;
	
}
span{
	display: inline-block;
}
hr { 
color: #c9a063;
height: 3px;
 background-color: #c9a063;	
border: none;	
}
.hr-dot{
	border: none;
	background-color: #fff;
	border-width: 1px 0 0 0;
	border-top: dotted;
	border-color: #c9a063;
	
}

section {
	margin-bottom: 60px;
}

img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;/*GoogleChrome対策*/
}

/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}

/* Bootstrapのカラムの下余白設定*/
.row-10-b > div { margin-bottom: 10px;}
.row-20-b > div { margin-bottom: 20px;}
.row-30-b > div { margin-bottom: 30px;}
.row-40-b > div { margin-bottom: 40px;}
.row-50-b > div { margin-bottom: 50px;}
.mb-5{
	margin-bottom: 3em;
}

.my-5{
	margin-top: 3em;
	margin-bottom: 3em;
}
/*カラムの高さを揃える設定*/
.row-eq-height {
    display:-webkit-box;
	display:-moz-flex;
	display:-ms-flex;
	display:-webkit-flex;
	display:flex;
    flex-wrap: wrap;
}
.pc {
	display: none;
}
.flex-reverse {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
/*ヘッダー*/
#header_top {
	margin-bottom: 0px;
}
#logo img {
	max-width: 500px;/*adjustable*/
}
.navbar {
	min-height: 0;
}
.navbar-default {
	background: white;
	border: none;
	
}
a.navbar-brand {
	width: 60%;/*adjustable*/
	padding: 0;
}

/* ヘッダーメニュー　hoverスピード */
.navbar-nav>li>a:hover
{	
transition: 1s;
}

#main_visual {
	display: block;
	position: relative;
	margin: 2.0rem 0rem 4.0rem 0rem;
	text-align: center;
}
#main_visual img{
	width: 100%;
}
.main-title{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.main-title h1{
	font-size: 4.0rem;
	color: #fff;
	letter-spacing: 0.6em;
	text-shadow:
		2px 2px 3px #c9a063, -2px -2px 3px #c9a063,
        -2px 2px 3px #c9a063,  2px -2px 3px #c9a063,
        2px 0px 3px #c9a063, -2px -0px 3px #c9a063,
        0px 2px 3px #c9a063,  0px -2px 3px #c9a063;
}
.sub-title{
	font-size: 2.8rem;
	margin-top: 2.2rem;
	
}
.section-title{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	margin: 0 auto;
}
.section-title img{
	width: 20%;
	padding: 0 2rem;
}
.section-title h2{
	font-size: 3rem;
	text-align: center;
	line-height: 3rem;
	color: #40220f;
}
.h2-eng{
	font-size: 6rem;
	color: #c9a063;
	font-weight: bolder;
	font-family: "Freestyle Script";
	
}
.lp-title{
	font-size: 3rem;
	color: #956134;t;
	align-items: flex-start;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 90%;
	left: 0%;
}

/*コンテンツ*/
#contents {
	margin-bottom: 40px;
}
/*フッター*/
footer {
	padding-top: 60px;
	background: #efefef;
}
footer .footer_top {
	margin-bottom: 30px;
}
footer .footer_top h3 {
	font-size: 1.6rem;
}
footer .footer_top ul {
	padding-left: 0;
}
footer .footer_top ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
footer iframe {
	border-radius: 30px;
}
footer .footer_bottom {
	padding-top: 20px;
}
footer .footer_bottom ul {
	padding-left: 0;
}
footer .footer_bottom ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
}
footer .footer_top ul li a, footer .footer_bottom ul li a {
	color: #000;
}
.copyright {
	text-align: center;
	color: #fff;
	background: #c9a063;
}
footer .logo_footer {
	margin-bottom: 20px;
}
footer .logo_footer img {
	max-width: 305px;
}
address {
	text-align: center;
}
/*TOPスクロールアニメーション*/
/* page topへ戻る*/
#page-top{
	width: 20%;
	background: #ef3f98;
	opacity: 0.6;
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 0.8em;
}
a#page-top{
	
	text-decoration: none;
	color: white;
	
}

/* page topへ戻る　ここまで*/


/*フェードイン動作*/
.effect-fade {
opacity : 0;
transform : translate(0, 45px);
transition : all 3000ms;
}

.effect-fade.effect-scroll {
opacity : 1;
transform : translate(0, 0);
}

/*スマホ時左右入れ替え*/
.flex-container {
	display: flex;
	flex-direction: row;
}

/*中左右*/
.center { text-align:center; margin: 0 auto;}
.left { text-align:left;}

/*maxwidth*/
.maxwidth50{max-width: 50px;}
.maxwidth100{max-width: 100px;}
.maxwidth130{max-width: 130px;}
.maxwidth150{max-width: 150px;}
.maxwidth200{max-width: 200px;}
.maxwidth300{max-width: 300px;}
.maxwidth400{max-width: 400px;}
.maxwidth500{max-width: 500px;}
.maxwidth700{max-width: 700px;}
.maxwidth800{max-width: 800px;}

/*テーブル*/
table{
	width: 100%;
	margin-bottom: 2.0rem;
	text-align: left;
}


/*文字カラーサイズ*/
.f-red{
	font-size: 1.8rem;
	color: #E60012;
	font-weight: bolder;
	vertical-align: top;
}

.f-blue{
	font-size: 1.8rem;
	color: #00a0e9;
	font-weight: bolder;
	vertical-align: top;
}

.font1,.font1 a:hover,.font1 a:link{
	font-size: 2.2rem;
	color: #40220f;
	font-weight: bolder;
	
	
	}

.font2{
	font-size: 1.8rem;
	color: #c9a063;
	
	
	}

.font3{
	font-size: 6.0rem;
	color: #40220f;
	font-weight: bolder;
	font-family: "Freestyle Script";
}

.font4{
	font-size: 1.8rem;
	color: #40220f;
	
	
	}

.font5{
	font-size: 5.5rem;
	color: #c9a063;
	font-weight: bolder;
	font-family: "Freestyle Script";
	line-height: 1;
}


.font6,.font6 a:hover,.font6 a:link{
	font-size: 3.0rem;
	color: #40220f;
	font-weight: bolder;
	
	}
.font7{
	font-size: 2.6rem;
	font-weight: bold;
	color: white;
	text-shadow:
		2px 2px 3px #c9a063, -2px -2px 3px #c9a063,
        -2px 2px 3px #c9a063,  2px -2px 3px #c9a063,
        2px 0px 3px #c9a063, -2px -0px 3px #c9a063,
        0px 2px 3px #c9a063,  0px -2px 3px #c9a063;
	line-height: 1.5;
	letter-spacing: 0.1em;
	
}
.font8{
	font-size: 2.6rem;
	font-weight: bold;
	color: white;
	text-shadow:
		2px 2px 3px #c9a063, -2px -2px 3px #c9a063,
        -2px 2px 3px #c9a063,  2px -2px 3px #c9a063,
        2px 0px 3px #c9a063, -2px -0px 3px #c9a063,
        0px 2px 3px #c9a063,  0px -2px 3px #c9a063;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-left: 2rem;
}
.font9{
	font-size: 1.6rem;
	color: #c9a063;
}
.font10{
	font-size: 2rem;
	color: #40220F;
}
.font-tel,.font-tel a{
	font-size: 3.0rem;
	color: red;
}
.font-red{
	color: red;
}

.yoyaku{
	display: inline-block;
	width: 32%;
	padding: 80px 0;
	font-size: 3.0rem;
	letter-spacing: 0.7rem;
	color: white;
	text-shadow:
		2px 2px 3px #c9a063, -2px -2px 3px #c9a063,
        -2px 2px 3px #c9a063,  2px -2px 3px #c9a063,
        2px 0px 3px #c9a063, -2px -0px 3px #c9a063,
        0px 2px 3px #c9a063,  0px -2px 3px #c9a063;
	background-image: url( "images/mark-bg.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.midashi{
	display: inline-block;
	width: 90%;
	padding: 80px 0;
	font-size: 3.0rem;
	letter-spacing: 0.7rem;
	color: white;
	text-shadow:
		2px 2px 3px #c9a063, -2px -2px 3px #c9a063,
        -2px 2px 3px #c9a063,  2px -2px 3px #c9a063,
        2px 0px 3px #c9a063, -2px -0px 3px #c9a063,
        0px 2px 3px #c9a063,  0px -2px 3px #c9a063;
	background-image: url( "images/mark-bg.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32% auto;
}
.schedule{
	display: inline-block;
	width: 32%;
	padding: 80px 0;
	font-size: 2.6rem;
	letter-spacing: 0.7rem;
	color: white;
	text-shadow:
		2px 2px 3px #c9a063, -2px -2px 3px #c9a063,
        -2px 2px 3px #c9a063,  2px -2px 3px #c9a063,
        2px 0px 3px #c9a063, -2px -0px 3px #c9a063,
        0px 2px 3px #c9a063,  0px -2px 3px #c9a063;
	background-image: url( "images/mark-bg.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	
}
.time-title{
	color: red;
	font-size: 2.6rem;
}
.highlight{
	display: inline-block;
	color: white;
	font-size: 1.8rem;
	background-color: red;
	border-radius: 10px;
	padding: 1rem 1.4rem;
		
}
/*画像装飾*/
.flame{
	display: inline-block;
	position: relative;
}
.flame:after{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 
		0px 40px 30px 0px rgba(255, 255, 255, 0.8) inset,
		0px -40px 30px 0px rgba(255, 255, 255, 0.8) inset;
	
}
dl{
	margin-top: 2rem;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
dl dt{
	float: left;
	clear: left;
	width: 40%;
	margin: 0;
	padding: 0;
}
dl dd{
	margin: 0 0 0 40%;
	padding: 0;
	
}
.contact-box1{
	text-align: center;
}
/*box TOP・ご利用方法*/
.box1{
	padding: 2.0rem 2.0rem 2.0rem 2.0rem;
		
}
.box-syosai{
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	background-color: #fff9b3;
	font-size: 1.4rem;
	color: #956134;
	border-radius: 10px;
	margin: 1.0rem 1.0rem 1.0rem 1.0rem;
}
.box-syosai_lp{
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	background-color: #fff9b3;
	font-size: 1.4rem;
	color: #956134;
	border-radius: 10px;
	width: 40%;
	align-items: center;
	margin: 1.0rem 1.0rem 1.0rem 1.0rem;
}

.message-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.map-box{
	position: relative;
	height: 0;
	padding-bottom: 90%;
	overflow: hidden;
}
.map-box iflame{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.info-box{
	margin: 2rem 0;
	text-align: left;
}
/*box FAQページ*/
.faq-box dl dt{
	width: 5%;
}
.faq-box dl dd{
	margin: 0 0 1.2rem 5%;
}

/*box Liblary*/
.shop-box{
	position: relative;
}
.shop-box img{
	width: 100%;
	border-radius: 10px;
}
.shop-box p{
	position: absolute;
	bottom:0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	font-size: 4.0rem;
	color: white;
	text-shadow:
		2px 2px 3px #c9a063, -2px -2px 3px #c9a063,
        -2px 2px 3px #c9a063,  2px -2px 3px #c9a063,
        2px 0px 3px #c9a063, -2px -0px 3px #c9a063,
        0px 2px 3px #c9a063,  0px -2px 3px #c9a063;
	
}
/* お問合せページ*/
.article{
	margin: 0 auto;
	margin-bottom: 5rem;
	font-size: 2.0rem;
	text-align: left;
	line-height: 2.0rem;
	
}

.form-group{
	display: flex;
	flex-direction: column;
	font-size: 1.4rem;
	margin-bottom: 1.6rem;
	
}
.control-label{
	margin-bottom: 1.0rem;
	font-size: 1.4rem;
	line-height: 2.0rem;
}
.form-control{
	display:block;
	width:auto;
	height:auto;
	padding:10px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* ラジオボタンエリア*/
.choice{
	display:block;
}

/* ラジオボタンの装飾*/
input[type=radio] {
    display: none;
}
.radio02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.radio02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio02::after {
    background: #00cccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 8px;
    left: 10px;
    margin-top: -3px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 8px;
}
input[type=radio]:checked + .radio02::before {
    border-color: #666;
}
input[type=radio]:checked + .radio02::after {
    opacity: 1;
}
/* 必須項目エリア*/
/* 必須マーク*/
.req{
	background-color: red;
	color: white;
	border-radius: 5px;
	margin-right: 1rem;
	padding: 1.2px 3px;
}
/* 必須を目立たせる*/
input:focus{
	background: #ffcdd2;
	
}
input:required{
	background: #ffcdd2;
	
}
input:valid{
	background: transparent;
}

/* 任意マーク*/
.opt{
	background-color: blue;
	color: white;
	border-radius: 5px;
	margin-right: 1rem;
	padding: 1.2px 3px;
}

/* 確認・リセットエリア*/
.form-group02{
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 5rem;
}
input[type="submit"]{
	display: inline-block;
	width: 45%;
	border-radius: 5%;
	font-size: 2.0rem;
	text-align: center;
	cursor: pointer;
	padding: 10px 50px;
	background: linear-gradient(to right, #0361A3 5px, #0070BA 35%, #00A6E7);
	color: white;
	line-height: 1em;
	transition: .3s;
	box-shadow: 4px 4px 3px #666666;
	border: 2px solid #000066;
	
}
.btn-sub:hover{
	box-shadow: none;
	color: #000066;
	background: #ffcdd2;
}
input[type="reset"]{
	display: inline-block;
	width: 45%;
	border-radius: 5%;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 10px 50px;
	background: white;
	color: black;
	line-height: 1em;
	transition: .3s;
	box-shadow: 4px 4px 3px #666666;
	border: 2px solid #000066;
	
}
.btn-rst:hover{
	box-shadow: none;
	color: #000066;
	background: #ffcdd2;
}
table{
	border: solid 1px #705F5F;
	border-collapse: collapse;
	margin: 0 auto;
}
th,td{
	border: solid 1px #705F5F;
	text-align: center;
	width: 14.2%;
}

.sun{
	color: white;
	background-color: #F11317;
}
.sat{
	color: white;
	background-color: #1767F5;
}
/*余白設定*/
.mb-5{
	margin-bottom: 3em;
}
/*スマホ表示設定*/
@media (max-width: 767px) {
	
/* スマホ時行切り替え */
.txt-break {display:block;}
	
.navbar-collapse {
	position: absolute;
    width: 110%;
	margin:0 -15px;
    z-index: 99999;
    background: #fff;
	background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
	
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color:#40220f;
	transition: 1s;
	border-bottom: dotted 1px #808080;
}
	
/*スマホ時左右入れ替え*/	

.flex-container {
	display: flex;
	flex-direction: column-reverse;
}	
	
#main_visual {
	margin: 0rem 0rem 4.0rem 0rem;
}
	
.main-title h1{
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	
}
.sub-title{
	font-size: 2.0rem;
	
	}
	.section-title img{
	width: 28%;
	padding: 0 1rem;
}
.section-title h2{
	font-size: 1.8rem;
	line-height: 1.7rem;
	white-space: nowrap;
	}
.h2-eng{
	font-size: 4rem;
	}
	h3{
	font-size: 2.4rem;
		
}
/* スマホ文字 */
.font1{
	font-size: 2.2rem;
	color: #40220f;
	font-weight: bolder;
	text-align: left;
	
	}
	
.font5{
	font-size: 4.0rem;
}	
	
.font6{
	font-size: 2.0rem;
	color: #40220f;
	font-weight: bolder;
	
	}
.font7{
	font-size: 2.2rem;
}
.message-box{
	flex-direction: column;
	align-items: flex-start;
	
}	
.yoyaku,.schedule{
	width: 88%;
}
	th{
	font-size: 1rem;
}
	.map-box{
		padding-bottom: 70%;
	}
	dl{
	font-size: 1.7rem;
	}
	dl dt{
	width: 43%;
	
}
dl dd{
	margin: 0 0 0 43%;
		
}
}


/*タブレット表示設定*/
@media (min-width: 768px) {
.pc {
	display: block;
}

.sp {
	display: none;
}
	
#header_top #logo {
	text-align: center;
}
#header_contact {
	text-align: left;
}
#gnavi ul.navbar {
	min-height: 0;
}
#gnavi ul.navbar-nav li {
	border-right: 1px solid #c9a063;
}
#gnavi ul.navbar-nav li:last-child {
	border: none;
}
#gnavi ul.navbar-nav li > ul > li {
	border: none;
}
.info-box{
	text-align: center;
}
	
}

/*PC表示設定*/
@media (min-width: 992px) {
#header_top #logo {
	text-align: center;
}
.container {
	width: 1000px;/*adjustable*/
	padding: 0;
}
.container-fluid {
	padding: 0rem;
}
.nav>li>a, .nav>li>ul>li>a {
	padding: 0 42px;/*adjustable*/
}
	
/*ドロップダウン色*/	
#gnavi ul.navbar-nav li > ul {
	border-radius: 2px;
	background: rgba(0,0,0,0.7);
	transition: 1s;
}

	

/*ドロップダウン文字色　文字padding:*/	
.nav>li>a, .nav>li>ul>li>a {
	padding: 10px 10px;/*adjustable*/
	color: #fff;
	transition: 1s;
}	
	
/*ヘッダーメニューフォントサイズ　フォントスペースpadding*/	
.navbar-default2 .navbar-nav >li>a{	 
	 padding: 1.0rem 2.0rem;	 
	 font-size:1.6rem;
	color: #956134;
	font-weight: bold;
}
	
	
	
	
}
