@charset "UTF-8";
/* CSS Document */

.yu ul li div {
	display: block;
	text-align: center;
	background: #FFF;
	padding: 15px;
}
.yu ul li div h4 {
	margin: 0;
	padding: 0;
	font-size: 21px;
}
.yu ul li.personal h4 {
	color: #e7426d;
}
.yu ul li.original h4 {
	color: #509680;
}
.yu ul li.surprise h4 {
	color: #455C86;
}
.yu ul li.special h4 {
	color: #bea97d;
}
.yu ul li div h4 small {
	display: block;
	font-size: 12px;
	color: #333;
}
.yu ul li div p {
	font-size: 16px;
	margin: 0;
	line-height: 160%;
}

body.coac {
	line-height: 180%;
	letter-spacing: 1px;
	font-feature-settings: "palt";
}

/* main */
#main h2 {
	width: 100%;
	height: 500px;
	background: url(../img/coac/sp-main.jpg) no-repeat fixed 20% 50%;
	background-size: 100%;
	border-bottom: #D6BE98 2px solid;
	text-indent: -9999px;
}
#main a {
	display: block;
	background: #000 url(../img/common/arrow_btm.png) no-repeat 95% 50%;
	background-size: 15px;
	padding: 15px;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}

/* contents */
.box {
	padding: 20px;
}
.box .inner {
	margin: 0 auto;
}
.box h2 {
	font-size: 24px;
	line-height: 140%;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
.box p {
	margin: 10px 0;
}
.box p.info {
	text-align: center;
}

/* btn */
.btn {
	overflow: auto;
	margin-top: 15px;
}
.btn a {
	display: block;
	width: 90%;
	background: #000 url(../img/common/arrow_right.png) no-repeat 95% 50%;
	background-size: 7px;
	color: #FFF;
	text-decoration: none;
	float: right;
	padding: 3% 5%;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* thought */
.thought {
	padding: 20px;
}
.thought h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 160%;
	margin: 0 0 15px 0;
}
.thought h2 span {
	color: #b20000;
}
.thought div {
}
.thought .manager {
	text-align: right;
	margin-top: 30px;
}
.thought a.modal-open {
	width: 180px;
	padding: 5px;
	background: #000;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto 30px auto;
}

/* yu */
.yu {
	background: #EEE;
	padding: 20px;
}
.yu .inner,
.yu ul {
	margin: 0 auto;
}
.yu .inner .img {
	width: 70%;
	margin: 20px auto;
}
.yu .inner p {
}
.yu .inner h2 {
	margin: 0 0 10px 0;
	color: #bea97d;
	font-size: 28px;
	line-height: 140%;
	text-align: center;
}
.yu ul {
	margin: 30px auto 0 auto;
	padding: 0;
	list-style: none;
}
.yu ul li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
.yu ul li a {
	display: block;
	padding: 200px 15px 15px 15px;
}
.yu ul li.personal {
	background: #FFF url("../img/coac/yu/personal.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.yu ul li.original {
	background: #FFF url("../img/coac/yu/original.jpg") no-repeat 50% 20%;
	background-size: cover;
}
.yu ul li.surprise {
	background: #FFF url("../img/coac/yu/surprise.jpg") no-repeat 50% 30%;
	background-size: cover;
}
/*
.yu ul li.special {
	background: #FFF url("../img/coac/yu/special.jpg") no-repeat 50% 70%;
	background-size: cover;
}
*/
.yu ul li div {
	display: block;
	text-align: center;
	background: #FFF;
	padding: 15px;
}
.yu ul li div h4 {
	margin: 0;
	padding: 0;
	font-size: 21px;
}
.yu ul li.personal h4 {
	color: #e7426d;
}
.yu ul li.original h4 {
	color: #509680;
}
.yu ul li.surprise h4 {
	color: #455C86;
}
.yu ul li.special h4 {
	color: #bea97d;
}
.yu ul li div h4 small {
	display: block;
	font-size: 12px;
	color: #333;
}
.yu ul li div p {
	font-size: 16px;
	margin: 0;
	line-height: 160%;
}
.yu ul li div .point {
	font-size: 14px;
	background: #000;
	color: #FFF;
	margin-top: 5px;
	padding: 5px;
	border-radius: 5px;
	letter-spacing: 0;
}


/* optimal */
.optimal {
	margin: 20px 10px;
	text-align: center;
}

/* pro */
#pro {
	padding: 20px 5%;
	margin: 0;
	background: #eadecb;
}
#pro h2,
#pro p {
	text-align: left;
	line-height: 160%;
}
#pro .service {
}
#pro .service .service_item {
	margin: 50px 0;
}
#pro .service .service_item img {
	margin-bottom: 15px;
}
#pro .service .service_item .txt {
}
#pro .service .ico {
	font-size: 14px;
	displey: inline-block;
	color: #FFF;
	font-family: sans-serif;
	padding: 5px 10px;
}
#pro .service .ico.ico_original {
	background: #9cbfa2;
}
#pro .service .ico.ico_personal {
	background: #f2a3c0;
}
#pro .service .ico.ico_surprise {
	background: #8799b9;
}
#pro .service .service_item .txt h3 {
	font-size: 21px;
	line-height: 160%;
	font-weight: normal;
	margin: 5px 0;
}
#pro .service .service_item .txt p {
	margin: 0;
}

