@charset "UTF-8";

/* COMPASS
* ----------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}

html {
line-height: 1;
}

ol,
ul {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

caption,
th,
td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}

q,
blockquote {
quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
content: none;
}

a img {
border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}

/* BASE
* ----------------------------------------------- */


/* ADDITIONAL RESET
* ----------------------------------------------- */

*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

body * {
max-height: 99999em;
}

body img {
max-height: none;
}

* {
-ms-overflow-style: none;
}
/*
*::-webkit-scrollbar {
display: none;
}*/





/* GENERAL
* ----------------------------------------------- */

body {
color: #333333;
font-family: "游ゴシック", YuGothic, "Yu Gothic", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 1.44;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
}

.wrap-all {
width: 100%;
min-width: 100%;
}

.ie body {
font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Yu Gothic", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.ft-serif {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Georgia, serif;
}

.ft-arial {
font-family: Arial, sans-serif;
}

.ft-junpro {
font-family: "Jun201Pro-Regular-AlphaNum", "A-OTF Jun Pro 201", "A-OTF Jun Pro", sans-serif;
}

.ie .ft-junpro {
font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Yu Gothic", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.get-posts:not(.loaded) {
opacity: 0;
}

.get-posts {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}

.post-item {
-moz-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}



/* HELPERS
* ----------------------------------------------- */

.lazyload:not(.loaded) {
min-height: 100px;
}

.transparent {
opacity: 0;
}

.page-yakusoku>img {
display: none;
}

.clearfix {
*zoom: 1;
}

.clearfix:after {
content: " ";
display: table;
clear: both;
}

.img_pc {
width: 70%;
margin: 0 auto 10px;
}

@media (max-width: 750px) {
.img_pc {
	width: 100%;
}
}

img {
display: block;
max-width: 100%;
}

img.full {
width: 100%;
}

.center {
margin: 0 auto;
text-align: center;
}

ul.dot {
list-style: inherit;
padding-left: 1em;
}

a {
color: #333333;
text-decoration: none;
}

.dis-block {
display: block;
}

.dis-inline {
display: inline-block;
}

.trans {
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
-moz-transition: opacity 0.26s ease;
-o-transition: opacity 0.26s ease;
-webkit-transition: opacity 0.26s ease;
transition: opacity 0.26s ease;
}

.trans:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
}

strong {
font-weight: bold;
}

.hidden {
display: none;
}

.invisible {
visibility: hidden;
}

.text-left {
text-align: left;
}

.text-center {
text-align: center;
}

.text-center img {
display: inline-block;
}

.text-right {
text-align: right;
}

.text-justify {
text-align: justify;
text-justify: distribute;
}

.text-nowrap {
white-space: nowrap;
}

.text-lowercase {
text-transform: lowercase;
}

.text-uppercase {
text-transform: uppercase;
}

.text-capitalize {
text-transform: capitalize;
}

.container {
min-width: 1070px;
}

.ver-top {
vertical-align: top;
}

.wrapper {
width: 1048px;
margin-left: auto;
margin-right: auto;
}

.img-left {
float: left;
margin-right: 20px;
margin-bottom: 10px;
}

.img-right {
float: left;
margin-left: 20px;
margin-bottom: 10px;
}




/* RESPONSIVE
* ----------------------------------------------- */

.sm,
.sm-inline {
display: none !important;
}

@media (max-width: 750px) {
.md {
	display: none !important;
}

.sm {
	display: block !important;
}

.sm-inline {
	display: inline !important;
}

.img-left,
.img-right {
	display: block;
	margin: 0 auto 10px;
	float: none;
}

.img-left-sm {
	float: left;
	width: 46%;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-right-sm {
	float: right;
	width: 46%;
	margin-left: 10px;
	margin-bottom: 10px;
}

.trans,
.trans:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: all 0.26s ease;
	-o-transition: all 0.26s ease;
	-webkit-transition: all 0.26s ease;
	transition: all 0.26s ease;
}

body {
	font-size: 12px;
}

.container {
	width: auto;
	min-width: 320px;
}

.wrapper {
	width: auto;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}
}

@media (max-width: 374px) {
body {
	padding-bottom: 50px;
}

.wrapper {
	padding-left: 10px;
	padding-right: 10px;
}
}


/* PARTS
* ----------------------------------------------- */


/* COMMON HEADER
* ----------------------------------------------- */

.go-to-top {
position: fixed;
right: 20px;
bottom: 20px;
width: 57px;
cursor: pointer;
}

@media (max-width: 750px) {
.go-to-top {
	right: 10px;
	bottom: 60px;
	width: 35px;
}

.stick-ft {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #e94235;
	z-index: 40;
	-moz-transition: all 0.26s ease;
	-o-transition: all 0.26s ease;
	-webkit-transition: all 0.26s ease;
	transition: all 0.26s ease;
}
.stick-ft.down {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.stick-ft .inner {
	display: table;
	width: 100%;
}
.stick-ft .inner a {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	height: 50px;
	font-size: 11px;
	padding-left: 37px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 10px center;
	background-image: url(../img/common/icon-ft-stick03.png);
}
.stick-ft .inner a.calendar {
	width: 38.7%;
	padding-left: 35px;
	background-image: url(../img/common/icon-ft-stick01.png);
}
.stick-ft .inner a.look {
	width: 27%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-left: 41px;
	background-image: url(../img/common/icon-ft-stick02.png);
}
}

@media (max-width: 374px) {
.stick-ft .inner a {
	background-size: 16px auto;
	background-position: 5px center !important;
	text-align: center;
	padding-left: 24px;
}
.stick-ft .inner a.calendar {
	padding-left: 22px;
	width: 41%;
}
.stick-ft .inner a.look {
	padding-left: 19px;
	width: 27%;
}
}



/* COMMON TITLES
* ----------------------------------------------- */


/* COMMON BUTTONS
* ----------------------------------------------- */


/* COMMON BREADCRUMBS
* ----------------------------------------------- */



/* COMMON FORMS
* ----------------------------------------------- */


/* COMMON PAGINATIONS
* ----------------------------------------------- */


/* PAGES
* ----------------------------------------------- */

.mt0 {
margin-top: 0 !important;
}

.mb0 {
margin-bottom: 0 !important;
}

.mb04 {
margin-bottom: 4px !important;
}

.mb08 {
margin-bottom: 8px !important;
}

.mb12 {
margin-bottom: 12px !important;
}

.mb16 {
margin-bottom: 16px !important;
}

.mb20 {
margin-bottom: 20px !important;
}

.mb24 {
margin-bottom: 24px !important;
}

.mb28 {
margin-bottom: 28px !important;
}

.mb32 {
margin-bottom: 32px !important;
}

.mb40 {
margin-bottom: 40px !important;
}

.mb60 {
margin-bottom: 60px !important;
}

img.none {
	display: none;
}

header {
/*position: absolute;*/
position: relative;
top: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 90;
-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.06);
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.06);
}
header .wrapper.fixed,
header.fixed {
position: fixed;
top: 0;
width: 100%;
background-color: #ffffff;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
overflow:hidden;	
}

