@charset "utf-8";

/* --- SP ---------- */

@media print, screen and (max-width: 740px) {

	body #main {
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 76%;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "ＭＳ Pゴシック", Osaka, sans-serif;
		line-height: 160%;
		overflow-x: hidden;
		position: relative;
		letter-spacing: 0;
	}

	h2{
		letter-spacing:1px;
		font-size:120%;
	}
	

}


/* --- PC ---------- */

@media print, screen and (min-width: 741px) {
	body #main {
		width: 100%;
		margin: 0;
		padding: 0;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "ＭＳ Pゴシック", Osaka, sans-serif;
		font-size: 16px;
		line-height: 160%;
		box-sizing: border-box;
		overflow-x: hidden;
		position: relative;
		letter-spacing: 0;
	}

	h2{
		letter-spacing:1px;
		font-size:140%;
	}

}

/*　フォント　*/
h1,h2,h3,h4,h5,h6{
		font-family: TsukuGoPr5-D, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Pゴシック", Osaka, sans-serif;
	font-weight: 700;
}


.en{
	font-family: 'Josefin Sans', sans-serif;
	font-weight:bold;
}

strong{
	font-weight: normal;
}

/*　リンク　*/

a {
	text-decoration: none;
}

a img {
	border: none;
}

.opac a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

a:hover img.opac {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}


/*　配置　*/

.img-center {
	text-align: center;
}

.img-right {
	padding: 5px 0 10px 20px;
	float: right;
}

.img-left {
	padding: 5px 20px 10px 0;
	float: left;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.clear {
	clear: both;
}

.bar{
	letter-spacing: -3px;
	margin-right: 0.3em;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 120%;
}

.small {
	font-size: 80%;
}

.red {
	color: #ff0000;
}

.orange {
	color: #E67579;
}

.marker_yellow{
	background: linear-gradient(transparent 40%, #ffff66 40%);
}

.marker_pink{
	background: linear-gradient(transparent 40%, #FFDFEF 40%);
}


::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.ck_editor img {
	width:auto;
}

div.image90{
	width: 90%;
	margin: 0 auto;
}

div.image80{
	width: 80%;
	margin: 0 auto;
}

div.image60{
	width: 60%;
	margin: 0 auto;
}

div.image50{
	width: 50%;
	margin: 0 auto;
}

div.image40{
	width: 40%;
	margin: 0 auto;
}

div.image30{
	width: 30%;
	margin: 0 auto;
}

div.image20{
	width: 20%;
	margin: 0 auto;
}

span.i_block{
	display: inline-block;
}


/*　== メイン =================================================　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.style01 p,
	.style02 p,
	.style03 p{
		margin: 15px 0;
	}
	.hakama .coordinate_comment {
		margin: 10px auto;
	}
	.hakama .chapter02 h4,
	.hakama .chapter03 h4{
		margin: 23px 0 10px;
	}
	.voice-list h3.info-text-ttl-sm {
	font-size:0.95em;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.style01 p,
	.style02 p,
	.style03 p{
		margin: 16px 0;
	}
	.hakama .chapter02 h4,
	.hakama .chapter03 h4{
		margin: 30px 0 15px;
	}
	
	/* コレクション
	---------------------------------------------------------------------------*/
	p.lead {
		margin: 25px 0;
	}
}


/*　== プラン =================================================　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.plan p {
		margin: 13px 0;
	}
	div.style02.plan div.btn_black {
		padding: 0 0 20px;
		width: 90%;
	}
	div.style02.plan div.btn_black a {
		height: 4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 5px;
	}
	#main .plan h1 {
		font-size: 130%;
		line-height: 160%;
		text-align: center;
		margin: 0;
	}
	#main div.plan_title_box h2 {
		max-width: 300px;
		width: 80%;
		margin: 0 auto;
		padding-top: 20px
	}
	.btn_black a {
		line-height: 1.35;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	div.style02.plan p {
		margin: 16px 0;
	}
	div.style02.plan div.btn_black {
		padding: 25px 0 35px;
		width: 85%;
	}
	div.style02.plan div.btn_black a {
		height: 67px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 5px;
	}
	#main .plan h1 {
		font-size: 160%;
		line-height: 160%;
		text-align: center;
		margin: 0;
	}
	#main div.plan_title_box h2 {
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
		padding-top: 50px;
		text-align: center;
	}
}

@media screen and (min-width: 1170px) and (max-width: 1280px) {
	div.style02.plan div.btn_black {
			padding: 20px 0;
	}
	#main div.plan_title_box h2 {
		padding-top: 30px;
	}
}

@media screen and (min-width: 1070px) and (max-width: 1169px) {
	div.style02.plan div.btn_black {
			padding: 10px 20px;
	}
		#main div.plan_title_box h2 {
		padding-top: 20px;
	}
}

@media screen and (min-width: 990px) and (max-width: 1069px) {
	div.style02.plan div.btn_black {
			padding: 10px 0;
	}
	div.style02.plan div.btn_black a {
		height: 67px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 10px;
	}
	#main div.plan_title_box h2 {
    padding-top: 20px;
    max-width: 250px;
    width: 100%;
	}
}

@media screen and (min-width: 840px) and (max-width: 990px) {
	div.style02.plan div.btn_black {
    padding: 0;
	}
	div.plan_title_box_inner p {
    margin: 5px 0;
	}
	div.style02.plan div.btn_black {
			padding: 5px 0 10px;
	}
	#main div.plan_title_box h2 {
		padding-top: 20px;
		max-width: 250px;
		width: 100%;
	}
}

@media screen and (min-width: 740px) and (max-width: 839px) {
		#main div.plan_title_box h2 {
		padding-top: 20px;
		max-width: 250px;
		width: 100%;
	}
}

.plan_menu_box01 img,
.plan_menu_box02 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/*　== VOICE =================================================　*/
#main.voice-list .chapter02 .voice-list-body h3 {
    border-bottom: 1px solid #e67578;
    padding-bottom: 15px;
		margin: 1em 0 0!important;
	letter-spacing: 0;
}
#main.voice-list .chapter02 .voice-list-body h3 span.city {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    padding: 3px 5px;
    box-sizing: border-box;
    background: #e67578;
}

