@charset "utf-8";
/* -----------------------------------------

	Goope Style / SugarChefEmiko
	breakpoint :  800px/ 600px / (480px)

	2018.11.22
	newを付ける
	footerにFBを入れる
	
	Based on Oneplate: ver.201709290000 and Pastel
	Powered by GMO pepabo
	Arranged by ShiShiDesign

----------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);



/* ---------------------------------
 reset CSS
--------------------------------- */
html, body,
h1, h2, h3, h4, h5, h6,
p, div, span, iframe,
ul, ol, li,
dl, dt, dd {
	margin: 0;
	padding: 0;
	word-wrap: normal;
	box-sizing: border-box;
	list-style: none;
	}
table {
	border-collapse: collapse;
	}
.hotspot {
	cursor: pointer;
	}
#tt {
	position: absolute;
	display: block;
	background: url(https://r.goope.jp/img/tooltip/tt_left.gif) top left no-repeat;
	}
#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(https://r.goope.jp/img/tooltip/tt_top.gif) top right no-repeat;
	overflow: hidden;
	}
#ttcont {
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: #ccc;
	color: #333;
	font-size: 10px;
	line-height: 16px;
	}
#ttcont div.schedule_title {
	font-size: 13px;
	}
#ttcont div.schedule_body {
	font-size: 11px;
	}
#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(https://r.goope.jp/img/tooltip/tt_bottom.gif) top right no-repeat;
	overflow: hidden;
	}
input[type="button"],
input[type="submit"],
input[type=text],
input[type=tel],
input[type=email],
form textarea {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	}
button, input, select, textarea {
	font-family : inherit;
	font-size : 100%;
	}

/* ---------------------------------
	clear
--------------------------------- */
.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	}
.clearfix:after{
	content:"";
	display: table;
	clear:both;
	}

/* --------------------------------------
	common
--------------------------------------- */
.fr { float: right; }
.fl { float: left; }
.alignleft { text-align:left; }
.aligncenter { text-align:center; }
.alignright { text-align:right; }

/* MARGIN-TOP */
.mt00 { margin-top:0px!important; }
.mt06 { margin-top:6px!important; }
.mt12 { margin-top:12px!important; }
.mt24 { margin-top:24px!important; }
.mt36 { margin-top:36px!important; }
.mt48 { margin-top:48px!important; }
.mt60 { margin-top:60px!important; }

/* MARGIN-BOTTOM */
.mb00 { margin-bottom:0!important; }
.mb06 { margin-bottom:6px!important; }
.mb10 { margin-bottom:10px!important; }
.mb12 { margin-bottom:12px!important; }
.mb15 { margin-bottom:15px!important; }
.mb24 { margin-bottom:24px!important; }
.mb36 { margin-bottom:36px!important; }

/* ---------------------------------
	link(default)
--------------------------------- */	
a:link,
a:visited {
	color: #3a3a3a;
	text-decoration: underline;
	}
a:hover,
a:active {
	color: #3a3a3a;
	text-decoration: none;
	}
a,
/*a img, <これを入れてしまうと、スライドショーがおかしくなる！*/
.btn,
.button {
	outline: none;
	-webkit-transition: 0.5s ease-in-out;	
	-moz-transition: 0.5s ease-in-out;	
	-o-transition: 0.5s ease-in-out;	
	transition: 0.5s ease-in-out !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}
a:hover{
	opacity: 0.7;
	}
a img:hover,
.btn:hover,
.button:hover {
	opacity: 0.8;
	}

/* ---------------------------------
	html / body / container
--------------------------------- */	
html {
	font-size: 62.5%;
	line-height: 1.8;
	}
body {
	font-family: "Noto Sans Japanese",'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	background: transparent url(https://cdn.goope.jp/56958/180216191208-5a86ae789f875.jpg) center top repeat;
	font-size: 14px;
	font-size: 1.4em;
	letter-spacing: 1px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: scroll;
	}
#container {
	background: url(https://cdn.goope.jp/56958/180216191159-5a86ae6fb7e98.jpg) repeat-x center top;
	}

@media only screen and (max-width: 600px) {
html {
	/*font-size: 46.875%;*/
	font-size: 58%;
	line-height: 1.6;
	}
body {
	overflow-x: hidden;
	}
}

/* ---------------------------------
	header
--------------------------------- */	
#header {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	-webkit-transition: top .5s;
	transition: top .5s;
	}
#header > .inner {
	zoom: 1;
	position: relative;
	width: 100%;
	min-height: 60px;
	margin: 0 auto;
	}
#header > .inner:after {
	content: '';
	display: block;
	clear: both;
	}
#header.is-scroll {
	background: url(https://cdn.goope.jp/56958/180216191159-5a86ae6fb7e98.jpg) repeat-x center top;
	box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.6);
	-webkit-transition: top .5s;
	transition: top .5s;
	position: fixed;
	top: 0;
	}
#header.is-scroll > .inner {
	min-height: 0;
	margin: 0 auto;
	}
#header .element {
	text-align: center;
	line-height: 1.2;
	}
#header .logo {
	padding: 7px 0 0;
	}
#header .logo a img {
	max-width: 80%;
	height: auto;
	}
#header.is-scroll .logo {
	display: none;
	}
#header.is-scroll .logo a img {
	max-height: 60px;
	width: auto;
	}
#header .site_description {
	margin: 0.5em auto 1.5em;
	line-height: 1.4 !important;
	font-size: 13px;
	font-size: 1.3rem;
	}
#header.is-scroll .site_description {

	margin: 0 auto;
	}
#header.is-scroll .site_description span {
	display: none;
	}
#header.is-scroll .navi.pc {
	margin: 0;
	}
#header.hide {
	top: -200px;
	}
.btn-shop {
	position: absolute;
	text-align: center;
	display: block;
	line-height: 1.3;
	background: rgba(0,0,0,1.0);
	}
.btn-shop.pc-view {
	top: 0;
	right: 0;
	}
.btn-shop a {
	display: block;
	padding: 10px 15px 13px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	}

@media only screen and (max-width: 800px) {
#header .logo a img {
	max-width: 50%;
	}
