<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: "Helvetica Neue", "Helvetica",Yu Gothic Medium,游ゴシック Medium,YuGothic,游ゴシック体,ヒラギノ角ゴ Pro W3,メイリオ,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: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", 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&gt;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 (min-width: 1025px ) {
body {
    padding-top: 120px;
}
}

@media (max-width: 1024px) {
body {
    padding-top: 80px;
}
}

@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;
	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;
    table-layout: fixed;
	width: 100%;
}
.stick-ft .inner a {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	height: 50px;
	font-size: 14px;
	padding-left: 42px;
	line-height: 19px;
	background-repeat: no-repeat;
	background-color: #0079c3;
	background-size: 20px auto;
	background-position: 10px center;
	background-image: url(../../img/RN/ic_phone.svg);
}
.stick-ft .inner a.calendar {
	padding-left: 42px;
	background-image: url(../../img/RN/ic_reserve.svg);
	background-color: #da1d33;
}
.stick-ft .inner a.look {
	width: 27%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-left: 41px;
	background-image: url(../../img/RN/nav_store.svg);
	background-size: 24px auto;
    background-color: #24a250;
}
}

@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;
}
.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: 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;
}

/*ドロップダウンメニュー*/
.g-nav-inr .btn_mega {
    display: block;
    position: relative;
    margin-right: 10px;
    padding: 10px 10px 0px;
    font-weight: bold;
    cursor: pointer;
}
#mega_overlay {
display: none;
    z-index: 40;
    height: 100%;
    background: #000;
    opacity: .6;
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#mega_overlay.show {
display: block;
}
.mega_area {
position: relative;
}
div.mega_menu {
position: fixed;
    top: 120px;
    left: 0;
    z-index: 50;
    width: 100%;
    background-color: #fff;
    height: auto;
display: none;
}
.mega_contents {
    display: flex;
}
.mega_b .ttl_area {
    background: repeating-linear-gradient( -45deg, #c0e7ff, #c0e7ff 20px, #d2eeff 20px, #d2eeff 40px );
}
.mega_g .ttl_area {
        background: repeating-linear-gradient( -45deg, #c7f0d6, #c7f0d6 20px, #d9f8e4 20px, #d9f8e4 40px );
}
.ttl_area {
    width: 20%;
    text-align: right;
    padding: 20px;
}
.mega_contents .h2_mega {
padding: 3px 0 3px 0px;
    font-size: 22px;
    font-weight: bold;
}
.mega_contents .h3_mega {
padding: 3px 0 3px 0px;
    font-size: 18px;
    font-weight: bold;
}
.img_mega {
margin: 10px auto;
}
.mega_r, .mega_l {
width: 35%;
    padding: 20px 20px 100px 20px;
}
.list_mega li {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
    font-weight: 700;
    line-height: 1.5;
    font-size: 15px;
}
.list_mega li a {
    color: #333333;
}
.mega_b .list_mega li a:hover {
color: #0079c3;
}
.mega_g .list_mega li a:hover {
color: #069538;
}
.mega_b .list_mega li a::before {
    background-image: url(https://www.studio-mario.jp//img/RN/ic_arrow_b.svg);
}
.mega_g .list_mega li a::before {
    background-image: url(https://www.studio-mario.jp//img/RN/ic_arrow_g.svg);
}
.list_mega li a::before {
position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    content: "";
}
.list_mega .w_50 {
width: 50%;
}
.list_mega .w_100 {
width: 100%;
}
.list_mega {
display: flex;
    flex-wrap: wrap;
}
.btn_black {
cursor: pointer;
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 200px;
    background-color: #333;
display: block;
    max-width: 195px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: 0;
    outline: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-image: url(https://www.studio-mario.jp/img/common/close.png);
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 20px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 15px 10px 15px 30px;
    font-size: 18px;
transform: translate(-50%);
}
.btn_yellow_menu {
margin: 10px 0 0 auto;
    font-size: 15px;
    width: 140px;
    margin-top: 10px;
    padding: 15px 5px 15px 30px;
    background-size: 18px;
display: block;
    max-width: 195px;
    text-align: center;
    color: #fff!important;
    font-weight: bold;
    border: 0;
    outline: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f4a001;
    background-image: url(https://www.studio-mario.jp/img/common/icon-arrow07.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
#nav_menu div span, #nav_fee div span {
position: relative;
padding-right: 15px;
}
#nav_menu div span::after, #nav_fee div span::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/img/common/ico_mega_u.svg);
  background-size: contain;
  vertical-align: middle;
    position: absolute;
    bottom: 2px;
    right: -2px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
#nav_menu div span:hover::after {
  background-image: url(/img/common/ico_arrow_u_b.svg);
}
#nav_fee div span:hover::after {
  background-image: url(/img/common/ico_arrow_u_g.svg);
}
#nav_menu:hover div span::after  {
  background-image: url(/img/common/ico_arrow_u_b.svg);
}
#nav_fee:hover div span::after {
  background-image: url(/img/common/ico_arrow_u_g.svg);
}

/*撮影メニュー(PC)*/
.section_menu {
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    text-align: center;
}
.box_menu ul {
-ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto 30px;
}
.box_menu li {
    zoom: 1;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    transform: translateZ(0);
    border-radius: 15px;
    background: #fff;
    text-align: center;
    will-change: transform;
margin-right: 20px;
width: calc(20% - 24px);
}
.box_menu li.blue {
    border: 4px solid #0079c3;
}
.box_menu li.blue .ttl_menu  {
    color: #0079c3;
}
.box_menu li.yellow {
    border: 4px solid #f4a001;
}
.box_menu li.yellow .ttl_menu  {
    color: #f4a001;
}
.box_menu li.pink {
    border: 4px solid #e5015b;
}
.box_menu li.pink .ttl_menu  {
    color: #e5015b;
}
.box_menu li.green {
    border: 4px solid #069538;
}
.box_menu li.green .ttl_menu  {
    color: #069538;
}
.box_menu ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: none;
}
h3.ttl_menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #000;
    font-size: 17px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
}
h3.ttl_menu.momoka {
font-size:15px;
}
h3.ttl_menu#wanwan {
 font-size:13px;
