@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

/*
	style.css
---------------------------------------------------------------------------------------------------------------------------------------------*/
/* common
--------------------------------------------------------------------------------------------------------*/
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a { text-decoration: none; color: inherit;}
textarea { resize: vertical;}
img { vertical-align: bottom; max-width: 100%; height: auto;}

iframe[name='google_conversion_frame'] {
	position: absolute;
	top: 0;
}
a.imgover img {
	transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
}
a.imgover:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}


/* font-size
--------------------------------------------------------------------------------------------------------*/
html { font-size: 62.5%;}
body {
	font-size: 16px;
	font-size: 1.6rem;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
}
@font-face {
	font-family: 'Shuei Go Gin';
	font-style: normal;
	font-weight: 300;
	src: url('./fonts/AP-OTF-ShueiGoGinStd-L.woff') format('woff'), url('./fonts/AP-OTF-ShueiGoGinStd-L.otf') format('otf');
	font-display: swap;
}
@font-face {
	font-family: 'Shuei Go Gin';
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/AP-OTF-ShueiGoGinStd-M.woff') format('woff'), url('./fonts/AP-OTF-ShueiGoGinStd-M.otf') format('otf');
	font-display: swap;
}
@font-face {
	font-family: 'Shuei Go Gin';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/AP-OTF-ShueiGoGinStd-B.woff') format('woff'), url('./fonts/AP-OTF-ShueiGoGinStd-B.otf') format('otf');
	font-display: swap;
}
body {
	font-family: 'Shuei Go Gin', sans-serif;
	font-weight: 500;
	color: #404040;
}

/* input
--------------------------------------------------------------------------------------------------------*/
input[type=text], input[type=password], input[type=checkbox], input[type=email],input[type=radio], input[type=submit], input[type=button],
select, textarea {
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', YuGothic, 'Helvetica Neue', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
	border: none;
	outline: 0;
}

/* article
--------------------------------------------------------------------------------------------------------*/
article section .inner h2 { text-align: center;}
ul.list-disc li::before { content: '・'; margin: 0 -2px;}

.inner {
	width: 1024px;
	margin: 0 auto;
}

/* art_item
--------------------------------------------------------------------------------------------------------*/
#main-visual,
#reason,
#campaign,
footer { position: relative;}

#main-visual::after,
#reason::after,
#lesson::after,
#campaign::after,
footer::after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 1024px auto;
}


/* reserve-field
--------------------------------------------------------------------------------------------------------*/
.reserve-field {
	text-align: center;
}
/* .reserve-field p:nth-of-type(1) {
	margin-bottom: 12px;
} */
.reserve-field p:nth-of-type(1) span {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
}
.reserve-field p:nth-of-type(1) span::before,
.reserve-field p:nth-of-type(1) span::after {
	content: '';
	position: absolute;
	top: 42%;
	width: 28px;
	height: 28px;
	border-top: 2px solid #404040;
}
.reserve-field p:nth-of-type(1) span::before {
	left: -1.7em;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.reserve-field p:nth-of-type(1) span::after {
	right: -1.3em;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.reserve-field .btn-reserve,
.reserve-field .btn-shop {
	position: relative;
	z-index: 3;
}
.reserve-field .btn-reserve {
	width: 560px;
	margin: 0 auto 10px;
}
.reserve-field .btn-reserve a {
	display: block;
	font-size: 26px;
	color: #fff;
	padding: 24px 0;
	background-color: #e3395d;
	border-radius: 60px;
}
.reserve-field p.btn-shop {
	width: 370px;
	margin: 0 auto;
}
.reserve-field p.btn-shop a {
	font-size: 22px;
	color: #e3395d;
	display: block;
	background-color: #fff;
	border-radius: 60px;
	padding: 16px 0;
	border: 2px solid #e3395d;
}

_:-ms-lang(x)::-ms-backdrop, .reserve-field .btn-reserve a {
	padding: 30px 0 16px;
}
_:-ms-lang(x)::-ms-backdrop, .reserve-field p.btn-shop a {
	padding: 24px 0 10px;
}
_:-ms-lang(x)::-ms-backdrop, .reserve-field p:nth-of-type(1) span::before,
_:-ms-lang(x)::-ms-backdrop, .reserve-field p:nth-of-type(1) span::after {
	top: 32%;
}

/* header
--------------------------------------------------------------------------------------------------------*/
header .inner {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    padding: 10px 0 8px 0;
}
header .inner .btn-shop{
	float: right;
}
header .inner h2 {
	margin-right: 12px;
}


/* main-visual
--------------------------------------------------------------------------------------------------------*/
.mv{
	position: relative;
}
#main-visual p.hd-btn{
	text-align: right;
}
#main-visual .wear-inner {
    width: 885px;
    margin: 50px auto;
}
#main-visual .wear-inner img{
	margin: 10px 0;
}
#main-visual .wear-inner img.ph{
	border-radius: 15px;
	margin: 10px 0;
}
#main-visual .border{
	border: 14px solid #DF8584;
	margin-top: 80px;
}

