@charset "utf-8";


/*	Reset【normalize.css】必要な箇所だけ書く
------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li { margin: 0; padding: 0; }
ul, ol { list-style: none; }



/*	Common
------------------------------------------------------------ */
body {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, arial, sans-serif;
	line-height: 1.8;
	font-size: 14px;
	color: #333;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

ul.disc,
ol.decimal {
	margin: 1rem 0 1rem 1.5rem;
}

ul.disc li {
	list-style: disc;
}

ol.decimal li {
	list-style: decimal;
}

table {
	margin: 1rem 0;
	width:100%;
}

table th {
	background: #eee;
}

table th,
table td {
	border: 1px solid #ddd;
	padding: .8rem 1.5rem;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dashed #ddd;
	margin: 1.5rem auto;
	padding: 0;
	width: 90%
}


/*　その他　*/
.img-center{
	text-align: center;
}

.img-right{
	padding: 5px 0 5px 10px;
	float: right;
}

.img-left{
	padding: 5px 10px 5px 0;
	float: left;
}

.text_right{
	text-align: right;
}

.clear-right{
	clear: right;
}

.clear-left{
	clear: left;
}

.clear{
	clear: both;
}

.small{
	font-size: 70%;
}

a:hover img.opac{
	filter : alpha(opacity = 70);
	-moz-opacity : 0.70;
	opacity : 0.70;
}

.opac a:hover img{
	filter : alpha(opacity = 70);
	-moz-opacity : 0.70;
	opacity : 0.70;
}

div.dotline{
	margin: 15px 5px;
	padding-bottom: 15px;
	border-top: 1px dotted #999;
}

div.line{
	margin: 15px 5px;
	padding-bottom: 15px;
	border-top: 1px solid #999;
}

.index_title{
	max-width: 480px;
}

/* ---------- link ---------- */
a {
	display: block;
	text-decoration: none;
	color: #333;
}


/*	button
------------------------------------------------------------ */
.btn-main a {
	box-sizing: border-box;
	margin: 2rem auto 0;
	background: #333;
	text-align: center;
	color: #fff;
	font-family: "Antic Didone",serif;

	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.btn-main a:hover {
	background: #555;
}

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

	.btn-main a {
		width: 80%;
		padding: .5rem;
		letter-spacing: 2px;
		font-size: 16px;
	}

}

/* --- PC ---------- */
@media screen and (min-width: 741px) {

	.btn-main a {
		width: 40%;
		padding: 1rem;
		letter-spacing: 2px;
		font-size: 20px;
	}

}



/* Breakpoint
/* ===================================================================

	SP	～740px
	PC	741px～

=================================================================== */

#main{
	position: relative;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}


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

	#main{
		background: url(../img_sp/slide/main05.jpg) center top no-repeat;
	}

}

/* --- PC ---------- */
@media screen and (min-width: 741px) {

	#main{
		background: url(../img/slide/main05.jpg) center top no-repeat;
	}
}



#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}



/*	header
------------------------------------------------------------ */
#header {
	width: 100%;
	z-index: 400;
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, .8);
}

#header::after {
	content: "";
	clear: both;
	display: block;
}

#header a {
	color: #fff;
}


/* --- SP ---------- */
@media screen and (max-width: 740px) {
	div.title_logo{
		max-width: 200px;
		position: fixed;
		top: -.3rem;
		left: .5rem;
		z-index: 500;
	}

	#header h1 {
		margin: .3rem 0 0 1rem;
	}

	#header .menu-btn a {
		float: right;
		border-left: 1px solid #ddd;
		padding: .5rem 1rem;
	}

	#header .navi-pc {
		display: none;
	}
	
	.pc-gnavi-insta {
		display: none;
	}

	.navi-sp ul {
		position: fixed;
		top: 2.7rem;
		background-color: rgba(255,255,255,0.9);
		width: 100%;
		text-align: left;
		font-size: 16px;
		z-index: 600;
	}

	.navi-sp li {
		padding: .4rem 1rem ;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {
	div.title_logo{
		width: 250px;
		position: fixed;
		top: 0;
		left: 1rem;
		z-index: 500;
	}

	#header {
		height: 60px;
	}

	#header .menu-btn,
	.navi-sp {
		display: none;
	}

	#header ul.navi-pc {
		line-height: 100%;
	}

	#header .navi-pc {
		float:right;
		margin: 1rem 1rem 0 0;
	}

	#header .navi-pc::after {
		content: "";
		clear: both;
		display: block;
	}

	#header .navi-pc li {
		float: left;
		margin-left: 1.5rem;
		padding: .4rem 0 1.5rem;
	}

	#header .navi-pc li {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
		overflow: hidden;
	}

	#header .navi-pc li::before {
		content: "";
		position: absolute;
		z-index: -1;
		left: 50%;
		right: 50%;
		bottom: 0;
		background: #FAF2EF;
		height: 3px;
		-webkit-transition-property: left, right;
		transition-property: left, right;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	#header .navi-pc li:hover::before,
	#header .navi-pc li:focus::before,
	#header .navi-pc li:active::before {
		left: 0;
		right: 0;
	}

	#header .navi-pc .pc-gnavi-none {
		display: none;
	}

	#header .pc-gnavi-fb {
		position: fixed;
		top: .8rem;
		right: 1rem;
	}

}



