@charset "utf-8";

section#seijin {
    background: #fff;
    padding: 100px 0 0 0;
}

section#seijin .image {
	display: block;
	margin: auto;
	max-width: 980px;
}

section#seijin .seijin_slide {
	max-width: 980px;
	margin: auto;	
}

section#seijin .seijin_slide li {
	float: left;
}

br {
	display: block;
}

.inner {
	max-width:980px;
	margin: 30px auto;
	position:relative;
	overflow:hidden;
	border: 1px dashed #222;
	background: #fefff3;
	padding: 20px;
	box-sizing: border-box;
}

section .image {
	width:100%;
}

.ttl {
    display: block;
    font-size: 1.5em;
    /* color: #f00548; */
    font-weight: bold;
    text-align: center;
    margin: 20px auto 50px;
    letter-spacing: 3px;
    max-width: 780px;
    padding: 30px 0;
    position: relative;
}

.ttl:before {
    content: "";
    background: url(../imgs/feature/seijin/line.png) repeat-x;
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    left: 0;
}

.ttl:after {
    content: "";
    background: url(../imgs/feature/seijin/line.png) repeat-x;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    left: 0;
}

/*----------------------*/
/*　共通
/*----------------------*/
/*テキスト左*/
section .left {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 50px 30px;
    box-sizing: border-box;
}

/*写真右*/
section .right {
	width: 50%;
	float: right;
}

section .left dl {
	margin: 0 0 60px 0;
}

section .left dt {
    font-size: 1.25em;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    border-bottom: 2px solid #635040;
    color: #635040;
}

section .left dd {
	line-height: 2em;
	font-size: 0.9em;
	letter-spacing: 2px;
}

/*----------------------*/
/*　当日まで
/*----------------------*/
.ago {
margin: auto;
    display: block;
    text-align: center;
    width: 300px;
}


/*----------------------*/
/*　モデル
/*----------------------*/
section.model {
	background:#fff;
	padding: 0 0 20px 0;
	overflow: hidden;
}

section.model ul.mlist {
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
}

section.model ul.mlist li {
	width: 33.33%;
	float: left;
	margin: 0;
	background: #be2d2d;
	cursor:pointer;
	border: 1px solid #fff;
	border-bottom: none;
	box-sizing: border-box;
	border-top: none;
	border-right: none;
	text-align: center;
}

section.model ul.mlist li:first-child {
	border-left:none;
}

section.model ul.mlist li:last-child {
	margin: 0;
}

section.model ul.mlist li a {
    display: block;
    padding: 25px;
    color: #fff;
    font-family: 'Gilda Display', serif;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 2px;
}

section.model ul.mlist li a:hover {
	text-decoration:none;
}

section.model ul.mlist li.active {

	background:#fff;
}

section.model ul.mlist li.active a {
	color:#be2d2d;
}


/*モデル詳細*/
section.model #modelBox {
    border-radius: 5px;
    max-width: 1200px;
    margin: 0 auto 0;
    box-sizing: border-box;
    overflow: hidden;
}

section.model #modelBox ul {margin: 0 0 80px 0;}

section.model #modelBox li {
	overflow: hidden;
	max-width: 1280px;
	margin: auto;
	padding:50px 0 0 0;
	position: relative;
}

section.model #modelBox li .leftBox {
	width: 48%;
	float: left;
}


section.model #modelBox li .rightBox {
	width: 50%;
	float: right;
	margin: 0;
}

section.model #modelBox li .rightBox li {
	float:left;
	padding: 0;
}

section.model #modelBox li .rightBox li img {
	vertical-align: bottom;
}

section.model #modelBox dl {
	text-align: center;
	font-family: 'Gilda Display', serif;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #afa660;
	padding: 2px 0 20px 0;
	border-top: 1px solid #afa660;
}


section.model #modelBox dt {
	font-size: 2em;
	letter-spacing: 5px;
	padding: 20px 0 5px 0;
	border-top: 1px solid #afa660;
}

section.model #modelBox dd {
	letter-spacing: 2px;
	font-size: 1.1em;
}

section.model #modelBox p {
	font-size: 0.95em;
	line-height: 2.2em;
	letter-spacing: 2px;
}


/*サムネイル*/
section.model #modelBox .kakudo {
	overflow:hidden;
	margin: 0;
	position: absolute;
	width: 48%;
	bottom: 0;
}

