@charset "UTF-8";

@font-face {
	font-family: Galliard;
	src: url(Galliard%20Roman.ttf) format('truetype');
}
@font-face {
	font-family: Cotillio;
	src: url(Cotillio.ttf) format('truetype');
}
@font-face {
	font-family: ITCEDSCR;
	src: url(ITCEDSCR.TTF) format('truetype');
}
* {
	box-sizing: border-box;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

button ,
form input[type="text"],
form select ,
form textarea {
	font-family: sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #555;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
a:link ,
a:visited {
	text-decoration: none;
	color: #ee5761;
}
a:hover ,
a:active {
	text-decoration: none;
	color: #fc9da8;
}

#inframe {
	background: transparent;
	text-align: center;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}
#system img ,
#recruit img {
	border: solid 8px #fff;
}
#system img#paypay {
	width: 300px;
}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
#contents-wrap {
	position: relative;
	margin: 0;
}
#page-top {
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 400;
}


/* PC TAB */
@media only screen and (min-width: 681px) {
body {
	font-size: 15px;
	line-height: 1.6em;
	font-family: sans-serif;
}
.pcbr::before {
	content: "\A" ;
	white-space: pre ;
}
div.sp {
	display: none;
}
.box > img {
	max-width: 900px;
}
#bg {
	background: url(../images/bg2.html) left center no-repeat;
	background-size: cover;
}
body#toppage #bg {
	height: 640px;
	background: url(../images/bg.jpg) left center no-repeat;
	background-size: cover;
}
#page-top {
	right: 12px;
	bottom: 12px;
}
}
/* //PC TAB */

@media only screen and (max-width: 1480px) {
#toppage #bg {
	background: url(../images/bg.jpg) center center no-repeat;
}
}

/* SP */
@media only screen and (max-width: 680px) {
body {
	font-size: 20px;
	line-height: 1.5em;
	font-family: sans-serif;
}
.spbr::before {
	content: "\A" ;
	white-space: pre ;
}
div.pct {
	display: none;
}
.nosp {
	display: none;
}
#bg {
	height: 240px;
	background: url(../images/bg2sp.html) center top no-repeat;
}
body#toppage #bg {
	height: 640px;
	background: url(../images/bgsp.jpg) center top no-repeat;
}
#page-top {
	right: 12px;
	bottom: 120px;
}
}
/* //SP */


#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
background-image: -moz-linear-gradient( top, #9b6c42 0%, #6e4c2f 100%);
background-image: -webkit-linear-gradient( top, #9b6c42 0%, #6e4c2f 100%);
background-image: -ms-linear-gradient( top, #9b6c42 0%, #6e4c2f 100%);
	border: solid 3px #e1a874;
	text-align: center;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: .4s;
	 transition: .4s;
}
.down #page-top a {
	opacity: 1;
}
#page-top a:hover {
	opacity: 0.4;
	-webkit-transition: .4s;
	 transition: .4s;
}
#page-top a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 24px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.file ,
button ,
a.button ,
input[type="submit"] {
	z-index: 4;
	position: relative;
	display: block;
	width: 400px;
	height: auto;
	margin: 1em auto;
	padding: 1.1em 0em 1.2em;
	text-align: center;
	font-size: 1.3em;
	line-height: 1em;
	letter-spacing: 0;
	cursor: pointer;
	color: #fff;
background-image: -moz-linear-gradient( top, #9b6c42 0%, #6e4c2f 100%);
background-image: -webkit-linear-gradient( top, #9b6c42 0%, #6e4c2f 100%);
background-image: -ms-linear-gradient( top, #9b6c42 0%, #6e4c2f 100%);
	border: solid 3px #e1a874;
	overflow: hidden;
	border-radius: 10px;
	transition: .10s;
}
a.button-s {
	width: 280px;
	padding: 0.6em 0em 0.8em;
	font-size: 1.2em;
	line-height: 1em;
}
.file:hover ,
button:hover ,
a.button:hover ,
input[type="submit"]:hover {
	color: #fff;
}
input[type="submit"] {
	margin: 0 auto;
}
.button_wrap {
	z-index: 3;
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 1em auto;
	overflow: hidden;
	border: solid 3px #e1a874;
	border-radius: 4px;
	transition: .4s;
}
.file:hover ,
button:hover ,
a.button:hover ,
.button_wrap:hover {
	opacity: 0.4;
	transition: .4s;
}


/* Contents
 * --------------------------------------- */
h1,h2,h3,h4,h5,div,a,p,form {
	box-sizing: border-box;
	vertical-align: bottom;
}
.txt-l {
	font-size: 1.2em;
	line-height: 1.2em;
}
.txt-ll {
	font-size: 1.4em;
	line-height: 1.2em;
}
.txt-lll {
	font-size: 2.0em;
	line-height: 1.2em;
}
.txt-s {
	font-size: 0.8em;
	line-height: 1em;
}
.white {
	color: #111;
}
.red {
	color: #fa6e88;
}
.no {
	font-family: 'Galliard',serif;
}

/* header
 * --------------------------------------- */
#header {
	position: relative;
}
body#second #header {
	height: 360px;
}
#header-top {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 ;
	text-align: center;
	background: #49392c;
	z-index: 960;
}
#header-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 80px;
	margin: 0 auto 0;
}
#logo {
	display: block;
	overflow: hidden;
}
#header-bottom {
	position: absolute;
	top: 11px;
	right: 20px;
	display: block;
	text-align: left;
	z-index: 60;
}
/* SP */
@media only screen and (max-width: 680px) {
#header-bottom {
	display: none;
}
}
#header-tel ,
#footer-tel {
	display: inline-block;
	margin: 16px 24px 0 auto;
	padding: 0;
	letter-spacing: 0.02em;
	color: #fff;
	vertical-align: top;
	font-size: 24px;
	line-height: 1em;
	font-family: 'Galliard',serif;
}
#header-tel a:link ,
#header-tel a:visited ,
#footer-tel a:link ,
#footer-tel a:visited {
	color: #ffe595;
}
#header-tel span ,
#footer-tel span {
	display: inline-block;
	float: left;
	padding: 0;
	color: #ffe595;
	margin: 1px 6px 0 0;
	font-size: 22px;
	line-height: 1em;
}
#footer-mail {
	margin: 0 auto;
	padding: 12px 0 0;
	font-size: 1.3em;
	line-height: 1.1em;
	font-family: 'Galliard',serif;
}
#footer-mail a {
	color: #ffe595;
}
#header-open ,
#footer-open {
	display: inline-block;
	margin: 16px auto 0;
	padding: 0;
	letter-spacing: 0.02em;
	color: #ffe595;
	vertical-align: top;
	font-size: 24px;
	line-height: 1em;
	font-family: 'Galliard',serif;
}
#header-desk ,
#footer-desk {
	display: inline-block;
	float: left;
}
#header-open span ,
#footer-open span {
	display: inline-block;
	float: left;
	color: #ffe595;
	margin: 3px 4px 0 0;
	font-size: 20px;
	line-height: 1em;
}
#header-desk ,
#footer-desk {
	margin: 0px 24px 0 0;
	font-size: 24px;
	line-height: 1em;
}
#header-open span.jp ,
#footer-open span.jp {
	margin: 4px 4px 0 0;
	font-size: 18px;
}