.btn-shop.pc-view {
	display: none;
	}
.phone-view-nav {
	display: block;
	}
#header .navi.mobile ul li.phone-view-nav a {
	color: #ff4646;
	}
#header .site_description {
	max-width: 90%;
	line-height: 1.3;
	}
#header.is-scroll .logo {
	display: block;
	}
}

/* global navi */
#header .navi.pc {
	background:rgba(0,0,0,0.75);
	}
#header .navi.pc ul {
	font-size: 0;
	}
#header .navi.pc li {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	display: inline-block;
	}
#header .navi.pc li a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 1em .8em 1.1em;
	}
#header .navi.pc li a:hover {
	background: #000;
	}
#header .navi.pc li.active a {
	background: #000;
	}
#header .navi.pc li.active:hover .sub_navi {
	display: block;
	}
#header .navi.pc .sub_navi {
	display: none;
	position: absolute;
	background: #e8e8e8;
	border-radius: 0 3px 3px 3px;
	}
#header .navi.pc .sub_navi li {
	display: block;
	margin: 0;
	padding: .3em;
	text-align: left;
	}
#header .navi.pc .sub_navi li a {
	background: none;
	}
#header .navi.pc .sub_navi li a:hover {
	background: #dbdbdb;
	border-radius: 3px;
	}
#header .navi.pc li.phone-view-nav {
	display: none;
	}
#header .navi.mobile {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	padding: 3em;
	background: rgba(255, 255, 255, 0.95);
	}
#header .navi.mobile ul {
	position: relative;
	width: 85%;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	}
#header .navi.mobile ul li {
	display: block;
	max-width: 800px;
	margin: 5px auto 0;
	border-radius: 3px;
	text-align: center;
	}
#header .navi.mobile ul li a {
	display: block;
	padding: .5em;
	background: #e8e8e8;
	border-radius: 3px;
	text-decoration: none;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.1;
	color: #3a3a3a;
	}
#header .navi.mobile ul li a:hover {
	background: #d6d6d6;
	}
#header .navi.mobile ul li.active {
	background: #d6d6d6;
	}
#header .navi.mobile ul li.active > a {
	background: transparent;
	cursor: default;
	}
#header .navi.mobile ul li .sub_navi {
	width: 100%;
	margin: 0;
	padding: 5px;
	}
#header .navi.mobile ul li .sub_navi li:first-child {
	margin: 0;
	}
#header .navi.mobile ul li .sub_navi li a:hover {
	background: #c2c2c2;
	}
#header #button_navi {
	position: absolute;
	right: 20px;
	top: 0;
	display: none;
	width: 24px;
	height: 100%;
	}

@media only screen and (max-width: 800px) {
#header .navi.pc {
	display: none;
	}
#header.is-scroll > .inner {
	padding-top: 0;
	padding-bottom: 0;
	}
#header #button_navi {
	display: block;
	}
#header #button_navi div {
	position: absolute;
	left: 0;
	top: 20px;
	height: 30px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 30px;
	cursor: pointer;
	}
}

/* ---------------------------------
	content, section
--------------------------------- */
#content {
	margin: 30px auto 0;
	position: relative;
	}
#content > .inner {
	background-color: #fff;
	width: 94%;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
	}
body#info #content > .inner,
body#menu #content > .inner {
	background-color: transparent;
	}
body#contact #content .inner .inner,
body#staff #content .inner .inner,
body#photo #content .inner .inner,
body#calendar #content .inner .inner,
body#free #content .inner .inner {
	padding: 4%;
	}
#content h2.page_title {
	text-align: center;
	margin: 2em auto 3em;
	font-size: 20px;
	font-size: 2.0rem;
	position: relative;
	display: inline-block;
 	width: 100%;
	}
#content h2.page_title:before {
	content: '';
	position: absolute;
	bottom: -0.5em;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ccc;
	}
body#menu #content h2.page_title,
body#photo #content h2.page_title {
	margin: 2em auto;
	}

@media only screen and (max-width: 800px) {
body#info #content > .inner,
body#menu #content > .inner {
	width: 94%;
	}
}
@media only screen and (max-width: 600px) {
#content h2.page_title {
	margin: 1em auto 2.5em;
	}
body#menu #content h2.page_title,
body#photo #content h2.page_title {
	margin: 1em auto;
	}
body#photo #content .inner .inner {
	padding: 25px 4%;
	}
}

/* ---------------------------------
	sub_navi
--------------------------------- */
ul.sub_navi {
	display: block;
	}
#info ul.sub_navi {
	display: none;
	}
.info_footer_sub_navi ul.sub_navi {
	display: none;
	}
#info .info_footer_sub_navi ul.sub_navi {
	display: block;
	}

#content ul.sub_navi {
	position: relative;
	width: 94%;
	max-width: 1000px;
	list-style: none;
	margin: 0 auto;
	padding: 2em 0;
	text-align: center;
	}
#content ul.sub_navi li {
	display: inline-block;
	max-width: 800px;
	margin: 0 0.5em 1em;
	border-radius: 3px;
	text-align: center;
	}
#content ul.sub_navi li a {
	display: block;
	padding: .5em;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 13px;
	color: #3a3a3a;
	}
#content ul.sub_navi li a:hover {
	background: #fff;
	}
#content ul.sub_navi li.active {
	background: #fff;
	}
#content ul.sub_navi li.active > a {
	background: transparent;
	cursor: default;
	}

/* ---------------------------------
	pager
--------------------------------- */
.pager {
	zoom: 1;
	position: relative;
	margin: 0;
	}
.pager:after {
	content: '';
	display: block;
	clear: both;
	}
.pager > .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	padding-left: 20px;
	padding-right: 20px;
	}
.pager > .inner div {
	zoom: 1;
	position: relative;
	text-align: center;
	}
.pager > .inner div:after {
	content: '';
	display: block;
	clear: both;
	}
.pager > .inner div a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 3px .15em;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 38px;
	color: #3a3a3a;
	}
.pager > .inner div a.chk {
	background: #e8e8e8;
	cursor: default;
	}
.pager > .inner div a:hover {
	background: #e8e8e8;
	}