/* plan */
#pro .plan {
	background: #FFF;
	padding: 20px;
	margin: 20px 0 0 0;
}
#pro .plan h2 {
	font-size: 24px;
	line-height: 160%;
}
#pro .plan h2 span {
	color: #b20000;
}
#pro .plan .ohirome {
	margin-bottom: 20px;
}
#pro .plan .notice {
	color: #b20000;
	padding: 20px;
	border: #eadecb 5px solid;
	margin: 20px auto;
	font-size: 18px;
	line-height: 180%;
}
#pro .plan .notice small {
	color: #333;
	font-size: 18px;
	line-hright: 160%;
	display: block;
}
#pro .plan p {
	margin: 10px auto;
}

/* present */
#pro .present {
	margin-top: 50px;
}
#pro .present h3 {
	font-size: 21px;
	line-height: 160%;
	font-weight: normal;
	margin: 5px 0;
}
#pro .present h3 strong {
	color: #b20000;
	border-bottom: 1px dashed #b20000;
	padding-bottom: 5px;
}
#pro .present p {
	margin: 0;
}
#pro .present ul {
	margin: 0;
	padding: 0;
}
#pro .present ul li {
	padding: 0;
	margin: 30px 0;
}
#pro .present ul li .img {
	margin-bottom: 10px;
	position: relative;
}
#pro .present ul li .img img {
	width: 100%;
	height: auto;
}
#pro .present ul li .img span {
	position: absolute;
	padding: 2px 10px;
	background: #b20000;
	color: #FFF;
	top: 0;
	left: 0;
	z-index: 10;
}
#pro .present ul li h4 {
	font-size: 21px;
	line-height: 160%;
	font-weight: normal;
	margin: 5px 0;
}
#pro .present ul li h4 small {
	font-size: 18px;
	display: block;
}

#pro .present .last_copy {
	font-size: 24px;
	line-height: 160%;
	color: #776674;
	margin-top: 50px;
}