section.model #modelBox .kakudo a {
    display: inline-block;
    width: 24.3%;
    vertical-align: top;

}

/*ギャラリー*/
section.model .galleryBox {
	clear: both;
	border: 1px solid #000;
	margin: 20px 0 0 0;
	padding: 5px;
	overflow: hidden;
}

section.model .galleryBox .gb {
	width: 24.8%;
	height: 460px;
	float: left;
	margin: 0 3px 0 0;
}

section.model .galleryBox .gb:last-child {
	margin:0;
}


section.model .galleryBox .gb li {
	background:#eee;
}

/*左*/
section.model .galleryBox .gb#first li {
	max-width: inherit;
	height: 100%;
	padding:0;
}

/*中央*/
section.model .galleryBox .gb#second li {
	max-width: inherit;
	height: 49.8%;
	margin: 0 0 3px 0;
	padding:0;
}

/*右*/
section.model .galleryBox .gb#fourth li {
	width: 49.2%;
	max-width: inherit;
	height: 30%;
	margin: 0 5px 3px 0;
	display: inline-block;
	padding:0;
}





section.model .galleryBox .gb#fourth li:nth-child(2)  {
	margin:0 0 3px 0;
}

section.model .galleryBox .gb#fourth li:nth-child(3) {
	width: 100%;
	margin: 0;
	height: 69.6%;
}

/*----------------------*/
/*　成人式～ボタン
/*----------------------*/
section.concept {
	background:#fff;
	padding: 30px 20px 50px;
	overflow: hidden;
	position: relative;
	max-width: 80%;
	font-family: 'Gilda Display', serif;
	margin: auto;
}

section.concept .midashi {

	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 5px;
	position: relative;
}

section.concept .midashi:before {
	content:"";
	position: absolute;
	width: 20%;
	height: 1px;
	padding: 1px;
	border: 1px solid #000;
	left: 5%;
	border-left: none;
	border-right: none;
	top: 0;
	bottom: 0;
	margin: auto;
}

section.concept .midashi:after {
	content:"";
	position: absolute;
	width: 20%;
	height: 1px;
	padding: 1px;
	border: 1px solid #000;
	right: 5%;
	border-left: none;
	border-right: none;
	top: 0;
	bottom: 0;
	margin: auto;
}

section.concept .inner {
	border: none;
	background: none;
	margin: auto;
	padding: 20px 0;
}

section.concept .concept_text {
    padding: 30px 0 50px 0;
    text-align: center;
    line-height: 2.2em;
    letter-spacing: 2px;
    font-size: 1rem;	
}

section img.model {
	display: block;
	margin: 0 auto 10px;
}

section.concept ul {
	padding: 20px 0 0 0;
	overflow: hidden;
	/* position: relative; */
}

section.concept li {
	width: 30%;
	margin: 0 40px 0 0;
	float: left;
	display: inline-block;
    vertical-align: top;
    position: relative;
}

section.concept li:last-child {
	margin: 0;
}

section.concept li a {
	display: block;
	position:relative;
}

section.concept li p {
	width: 90px;
	height: 45px;
	background: rgba(255,255,255,1);
	border-radius: 100px 100px 0 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

section.concept li span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    font-weight: bold;
    color: #bd1010;
    letter-spacing: 1px;
}

section.concept li img {
	width: 100%;
}

section.concept li dl {
	text-align: center;
	padding: 20px 0 0 0;
}

section.concept li dt {
	font-size: 1.3em;
	letter-spacing: 2px;
}

section.concept li dd {
	font-size: 0.9em;
	letter-spacing: 1px;
}


/*当日までの流れ　ボタン*/
section .backnav {
	text-align: center;
	padding: 50px 0 0 0;
	border-top: 1px solid #ccc;
}