@media only screen and (max-width: 800px) {
.pager .inner {
	position: relative;
	left: 0;
	}
.pager .inner div {
	position: relative;
	left: 0;
	}
.pager .inner div a {
	display: none;
	line-height: 42px;
	}
.pager .inner div a.next,
  .pager .inner div a.prev {
	float: left;
	display: block;
	margin: 0;
	background: #e8e8e8;
	font-size: 24px;
	font-size: 2.4rem;
	}
.pager .inner div a.next {
	float: right;
	}
.pager .inner div a.chk {
	display: block;
	position: absolute;
	left: 50%;
	float: none;
	background: transparent;
	margin: 0 0 0 -20px;
	font-size: 30px;
	font-size: 3rem;
	}
}

/* ---------------------------------
	gadgets
--------------------------------- */
.gadgets {
	margin: 50px 0 0;
	}
.gadgets > .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	}
.gadgets #navi_parts .navi_parts_detail {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px;
	}
.gadgets #navi_parts .navi_parts_detail img {
	display: block;
	}
.gadgets #navi_parts .navi_parts_detail img.goog-te-gadget-icon {
	display: inline;
	}
.gadgets #navi_parts .navi_parts_detail .goog-te-menu-value img {
	display: inline;
	}
.gadgets #navi_parts .navi_parts_detail img,
.gadgets #navi_parts .navi_parts_detail iframe,
.gadgets #navi_parts .navi_parts_detail object,
.gadgets #navi_parts .navi_parts_detail embed {
	max-width: 100%;
	overflow: hidden;
	}

/* ---------------------------------
	social
--------------------------------- */
.social {
	margin: 50px 0 0;
	padding: 40px 0 0;
	border-top: 1px dotted #a9a9a9;
	}
.social > .inner {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	}
.social #social_widgets .social_widget {
	display: inline-block;
	height: 20px;
	margin: 10px 0 0 10px;
	vertical-align: middle;
	}
.social #social_widgets .social_widget:first-child {
	margin-left: 0;
	}
.social #social_widgets .social_widget#widget_facebook_like {
	width: 150px;
	}
.social #social_widgets .social_widget#widget_facebook_like iframe {
	width: 150px;
	}
.social #social_widgets .social_widget#widget_facebook_follow {
	width: 148px;
	}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_follow iframe {
	width: 148px;
	}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
	width: 300px;
	height: 72px;
	overflow: hidden;
	}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox > div {
	display: inline-block;
	}
@media only screen and (max-width: 1000px) {
.social > .inner {
	padding-left: 20px;
	padding-right: 20px;
	}
}
@media only screen and (max-width: 600px) {
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
	width: 100%;
	margin-left: 0;
	}
}

/* ---------------------------------
	footer
--------------------------------- */
#footer {
	position: relative;
	z-index: 2;
	margin: 50px 0 0;
	padding: 0;
	background: url(https://cdn.goope.jp/56958/180216191149-5a86ae6561fbe.jpg) repeat;
	}
#footer > .inner {
	zoom: 1;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0 70px;
	padding: 3em 2% 3em;
	}
#footer > .inner:after {
	content: '';
	display: block;
	clear: both;
	}
.footer_logo {
	float: left;
	width:20%;
	margin-right: 5%;
	}
.footer_logo img {
	width: 100%;
	height: auto;
	}
.footer_info {
	float: left;
	width: 75%;
	}
.shop_info {
	float: left;
	width: 50%;
	}
ul.sns_icons {
	display: inline-block;
	}
ul.sns_icons li {
	float: left;
	margin-right: 1em;
	}
.footer_map {
	float: right;
	width: 50%;
	}
.phone_number {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	}
.phone_number a {
	text-decoration: none;
	}
.phone_number i {
	font-size:90%;
	margin-right: 0.2em;
	}
.copyright {
	float: left;
	color: #666;
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 1.5em;
	}
.copyright a {
	color: #666;
	text-decoration: none;
	}
#footer .social_icons {
	font-size: 29px;
	font-size: 2.9rem;
	line-height: 1;
	}
#footer .social_icons a {
	display: inline-block;
	margin: 0;
	padding: .3em;
	border-radius: 3px;
	vertical-align: bottom;
	text-decoration: none;
	}
#footer .social_icons a:hover,
#footer .social_icons a:active {
	background: #e8e8e8;
	text-decoration: none;
	}
#footer .social_icons a span {
	display: block;
	}

@media only screen and (max-width: 1000px) {
#footer > .inner {
	padding: 2em 3%;
	}
}
@media only screen and (max-width: 800px) {
.footer_logo {
	float: none;
	width:20%;
	margin: 0 auto 2em;
	}
.footer_info {
	float: none;
	width: 100%;
	}
}
@media only screen and (max-width: 600px) {
.footer_logo {
	width:30%;
	min-width: 150px;
	}
.shop_info {
	float: none;
	text-align: center;
	width: 100%;
	margin-bottom: 2em;
	}
.footer_map {
	float: none;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	}
.copyright {
	float: none;
	text-align: center;
	}
}

/* ---------------------------------
	btn
--------------------------------- */
.btn {
	cursor: pointer;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 700;
	display: inline-block;
	}
.btn a {
	color: #fff;
	text-decoration: none;
	}
.btn_bar {
	float: right;
	background: none;
	border-bottom: 5px solid #434343;
	padding: 0.5em;
	}
.btn.btn_bar a {
	color: #434343;
	}
.btn_contact {
	color: #fff;
	background: rgba(0,0,0,0.75);
	padding: 1em 1.8em;
	}

/* ---------------------------------
	totop
--------------------------------- */
.totop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 10000;
	display: block;
	width: 44px;
	height: 44px;
	cursor: pointer;
	}
.totop .button {
	visibility: hidden;
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 0 0 auto;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	line-height: 44px;
	color: #fff;
	}
.totop .button.is-visible {
	visibility: visible;
	}
body.modal-open .totop,
body.navi-open .totop {
	display: none;
	}