/* PC TAB */
@media only screen and (min-width: 681px) {
body#toppage #header {
	height: 740px;
}
#header-inner {
	padding: 0;
	text-align: left;
}
#logo {
	width: 360px;
	margin: 0 0 0 120px;
	padding: 6px 0 0;
	text-align: left;
}
#logo img {
	margin: 0 auto 0;
	width: auto;
	height: 64px;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
body#toppage #header {
	height: 820px;
}
#header-inner {
	width: 680px;
	height: 89px;
	padding: 0;
	text-align: center;
}
#logo {
	width: 660px;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
}
#logo img {
	margin: 10px auto 0;
	width: auto;
	height: 68px;
}
#header-tel {
	display: none;
}
#footer-tel {
	margin: 16px 8px 0 auto;
	font-size: 30px;
	line-height: 1em;
}
#header-tel span ,
#footer-tel span {
	margin: 2px 4px 0 0;
	font-size: 28px;
	line-height: 1em;
	vertical-align: bottom;
}
#header-open ,
#footer-open {
	font-size: 30px;
	line-height: 1em;
}
#header-open span ,
#footer-open span {
	margin: 4px 4px 0 0;
	font-size: 25px;
	line-height: 1em;
	vertical-align: bottom;
}
#header-desk ,
#footer-desk {
	margin: 0px 28px 0 0;
	font-size: 30px;
	line-height: 1em;
}
#header-open span.jp ,
#footer-open span.jp {
	margin: 4px 4px 0 0;
	font-size: 23px;
	line-height: 1em;
}
}
/* //SP */

/* footer
 * --------------------------------------- */
#footer {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 24px 0 24px;
	text-align: center;
	color: #fff;
	background: #49392c;
}
#footer-inner {
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
#footer-menu {
	display: block;
	padding: 0;
	list-style-type: none;
	margin: 0 auto 20px;
}
#footer-menu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
	text-align: center;
	color: #ee5761;
}
#footer-menu li a {
	margin: 0 12px;
	text-decoration: none;
	padding: 0.6em 0.2em 0.6em 1.4em;
	font-size: 1.1em;
	line-height: 1.0em;
	background: url(../images/nav.png) left center no-repeat;
	background-size: auto 1.2em;
}
#footer-menu li a:link ,
#footer-menu li a:visited {
	color: #fff;
}
#footer-menu li a:hover {
	color: #fff;
}
#footer-menu li a span.en {
	display: none;
}
#footer-txt {
	max-width: 1024px;
	margin: 0 auto 16px;
	padding: 0 16px;
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
}
#footer-logo {
	display: table;
	text-align: center;
	width: 648px;
	margin: 28px auto 10px;
	padding: 0;
}
#footer-logo:hover {
	background: none;
}
#footer-logo img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 280px;
}
#footer-copy {
	width: 100%;
	margin: 0 auto;
	padding: 36px 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
}
#footer-banner {
	margin: 40px auto 0px;
}
#footer-banner a {
	display: inline-block;
	margin: 0 8px 12px;
	font-family: sans-serif;
	font-size: 12px;
}
#footer-banner a img {
	vertical-align: bottom;
}


/* SP */
@media only screen and (max-width: 680px) {
#footer {
	padding: 28px 0 120px;
}
#footer-inner {
	width: 680px;
}
#footer-menu {
	width: 600px;
	margin: 0 auto 28px;
}
#footer-menu li {
	display: block;
	margin: 0 auto 8px;
	padding: 0;
	width: 100%;
	text-align: left;
}
#footer-menu li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.7em 0.2em 0.4em 1.4em;
	font-size: 1.3em;
	line-height: 1.1em;
	background: url(../images/nav.png) left center no-repeat;
	background-size: auto 1.0em;
}
#footer-menu li a span {
	vertical-align: middle;
}
#footer-txt {
	width: 640px;
	text-align: left;
	font-size: 22px;
	line-height: 1.4em;
}
#footer-logo {
	margin: 8px auto 0;
}
#footer-logo img {
	width: auto;
	height: 280px;
}
#footer-copy {
	font-size: 20px;
	line-height: 1em;
}
}



/* #footersp
 * --------------------------------------- */
/* SP */
@media only screen and (max-width: 680px) {
#footersp {
	position: fixed;
	bottom: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 110px;
	padding: 8px 0 0;
	text-align: center;
	font-size: 28px;
	line-height: 1.2em;
	letter-spacing: 0em;
	color: #ffe595;
	background: #49392c;
	line-height: 0em;
	font-family: serif;
	z-index: 960;
}
#footersp a {
	display: block;
	margin: 10px auto 0;
	padding: 16px 0 24px;
	color: #ffe595;
}
#footersp a#telbtn {
	position: absolute;
	top: 28px;
	left: 0px;
	display: block;
	width: 113px;
	height: 100px;
	margin: 0;
	padding: 0;
}
#footersp a#telbtn img {
	width: auto;
	height: 60px;
}
}
/* //SP */


/* #menu
 * --------------------------------------- */