section .backnav a {
	background: url(../img/feature/seijin/arrow.png) no-repeat right 3% center;
	border: 1px solid #afa660;
	color: #000;
	padding: 2px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	font-size: 1.1em;
	letter-spacing: 2px;
	box-sizing: border-box;
	font-weight: 500;
	
	    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section .backnav a:hover {
	text-decoration:none;
	background:url(../img/feature/seijin/arrow-on.png) no-repeat right 3% center #a08b59;
	color:#fff;
	    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section .backnav span {
	border: 1px dashed #906e53;
	box-sizing: border-box;
	padding: 16px 100px;
	overflow: hidden;
	display: block;
}

/*----------------------*/
/*　予約
/*----------------------*/
section.yoyaku {
	background: #f9eddb;
	padding: 50px 20px;
	overflow: hidden;
	position: relative;

}

/*----------------------*/
/*　持ち物
/*----------------------*/
section.mochi {
	padding:50px 20px 50px 20px;
	background: #fff;
	overflow: hidden;
	position: relative;

}

.dot {
	margin:auto;
	display:block;
	text-align:center;
}

section.make .mochilist {
	clear: both;
	position: relative;
	max-width: 980px;
	margin: -3px auto 0;
	background: #fff;
	border: 3px solid #222;
	box-sizing: border-box;
	padding: 30px 40px 20px;
}

section.make .mochilist p {
    text-align: center;
    padding: 8px 0 35px 0;
}

section.make .mochilist p img {
	display:inline-block;
	vertical-align:middle;
}

section.make .mochilist span {
    font-size: 1.5em;
    font-family: 'Gilda Display', serif;
    letter-spacing: 2px;
    font-weight: bold;
	margin:0 20px;
	display:inline-block;
	vertical-align:middle;
}


section.make .mochilist ul {
}

section.make .mochilist li {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	padding: 0 0 20px 0;
	letter-spacing:2px;
}

/*----------------------*/
/*　カウンセリング
/*----------------------*/
section.counseling {
	background: #f9eddb;
	padding: 50px 20px;
	overflow: hidden;
	position: relative;
	margin:0;
}

/*----------------------*/
/*　ヘアメイク
/*----------------------*/
section.make {
	background:#fff;
	padding:50px 20px 50px 20px;
	overflow: hidden;
	position: relative;
}

section.make .right {
	margin:0 0 100px 0;
}

/*----------------------*/
/*　注意点
/*----------------------*/
section.careful {
	background: #906e53;
}

section.careful .care_inner {
	max-width:980px;
	margin:auto;
	overflow: hidden;
	padding: 50px 30px 30px;
}

section.careful .careful_ttl {
    color: #fff;
    border: 1px solid #fff;
    max-width: 600px;
    margin: 0 auto 30px;
    text-align: center;
    padding: 15px;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 2px;
}

section.careful ul {
    margin: 30px auto 0;
    max-width: 630px;
    padding: 0 0 0 50px;
}

section.careful li {
	list-style-type:decimal;
	color: #fff;
	font-size: 1em;
	padding: 0 0 16px 0;
	letter-spacing: 2px;
}


/*----------------------*/
/*　予約
/*----------------------*/
section.tempo {
	background: #fff;
	padding: 80px 0 50px;
	position: relative;
}

section.tempo .tempoBox {
	max-width: 980px;
	margin: 0 auto 20px;
	overflow: hidden;
	padding: 50px 20px 30px;
	border: 2px solid #333;
	border-radius: 10px;
	position: relative;
}

section.tempo p {
	padding: 0;
	font-size: 1.5em;
	letter-spacing: 2px;
	font-family: 'Gilda Display', serif;
	max-width: 460px;
	text-align: center;
	font-weight: 500;
	z-index: 100;
	background: #fff;
	margin: -10px auto;
	position: absolute;
	left: 0;
	line-height: 1.5em;
	right: 0;
}

section.tempo p:before {
	content: "";
	background: #000;
	width: 1px;
	height: 80%;
	position: absolute;
	transform: rotate(-30deg);
	left: 10%;
}

section.tempo p:after {
	content: "";
	background: #000;
	width: 1px;
	height: 80%;
	position: absolute;
	transform: rotate(30deg);
	right: 10%;
}

section.tempo .tempoBox ul {
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 0 0 0;
    margin: 0 0 20px 0;
}



section.tempo .tempoBox li {
	width: 25%;
	float: left;
	margin: 0;
	padding: 15px 20px 20px;
	box-sizing: border-box;
}

section.tempo .tempoBox li:nth-child(4n) {
	margin: 0;
	border: none;
}

section.tempo .tempoBox li a {
	color:#000;
}

section.tempo .tempoBox li a:hover {
	text-decoration:none;
}

section.tempo .tempoBox li dl {
	padding:0 0 10px 0;
}

section.tempo .tempoBox li dt {
	text-align: center;
	padding: 0 0 10px 0;
	font-size: 0.9em;
	font-weight:bold;
	letter-spacing: 1px;
}

section.tempo .tempoBox li dd {
}

section.tempo .tempoBox li span {
	display: block;
	font-size: 0.75em;
	line-height: 1.6em;
	margin: 0 0 5px 0;
}

section.tempo .tempoBox a.tel {
	display: block;
	font-size: 1.5em;
	letter-spacing: 1px;
	color: #000;
}

section.tempo .tempoBox a.reserve {
    background: #afa660;
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 10px auto 0;
    border-radius: 3px;
    width: 100%;
    font-size: 0.9em;
}


/*振袖レンタル*/
section.tempo .tempoBox .rental {
	border: 3px solid #afa660;
	/* border-radius: 10px; */
	background: #fff7f2;
	padding: 25px 0 0 0;
	margin: 0;
	border-right: none;
	border-left: none;
}

section.tempo .tempoBox .rental ul {
	padding:10px 0 0 0;
	margin:0;
}

section.tempo .tempoBox .rental li {
	margin:0;
}

section.tempo .tempoBox .free {
	background: #afa660;
	color: #fff;
	padding: 8px;
	text-align: center;
	border-radius: 100px;
	/* border-top: 2px solid #916f56; */
	margin: 0 auto;
	width: 95%;
}

section.tempo .tempoBox .free span {
	font-size: 1em;
}

section.tempo .tempoBox .free b {
	font-size: 1.1em;
	padding: 0 5px;
}

/*担当スタッフ*/
section.model #modelBox dl.staff {
    font-family: inherit;
    text-align: left;
    margin: 50px 0 0 0;
    border: 4px solid #eee;
    padding: 10px 30px 10px 20px;
    width: auto;
    display: inline-block;
}

section.model #modelBox dl.staff dt {
	border: none;
	width: 60px;
	height: 60px;

	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

section.model #modelBox dl.staff dt img {
		border-radius: 100px;
}