@font-face {
	font-family: 'icomoon';
	src: url('/css/social-icon-fonts/social-icon.eot?3koa62');
	src: url('/css/social-icon-fonts/social-icon.eot?3koa62#iefix') format('embedded-opentype'), url('/css/social-icon-fonts/social-icon.ttf?3koa62') format('truetype'), url('/css/social-icon-fonts/social-icon.woff?3koa62') format('woff'), url('/css/social-icon-fonts/social-icon.svg?3koa62#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	}
[class^='icon-'],
[class*='icon-'] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.icon-instagram:before {
	content: '\e900';
	}
.icon-facebook:before {
	content: '\e901';
	}
.icon-twitter:before {
	content: '\e902';
	}
	
/* ---------------------------------
	WYSIWYGフィールド表示制御
--------------------------------- */
.textfield {
	zoom: 1;
	}
.textfield:after {
	content: '';
	display: block;
	clear: both;
	}
.textfield img {
	max-width: 100% !important;
	height: auto !important;
	}
.textfield p {
	word-break: normal;
	word-wrap: break-word;
	}
.textfield p:first-child {
	margin: 0 !important;
	}
.textfield iframe {
	max-width: 100% !important;
	}
.textfield ul,
.textfield ol {
	margin-left: 1.2em;
	}
.textfield ul li {
	list-style-type: disc;
	}
.textfield ol li {
	list-style-type: decimal;
	}
@media only screen and (max-width: 800px) {
.textfield table {
	width: 100% !important;
	height: auto !important;
	}
}

/* ---------------------------------
	page: Top
--------------------------------- */
@-webkit-keyframes scaleImage {
0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}
@keyframes scaleImage {
0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes scaleImageMove {
0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
100% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	}
}
@keyframes scaleImageMove {
0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
100% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	}
}
@-webkit-keyframes textFadeIn {
0% {
	opacity: 0;
	}
100% {
	opacity: 1;
	}
}
@keyframes textFadeIn {
0% {
	opacity: 0;
	}
100% {
	opacity: 1;
	}
}

body#top .section {
	margin: 0 3%;
	padding: 0 0 4em;
	}
body#top .section > .inner {
	margin: 0 auto !important;
	}

body#top #wrap_slider {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 500px;
	}
body#top #slider {
	position: relative;
	width: 100%;
	height: 500px;
	margin: 0;
	overflow: hidden;
	}
body#top #slider .article {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
	}
body#top #slider .article img {
	visibility: hidden;
	display: block;
	width: 100%;
	height: auto;
	}
body#top #slider .article .caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin: 0;
	padding: 0 30px;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	color: #ffffff;
	}
body#top #slider .article .caption > div {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	-webkit-transition: opacity 5s;
	transition: opacity 5s;
	padding: .5em;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	}
body#top #slider .article .caption .caption_txt a {
	color: #ffffff;
	}
body#top #slider .article.move .caption div {
	opacity: 1;
	}
body#top .slick-track {
	z-index: 1 !important;
	}
body#top .slick-dots {
	display: none;
	bottom: 10px;
	}
body#top .slick-dots li button:before {
	font-size: 14px;
	font-size: 1.4rem;
	color: #ffffff;
	}

@media only screen and (max-width: 800px) {
body#top #wrap_slider,
body#top #slider,
body#top #slider .article {
	height: 400px;
	}
body#top .section {
	margin: 0 5%;
	}
}
@media only screen and (max-width: 600px) {
body#top #wrap_slider,
body#top #slider,
body#top #slider .article {
	height: 300px;
	}
}

/* welcome message */
body#top .welcomemessage {
	padding-top: 3em;
	border: none;
	}
h2.lead {
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1em;
	text-align: center;
	}
body#top .welcomemessage .message {
	width: 85%;
	margin: 0 auto;
	}
	
@media only screen and (max-width: 600px) {
body#top .welcomemessage .message {
	width: 100%;
	}
}
	
/* top information */
body#top .section_title {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1;
	font-weight: 700;
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 2em;
	padding: 0.5em 0;
	text-align: center;
	border-top: 1px dotted #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
	}
body#top .information .list {
	text-align: center;
	}
body#top .information .list:after {
	content: '';
	display: block;
	clear: both;
	}
body#top .information .list.is-float .article {
	float: left;
	display: block;
	white-space: nowrap;
	max-height: 320px;
	text-decoration: none;
	}

.ie9 body#top .information .list {
	zoom: 1;
	display: block;
	}
.ie9 body#top .information .list:after {
	content: '';
	display: block;
	clear: both;
	}

body#top .information .article {
	zoom: 1;
	display: inline-block;
	width: 29.3%;
	margin: 0 2% 4em;
	text-align: left;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	opacity: 1;
	}
body#top .information .article:after {
	content: '';
	display: block;
	clear: both;
	}

body#top .information .article:hover {
	opacity: 0.7;
	}
body#top .information .article .photo {
	display: block;
	height: 215px;
	width: 100%;
	margin: 0 0 1em 0;
	background: url(https://cdn.goope.jp/56958/180227105246-5a94b9eeac89a.png) no-repeat center center !important;
	border-radius: 3px;
	}
body#top .information .article .photo img {
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	}
body#top .information .article .photo img.show {
	opacity: 1;
	}
body#top .information .article .summary {
	display: block;
	text-align: center;
	}
body#top .information .article .summary > .inner {
	display: block;
	}
body#top .information .article .summary .date {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 1.2em;
	}
body#top .information .article .summary .date_underline {
	display: block;
	width: 30px;
	margin: 0 auto 0.5em;
	border-bottom: 1px solid #dadbdb;
	}
body#top .information .article .summary .title {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	}
body#top .information .list .article {
	position: relative;
}
body#top .information .list .article:first-child:after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 46px;
	height: 46px;
	top: -5px;
	right: 5%;
	background: url(https://cdn.goope.jp/56958/181122122612-5bf621d43ca2d.png) no-repeat center top;
	background-size: 46px 46px;
	}


@media only screen and (max-width: 800px) {
body#top .information .article {
	width: 46%;
	}
}
@media only screen and (max-width: 600px) {
body#top .information .list.is-float .article {
	width: 100%;
	float: none;
	margin: 0 auto 4em;
	min-width: 0;
	text-align: center;
	}