/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.voice h2 {
				font-size: 1.17em;
		margin: 20px 0;
	}
		.voice p {
		margin: 15px 0;
	}
	.voice .chapter02 .chapter02-body .box-text {
		width: 100%;
	}
	.voice-list h2 {
		margin: 17px 0;
				font-size: 1.17em;
	}
	.voice-list h3 {
		margin: 17px 0;
	}
	.voice-list p {
		margin: 15px 0;
	}
	.voice-list table th {
		font-weight:bold;
	}
	#main.voice .chapter01 h1.lead {
		font-size: 100%;
		letter-spacing: 1px;
	}
	#main.voice .chapter01 h2 {
		margin-top: 20px;
		font-size: 100%;
	}
	#main.voice .chapter02 .chapter02-body a h2 {
		color: #e67578;
		-webkit-text-stroke: 1px #000;
		text-stroke: 1px #000;
		text-align: left;
		font-size: 160%;
		line-height: 1.25;
		margin: 1em 0;
	}
	#main.voice .chapter02 .chapter02-body a h3 {
		margin: 5px 0;
		color: inherit;
		font-size: 100%;
		-webkit-text-stroke: 0;
		text-stroke: 0;
		font-weight: bold;
	}
	#main.voice-list h1 {
		font-size: 130%;
		line-height: 160%;
		text-align: center;
		margin: 0;
			letter-spacing: 0;
	}
	#main.voice-list .style02 h2 {
		margin: 1em 0;
		font-size: 1.17em;
			letter-spacing: 0;
		text-align: left;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	#main.voice h1,
	#main.voice h2,
	#main.voice h3,
	#main.voice h4 {
		font-weight: bold;
	}
	#main.voice .chapter01 h1.lead {
		font-weight: bold;
	}
	#main.voice .chapter01 h2 {
		font-size: 1.17em;
		margin-bottom: 15px;
		font-weight: bold;
	}
	#main.voice .chapter02 .chapter02-body a h2 {
		font-weight: bold;
		margin: 25px 0;
	}
	#main.voice .chapter02 .chapter02-body a p {
		margin: 12px 0;
	}
	.voice .chapter02 .chapter02-body .box-text {
		margin: 0 auto;
	}
	#main.voice .chapter02 .chapter02-btn h2 {
		margin: 19px 0;
		font-size: 1.17em;
	}
	.voice-list h3 {
		margin: 22px 0;
	}
	.voice-list p {
		margin: 16px 0;
	}
	.voice-list table th {
		font-weight:bold;
	}
	#main.voice .chapter01 h1.lead {
		font-size: 100%;
		letter-spacing: 1px;
	}
	#main.voice .chapter01 h2 {
		margin-top: 50px;
				font-size: 100%;
	}
	#main.voice .chapter02 .chapter02-body a h2 {
		color: #e67578;
		-webkit-text-stroke: 1px #000;
		text-stroke: 1px #000;
		text-align: left;
		font-size: 160%;
		    line-height: 1.25;
	}
	#main.voice .chapter02 .chapter02-body a h3 {
		margin: 5px 0;
		color: inherit;
		font-size: 100%;
				-webkit-text-stroke: 0;
					text-stroke: 0;
		font-weight: bold;
	}
	#main.voice-list h1 {
		font-size: 160%;
		line-height: 160%;
		text-align: center;
		margin: 0;
			letter-spacing: 0;
	}
	#main.voice-list .style02 h2 {
		margin: 1em 0;
		font-size: 1.17em;
			letter-spacing: 0;
	}
	#main.voice-list .chapter02 .voice-list-body .box01 h2 {
		margin-top: 0;
		margin-bottom: 0;
		text-align: left;
	}
	#main.voice-list .chapter02 .voice-list-body .box02 h2 {
		margin-top: 0;
		margin-bottom: 0;
		text-align: left;
	}
}