#menubtn {
	position: fixed;
	width: 80px;
	height: 80px;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0em;
	font-family: sans-serif;
	color: #fff;
	z-index: 990;
}
.navBtn {
	position: relative;
	width: 80px;
	height: 58px;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
}
.navBtn .line {
	position: absolute;
	left: 16px;
	width: 48px;
	height: 4px;
	margin: 0;
	padding: 0;
	background-color: #ffe595;
}
.navBtn .line.lineT {
	top: 16px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navBtn .line.lineB {
	top: 30px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navBtn .line.lineC {
	top: 44px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
body.open .navBtn .line.lineT {
	top: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
body.open .navBtn .line.lineC {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
body.open .navBtn .line.lineB {
	top: 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#menu-wrap {
	z-index: 900;
	visibility: visible;
	overflow: hidden;
	position:fixed;
	margin: 0;
	top: 0;
	display: block;
	height: 100vh;
	padding: 0;
	color: #825a37;
	background: #fefcee;
	transition: left 0.8s ease-in;
	-webkit-transition:  0.8s;
	 transition:  0.8s;
}
.open #menu-wrap {
	left: 0;
	transition: left 0.8s ease-out;
	-webkit-transition:  0.8s;
	 transition:  0.8s;
}
#menu {
	position: absolute;
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	vertical-align: middle;
}
#menu li {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border-top: solid 1px #825a37;
}
#menu li a {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 1.2em 0 1.0em;
	letter-spacing: 0.04em;
	line-height: 1.0em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-family: serif;
	color: #825a37;
}
#menu li a:link ,
#menu li a:visited {
	color: #825a37;
}
#menu li a:hover ,
#menu li a:active {
	color: #825a37;
}
#menu li a img {
	display: inline-block;
	height: 44px;
	margin: 0 12px 0 0;
	vertical-align: middle;
}
#menu li a span.en {
	font-size: 26px;
	font-family: 'Galliard',serif;
}
#menu li a span.jp {
	height: auto;
	margin-left: 16px;
	font-size: 0.8em;
}
#menu li a span {
	vertical-align: middle;
}


/* PC TAB */
@media only screen and (min-width: 681px) {
#menubtn {
	top: 4px;
	left: 24px;
}
#menu-wrap {
	left: -401px;
	width: 400px;
}
#menu {
	bottom: calc(50% - 13em);
	left: calc(50% - 150px);
	width: 300px;
}
#menu li a {
	width: 300px;
	font-size: 18px;
}
}
/* //PC TAB */


/* SP */
@media only screen and (max-width: 680px) {
#menubtn {
	bottom: 8px;
	right: 24px;
}
#menu-wrap {
	left: -681px;
	width: 680px;
}
#menu {
	bottom: calc(50% - 12em);
	left: calc(50% - 250px);
	width: 500px;
}
#menu li a {
	width: 500px;
	font-size: 24px;
}
}
/* //SP */


/* top
 * --------------------------------------- */
#top {
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}
#topbox {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
h2#toplogo {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 2.0em;
	line-height: 1.2em;
	letter-spacing: 0.04em;
	background: none;
	-webkit-animation: 7s ease 0s 1 normal toplogo;
	animation: 7s ease 0s 1 normal toplogo;
	animation-fill-mode: forwards;
}
@-webkit-keyframes toplogo { 0%{opacity:0;} 10%{opacity:0;} 40%{opacity:1;} 70%{opacity:1;} 100%{opacity:0;} }
@keyframes toplogo { 0%{opacity:0;} 20%{opacity:0;} 40%{opacity:1;} 80%{opacity:1;} 100%{opacity:0;} }

h2#toplogo img {
	display: block;
	margin: 0 auto 8px;
}
#toppic {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	-webkit-animation: 8s ease 0s 1 normal toppic;
	animation: 8s ease 0s 1 normal toppic;
	animation-fill-mode: forwards;
}
@-webkit-keyframes toppic { 0%{opacity:0;} 80%{opacity:0;} 100%{opacity:1;} }
@keyframes toppic { 0%{opacity:0;} 80%{opacity:0;} 100%{opacity:1;} }

#toppic .flexslider {
	margin: 0 auto;
}

/* PC TAB */
@media only screen and (min-width: 681px) {
#top {
	height: 360px;
	background: url(../images/top.jpg) center center no-repeat;
	background-size: cover;
}
body#toppage #top {
	height: 740px;
	background: url(../images/toptop.jpg) center center no-repeat;
	background-size: cover;
}
h2#toplogo {
	top: 200px;
	left: 0;
}
h2#toplogo img {
	width: 320px;
}
#toppic {
	top: 200px;
	left: 0;
}
#toppic .flexslider {
	width: 820px;
}
.side {
	float: right;
	margin: 0 0px 0 auto;
	padding: 14px 0 20px;
	width: 240px;
	text-align:center;
}
.side img {
	vertical-align: top;
	max-width: 240px;
	margin: 0 auto 4px;
}
.side a:hover {
	opacity: 0.5;
}
#topbanner {
	float: right;
	width: 380px;
	margin: 0 40px 0 0;
	padding: 80px 0 0;
	text-align: center;
}
#topbanner a {
	opacity: 1;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
#topbanner a:hover {
	opacity: 0.5;
}
#topbanner img {
	display: inline-block;
	margin: 0 auto 20px;
	width: 320px;
	height: auto;
	vertical-align: top;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
#top {
	height: 280px;
	background: url(../images/topsp.jpg) center center no-repeat;
	background-size: cover;
}
body#toppage #top {
	height: 820px;
	background: url(../images/toptopsp.jpg) center center no-repeat;
	background-size: cover;
}
h2#toplogo {
	top: 220px;
	left: 0;
}
h2#toplogo img {
	width: 360px;
}
#toppic {
	top: 300px;
	left: 0;
}
#toppic .flexslider {
	width: 680px;
}
}
/* //SP */




/* Contents
 * --------------------------------------- */
#footersp:after ,
#header-top:after ,
#top:after ,
.section:after {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content:"";
	margin: 0;
	padding: 0;
  background-image: -moz-linear-gradient( 90deg, rgb(132,111,67) 0%, rgb(171,143,81) 30%, rgb(229,200,125) 50%, rgb(246,228,203) 59%, rgb(229,200,125) 68%, rgb(171,143,81) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(132,111,67) 0%, rgb(171,143,81) 30%, rgb(229,200,125) 50%, rgb(246,228,203) 59%, rgb(229,200,125) 68%, rgb(171,143,81) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(132,111,67) 0%, rgb(171,143,81) 30%, rgb(229,200,125) 50%, rgb(246,228,203) 59%, rgb(229,200,125) 68%, rgb(171,143,81) 100%);
}

#footersp:after {
	bottom: auto;
	top: 0;
}
#contents {
	overflow: hidden;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	background: url(../images/section.gif) center top repeat;
}
.main {
	margin: 0 auto;
	padding: 0;
}

.section#detail .main {
	width: 920px;
}
.section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 40px;
}
.section#topnews {
	padding: 20px 0 0px;
}
.section#today ,
.section#newcast ,
.section#cast {
	padding: 20px 0 28px;
	background: #fefcee;
}
.section#news {
}
.section#concept ,
.section#report ,
.section#reserve ,
.section#contact {
	padding: 0px 0 20px;
	background: #fefcee;
}
.sectionin {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 0px;
	overflow: hidden;
}