/*	title
------------------------------------------------------------ */

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

	#title-wrap {
		box-sizing: border-box;
		position: relative;
		top: 130px;
		text-align: center;
	}

	#title-wrap h2 {
		margin: .4rem 0;
		font-family: "FOT-筑紫オールド明朝 Pro R";
		text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
		color: #fff;
		font-size: 25px;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {

	#title-wrap {
		position: relative;
		top: 260px;
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 700px;
		height: 120px;
		text-align: center;
	}

	#title-wrap h2 {
		font-family: "FOT-筑紫オールド明朝 Pro R";
		text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
		color: #fff;
		font-size: 40px;
	}

	.s-navi {
		*zoom: 1;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
		z-index: 100;
	}

	.s-navi::after {
		content: "";
		clear: both;
		display: block;
	}

	.s-navi li {
		position: relative;
		width: 25%;
		float: left;
		text-align: center;
	}

	.s-navi li a {
		display: block;
		padding: 1.2rem 0;
	}

	.s-navi li ul {
		position: absolute;
		z-index: 9999;
		top: 100%;
		left: 0;
	}

	.s-navi li ul li {
		width: 100%;
	}

	.s-navi li ul li:last-child {
		border-bottom: 1px solid #eee;
	}

	.s-navi li ul li a {
		padding: 0.8rem 1.2rem;
		border-top: 1px solid #eee;
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
		background: #fff;
	}

	.s-navi li:hover > a {
		background: #EFF9F5;
	}

	.s-navi li a:hover {
		background: #eff9f5;
	}

	.s-navi li ul {
	  visibility: hidden;
	  opacity: 0;
	  transition: 0s;
	}

	.s-navi li:hover ul {
	  visibility: visible;
	  opacity: 1;
	  width: 100%;
	}

	.s-navi li ul li a {
	  visibility: hidden;
	  opacity: 0;
	  transition: .5s;
	}

	.s-navi li:hover ul li a {
	  visibility: visible;
	  opacity: 1;
	}

	.s-navi li .ti-angle-right {
		display: none;
	}

}



/*	contents [bg:#fff]
------------------------------------------------------------ */
#contents-wrap {
	background: url(../img/bg.jpg) center top repeat-y;
}

.contents-box section {
	padding-bottom: 3.2rem;
}

.contents-box section h3 {
	position: relative;
	padding: 1rem 0;
	margin-bottom: 1.2rem;
	color: #5A3548;
	font-size: 18px;
}

.contents-box section h3::before,
.contents-box section h3::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}

.contents-box section h3::before {
	top: 0;
	border-top: 2px solid #AD9FB8;
	border-bottom: 1px solid #AD9FB8;
}

.contents-box section h3::after {
	bottom: 0;
	border-top: 1px solid #AD9FB8;
	border-bottom: 2px solid #AD9FB8;
}

.contents-box section h4 {
	margin: 2rem 0 .5rem;
	border-left: 5px solid #5a3548;
	padding-left: .5rem;
	line-height: 1.4;
	color: #5a3548;
}


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

	#contents-wrap {
		margin-top: 200px;
	}

	#contents-wrap .contents-box {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 2rem 1rem;
		background: #fff;
	}

	.contents-box section:last-child {
		padding-bottom: 0;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {

	#contents-wrap {
		width: 100%;
		margin-top: 400px;
		padding-bottom:30px;
	}

	#contents-wrap .contents-box {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 3.2rem 3.2rem 0;
		max-width: 960px;
		background: #fff;
	}


}



/*	contents [bg:none]
------------------------------------------------------------ */

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

	.contents {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 2rem .6rem;
		max-width: 100%;
		text-align: center;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {

	.contents {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 4.5rem 0;
		max-width: 960px;
		text-align: center;
	}

}



/*	site map
------------------------------------------------------------ */
#sitemap-wrap {
	background: url(../img/sitemap_bg.jpg) repeat;
}

#sitemap-wrap .contents::before {
	display: none;
}

#sitemap-wrap .contents dl dt {
	font-size: 16px;
	color: #fff;
}

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

	#sitemap-wrap {
		display: none;
	}

}