/* stylist */
.stylist {
	background: #EEE;
	padding: 20px;
}
.stylist h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 160%;
	margin: 0;
	text-align: center;
}
.stylist .inner {
	margin: 0;
}
.stylist ul {
	padding: 0;
	margin: 30px 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stylist ul li {
	background: #FFF;
	padding: 20px;
	margin: 20px 0;
	border-radius: 10px;
}
.stylist ul li .staff {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 20px 0;
}
.stylist ul li .staff img {
	width: 40%;
	height: auto;
	border-radius: 50%;
}
.stylist ul li .staff p {
	width: 50%;
	font-size: 24px;
}
.stylist ul li .staff p::before {
	content: "スタッフ";
	display: block;
	font-size: 15px;
}
.stylist ul li .staff.machiko p::before {
	content: "店長";
	display: block;
	font-size: 15px;
}
.stylist .coodinate {
	font-size: 16px;
	line-height: 180%;
	text-align: center;
}
.stylist .coodinate img {
	width: 80%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 15px;
}
.stylist .coodinate p {
	text-align: left;
	margin: 0;
}

/* enquete */
.enquete {
	margin: 20px 5% 0;
}
.enquete .inner {
	text-align: center;	
}
.enquete h2 {
	font-size: 36px;
	font-weight: normal;
	line-hright: 160%;
	margin-bottom: 10px!important;
}
.enquete .customer {
	margin: 80px 0 30px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: start;
}
.enquete .voice01 .customer {
	margin: 0 0 30px 0;
}
.enquete .customer .ico {
	width: 15%;
	height: auto;
}
.enquete .customer .fukidashi {
	margin: 0;
	width: 70%;
	align-items: center;
	position: relative;
	padding: 5%;
	border-radius: 10px;
}
.enquete .customer .fukidashi_pink {
	background: #fbdedc;
}
.enquete .customer .fukidashi_pink::before {
	border-top: 15px solid transparent;
	border-right: 15px solid #fbdedc;
	border-bottom: 15px solid transparent;
	position: absolute;
	top: 15px;
	left: -10px;
	content: '';
}
.enquete .customer .fukidashi_gold {
	background: #e8dcca;
}
.enquete .customer .fukidashi_gold::before {
	border-top: 15px solid transparent;
	border-right: 15px solid #e8dcca;
	border-bottom: 15px solid transparent;
	position: absolute;
	top: 15px;
	left: -10px;
	content: '';
}
.enquete .customer .fukidashi img {
	margin-bottom: 15px;
}
.enquete .customer .fukidashi p {
	margin: 0 0 10px 0;
}
.enquete .customer .fukidashi .txt {
}

.enquete .staff {
	margin: 20px 0 80px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: start;
	flex-flow: row-reverse;
}
.enquete .staff .ico {
	width: 15%;
	height: auto;
}
.enquete .staff .fukidashi {
	margin: 0;
	width: 70%;
	position: relative;
	background: #EEE;
	padding: 5%;
	border-radius: 10px;
	font-size: 14px;
	line-height: 200%;
}
.enquete .staff .fukidashi p {
	margin: 0 0 10px 0;
}
.enquete .staff .fukidashi p.manager {
	margin: 10px 0 0 0;
	text-align: right;
}
.enquete .staff .fukidashi::before {
	border-top: 15px solid transparent;
	border-left: 15px solid #EEE;
	border-bottom: 15px solid transparent;
	position: absolute;
	top: 15px;
	right: -10px;
	content: '';
}


/* intro */
.intro.box h2 {
	margin-bottom: 30px;
}

/* coode */
.coode {
	padding: 0 20px;
	margin: 50px 0;
}
.coode ul {
	padding: 0;
	margin: 30px 0 0 0;
}
.coode ul li {
	padding: 30px 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 2px dashed #eadecb;
}
.coode ul li h3 {
	font-size: 26px;
	line-height: 160%;
	margin: 0 0 15px 0;
}
.coode ul li .img {
	height: auto;
	width: 40%;
}
.coode ul li .img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.coode ul li .txt {
	width: 55%;
}
.coode ul li .txt h3 {
	font-size: 21px;
	line-height: 120%;
	margin: 0 0 5px 0;
	color: #bfa87f;
}
.coode ul li .txt h4 {
	font-size: 21px;
	line-height: 140%;
	margin: 0 0 5px 0;
	padding: 0;
}
.coode ul li .txt .staff {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top: 30px;
}
.coode ul li .txt .staff img {
	width: 30%;
	height: auto;
	border-radius: 50%;
}
.coode ul li p.coordinator {
	font-size: 14px;
	line-height: 160%;
	width: 65%;
}
/* ornament */
.ornament {
	margin: 50px 0;
	padding: 20px;
	border: 5px solid #eadecb;
}
.ornament h3 {
	font-size: 26px;
	font-weight: normal;
	line-height: 160%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.ornament ul {
	margin: 10px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.ornament ul li {
	margin: 0;
	padding: 0;
	border: 0 !important;
	width: 30%;
}
.ornament ul li img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}


/* policy */
#policy {
	background: url(../img/coac/sp-policy.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 30px;
	margin: 50px 0;
}
#policy h2 {
	text-align: left;
	margin: 0 auto 20px auto;
}


/* mama */
#mama,
#mochikomi,
#photo {
	border-bottom: 2px solid #EEE;
	border: 5px solid #eadecb;
	margin: 30px 0 0 0;
	padding: 0;
}
#mama .inner,
#mochikomi .inner,
#photo .inner {
	line-height: 160%;
	text-align: center;
}
#mama .inner img,
#mochikomi .inner img,
#photo .inner img {
	width: 60%;
	margin: 15px 0;
}
#mama p.info,
#mochikomi p.info,
#photo  p.info {
	margin-bottom: 30px;
}
#mama .inner .plan,
#mochikomi .inner .palan,
#photo .inner .palan {
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eadecb;
}
/*#mama .inner .plan .plan58000,*/
#mochikomi .inner .palan .palan58000,
#photo .inner .palan .palan58000 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eadecb;
}
#mama .inner,
#mochikomi .inner,
#photo .inner {
	padding: 0!important;
}
#mochikomi h2 small,
#phooto h2 small {
	font-size: 16px;
}
#mama .inner .plan h3,
#mochikomi .inner .plan h3,
#photo .inner .plan h3 {
	font-size: 21px;
	line-height: 160%;
	border-bottom: 1px dashed #000;
	display: inline-block;
	margin: 0 0 10px 0;
}
#mama .inner .plan p,
#mama .inner .campaign p,
#mochikomi .inner .plan p
#photo .inner .plan p {
	margin: 5px 20px;
	text-align: left;
}
#mama .inner .plan .mama_price,
#mochikomi .inner .plan .mochikomi_price
#photo .inner .plan .mochikomi_price {
	font-size: 24px;
	line-height: 160%;
	text-align: right;
	margin: 10px 20px;
}
#mama .inner .plan .mama_price small,
#mochikomi .inner.plan .mochikomi_price small,
#photo .inner.plan .mochikomi_price small {
	font-size: 16px;
	line-height: 160%;
}
#mama .inner .campaign {
	text-align: left;
}
#mama .inner .campaign h3 {
	background: #eadecb;
	color: #333;
	font-size: 18px;
	line-height: 160%;
	padding: 5px 30px 5px 15px;
	border-radius: 0 30px 30px 0;
	display: inline-block;
	margin: 0 0 10px 0;
}
#mama .inner dl {
	margin: 20px 20px 30px 20px;
	padding: 0;
}
#mama .inner .campaign dl {
	margin-bottom: 15px;
	border-top: 1px solid #DDD;
}
#mama .inner dl dt {
	margin: 0;
	padding: 5px 5px 0 5px;
	font-weight: bold;
}
#mama .inner dl dd {
	margin: 0;
	padding: 2px 5px 5px 15px;
	border-bottom: 1px solid #DDD;
}
#mama .inner .campaign strong {
	font-size: 24px;
	line-height: 160%;
	color: #a71f24;
	display: block;
	text-align: center;
}