/* SP */
@media only screen and (max-width: 680px) {
.section#detail .main {
	width: 680px;
}
.section#news {
	padding: 40px 0 40px;
}
.section#toprecruit {
	padding: 60px 0 60px;
}
.sectionin {
	width: 680px;
}
#news .sectionin {
	width: 680px;
}
body.schedulepage .sectionin ,
body.castpage .sectionin {
	padding: 12px 0px 12px;
}
}
/* //SP */


/* Box
 * --------------------------------------- */
.yellow {
	display: inline-block;
	padding: 0px 6px 3px;
	background: linear-gradient(transparent 60%, #bcf19e 60%);
}
.leftimg {
	float: left;
	margin: 0 15px 15px 0;
}
.rightimg {
	float: right;
	margin: 0 0 0px 15px;
}
.campain {
	width: 100%;
	max-width: 680px;
}
.box {
	position: relative;
	overflow: hidden;
	background: rgba(254,252,238,0.96);
	-webkit-border-radius: 16px; /*角丸*/
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.box > p {
	margin: 0 auto 2em;
	padding: 0;
	text-align: center;
}
@media only screen and (max-width: 680px) {
.box > p {
	text-align: left;
}
}
.box p:last-of-type {
	margin: 0 auto 0px;
}
.point {
	display: block;
	width: 200px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0;
	background: url(../images/point.html) center 20px no-repeat;
}


/* PC TAB */
@media only screen and (min-width: 681px) {
.box {
	width: 1080px;
	margin: 10px auto 20px;
	padding: 16px 40px 16px;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
.box {
	width: 640px;
	margin: 10px auto 20px;
	padding: 20px 20px 20px;
}
}
/* //SP */


/* txt
 * --------------------------------------- */
.txt {
	max-width: 720px;
	margin: 0 auto 24px;
	padding: 0px 0px;
	text-align: left;
}
.txt:last-of-type {
}
.txt-box {
	width: 100%;
	margin: 0 auto 28px;
	padding: 28px 40px;
	border: 1px solid #f7d0d5;
	background: rgba(255,255,255,0.6);
	-webkit-border-radius: 12px; /*角丸*/
	-moz-border-radius: 12px;
	border-radius: 12px;
}
@media only screen and (max-width: 680px) {
.txt-box {
	padding: 28px 20px;
}
}
.rec-box {
	list-style-type: none;
	width: 100%;
	margin: 0 auto 28px;
	padding: 12px 16px 12px;
	font-size: 1em;
	border: 1px solid #f7d0d5;
	background: rgba(255,255,255,0.6);
	-webkit-border-radius: 12px; /*角丸*/
	-moz-border-radius: 12px;
	border-radius: 12px;
}


.txt-box p ,
.rec-box p {
	text-align: left;
}
@media only screen and (min-width: 681px) {
.txt-box p ,
.rec-box p {
	max-width: 720px;
	margin: 0 auto;
	padding: 0;
}
}
.rec-box ol ,
.rec-box ul ,
.txt-box ol ,
.txt-box ul {
	margin: 0 auto;
	padding: 0.8em 0 0.8em 0.1em;
	text-align: left;
}
@media only screen and (min-width: 681px) {
.rec-box ol ,
.rec-box ul ,
.txt-box ol ,
.txt-box ul {
	max-width: 720px;
	margin: 0 auto;
	padding: 0.8em 0px 0.8em;
}
}

.txt-box ul {
	list-style-type: none;
}
.txt-box ol li {
	margin: 0 0 0 20px;
	padding: 0 0 8px;
	line-height: 1.4em;
}
.rec-box ul li ,
.txt-box ul li {
	margin: 0px 0px;
	padding: 0.4em 0 0.4em 1.5em;
	line-height: 1.4em;
	list-style-type: none;
	background: url(../images/li.png) left center no-repeat;
	background-size: 1.2em auto;
}
.txt-box ol li:last-child {
	padding: 0 0 0px;
}
.txt-box dl {
	margin: 0;
	text-align: left;
}
.txt-box dt {
	color: #333;
	margin: 0;
	padding: 6px 32px 8px;
	background: #fff6e6;
}
.txt-box dd {
	margin: 0;
	padding: 6px 32px 10px;
}

.txt-box ul.options {
	width: 100%;
	max-width: 760px;
	margin: 0 auto 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border: 1px solid #f7d0d5;
	background: rgba(255,255,255,0.6);
	-webkit-border-radius: 12px; /*角丸*/
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.txt-box ul.options li {
	display: inline-block;
	margin: 1.2em 0.4em 1.2em;
	padding: 0.6em 1.8em;
	font-size: 1.3em;
	background: #fffde7;
	border: 2px solid #ffbfcb;
	-webkit-border-radius: 2em; /*角丸*/
	-moz-border-radius: 2em;
	border-radius: 2em;
}




/* Heading
 * --------------------------------------- */
h2 {
	display: block;
	margin: 0 auto;
	padding: 16px 0 16px;
	text-align: center;
	font-family: 'ITCEDSCR',serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0em;
	text-indent: 0em;
	text-transform: capitalize;
	color: #825a37;
	background: rgb(255,224,230);
background: linear-gradient(180deg, rgba(255,224,230,0) 44%, rgba(255,224,230,0.6) 45%, rgba(255,224,230,0.6) 68%, rgba(255,224,230,0) 69%);
}
h2 span.en {
	display: block;
	margin: 0 auto 0;
	padding: 0;
	font-size: 6.8em;
	line-height: 1.0em;
}
h2 span.jp {
	display: block;
	margin: 0 auto 0;
	padding: 6px 0 0;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
}
h3 {
	position: relative;
	width: 100%;
	margin: 0 auto 12px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-family: serif;
	line-height: 1.0em;
	letter-spacing: 0.02em;
	color: #825a37;
}
/* PC TAB */
@media only screen and (min-width: 681px) {
h3 {
	padding: 0.8em 0 0.9em;
	font-size: 2.4em;
	background: url(../images/h3.png) center center  no-repeat;
	background-size: auto 2.0em;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
h3 {
	padding: 0.8em 0 0.9em;
	font-size: 2.0em;
	background: url(../images/h3.png) center center  no-repeat;
	background-size: auto 1.8em;
}
}
/* //SP */


#detail h3 {
	margin: 0 auto 8px;
	padding: 12px 0 14px;
	background: url(../images/h3.png) center bottom  no-repeat;
	background-size: auto 3.0em;
}

h4 {
	position: relative;
	max-width: 560px;
	margin: 0 auto 16px;
	padding: 0.3em 0 0.3em;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0.1em;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.2em;
	letter-spacing: 0em;
	color: #7f5545;
	background: #fffbd7;
	border: 2px solid #f6cb46;
	-webkit-border-radius: 2em; /*角丸*/
	-moz-border-radius: 2em;
	border-radius: 2em;
	z-index: 2;
}
h4.h4no {
	padding: 0.3em 0 0.3em 1.0em;
}
h4 .no {
	position: absolute;
	left: 0.1em;
	top: 0.1em;
	display: inline-block;
	width: 1.16em;
	height: 1.16em;
	margin: 0 0.2em 0 0;
	padding: 0.1em 0.2em 0 0;
	text-align: center;
	font-size: 1.4em;
	line-height: 1em;
	font-style: italic;
	color: #fff;
	background: #62e5e4;
	-webkit-border-radius: 2em; /*角丸*/
	-moz-border-radius: 2em;
	border-radius: 2em;
}

h5 {
	display: table;
	margin: 0 auto 6px;
	padding: 0 12px 0.2em;
	text-align: center;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.2em;
	letter-spacing: 0px;
	color: #fa6e88;
	background: linear-gradient(transparent 86%, #ffbfcb 86%);
}

/* SP */
@media only screen and (max-width: 680px) {
h2 {
}
h2 span.en {
	font-size: 4.8em;
}
}



/* Cell
 * --------------------------------------- */
.cell {
	overflow: hidden;
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 12px 20px 8px;
	border: 1px solid #f7d0d5;
	background: rgba(255,255,255,0.6);
	-webkit-border-radius: 12px; /*角丸*/
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#detail .cell {
	max-width: 1080px;
}
.cell .cset {
	margin: 0 auto 6px;
	overflow: hidden;
	line-height: 1.4em;
	border-bottom: solid 1px #f7d0d5;
}
.cell .cset:last-of-type {
	border-bottom: solid 0px #f7d0d5;
}
.cell .cset div {
	float: left;
	padding: 1em 2% 1em;
}
#detail .cell .cset div {
	padding: 0.4em 2% 0.4em;
}
.pcell .cset div {
	padding: 0.7em 1.2% 0.7em;
}
.dcell .cset div {
	font-size: 1.2em;
}
.cell .cset div .en {
	font-size: 1.3em
}
.cell .cset div .no {
	margin-left: 0.1em;
	margin-right: 0.1em;
	font-size: 1.5em;
	font-weight: bold;
}
.cell .cset .cleft {
	width: 20%;
	padding: 1em 2% 1em;
	text-align: left;
}
.cell .cset .cright {
	width: 80%;
	padding: 1em 2% 1em;
	text-align: left;
}
.pcell .cset .cleft {
	width: 45%;
}
.pcell .cset .cright {
	width: 55%;
	text-align: right;
	color: #444;
}
.pdcell .cset .cright {
	color: #d060ff;
}
.mcell .cset .cleft {
	width: 36%;
}
.mcell .cset .cright {
	width: 64%;
}
.need {
	margin: 0 auto 0 4px;
	padding: 1px 3px 1px 3px;
	font-size: 84%;
	line-height: 0.8em;
	text-align: center;
	color: #fff;
	background: #444;
	border-radius: 2px;
}


/* PC TAB */
@media only screen and (min-width: 681px) {
.section#detail .dcell .cset {
	float: left;
	margin: 0 auto 0px;
	width: 14.28%;
	border-left: solid 1px #f7d0d5;
	border-bottom: solid 0px #f7d0d5;
}
.section#detail .dcell .cset:first-child {
	border-left: solid 0px #f7d0d5;
}
.section#detail .dcell .cset div {
	float: none;
}
.section#detail .dcell .cset .cleft {
	width: 100%;
	padding: 0.8em 0 0.4em;
	text-align: center;
	border-right: solid 0px #fff;
	border-bottom: solid 2px #fff;
}
.section#detail .dcell .cset .cright {
	width: 100%;
	padding: 0.4em 0 1.0em;
	text-align: center;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
.mcell .cset div {
	float: none;
}
.pcell .cset .cleft {
	width: 52%;
}
.pcell .cset .cright {
	width: 48%;
}
.plcell .cset .cleft {
	width: 40%;
}
.plcell .cset .cright {
	width: 60%;
}
.mcell .cset .cleft {
	width: 100%;
	padding: 1em 2% 0.2em;
}
.mcell .cset .cright {
	width: 100%;
	padding: 0.2em 2% 1em;
}
}
/* //SP */