padding:6px 10px 4px;
line-height:1.1;
}
.img_menu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.img_icon img {
    display: inline-block;
    margin: 0 auto;
    width: 120px;
}
.img_icon {
text-align: center;
}
h2.ttl_section {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: .05em;
    text-align: center;
    color: #333;
    margin-bottom: 60px;
}
@media (min-width: 600px) {
.section_menu {
background-image: url(../../img/RN/garland.png);
    background-position: center top 50px, center bottom;
    padding: 80px 0 110px;
background-size: 900px;
}
}
@media (max-width: 1185px) and (min-width: 600px) {
.box_menu ul {
width: 90%;
}
}
@media (max-width: 1024px) and (min-width: 767px) {
.box_menu ul li {
margin-right: 20px;
width: 30%;
}
.box_menu ul li:nth-of-type(3n) {
margin-right: 0px;
}
.box_menu ul {
flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}
}

/*魅力*/
.section_feature {
background-color: #ffe7e7;
position: relative;
padding: 130px 0px 60px;
margin-top: 120px;
margin-bottom: 60px;
}
.section_feature::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    background: url(/img/RN/triangle.png) repeat-y left top;
    background-size: 250px auto;
    width: 250px;
    height: 100%;
    z-index: 0;
}
.section_feature::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(/img/RN/triangle.png) repeat-y left top;
    background-size: 250px auto;
    width: 250px;
    height: 100%;
    z-index: 0;
    transform: scaleX(-1);
}
.circle.bg_pink {
background-color: #ffe7e7!important;
}
.wrp_upper_point {
    position: relative;
    max-width: 900px;
margin-bottom: 50px;
    margin: 0 auto 100px;
height: 380px;
}
.wrp_upper_point::after {
content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.wrp_upper_point p.img_point {
    position: absolute;
    max-width: 65%;
top: 0;
    left: 0;
}
.wrp_upper_point p.img_point img {
    border-radius: 25px;
    border: 4px solid #f4a001;
}
.wrp_upper_point .box_point {
padding: 40px;
    border: 4px solid #f4a001;
    border-radius: 25px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    right: 0;
    max-width: 40%;
}
.wrp_upper_point .box_point p {
font-size: 16px;
}
h3.ttl_point {
text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
line-height: 1.5;
}
h3.ttl_point span {
padding: 0 10px;
}
span.yellow {
background-color: #f4a001;
}
span.blue {
background-color: #0079c3;
}
span.pink {
background-color: #e5015b;
}
.wrp_lower_point {
max-width: 900px;
    margin: 0 auto 50px;
}
.wrp_lower_point ul {
-ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wrp_lower_point ul li.pink {
    border: 4px solid #e5015b;
}
.wrp_lower_point ul li {
border-radius: 25px;
flex: 1;
position: relative;
}
.wrp_lower_point ul li.blue {
    border: 4px solid #0079c3;
}
.wrp_lower_point ul li:first-of-type {
margin-right: 50px;
}
.wrp_lower_point .img_point img {
width: 100%;
    height: 100%;
    border-top-right-radius: 21px;
    border-top-left-radius: 21px;
}
.wrp_lower_point .tx_point {
    padding: 30px 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 16px;
    background-color: #fff;
height: 179px;
}
.icon_point {
position: absolute;
    top: -60px;
    right: -30px;
}
@media (max-width: 1500px) and (min-width: 1300px) {
.section_feature::before {
    background-size: 200px auto;
    width: 150px;
}
.section_feature::after {
    background-size: 200px auto;
    width: 150px;
}
}
@media (max-width: 1299px) {
.section_feature::before {
    display: none;
}
.section_feature::after {
    display: none;
}
}
@media (max-width: 1024px) and (min-width: 767px) {
.wrp_upper_point {
    width: 90%;
margin: 0 auto 60px;
}
.wrp_upper_point .box_point {
    padding: 30px;
    max-width: 50%;
bottom: 30px;
}
.wrp_lower_point {
width: 90%;
}
.wrp_lower_point ul li:first-of-type {
    margin-right: 30px;
}
.wrp_lower_point .tx_point {
    padding: 20px 15px;
}
h3.ttl_point {
font-size: 18px;
}
}
/*商品・料金*/
.box_fee {
    width: 470px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
margin-left: 13%;
    position: relative;
}
.inr_fee {
padding: 20px;
    font-size: 20px;
    font-weight: bold;
    border: 4px solid #069538;
    border-radius: 15px;
    text-align: center;
    color: #069538;
    width: 80%;
    margin: 0 auto 26px;
}
.item_fee {
position: relative;
margin-top: 80px;
}
.icon-plus {
position: absolute;
    top: 56%;
    left: 50%;
    width: 60px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -3px;
}
.circle {
width: 300px;
    height: 150px;
    border-radius: 150px 150px 0 0;
    background-color: #fff;
    position: absolute;
    padding: 30px;
    top: -80px;
    left: 50%;
    transform: translate(-50%);
}
.img_icon {
    margin-top: 20px;
}
.wrp_product ul {
    max-width: 1100px;
    display: flex;
    margin: 50px auto;
    justify-content: center;
}
.wrp_product ul li {
    margin-right: 32px;
width: 22%;
display: flex;
}
.wrp_product ul li a {
display: block;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
position: relative;
}
.wrp_product ul li:last-of-type {
    margin-right: 0px;
}
.wrp_product ul li a::after {
position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    width: 23px;
    height: 23px;
    margin: auto;
    border-radius: 50%;
    content: '';
}
#product_yellow a::after {
    background: url(../../img/RN/ic_arrow_y.svg);
}
#product_green a::after {
    background: url(../../img/RN/ic_arrow_g.svg);
}
#product_pink a::after {
    background: url(../../img/RN/ic_arrow_p.svg);
}
#product_blue a::after {
    background: url(../../img/RN/ic_arrow_b.svg);
}
.img_product img {
width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.tx_product {
padding: 10px 20px 20px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 16px;
    background-color: #fff;
}
.ttl_product {
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
}
/*衣装*/
.box_img_costume {
width: 28%;
    margin-right: 60px;
}
.box_img_costume div {
display: flex;
}
.box_img_costume p {
margin-bottom: 10px;
width: 100%;
}
.box_img_costume div p:first-of-type {
margin-right: 10px;
}
.box_costume {
    width: 470px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    position: relative;
}
.box_costume ul li {
    background-repeat: no-repeat;
    background-size: 60px auto;
    background-position: left center;
    padding: 20px 0 20px 75px;
    font-weight: bold;
}
.box_costume ul li:first-of-type {
    background-image: url(../../img/RN/ic_point1.svg);
}
.box_costume ul li:nth-of-type(2) {
    background-image: url(../../img/RN/ic_point2.svg);
}
.box_costume ul li:last-of-type {
    background-image: url(../../img/RN/ic_point3.svg);
}
.tx_costume {
position: relative;
    margin-top: 70px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.box_costume ul {
    position: relative;
    font-size: 20px;
    margin: 20px;
    line-height: 40px;
}
/*ギャラリー*/
.wrp_gallery {
max-width: 1280px;
    margin: 0 auto 50px;
}
.wrp_gallery img {
width: 95%;
    margin: 0 auto;
}
/*おすすめ*/
.wrp_reccomend {
    max-width: 1028px;
    display: flex;
    margin: 50px auto;
}
.wrp_reccomend li {
    flex: 1;
    margin-right: 50px;
}
.wrp_reccomend li:last-of-type {
    margin-right: 0px;
}
/*コラム*/
.wrp_info {
max-width: 900px;
    margin: 50px auto 80px;
    display: flex;
}
.box_info:first-of-type {
margin-right: 50px;
    border-right: 3px solid #fff;
    padding-right: 50px;
}
.box_info h2 {
font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.box_info h2 span {
display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}
.box_info ul {
padding-top: 20px;
}
.box_info ul li {
background-image: url(../../img/RN/ic_arrow_g.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: left center;
    padding: 3px 0 3px 23px;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}
.tx_info {
text-align: center;
    padding: 20px 0px;
    font-weight: bold;
    font-size: 16px;
}
.img_info{
position: relative;
}
.img_info img{
border-radius: 15px;
position: relative;
z-index: 1;
}
.img_info.blue::after {
    background: #1082c7;
}
.img_info.green::after {
    background: #069538;
}
.img_info::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #1082c7;
    position: absolute;
    right: -5px;
    bottom: -5px;
    border-radius: 15px;
}
.section_gray {
    padding: 60px 0px 100px;
    background-color: #f4f4f4;
}
/*web写真展*/
.section_web {
    background-image: url(../../img/RN/bg_web.png);
    background-size: cover;
    padding: 80px 0 100px;
    background-position: bottom;
text-align: center;
}
.ttl_web {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    padding: 5px 50px;
    border-radius: 20px;
position: relative;
}
.ttl_web::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.wrp_web ul {
    max-width: 1028px;
    display: flex;
    margin: 50px auto;
}
.wrp_web ul li {
    flex: 1;
    margin-right: 50px;
}
.wrp_web ul li:last-of-type {
    margin-right: 0px;
}
.img_web img {
width: 100%;
    height: 100%;
    border: 10px solid #fff;
}
.tx_web {
    font-weight: bold;
    text-align: center;
    padding: 0px 0px 10px;
    font-size: 18px;
background-color: #fff;
}
/*ニュース*/
.wrp_news {
max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50px;
    padding: 60px;
}
.box_news li {
    padding: 20px 0px 20px 30px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #f4f4f4;
}
.box_news li a {
    text-decoration: underline;
}
.box_news li:first-of-type {
    border-top: 3px solid #f4f4f4;
}
.box_news li span {
display: inline-block;
    margin-right: 60px;
}
h2.ttl_news {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}
.wrp_mail {
max-width: 900px;
    margin: auto;
    display: flex;
}
.box_mail {
    padding: 70px 40px 30px;
    border-radius: 30px;
    width: 400px;
    position: relative;
flex: 1;
background-color: #fff;
font-size: 16px;
}
.box_mail:first-of-type {
margin-right: 50px;
border: 4px solid #00b900;
}
.box_mail:last-of-type {
border: 4px solid #e5025b;
}
.box_mail p {
text-align: center;
margin-bottom: 20px;
}
.icon_mail {
position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%);
}
.btn_yellow_s {
display: block;
    max-width: 250px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: 0;
    outline: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f4a001;
    background-image: url(../../img/common/icon-arrow07.png);
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 20px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 15px 10px 15px 30px;
    font-size: 16px;
margin: 0 auto;
}
.btn_line {
display: block;
    max-width: 250px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: 0;
    outline: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #00b900;
    background-image: url(../../img/common/line.png);
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 20px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 15px 10px 15px 30px;
    font-size: 16px;
margin: 20px auto 0;
}
@media (max-width: 1455px) and (min-width: 1186px) {
.box_fee {
margin-left: 8%;
}
}
@media (min-width: 1186px) {
.box_img_costume {
min-width: 450px;
}
}
@media (max-width: 1185px) {
.tx_costume {
font-size: 18px;
}
}
@media (max-width: 1185px) and (min-width: 767px) {
.wrp_product ul {
width: 90%;
}
.wrp_web ul {
width: 90%;
}
.wrp_reccomend {
width: 90%;
}
.box_fee {
    width: 40%;
    padding: 20px;
    margin-left: 3%;
}
.box_costume {
width: 40%;
    padding: 30px 10px;
}
.box_costume ul {
margin: 20px auto 0;
    font-size: 18px;
    width: 95%;
}
.box_costume ul li {
padding: 13px 0 14px 75px;
}
.box_img_costume {
    width: 45%;
    margin-right: 30px;
}
.wrp_mail {
width: 90%;
}
}
@media (max-width: 1024px) and (min-width: 767px) {
.wrp_product ul {
    flex-wrap: wrap;
    width: 95%;
    margin: 30px auto 50px;
}
.wrp_product ul li {
width: 40%;
margin-bottom: 30px;
}
.wrp_product ul li:nth-of-type(2n) {
margin-right: 0px;
}
}
@media (min-width: 767px) {
.wrp_fee {
padding: 130px 0 60px;
background-image: url(../../img/RN/bg_fee.jpg);
position: relative;
background-size: cover;
background-position: center;
}
.wrp_costume {
    padding: 150px 0 60px;
    background-image: url(../../img/RN/bg_costume.png);
position: relative;
    background-size: cover;
    display: flex;
    justify-content: center;
flex-flow: row-reverse;
}
.section_mail {
padding: 100px 0 50px;
background-image: url(../../img/RN/bg_mail.png);
background-size: cover;
}
}
/*------------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;
}
.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;
}
}



@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;

}

.wrp_sns ul {
max-width: 1028px;
    display: flex;
    margin: 0 auto;
flex-wrap: wrap;
}
.section_sns {
background-color: #ffecc8;
padding: 50px 0px;
}
.wrp_sns ul li {
    margin-right: 20px;
}
.wrp_sns ul li a {
-webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    border-radius: 15px;
    background-color: #fff;
    padding: 5px 0px 10px;
    width: 150px;
    height: 150px;
    display: block;
}
.wrp_sns ul li h3 {
text-align: center;
    font-weight: bold;
    padding: 10px 0px;
}
.icon_sns {
width: 40%;
    margin: 0 auto;
}
.icon_sns img {
margin: 0 auto;
}
.tx_sns {
font-size: 13px;
    padding-top: 10px;
text-align: center;
}
.wrp_link {
    text-align: center;
    background-color: #f4a001;
    padding: 50px 0 30px;
}
.wrp_link ul {
max-width: 1028px;
margin: 0 auto 16px;
}
.wrp_link ul li {
display: inline-block;
color: #fff;
}
.wrp_link ul li a {
display: block;
color: #fff;
font-weight: bold;
}
.wrp_copy {
text-align: center;
    background-color: #fff;
    font-size: 14px;
    color: #f4a001;
    padding: 20px 0 18px;
font-weight: bold;
}

@media (min-width: 768px) {

.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;
height: 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;
height: 80px;
}

}
@media (max-width: 1185px) and (min-width: 767px) {
.wrp_product ul {
width: 90%;
}
.wrp_web ul {
width: 90%;
}
.wrp_reccomend {
width: 90%;
}
.wrp_sns ul {
width: 95%;
}
.wrp_sns ul li {
margin-right: 15px;
}
}
/*------------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;
    height: 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;
    height: 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;
}
}

.dis-tb {
display: table;
width: 100%;
}

.dis-tb .dis-cell {
display: table-cell;
}


.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.no-move .slick-arrow,
.slider-top.no-move .slick-dots {
display: none !important;
}

.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(255, 255, 255, 0.8);
position: absolute;
width: 80px;
height: 80px;
top: 0;
}

.slider-top .btn-prev {
left: 20px;
background-image: url(../../img/RN/slider_prev.svg);
}

.slider-top .btn-next {
right: 20px;
background-image: url(../../img/RN/slider_next.svg);
}

.slider-top .slick-dots {
position: absolute;
width: 100%;
text-align: center;
bottom: 10px;
}

.slider-top .slick-dots li {
display: inline-block;
margin: 0 7px;
}

.slider-top .slick-dots li:only-child {
display: none;
}

.slider-top .slick-dots li.slick-active button {
background-color: #d70c25;
}

.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: 10px;
height: 10px;
background-color: #fff;
-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 .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 .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(255, 255, 255, 0.8);
	width: 20px;
	height: 60px;
	top: 50%;
	transform: translatey(-50%);
}
.slider-top .btn-prev {
	left: 0;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0;
	border-radius: 0 8px 8px 0;
}
.slider-top .btn-next {
	right: 0;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px 0 0 8px;
}
.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;
}

.section-attraction .list-attraction {
	margin-bottom: 25px;
}
.section-attraction .ttl-cmn {
	margin-bottom: 31px;
}

.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;
}

.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-photo .ttl-cmn {
	margin-bottom: 7px;
}
.section-photo .box-photo {
	margin-bottom: 25px;
}

.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 {
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用スマホ*------------*/

/*------------------------お知らせ(PC)------------------------*/

.wrp_box {
max-width: 1028px;
margin: 0 auto;
}
dl.box {
display: flex;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    border: 4px solid #f4a104;
}
dt.box_ttl {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15%;
    background: #f4a104;
    color: #fff;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: bold;
}
dd.box_content {
padding: 10px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
p.item a {
display: block;
    position: relative;
    text-decoration: underline;
    color: #222;
    font-size: 16px;
    line-height: 1.85;
}


/*------------------------CP一覧(PC)------------------------*/

.wrp_cp {
    background-color: #fff;
    max-width: 1100px;
    margin: 80px auto;
    border-radius: 20px;
    padding: 20px 0px 50px;
    position: relative;
}
.wrp_cp h2 {
    position: absolute;
    left: 50%;
    top: -30px;
    font-size: 40px;
    font-weight: bold;
    transform: translate(-50%);
}
.wrp_cp h2 img {
margin: 0 auto;
width: 100%;
}
.box_cp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1028px;
    margin: 40px auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-box {
    display: flex;
    margin-right: 30px;
    text-align: center;
    flex: 1;
}
.about-box {
position: relative;
}
.about-box a::after {
position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    width: 23px;
    height: 23px;
    margin: auto;
    border-radius: 50%;
    content: '';
}
#box_blue a::after {
    background: url(../../img/RN/ic_arrow_b.svg);
}
#box_green a::after {
    background: url(../../img/RN/ic_arrow_g.svg);
}
#box_pink a::after {
    background: url(../../img/RN/ic_arrow_p.svg);
}
.about-box:last-of-type {
    margin-right: 0px;
}
a.about-box_link {
display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    -webkit-transition: .4s cubic-bezier(.23,1,.32,1);
    transition: .4s cubic-bezier(.23,1,.32,1);
}
.about-box_image {
    overflow: hidden;
    border-radius: 8px;
}
.about-box_ttl {
  display: inline-block;
  position: relative;
  height: 30px;/*リボンの高さ*/
  line-height: 30px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 16px;/*文字の大きさ*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
margin: -15px auto 0px;
    font-weight: bold;
}

.about-box_ttl:before, .about-box_ttl:after, .about-box_ttl_2:before, .about-box_ttl_2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.about-box_ttl:before {
  top: 0;
  left: -10px;
  border-width: 15px 0px 15px 10px;
  border-style: solid;
}

.about-box_ttl:after {
  top: 0;
  right: -10px;
  border-width: 15px 10px 15px 0px;
  border-style: solid;
}
.about-box_ttl_2 {
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 1.1;/*リボンの高さ*/
  text-align: center;
  padding: 3px 30px;/*横の大きさ*/
  font-size: 16px;/*文字の大きさ*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
margin: -15px auto 0px;
    font-weight: bold;
}

.about-box_ttl_2:before {
  top: 0;
  left: -10px;
  border-width: 20px 0px 20px 10px;
  border-style: solid;
}

.about-box_ttl_2:after {
  top: 0;
  right: -10px;
  border-width: 20px 10px 20px 0px;
  border-style: solid;
}
#box_blue .about-box_ttl {
background: #0079c3;
}
#box_blue .about-box_ttl:before, #box_blue .about-box_ttl:after {
border-color: #0079c3 transparent;
}
#box_green .about-box_ttl {
background: #0a973b;
}
#box_green .about-box_ttl:before, #box_green .about-box_ttl:after {
border-color: #0a973b transparent;
}
#box_pink .about-box_ttl {
background: #e70259;
}
#box_pink .about-box_ttl:before, #box_pink .about-box_ttl:after {
border-color: #e70259 transparent;
}
#box_blue .about-box_ttl_2 {
background: #1785c8;
}
#box_blue .about-box_ttl_2:before, #box_blue .about-box_ttl_2:after {
border-color: #1785c8 transparent;
}
#box_green .about-box_ttl_2 {
background: #0a973b;
}
#box_green .about-box_ttl_2:before, #box_green .about-box_ttl_2:after {
border-color: #0a973b transparent;
}
#box_pink .about-box_ttl_2 {
background: #e8206f;
}
#box_pink .about-box_ttl_2:before, #box_pink .about-box_ttl_2:after {
border-color: #e8206f transparent;
}
.about-box_des {
    text-align: left;
    padding: 10px;
}
.btn_yellow {
    display: block;
    max-width: 195px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: 0;
    outline: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f4a001;
    background-image: url(../../img/common/icon-arrow07.png);
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 20px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
padding: 15px 10px 15px 30px;
    font-size: 18px;
}
@media (max-width: 1028px) {
.wrp_box {
width: 90%;
}
}

@media (max-width: 1024px) {
.pc_tab {
    display: none !important;
}
.tab {
    display: block !important;
}
}
@media (min-width: 1025px) {
.pc_tab {
    display: block !important;
}
.tab {
    display: none !important;
}
header {
padding: 0 10px;
}
.box_menu ul li:nth-child(5n) {
margin-right: 0;
}
.box_menu ul {
justify-content: center;
}
}
header {
    top: 0;
    left: 0;
    width: 100%;
height: 120px;
z-index: 100;
position: fixed;
color: #333333;
}
.header-inr {
position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.header-logo {
    position: absolute;
    top: 26px;
    left: 0px;
    width: 154px;
}
.header-logo img {
    width: auto;
    height: auto;
}
.list-icon-header {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}
.g-nav {
display: block;
}
.g-nav-inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 13px;
    left: 170px;
    width: calc(100% - 78px);
    transition: all .5s;
}
.g-nav-inr&gt;li&gt;a {
    display: block;
    position: relative;
    margin-right: 10px;
    padding: 10px 10px 0px;
    font-weight: bold;
}
#btn-store&gt;a {
    -webkit-transition: all .5s;
    display: block;
    margin: 0 auto;
    padding: 15px 21px 14px 46px;
    background: #069538;
    background-image: url(../../img/RN/nav_store.svg);
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 2;
    line-height: 1.5;
    text-align: center;
    transition: all .5s;
background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 18px auto;
}
#btn-reserve&gt;a {
    -webkit-transition: all .5s;
    display: block;
    margin: 0 0 0 10px;
    padding: 15px 21px 14px 46px;
    background: #d70c25;
    background-image: url(../../img/common/icon-booking.png);
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 2;
    line-height: 1.5;
    text-align: center;
    transition: all .5s;
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 18px auto;
}
.g-nav-inr&gt;li span {
    padding-top: 50px;
    display: inline-block;
    position: relative;
    font-size: 15px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    text-align: center;
    line-height: 1.2;
    color: #333333;
}
.g-nav-inr&gt;li:hover span {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
#nav_menu span {
background: url(../../img/RN/nav_menu.svg) no-repeat center top;
}
#nav_campaign span {
background: url(../../img/RN/nav_campaign.svg) no-repeat center top;
}
#nav_service span {
background: url(../../img/RN/nav_service.svg) no-repeat center top;
}
#nav_fee span {
background: url(../../img/RN/nav_fee.svg) no-repeat center top;
}
#nav_costume span {
background: url(../../img/RN/nav_costume.svg) no-repeat center top;
}
#nav_shooting span {
background: url(../../img/RN/nav_shooting.svg) no-repeat center top;
}
#nav_menu:hover span {
background: url(../../img/RN/nav_menu_c.svg) no-repeat center top;
color: #0079c3;
}
#nav_campaign:hover span {
background: url(../../img/RN/nav_campaign_c.svg) no-repeat center top;
color: #f4a104;
}
#nav_service:hover span {
background: url(../../img/RN/nav_service_c.svg) no-repeat center top;
color: #e5005a;
}
#nav_fee:hover span {
background: url(../../img/RN/nav_fee_c.svg) no-repeat center top;
color: #069538;
}
#nav_costume:hover span {
background: url(../../img/RN/nav_costume_c.svg) no-repeat center top;
color: #0079c3;
}
#nav_shooting:hover span {
background: url(../../img/RN/nav_shooting_c.svg) no-repeat center top;
color: #f4a104;
}
.box_cv {
    position: absolute;
    top: 0;
    right: 90px;
}
.box_cv p {
    font-size: 13px;
    font-weight: bold;
}
.box_cv p span {
margin-right: 20px;
}
.box_btn {
display: flex;
justify-content: center;
margin-top: 10px;
}
@media (max-width: 1230px) and (min-width: 1025px) {
.g-nav-inr&gt;li&gt;a {
    margin-right: 5px;
    padding: 10px 5px 0px;
}
.g-nav-inr&gt;li span {
    font-size: 14px;
}
.box_cv {
    right: 60px;
}
#btn-store&gt;a {
    padding: 15px 13px 13px 36px;
    background-position: 12px center;
    background-size: 16px auto;
}
#btn-reserve&gt;a {
    padding: 15px 13px 13px 36px;
    background-position: 12px center;
    background-size: 16px auto;
}
.header-logo {
    width: 134px;
}
.g-nav-inr {
    left: 140px;
}
.box_cv p {
    font-size: 12px;
}
.box_cv p span {
    margin-right: 10px;
}
}
@media (max-width: 1024px) {
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 80px;
	left: 0;
	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;
}
.btn-gnav-sp.active span:nth-of-type(1) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-gnav-sp.active span:nth-of-type(2) {
    top: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-gnav-sp.active span:nth-of-type(3) {
  opacity: 0;
}
a.menu_plus {
background-image: url(../../img/common/ico_plus.svg)!important;
}
a.menu_plus.active {
background-image: url(../../img/common/ico_minus.svg)!important;
}
.navi-sm {
	position: fixed;
	width: 100%;
	top: 80px;
	right: -100%;
	background-color: #fff;
	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;
 border-bottom: 3px solid #f4a000;
 padding-bottom: 20px; 
}
.navi-sm.show {
	right: 0;
 overflow: auto;
}
.navi-sm.show .cover .btn-close {
	left: -44px;
}
.navi-sm .cover {
	position: relative;
	overflow: auto;
	height: unset;
}
.navi-sm .cover ul {
	position: relative;
	z-index: 90;
 display: flex;
 flex-wrap: wrap;
}
.navi-sm .cover ul .col2-nav {
	display: flex;
	justify-content: space-evenly;
	padding: 16px 100px 20px;
	background-color: #ffecc8;
 width: 100%;
}
.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: 40%;
	padding: 30px 0;
	background-image: none;
	border-bottom: none;
	border-radius: 10px;
	font-size: 15px;
	font-weight: bold;
}
.navi-sm .cover ul .col2-nav .online-booking {
	background-color: #da1d33;
	color: #fff;
	letter-spacing: -0.08em;
}
.navi-sm .cover ul .col2-nav .find-store {
	background-color: #09973b;
	color: #fff;
	letter-spacing: -0.02em;
}
.navi-sm .cover ul li {
width: calc(100%/3);
}
.navi-sm .cover ul li a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	display: flex;
	background-color: #fff;
	background-image: url(../../img/common/ico_arrow_r.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px auto;
	border-right: 1px solid #eeeeee;
 border-bottom: 1px solid #eeeeee;
	height: 55px;
 align-items: center;
 padding-left: 10px;
}
.navi-sm .cover .banner-navi {
	text-align: center;
	padding-left: 6px;
	margin-bottom: 10px;
    margin-top: 20px;
}
.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;
}
.box_menu_li {
display: flex;
flex-wrap: wrap;
}
.navi-sm .cover ul li ul li a {
    text-align: left;
}
.wrp_menu_top {
padding-left: 15px!important;
}
.box_menu_li li {
width: 50%;
height: 55px;
}
.box_menu_li li a {
    text-align: left;
    display: flex;
    align-items: center;
height: 55px;
font-size: 13px!important;
}
.box_menu_li li:nth-of-type(odd) a {
padding-left: 20px!important;
padding-right: 30px!important;
}
.box_menu_li li:nth-of-type(even) a {
padding-left: 5px!important;
padding-right: 30px!important;
}
header {
    height: 80px!important;
    border-bottom: none;
}
.header-logo-sp {
position: absolute;
    top: 5px;
    left: 10px;
    width: 100%;
}
.header-logo-sp img {
    width: auto;
    height: 46px;
}
.g-nav-sp {
display: block;
}
.g-nav-inr-sp {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0px;
    right: 55px;
    transition: all .5s;
}
.g-nav-inr-sp&gt;li {
flex-shrink: 1;
}
.g-nav-inr-sp&gt;li span {
padding-top: 30px;
display: inline-block;
position: relative;
font-size: 11px;
}
#icon-store span {
    color: #333;
    background: url(/img/RN/nav_store_b.svg) no-repeat center top;
    background-size: 30px;
}
#icon-reserve span {
    color: #333;
    background: url(/img/RN/nav_reserve_b.svg) no-repeat center top;
    background-size: 25px;
}
#icon-menu span {
    color: #333;
    background: url(/img/RN/nav_menu_b.svg) no-repeat center top;
    background-size: 30px;
}
.g-nav-inr-sp&gt;li&gt;a {
    display: block;
    position: relative;
    padding: 10px 5px 0px;
    font-weight: bold;
}
.btn-gnav-sp {
    position: absolute;
    background: #f4a000;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    z-index: 110;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    top: 4px;
    right: 5px;
}
span.line {
    position: absolute;
    background: #fff;
    opacity: 0.9;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    height: 3px;
    left: 10px;
    border-radius: 20px;
    width: 30px;
}
span.line:nth-child(1) {
    top: 22px;
}
span.line:nth-child(2) {
    top: 31px;
}
span.line:nth-child(3) {
    top: 40px;
}
span.txt {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    top: 5px;
    font-size: 10px;
}
.cmn-header .left-header .logo {
    width: 74px;
}
.header-menu {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 20px;
    margin-right: 10px;
margin-top: 7px;
float: right;
}
.header-menu img {
width: 28px;
margin: 0 auto 2px;
display: block;
}
.header-menu p {
font-size: 10px;
}
.flex {
    border-bottom: 1px solid #eeeeee;
}
.flex ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px;
    justify-content: space-around;
}
.flex ul li {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 15%;
}
.flex ul li a { 
    padding: 18px 0 15px;
    background: #fff2d9;
    border-radius: 8px;
    box-shadow: 0 3px rgb(51 51 51 / 15%);
    display: block;
    text-align: center;
    flex-grow: 1;
    align-content: center;
    max-height: 100px;
}
.flex p {
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px;
    color: #333;
    line-height: 14px;
}
i img {
height: 35px;
margin: 0 auto;
width: 100%;
}
}
@media (max-width: 766px) {
.navi-sm {
    border-bottom: none;
height: 100%;
padding-bottom: 100px;
}
.flex ul li {
    width: 30%;
}
.flex ul li:nth-of-type(n+4) {
    margin-top: 4%;
}
.navi-sm .cover ul li {
width: 100%;
}
.navi-sm .cover ul .col2-nav {
    justify-content: space-between;
    padding: 16px 16px 20px;
}
.navi-sm .cover ul .col2-nav .online-booking, .navi-sm .cover ul .col2-nav .find-store {
width: 48%;
padding: 16px 0;
}
}
@media (max-width: 374px) {
.header-menu {
margin-top: 3px;
}
.g-nav-inr-sp&gt;li span {
    font-size: 10px;
    padding-top: 25px;
}
#icon-menu span {
background-size: 25px;
}
#icon-reserve span {
    background-size: 25px;
}
#icon-store span {
    background-size: 25px;
}
.header-logo-sp {
    top: 8px;
    left: 8px;
}
.g-nav-inr-sp {
top: 3px;
    right: 60px;
}
}
@media (max-width: 1185px) and (min-width: 767px) {
.wrp_cp {
width: 95%;
}
.box_cp {
width: 95%;
}
.about_box {
margin-right: 20px;
}
}
@media (min-width: 767px) {
.cmn-header .left-header .logo {
    width: 134px;
}
.bg_yellow {
padding: 60px 0 60px;
    background-image: url(../../img/RN/bg_campaign.png);
    background-size: cover;
}
.section_web {
    background-image: url(../../img/RN/bg_web.png);
    background-size: cover;
    padding: 80px 0 100px;
    background-position: bottom;
text-align: center;
}
}
@media (max-width: 766px) {
.bg_yellow {
padding: 10px 0 30px;
    background-image: url(../../img/RN/bg_campaign_sp.png);
    background-size: cover;
background-position: bottom;
}
dl.box {
margin: 10px auto;
border: 2px solid #f4a104;
}
dt.box_ttl {
font-size: 15px;
    width: 22%;
}
dd.box_content {
padding: 0px 20px 8px 10px;
}
p.item a {
font-size: 14px;
line-height: 1.2;
}
p.item {
    margin-top: 8px;
}

/*CP一覧スマホ*/
.wrp_cp {
    width: 100%;
margin: 70px auto 0;
padding: 20px 0px 30px;
}
.wrp_cp h2 {
width: 80%;
    text-align: center;
}
.box_cp {
display: block;
margin: 20px auto;
}
.about-box {
margin-right: 0;
    width: 80%;
    margin: 20px auto 30px;
}
.about-box:last-of-type {
    margin: 20px auto;
}
.about-box_des {
font-size: 14px;
}
.about-box_ttl {
  padding: 0 15px;/*横の大きさ*/
}
.about-box_ttl_2 {
  padding: 3px 15px;/*横の大きさ*/
}
/*撮影メニュー(SP)*/
.section_menu {
background-image: url(../../img/RN/garland_sp.png);
background-size: 380px;
background-position: center top, center bottom;
}
.box_menu ul {
flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    justify-content: space-around;
}
.box_menu ul li {
margin: 0;
width: 45%;
margin-bottom: 20px;
}
h2.ttl_section {
    font-size: 24px;
margin-bottom: 30px;
}
.box_menu li.blue {
    border: 3px solid #0079c3;
}
.box_menu li.yellow {
    border: 3px solid #f4a001;
}
.box_menu li.pink {
    border: 3px solid #e5015b;
}
.box_menu li.green {
    border: 3px solid #069538;
}
.box_menu .btn_yellow {
margin-top: 20px;
}
.section_menu {
padding: 0px 0px 50px;
}
h3.ttl_menu.momoka {
letter-spacing: -1px;
padding: 10px 0px;
font-size: 14px;
}
h3.ttl_menu#wanwan {
    font-size: 12px;
    padding: 6px 0px 3px;
    line-height: 1.1;
    letter-spacing: -1.1px;
}
/*魅力(SP)*/
.section_feature {
padding: 130px 0px 50px;
}
.box_point_sp {
    width: 90%;
    margin: 0 auto;
}
.box_point_sp li {
border-radius: 25px;
margin-bottom: 20px;
}
.box_point_sp .img_point img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 21px;
    border-top-left-radius: 21px;
}
.box_point_sp .tx_point {
padding: 20px 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 14px;
    background-color: #fff;
}
.box_point_sp .tx_point h3.ttl_point {
font-size: 18px;
}
.tx_point {
position: relative;
}
.circle_sp {
    width: 120px;
    height: 60px;
    background-color: #fff;
    border-radius: 60px 60px 0 0;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%);
}
.icon_point_sp {
    width: 70px;
    margin: 20px auto 0;
}
.box_point_sp li.yellow {
    border: 4px solid #f4a001;
}
.box_point_sp li.pink {
    border: 4px solid #e5015b;
}
.box_point_sp li.blue {
    border: 4px solid #0079c3;
}
/*web写真展*/
.section_web {
    background-image: url(../../img/RN/bg_gallery_sp.png);
    background-size: cover;
    padding: 50px 0 50px;
    background-position: bottom;
text-align: center;
}
.ttl_web {
font-size: 20px;
    border-radius: 50px;
    width: 90%;
padding: 5px 20px;
}
.wrp_web ul {
    display: block;
    width: 80%;
}
.wrp_web ul:first-of-type {
    margin: 50px auto 30px;
}
.wrp_web ul:last-of-type {
    margin: 30px auto 50px;
}
.wrp_web ul li {
margin: 0 auto 30px;
}
/*ニュース*/
.wrp_news {
padding: 20px 20px 50px;
    width: 90%;
    margin: 0 auto;
border-radius: 30px;
}
.box_news li {
border: none;
font-size: 14px;
}
.box_news li span {
    display: block;
}
h2.ttl_news {
font-size: 24px;
    margin-bottom: 10px;
}
.box_news li {
    padding: 20px 0px 0px 0px;
}
.box_news li:first-of-type {
border: none;
}
.section_mail {
padding: 100px 0 50px;
background-image: url(../../img/RN/bg_mail_sp.png);
background-size: cover;
}
.wrp_costume {
    background-image: url(../../img/RN/bg_costume_sp.png);
position: relative;
    background-size: cover;
    justify-content: center;
flex-flow: row-reverse;
display: block;
padding: 150px 0 60px;
}
.circle {
    width: 240px;
    height: 120px;
    border-radius: 120px 120px 0 0;
top: -60px;
}
.box_fee {
width: 90%;
    margin: 0 auto;
padding: 50px 20px 120px;
background: none;
}
.wrp_product ul {
    width: 90%;
    display: block;
}
.wrp_product ul li {
width: 90%;
    margin: 0 auto 30px;
}
.wrp_product ul li:last-of-type {
    margin: 0 auto 30px;
}
.box_img_costume {
width: 90%;
margin: 0 auto 30px;
}
.box_costume {
width: 90%;
    margin: 0 auto 40px;
    padding: 40px 10px 10px;
}
.box_costume ul {
margin: 10px auto 0;
}
.box_costume ul li {
font-size: 16px;
    padding: 18px 0 18px 70px;
}
.tx_costume {
font-size: 18px;
}
.wrp_mail {
    width: 100%;
display: block;
}
.box_mail {
width: 90%;
    margin: 0 auto 70px;
border-radius: 20px;
font-size: 14px;
}
.box_mail:first-of-type {
    margin: 0 auto 50px;
}
.wrp_reccomend {
width: 80%;
    display: block;
    margin: 30px auto 50px;
}
.wrp_reccomend li {
margin: 0 auto 20px;
}
.wrp_info {
display: block;
    width: 90%;
margin-bottom: 50px;
}
.box_info {
    width: 80%;
    margin: 0 auto 30px;
    border-right: none;
    padding-right: 0;
}
.box_info:first-of-type {
    border: none;
    padding-right: 0px;
    margin: 0 auto 50px;
}
.section_gray {
    padding: 20px 0px 30px;
}
.tx_info {
text-align: left;
}
.wrp_fee {
    padding: 0px 0px 150px;
    background-image: url(../../img/RN/bg_fee_tab.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
}
.inr_fee {
    width: 80%;
padding: 10px 0px;
    font-size: 18px;
    border: 3px solid #069538;
    border-radius: 10px;
margin: 0 auto 30px;
background-color: #fff;
}
.item_fee {
    margin-top: 70px;
}
.icon-plus {
    top: 59%;
    width: 50px;
}
/*フッター*/
.wrp_sns ul {
width: 90%;
justify-content: space-around;
}
.wrp_sns ul li {
    margin-bottom: 30px;
margin-right: 0;
}
.wrp_link ul {
    width: 90%;
}
.wrp_link ul li a {
font-size: 14px;
}
.wrp_link ul li {
margin-bottom: 9px;
}
}
@media (max-width: 500px) {
.wrp_fee {
padding: 0px 0px 100px;
background-image: url(../../img/RN/bg_fee_sp.jpg);
position: relative;
background-size: cover;
}
}
@media (max-width: 374px) {
/*お知らせスマホ*/
dt.box_ttl {
width: 25%;
}
.about-box_ttl {
    padding: 0 4px;
}
.about-box_ttl_2 {
    padding: 3px 4px;
}
}</pre></body></html>