/* catalog */
#catalog ul,
#ornaments ul {
	overflow: hidden;
	margin: 50px 0;
	padding: 0;
}
#catalog ul li {
	float: left;
	width: 31.333%;
	margin: 1%;
	padding: 0;
}
#catalog ul li img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}

#ornaments p {
	text-align: left;
}
#ornaments ul li {
	float: left;
	width: 48%;
	margin: 1%;
	padding: 0;
}
#ornaments ul li img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}


/* costume */
.costume {
	background: #EEE;
}
.costume .instagram {
	margin: 20px auto;
	overflow: hidden;
}
.costume .instagram .image {
	width: 48%;
	margin: 1%;
	float: left;
}
.costume .instagram .image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
}
.costume .btn a {
	background: #000 url(../img/common/arrow_right.png) no-repeat 96% 50%;
	background-size: 7px;
}


/* price_item */

.bread {
	padding: 10px 15px;
	font-size: 13px;
	line-height: 140%;
}
.bread a {
	color: #000;
}
.price_item {
}
.price_item p {
	padding: 0 15px;
}
.price_item h2 {
	background: #E4DDD1;
	padding: 15px;
	margin: 10px 0;
	font-size: 21px;
	line-height: 140%;
	font-weight: normal;
}
.price_item .intro {
	text-align: left;
	margin: 30px auto;
}
.price_item .intro_img {
	text-align: center;
	margin: 30px 0 0 0;
}
.price_item .intro_img img {
	width: 50%;
	height: auto;
}

.price_item ul {
	padding: 15px;
	margin: 0;
	overflow: hidden;
}
.price_item ul li {
	padding: 0;
	margin: 1%;
	float: left;
	width: 48%;
}
.price_item ul li img {
	width: 100%;
	height: auto;
}

.movie {
	text-align: center;
	margin: 30px 0;
}
.movie iframe {
	width: 100%;
	height: 400px;
}