/* news twiier
 * --------------------------------------- */
.section#detail #tw {
	float: none;
	width: 400px;
	height: 400px;
	margin: 0 auto 8px;
}
#newsbox {
	padding: 0;
	overflow-y: auto;
}
#newsbox a {
	display: block;
	margin: 0 auto 20px;
}
#newsbox a img {
	vertical-align: bottom;
}
.kiji {
	width: 580px;
	margin: 0 auto 8px;
	padding: 0 0 0 46px;
	text-align: left;
	border-bottom: solid 1px #c5beb5;
	background: url(../images/sns.png) left top no-repeat;
	background-size: 40px auto;
}
.kiji .date {
	margin: 0;
	padding: 4px 0 4px;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}
.kiji .com {
	margin: 0;
	padding: 0px 0 12px;
	line-height: 1.3em;
}
.kiji img {
	display: block;
	max-width: calc(100% - 8px);
	height: auto;
	margin: 8px 8px 8px 0;
	clear: both;
}
.kiji img:first-child {
	float: left;
}
.kiji img:nth-of-type(2) {
}


/* PC TAB */
@media only screen and (min-width: 681px) {
#tw {
	width: 480px;
	margin: 0 auto;
}
.twitter {
	float: left;
	width: 480px;
	height: auto;
}
#nw {
	width: 620px;
	margin: 0 auto 0;
	padding: 0;
}
#newsbox {
	width: 600px;
	height: 360px;
	margin: 0 auto 0px;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
#tw {
	width: 600px;
	margin: 0 auto;
}
.twitter {
	width: 600px;
	height: auto;
}
#nw {
	width: 600px;
	margin: 20px auto 0;
	padding: 20px 0 0;
	border-top: solid 1px #ada69c;
}
#newsbox {
	width: 600px;
	height: 380px;
	margin: 0 auto 60px;
}
.kiji {
	background: url(../images/sns.png) left top no-repeat;
	background-size: 40px auto;
}
.kiji {
	padding: 0 0 0 50px;
}
.kiji .date {
	padding: 6px 0 6px;
}
.kiji .com {
	padding: 0px 0 12px;
}
}
/* //SP */



/* cast
 * --------------------------------------- */