/*　== トレンドBLOG =================================================　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	/* --- トレンド情報 ---------- */
	div.trend.trend_article .style01 .main_body {
		padding: 30px 0 0 0;
	}
	div.trend.trend_article .style01 .main_body.chapter02 h3.title {
		margin: 15px 0;
	}
	.ck_editor h3 {
		font-size: 1.17em;
		margin: 18px 0;
	}
	.ck_editor p {
		margin: 15px 0;
	}
	.ck_editor table {
		border: 1px solid gray;
				vertical-align: middle;
	}
	.ck_editor table td {
		vertical-align: middle;
	}
	.ck_editor table h3 {
		font-size: 1.17em;
		margin: 18px 0;
	}
	#main.trend div.trend_box div.box h2 {
		font-size: 80%;
		margin: 8px 0;
		line-height: 1.5;
		text-align: left;
	}
	#main.trend.trend_article .style01 .main_body.chapter02 h1.title {
		margin: 15px 0;
		font-size: 130%;
    line-height: 160%;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
		/* --- トレンド情報 ---------- */
	div.trend.trend_article .style01 .main_body {
		padding: 60px 0 0 0;
	}
	div.trend.trend_article .style01 .main_body.chapter02 h3.title {
		margin: 28px 0;
	}
	.ck_editor h3 {
		font-size: 1.17em;
		margin: 18px 0;
	}
	.ck_editor p {
		margin: 16px 0;
	}
	.ck_editor table {
		border: 1px solid gray;
		vertical-align: middle;
	}
	.ck_editor table td {
		vertical-align: middle;
	}
	.ck_editor table h3 {
		font-size: 1.17em;
		margin: 18px 0;
	}
	#main.trend div.trend_box div.box h2 {
		font-size: 90%;
		margin: 8px 0;
				text-align: left;
	}
	#main.trend.trend_article .style01 .main_body.chapter02 h1.title {
		margin: 28px 0;
		font-size: 180%;
    line-height: 160%;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
	}
}