.header-top-outer {
position: relative;
width: 100%;
background-color: #FAFAFA;
text-align: center;
}

.header-top-outer.fixed {
position: fixed;
top: -40px;
}

.header-top-outer + .wrapper {
width: 1075px;
}
.header-top {
color: #9E9E9E;
}

.page-specs {
padding-top: 80px;
}

.page-specs header {
position: relative;
}

.box-ttl-specs {
background: #f2f2f2;
margin-bottom: 30px;
}

.box-ttl-specs .ttl-specs {
float: left;
position: relative;
background: #fff;
font-size: 24px;
color: #000000;
line-height: 1;
}

.box-ttl-specs .ttl-specs .text {
display: block;
position: relative;
top: -2px;
}

.box-ttl-specs .ttl-specs:after {
position: absolute;
content: "";
height: 100%;
width: 16px;
background: #fff;
top: 0;
right: -16px;
}

.box-ttl-specs .ttl-specs:before {
position: absolute;
content: "";
height: 100%;
width: 16px;
background: #fff;
top: 0;
left: -16px;
}

.box-ttl-specs .ttl-specs .sub {
color: #888888;
font-size: 15px;
}

.page-specs .cmn-header {
padding: 33px 0 122px;
}

.page-specs .block-gl-nav {
padding: 0px 0 130px;
}

.cmn-header {
width: 1048px;
margin-left: auto;
margin-right: auto;
padding: 20px 0 22px;
}

.cmn-header .left-header {
float: left;
}

.cmn-header .left-header .logo {
float: left;
width: 93px;
}

.cmn-header .left-header .icon-no1 {
float: left;
width: 240px;
margin-left: 20px;
margin-top: 5px;
}

.cmn-header .right-header {
float: right;
margin-top: 2px;
}

.cmn-header .right-header .phone {
float: left;
width: 204px;
margin-top: 6px;
}

.cmn-header .right-header .online-booking {
float: left;
background-color: #e94235;
color: #fff;
font-weight: bold;
font-size: 15px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 15px 21px 14px 46px;
background-image: url(../img/common/icon-booking.png);
background-repeat: no-repeat;
background-position: 16px center;
background-size: 18px auto;
letter-spacing: -0.02em;
-webkit-box-shadow: 0px 4px 0px 0px #ba352a;
-moz-box-shadow: 0px 4px 0px 0px #ba352a;
box-shadow: 0px 4px 0px 0px #ba352a;
margin-left: 20px;
}

.cmn-header .right-header .find-store {
float: left;
font-size: 15px;
font-weight: bold;
border: 2px solid #e94235;
color: #e94235;
background-color: #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 13px 20px 13px 44px;
background-image: url(../img/common/icon-search.png);
background-repeat: no-repeat;
background-position: 13px center;
background-size: 20px auto;
margin-left: 10px;
-webkit-box-shadow: 0px 3px 0px 0px #ba352a;
-moz-box-shadow: 0px 3px 0px 0px #ba352a;
box-shadow: 0px 3px 0px 0px #ba352a;
}

.cmn-header .right-header .find-store span {
font-size: 12px;
}

.global-navigation {
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
margin-bottom: 15px;
}

.global-navigation .box-ttl-specs {
margin-bottom: 50px;
}

.global-navigation .main-nav {
display: table;
width: 100%;
border-left: 1px solid #eeeeee;
}

.global-navigation .main-nav li {
display: table-cell;
border-right: 1px solid #eeeeee;
vertical-align: top;
}

.global-navigation .main-nav li:hover a,
.global-navigation .main-nav li.current a {
color: #e94235;
}

.global-navigation .main-nav li:hover a:after,
.global-navigation .main-nav li.current a:after {
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}

.global-navigation .main-nav li.home {
width: 50px;
}

.global-navigation .main-nav li.home:hover a,
.global-navigation .main-nav li.home.current a {
background-image: url(../img/common/icon-home-hover.png);
}