/* modal */
.modal-overlay {
    z-index: 2;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
}
a.modal-open:hover { cursor:pointer;}
.modal-content {
	overflow-y: auto;
    max-height: 90%;
    position: fixed;
    display: none;
    z-index: 100;
    margin: 10px;
    padding: 3% 5%;
    border-radius: 10px;
    background: #FFF;
	width: 85%;
	box-shadow: 0 0 20px #555;
	font-size: 16px;
	line-height: 180%;
	text-align: center;
}
.modal-content h3 {
	margin: 0 0 10px 0;
	font-size: 32px;
	line-height: 160%;
	text-align: left;
}
.modal-content h3 small {
	font-size: 12px;
	line-height: 140%;
	margin-left: 10px;
}
.modal-content img {
	margin: 10px 0;
	border-radius: 10px;
}
.modal-content h4 {
	font-size: 21px;
	line-height: 160%;
	margin: 0 0 15px 0;
	text-align: left;
}
.modal-content p {
	margin: 5px 0;
	padding: 0;
	line-height: 180%;
	text-align: left;
}
.modal-content p.dic {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 13px;
	line-height: 160%;
	margin: 0;
}
#personal.modal-content p.dic {
	color: #e7426d;
}
#original.modal-content p.dic {
	color: #509680;
}
#surprise.modal-content p.dic {
	color: #455C86;
}
.modal-content .btn a {
    display: block;
    border: 1px solid #CCC;
    background: #FFF url(../../wp_design/img/common/ico/arrow.png) no-repeat 97% 50%;
	background-size: 10px;
    padding: 10px 5px;
    text-align: center;
    color: #776674;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 5px;
}
a.modal-close {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	background: #FFF url(../../wp_design/img/common/ico/close.png) no-repeat 50% 50%;
	background-size: 12px;
	border-radius: 30px;
	padding: 0;
	margin: 0;
	text-indent: -99999px;
}
a.modal-close:hover {
	cursor:pointer;
}

/* Photo */
.photography {
	padding: 30px 0 0 0;
	border-top: 1px solid #DDD;
}
.photography .box {
	padding: 0 20px;
}
.photography .inner p {
	text-align: center;
}
.photography .inner .plan {
	margin: 30px 0;
}
.photography .inner .plan article {
	background: #eadecb;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 15px 0;
}
.photography .inner .plan article h4 {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 140%;
	border-bottom: 1px dashed #000;
    display: inline-block;
    margin: 0 0 10px 0;
}
.photography .inner .plan article p {
	text-align: left;
	margin: 0;
}
.photography .inner .plan article .price {
	color: #b20000;
	font-size: 18px;
	line-height: 160%;
}
.photography ul {
	padding: 0;
	margin: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photography ul li {
	width: 48%;
	margin: 10px 0;
}
.photography ul li img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.photography .photo-plan img {
	margin: 0 0 20px 0;
}
.photography .photo-plan.set img {
	margin: 0 0 50px 0;
}


/* rank */
.ranking {
	padding: 30px 20px;
    margin: 0;
    background: #eadecb;
}
.ranking .popular_color img {
	margin: 30px 0 0 0;
	border-radius: 10px;
}
.ranking h2 {
	font-size: 26px;
	line-height: 140%;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
.ranking ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.ranking ul li {
	width: 48%;
	text-align: center;
	margin: 20px 0;
	padding: 0;
}
.ranking ul li img {
	width: 100%;
	border-radius: 10px;
}
.ranking ul li h3 {
	margin: 0 auto 10px auto;
	font-size: 18px;
	line-height: 140%;
	padding: 3px 20px;
	border-radius: 5px;
	display: inline-block;
	background: #FFF;
}
.ranking ul li.rank1st h3 {
	background: #BCA781;
	color: #FFF;
}
.ranking ul li.rank2nd h3 {
	background: #999;
	color: #FFF;
}
.ranking ul li.rank3rd h3 {
	background: #AA7658;
	color: #FFF;
}

/* special */
#pro #special {
	margin: 30px auto 0 auto;
}
#pro #special h2 {
	font-size: 24px;
	line-height: 140%;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
#pro #special h3 {
	font-size: 18px;
	line-height: 140%;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
}
#pro #special ul {
	margin: 10px 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#pro #special ul li {
	margin: 8px 0;
	font-size: 16px;
	line-height: 160%;
	padding: 15px;
	background: #FFF;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	width: 48%;
}
#pro #special ul li .img {
	text-align: center;
}
#pro #special ul li .img img {
	width: 80%;
}
#pro #special ul li small {
	background: #bea97d;
	color: #FFF;
	padding: 2px 5px;
	font-size: 15px;
	line-height: 160%;
	border-radius: 5px;
	display: block;
	width: 20px;
	text-align: center;
	margin: 0 auto 10px auto;
}
#pro #special ul li b {
	color: #bea97d;
	font-size: 22px;
	line-height: 160%;
	margin-left: 5px;
	display: block;
}