.thumbparkmenu {
	overflow: hidden;
	clear: both;
	text-align: center;
	width: 100%;
}
.thumbparkmenu ul {
	display: table;
	margin: 4px auto 24px;
	padding: 0;
	text-align: center;
}
.thumbparkmenu ul li {
	display: inline-block;
	list-style-type: none;
}
.thumbparkmenu ul li button .red {
	margin-right: 4px;
	color: #ee5761;
}
.thumbparkmenu ul li button:hover .red ,
.thumbparkmenu ul li button.active .red ,
.thumbparkmenu ul li button.mixitup-control-active .red {
	color: #ee5761;
}
.thumbparkmenu ul li button {
	width: auto;
	margin: 0 0.2em;
	padding: 0.8em 2.0em;
	text-decoration: none;
	font-size: 1.1em;
}
#thumbpark ,
.thumbindex {
	width: 100%;
	margin: 0 auto;
	padding: 2px 0 0;
	text-align: center;
	line-height: 0em;
	letter-spacing: -.40em; /*隙間対策 */
}
.pickupbox {
	display: inline-block;
	overflow: hidden;
}
.thumb {
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1em;
	overflow: hidden;
	letter-spacing: normal; /*隙間対策 */
	background: #fff;
	border: solid 5px #ffa1af;
	-webkit-border-radius: 12px; /*角丸*/
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.thumb a.iframe {
	z-index: 8;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #888;
}
.thumb figure {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
}
.thumb figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.thumb figcaption {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
.thumbname {
	display: block;
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
	color: #444;
	background: #fff;
}
.thumb .timemon ,
.thumb .timetue ,
.thumb .timewed ,
.thumb .timethu ,
.thumb .timefri ,
.thumb .timesat ,
.thumb .timesun ,
.thumb span.time {
	display: block;
	width: 100%;
	height: 28px;
	margin: 0 auto 0;
	padding: 6px 0 0;
	font-size: 1.2em;
	line-height: 1em;
	color: #444;
	background: #fff;
	border-top: solid 1px #ddd;
}
.thumb .thumbroom {
	width: 100%;
	height: 22px;
	margin: 0 0 1px;
	padding: 2px 0 0;
	font-size: 1.2em;
	background: rgba(255,255,255,0.8);
}
.rooma {background-color: #ffa55d;}
.roomb {background-color: #ff97bf;}
.roomc {background-color: #d871fa;}

.thumb .room1 ,
.thumb .room2 ,
.thumb .room3 ,
.thumb .room4 ,
.thumb .room5 ,
.thumb .room6 ,
.thumb .room7 {display: none;}

.tday-mon .room1 {display: block;}
.tday-tue .room2 {display: block;}
.tday-wed .room3 {display: block;}
.tday-thu .room4 {display: block;}
.tday-fri .room5 {display: block;}
.tday-sat .room6 {display: block;}
.tday-sun .room7 {display: block;}


.section#detail .thumbname {
	width: 100%;
	height: auto;
	padding: 0.4em 0 0.4em;
	font-size: 1.5em;
	line-height: 1em;
}
.thumbsize {
	margin: 1px auto 0;
}

.section#detail .thumbsize {
	width: 100%;
	margin: 0 auto 0;
	padding: 2px 0 0;
	font-size: 1.3em;
	line-height: 1em;
}
.thumb .timemon ,
.thumb .timetue ,
.thumb .timewed ,
.thumb .timethu ,
.thumb .timefri ,
.thumb .timesat ,
.thumb .timesun {display: none;}

.tday-mon .timemon {display: block;}
.tday-tue .timetue {display: block;}
.tday-wed .timewed {display: block;}
.tday-thu .timethu {display: block;}
.tday-fri .timefri {display: block;}
.tday-sat .timesat {display: block;}
.tday-sun .timesun {display: block;}

.thumbicon {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 50px;
	height: 14px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
}
.icona {background-image: url(../images/icona.gif);}
.iconb {background-image: url(../images/iconb.gif);}
.iconc {background-image: url(../images/iconc.gif);}
.icond {background-image: url(../images/icond.gif);}
.icone {background-image: url(../images/icong.gif);}
.iconf {background-image: url(../images/iconf.gif);}

html > body p.linkarea a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -200%;
}
html > body p.linkarea a:hover {
}

.thumb .new {
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
	background-image: url(../images/new.png);
	left: 4px;
	top: 4px;
}
.thumbnew .new {
	display: none;
}
.thumb .tw {
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
	background-image: url(../images/tw.png);
	right: 6px;
	top: 236px;
	width: 50px;
	height: 50px;
}
.section#detail .tw {
	right: 0px;
	bottom: 44px;
	width: 50px;
	height: 50px;
}
.review {
	width: 440px;
	max-height: 680px;
	overflow: auto;
}
.thumbicon {
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
}
.icona {background-image: url(../images/icona.png);}
.iconb {background-image: url(../images/iconb.png);}
.iconc {background-image: url(../images/iconc.png);}
.icond {background-image: url(../images/icond.png);}
.icone {background-image: url(../images/icong.png);}
.iconf {background-image: url(../images/iconf.png);}



/* PC TAB */
.thumb {
	width: 222px;
	height: 360px;
	margin: 0 12px 20px;
	font-size: 14px;
}
.thumbtime {
	height: 352px;
}
.thumb figure {
	height: 288px;
}
@media only screen and (min-width: 681px) {
.thumb a.iframe:hover figure img {
	transform: scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
}
.thumb figcaption {
	height: 64px;
}
.thumbname {
	width: 100%;
	height: 32px;
	margin: 0 auto;
	padding: 9px 0 0;
}
.section#detail .thumbname {
	margin: 0.4em auto 0.4em;
}
.thumb .new {
	width: 50px;
	height: 50px;
}
}
/* //PC TAB ***********************************/

/* SP ***********************************/
@media only screen and (max-width: 680px) {
.thumbparkmenu ul li {
	width: 32%;
	margin: 0 0.6% 20px;
}
.thumbparkmenu ul li button {
	width: 100%;
	padding: 0.6em 1.2em;
	font-size: 1.0em;
}
.thumb {
	width: 320px;
	height: 512px;
	margin: 0 8px 16px;
	font-size: 22px;
}
.thumb figure {
	height: 416px;
}
.thumb figcaption {
	height: 88px;
}
.thumbname {
	width: 100%;
	height: 40px;
	margin: 0px auto 0;
	padding: 12px 0 0;
	font-size: 1.0em;
}
.thumb .timemon ,
.thumb .timetue ,
.thumb .timewed ,
.thumb .timethu ,
.thumb .timefri ,
.thumb .timesat ,
.thumb .timesun ,
.thumb span.time {
	width: 100%;
	height: 42px;
	margin: 0px auto 0;
	padding: 10px 0 0;
	font-size: 1.2em;
}
.section#detail .thumbname {
	margin: 4px auto 12px;
}
.thumb .new {
	width: 80px;
	height: 80px;
}
.thumb .tw {
	width: 60px;
	height: 60px;
	top: 354px;
}
}
/* //SP ***********************************/