section.model #modelBox dl.staff dd {
	display: inline-block;
	vertical-align: middle;
	font-size: inherit;
	margin: 0 0 0 15px;
}

section.model #modelBox dl.staff dd span {
	font-size: 0.8em;
}
section.model #modelBox dl.staff dd p {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 3px 0 0 0;
}

section.model #modelBox dl.staff a {
	color: #000;
}

/**---------------------------------------------

ページに戻る

---------------------------------------------**/

#btnBox{
    padding-top: 30px;
    margin: 50px 0 0 0;
    text-align: center;
    padding: 0 0 50px 0;
    border-bottom: 1px solid #eee;
}

#btnBox>a{
	border: 1px solid #ccc;
	background: #fff;
	text-decoration:none;
	display: inline-block;
	padding: 15px 0;
	width:275px;
	font-size:0.9em;
	text-align: center;
	margin:0 auto 10px;
	color: #666;
}

#btnBox>a:hover{
border:1px solid #999;
}


.brand_top {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

.brand_top img {
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: bottom;
	box-sizing:border-box;
}



@media screen and (max-width: 1499px){

.inner {
	max-width: 80%;
}

.ttl {
    font-size: 1.3em;
    max-width: 80%;
}



section.model ul.mlist li a {
    padding: 20px;
    font-size: 1.1em;
}

section.model ul.mlist li.active {

	background:#fff;
}

section.model ul.mlist li.active a {
	color:#f293ac;
}

/*----------------------*/
/*　成人式～ボタン
/*----------------------*/
	
section.concept li {
    width: 37%;
    margin: 0 20px 0 0;

}	
section.concept li img {
	width: 100%;
}

section.concept li dl {
	text-align: center;
	padding: 20px 0 0 0;
}

section.concept li dt {
	font-size: 1.3em;
	letter-spacing: 2px;
}

section.concept li dd {
	font-size: 0.9em;
	letter-spacing: 1px;
}



/*モデル詳細*/

section.model #modelBox {
    margin: 30px auto 0;
	max-width: 99%;
}

section.model #modelBox li {
	max-width: 99%;
	padding: 30px 0 0 0;
}

section.model #modelBox li .leftBox {
	width: 47%;
	float: left;
}


section.model #modelBox dl {
	margin: 0 0 20px 0;
}


section.model #modelBox dt {
	font-size: 1.7em;
	letter-spacing: 3px;
}

section.model #modelBox dd {
	font-size: 0.9em;
	letter-spacing: 1px;
}