.bnr {
	margin: 20px;
}
.bnr h3 {
    margin: 0 0 20px 0;
    color: #bea97d;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
}
.bnr ul {
    margin: 0;
    padding: 0;
}
.bnr ul li {
    margin: 10px 0;
    padding: 0;
    text-align: center;
}
.bnr ul li img {
    width: 80%;
    height: auto;
}


/* link-area */
#link-area {
	margin: 30px 10% 0 10%; 
}
#link-area .btn a {
	display: block;
	width: 90%;
	background: #000 url(../img/common/arrow_btm.png) no-repeat 95% 50%;
	background-size: 12px;
	color: #FFF;
	text-decoration: none;
	float: right;
	padding: 3% 5%;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



/* ------------------------------------------
coming_of_age 動画エリア
------------------------------------------ */
/*header設定*/
#main-area {
	position: relative;/*ローディング画像などを表示す際の基点とするため指定*/
    height: 80vh;/*高さを全画面にあわせる*/
    text-align: center;
    color: #fff;
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background: url("../img/movie.jpg") no-repeat;
    background-size: cover;
}

/* ローディングアイコン設定 */
#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    font-weight: bold;
}

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/
#loading.disappear{
     display: none;   
}


/* youtube設定 */
#youtube-area {
    position: absolute;
    z-index: 1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
 	opacity: 0;    
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
	animation-name:PageAnimeAppear;
	animation-duration:.5s;
	animation-fill-mode:forwards;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

#youtube {
/*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask {
    position: absolute;
    z-index: 2;/*下から2番目に表示*/
    top:0;
    width:100%;
    height: 100%;
}