body#top .information .list.is-float .article .summary {
	padding: 0;
	}
body#top .information .list.is-float .article {
	float: none;
	}
body#top .information .article {
	width: 92%;
	float: none;
	margin: 0 auto 4em;
	min-width: 0;
	text-align: center;
	}
body#top .information .article .photo {
	width: 100%;
	}
body#top .information .article .summary {
	padding: 0;
	}
}


/* ---------------------------------
	page: Information
--------------------------------- */
body#info .article {
	background: #fff;
	padding: 4%;
	margin: 3em 0 0;
	}
body#info .article:first-child {
	margin: 0;
	}
body#info .article .date {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	}
body#info .article .body .article_title {
	margin: 10px 0 0;
	font-weight: 700;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
	}
body#info .article .body .article_title a {
	text-decoration: none;
	}
body#info .article .date {
	color: #666;
	}
body#info .article .body .photo {
	float: right;
	max-width: 40%;
	margin: 0 0 1.2em 1.5em;
	}
body#info .article .body .photo img {
	max-width: 100%;
	border-radius: 3px;
	}
body#info .article .body .textfield {
	margin: 20px 0 0;
	}
body#info .article .body .textfield p:first-child {
	margin: 0 !important;
	}
body#info ul.other_images {
	width: 100%;
	margin: 1.2em 0 0;
	}
body#info ul.other_images:after {
	content: '';
	display: block;
	clear: both;
	}
body#info ul.other_images li {
	list-style: none;
	float: left;
	margin: 1%;
	width: 23%;
	}
@media only screen and (max-width: 600px) {
body#info .article {
	padding: 25px 4%;
	}
body#info .article .date {
	float: none;
	width: 100%;
	margin: 0 0 5px;
	}
body#info .article .date div {
	display: inline;
	}
body#info .article .date div.month {
	margin-right: 5px;
	font-size: 22px;
	font-size: 2.2rem;
	}
body#info .article .body {
	float: none;
	}
body#info .article .body .inner {
	margin: 0;
	}
body#info .article .body h3 {
	margin: 0 0 20px;
	}
body#info .article .body .photo {
	float: none;
	max-width: 100%;
	margin: 10px 0 0;
	}
body#info .article .body .textfield {
	margin: 10px 0 0;
	}
}

/* ---------------------------------
	page: photo
--------------------------------- */
body#photo #index {
	margin: 0;
	}
body#photo #index .album {
	background: #fff;
	zoom: 1;
	margin: 5em 0 0;
	}
body#photo #index .album:after {
	content: '';
	display: block;
	clear: both;
	}
body#photo #index .album:first-child {
	margin: 0;
	}
body#photo #index .album .album_title {
	margin: 0 0 10px;
	border-top: 1px dotted #a9a9a9;
	font-weight: 700;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
	}
body#photo #index .album .album_title > span {
	position: relative;
	top: -.6em;
	padding-right: 1em;
	background-color: #ffffff;
	}
body#photo #index .album .album_title a {
	position: relative;
	padding: .3em .2em;
	background: transparent;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: background .15s;
	transition: background .15s;
	}
body#photo #index .album .album_title a:hover {
	text-decoration: none;
	}
body#photo #index .album .thumb {
	visibility: hidden;
	float: left;
	width: 20%;
	height: 152px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0;
	}
body#photo #index .album .thumb a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 3px;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	opacity: 1;
	}
body#photo #index .album .thumb a:hover {
	opacity: 0.7;
	}
body#photo #index .album .thumb a:focus {
	outline: none;
	}
body#photo #index .album .thumb a img {
	position: absolute;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	}
body#photo #index .album .thumb a img.show {
	opacity: 1;
	}
body#photo #entries {
	position: relative;
	}
body#photo #entries h3 {
	position: relative;
	text-align: center;
	border-top: 1px dotted #a9a9a9;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 2em;
	}
body#photo #entries h3 span {
	position: relative;
	top: -.6em;
	padding: 0 1em;
	background: #fff;
	}
body#photo #entries .article {
	position: relative;
	margin: 4em auto 0;
	text-align: center;
	}
body#photo #entries .article:first-child {
	margin: 0;
	}
body#photo #entries .article h4 {
	margin: 1em 0 0;
	font-weight: normal;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	}
body#photo #entries .article .textfield {
	margin: .5em 0 0;
	}
body#photo #entries .article .photo {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	}
body#photo #entries .article .photo img {
	max-width: 100%;
	border-radius: 3px;
	}
body#photo #navi li .sub_navi li a {
	display: block;
	}
	
@media only screen and (max-width: 800px) {
body#photo #index .album .thumb {
	margin: 0 5px 5px 0;
	}
}

/* ---------------------------------
	page: menu
--------------------------------- */
body#menu .list {
	background: #fff;
	padding: 4%;
	margin: 3.5em 0 0;
	}
body#menu .page_title + .list,
body#menu .list:first-child {
	margin: 0;
	}
body#menu .article {
	zoom: 1;
	margin: 60px 0 0;
	}
body#menu .article:after {
	content: '';
	display: block;
	clear: both;
	}
body#menu .category_title {
	position: relative;
	text-align: center;
	border-top: 1px dotted #a9a9a9;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
	}
body#menu .category_title span {
	position: relative;
	top: -.6em;
	padding: 0 1em;
	background: #ffffff;
	}
body#menu .category_title + .article {
	margin-top: 15px;
	}
body#menu .article_title {
	margin: 10px 0 0;
	padding: 0.2em 0 0.2em 10px;
	font-weight: 700;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	border-left: 6px solid #ddd;
	}
body#menu .article_title .recommend {
	position: relative;
	color: #f5f201;
	font-size: 70%;
	top: -0.5em;
	}
body#menu .article_title a {
	position: relative;
	padding: .3em 0;
	background: transparent;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: background .15s;
	transition: background .15s;
	}
body#menu .photo {
	float: right;
	max-width: 50%;
	margin: 0 0 1.2em 1.5em;
	}
body#menu .photo img {
	display: block;
	max-width: 100%;
	border-radius: 3px;
	}