/*　== アクセス =================================================　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.access h3 {
		margin: 20px 0;
	}
	#main.access .access_txt h2 {
		font-size: 140%;
		margin: 8px 0 0;
	}
	#main.access .access_txt h3 {
		color: #e67578;
		margin: 8px 0 0;
		font-size: 120%;
	}
	#main.access div.main_body.chapter02 h2 {
		font-size: 120%;
		line-height: 1.8;
	}
	#main.access div.main_body.chapter02 h2 span.yellow_border {
		background: linear-gradient(transparent 60%, #ffff66 60%);
	}
	#main.access div.chapter03 h2 {
		text-align: center;
		font-size: 120%;
		line-height: 1.8;
				margin: 1em 0;
	}
	div.access_tel div.center {
		max-width: 400px;
    width: 90%;
    margin: 0 auto;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.access h3 {
		margin: 22px 0;
	}
	#main.access .access_txt h2 {
		font-size: 150%;
		text-align: center;
		margin: 8px 50px 20px 0;
		display: inline-block;
	}
	#main.access .access_txt h3 {
		color: #e67578;
		margin: 8px 0 0;
		font-size: 120%;
	}
	#main.access div.main_body.chapter02 h2 {
		font-size: 140%;
		line-height: 1.8;
	}
	#main.access div.main_body.chapter02 h2 span.yellow_border {
		background: linear-gradient(transparent 60%, #ffff66 60%);
	}
	#main.access div.chapter03 h2 {
		text-align: center;
		font-size: 140%;
		line-height: 1.8;
		margin: 1em 0;
	}
}

/*　== 前撮り・ギャラリー =================================================　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
		.photo h3 {
		margin: 15px 0;
	}
	.photo h4 {
		margin: 26px 0;
	}
		.photo p {
		margin: 15px 0;
	}
	.photo .chapter06_box .flex_box .box + .box {
		margin-top: 5px;
	}
	#main.photo div.chapter02 div.chapter02_box div.right h2 {
		margin: 0 auto;
		font-size: 90%;
	}
	#main.photo div.chapter02 div.chapter02_box div.right h3 {
		color: #db7174;
		font-size: 140%;
		margin: 10px 0;
	}
	#main.photo div.chapter03 div.chapter03_box div.left h2 {
		margin: 0 auto;
		font-size: 90%;
	}
	#main.photo div.chapter03 div.chapter03_box div.left h3 {
		color: #db7174;
		font-size: 140%;
				margin: 1.5em 0;
	}
	#main.photo div.chapter04 h2 {
		font-size: 90%;
		margin: 0 auto;
	}
	#main.photo div.chapter04 h3 {
		font-size: 120%;
		margin: 0 auto;
		line-height: 1.8;
	}
	#main .chapter05 h2 {
    text-align: center;
    font-size: 90%;
    margin: 0;
	}
	#main .staff_box div.inner h3 {
		margin: 0;
		font-size: 130%;
	}
	#main .chapter06 div.chapter06_box h3 {
		margin: 8px 0;
		font-size: 160%;
		text-align: center;
	}
	#main .staff_comment div.table div.left h4 {
		font-size: 130%;
		line-height: 1.5;
		color: #db7174;
		margin: 0;
	}
	#main.gallery h1 {
		margin: 0 auto;
		font-size: 100%;
		text-align: center;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.photo h3 {
		margin: 30px 0;
	}
	.photo p {
		margin: 15px 0;
	}
	#main.photo div.chapter02 div.chapter02_box div.right h2 {
		margin: 0 auto;
		font-size: 90%;
	}
	#main.photo div.chapter02 div.chapter02_box div.right h3 {
		color: #db7174;
		font-size: 140%;
		margin: 1em 0; 
	}
	#main.photo div.chapter03 div.chapter03_box div.left h2 {
		margin: 0 auto;
		font-size: 90%;
	}
	#main.photo div.chapter03 div.chapter03_box div.left h3 {
		color: #db7174;
		font-size: 140%;
		margin: 1em 0; 
	}
	#main.photo div.chapter04 h2 {
		font-size: 90%;
		margin: 0 auto;
	}
	#main.photo div.chapter04 h3 {
    font-size: 140%;
    margin: 0 auto;
    line-height: 1.8;
	}
	#main .chapter05 h2 {
    text-align: center;
    font-size: 90%;
    margin: 0;
	}
	#main .staff_box div.inner h3 {
		margin: 0 0 30px;
		font-size: 150%;
	}
	#main .chapter06 div.chapter06_box h3 {
		margin: 8px 0;
		font-size: 160%;
		text-align: center;
	}
	#main .staff_comment div.table div.left h4 {
		font-size: 140%;
		line-height: 1.7;
		color: #db7174;
		margin: 0;
	}
	#main.gallery h1 {
		margin: 0 auto;
		font-size: 100%;
		text-align: center;
	}
}


/*　== 会社情報 =================================================　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.company01 p {
		margin: 15px 0;
	}
		.company01 dl {
		margin: 15px 0;
	}
	.company h2 {
		margin: 17px 0;
	}
	#main.company .chapter02 .company_theme01 h2 {
		max-width: 780px;
		width: 100%;
		margin: 0px auto;
		padding: 10px 0 25px 0;
	}
	#main.company .chapter03 .profile .left h2 {
		padding: 0 0 20px 0;
				margin: 1em 0;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.company01 p {
		margin: 16px 0;
	}
	#main.company .chapter02 .company_theme01 h2 {
		max-width: 780px;
		width: 100%;
		margin: 0px auto;
		padding: 10px 0 25px 0;
	}
	#main.company .chapter03 .profile .left h2 {
		padding: 0 0 20px 0;
		margin: 1em 0;
	}
}

.bottom-btn a {
	transition: opacity .3s;
}

.bottom-btn a:hover {
	opacity: .7;
}


/*　== オンライン予約 =================================================　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.online p {
		margin: 15px 0;
	}	
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
		.online p {
		margin: 16px 0;
	}	
}

/*　== 卒業袴予約＆袴選び =================================================　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.hakama .coordinate_comment {
		margin: 10px auto;
	}
	.hakama .chapter02 h3,
	.hakama .chapter03 h3{
		margin: 23px 0 10px;
	}
	div.hakama_point div.hakama_point_imgbox01 div.box h4 {
		margin: 10px 0;
	}
		.hakama_point img {
    vertical-align: middle;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.hakama .chapter02 h3,
	.hakama .chapter03 h3{
		margin: 30px 0 15px;
	}
	div.hakama_box_title div.left {
		width: 15%;
	}
	div.hakama_box_title div.right h2 {
		margin: 27px 0;
	}
	div.hakama_point div.hakama_point_imgbox01 div.box h3 {
		margin: 32px 0;
	}
	.hakama_point img {
    vertical-align: middle;
	}
}

/*　== サイトのご利用にあたって＆プライバシーポリシー =================================================　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	div#main.sitepolicy h2 {
		font-size: 1.17em;
		margin: 1em 0;
	}
		div#main.sitepolicy ol,
	div#main.sitepolicy ul{
		padding-left: 40px;
	}
	div#main.sitepolicy ol li {
		list-style-type: decimal;
	}
	
	div#main.sitepolicy ol li ul li{
		list-style-type: circle;
	}
	.policy-body {
		
	}
	
		div#main.sitepolicy.policy ol li {
		list-style-type: none;
	}
	
	div#main.sitepolicy.policy ol li ul li{
		list-style-type: disc;
	}
		.policy .enact {
		font-weight: 500;
	}
				div#main.sitepolicy.policy ol {
		padding-left: 0px;
	}
		div#main.sitepolicy.policy ul{
		padding-left: 30px;
	}
			div#main.sitepolicy.sitemap ul {
		padding-left: 0px;
	}
	div#main.sitepolicy h1 {
		margin: 20px 0 30px 0;
		font-size: 130%;
    line-height: 160%;
    text-align: center;
	}
	div#main.sitepolicy h2 {
		font-size: 1.17em;
		margin: 1em 0;
		color: #e67578;
		border-bottom: 1px solid #e67578;
		text-align: left;
	}
	#main .contact-box-info {
		font-size: 100%;
		margin-top:0;
		font-weight: 700;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	div#main.sitepolicy h2 {
		font-size: 1.17em;
		margin: 1em 0;
	}
	div#main.sitepolicy ol,
	div#main.sitepolicy ul{
		padding-left: 40px;
	}
	div#main.sitepolicy ol li {
		list-style-type: decimal;
	}
	
	div#main.sitepolicy ol li ul li{
		list-style-type: circle;
	}
	div#main.sitepolicy.policy ol {
		padding-left: 0px;
	}
			div#main.sitepolicy.policy ol li {
		list-style-type: none;
	}
	
	div#main.sitepolicy.policy ol li ul li{
		list-style-type: disc;
	}
	.policy .enact {
		font-weight: 500;
	}
		div#main.sitepolicy.sitemap ul {
		padding-left: 0px;
	}
	div#main.sitepolicy h1 {
		margin: 20px 0 30px 0;
		font-size: 160%;
    line-height: 160%;
    text-align: center;
	}
	div#main.sitepolicy h2 {
		font-size: 1.17em;
		margin: 1em 0;
		color: #e67578;
		border-bottom: 1px solid #e67578;
		text-align: left;
	}
	#main .contact-box-info {
		font-size: 100%;
		margin-top:0;
		font-weight: 700;
	}
}

/*　== サイトのご利用にあたって＆プライバシーポリシー =================================================　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	div#main.sitepolicy h2{
		color: #e67578;
		border-bottom: 1px solid #e67578;
	}
	div#main.sitepolicy h2 a{
				color: #e67578;
	}
	div#main.sitepolicy h2 a:hover {
		color: #f9b9b9;
		text-decoration: none;
	}
}
/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	div#main.sitepolicy h2{
		color: #e67578;
		border-bottom: 1px solid #e67578;
	}
		div#main.sitepolicy h2 a{
				color: #e67578;
	}
	div#main.sitepolicy h2 a:hover {
		color: #f9b9b9;
		text-decoration: none;
	}
}

/*　== 旧aboutページ =================================================　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.about .chapter_bottom ul li.on a {
			display: flex;
		justify-content: center;
		align-items: center;	
	}
	.about .chapter_bottom ul li a {
					display: flex;
		justify-content: center;
		align-items: center;	
	}
	.about .chapter_bottom ul li a span {
		position: unset;
		font-size: 15px;
		display: block;
	}
}


/*　== 会社情報 =================================================　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.style02 h3,
		.style04 h3{
		margin: 1em 0;
		font-size: 1.17em;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.style02 h3,
		.style04 h3{
		margin: 1em 0;
		font-size: 1.17em;
	}
}


/*　== お客様の声 =================================================　*/
.realvoice .realvoice_contents_body ul li {
	list-style: disc;
}
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.realvoice .style02 h3,
	.realvoice .style04 h3{
		margin: 1.33em 0;
	}
	#main.realvoice .chapter01 h2{
		margin: 1em 0;
	}
	#main.realvoice .chapter02 h2{
		margin: 1em 0;
	}
	.realvoice .lead {
				margin: 1em;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	#main.realvoice h1 {
		font-size: 160%;
		line-height: 160%;
		text-align: center;
		margin: 0;
	}
	#main.realvoice .chapter01 h2{
		margin: 1em 0;
	}
	#main.realvoice .chapter02 h2{
		margin: 1em 0;
	}
	.realvoice .style02 h3,
	.realvoice .style04 h3{
		margin: 1.33em 0;
	}
}