/* ------------------------------------------
coming_of_age
------------------------------------------ */
.coming_of_age img {
	max-width: 100%;
}
.coming_of_age .btn {
	margin: 20px 0 0 0;
}
.coming_of_age h2,
.coming_of_age h3,
.coming_of_age h4,
.coming_of_age .btn a {
	font-family: 'Noto Serif JP', '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 140%;
}
.coming_of_age .hm-logo {
	margin-bottom: 0;
}
.coming_of_age h2 {
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 120%;
}
.coming_of_age #lineup h2, 
.coming_of_age #pickup h2, 
.coming_of_age #present h2 {
	background: url(../img/coac/coming_of_age/ttl_deco.png) no-repeat 50% 100%;
	background-size: 100px;
	padding-bottom: 20px;
	text-align: center;
}
.coming_of_age h2.hm-logo::after {
	display: none;
}
.coming_of_age h2 small {
	font-size: 18px;
	/*color: #972123;*/
	display: block;
}
.coming_of_age h3 {
	margin-bottom: 10px;
	font-size: 26px;
	color: #972123;
	position: relative;
}
.coming_of_age h3::after {
	display: inline-block;
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #972123;
    font-size: 18px;
}
.coming_of_age h4 {
	margin: 10px 0;
	font-size: 20px;
}
.coming_of_age p {
	font-size: 16px;
	line-height: 200%;
	margin: 0;
}
.coming_of_age .viewmore {
	margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.coming_of_age .viewmore a {
    border-bottom: 1px solid #563B34;
    background: url(../img/coac/coming_of_age/brown-arrow.png) 0 42% no-repeat;
    padding-left: 30px;
	text-decoration: none;
    color: #000;
}
.coming_of_age .main {
	margin-top: 60px;
    background: url("../img/contents/coming_of_age/main_sp.jpg") no-repeat 0% 50%;
	height: 95vh;
	background-size: cover;
	position: relative;
}
.coming_of_age .main h1 {
	width: 30%;
	position: absolute;
	top: 50px;
	left: 50px; 
}
.coming_of_age .main h1 img {
	width: 100%;
}
.coming_of_age #title {
	text-align: center;
	padding: 50px 5%;
	background: #8b2f2f;
    color: #fff;
    margin-bottom:  20px;
    position: relative;
}
.coming_of_age #title::before {
	content: "";
	display: inline-block;
	width: 120px;
	height: 65px;
    background: url(../img/coac/coming_of_age/point-bg.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 20px;
	left: 5%;
}
.coming_of_age #title::after {
	content: "";
	display: inline-block;
	width: 120px;
	height: 65px;
    background: url(../img/coac/coming_of_age/point-bg.png) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 20px;
	right: 5%;
}
.coming_of_age #title h2 {
	margin: 0 0 0 0;
}
.coming_of_age #link-area {
	margin: 50px 5%;
	text-align: center;
}
.coming_of_age #link-area h3 {
	color: #000;
}
.coming_of_age .bnr {
	padding: 0 5%;
    margin: 30px 0 50px 0;
}
.coming_of_age .bnr h3 {
	color: #BEA97D!important;
}
.coming_of_age .bnr-line {
	margin: 0 5%;
    padding: 0 0 20px 0;
    text-align: center;
}
.coming_of_age .bnr-line ul {
	margin: 0;
    padding: 0;
}
.coming_of_age .intro {
	margin: 0 auto 80px;
	padding: 50px 0;
	background: #EEEEEE;
	width: 100%;
}
.coming_of_age .item-box {
	margin: 0 0 0 0;
}
.coming_of_age .item-box:nth-child(2n+1) {
	background: #eee;
}
.coming_of_age .inner {
	margin: 0 auto;
    padding: 0 0 50px 0;
}
.coming_of_age header .inner {
	padding: 0;
}
.coming_of_age .flex-box {
}
.coming_of_age .flex-box.reverse {
	flex-direction: row-reverse;
}
.coming_of_age .flex-box .img-box {
	width: 100%;
}
.coming_of_age .flex-box .txt-box {
	text-align: left;
	padding: 20px;
	position: relative;
}
.coming_of_age .flex-box .txt-box1::after {
	content: "";
    display: inline-block;
    position: absolute;
    width: 100px;
    height: 60px;
    background: url(../img/contents/coming_of_age/illust_1.png) no-repeat 0% 50%;
    background-size: 100px;
    top: 10px;
    right: 20px;
}
.coming_of_age .flex-box .txt-box2::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 60px;
    background: url(../img/contents/coming_of_age/illust_2.png) no-repeat 0% 50%;
    background-size: 80px;
    top: 10px;
    right: 30px;
}
.coming_of_age .flex-box .txt-box2::after {
	content: "";
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 60px;
    background: url(../img/contents/coming_of_age/illust_1.png) no-repeat 0% 50%;
    background-size: 80px;
    bottom: 0px;
    left: 10px;
}
.coming_of_age .item-box ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
	padding: 0 20px;
	box-sizing: border-box;
}
.coming_of_age .item-box li {
	width: 32.3%;
}
.coming_of_age .item-box h3 {
	position: relative;
	padding-top: 30px;
	margin-top: 0;
}
.coming_of_age .swaro h3::after {
	content: "1 / 6";
}
.coming_of_age .green h3::after {
	content: "2 / 6";
}
.coming_of_age .red h3::after {
	content: "3 / 6";
}
.coming_of_age .azure h3::after {
	content: "4 / 6";
}
.coming_of_age .lace_w h3::after {
	content: "5 / 6";
}
.coming_of_age .lace_p h3::after {
	content: "6 / 6";
}
.coming_of_age #lineup {
	margin: 50px 0;
}
.coming_of_age #lineup .inner {
	padding: 0 5%;
}
.coming_of_age #lineup p {
	text-align: center;
}
.coming_of_age #lineup ul {
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto 0 auto;
	width: 100%; 
	align-items: baseline;
	box-sizing: border-box;
	padding: 0;
}
.coming_of_age #lineup li {
    width: 32.3%;
    padding: 0;
    margin: 0 5px 30px 0;
}
.coming_of_age #lineup li:nth-child(3n) {
	margin: 0 0 0 0;
}
.coming_of_age #lineup li a {
	position: relative;
	display: block;
	height: inherit;
}
.coming_of_age #lineup li a::after {
	content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/coac/coming_of_age/arrow_right.png) no-repeat 0% 50%;
    background-size: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.coming_of_age #lineup .viewmore {
	margin-top: 0;
}
.coming_of_age .color {
	margin-bottom: 50px;
}
.coming_of_age .design {
	margin-bottom: 80px;
}
.coming_of_age .color .inner,
.coming_of_age .design .inner {
	padding: 0 20px;
}
.coming_of_age .color h3,
.coming_of_age .design h3 {
	font-size: 22px;
	color: #563B34;
}
.coming_of_age .color ul,
.coming_of_age .design ul {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.coming_of_age .color li,
.coming_of_age .design li {
    width: 31.3%;
    padding: 10px 5px;
    text-align: center;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
} 
.coming_of_age .color li:nth-child(3n),
.coming_of_age .design li:nth-child(3n) {
    margin-right: 0;
}
.coming_of_age .color li.white,
.coming_of_age .design li {
	background: #fff;
    border: 1px solid #563B34;
}
.coming_of_age .color li.red {
	background: #FF0000;
}
.coming_of_age .color li.yellow_green {
	background: #b8d200;
}
.coming_of_age .color li.blue {
    background: #0073BD;
}
.coming_of_age .color li.black {
    background: #000;
}
.coming_of_age .color li.dull {
    background: #D6909D;
}
.coming_of_age .color li a {
	color: #fff;
}
.coming_of_age .color li.white a,
.coming_of_age .design li a {
	color: #563B34;
}
.coming_of_age #about {
	background: #eee;
	padding: 50px 0;
}
.coming_of_age #about h2 {
	font-size: 24px;
	text-align: center;
	margin-top: 0;
}
.coming_of_age #about .inner {
	padding: 0;
}
.coming_of_age #about .flex-box {
	margin-top: 30px;
	padding: 0 20px;
}
.coming_of_age #about .flex-box .txt-box {
	padding: 20px 0 0;
}
.coming_of_age .footer-menu {
	width: 1000px;
	justify-content: center;
    margin: 0 auto;
}
.coming_of_age footer p {
	font-size: 13px;
}
.coming_of_age .gallery-list li {
	position: relative;
}
.coming_of_age .gallery-list li::after {
	content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/coac/coming_of_age/zoom.png) no-repeat 0% 50%;
    background-size: 15px;
    position: absolute;
    bottom: 10px;
    right: 8px;
}
.coming_of_age #pickup iframe {
	width: -webkit-fill-available;
}
.coming_of_age #header h1 {
	margin: 0;
    padding: 0;
    width: 30%;
    height: 80px!important;
    background: url(../img/common/logo.png) no-repeat 50% 50%;
    background-size: 70%!important;
    text-indent: -9999px;
    float: left;
}
.coming_of_age .menu.flex li,
.coming_of_age .menu.flex li a {
	color: #fff;
	text-decoration: none;
}
.coming_of_age #contact2021 {
    margin: 0 5% 100px;
}
.coming_of_age #contact2021 .btn a {
	display: block;
    width: 90%;
    background: #972123 url(../img/common/arrow_right.png) no-repeat 95% 50%;
    background-size: 7px;
    color: #FFF;
    text-decoration: none;
    float: right;
    padding: 3% 5%;
    border-radius: 5px;
}
.coming_of_age #pickup {
    margin: 50px auto;
}