body#menu .article strong {
	font-size: 120%;
	}
body#menu .price {
	margin: 1em 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	}
body#menu .text {
	margin: 1em 0 0;
	}
	
@media only screen and (max-width: 600px) {
body#menu .photo {
	float: none;
	max-width: 100%;
	margin: 0 auto 1.5em;
	}
body#menu .list {
	padding: 25px 4%;
	}
body#menu .category_title {
	font-size: 16px;
	font-size: 1.6rem;
	}
body#menu .article_title {
	font-size: 18px;
	font-size: 1.8rem;
	}
}

/* ---------------------------------
	page: calendar
--------------------------------- */
body#calendar .wrap_calendar .navi {
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	}
body#calendar .table_calendar {
	margin: 2em 0 4em;
	}
body#calendar .table_calendar th {
	font-weight: normal;
	padding: 3px 0;
	font-size: 18px;
	font-size: 1.8rem;
	}
body#calendar .table_calendar th.sun {
	color: #dd4444;
	}
body#calendar .table_calendar th.sat {
	color: #0055dd;
	}
body#calendar .table_calendar td {
	border: 1px solid #ccc;
	width: 14.28571429%;
	position: relative;
	height: 112px;
	padding: 5px;
	}
body#calendar .table_calendar td p.day {
	height: 110px;
	margin: 0;
	padding: 5px 10px;
	font-size: 20px;
	font-size: 2.0rem;
	}
body#calendar .table_calendar td.sat p.day {
	color: #0055dd;
	}
body#calendar .table_calendar td.sun p.day {
	color: #dd4444;
	}
body#calendar .table_calendar td a {
	position: absolute;
	left: 40%;
	top: 40%;
	}
body#calendar .schedule {
	padding: 0 0 1.5em;
	}
body#calendar .schedule dl.article {
	margin: 1.5em 0 0;
	padding: 1.5em 0 0;
	border-top: 1px dotted #6a5839;
	border-top-style: dotted;
	}
body#calendar .schedule dl.article:last-of-type {
	border-bottom: 1px dotted #6a5839;
	border-bottom-style: dotted;
	padding-bottom: 1.5em;
	}
body#calendar .schedule dl.article dt.date {
	margin: 0 0 0.8em;
	padding: 0 0 0.2em;
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	}
body#calendar .schedule dl.article dd {
	margin: 0.5em 0 0;
	font-size: 15px;
	font-size: 1.5rem;
	}
body#calendar .schedule dl.article dd:after {
	content: '';
	display: block;
	clear: both;
	}
body#calendar .schedule dl.article dd .category {
	float: left;
	margin-right: 1em;
	padding: .22em .43em;
	color: #000;
	background: #e8e8e8;
	border-radius: 2px;
	font-weight: 500;
	font-size: 14px;
	font-size: 1.4rem;
	}
body#calendar .details:after,
body#calendar .details > div:after {
	content: '';
	display: block;
	clear: both;
	}
body#calendar .details .category {
	float: left;
	margin-right: 1em;
	padding: .22em .43em;
	color: #000;
	background: #e8e8e8;
	border-radius: 2px;
	font-weight: 500;
	font-size: 14px;
	font-size: 1.4rem;
	}
body#calendar .details .date {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	vertical-align: bottom;
	}
body#calendar .details h3 {
	margin: .5em 0;
	font-size: 18px;
	font-size: 1.8rem;
	}
body#calendar .details .image {
	float: right;
	margin: 0 0 1.2em 1.5em;
	}
body#calendar .details img {
	max-width: 100%;
	border-radius: 2px;
	}

@media only screen and (max-width: 800px) {
body#calendar .table_calendar th {
	padding: 3px 0;
	}
body#calendar .table_calendar td {
	height: 70px;
	padding: 2px;
	}
body#calendar .table_calendar td p.day {
	height: 70px;
	padding: 5px 8px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 102px;
	}
body#calendar .table_calendar td a {
	left: 8px;
	top: 8px;
	}
}
@media only screen and (max-width: 600px) {
body#calendar .table_calendar td p.day {
	font-size: 16px;
	font-size: 1.6rem;
	}
body#calendar .schedule dl.article dd {
	margin-bottom: 1em;
	}
body#calendar .schedule dl.article dd span {
	margin-bottom: 0.2em;
	}
body#calendar .schedule dl.article dd a {
	clear: both;
	display: block;
	}
body#calendar .details .category {
	display: block;
	margin-bottom: 0.5em;
	}
body#calendar .details .date {
	display: block;
	clear: both;
	}
body#calendar .details .image {
	float: none;
	width: 80%;
	margin: 0 0 1.5em;
	}
}
	
/* ---------------------------------
	page: about
--------------------------------- */
body#about .map,
body#about .summary {
	width: 100%;
	}
body#about .map iframe {
	height: 470px;
	}
body#about .summary {
	margin: 50px auto 0;
	padding-bottom: 50px;
	}
body#about .summary table {
	width: 65%;
	margin: 0 auto;
	}
body#about .summary tr {
	display: table-row;
	margin: 0;
	}
body#about .summary th,
body#about .summary td {
	display: table-cell;
	padding: 1em;
	line-height: 1.2;
	border-bottom: 1px solid #ddd;
	}
body#about .summary th {
	width: 30%;
	text-align: left;
	font-weight: 700;
	}
body#about .summary td {
	width: 70%;
	}

@media only screen and (max-width: 800px) {
body#about .summary table {
	width: 80%;
	}
}
@media only screen and (max-width: 600px) {
body#about .summary table {
	width: 94%;
	}
}

/* ---------------------------------
	page: contact
--------------------------------- */
.inquiry_text {
	margin-bottom: 2em;
	}
.inquiry_text ul {
	margin: 0.5em 0 30px 1.5em;
	}
body#contact .message {
	margin: 0 0 40px;
	padding: 1em;
	background: #ffecec;
	border-radius: 2px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ff4646;
	}
body#contact form {
	position: relative;
	width: 70%;
	margin: 0 auto 5em;
	}
body#contact form .contact_area,
body#contact form .button_area {
	margin: 0 0 2.5em;
	}