section.model #modelBox p {
	font-size: 0.9em;
}


/*サムネイル*/

section.model #modelBox .kakudo a {
    width: 24%;
}

/*ギャラリー*/

section.model .galleryBox .gb {
	width: 24.7%;
	height: 380px;
}


/*中央*/
section.model .galleryBox .gb#second li {
}

/*右*/
section.model .galleryBox .gb#fourth li {
	width: 49.2%;
	max-width: inherit;
	height: 30%;
	margin: 0 5px 3px 0;
	display: inline-block;
	padding:0;
}





section.model .galleryBox .gb#fourth li:nth-child(2)  {
	margin:0 0 3px 0;
}

section.model .galleryBox .gb#fourth li:nth-child(3) {
	width: 100%;
	margin: 0;
	height: 69.6%;
}

/*----------------------*/
/*　持ち物
/*----------------------*/

section.make .mochilist {
	clear: both;
	position: relative;
	max-width: 80%;
	margin: -3px auto 0;
	background: #fff;
	border: 3px solid #222;
	box-sizing: border-box;
	padding: 30px 40px 20px;
}


section.make .mochilist span {
    font-size: 1.3em;
}

/*----------------------*/
/*　ヘアメイク
/*----------------------*/

section.make .right {
	margin:0 0 100px 0;
}

/*----------------------*/
/*　注意点
/*----------------------*/

section.careful .careful_ttl {
	font-size: 1.1em;
	max-width: 90%;
}

section.careful ul {
	max-width: 100%;
}

/*----------------------*/
/*　予約
/*----------------------*/

section.tempo .tempoBox {
	max-width: 80%;
	padding: 50px 10px;
}


section.tempo .tempoBox ul {
	/* padding: 0; */
}

section.tempo .tempoBox li {
	padding: 15px 8px 20px;
}

section.tempo .tempoBox li:nth-child(4n) {
	margin: 0 0 20px 0;
	border: none;
}

section.tempo .tempoBox a.tel {
	font-size: 1.3em;
}

section.tempo .tempoBox a.reserve {
    width: 90%;
}

}


@media screen and (max-width: 1023px){
.inner {
	padding: 30px 20px;
	max-width: 90%;
}

.ttl {
    font-size: 1.2em;
    max-width: 90%;
}

/*----------------------*/
/*　共通
/*----------------------*/
/*テキスト左*/
section .left {
    padding: 30px;
}

/*写真右*/
section .left dl {margin: 0 0 30px 0;}

section .left dt {
    font-size: 1em;
    letter-spacing: 0;
}

/*----------------------*/
/*　当日まで
/*----------------------*/
.ago {width: 150px;}


/*----------------------*/
/*　モデル
/*----------------------*/
section.model {
}

section.model ul.mlist {
}

section.model ul.mlist li {
	width: 33.33%;
	float: left;
	margin: 0;
	background: #be2d2d;
	cursor:pointer;
	border: 1px solid #fff;
	border-bottom: none;
	box-sizing: border-box;
	border-top: none;
	border-right: none;
	text-align: center;
}


section.model ul.mlist li a {font-size: 1em;}

/*モデル詳細*/
section.model #modelBox {
    margin: 0 auto 0;
    padding: 0 0 50px 0;
}


section.model #modelBox li {
	max-width: 99%;
}

section.model #modelBox li .leftBox {
	width: 49%;
}


section.model #modelBox dd {
	font-size: 1em;
}

section.model #modelBox p {font-size: 0.8em;}


/*サムネイル*/
section.model #modelBox .kakudo a {
    width: 23.5%;
}

/*ギャラリー*/
section.model .galleryBox {
	/* padding: 0; */
	margin: 0;
}

section.model .galleryBox .gb {
	width: 24.3%;
	height: 290px;
}

section.model .galleryBox .gb li {
	background:#eee;
}

/*左*/

/*中央*/
section.model .galleryBox .gb#second li {
	max-width: inherit;
	height: 49.8%;
	margin: 0 0 3px 0;
	padding:0;
}

/*右*/
section.model .galleryBox .gb#fourth li {
	width: 49.2%;
	max-width: inherit;
	height: 30%;
	margin: 0 5px 3px 0;
	display: inline-block;
	padding:0;
}





section.model .galleryBox .gb#fourth li:nth-child(2)  {
	margin:0 0 3px 0;
}