/* Detail
 * --------------------------------------- */
#detailphoto .photos .flexslider .slides img {
	width: 100%;
	height: auto;
}
.flex-control-thumbs {
	display: table;
	width: 480px;
	height: 112px;
	margin: 12px auto 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
	letter-spacing: -.40em; /*隙間対策 */
}
.flex-control-thumbs li {
	display: table-cell;
	width: 84px;
	height: 112px;
	margin: 0 4px 0 0;
	padding: 0;
	border-style: none;
	overflow: hidden;
	letter-spacing: normal; /*隙間対策 */
}
.flex-control-thumbs img {
	width: auto;
	height: 112px;
	border-style: none;
}
.flex-control-thumbs img:hover {
	border-style: none;
}
.flex-control-thumbs .flex-active {
	overflow: hidden;
}

#detailphoto {
	position: relative;
	text-align: center;
	overflow: hidden;
}
#detailphoto .photos {
	width: 480px;
	height: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#detailphoto .photos .flexslider {
	height: 776px;
	margin: 0 auto 0;
}
.review {
	margin: 0 auto;
}
.review p {
	line-height: 1.3em;
	margin: 0 auto 28px;
	padding: 0;
	text-align: left;
}
#profile {
	padding: 0;
	color: #333;
	overflow: hidden;
}
.profilebox {
	position: relative;
	margin: 0 auto 20px;
	padding: 8px 20px 20px;
	text-align: center;
	background: #fff;
	border-top: solid 2px #f7d0d5;
	overflow: hidden;
}
#profile p {
	width: 100%;
	max-height: 480px;
	overflow: auto;
	font-size: 1.16em;
	line-height: 1.6em;
	margin: 0 auto;
	padding: 2px 0;
	text-align: left;
}

/* PC TAB */
@media only screen and (min-width: 681px) {
#detailphoto {
	float: left;
	margin: 0px auto 0 0;
	width: 480px;
}
#profile {
	float: right;
	width: calc(100% - 500px);
	margin: 0 auto 0 0;
	padding: 0;
}
}
/* //PC TAB ***********************************/

/* SP ***********************************/
@media only screen and (max-width: 680px) {
#detailphoto {
	margin: 0 auto 0px;
	width: 680px;
}
#detailphoto .photos {
	width: 680px;
	height: 1040px;
}
#detailphoto .photos .flexslider {
	height: 1040px;
}
#profile {
	width: 100%;
	margin: 0 auto 0;
	padding: 8px 0px 20px;
}
}
/* //SP ***********************************/


.columnbox {
	display: inline-block;
	margin: 0 10px 20px;
	padding: 20px 20px 2px;
	text-align: center;
	border: 1px solid #f7d0d5;
	background: rgba(255,255,255,0.6);
	-webkit-border-radius: 10px; /*角丸*/
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* PC TAB ***********************************/
@media only screen and (min-width: 681px) {
.columnbox {
	width: 440px;
}
}
/* //PC TAB ***********************************/

/* SP ***********************************/
@media only screen and (max-width: 680px) {
.columnbox {
	width: 100%;
}
}
/* //SP ***********************************/


/* access
 * --------------------------------------- */
.map {
	display: block;
	width: 100%;
	max-width: 880px;
	height: 360px;
	margin: 0 auto 0px;
}
.access {
	margin: 0 auto;
	padding: 20px 0 0;
	line-height: 1.2em;
	overflow: hidden;
}
.access div {
	position: relative;
	display: block;
	width: 48%;
	float: left;
	margin: 0 1% 16px;
	padding: 16px 2% 12px;
	text-align: left;
}
.access div:nth-child(2n+1) {
	clear: both;
}
.access div img {
	width: 100%;
	margin: 0 auto 4px;
	display: block;
}
.access .no {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 44px;
	height: 44px;
	margin: -8px 0 0;
	padding: 3px 3px 2px 0;
	text-align: center;
	font-size: 40px;
	line-height: 1em;
	font-style: italic;
	color: #fff;
	background: #43d0ee;
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}
/* flow
 * --------------------------------------- */
.flowbox {
	width: 100%;
	margin: 0 auto 10px;
	padding: 28px 0px 20px;
}
.flow {
	position: relative;
	display: block;
	width: 100%;
	max-width: 840px;
	margin: 0 auto 1.0em;
	padding: 16px 20px 20px;
	text-align: center;
	font-size: 100%;
	line-height: 1.5em;
	border: 1px solid #f7d0d5;
	background: rgba(255,255,255,0.6);
	-webkit-border-radius: 8px; /*角丸*/
	-moz-border-radius: 8px;
	border-radius: 8px;
}
@media only screen and (max-width: 680px) {
.flow {
	text-align: left;
}
}
.flow .no {
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	margin: 0 0 0 0.2em;
	padding: 0.06em 0.14em 0 0;
	text-align: center;
	font-size: 1.1em;
	line-height: 1em;
	font-style: italic;
	color: #fff;
	background: #e02c4a;
	-webkit-border-radius: 2em; /*角丸*/
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.flowpic {
	margin: 0 auto;
	padding: 0 0 8px;
	text-align: center;
}
.arrow {
	height: 26px;
	margin: 0px auto 24px;
	padding: 0;
	background: url(../images/arrow.gif) center 0px no-repeat;
	background-size: auto 26px;
}

/* Q&A
 * --------------------------------------- */
.qabox {
	position: relative;
	display: block;
	width: 100%;
	max-width: 720px;
	margin: 0 auto 12px;
	padding: 0;
	text-align: left;
}
.qabox .ques {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 15px 40px 15px 54px;
	line-height: 1.2em;
	color: #fff;
	background: #84a4ff;
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}
.qabox:nth-child(2n+1) .ques {
	background: #62d8f1;
}
.qabox .ans {
	position: relative;
	display: none;
	width: 96%;
	height: auto;
	margin: 6px auto 0;
	padding: 0px 12px 12px 52px;
	line-height: 1.6em;
	color: #555;
	-webkit-transition: 2.2s;
	-moz-transition: 2.2s;
	 transition: 2.2s;
}
.qabox.open .ans {
	display: block;
	-webkit-transition: 2.2s;
	-moz-transition: 2.2s;
	 transition: 2.2s;
}
.qabox .no {
	position: absolute;
	left: 6px;
	top: 4px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 5px 0 0 4px;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	font-style: nomal;
	font-size: 160%;
	color: #fff;
	background: #62d8f1;
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}
.qabox:nth-child(2n+1) .ques .no {
	background: #84a4ff;
}
.qabtn {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 3em;
}
.qabtn:before {
	cursor: pointer;
	position: absolute;
	right: 14px;
	top: 23px;
	content: "";
	display: block;
	width: 22px;
	height: 4px;
	background: #fff;
}
.qabtn:after {
	position: absolute;
	right: 23px;
	top: 14px;
	content: "";
	display: block;
	width: 4px;
	height: 22px;
	background: #fff;
}
.open .qabtn:after {
	position: absolute;
	right: 23px;
	top: -5px;
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	background: #fff;
}

/* Recruit
 * --------------------------------------- */
.recbox {
	position: relative;
	display: block;
	width: 100%;
	max-width: 720px;
	margin: 24px auto 24px;
	padding: 20px 20px 20px;
	text-align: left;
	line-height: 1.6em;
	background: url(../images/rec4.png) 24px 8px no-repeat rgba(209,244,251,0.4);
	border: solid 2px #5cd2e7;
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}
#recruit .qabox .ques {
	color: #fff;
	background: #f9b588;
}
#recruit .qabox:nth-child(2n+1) .ques {
	background: #ff94b8;
}
#recruit .qabox .ques .no {
	background: #ff94b8;
}
#recruit .qabox:nth-child(2n+1) .ques .no {
	background: #f9b588;
}
#recruit .qabox .ans .no {
	background: #ffa7c8;
}