body#contact form .contact_area:first-child,
body#contact form .button_area:first-child {
	margin: 0;
	}
body#contact form .contact_area br {
	display: none;
	}
body#contact form .contact_area > label {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	}
body#contact form .contact_area .checkbox label,
body#contact form .contact_area .radio label {
	position: static;
	display: inline;
	width: auto;
	padding: 0;
	margin-right: 10px;
	background: none;
	border: none;
	border-radius: 0;
	font-weight: normal;
	color: #3a3a3a;
	font-size: 16px;
	font-size: 1.6rem;
	}

body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form textarea {
	width: 100%;
	background: #ffffff;
	border: 1px solid #e4e2e1;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email] {
	padding: 8px;
	font-size: 20px;
	font-size: 2rem;
	}
body#contact form input[type=text] {
	width: 100%;
	}
body#contact form input[type=text].contact_small {
	width: 60% !important;
	}
body#contact form textarea {
	width: 100%;
	height: 180px;
	padding: 5px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
	}
body#contact form input[type=text]:focus,
body#contact form input[type=tel]:focus,
body#contact form input[type=email]:focus,
body#contact form textarea:focus {
	background: #ffffff;
	border: 1px solid #ffbfbf;
	outline: none;
	}
body#contact .requier {
	color: #ff4646;
	font-size: 120%;
	font-weight: 700;
	}
body#contact form select {
	padding: 7px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	font-size: 18px;
	font-size: 1.8rem;
	}
body#contact form select:focus {
	outline: none;
	}
body#contact form input[type=submit]:focus {
	outline: none;
	}
body#contact form .wrap_select {
	position: relative;
	display: inline;
	}
body#contact form .select_arrow {
	position: absolute;
	right: 10px;
	bottom: 12px;
	line-height: 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #3a3a3a;
	}
body#contact form .button {
	color: #fff;
	background: rgba(0,0,0,0.75);
	padding: 1em 1.8em;
	margin: 0 auto;
	border: none;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	}
body#contact form .button:hover,
body#contact form .button:active {
	cursor: pointer;
	}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form select,
body#contact form textarea {
	background: #fff;
	border-color: #dcdbdb;
	}
body#contact form .checkbox,
body#contact form .radio {
	white-space: nowrap;
	clear: both;
	display: block;
	padding: 0 0 5px 0;
	}
body#contact form select {
	width: 100% !important;
	}

@media only screen and (max-width: 800px) {
body#contact form {
	width: 80%;
	}
}
@media only screen and (max-width: 600px) {
body#contact form {
	width: 100%;
	}
body#contact form .button {
	width: 100%;
	}
}
	
/* ---------------------------------
	page: coupon ※今回使わず
--------------------------------- */
body#coupon .autopagerize_page_element {
	zoom: 1;
	overflow: hidden;
	margin-top: -30px;
	}
body#coupon .autopagerize_page_element:after {
	content: '';
	display: block;
	clear: both;
	}
body#coupon .article {
	float: left;
	width: 31%;
	margin: 30px 0 0 20px;
	padding: 0;
	background: #e8e8e8;
	border-radius: 2px;
	}
body#coupon .article .summary {
	padding: 10px;
	}
body#coupon .article h4 {
	margin: 10px 0;
	font-weight: normal;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	}
body#coupon .article .image {
	display: none;
	height: 200px;
	overflow: hidden;
	background-size: cover;
	background-position: 50%;
	border-radius: 2px 2px 0 0;
	}
body#coupon .article .image img {
	display: block;
	max-width: 100%;
	}
body#coupon .article .text {
	margin: 12px 0 0;
	}
body#coupon .article:nth-child(odd) {
	margin-left: 0;
	}
body#coupon .article .article_title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
	margin: .2em 0 0;
	}
body#coupon .article .qrcode {
	float: right;
	margin: 0;
	}
body#coupon .article .text {
	margin: .5em 0 0;
	}
body#coupon .article .text li {
	padding-left: 5em;
	text-indent: -5em;
	font-weight: bold;
	}
body#coupon .article .text li span {
	font-weight: normal;
	}
body#coupon .print {
	margin: 20px 0 0;
	text-align: right;
	}
body#coupon .print a {
	display: inline-block;
	padding: .5em;
	background: rgba(232, 232, 232, 0.7);
	border-radius: 3px;
	line-height: 1;
	}
body#coupon .print a:hover {
	background: #e8e8e8;
	}
	
@media screen and (max-width: 600px) {
body#coupon .article {
	margin-left: 0;
	}
body#coupon .article .qrcode {
	margin: 0px 0 5px 10px;
	}
}

/* ---------------------------------
	page: reservation 今回使わず
--------------------------------- */
body#reservation .message {
	margin: 0 0 40px;
	padding: 1em;
	background: #ffecec;
	border-radius: 2px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #5e0808;
	}
body#reservation form {
	position: relative;
	width: 65%;
	margin: 0 auto;
	}
body#reservation form .reservation_area {
	margin: 40px 0 0;
	}
body#reservation form .reservation_area:first-child {
	margin: 0;
	}
body#reservation form .reservation_area > label {
	font-size: 18px;
	font-size: 1.8rem;
	}
body#reservation form .reservation_area .reservation_course_body img {
	display: block;
	max-width: 100%;
	}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form textarea {
	width: 100%;
	background: #ffffff;
	border: 1px solid #e4e2e1;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email] {
	padding: 8px;
	font-size: 20px;
	font-size: 2rem;
	}
body#reservation form input[type=text] {
	width: 100%;
	}
body#reservation form input[type=text].contact_small {
	width: 60% !important;
	}
body#reservation form textarea {
	width: 100%;
	height: 180px;
	padding: 5px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
	}
body#reservation form input[type=text]:focus,
body#reservation form input[type=tel]:focus,
body#reservation form input[type=email]:focus,
body#reservation form textarea:focus {
	background: #ffffff;
	border: 1px solid #ffbfbf;
	outline: none;
	}
body#reservation form label {
	font-size: 20px;
	font-size: 2rem;
	}
body#reservation form label .requier {
	color: #993737;
	}