#main-visual .inner h1 {
	padding-left: 480px;
}

#main-visual .inner .price {
	margin: 110px auto 0;
}
#main-visual .inner .price p:nth-of-type(1) {
	text-align: center;
	margin-bottom: 35px;
	font-size: 34px;
	letter-spacing: 1px;
	font-weight: bold;
}
#main-visual .inner .price h3 {
	text-align: center;
	margin: -13px auto 0;
}

#main-visual .inner .price p:nth-of-type(2) {
	background: url(../img/price_line.png) no-repeat center top;
	background-size: 559px auto;
	margin: 10px auto 0;
	padding: 18px 0 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
#main-visual .inner .price p:nth-of-type(2) span {
	font-size: 20px;
	font-weight: 300;
}
#main-visual .inner .price p:nth-of-type(2) strong {
	font-size: 30px;
	font-weight: 700;
	padding: 0 2px;
}

#main-visual .inner .price span.ext {
    display: block;
    margin: 10px 160px 30px 0;
    font-size: 15px;
    text-align: right;
}
#main-visual .inner .reserve-field {
    margin-top: 50px;
}
#main-visual .inner .price02{
	margin-top: 25px;
	margin-bottom: 110px;
	text-align: center;
}
#main-visual .inner .price02 span.ext{
	font-size: 15px;
}



/* reason
--------------------------------------------------------------------------------------------------------*/
#reason {
	padding: 0 0 118px;
}
#reason .inner {
	padding: 60px 0 96px;
}
#reason .inner .field {
	background-repeat: no-repeat;
	background-position: center 43px;
}
#reason .inner .field:not(:last-child) {
	margin-bottom: 32px;
}
#reason .inner .field .ic {
	padding-left: 136px;
}
#reason .inner .field .col {
	display: flex;
	display: -webkit-flex;
	padding: 0 0 0 125px;
}
#reason .inner .field .col .item h3 {
	margin-top: 53px;
}
#reason .inner .field .col .item p:nth-of-type(1) {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.83;
	margin-top: 26px;
}
#reason .inner .field > ul {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	padding: 0 0 0 121px;
}
#reason .inner .field ul li {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.72;
	padding-left: 1.0em;
	text-indent: -1.0em;
}

#reason .inner .field#point1 {
	background-image: url(../img/reason_01_bg.png);
	background-size: 897px auto;
	min-height: 588px;
	position: relative;
}
#reason .inner .field#point1 .col .item ul {
	margin-top: 24px;
}
#reason .inner .field#point1 .col .box {
	margin: -57px 0 0 -34px;
	background: url(../img/reason_01_bg_item.png) no-repeat right bottom;
	background-size: 406px auto;
	width: 434px;
	min-height: 500px;
}
#reason .inner .field#point1 .col .box p:nth-of-type(2) {
	padding-left: 95px;
}