.global-navigation .main-nav li.home a {
display: block;
vertical-align: top;
height: 48px;
background-image: url(../img/common/icon-home.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 20px auto;
}

.global-navigation .main-nav li.home a:after {
display: none;
}

.global-navigation .main-nav li.col-nav {
width: 152px;
}

.global-navigation .main-nav li a {
display: block;
font-weight: bold;
color: #333333;
font-size: 14px;
text-align: center;
position: relative;
padding: 15px 0 13px;
-moz-transition: all 0.26s ease;
-o-transition: all 0.26s ease;
-webkit-transition: all 0.26s ease;
transition: all 0.26s ease;
}

.global-navigation .main-nav li a:after {
position: absolute;
left: 15px;
right: 15px;
bottom: 0;
height: 3px;
background: #e94235;
content: "";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-moz-transition: opacity 0.26s ease;
-o-transition: opacity 0.26s ease;
-webkit-transition: opacity 0.26s ease;
transition: opacity 0.26s ease;
}

.ttl-cmn {
text-align: center;
font-size: 28px;
}

.ttl-cmn.has-icon .text {
padding-left: 60px;
}

.ttl-cmn.text-left {
text-align: left;
}

.ttl-cmn .text {
display: inline-block;
padding: 10px 0 10px;
background-repeat: no-repeat;
background-position: left center;
background-size: auto 34px;
font-weight: 500;
letter-spacing: 0.05em;
}

.ttl-cmn .text.icon-camera {
background-image: url(../img/common/icon-ttl-cam.svg);
}

.ttl-cmn .text.icon-book {
background-image: url(../img/common/icon-ttl-book.svg);
}

.ttl-cmn .text.icon-dress {
background-image: url(../img/common/icon-ttl-dress.svg);
}

.ttl-cmn .text.icon-photo {
background-image: url(../img/common/icon-ttl-photo.svg);
}

.ttl-cmn .text.icon-star {
background-image: url(../img/common/icon-ttl-star.svg);
}

.ttl-cmn .text.icon-iframe {
background-image: url(../img/common/icon-ttl-iframe.svg);
}

.ttl-cmn .text.icon-blog {
background-image: url(../img/common/icon-ttl-smile.svg);
}

.ttl-cmn .text.icon-magical {
background-image: url(../img/common/icon-ttl-magical.svg);
}

.ttl-cmn .text.icon-crown {
background-image: url(../img/common/icon-ttl-crownb.svg);
}
.link-cmn {
display: inline-block;
color: #0070c9;
font-size: 14px;
font-weight: 500;
text-decoration: underline;
}

.link-cmn.with-arrow {
background-image: url(../img/common/icon-arrow06.png);
background-repeat: no-repeat;
background-size: 16px auto;
background-position: left center;
padding: 3px 0 3px 23px;
font-size: 15px;
}

.link-cmn.with-arrow.top-arrow {
background-position: 0px 6px;
}

.link-cmn.with-question {
background-image: url(../img/common/icon-question.png);
background-repeat: no-repeat;
background-size: 20px auto;
background-position: left center;
padding: 3px 0 3px 27px;
font-size: 15px;
}

.link-cmn.with-link {
background-image: url(../img/common/icon-arrow12.png);
background-repeat: no-repeat;
background-size: 20px auto;
background-position: left center;

padding: 3px 0 3px 27px;
font-size: 15px;
display: inline;
}

.box-trans {
display: table;
width: 100%;
}

.box-trans .left {
display: table-cell;
vertical-align: middle;
background-color: #e6c2c2;
width: 56px;
height: 56px;
border-radius: 10px 0px 0px 10px;
-moz-border-radius: 10px 0px 0px 10px;
-webkit-border-radius: 10px 0px 0px 10px;
}

.box-trans .left img {
display: block;
width: 23px;
margin: 0 auto;
}

.box-trans .right {
display: table-cell;
background-color: #f5f4f4;
font-size: 16px;
color: #333333;
font-weight: bold;
vertical-align: middle;
border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
padding-left: 15px;
padding-right: 15px;
}

.content-trans {
padding: 26px 19px;
}

.content-trans ul li a {
display: inline-block !important;
}


.box-list-news,
.oshirase {
border: 4px solid #f3f3f3;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
padding: 34px 50px 6px;
}

.oshirase {
padding: 20px;
margin: 20px 0;
}

.box-list-news .btn-medium {
display: block;
margin: 0 auto;
}

.box-list-news .ttl-list-news,
.oshirase .ttl-list-news {
font-weight: bold;
font-size: 16px;
margin-bottom: 27px;
}

.oshirase .ttl-list-news {
margin-bottom: 15px;
}

.oshirase .list-news li .date {
display: inline-block;
}

.oshirase .list-news li {
margin-bottom: 0;
}

.list-news li {
margin-bottom: 22px;
}

.list-news li .date {
display: block;
font-size: 14px;
color: #888888;
font-weight: 500;
padding-bottom: 1px;
}

.list-news li .link {
font-weight: 500;
font-size: 15px;
color: #0070c9;
text-decoration: underline;
}

.studio-mario {
background-color: #f8f8f8;
padding: 90px 0 36px;
}

.box-studio {
float: left;
width: 328px;
margin-right: 32px;
position: relative;
padding: 30px 0 6px;
background-color: #fff;
margin-bottom: 48px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.box-studio .icon-top {
position: absolute;
top: -24px;
width: 83px;
left: 50%;
margin-left: -41.5px;
}

.box-studio .ttl-box-studio {
text-align: center;
font-weight: bold;
font-size: 19px;
color: #333333;
padding: 15px 10px 18px;
position: relative;
z-index: 10;
}

.box-studio .image {
display: block;
width: 100%;
}

.list-attraction.choju .box-studio {
height: 348px;
}

.box-studio p {
font-size: 14px;
line-height: 1.5;
padding: 14px 24px;
}

.box-studio p span {
font-weight: bold;
color: #e94235;
}

.box-studio p span.chui {
font-weight: normal;
color: #333;
font-size: 13px;
}

.box-studio:nth-child(3n) {
margin-right: 0;
}

.btn-strong {
display: block;
max-width: 616px;
text-align: center;
color: #fff;
font-weight: bold;
font-size: 18px;
border: 0;
outline: none;
-moz-border-radius: 13px;
-webkit-border-radius: 13px;
border-radius: 13px;
background-color: #e94235;
background-image: url(../img/common/icon-arrow07.png);
background-repeat: no-repeat;
background-size: 25px auto;
background-position: 20px center;
-webkit-box-shadow: 0px 2px 0px 0px #ba352a;
-moz-box-shadow: 0px 2px 0px 0px #ba352a;
box-shadow: 0px 2px 0px 0px #ba352a;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
padding: 22px 0 20px;
}

.btn-strong.center {
margin-left: auto;
margin-right: auto;
}

/*------------SP用スマホ*------------*/

@media (max-width: 750px) {
header {
	-moz-transition: all 0.26s ease;
	-o-transition: all 0.26s ease;
	-webkit-transition: all 0.26s ease;
	border-bottom: 1px solid #eee;
}
header .wrapper.fixed,
header.fixed {
	transition: all 0.26s ease;
}
header.down .wrapper.fixed,
header.down.fixed {
	transform: translateY(-100%);
}
.header-top.md {
	display: none;
}
.header-top {
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	font-weight: normal;
	font-size: 10px;
}

.cmn-header {
	width: auto;
	margin: 0;
	padding: 7px 0 10px;
}
.cmn-header .left-header {
	float: left;
}
.cmn-header .left-header .logo {
	float: left;
	width: 74px;
	margin-left: -3px;
}
.cmn-header .left-header .icon-no1 {
	float: left;
	width: 192px;
	margin-left: 9px;
	margin-top: 5px;
}
.cmn-header .btn-menu {
	float: right;
	width: 35px;
	margin-top: 7px;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	z-index: 100;
}
.overlay.show {
	display: block;
}

.btn-close-menu {
	position: absolute;
	top: 5px;
	right: -50%;
	left: 40px;
	z-index: 50;
	-moz-transition: all 0.26s ease;
	-o-transition: all 0.26s ease;
	-webkit-transition: all 0.26s ease;
	transition: all 0.26s ease;
}
.btn-close-menu.show {
	left: -44px;
}
.btn-close-menu img {
	width: 40px;
}

.navi-sm {
	position: fixed;
	width: 71%;
	height: 100%;
	top: 0;
	right: -71%;
	background-color: #fff;
	border-left: 5px solid #e94235;
	z-index: 100;
	-moz-transition: all 0.26s ease;
	-o-transition: all 0.26s ease;
	-webkit-transition: all 0.26s ease;
	transition: all 0.26s ease;
}
.navi-sm.show {
	right: 0;
}
.navi-sm.show .cover .btn-close {
	left: -44px;
}
.navi-sm .cover {
	position: relative;
	padding-bottom: 20px;
	overflow: auto;
	height: 100%;
}
.navi-sm .cover ul {
	margin-bottom: 20px;
	position: relative;
	z-index: 90;
}
.navi-sm .cover ul .col2-nav {
	display: flex;
	justify-content: space-between;
	padding: 16px 16px 20px;
	background-color: #ffedec;
}
.navi-sm .cover ul .col2-nav .online-booking,
.navi-sm .cover ul .col2-nav .find-store {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48%;
	padding: 16px 0;
	background-image: none;
	border-bottom: none;
	border-radius: 16px;
	font-size: 15px;
	font-weight: bold;
}

.navi-sm .cover ul .col2-nav .online-booking {
	background-color: #e94235;
	color: #fff;
	letter-spacing: -0.08em;
	box-shadow: inset 0px -2px 0px 0px #ba352a;
}
.navi-sm .cover ul .col2-nav .find-store {
	background-color: #fff;
	border: 3px solid #e94235;
	color: #e94235;
	letter-spacing: -0.02em;
}
.navi-sm .cover ul li a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	display: block;
	background-color: #fff;
	background-image: url(../img/common/icon-arrow02.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px auto;
	border-bottom: 1px solid #eeeeee;
	padding: 14px 30px 15px 16px;
}
.navi-sm .cover ul li a.active {
	color: #e94235;
	background-color: #f6f6f6;
	background-image: url(../img/common/icon-arrow09.png);
}
.navi-sm .cover ul li ul {
	display: none;
	margin-bottom: 0;
}
.navi-sm .cover ul li ul li a {
	font-size: 15px;
	color: #333333;
	background: #fff;
	font-weight: normal;
	padding: 16px 15px 12px 35px;
}
.navi-sm .cover .banner-navi {
	text-align: center;
	padding-left: 6px;
	margin-bottom: 7px;
}
.navi-sm .cover .banner-navi a {
	display: inline-block;
	margin: 0 6px;
}
.navi-sm .cover .banner-navi a img {
	display: block;
	width: 65px;
}
.navi-sm .cover .text-navi {
	font-size: 13px;
	text-align: center;
	line-height: 19px;
}

.ttl-cmn {
	font-size: 20px;
}
	
.ttl-cmn.has-icon .text {
	padding-top: 32px;
	padding-left: 0;
}
	
.ttl-cmn.text-left {
	text-align: left;
}
.ttl-cmn.text-left.has-icon .text {
	padding: 4px 0 4px 40px;
	padding-left: 40px;
	background-position: 0 6px;
}
.ttl-cmn .text {
	display: inline-block;
	padding: 10px 0 10px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 25px;
	font-weight: 500;
	letter-spacing: 0;
}

.link-cmn {
	font-size: 13px;
}
.link-cmn.with-arrow {
	padding: 3px 0 3px 20px;
	font-size: 13px;
	background-position: 0 4px;
}
.link-cmn.with-arrow.top-arrow {
	background-position: 0px 3px;
}
.link-cmn.with-question {
	background-size: 16px auto;
	padding: 3px 0 3px 20px;
	font-size: 13px;
	background-position: 0 4px;
}
.link-cmn.with-link {
	background-size: 16px auto;
	padding: 3px 0 3px 20px;
	font-size: 13px;
	background-position: 0 4px;
}

.row-cmn .col-half {
	float: left;
	width: 100%;
	padding: 0;
}

.box-trans {
	display: table;
	width: 100%;
}
.box-trans .left {
	width: 50px;
	height: 50px;
	border-radius: 11px 0px 0px 11px;
	-moz-border-radius: 11px 0px 0px 11px;
	-webkit-border-radius: 11px 0px 0px 11px;
}
.box-trans .left img {
	height: 16px;
}
.box-trans .right {
	font-size: 15px;
	border-radius: 0px 11px 11px 0px;
	-moz-border-radius: 0px 11px 11px 0px;
	-webkit-border-radius: 0px 11px 11px 0px;
	padding-left: 9px;
	padding-right: 9px;
}

.content-trans {
	padding: 20px 22px 10px;
}
.content-trans ul li {
	margin-bottom: 6px;
}
.content-trans ul li a {
	margin-bottom: 0 !important;
}

.block-transition-specs {
	padding-bottom: 8px;
}
.block-transition-specs .box-ttl-specs {
	margin-bottom: 25px;
}

.block-news-specs {
	padding-bottom: 32px;
}

.box-list-news {
	border: 4px solid #f3f3f3;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 15px 20px 7px;
}
.box-list-news .btn-medium {
	display: block;
	margin: 0 auto;
}
.box-list-news .ttl-list-news {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 16px;
}
.box-list-news .list-news li {
	margin-bottom: 21px;
}
.box-list-news .list-news li .date {
	font-size: 13px;
	padding-bottom: 2px;
}
.box-list-news .list-news li .link {
	font-size: 13px;
	line-height: 19px;
}

.wrapper.topnews {
	background-color: #f3f3f3;
}

.oshirase {
	padding: 10px 0;
	margin: 0;
}

.oshirase .ttl-list-news {
	margin-bottom: 5px;
	font-size: 14px;
}

.oshirase .list-news li .date {
	display: block;
}

.oshirase .list-news li .link {
	font-size: 14px;
}

.studio-mario {
	border-top: 1px solid #eeeeee;
	background-color: #f8f8f8;
	padding: 28px 0 10px;
}

.box-studio {
	width: 100%;
	margin-right: 0;
	padding: 30px 0 6px;
	margin-bottom: 45px;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.box-studio.top-second {
	padding-left: 9px;
	padding-right: 9px;
}
.box-studio:last-child {
	margin-bottom: 0;
}
.box-studio .icon-top {
	position: absolute;
	top: -24px;
	width: 83px;
	left: 50%;
	margin-left: -41.5px;
}
.box-studio .ttl-box-studio {
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	color: #333333;
	padding: 15px 10px 18px;
	position: relative;
	z-index: 10;
}
.box-studio .image {
	display: block;
	width: 100%;
}


.list-attraction.choju .box-studio {
height:auto;
}

.box-studio p {
	font-size: 13px;
	line-height: 19px;
	padding: 14px 20px 12px;
	text-align: left;
}
.box-studio .link-cmn {
	display: inline-block;
	position: relative;
	left: -11px;
}

.btn-strong {
	width: 100%;
	font-size: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-image: url(../img/common/icon-arrow07.png);
	background-size: 16px auto;
	background-position: 20px center;
	padding: 15px 0 12px;
}

}



@media (max-width: 374px) {
.cmn-header .left-header .logo {
	width: 60px;
}
.cmn-header .left-header .icon-no1 {
	width: 180px;
	margin-top: 0;
}
.cmn-header .btn-menu {
	margin-top: 3px;
	width: 30px;
}

.btn-click {
	width: 110px;
}

.box-list-btn .cover {
	margin: 0 -5px;
}
.box-list-btn .cover .col30p,
.box-list-btn .cover .col50p,
.box-list-btn .cover .col70p,
.box-list-btn .cover .col30p2 {
	padding-left: 5px;
	padding-right: 5px;
}
.box-list-btn .cover .col30p a,
.box-list-btn .cover .col50p a,
.box-list-btn .cover .col70p a,
.box-list-btn .cover .col30p2 a {
	padding: 15px 5px 15px 20px;
}
}

/*------------/SP用スマホ*------------*/



.top-footer {
border-top: 1px solid #ebebeb;
padding-bottom: 46px;
padding-top: 50px;
}

.text-ft {
font-size: 15px;
color: #555;
text-align: center;
}

.list-banner-footer {
padding-top: 20px;
margin: 0 107px;
display: flex;
flex-wrap: wrap;
}


.list-banner-footer.maeda {
width: 798px;
}

.list-banner-footer .inner {
padding: 30px 24px 0;
}

.list-banner-footer .inner a {
display: block;
}

.list-banner-footer .inner a img {
display: block;

}

@media (min-width: 768px) {
	.list-banner-footer .inner
}

.list-sns {
text-align: center;
margin-bottom: 45px;
}

.list-sns a {
display: inline-block;
margin: 0 16px;
}

.list-sns a img {
display: block;
width: 56px;
}

.list-icon-footer {
text-align: center;
margin-bottom: 8px;
}

.list-icon-footer a {
display: inline-block;
margin: 0 7px;
}

.list-icon-footer a img {
display: block;
width: 80px;
}

.list-link-ft {
border-top: 1px solid #dddddd;
padding: 48px 0 52px;
display: none;
}

.page-top .list-link-ft {
display: block;
}

.list-link-ft ul li {
float: left;
width: 25%;
text-align: center;
}

.list-link-ft.five ul li {
    width: 16.666666%;
}


.list-link-ft ul li a {
display: block;
}

.list-link-ft ul li img {
display: block;
margin: 0 auto 13px;
width: 48px;
}

.list-link-ft ul li .brand {
font-size: 16px;
margin-bottom: 18px;
color: #333;
}

.list-link-ft ul li p {
color: #777777;
margin-bottom: 6px;
}

.list-link-ft ul li span {
color: #0070c9;
text-decoration: underline;
}

.box-list-link {
text-align: center;
background-color: #f5f5f5;
padding: 30px 0 13px;
}

.box-list-link ul {
margin-bottom: 16px;
}

.box-list-link ul li {
display: inline-block;
color: #555555;
}

.box-list-link ul li a {
display: block;
color: #555555;
}

.box-list-link ul li span {
display: block;
color: #555555;
}

.coppyright {
text-align: center;
background-color: #e4e4e4;
font-size: 12px;
color: #999999;
padding: 20px 0 18px;
}
/*------------SP用スマホ*------------*/
@media (max-width: 750px) {

footer .top-footer {
	border-top: 1px solid #ebebeb;
	padding-top: 40px;
	padding-bottom: 31px;
}
footer .text-ft {
	font-size: 15px;
	color: #555;
	text-align: center;
}

.list-banner-footer {
	margin: 0;
	padding-top: 24px;
	width: 100%;
}
.list-banner-footer .inner {
	padding: 0;
	width: 48%;
	margin-bottom: 25px;
	margin-right: 4%;
}
.list-banner-footer .inner:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.list-banner-footer.maeda {
	width: 100%;
}
.list-banner-footer.maeda .inner:nth-child(2),
.list-banner-footer .inner:nth-child(even){
	margin-right: 0;
}

.list-banner-footer .inner a {
	display: block;
}
.list-banner-footer .inner a img {
	display: block;
	width: 100%;
}

.list-sns {
	text-align: center;
	margin-bottom: 34px;
}

.list-sns a {
	display: inline-block;
	margin: 0 13px;
}
.list-sns a img {
	display: block;
	width: 45px;
}

.list-icon-footer {
	text-align: center;
	margin-bottom: 8px;
}
.list-icon-footer a {
	display: inline-block;
	margin: 0 6px;
}
.list-icon-footer a img {
	display: block;
	width: 64px;
}

.list-link-ft {
	padding: 25px 0 15px;
}
	
.list-link-ft.five ul {
	display: flex;
flex-wrap: wrap;
}
	
.list-link-ft.five ul li {
width: 50%;	
}	
	
	
.list-link-ft ul li {
	width: 100%;
	text-align: center;
	margin-bottom: 22px;
}
.list-link-ft ul li img {
	margin: 0 auto 7px;
}
.list-link-ft ul li .brand {
	font-size: 16px;
	margin-bottom: 5px;
}
.list-link-ft ul li p {
	color: #777777;
	margin-bottom: 6px;
}
.list-link-ft ul li a {
	color: #0070c9;
}

.box-list-link {
	padding: 27px 0 18px;
}
.box-list-link ul {
	margin-bottom: 0;
}
.box-list-link ul+ul {
	margin-top: 15px;
}
.box-list-link ul li {
	display: inline-block;
	color: #333333;
	margin-bottom: 9px;
}
.box-list-link ul li a {
	display: block;
	color: #333333;
	font-size: 13px;
}
.box-list-link ul li span {
	display: block;
	color: #333333;
}

.coppyright {
	font-size: 11px;
	color: #333333;
	padding: 20px 0 16px;
}
}

/*------------/SP用スマホ*------------*/
.dis-tb {
display: table;
width: 100%;
}

.dis-tb .dis-cell {
display: table-cell;
}

.section-cmn {
padding: 48px 0 82px;
}

.section-bg-gray {
background-color: #f8f8f8;
}

.block-slider-top {
padding-bottom: 5px;
}

.block-slider-top .text-right {
padding-top: 12px;
}

.block-slider-top .text-right a.link-cmn {
font-size: 13px;
position: relative;
z-index: 20;
}

.slider-top.md {
height: 326px;
}

.slider-top.sm {
height: 311px;
}

.slider-top.slick-initialized {
height: auto;
}

.slider-top.no-move .slick-arrow,
.slider-top.no-move .slick-dots {
display: none !important;
}



@media (min-width: 750px) {
.slider-top .first-image>img {
	height: 326px;
}
}

.slider-top .first-image.full {
width: 100%;
}

.slider-top .second-image {
float: left;
width: 325px;
}

.slider-top .slick-arrow {
z-index: 20;
background-repeat: no-repeat;
background-position: center center;
background-size:12px auto;
background-color: rgba(0, 0, 0, 0.08);
width: 36px;
height: 100%;
top: 0;
position: absolute;
}

.slider-top .btn-prev {
left: 0;
background-image: url(../img/top/icon-prev.png);
}

.slider-top .btn-next {
right: 0;
background-image: url(../img/top/icon-next.png);
}

.slider-top .slick-dots {
position: absolute;
width: 100%;
text-align: center;
bottom: -27px;
}

.slider-top .slick-dots li {
display: inline-block;
margin: 0 4px;
}

.slider-top .slick-dots li:only-child {
display: none;
}

.slider-top .slick-dots li.slick-active button {
background-color: #333333;
}

.slider-top .slick-dots li button {
display: block;
cursor: pointer;
padding: 0;
overflow: hidden;
text-indent: -99px;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
outline: none;
margin: 0;
width: 7px;
height: 7px;
background-color: #e4e4e4;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.content-popup-top {
margin: 44px 40px;
padding: 42px 31px;
background-color: #faf8f2;
border: 5px solid #fff;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
position: relative;
display: none;
overflow: visible;
}

.content-popup-top .fancybox-close-small {
display: none;
}

.content-popup-top .btn-close-popup {
position: absolute;
width: 49px;
top: -26px;
right: -26px;
cursor: pointer;
}

.content-popup-top .ttl-popup {
text-align: center;
font-size: 28px;
letter-spacing: 0.05em;
margin-bottom: 37px;
}

.btn-close-text {
display: block;
max-width: 307px;
text-align: center;
margin: 0 auto;
background-color: #ececec;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 16px;
font-weight: bold;
-webkit-box-shadow: 0px 2px 0px 0px #d4d4d4;
-moz-box-shadow: 0px 2px 0px 0px #d4d4d4;
box-shadow: 0px 2px 0px 0px #d4d4d4;
background-repeat: no-repeat;
background-position: 110px center;
background-size: 14px auto;
padding: 19px 0 20px 27px;
background-image: url(../img/top/icon-close.png);
cursor: pointer;
}

.list-item-popup {
padding-bottom: 1px;
margin-bottom: 29px;
}

.list-item-popup .row {
margin-bottom: 16px;
}

.list-item-popup .item {
float: left;
width: 14%;
max-width: 140px;
margin-right: 3%;
}

.list-item-popup .item:nth-child(6n) {
margin-right: 0;
}

.list-item-popup .item a {
display: block;
}

.list-item-popup .item a img {
display: block;
width: 100%;
margin-bottom: 5px;
}

.list-item-popup .item a span {
display: block;
text-align: center;
font-size: 15px;
color: #0070c9;
text-decoration: underline;
}

.section-shoot-menu {
padding: 0 0 55px;
}

.section-shoot-menu .ttl-cmn {
margin-bottom: 27px;
}

.list-shoot-menu {
margin: 0 -16px 8px;
}

.item-shoot-menu {
float: left;
width: 20%;
padding: 0 16px;
margin-bottom: 20px;
}

.item-shoot-menu .inner:hover {
background-color: #f8f8f8;
}

.item-shoot-menu .inner:hover .text {
color: #e94235;
}

.item-shoot-menu a {
display: block;
}

.item-shoot-menu a .text {
height: 60px;
vertical-align: middle;
text-align: center;
}

.banner-no1 {
text-align: center;
margin-top: 82px;
}

.banner-no1 img {
width: 968px;
display: block;
margin: 0 auto;
}

.section-attraction {
border-top: 1px solid #eeeeee;
}

.section-attraction .list-attraction {
margin-bottom: 2px;
}

.section-attraction .ttl-cmn {
margin-bottom: 50px;
}

.section-information-top .ttl-cmn {
margin-bottom: 27px;
}

.box-price-top {
text-align: center;
position: relative;
}

.box-price-top img.icon-plus {
position: absolute;
top: 50%;
left: 50%;
width: 60px;
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: -3px;
}


.box-price-top .cover {
display: inline-block;
width: 380px;
border: 6px solid #e94235;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
margin: 0 7px;
}

.box-price-top .cover.gray {
border-color: #f0f0f0;
}

.box-price-top .cover.gray .inner {
padding-top: 60px;
}

.box-price-top .cover .inner {
text-align: center;
padding-top: 34px;
height: 186px;
color: #e94235;
}


.box-price-top .cover .inner.has-ppl {
padding-top: 17px;
}

.box-price-top .cover .inner .text-commodity-fee {
font-weight: bold;
font-size: 28px;
margin-bottom: 0;
}

.box-price-top .cover .inner .fee,
.box-price-top .cover .inner .date {
font-size: 16px;
font-weight: bold;
}

.box-price-top .cover .inner .price {
font-weight: bold;
font-size: 40px;
margin-bottom: -9px;
}


.box-price-top .cover .inner .price span {
font-size: 20px;
}

.box-price-top .cover .inner .tax {
font-size: 12px;
margin-bottom: 18px;
}

.box-price-top .cover .inner .tax .number {
font-size: 16px;
}

.box-price-top .cover .inner .text {
padding-left: 94px;
}

.box-price-top .cover .inner p {
text-align: left;
margin-bottom: 2px;
}

.recommended-items {
padding-top: 47px;
}

.ttl-recommend {
text-align: center;
font-weight: bold;
font-size: 16px;
margin-bottom: 24px;
}

.list-recommend {
margin: 0 -16px 51px;
}

.list-recommend .item {
float: left;
width: 25%;
padding: 0 16px;
}

.list-recommend .item .inner {
border: 6px solid #f0f0f0;
-moz-border-radius: 19px;
-webkit-border-radius: 19px;
border-radius: 19px;
background-color: #fff;
text-align: center;
padding: 26px 20px 18px;
}

.list-recommend .item .inner .ttl-redcommend {
font-weight: bold;
font-size: 16px;
margin-bottom: 13px;
}

.list-recommend .item .inner img {
display: block;
width: 100%;
margin-bottom: 13px;
}

.list-recommend .item .inner p {
margin-bottom: 11px;

}

.list-recommend .item .inner .link-cmn {
position: relative;
left: -12px;
display: inline-block;
}

.list-point {
margin: 0 -7px 40px;
}

.list-point .inner {
float: left;
width: 33.33333%;
padding: 0 7px;
}

.list-point .inner img {
float: left;
width: 100%;
}

.section-costumes .ttl-cmn {
margin-bottom: 20px;
}

.section-costumes .list-recommend {
margin-bottom: 18px;
}

.item-dress {
text-align: center;
margin-bottom: 32px;
}

.section-photo .ttl-cmn {
margin-bottom: 27px;
}

.section-photo .box-photo {
margin-bottom: 50px;
}

.section-photo .box-photo a {
display: block;
}

.section-promises .ttl-cmn {
margin-bottom: 27px;
}

.section-promises .box-promises {
padding: 0 34px;
margin-bottom: 50px;
}

.section-promises .box-promises a {
display: block;
}

.section-exhibition p.center,
.section-promises p.center {
text-align: center;
margin: 20px 0;
font-size: 15px;
display: block;
}

.section-exhibition p.text {
font-size: 14px;
margin: 5px 0 0;
}

ul.webga {
display: flex;
justify-content: space-between;
margin: auto;
padding: 0 34px;	
}

ul.webga.two li {
width: 48%;
}

ul.webga.three li {
width: 31%;
}


.section-exhibition .ttl-cmn {
margin-bottom: 26px;
}

.section-suggestion {
padding-bottom: 49px;
}

.section-suggestion .ttl-cmn {
margin-bottom: 26px;
}

.list-suggestion {
margin: 0 -16px;
}

.list-suggestion .item {
float: left;
width: 50%;
padding: 0 16px;
margin-bottom: 14px;
}

.list-suggestion .item a {
margin-bottom: 13px;
}

.list-suggestion .item p {
font-size: 15px;
line-height: 27px;
margin-bottom: 4px;
}



.block-link-top {
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
padding: 60px 0 76px;
}

.section-exhibition.block-link-top {
	border-bottom: none;
}

.block-link-top .top-trans {
padding-bottom: 1px;
margin-bottom: 28px;
}

.block-link-top .list-suggestion .item {
margin-bottom: 7px;
}

.page-top .top-footer {
border: 0;
}

/*------------SP用スマホ*------------*/
@media (max-width: 750px) {

.block-slider-top {
	padding-bottom: 17px;
}
.block-slider-top .wrapper {
	padding: 0;
}
.block-slider-top .text-right {
	text-align: center;
	padding-top: 34px;
}

.slider-top .first-image {
	width: 100%;
	padding-bottom: 1px;
}
.slider-top .second-image {
	width: 50%;
	padding-top: 1px;
	padding-right: 1px;
}
.slider-top .second-image:nth-child(3n) {
	padding-right: 0;
	padding-left: 1px;
}
.slider-top .slick-arrow {
	background-size: 8px auto;
	background-color: rgba(43, 35, 22, 0.5);
	width: 20px;
	height: 60px;
	top: 125px;
}
.slider-top .btn-prev {
	left: 0;
	background-image: url(../img/top/icon-prev-sm.png);
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0;
	border-radius: 0 8px 8px 0;
}
.slider-top .btn-next {
	right: 0;
	background-image: url(../img/top/icon-next-sm.png);
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px 0 0 8px;
}
.slider-top .slick-dots {
	bottom: -32px;
}
.slider-top .slick-dots li {
	margin: 0 5px;
}
.slider-top .slick-dots li button {
	width: 10px;
	height: 10px;
}

.content-popup-top {
	border: 5px solid #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 31px 7px 28px;
	margin-left: 10px;
	margin-right: 10px;
}
.content-popup-top .fancybox-close-small {
	display: none;
}
.content-popup-top .btn-close-popup {
	position: absolute;
	width: 40px;
	top: -25px;
	right: -15px;
}
.content-popup-top .ttl-popup {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 31px;
	margin-bottom: 7px;
	padding-left: 10px;
}

.btn-close-text {
	max-width: 295px;
	color: #777777;
	background-color: #ececec;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 15px;
	background-position: 22px center;
	padding: 15px 0 12px 2px;
	letter-spacing: 0.2em;
	margin-bottom: 0 !important;
}

.list-item-popup {
	margin-bottom: 8px;
}
.list-item-popup .row {
	margin-bottom: 0;
}
.list-item-popup .item {
	float: left;
	width: 33.33333%;
	max-width: none;
	padding: 0 2.5px;
	margin-right: 0;
	margin-bottom: 16px;
}
.list-item-popup .item:nth-child(6n) {
	margin-right: 0;
}
.list-item-popup .item a {
	display: block;
}
.list-item-popup .item a img {
	margin-bottom: 6px;
}
.list-item-popup .item a span {
	font-size: 13px;
}

.section-shoot-menu {
	padding: 0 0 32px;
}
.section-shoot-menu .ttl-cmn {
	margin-bottom: 6px;
}

.list-shoot-menu {
	margin: 0 -7px 10px;
}

.item-shoot-menu {
	width: 33.33333%;
	padding: 0 7px;
	margin-bottom: 16px;
}
.item-shoot-menu a .inner img {
	margin-bottom: 6px;
}
.item-shoot-menu a .text {
	height: auto;
	vertical-align: top;
}

.banner-no1 {
	text-align: center;
	margin-top: 43px;
}
.banner-no1 img {
	width: 100%;
}

.section-cmn {
	padding-top: 28px;
	padding-bottom: 42px;
}

.section-attraction .list-attraction {
	margin-bottom: 25px;
}
.section-attraction .ttl-cmn {
	margin-bottom: 31px;
}
.section-attraction .btn-strong {
	padding-left: 19px;
}

.section-information-top .ttl-cmn {
	margin-bottom: 7px;
}


.box-price-top.fee_price img.icon-plus {
	margin-top: -10px;
}


.box-price-top .cover .inner .tax {
font-size: 12px !important;
	font-weight: normal;

}


.box-price-top .cover {
	display: block;
	width: 100%;
	margin: 0;
}
.box-price-top .cover.gray {
	margin-top: 22px;
}
.box-price-top .cover.gray .inner {
	padding-top: 30px;
	height: 140px;
}


.box-price-top .cover.gray .inner .text-s.black {
	color: #000;
}
.box-price-top .cover .inner {
	padding-top: 15px;
	height: 120px;
}
.box-price-top .cover .inner .text-commodity-fee {
	margin-bottom: 15px;
}
.box-price-top .cover .inner .text {
	padding-left: 65px;
}
.box-price-top .cover .inner p {
	margin-bottom: 2px;
	font-size: 14px;
}

.box-price-top .cover .inner .text-commodity-fee {
	font-size: 24px;
}

.recommended-items {
	padding-top: 21px;
}
.recommended-items .ttl-recommend {
	margin-bottom: 11px;
}
.recommended-items .btn-strong {
	letter-spacing: 0.2em;
}

.list-recommend {
	margin: 0 -7px 11px;
}
.list-recommend .item {
	width: 50%;
	padding: 0 7px;
	margin-bottom: 15px;
}
.list-recommend .item.item-dress {
	width: 33.33333%;
	padding: 0 7px;
}
.list-recommend .item .inner {
	padding: 15px 15px 12px;
}
.list-recommend .item .inner .ttl-redcommend {
	margin-bottom: 3px;
}
.list-recommend .item .inner img {
	margin-bottom: 7px;
}
.list-recommend .item .inner p {
	height: auto;
	margin: 0 -7px 5px;
}
.list-recommend .item .inner .link-cmn {
	left: -1px;
}

.list-point {
	margin: 0 -7px 20px;
}

.section-costumes .ttl-cmn {
	margin-bottom: 7px;
}
.section-costumes .list-recommend {
	margin-bottom: 10px;
}
.section-costumes .btn-strong {
	letter-spacing: 0.2em;
}

.section-photo .ttl-cmn {
	margin-bottom: 7px;
}
.section-photo .box-photo {
	margin-bottom: 25px;
}
.section-photo .box-photo .btn-strong {
	letter-spacing: 0.2em;
}

.section-promises .ttl-cmn {
	margin-bottom: 8px;
}
.section-promises .box-promises {
	padding: 0;
	margin-bottom: 24px;
}

.section-exhibition .ttl-cmn {
	margin-bottom: 7px;
}

.section-exhibition p.center,
.section-promises p.center	{
	margin: 10px 0;

}

.section-exhibition p.text,
.section-exhibition p.center,
.section-promises p.center	{
font-size: 13px;
}


ul.webga {
width: 100%;
padding: 0;	
flex-wrap: wrap;
}	
	
ul.webga.three li {
width: 48%;
margin-bottom: 10px;	
}	
	
ul.webga.three li:last-child {
	margin-bottom: 0;
}	

.section-suggestion {
	padding-bottom: 0;
}
.section-suggestion .ttl-cmn {
	margin-bottom: 7px;
}

.list-suggestion {
	margin: 0;
}
.list-suggestion .item {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.list-suggestion .item a {
	margin-bottom: 10px;
}
.list-suggestion .item p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 4px;
}

.block-link-top {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 24px 0 39px;
}
.block-link-top .list-suggestion .item {
	margin-bottom: 0;
}
.block-link-top .top-trans {
	padding-bottom: 1px;
	margin-bottom: 9px;
}


}

@media (max-width: 374px) {
.list-recommend .item .inner {
	padding-left: 5px;
	padding-right: 5px;
}
.list-recommend .item .inner p {
	margin-left: 0;
	margin-right: 0;
}

}
/*------------/SP用スマホ*------------*/
	
	
.slick-slide img {
width: 100%;
}



/*------------SP用スマホ*------------*/
@media (max-width: 750px) {

.header-top-outer + .wrapper {
	width: auto;
}



/*------------------------CP一覧(SP)------------------------*/

.cp_list {
margin: 30px 0;
padding:0 0 42px 0;
}

.cp_list ul {
margin-bottom: 25px;
}	

.cp_list ul li {
border-bottom: 1px solid #eeeeee;
background: url(/img/common/icon-next_b.png) no-repeat right 7px center;
background-size: 8px;
}	

.cp_list ul li a {
display: flex;
padding: 15px 20px 15px 15px;	
}

.cp_list ul li a img {
width: 45%;
height: 100%;
margin-right: 8px;
}	

.cp_list ul li a p span {
font-size: 16px;
font-weight: bold;
}

.cp_list ul li.new {
position: relative;
}	

.cp_list ul li a img.new {
position: absolute;
top: 15px;
left: 15px;
width: 40px;
height: auto;
}	


}
/*------------/SP用スマホ*------------*/

/*------------------------CP一覧(PC)------------------------*/

@media (min-width: 750px) {


.cp_list_pc {
margin: 30px auto;		
}	

.cp_list_pc ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;

}	

.cp_list_pc ul li {
width: 23%;
margin: 0 0 20px;
}	

}



/*# sourceMappingURL=style.css.map */