/*　== コレクション個別ページ =================================================　*/
.collection_detail .recommend_item a {
    aspect-ratio: 180 / 315;
    width: 100%;
    height: 100%;
    display: block;
}
.collection_detail .recommend_item a img {
    height: 100%;
	object-fit:cover;
}
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.collection_detail .recommend_area {
		padding: 20px 8% 25px 8%;
	}
	.collection_detail .main_photo {
		padding-top: 180%;
	}
}


/*　== ご予約会 =================================================　*/
/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	#main.hakama .chapter01 h2 {
		text-align: center;
		margin: 8px 0;
		font-size: 160%;
		line-height: 1.7;
	}
	#main.hakama .chapter02 h2 {
		text-align: center;
		margin: 0;
		font-size: 110%;
	}
	#main.hakama .chapter02 h3 {
		text-align: center;
		font-size: 140%;
		color: #e67578;
		font-weight: bold;
		margin-bottom: 15px;
	}
	#main.hakama .chapter03 h2 {
		margin: 0;
		text-align: center;
		font-size: 110%;
	}
	#main.hakama .chapter02 h3, .hakama .chapter03 h3 {
		margin: 30px 0 15px;
	}
	#main.hakama .chapter03 h3 {
		text-align: center;
		font-size: 140%;
		color: #e67578;
		font-weight: bold;
		margin-bottom: 15px;
	}
}
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	#main.hakama .chapter01 h2 {
		text-align: center;
		margin: 8px 0;
		font-size: 140%;
	}
	#main.hakama .chapter02 h3 {
		text-align: center;
		font-size: 120%;
		color: #e67578;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#main.hakama .chapter03 h2 {
		margin: 0;
		text-align: center;
		font-size: 100%;
	}
	#main.hakama .chapter03 h3 {
		text-align: center;
		font-size: 120%;
		color: #e67578;
		font-weight: bold;
		margin-bottom: 15px;
	}
}