section.model .galleryBox .gb#fourth li:nth-child(3) {
	width: 100%;
	margin: 0;
	height: 69.6%;
}

/*----------------------*/
/*　成人式～ボタン
/*----------------------*/
section.concept .midashi {font-size: 1.6rem;}

section.concept .midashi:before {
	width: 25%;
	left: 0;
}

section.concept .midashi:after {
	width: 25%;
	right: 0;
}


section.concept .concept_text {
    font-size: 0.9rem;
}

section img.model {
	width: 130px;
}


section.concept li span {font-size: 0.9em;}

section.concept li dt {
	font-size: 1.1em;
}

section.concept li dd {
	font-size: 0.8em;
}



/*----------------------*/
/*　予約
/*----------------------*/
section.yoyaku {
	padding: 30px 5px;
}

/*----------------------*/
/*　持ち物
/*----------------------*/
section.mochi {
	padding: 0 10px 50px;
}


section.make .mochilist {
	max-width: 90%;
	padding: 30px 10px 20px;
}

section.make .mochilist p {
    padding: 0 0 35px 0;
}


section.make .mochilist li {
	width: 32%;
	font-size: 0.9em;
}

/*----------------------*/
/*　カウンセリング
/*----------------------*/
section.counseling {
	padding: 50px 10px;
}

/*----------------------*/
/*　ヘアメイク
/*----------------------*/
section.make {
	padding: 50px 10px;
}

section.make .right {
	margin: 0 auto;
	/* float: none; */
}

section.make .left {
	padding: 0;
	position: relative;
	width: 48%;
	float: left;
}

/*----------------------*/
/*　注意点
/*----------------------*/

section.careful .care_inner {
	max-width: 90%;
	padding: 50px 0 30px;
}

section.careful .careful_ttl {
    max-width: 98%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1em;
}

section.careful ul {
    max-width: 100%;
    font-size: 0.9em;
}

section.careful li {
	list-style-type:decimal;
	color: #fff;
	font-size: 1em;
	padding: 0 0 16px 0;
	letter-spacing: 2px;
}


/*----------------------*/
/*　予約
/*----------------------*/
section.tempo {
	background: #fff;
	padding: 30px 0;
	position: relative;
}

section.tempo .tempoBox {
	max-width: 90%;
	padding: 50px 10px 30px;
}

section.tempo p {
	font-size: 1.3em;
}

section.tempo .tempoBox li {
	width: 33%;
}

section.tempo .tempoBox li:nth-child(4n) {

	margin: 0 0 20px 0;
	border: none;
}

section.tempo .tempoBox li a {
	color:#000;
}


section.tempo .tempoBox li dl {
	padding:0 0 10px 0;
}

section.tempo .tempoBox li dt {
	font-size: 0.8em;
	letter-spacing: 0;
}


section.tempo .tempoBox li span {
	display: block;
	font-size: 0.75em;
	line-height: 1.6em;
	margin: 0 0 5px 0;
}

section.tempo .tempoBox a.tel {
	font-size: 1.3em;
}

section.tempo .tempoBox a.reserve {
    width: 95%;
    font-size: 0.9em;
}

/*振袖レンタル*/
section.tempo .tempoBox .rental {
	width: 96%;
	margin: auto;
	padding: 25px 10px;
	box-sizing: border-box;
}

section.tempo .tempoBox .rental ul {
	padding: 0;
	margin:0;
}

section.tempo .tempoBox .rental li {
	margin:0;
	padding: 15px 8px 20px;
}

section.tempo .tempoBox .free {}

section.tempo .tempoBox .free span {
	font-size: 0.9em;
}

section.tempo .tempoBox .free b {
	font-size: 1.1em;
	padding: 0 5px;
	line-height: 1em;
	display:block;
}

	
/*担当スタッフ*/
section.model #modelBox dl.staff {
    margin: 10px 0 0 0;
    padding: 8px 15px;
    width: auto;
    display: inline-block;
}

section.model #modelBox dl.staff dt {
	width: 50px;
	height: 50px;
}

section.model #modelBox dl.staff dd {
	margin: 0 0 0 10px;
}

section.model #modelBox dl.staff dd span {
	font-size: 0.7em;
}
section.model #modelBox dl.staff dd p {
	letter-spacing: 1px;
	padding: 0;
}	
	

	

}