/* present */
.coming_of_age #present {
    background: #f8f8f8;
    padding: 20px 0 30px;
    margin: 0;
    position: relative;
}
.coming_of_age #present::before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 40px;
	background: url("../img/coac/coming_of_age/present-bg.png") no-repeat 0% 50%;
	background-size: 100%;
	position: absolute;
	bottom: 15px;
    left: 15px;
    z-index: 999;
}
.coming_of_age #present::after {
	content: "";
	display: inline-block;
	width: 80px;
	height: 40px;
	background: url("../img/coac/coming_of_age/present-bg.png") no-repeat 0% 50%;
	background-size: 100%;
	position: absolute;
	top: 15px;
    right: 15px;
    z-index: 999;
}
.coming_of_age #present .inner {
    margin: 0;
    padding: 0;
}
.coming_of_age #present ul {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.coming_of_age #present ul li {
    width: 30.333%;
    margin: 0 1.5%;
}
.coming_of_age #present ul.present-box1 {
    margin-top: 10px;
}
.coming_of_age #present ul.present-box2 {
    position: relative;
    margin-top: 30px;
}
.coming_of_age #present ul.present-box2::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 50px;
	background: url("../img/coac/coming_of_age/present-txt.png") no-repeat 0% 50%;
	background-size: 100%;
	position: absolute;
	top: -25%;
}

/* yoyaku */
.yoyaku_ico {
    display: inline-block;
    position: fixed;
    bottom: 95px;
    right: 10px;
}
.yoyaku_ico img {
	width: 70px;
	height: auto;
}
/* line */
.line_ico {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 10px;
}
.line_ico img {
	width: 70px;
    height: auto;
}