/*　== $タイトル$ =================================================　*/
/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

}
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

}


/*　== 共通フッターのバッティング箇所修正 =================================================　*/
#main.gallery .c-title {
	margin-bottom: 6.3rem;
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.45;
	letter-spacing: 0.04em;
	text-align: center;
}

#main.gallery .c-title__caption {
	display: inline-block;
	position: relative;
	margin-bottom: 1rem;
	padding: 0 2rem;
	color: #E67578;
	font-size: 2.4rem;
}

#main.gallery .c-title__caption::before,
#main.gallery .c-title__caption::after {
	position: absolute;
	bottom: 0;
	width: 1px;
	height: 80%;
	background-color: #E67578;
	content: "";
}

#main.gallery .c-title__caption::before {
	left: 0;
	transform: rotate(-20deg);
}

#main.gallery .c-title__caption::after {
	right: 0;
	transform: rotate(20deg);
}


#main.gallery .c-cta-box {
	padding: 2.9rem;
	border: 1px solid #E67578;
	border-radius: 8px;
	background-color: #fff;
}

#main.gallery .c-cta-box__caption {
	color: #C0002D;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.4583333333;
	text-align: center;
}

#main.gallery .c-cta-box__caption span {
	display: inline-block;
	position: relative;
	padding: 0 2rem;
}