#reason .inner .field#point2 {
	background-image: url(../img/reason_02_bg.png);
	background-size: 896px auto;
	min-height: 565px;
}
#reason .inner .field#point2 .ic {
	padding-left: 131px;
}
#reason .inner .field#point2 .col {
	padding-left: 121px;
}
#reason .inner .field#point2 .col .item {
	margin-right: 26px;
}
#reason .inner .field#point2 .col .box {
	margin-top: -20px;
}
#reason .inner .field#point2 ul {
	margin-top: 16px;
}
#reason .inner .field#point2 ul li {
	line-height: 2.0;
}
#reason .inner .field#point2 ul li a {
	border-bottom: 1px solid #404040;
}
#reason .inner .field#point2 ul li a:hover {
	border-bottom: none;
}
#reason .inner .field#point3 {
	background-image: url(../img/reason_03_bg.png);
	background-size: 896px auto;
	min-height: 493px;
}
#reason .inner .field#point3 .col .item {
	margin-right: 10px;
}
#reason .inner .field#point3 .col .item h3 {
	margin-top: 42px;
}
#reason .inner .field#point3 .col .item p:nth-of-type(1) {
	margin-top: 30px;
}
#reason .inner .field#point3 .col .box {
	align-self: flex-end;
	-webkit-align-self: flex-end;
	padding: 0 0 5px;
}

_:-ms-lang(x)::-ms-backdrop, #reason .inner .field#point2 ul li a {
	border: none;
	position: relative;
}
_:-ms-lang(x)::-ms-backdrop, #reason .inner .field#point2 ul li a::after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #404040;
}


/* lesson
--------------------------------------------------------------------------------------------------------*/
#lesson {
	position: relative;
	/* margin-top: 80px; */
}
#lesson .inner {
	padding: 98px 0 125px;
	background-color: #f4f4f4;
}
#lesson .inner h2 {
	margin-bottom: 53px;
}
#lesson .inner h2 + p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.83;
	text-align: center;
}
#lesson .inner .field {
	margin: 120px auto 0;
	padding: 0 68px 0 72px;
}
#lesson .inner .field .item {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#lesson .inner .field .item dl dt {
	margin-bottom: 42px;
}
#lesson .inner .field .item dl dd p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.83;
	letter-spacing: -0.02em;
}
#lesson .inner .field .check .box {
	display: flex;
	display: -webkit-flex;
}
#lesson .inner .field .check .box dl dt {
	font-size: 30px;
	font-weight: 500;
	border-bottom: 1px solid #404040;
	padding-bottom: 14px;
	margin-bottom: 18px;
}
#lesson .inner .reserve-field {
	margin-top: 105px;
}