/* --- PC ---------- */
@media screen and (min-width: 741px) {

	#sitemap-wrap .contents::after {
		content: "";
		clear: both;
		display: block;
	}


	#sitemap-wrap .contents{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
	}


	#sitemap-wrap .contents dl {
		width: 25%;
		margin-bottom: 2rem;
	}

	#sitemap-wrap .contents a {
		display: inline-block;
		margin-bottom: .2rem;
		color: #fff;
	}

	#sitemap-wrap .contents a:hover {
		text-decoration: underline;
	}

}


/*	banner
------------------------------------------------------------ */
.contents .bnr-box::after {
	content: "";
	clear: both;
	display: block;
}

.contents .bnr-box li {
	float: left;
	margin: 0 0 .5rem .5rem;
}


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

	.contents .bnr-box li {
		width: 46.5%;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {

	.contents .bnr-box li {
		width: 24%;
	}

	.contents .bnr-box li:first-child {
		margin-left: 0;
	}

}


/*	link
------------------------------------------------------------ */
.contents .panel-box a:hover,
.contents .bnr-box a img:hover,
#sitemap-wrap a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;

	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}



/*	link-wrap
------------------------------------------------------------ */
#link-wrap {
	background: #fff;
}

#link-wrap h2 {
	font-family: 'Antic Didone', serif;
	font-weight: normal;
}

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

	#link-wrap {
		border-top: 3px solid #ddd;
	}

	#link-wrap h2 {
		font-size: 25px;
	}

}

/* --- PC ---------- */
@media screen and (min-width: 741px) {

	#link-wrap h2 {
		font-size: 40px;
	}

}


/*	footer
------------------------------------------------------------ */
#footer {
	position: relative;
	padding: 4rem 1rem 3rem;
	font-size: 12px;
	text-align: center;
	background: url(../img/coll_bg.jpg) repeat;

}

#footer::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    background: #E60000;
    width: 100%;
    height: 8px;
}

#footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #980000;
    height: 4px;
    width: 100%;
}

#footer p + p{
	margin-top: 1rem;
}

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

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {
	#footer {
		padding: 50px 0 3rem;
	}

}

/**
 *	背景画像のリサイズ用
 */
.background-size-cover {
	background-size: cover !important;
}

/* --- SPマップ ---------- */
@media screen and (max-width: 740px) {
	#map_canvas0 {
		width: 100%;
		height: 300px;
	}
	#map_canvas1 {
		width: 100%;
		height: 300px;
	}
	#map_canvas2 {
		width: 100%;
		height: 300px;
	}
}

/* --- PCマップ ---------- */
@media screen and (min-width: 741px) {
	#map_canvas0 {
		width: 100%;
		height: 600px;
	}
	#map_canvas1 {
		width: 100%;
		height: 320px;
	}
	#map_canvas2 {
		width: 100%;
		height: 320px;
	}
}



/*	zatsugaku - zatsugaku.html
------------------------------------------------------------ */
.zatsugaku-box .disc a {
	display: inline-block;
}

#contents-wrap .zatsugaku-box .btn-main a {
	display: block !important;
}

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

}

/* --- PC ---------- */
@media screen and (min-width: 741px) {

	.zatugaku-list::after {
		content: "";
		clear: both;
		display: block;
	}

	.zatugaku-list > ul {
		float: left;
		width: 45%;
	}

}

.btn-main.collection-movie a {
	background:#262624;
}

/* ----------------------------------

来店予約ボタン

----------------------------------- */

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

	.sidebar-link{
		position: fixed;
		bottom: -1px;
		display: -webkit-flex;
		display: flex;
		z-index: 100;
	}

	.sidebar-link a{
		display: inline-block;
		width: 50%;
	}

	.sidebar-link a img{
		width: 100%;
	}
}

/* --- PC ---------- */
@media screen and (min-width: 741px) {

	.sidebar-link{
		position: fixed;
		bottom: 40px;
		right: 10px;
		z-index: 1;
	}

	.sidebar-link .btn-contact{
		position: relative;
		top: 10px;
	}

	.sidebar-link .btn-contact a:hover{
		opacity: 0.75;
		-webkit-transition: 0.7s;
		-moz-transition: 0.7s;
		-o-transition: 0.7s;
		transition: 0.7s;
	}
}


/* --- SP ---------- */
@media screen and (max-width: 740px) {
	div.link-box {
		position: fixed;
		display: block;
		top: 5px;
		right: 76px;
	}
}

/* --- PC ---------- */
@media screen and (min-width: 741px) {
	div.link-box {
		display: none;
	}

	.pc-gnavi-insta{
		top: -13px;
		display: block;
	}

	#header .navi-pc .pc-gnavi-insta::before {
		display: none;
	}
}