#main.gallery .c-cta-box__caption span::before,
#main.gallery .c-cta-box__caption span::after {
	position: absolute;
	bottom: 0.2rem;
	width: 1px;
	height: 2.8rem;
	background-color: #E67578;
	content: "";
}

#main.gallery .c-cta-box__caption span::before {
	left: 0;
	transform: rotate(-20deg);
}

#main.gallery .c-cta-box__caption span::after {
	right: 0;
	transform: rotate(20deg);
}

#main.gallery .c-cta-box__btn {
	max-width: 48rem;
	margin: 2.8rem auto 0;
}

#main.gallery .c-cta-box__btn a + a {
	margin-top: 2.8rem;
}

#main.gallery .c-cta-box__desc {
	margin-top: 2rem;
	font-size: 1.8rem;
	text-align: center;
}


#main.gallery .c-btn-type02 {
	display: block;
	position: relative;
	width: 100%;
	padding: 1.5rem;
	background-color: #C0002D;
	box-shadow: 8px 8px 0 #cccccc;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.3s;
}

#main.gallery .c-btn-type02:visited,
#main.gallery .c-btn-type02:link {
	color: #fff;
}

.c-btn-type02::after {
	position: absolute;
	top: 50%;
	right: 2.3rem;
	width: 0.7rem;
	height: 0.7rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 0.2rem solid #fff;
	border-bottom: 0.2rem solid #fff;
	content: "";
}

#main.gallery .c-btn-type02.--mail {
	background-color: #C0002D;
}

#main.gallery .c-btn-type02.--mail:hover {
	background-color: #E82855;
}

#main.gallery .c-btn-type02.--line {
	background-color: #00B900;
}