#lesson .inner .field:nth-of-type(1) {
	margin-top: 100px;
}
#lesson .inner .field:nth-of-type(2n) .item dl {
	order: 1;
	-webkit-order: 1;
}
#lesson .inner .field:nth-of-type(2n) .item dl dd {
	text-align: right;
}
#lesson .inner .field:nth-of-type(2) .item dl {
	padding-top: 44px;
}
#lesson .inner .field:nth-of-type(2) .item dl dt {
	margin-bottom: 18px;
}
#lesson .inner .field:nth-of-type(3) .item dl {
	padding-top: 84px;
}
#lesson .inner .field:nth-of-type(3) .check {
	margin: 62px auto 0;
	padding: 0 90px 0 162px;
	background: url(../img/lesson_03_item_bg.png) no-repeat center 34px;
}
#lesson .inner .field:nth-of-type(3) .check h4 {
	padding: 20px 0 0 12px;
}
#lesson .inner .field:nth-of-type(3) .check .box dl {
	width: 45.6%;
	padding: 20px 27px 0 0;
}
#lesson .inner .field:nth-of-type(3) .check .box .photo {
	margin-top: -60px;
}
#lesson .inner .field:nth-of-type(4) .item dl {
	padding-top: 8px;
}
#lesson .inner .field:nth-of-type(4) .item dl dt {
	margin-bottom: 21px;
}
#lesson .inner .field:nth-of-type(4) .item dl dd {
	text-align: left;
}
#lesson .inner .field:nth-of-type(4) .item dl dd ul li {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.83;
	letter-spacing: -0.02em;
	padding-left: 1.2em;
	background: url(../img/ic_star.png) no-repeat 3px 12px;
}
#lesson .inner .field:nth-of-type(5) {
	margin-top: 180px;
}
#lesson .inner .field:nth-of-type(5) .item dl {
	padding-top: 8px;
}
#lesson .inner .field:nth-of-type(5) .item dl dt {
	margin-bottom: 26px;
}
#lesson .inner .field:nth-of-type(5) .check {
	margin: 80px auto 0;
	padding: 0 0 0 159px;
	background: url(../img/lesson_05_item_bg.png) no-repeat center 11px;
	min-height: 300px;
}
#lesson .inner .field:nth-of-type(5) .check h4 {
	padding-left: 12px;
}
#lesson .inner .field:nth-of-type(5) .check .box {
	padding: 20px 0 0 4px;
}
#lesson .inner .field:nth-of-type(5) .check .box dl {
	width: 48.8%;
	padding-right: 38px;
}
#lesson .inner .field:nth-of-type(6) {
	margin-top: 55px;
}
#lesson .inner .field:nth-of-type(6) h3 {
	text-align: right;
	margin-bottom: 19px;
}
#lesson .inner .field:nth-of-type(6) dl dt {
	margin-bottom: 27px;
}
#lesson .inner .field:nth-of-type(6) dl dd p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.83;
	letter-spacing: -0.02em;
}

_:-ms-lang(x)::-ms-backdrop, #lesson .inner .field .check .box dl dt {
	padding-bottom: 7px;
	margin-bottom: 22px;
}
_:-ms-lang(x)::-ms-backdrop, #lesson .inner .field:nth-of-type(3) .check .box dl {
	padding-top: 27px;
}
_:-ms-lang(x)::-ms-backdrop, #lesson .inner :nth-of-type(5).field .check .box dl {
	padding-top: 5px;
}

/* recommend
--------------------------------------------------------------------------------------------------------*/
#recommend .inner {
	padding: 110px 0 0;
}
#recommend .inner h2 {
	margin-bottom: 55px;
}
#recommend .inner .field:not(:last-child) {
	margin: 0 auto 75px;
}
#recommend .inner .field .item {
	display: flex;
	display: -webkit-flex;
	padding: 0 68px 0 50px;
}
#recommend .inner .field .item dl {
	margin-right: 15px;
	width: 440px;
}
#recommend .inner .field .item dl dd {
	padding: 24px 0 0 17px;
}
#recommend .inner .field .item dl dd p {
	font-size: 23px;
	font-weight: 300;
	line-height: 1.75;
	letter-spacing: -0.03em;
}
#recommend .inner .field .item .photo {
	padding-top: 50px;
}

#recommend .inner .field .voice {
	display: flex;
	display: -webkit-flex;
	margin: 30px auto 0;
	padding: 0 68px 0 67px;
}

#recommend .inner .field .voice .box {
	padding: 38px 0 0;
	width: 727px;
}
#recommend .inner .field .voice .box > p {
	text-align: right;
	font-size: 22px;
	font-weight: 300;
}
#recommend .inner .field .voice .box > p span {
	border-bottom: 2px dashed #404040;
	padding: 0 0.6em 3px 0;
}
#recommend .inner .field .voice .box dl {
	padding: 29px 0 0 4px;
}
#recommend .inner .field .voice .box dl dt {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
}
#recommend .inner .field .voice .box dl dd p {
	font-size: 23px;
	font-weight: 300;
	line-height: 1.75;
	letter-spacing: -0.02em;
}
#recommend .inner .field .voice .photo {
	margin-top: 34px;
}