@media screen and (max-width: 767px){
.inner {
	margin: 20px auto 0;
	padding: 10px;
	border: none;
	background: none;
	max-width: 100%;
}
	
br {
	display:none;
}


.ttl {
    font-size: 1em;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 98%;
    letter-spacing: 1px;
}

/*----------------------*/
/*　共通
/*----------------------*/
	
/*スライドホバー*/
section.concept ul .slick-prev, .slick-next {background: none;top: 55%;width: 25px;height: 54px;border: none;}
	

section#seijin .slick-prev:before {
	content: "";
	-moz-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	width: 15px;
	background: #000;
	height: 1px;
	display: block;
	position: absolute;
	top: 58%;
}
	
section#seijin .slick-prev:after {
	content: "";
	-moz-transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
	width: 20px;
	background: #000;
	height: 1px;
	display: block;
	position: absolute;
	top: 32%;
}
	
section#seijin .slick-next:before {
	content: "";
	-moz-transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
	width: 15px;
	background: #000;
	height: 1px;
	display: block;
	position: absolute;
	top: 55%;
}
	
section#seijin .slick-next:after {
	content: "";
	-moz-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	width: 20px;
	background: #000;
	height: 1px;
	display: block;
	position: absolute;
	top: 32%;
}

	
/*テキスト左*/
section .left {
    position: relative;
    width: 100%;
    padding: 30px 0 0 0;
}

/*写真右*/
section .right {
	width: 90%;
	float: none;
	margin: 0 auto 0;
}

section .left dt {
    font-size: 1em;
}

section .left dd {font-size: 0.8em;}

/*----------------------*/
/*　当日まで
/*----------------------*/
.ago {
	width: 100px;
	margin: 0 auto 20px;
}


/*----------------------*/
/*　モデル
/*----------------------*/

section.model ul.mlist li {
	width: 100%;
	float: none;
	border-bottom: 1px solid #fff;

	border-left: none;
}

section.model ul.mlist li:last-child {
	margin: 0;
	border: none;
}

section.model ul.mlist li a {padding: 10px;font-size: 0.9em;border-left: none;}


section.model ul.mlist li.active a {
	color:#be2d2d;
}


/*モデル詳細*/

section.model #modelBox ul {
	margin: 0 0 20px 0;
}

section.model #modelBox li {
	padding: 0;
}

section.model #modelBox li .leftBox {
	clear: both;
	width: 90%;
	float: none;
	padding: 10px 0 0 0;
	margin: auto;
}


section.model #modelBox li .rightBox {
	width: 90%;
	float: none;
	overflow: hidden;
	margin: 0 auto 10px;
}

section.model #modelBox dl {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-top: none;
}


section.model #modelBox dt {
	font-size: 1.3em;
	letter-spacing: 2px;
	line-height: 1.3em;
	padding: 0 0 3px 0;
	border-top: none;
}

section.model #modelBox dd {
	font-size: 0.9em;
}

section.model #modelBox p {
	font-size: 0.8em;
	line-height: 2.2em;
	padding: 0;
	width: 100%;
	margin: 0 auto 20px;
}


/*サムネイル*/
section.model #modelBox .kakudo {
	margin: 10px auto 10px;
	width: 90%;
	position: relative;
}

section.model #modelBox .kakudo a {
    width: 23.5%;
}

/*ギャラリー*/
section.model .galleryBox {
	border: none;
	padding: 8px 0 0 0;
	border-top: 1px dotted #ccc;
	width: 100%;
	margin: auto;
}

section.model .galleryBox .gb {
    height: 130px;
	margin: 0 2px 0 0
}


/*右*/
section.model .galleryBox .gb#fourth li {
	width: 49.2%;
	max-width: inherit;
	height: 30%;
	margin: 0 5px 3px 0;
	display: inline-block;
	padding:0;
}





section.model .galleryBox .gb#fourth li:nth-child(2)  {
	margin:0 0 3px 0;
}

section.model .galleryBox .gb#fourth li:nth-child(3) {
	width: 100%;
	margin: 0;
	height: 69.6%;
}

/*当日までの流れ　ボタン*/
section .backnav {
	width: 90%;
	margin: 30px auto 0;
	padding: 50px 0 30px 0;
}

section .backnav a {
	font-size: 0.9em;
	width: 100%;
}


section .backnav span {padding: 16px 0;}	
	
/*----------------------*/
/*　成人式～ボタン
/*----------------------*/
section.concept {
	padding: 10px 5px 30px;
	max-width: 100%;
}