#main.gallery .c-btn-type02.--line:hover {
	background-color: #1ED71E;
}

#main.gallery .c-btn-type02.--tel {
	background-color: #F55A5E;
}

#main.gallery .c-btn-type02.--tel:hover {
	background-color: #FA898C;
}


#main.gallery .p-guid__title {
	margin-bottom: 6.4rem;
}

#main.gallery .p-guid__media {
	display: flex;
	justify-content: space-between;
}

#main.gallery .p-guid__item {
	width: 46.85%;
}

#main.gallery .p-guid__box {
	height: 100%;
}

#main.gallery .p-guid__btn {
	margin-top: 3rem;
	text-align: center;
}

#main.gallery .p-guid__map iframe {
	aspect-ratio: 16/11;
	width: 100%;
	height: 100%;
}

#main.gallery .p-guid__sub {
	margin-top: 8rem;
	font-weight: 700;
	font-size: 2.6rem;
	text-align: center;
}

#main.gallery .p-guid__calendar {
	margin-top: 2.4rem;
	margin-bottom: 6rem;
}

#main.gallery .p-guid__calendar iframe {
	aspect-ratio: 1366/494;
	width: 100%;
	height: 100%;
}



@media screen and (min-width: 769px) and (max-width: 1446px) {
	#main.gallery .c-title {
		font-size: 3.6rem;
	}
	
	#main.gallery .c-btn-type02 {
		padding: 1.8rem 1rem;
		font-size: 1.5rem;
	}

	#main.gallery .c-btn-type02::after {
		right: 1.2rem;
	}

}


@media print, screen and (max-width: 768px) {
	#main.gallery .c-title {
		margin-bottom: 3.2rem;
		font-size: 2.4rem;
		letter-spacing: 0;
	}

	#main.gallery .c-title__caption {
		padding: 0 1.6rem;
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	
	
	#main.gallery .c-btn-type02 {
		padding: 1.2rem 1rem 1.5rem;
		box-shadow: 4px 4px 0 #cccccc;
		font-size: 1.5rem;
		line-height: 1.4666666667;
	}

	#main.gallery .c-btn-type02::after {
		right: 1.2rem;
		width: 0.55rem;
		height: 0.55rem;
	}
	
	
	#main.gallery .c-cta-box {
		padding: 2.1rem 2.4rem;
	}

	#main.gallery .c-cta-box__caption {
		font-size: 1.8rem;
		line-height: 1.4444444444;
	}

	#main.gallery .c-cta-box__caption span {
		padding: 0 1.2rem;
	}

	#main.gallery .c-cta-box__caption span::before,
	#main.gallery .c-cta-box__caption span::after {
		bottom: 0;
		height: 2rem;
	}

	#main.gallery .c-cta-box__btn {
		margin-top: 1.5rem;
	}

	#main.gallery .c-cta-box__btn a + a {
		margin-top: 1.2rem;
	}

	#main.gallery .c-cta-box__desc {
		margin-top: 1.2rem;
		font-size: 1.4rem;
	}
	
	
	#main.gallery .p-guid__title {
		margin-bottom: 3.2rem;
	}

	#main.gallery .p-guid__media {
		flex-direction: column;
	}

	#main.gallery .p-guid__item {
		width: 100%;
	}

	#main.gallery .p-guid__item + .p-guid__item {
		margin-top: 3.2rem;
	}

	#main.gallery .p-guid__box {
		height: auto;
	}

	#main.gallery .p-guid__btn {
		max-width: 28rem;
		margin-right: auto;
		margin-left: auto;
	}

	#main.gallery .p-guid__map iframe {
		aspect-ratio: 328/225;
	}

	#main.gallery .p-guid__sub {
		margin-top: 3.2rem;
		font-size: 2rem;
	}

	#main.gallery .p-guid__calendar {
		margin-top: 0.4rem;
		margin-bottom: 3.2rem;
	}

	#main.gallery .p-guid__calendar iframe {
		aspect-ratio: 328/318;
	}
}


/*　== 2024.4.19保守対応追加 =================================================　*/
.buy_bnr a img {
	transition: all .3s;
	display: block;
}