_:-ms-lang(x)::-ms-backdrop, #recommend .inner .field .voice .box dl {
	padding-top: 41px;
}
_:-ms-lang(x)::-ms-backdrop, #recommend .inner .field .voice .box > p span {
	border: none;
	position: relative;
}
_:-ms-lang(x)::-ms-backdrop, #recommend .inner .field .voice .box > p span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 8px;
	left: 0;
	background-image: linear-gradient(90deg, #404040, #404040 50%, transparent 50%, transparent 100%);
	background-image: -webkit-linear-gradient(90deg, #404040, #404040 50%, transparent 50%, transparent 100%);
	background-size: 10px 1px;
}

/* campaign
--------------------------------------------------------------------------------------------------------*/
#campaign {
	padding: 0 0 105px;
}
#campaign .inner {
	padding: 80px 0 90px;
}
#campaign .inner h2 {
	margin-bottom: 55px;
}
#campaign .inner .field {
	margin: 0 auto;
	text-align: center;
	padding: 34px 0;
	position: relative;
}
#campaign .inner .field p {
    position: absolute;
    top: 73px;
    right: 249px;
}
#campaign .inner .field p.price01 {
    top: 166px;
    left: 380px;
    right: auto;
}
#campaign .inner .field p.price02 {
    top: auto;
    bottom: 14px;
    left: 380px;
    right: auto;
}
#campaign .inner .bnr {
	margin-top: -4px;
}

#campaign .inner .bnr .title {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.55;
	text-align: center;
	padding: 60px 0 0;
}
#campaign .inner .bnr ul {
	margin: 40px auto 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
#campaign .inner .bnr ul li {
	margin: 0 7px;
}
#campaign .inner .studio {
	text-align: center;
	padding: 75px 0 0;
}
#campaign .inner .studio p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.45;
}
#campaign .inner .studio .btn-shop {
	font-size: 30px;
	margin-top: 45px;
}
#campaign .inner .studio .btn-shop a {
	border-bottom: 1px solid #404040;
}
#campaign .inner .realize {
	padding: 55px 0 0;
	text-align: center;
}
#campaign .inner .realize .ext{
	text-align: right;
	margin-top: 10px;
}

_:-ms-lang(x)::-ms-backdrop, #campaign .inner .field dl {
	padding-top: 11px;
}
_:-ms-lang(x)::-ms-backdrop, #campaign .inner .studio .btn-shop a {
	border: none;
	position: relative;
}
_:-ms-lang(x)::-ms-backdrop, #campaign .inner .studio .btn-shop a::after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #404040;
}


/* question
--------------------------------------------------------------------------------------------------------*/
#question {
	position: relative;
}
#question::before,
#question::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 19px;
}
#question::before {
	background: url(../img/top_question.png) no-repeat center top;
	top: 0;
}
#question::after {
	background: url(../img/bottom_question.png) no-repeat center top;
	bottom: 0;
}
#question .inner {
	padding: 80px 0 75px;
}
#question .inner h2 {
	margin-bottom: 52px;
}
#question .inner dl {
	background-repeat: no-repeat;
	background-position: center top;
	padding: 73px 112px 0 108px;
}

#question .inner dl:not(:last-child) {
	margin-bottom: 58px;
}
#question .inner dl:nth-of-type(1) { background-image: url(../img/question_bg_01.png); min-height: 582px;}
#question .inner dl:nth-of-type(2) { background-image: url(../img/question_bg_02.png); min-height: 347px;}
#question .inner dl:nth-of-type(3) { background-image: url(../img/question_bg_03.png); min-height: 394px;}
#question .inner dl:nth-of-type(4) { background-image: url(../img/question_bg_04.png?2306); min-height: 811px;}