#recruit-top {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
	background: url(../images/recruit-top.html) center top repeat-x;
	border-top: solid 4px #a4946b;
	border-bottom: solid 4px #a4946b;
}
#recruit-top img {
	margin: 0 auto;
	vertical-align: top;
}
#recruit2 {
	padding: 40px 0;
	background: #fff;
}
.recruitpics {
	width: 1064px;
	margin: 0 auto;
}
.recruitpic {
	display: inline-block;
	text-align: center;
	font-weight: normal;
	font-size: 96%;
	line-height: 1.4em;
	color: #333;
	background: #fff0f2;
	width: 510px;
	height: 220px;
	margin: 0 5px 10px;
	padding: 6px 0 0;
	border-radius: 16px;
}
.recruitpic .toppic {
	width: 300px;
}
.recruitpic img {
	vertical-align: top;
}
.recruitpic .leftpic {
	float: left;
	width: 240px;
	margin: 0 6px;
}
.recruitpic p {
	display: block;
	margin: 0 12px 0 0;
	padding: 6px 0 0;
	text-align: left;
}
#recruit5 {
	padding: 40px 0;
	background: #fff;
}
#recruit7 {
	padding: 40px 0;
	background: #fff;
}
#recruit9 {
	padding: 40px 0;
	background: #fff;
}



/*form
 * --------------------------------------- */
#mailframe {
	width: 640px;
	height: 400px;
	margin: 0 auto;
	border: none;
}
form {
	margin: 0;
	padding: 0;
	text-align: center;
}
form input[type="text"],
form select ,
form textarea {
	margin: 4px 0;
	font-size: 100%;
	line-height: 1.2em;
	border: solid 1px #bbb;
}
form input[type="text"],
form textarea {
	width: 86%;
	padding: 6px 4px 6px;
}
form #inputage {
	width: 20%;
}
.files {
	clear: both;
	width: 100%;
	margin: 0 auto 8px 0;
}
.file {
	clear: both;
	float: none;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 8px auto 0 0;
	padding: 0.6em;
	font-size: 18px!important;
	line-height: 1em;
	color: #111;
	background: #eee;
	border: 0px solid #fae5ee;
}
.file input[type="file"] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 100px;
	cursor: pointer;
}



/* parts
 * --------------------------------------- */
.banner760 {
	display: block;
	width: 760px;
	margin: 4px auto 16px;
}
.banner640 {
	display: block;
	width: 640px;
	margin: 4px auto 16px;
}
.linkbox {
	display: table;
	width: 880px;
	margin: 20px auto 40px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.linkbox div {
	display: inline;
	margin: 0 auto;
}
.more {
	display: inline-block;
}
.close {
	display: none;
}
.txtopen .more {
	display: none;
}
.txtopen .close {
	display: inline-block;
}
.caption {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	line-height: 1.2em;
	letter-spacing: -0.06em;
	color: #fff;
	text-shadow:
2px 2px 0 rgba(255,255,255,0.6), -2px -2px 0 rgba(255,255,255,0.6),-2px 2px 0 rgba(255,255,255,0.6), 2px -2px 0 rgba(255,255,255,0.6),
1px 1px 0 rgba(255,255,255,0.6), -1px -1px 0 rgba(255,255,255,0.6),-1px 1px 0 rgba(255,255,255,0.6), 1px -1px 0 rgba(255,255,255,0.6),
0px 2px 0 rgba(255,255,255,0.6),0 -2px 0 rgba(255,255,255,0.6),-2px 0 0 rgba(255,255,255,0.6), 2px 0 0 rgba(255,255,255,0.6),
0px 1px 0 rgba(255,255,255,0.6),0 -1px 0 rgba(255,255,255,0.6),-1px 0 0 rgba(255,255,255,0.6), 1px 0 0 rgba(255,255,255,0.6);
	overflow: hidden;
	z-index: 12;
}

/* 花火 オープン記念キャンペーン */
.campaign-box {
	box-sizing: border-box;
	max-width: 760px;
	margin: 0 auto;
	padding: 32px 24px;
	text-align: center;
	color: #342412;
	border: 1px solid #caa45a;
	background:
		radial-gradient(circle at 10% 15%, rgba(202,164,90,.18) 0 2px, transparent 3px),
		radial-gradient(circle at 90% 80%, rgba(202,164,90,.18) 0 2px, transparent 3px),
		linear-gradient(135deg, #fffaf0, #f4e4bf);
	box-shadow: 0 12px 30px rgba(62,42,18,.14);
}
.campaign-label {
	margin: 0 0 14px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .08em;
}
.campaign-main {
	margin: 0;
}
.campaign-main span {
	display: block;
	margin-bottom: 6px;
	font-size: 20px;
}
.campaign-main strong {
	display: block;
	font-size: 42px;
	line-height: 1.25;
	color: #a62828;
	letter-spacing: .04em;
}
@media screen and (max-width: 767px) {
	.campaign-box {
		padding: 24px 14px;
	}
	.campaign-label {
		font-size: 21px;
	}
	.campaign-main span {
		font-size: 17px;
	}
	.campaign-main strong {
		font-size: 34px;
	}
}