body#reservation form .checkbox,
body#reservation form .radio {
	display: block;
	}
body#reservation form .checkbox label,
body#reservation form .radio label {
	margin-right: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	}
body#reservation form select {
	padding: 7px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	font-size: 18px;
	font-size: 1.8rem;
	}
body#reservation form select:focus {
	outline: none;
	}
body#reservation form input[type=submit]:focus {
	outline: none;
	}
body#reservation form .wrap_select {
	position: relative;
	display: inline;
	}
body#reservation form .select_arrow {
	position: absolute;
	right: 10px;
	bottom: 12px;
	line-height: 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #3a3a3a;
	}
body#reservation form .button {
	position: relative;
	display: block;
	width: 100%;
	padding: 18px 10px;
	background: rgba(232, 232, 232, 0.5);
	border: none;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-size: 2rem;
	color: #3a3a3a;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}
body#reservation form .button:hover,
body#reservation form .button:active {
	cursor: pointer;
	background: #ffbfbf;
	color: #5e0808;
	}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form select,
body#reservation form textarea {
	background: #ffffff;
	border-color: #dcdbdb;
	}
body#reservation form .checkbox,
body#reservation form .radio {
	display: inline;
	white-space: nowrap;
	}
body#reservation form input[type=submit] {
	margin: 2em 0 0;
	background: #e6e6e6;
	}
body#reservation .list {
	zoom: 1;
	overflow: hidden;
	}
body#reservation .list:after {
	content: '';
	display: block;
	clear: both;
	}
body#reservation .list .info {
	margin-top: 0;
	}
body#reservation .list .info .note {
	margin: 0 0 1em;
	text-align: center;
	}
body#reservation .list .info .summary {
	margin: 0 0 1em;
	padding: 1em;
	background: #e8e8e8;
	border-radius: 2px;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	}
body#reservation .articles {
	margin-top: -30px;
	}
body#reservation .articles .article {
	float: left;
	width: 31%;
	margin: 30px 0 0 20px;
	padding: 0;
	background: #e8e8e8;
	border-radius: 2px;
	}
body#reservation .articles .article .summary {
	padding: 10px;
	}
body#reservation .articles .article h4 {
	margin: 10px 0;
	font-weight: normal;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	}
body#reservation .articles .article .image {
	display: none;
	height: 200px;
	overflow: hidden;
	background-size: cover;
	background-position: 50%;
	border-radius: 2px 2px 0 0;
	}
body#reservation .articles .article .image img {
	display: block;
	max-width: 100%;
	}
body#reservation .articles .article .text {
	margin: 12px 0 0;
	}
body#reservation .articles .article:nth-child(odd) {
	margin-left: 0;
	}
body#reservation .articles .article .article_title {
	margin: .2em 0 0;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
	}
body#reservation .articles .article .text {
	margin: .5em 0 0;
	}
@media only screen and (max-width: 800px) {
body#reservation form {
	width: 80%;
	}
}
@media only screen and (max-width: 600px) {
body#reservation form {
	width: 100%;
	}
body#reservation .articles .article {
	margin-left: 0;
	}
}
	
/* ---------------------------------
	page: sfatt
--------------------------------- */
.staff__text--name {
	margin-bottom: 0.2em;
	}
.staff__text--job {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 2em;
	}
.staff_wrap {
	margin-bottom: 0;
	}
.staff__text {
	width: 67%;
	}
.staff__text--description {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #999;
	}
.table_profile th {
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 0.5em;
	}
.table_profile td {
	padding-bottom: 0.75em;
	}
.staff_extra {
	display: none;
	}
body#staff .staff_extra {
	display: block;
	float: right;
	width: 67%;
	}

@media only screen and (max-width: 600px) {
.staff--image {
	float: none;
	margin: 0 auto 1em;
	width: 50%;
	}
.staff__text--name,
.staff__text--job {
	text-align: center;
	}
.staff__text {
	float: none;
	width: 100%;
	}
}

/* ---------------------------------
	page: color box
--------------------------------- */
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	}
#cboxWrapper {
	max-width: none;
	}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	}
#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
	}
#cboxContent {
	position: relative;
	}
#cboxContent button {
	border: none;
	}
#cboxContent button:focus {
	outline: none;
	}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	}
#cboxTitle {
	margin: 0;
	}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
	}
#colorbox.cb #cboxPrevious,
#colorbox.cb #cboxNext,
#colorbox.cb #cboxClose {
	background: transparent;
	text-indent: 0;
	font-size: 30px;
	font-size: 3rem;
	color: #ffffff;
	color: rgba(255, 255, 255, 0.8);
	}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
	}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	}
#colorbox,
#cboxContent,
#cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	}
/*
	User Style:
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000000;
	opacity: 80;
	}
#colorbox {
	outline: 0;
	}
#cboxContent {
	margin-top: 30px;
	background: #000;
	background: transparent;
	}
.cboxIframe {
	background: #fff;
	}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
	}
#cboxLoadedContent {
	padding: 40px;
	border: 2px solid #131313;
	border: none;
	background: #ffffff;
	background: #131313;
	background: transparent;
	}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
	}
#cboxCurrent {
	position: absolute;
	top: 6px;
	right: 50px;
	font-size: 18px;
	font-size: 1.8rem;
	/*font-family: 'Questrial', sans-serif;*/
	color: rgba(255, 255, 255, 0.8);
	}
#cboxLoadingGraphic {
	background: none;
	}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
	}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
	}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
	}
#cboxPrevious,
#cboxNext,
#cboxClose {
	background-image: url(/img/theme_elegant/common/colorbox_navi.png);
	background: #fff;
	z-index: 1000;
	}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
	cursor: pointer;
	color: #ffffff;
	}
#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -32px;
	background-repeat: no-repeat;
	background-position: top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
	}
#cboxPrevious:hover {
	background-position: bottom left;
	}
#cboxNext {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -32px;
	background-repeat: no-repeat;
	background-position: top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
	}
#cboxNext:hover {
	background-position: bottom right;
	}
#cboxClose {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	}
#cboxClose:hover {
	background-position: bottom center;
	}