#question .inner dl dt {
	background: url(../img/question_ic.png) no-repeat left top;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.55;
	padding-left: 108px;
	margin-bottom: 22px;
}
#question .inner dl dd p,
#question .inner dl dd ul li {
	font-size: 24px;
	font-weight: 300;
	line-height: 2.0;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: -0.01em;
}
#question .inner dl dd p span {
	display: block;
	font-size: 22px;
}
#question .inner dl:nth-of-type(1) dd ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#question .inner dl:nth-of-type(1) dd ul li {
	flex: 0 0 40%;
	-webkit-flex: 0 0 40%;
}
#question .inner dl:nth-of-type(4) dd ul {
	padding: 1.0em 0;
}
#question .inner dl:nth-of-type(4) dd p span {
	font-size: 24px;
}


/* studio
--------------------------------------------------------------------------------------------------------*/
#studio .inner {
	padding: 68px 0 0;
}
#studio .stu-ttl {
	padding-top: 68px;
  margin:0 auto;
	text-align: center;
}
#studio .inner h2 {
	margin-bottom: 53px;
}
#studio .inner .field {
	background-color: #f4f4f4;
	padding-top: 15px;
	padding: 15px 70px 0;
}
#studio .inner .field .shop-tabs dl:not(:last-child) {
	margin-bottom: 18px;
}
#studio .inner .field .shop-tabs dl {
	background-color: #fff;
	font-weight: 300;
	display: flex;
	display: -webkit-flex;
	padding: 0 0 0 60px;
}
#studio .inner .field .shop-tabs dl dt {
	font-size: 28px;
	width: 120px;
	padding: 20px 0;
}
#studio .inner .field .shop-tabs dl dd {
	font-size: 22px;
	padding: 15px 50px 15px 0;
	width: 704px;
}
#studio .inner .field .shop-tabs dl dd ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#studio .inner .field .shop-tabs dl dd ul li {
	margin-right: 10px;
	margin-bottom: 14px;
}
#studio .inner .field .shop-tabs dl dd ul li a {
	display: block;
	background-color: #404040;
	color: #fff;
	padding: 8px 21px;
	border-radius: 24px;
}
#studio .inner .field .shop-list {
	padding: 26px 0 36px;
}
#studio .inner .field .shop-list dl:not(:last-child) {
	margin-bottom: 21px;
}
#studio .inner .field .shop-list dl dt {
	font-size: 28px;
	font-weight: 300;
	background-color: #404040;
	color: #fff;
	position: relative;
	padding: 18px 0 18px 32px;
	cursor: pointer;
}
#studio .inner .field .shop-list dl dt::after {
	content: '';
	position: absolute;
	right: 26px;
	top: 22%;
	width: 21px;
	height: 21px;
	border-width: 2px;
	border-style: solid;
	border-color: transparent transparent #fff #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#studio .inner .field .shop-list dl dt.active::after {
	top: 44%;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
#studio .inner .field .shop-list dl dd {
	display: none;
}
#studio .inner .field .shop-list dl dd .item {
	background-color: #fff;
	padding: 35px;
}
#studio .inner .field .shop-list dl dd .mt {
	margin-top: 24px;
}
#studio .inner .field .shop-list dl dd .msg{
    padding: 15px;
    margin: 0 0 20px;
	color: #df3253;
	text-align: center;
    border: solid 2px #df3253;
}
#studio .inner .field .shop-list dl dd .msg a{
	text-decoration:underline;
	font-weight: bold;
}
#studio .inner .field .shop-list dl dd .item h3 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 24px;
}
#studio .inner .field .shop-list dl dd .item p {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.63;
}
#studio .inner .field .shop-list dl dd .item p.links {
	padding: 1.2em 0;
}
#studio .inner .field .shop-list dl dd .item p.links a {
	color: #0074d9;
	text-decoration: underline;
}
#studio .inner .field .shop-list dl dd .item .box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#studio .inner .field .shop-list dl dd .item .box .about {
	width: 408px;
	padding-right: 12px;
}
#studio .inner .field .shop-list dl dd .item .box .maps,
#studio .inner .field .shop-list dl dd .item .box .maps iframe {
	width: 406px;
	height: 273px;
}
#studio .inner .field .shop-list dl dd h4.campaign {
	text-align: center;
	padding: 60px 0;
}
#studio .inner .field .shop-list dl dd .item p.about {
	font-size: 28px;
	line-height: 1.85;
}
#studio .inner .field .shop-list dl dd .item h5.tit {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.4;
	color: #e6505b;
	margin-bottom: 13px;
}
#studio .inner .field .shop-list dl dd .item ul {
	margin: 38px auto 0;
}
#studio .inner .field .shop-list dl dd .item ul li {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.73;
}
#studio .inner .field .shop-list dl dd .shop-reserve {
	padding: 50px 0 40px;
}
#studio .inner .field .shop-list dl dd .shop-reserve .btn-reserve {
	margin-bottom: 0;
}
#studio .inner .field .shop-list dl dd .contact-callcenter {
	padding: 0 0 40px;
}