section.concept .midashi {
    font-size: 1em;
}

section.concept .midashi:before {width: 20%;}

section.concept .midashi:after {width: 20%;}

section.concept .inner {padding: 20px 0 0 0;max-width: 100%;}

section.concept .concept_text {
	letter-spacing: 0;

	font-size: 0.8rem;
	padding: 20px 0 30px;
}

section img.model {}

section.concept ul {
	width: 70%;
	margin: auto;
}

section.concept li {
	margin: auto;
	width: 80%;
	text-align: center;
}

section.concept li:last-child {
	margin: 0;
}


section.concept li dl {
	text-align: center;
	padding: 20px 0 0 0;
}

section.concept li dt {
	font-size: 1em;
}



/*----------------------*/
/*　予約
/*----------------------*/
section.yoyaku {
	padding: 30px 0 0 0;
	margin: 0 0 20px 0;
}

/*----------------------*/
/*　持ち物
/*----------------------*/
section.mochi {
	padding: 0 5px 20px;
}

.dot {
	margin:auto;
	display:block;
	text-align:center;
}

section.make .mochilist {
	max-width: 95%;
}


section.make .mochilist p img {width: 20px;}

section.make .mochilist span {
    font-size: 1em;
    margin: 0 5px;
}


section.make .mochilist ul {
}

section.make .mochilist li {
	width: 49%;
	font-size: 0.8em;
}

/*----------------------*/
/*　カウンセリング
/*----------------------*/
section.counseling {
	padding: 50px 0;
}

/*----------------------*/
/*　ヘアメイク
/*----------------------*/
section.make {
	padding: 30px 0;
}

section.make .right {
	margin: 0 auto;
}


section.make .left {
	width: auto;
	float: none;
	margin: 20px 0 0 0;
}

/*----------------------*/
/*　注意点
/*----------------------*/


section.careful .care_inner {
	padding: 20px 5px 10px;
}

section.careful .careful_ttl {
    font-size: 0.9em;
    padding:10px;
}

section.careful ul {
    margin: 0;
    max-width: 100%;
    padding: 0 0 0 30px;
    font-size: 0.8em;
}

section.careful li {
	padding: 0 0 10px 0;
}


/*----------------------*/
/*　予約
/*----------------------*/
section.tempo .tempoBox {
	max-width: 100%;
	padding: 0;
	border: none;
	margin: 5px 0 0 0;
}

section.tempo p {
	max-width: 95%;
	font-size: 1.2em;
	border-bottom: 2px solid #000;
	padding: 0 0 8px 0;
	margin: 0 auto;
	position: relative;
}

section.tempo p:before {
	display: none;
	background: #000;
	width: 1px;
	height: 80%;
	position: absolute;
	transform: rotate(-30deg);
	left: 10%;
}

section.tempo p:after {
	display: none;
	background: #000;
	width: 1px;
	height: 80%;
	position: absolute;
	transform: rotate(30deg);
	right: 10%;
}

section.tempo .tempoBox ul {
	border: none;
	width: 100%;
	padding: 0;
}

section.tempo .tempoBox li {
	width: 100%;
	overflow: hidden;
	float: none;
	border-bottom: 1px dotted #ccc;
	margin: 0;
}

section.tempo .tempoBox li:nth-child(4n) {
	margin: 0;
	border: none;
}

section.tempo .tempoBox li dl {
	width: 40%;
	float: left;
}
section.tempo .tempoBox li span {
	float: right;
	width: 58%;
	padding: 28px 0 0 0;
}

section.tempo .tempoBox a.tel {
	float: right;
	width: 58%;
	font-size: 1.2em;
}

section.tempo .tempoBox a.reserve {
	clear: both;
	padding: 10px 5px;
	font-size: 0.8em;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

/*振袖レンタル*/
section.tempo .tempoBox .rental {
	width: 100%;
	border-radius: 0;
}

section.tempo .tempoBox .rental ul {
	padding:10px 0 0 0;
	margin:0;
}

section.tempo .tempoBox .rental li {
	margin:0;
	padding: 10px 0 5px;
	width: 100%;
}

section.tempo .tempoBox .free {
	border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
}

/*担当スタッフ*/
section.model #modelBox dl.staff {
    margin: 0 0 30px 0;
}

section.model #modelBox dl.staff dd p {
	margin: 0;
}	
	



}