_:-ms-lang(x)::-ms-backdrop, #studio .inner .field .shop-tabs dl dt {
	padding: 26px 0 14px;
}
_:-ms-lang(x)::-ms-backdrop, #studio .inner .field .shop-tabs dl dd ul li a {
	padding: 14px 21px 2px;
}
_:-ms-lang(x)::-ms-backdrop, #studio .inner .field .shop-list dl dt {
	padding: 26px 0 10px 32px;
}


/* footer
--------------------------------------------------------------------------------------------------------*/
footer .inner {
	background-color: #f4f4f4;
	text-align: center;
	padding: 40px 0 66px;
}
footer .inner ul li {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.75;
	position: relative;
	z-index: 3;
}

/* page_top
--------------------------------------------------------------------------------------------------------*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #e3395d;
  opacity: 0.8;
  border-radius: 50%;
  z-index:99;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*
	style.css End
---------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------
	Add.20181203
------------------------------------------------------------*/
a.googleMap{text-decoration: underline; color: #0074d9;}
a.googleMap:after{content: url("/map/img/target.png");margin:0 5px;}
#studio .inner .field .shop-list dl dd .item h6{font-size: 28px; font-weight: 800; padding-top: 10px;}
#studio .inner .field .shop-list dl dd .item p.titSub {font-weight: 800; text-decoration: underline;}
.cam_img{margin-bottom: 14px;text-align: center;}
#studio .inner .field .shop-list dl dd .item h5.tit span {font-size: 14px; color: #000;padding-left: 10px;}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}



/*------------------------------------------------------------
	Add.20190516
------------------------------------------------------------*/
.slider-cnt {
    background-color: rgb(223, 133, 132);
    margin-top: 30px;
}
.slider-cnt .txt{
	text-align: center;
	margin-bottom: 10px;
}
.slider-cnt > p {
    text-align: center;
    padding: 20px 0 10px;
}
.slider {
    margin: 0 auto;
    width: 92%;
    padding: 0 0 20px 0;
}
.slider li{
	margin: 10px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #F4F4F4;
}
.slider li h4{
	padding: 10px;
}
.slider li h4 span{
	background-color: #3c3c3c;
	color: #ffffff;
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 12px;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
}
.slider li p {
	padding: 0 10px 10px;
	font-size: 12px;
}
.slider img{
    height: auto;
    width: 100%;
}

.slider .slick-list {
  padding: 0 15% 0 0;
}
.slider li {
  margin: 0 10px;
}

/* 20230602追加 */
.btn_info{
  margin: 50px 0 50px;
	display:flex;
	justify-content:center;
}
.btn_info a{
  color: #FFF;
  font-size: 20px;
  background: #aaaaaa;
  font-weight: 700;
  height: 60px;
  width: 375px;
  border-radius: 50px;
	display:flex;
	justify-content:center;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
	
  align-items:center;
}
.btn_info a::after{
  content: "＞";
  display: inline-block;
  margin-left: 5px;
  vertical-align: 2px;  
}

/* 20251021追加 */
strong {
     font-weight: bold;
}