/* about */

/* ------------------------------------

about共通

------------------------------------ */
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	.about-common .maintitle{
		text-align: center;
		line-height: 1.0;
		margin: 20px 0 10px;
		font-size: 300%;
		color: #869e8e;
	}

	.about-common h1{
		text-align: center;
		font-size: 90%;
		margin: 0;
		color: #333333;
	}

	.about-common .about-btn{
		max-width: 1530px;
		width: 96%;
		margin: 0 auto;
	}

	.about-common .about-btn .btn{
		max-width: 700px;
		width: 90%;
		position: relative;
		margin: 10px auto;
	}

	.about-common .about-btn .btn .text-box{
		position: absolute;
		text-align: center;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 30%;
	}

	.about-common .about-btn .btn a{
		display: block;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	.about-common .about-btn .btn a .text-box,
	.about-common .about-btn .btn a .text-box .en-title,
	.about-common .about-btn .btn a .text-box .more{
		color: #fff;
	}

	.about-common .about-btn .btn a .text-box .en-title{
		margin: 0px 0 10px 0;
		font-size: 180%;
	}

	.about-common .about-btn .btn a .text-box h2{
		margin: 0 0 8px;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		font-size: 110%;
	}

	.about-common .about-btn .btn a .text-box .more{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		text-decoration: underline;
		font-weight: normal;
		font-size: 80%;
		letter-spacing: 1px;
	}

	.about-common .about-btn .btn a:hover{
		opacity: 0.75 ;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	.about-common .maintitle{
		text-align: center;
		line-height: 1.0;
		margin: 0 0 10px;
		font-size: 400%;
		color: #869e8e;
	}

	.about-common h1{
		text-align: center;
		font-size: 90%;
		margin: 0;
		color: #333333;
	}

	.about-common .about-btn{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 1300px;
		width: 96%;
		margin: 0 auto;
	}

	.about-common .about-btn .btn{
		width: 48%;
		position: relative;
	}

	.about-common .about-btn .btn .text-box{
		position: absolute;
		text-align: center;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 30%;
	}

	.about-common .about-btn .btn a{
		display: block;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	.about-common .about-btn .btn a .text-box,
	.about-common .about-btn .btn a .text-box .en-title,
	.about-common .about-btn .btn a .text-box .more{
		color: #fff;
	}

	.about-common .about-btn .btn a .text-box .en-title{
		margin: 24px 0 15px 0;
		font-size: 280%;
	}

	.about-common .about-btn .btn a .text-box h2{
		margin: 0 0 8px;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		font-size: 90%;
	}

	.about-common .about-btn .btn a .text-box .more{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		text-decoration: underline;
		font-weight: normal;
		font-size: 80%;
		letter-spacing: 1px;
	}

	.about-common .about-btn .btn a:hover{
		opacity: 0.75 ;
	}
}

@media print, screen and (min-width: 851px) and (max-width: 1081px) {
	.about-common .about-btn .btn a .text-box .en-title{
		font-size: 200%;
	}

	.about-common .about-btn .btn a .text-box .more{
		margin: 0;
	}
}

@media print, screen and (min-width: 741px) and (max-width: 850px) {
	.about-common .about-btn .btn a .text-box .en-title{
		font-size: 200%;
	}

	.about-common .about-btn .btn a .text-box .more{
		margin: 0;
	}

	.about-common .about-btn{
		display: block;
		width: 100%;
		margin: 0px auto;
	}

	.about-common .about-btn .btn{
		width: 80%;
		margin: 0px auto 20px;
	}
}

/* ------------------------------------

会社概要　company.html

------------------------------------ */


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	.company .company-table{
		max-width: 1000px;
		width: 90%;
		margin: 20px auto;
	}

	.company .company-table dl{
		margin: 0;
		padding: 0.2em;
		font-size: 90%;
		line-height: 1.2em;
	}

	.company .company-table dl{
		padding-bottom: 15px;
		border-bottom: 1px solid #dcdcdc;
		margin-bottom: 15px;
	}

	.company .company-table dt{
		margin: 0;
		padding: 0.2em;
		font-size: 90%;
		line-height: 1.2em;
	}

	.company .company-table dd{
		margin: -1.6em 0 0 6em;
		padding: 0.2em;
		border: 0;
		line-height: 1.2em;
	}
}



/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	.company .company-table{
		max-width: 1000px;
		width: 90%;
		margin: 50px auto 80px;
	}

	.company .company-table dl{
		margin: 0;
		padding: 0.2em;
		font-size: 90%;
		line-height: 1.2em;
	}

	.company .company-table dl{
		margin: 20px 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #dcdcdc;
	}

	.company .company-table dt{
		margin: 0;
		padding: 0.2em;
		font-size: 90%;
		line-height: 1.2em;
	}

	.company .company-table dd{
		margin: -1.6em 0 0 9em;
		padding: 0.2em;
		border: 0;
		line-height: 1.2em;
	}

}

@media print, screen and (min-width: 741px) and (max-width: 1140px) {
	.about-common .about-btn .btn a .text-box .en-title{
		margin-top: 0;
	}
}

/* ------------------------------------

スタジオアンジェの想い　whats.html

------------------------------------ */


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.whats .main-body .lead{
		font-size: 80%;
		text-align: center;
		line-height: 1.9;
	}

	.whats .main-body .whats-story{
		width: 90%;
		margin: 20px auto;
	}

	.whats .main-body .lead.last{
		margin-top: 20px;
	}

	.whats .main-body .whats-studio{
		width: 100%;
		margin: 30px auto 30px;
	}

	.whats .main-body .whats-studio .text-box{
		background: #fff;
		width: 90%;
		margin: 0 auto -30px;
		position: relative;
		top: -30px;
		box-sizing: border-box;
		padding: 20px;
	}

	.whats .main-body .whats-studio .text-box h2{
		text-align: center;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		margin-top: 0;
		color: #403b34;
		font-size: 120%;
	}

	.whats .main-body .whats-studio .text-box p{
		line-height: 1.8;
		font-size: 70%;
	}

	.whats .main-body .whats-studio .btn02{
		width: 80%;
		margin: 0 auto;
	}

	.whats .main-body .whats-studio .btn02 a{
		font-size: 80%;
	}

	.whats #movie-contents{
		background: #f6f4f5;
		padding: 20px 0 30px 0;
	}

	.whats #movie-contents .movie-body{
		max-width: 1200px;
		width: 80%;
		margin: 0 auto;
	}

	.whats #movie-contents .movie-body h2{
		font-size: 240%;
		color: #403b34;
		text-align: center;
		font-weight: normal;
		margin-bottom: 20px;
	}

	.whats .main-body.about-more{
		padding: 20px 0;
	}

	.whats .main-body.about-more .more-text{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		text-align: center;
		font-size: 110%;
		color: #403b34;
		letter-spacing: 1.2px;
		line-height: 1.6;
		margin-bottom: 20px;
	}

}



/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	.whats .main-body .lead{
		font-size: 90%;
		text-align: center;
		line-height: 1.9;
	}

	.whats .main-body .whats-story{
		width: 80%;
		margin: 80px auto;
	}

	.whats .main-body .lead.last{
		margin-top: 50px;
	}

	.whats .main-body .whats-studio{
		width: 80%;
		margin: 70px auto 100px;
	}

	.whats .main-body .whats-studio .text-box{
		background: #fff;
		width: 88%;
		margin: 0 auto -80px;
		position: relative;
		top: -80px;
		box-sizing: border-box;
		padding: 60px 80px 20px;
	}

	.whats .main-body .whats-studio .text-box h2{
		text-align: center;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		margin-top: 0;
		color: #403b34;
		font-size: 120%;
	}

	.whats .main-body .whats-studio .text-box p{
		line-height: 1.8;
		font-size: 85%;
	}

	.whats .main-body .whats-studio .btn02{
		max-width: 400px;
		width: 90%;
		margin: 40px auto;
	}

	.whats #movie-contents{
		background: #f6f4f5;
		padding: 60px 0 80px;
	}

	.whats #movie-contents .movie-body{
		max-width: 1200px;
		width: 80%;
		margin: 0 auto;
	}

	.whats #movie-contents .movie-body h2{
		font-size: 380%;
		color: #403b34;
		text-align: center;
		font-weight: normal;
		margin-bottom: 60px;
	}

	.whats .main-body.about-more{
		padding: 60px 0 0;
	}

	.whats .main-body.about-more .more-text{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		text-align: center;
		font-size: 130%;
		color: #403b34;
		letter-spacing: 1.2px;
		line-height: 1.8;
		margin-bottom: 50px;
	}
}


@media print, screen and (min-width: 851px) and (max-width: 1200px) {
	.whats .main-body .whats-studio{
		width: 100%;
	}

	.whats .main-body .whats-studio .text-box{
		padding: 40px 60px 20px;
		top: -60px;
		margin: 0 auto -60px;
	}

	.whats #movie-contents .movie-body h2{
		font-size: 340%;
	}
}

@media print, screen and (min-width: 741px) and (max-width: 841px) {
	.whats .main-body .whats-studio{
		width: 100%;
	}

	.whats .main-body .whats-studio .text-box{
		padding: 40px 60px 20px;
		top: -60px;
		margin: 0 auto -60px;
	}

	.whats #movie-contents .movie-body h2{
		font-size: 300%;
		margin: 10px auto 40px;
	}

	.whats .main-body .whats-story{
		margin: 60px auto;
	}

	.whats .main-body .whats-studio .btn02{
		margin: 20px auto 0;
	}

	.whats .main-body .whats-studio .btn02 a{
		font-size: 85%;
	}

	.whats .main-body .whats-studio{
		margin: 50px auto 80px
	}

	.whats #movie-contents{
		padding: 50px auto 60px;
	}

	.whats .main-body.about-more .more-text{
		font-size: 120%;
		margin-bottom: 30px;
	}

	.whats .main-body.about-more{
		padding-bottom: 0;
	}
}


/* ------------------------------------

アンジェの想い　about.html

------------------------------------ */


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.about #photo-main{
		position: relative;
		width: 100%;
	}


	.about #photo-main .text-area{
		position: absolute;
		margin-top: 50px;
		text-align: center;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 520px;
		height: 50%;
	}

	.about #photo-main .breadcrumbs{
		position: absolute;
		top: 15px;
		left: 30px;
	}

	.about #photo-main .concept{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		font-size: 300%;
		letter-spacing: 1.5px;
		color: #403b34;
	}

	.about #photo-main .lead{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		font-size: 120%;
		line-height: 2;
		letter-spacing: 1px;
		color: #403b34;
	}

	.about .main-body .about-point{
		max-width: 1420px;
		margin: 30px auto;
	}

	.about .main-body .about-point .text-area{
		background: #fff;
		max-width: 1320px;
		width: 95%;
		margin: 0 auto -20px;
		position: relative;
		top: -20px;
		box-sizing: border-box;
		padding: 40px 10px 20px;
	}

	.about .main-body .about-point .text-area .en-title{
		font-size: 280%;
		text-align: center;
		margin: 0 0 10px;
	}

	.about .main-body .about-point .text-area h2{
		font-size: 100%;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		font-weight: normal;
		text-align: center;
		margin: 0 0 10px;
		color: #403b34;
	}

	.about .main-body .about-point .text-area p{
		font-size: 90%;
		margin: 0;
	}

	.about .main-body .about-point .about-box{
		background: #f6f4f5;
		box-sizing: border-box;
		padding: 20px 10px;
		margin: 20px auto;
	}

	.about .main-body .about-point .about-box .example{
		font-weight: bold;
		text-align: center;
		font-size: 100%;
		position: relative;
		color: #34322e;
		letter-spacing: 1px;
	}

	.about .main-body .about-point .about-box .example:after{
		content:"";
		background: #34322e;
		width: 40px;
		height: 2px;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		bottom: -10px;
	}

	.about .main-body .about-point .about-box .about-body{
		display: block;
		margin-top: 30px;
	}

	.about .main-body .about-point .about-box .about-body .left{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 10px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.about .main-body .about-point .about-box .about-body .left .kimono-img{
		width: 33%;
	}

	.about .main-body .about-point .about-box .about-body .right{
		width: 100%;
	}

	.about .main-body .about-point .about-box .about-body .right h3{
		font-size: 110%;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		line-height: 1.6;
	}

	.about .main-body .about-point .about-box .about-body .right p{
		font-size: 80%;
		line-height: 1.6;
	}

	.about .main-body .about-point .btn02{
		max-width: 450px;
		width: 90%;
		margin: 30px auto 10px;
	}

	.about #room-contents{
		background: #f6f4f5;
		padding: 30px 0;
	}

	.about #room-contents .room-body{
		max-width: 1420px;
		width: 90%;
		margin: 0 auto;
	}

	.about #room-contents .room-body .left{
		width: 100%;
	}

	.about #room-contents .room-body .right{
		width: 100%;
	}

	.about #room-contents .room-body .right p{
		font-size: 90%;
		text-align: center;
	}

	.about #room-contents .room-body .right h2{
		font-size: 100%;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		margin: 0 0 15px 0;
		text-align: center;
	}

	.about #room-contents .room-body .right .en-title{
		font-size: 250%;
		margin-bottom: 10px;
		text-align: center;
	}

	.about .main-body.about-more{
		padding-top: 30px;
	}

}

@media print, screen and (max-width: 520px) {
	.about #photo-main .text-area{
		width: 490px;
	}

	.about #photo-main .text-area .concept{
		font-size: 270%;
	}

	.about #photo-main .text-area .concept .lead{
		font-size: 110%;
	}
}

@media print, screen and (max-width: 489px) {
	.about #photo-main .text-area{
		width: 470px;
		height: auto;
		top: 80px;
	}

	.about #photo-main .text-area .concept{
		font-size: 220%;
	}

	.about #photo-main .lead{
		font-size: 105%;
	}
}

@media print, screen and (max-width: 469px) {
	.about #photo-main .text-area{
		width: 450px;
		height: auto;
		top: 80px;
	}

	.about #photo-main .text-area .concept{
		font-size: 210%;
	}

	.about #photo-main .lead{
		font-size: 105%;
	}
}

@media print, screen and (max-width: 449px) {
	.about #photo-main .text-area{
		width: 430px;
		height: auto;
		top: 80px;
	}

	.about #photo-main .text-area .concept{
		font-size: 205%;
	}

	.about #photo-main .lead{
		font-size: 105%;
	}
}

@media print, screen and (max-width: 429px) {
	.about #photo-main .text-area{
		width: 410px;
		height: auto;
		top: 80px;
	}

	.about #photo-main .text-area .concept{
		font-size: 200%;
	}

	.about #photo-main .lead{
		font-size: 110%;
	}
}

@media print, screen and (max-width: 409px) {
	.about #photo-main .text-area{
		width: 340px;
		height: auto;
		top: 60px;
	}

	.about #photo-main .text-area .concept{
		font-size: 200%;
	}

	.about #photo-main .lead{
		font-size: 105%;
	}
}

@media print, screen and (max-width: 339px) {
	.about #photo-main .text-area{
		max-width: 320px;
		width: 100%;
		height: auto;
		top: 70px;
	}

	.about #photo-main .text-area .concept{
		font-size: 160%;
		margin: 12px 0;
	}

	.about #photo-main .lead{
		font-size: 90%;
	}

	.about-common .maintitle{
		font-size: 280%;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.about #photo-main{
		position: relative;
		width: 100%;
	}

	.about #photo-main .text-area{
		position: absolute;
		margin-top: 50px;
		text-align: center;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 520px;
		height: 50%;
	}

	.about #photo-main .breadcrumbs{
		position: absolute;
		top: 15px;
		left: 30px;
	}

	.about #photo-main .concept{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		font-size: 300%;
		letter-spacing: 1.5px;
		color: #403b34;
	}

	.about #photo-main .lead{
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		font-size: 120%;
		line-height: 2;
		letter-spacing: 1px;
		color: #403b34;
	}

	.about .main-body .about-point{
		max-width: 1420px;
		width: 90%;
		margin: 60px auto;
	}

	.about .main-body .about-point .text-area{
		background: #fff;
		max-width: 1320px;
		width: 90%;
		margin: 0 auto -80px;
		position: relative;
		top: -80px;
		box-sizing: border-box;
		padding: 80px 40px 60px;
	}

	.about .main-body .about-point .text-area .en-title{
		font-size: 400%;
		text-align: center;
		margin: 0 0 20px;
	}

	.about .main-body .about-point .text-area h2{
		font-size: 110%;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		font-weight: normal;
		text-align: center;
		margin: 0 0 20px;
		color: #403b34;
	}

	.about .main-body .about-point .text-area p{
		font-size: 90%;
	}

	.about .main-body .about-point .about-box{
		background: #f6f4f5;
		box-sizing: border-box;
		padding: 40px 40px;
		margin: 40px auto;
	}

	.about .main-body .about-point .about-box .example{
		font-weight: bold;
		text-align: center;
		font-size: 110%;
		position: relative;
		color: #34322e;
		letter-spacing: 1px;
		margin-top: 0;
	}

	.about .main-body .about-point .about-box .example:after{
		content:"";
		background: #34322e;
		width: 45px;
		height: 3px;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		bottom: -10px;
	}

	.about .main-body .about-point .about-box .about-body{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 30px;
	}

	.about .main-body .about-point .about-box .about-body .left{
		width: 42%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.about .main-body .about-point .about-box .about-body .left .kimono-img{
		width: 33%;
	}

	.about .main-body .about-point .about-box .about-body .right{
		width: 54%;
	}

	.about .main-body .about-point .about-box .about-body .right h3{
		font-size: 110%;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
	}

	.about .main-body .about-point .about-box .about-body .right p{
		font-size: 80%;
	}

	.about .main-body .about-point .btn02{
		max-width: 400px;
		width: 100%;
		margin: 60px auto 20px;
	}

	.about #room-contents{
		background: #f6f4f5;
		padding: 70px 0;
	}

	.about #room-contents .room-body{
		max-width: 1420px;
		width: 90%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.about #room-contents .room-body .left{
		width: 58%;
		margin-right: 3%;
	}

	.about #room-contents .room-body .right{
		width: 39%;
		margin-left: 3%;
	}

	.about #room-contents .room-body .right p{
		font-size: 90%;
	}

	.about #room-contents .room-body .right h2{
		font-size: 100%;
		font-family: 'TsukuAOldMinPr6-R', sans-serif;
		margin: 0 0 15px 0;
	}

	.about #room-contents .room-body .right .en-title{
		font-size: 300%;
		margin-bottom: 20px;
	}

	.about .main-body.about-more{
		padding-top: 100px;
	}
}

@media print, screen and (min-width: 1431px) and (max-width: 1521px) {
	.about #photo-main .concept{
		font-size: 260%;
	}

	.about #photo-main .lead{
		font-size: 110%;
	}

	.about .main-body .about-point .about-box .about-body .right h3{
		font-size: 100%;
	}
}

@media print, screen and (min-width: 1351px) and (max-width: 1430px) {
	.about #photo-main .concept{
		font-size: 230%;
	}

	.about #photo-main .lead{
		font-size: 100%;
	}

	.about .main-body .about-point .about-box .about-body .right h3{
		font-size: 100%;
		margin-top: 0;
	}

	.about .main-body .about-point .about-box .about-body .left{
		width: 41%;
	}

	.about .main-body .about-point .about-box .about-body .right{
		width: 56.5%;
	}

	.about .main-body .about-point .about-box .about-body .right p{
		margin: 0;
		line-height: 1.6;
	}

	.about .main-body .about-point .about-box{
		padding: 30px;
	}
}


@media print, screen and (min-width: 1271px) and (max-width: 1350px) {
	.about #photo-main .concept{
		font-size: 230%;
	}

	.about #photo-main .lead{
		font-size: 100%;
	}

	.about .main-body .about-point .about-box .about-body .right h3{
		font-size: 100%;
		margin-top: 0;
	}

	.about .main-body .about-point .about-box .about-body .left{
		width: 41%;
	}

	.about .main-body .about-point .about-box .about-body .right{
		width: 56.5%;
	}

	.about .main-body .about-point .about-box .about-body .right p{
		margin: 0;
		line-height: 1.6;
	}

	.about .main-body .about-point .about-box{
		padding: 30px;
	}

	.about .main-body .about-point{
		width: 100%;
	}
}

@media print, screen and (min-width: 1181px) and (max-width: 1270px) {
	.about #photo-main .concept{
		font-size: 200%;
	}

	.about #photo-main .lead{
		font-size: 90%;
	}

	.about .main-body .about-point .about-box .about-body .right h3{
		font-size: 90%;
		margin-top: 0;
	}

	.about .main-body .about-point .about-box .about-body .left{
		width: 41%;
	}

	.about .main-body .about-point .about-box .about-body .right{
		width: 56.5%;
	}

	.about .main-body .about-point .about-box .about-body .right p{
		margin: 0;
		line-height: 1.6;
		font-size: 70%;
	}

	.about .main-body .about-point .about-box{
		padding: 30px;
	}

	.about .main-body .about-point{
		width: 100%;
	}

	.about .main-body .about-point .text-area{
		width: 94%;
	}

	.about .main-body .about-point .text-area{
		padding-bottom: 40px;
	}
}

@media print, screen and (min-width: 921px) and (max-width: 1180px) {
	.about-common .maintitle{
		font-size: 320%;
	}

	.about #photo-main .concept{
		font-size: 180%;
		margin: 24px 0;
	}

	.about #photo-main .lead{
		font-size: 85%;
	}

	.about #photo-main .text-area{
		height: auto;
		top: 80px;
	}

	.about .main-body .about-point .about-box .about-body{
		display: block;
		width: 100%;
	}

	.about .main-body .about-point .about-box .about-body .left{
		max-width: 420px;
		width: 80%;
		margin: 20px auto;
	}

	.about .main-body .about-point .about-box .about-body .right{
		width: 100%;
		text-align: center;
	}

	.about .main-body .about-point .about-box .about-body .right p{
		font-size: 75%;
		line-height: 1.6;
	}

	.about .main-body .about-point .about-box {
		padding: 30px;
	}

	.about .main-body .about-point{
		width: 100%;
	}

	.about .main-body .about-point .text-area{
		width: 94%;
		padding: 60px 30px 50px
	}

	.about .main-body .about-point .about-box .example{
		margin-top: 0;
	}

	.about .main-body .about-point .text-area{
		padding-bottom: 40px;
	}

	.about .main-body .about-point .text-area .en-title{
		font-size: 350%;
	}

	.about .main-body .about-point .btn02{
		margin-bottom: 0px;
	}

	.about #room-contents .room-body{
		width: 96%;
	}

	.about #room-contents .room-body .left{
		width: 54%;
		margin-right: 2%;
	}

	.about #room-contents .room-body .right{
		width: 44%;
		margin-left: 2%;
	}
}



@media print, screen and (min-width:741px) and (max-width: 920px) {
	.about-common .maintitle{
		font-size: 220%;
	}

	.about.about-common h1{
		font-size: 70%;
	}

	.about #photo-main .concept{
		font-size: 150%;
		margin: 15px 0;
	}

	.about #photo-main .lead{
		font-size: 80%;
	}

	.about #photo-main .text-area{
		height: auto;
		top: 50px;
	}

	.about #photo-main .lead{
		line-height: 1.8;
	}

	.about .main-body .about-point .about-box .about-body{
		display: block;
		width: 100%;
	}

	.about .main-body .about-point .about-box .about-body .left{
		width: 80%;
		margin: 20px auto;
	}

	.about .main-body .about-point .about-box .about-body .right{
		width: 100%;
		text-align: center;
	}

	.about .main-body .about-point .about-box .about-body .right p{
		font-size: 70%;
		line-height: 1.6;
	}

	.about .main-body .about-point .about-box{
		padding: 15px;
	}

	.about .main-body .about-point .text-area{
		width: 96%;
		padding: 60px 20px 30px
	}

	.about .main-body .about-point .about-box .example{
		margin-top: 0;
	}

	.about .main-body .about-point .about-box .about-body .right h3{
		font-size: 90%;
	}

	.about #room-contents{
		padding: 40px 0;
	}

	.about #room-contents .room-body{
		width: 96%;
	}

	.about #room-contents .room-body .left{
		width: 50%;
		margin-right: 2%;
	}

	.about #room-contents .room-body .right{
		width: 48%;
		margin-left: 2%;
	}

	.about #room-contents .room-body .right p{
		font-size: 80%;
		line-height: 1.6;
	}

	.about #room-contents .room-body .right .en-title{
		font-size: 280%;
		margin-bottom: 0px;
	}

	.about #room-contents .room-body .right .h2{
		font-size: 90%;
		margin-bottom: 5px;
	}
}

/* ------------------------------------

sitepolicy

------------------------------------ */
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.about-common .policy-body{
		max-width: 1000px;
		width: 100%;
		margin: 10px auto;
	}

	.about-common .policy-body .lead{
		margin-bottom: 20px;
	}

	.about-common .policy-body h2{
		font-size: 110%;
		color: #918b82;
		border-bottom: 1px dotted #918b82;
		padding-bottom: 15px;
	}

	.about-common .policy-body p.mar-del{
		margin-bottom: 0;
	}

	.site-policy .policy-body ul{
		background: #f6f4f5;
		box-sizing: border-box;
		list-style-type: none;
		padding: 15px 20px;
		margin: 20px 0 20px;
		font-size: 90%;
		font-weight: bold;
	}

	.site-policy .policy-body ul li{
		margin-bottom: 12px;
	}

	.about-common .policy-body p a{
		font-size: 120%;
	}
}


/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.about-common .policy-body{
		max-width: 1000px;
		width: 100%;
		margin: 40px auto;
		padding-bottom: 40px;
	}

	.about-common .policy-body .lead{
		margin-bottom: 40px;
	}

	.about-common .policy-body h2{
		font-size: 110%;
		color: #918b82;
		border-bottom: 1px dotted #918b82;
		padding-bottom: 15px;
	}

	.about-common .policy-body p{
		margin-bottom: 40px;
	}

	.about-common .policy-body p.mar-del{
		margin-bottom: 0;
	}

	.site-policy .policy-body ul{
		background: #f6f4f5;
		box-sizing: border-box;
		list-style-type: none;
		padding: 30px 40px;
		margin: 40px 0 40px;
		font-size: 90%;
		font-weight: bold;
	}

	.site-policy .policy-body ul li{
		margin-bottom: 12px;
	}

	.about-common .policy-body p a{
		font-size: 120%;
	}

}

/* ------------------------------------

privacy

------------------------------------ */
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	.privacy .policy-body ul{
		margin: 20px 0 20px;
		font-size: 90%;
		font-weight: bold;
		list-style-type: square;
		padding-left: 12px;
	}

	.privacy .policy-body ul li{
		margin-bottom: 12px;
		border-bottom: 1px dotted #ddd;
		padding-bottom: 10px;
	}

	.privacy .privacy-contact-box{
		background: #f6f4f5;
		box-sizing: border-box;
		padding: 10px 20px;
		margin: 20px 0 15px;
	}

	.about-common.privacy .privacy-contact-box p{
		margin: 10px 0;
	}

	.privacy .privacy-contact-box .shop-name{
		font-weight: bold;
		font-size: 100%;
	}
	.privacy .privacy-contact-box .shop-name{
		font-weight: bold;
		font-size: 120%;
	}

	.about-common.privacy .policy-body h2{
		font-size: 90%;
		padding-bottom: 5px;
	}
}


/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	.privacy .policy-body ul{
		margin: 40px 0 40px;
		font-size: 90%;
		font-weight: bold;
		list-style-type: square
	}

	.privacy .policy-body ul li{
		margin-bottom: 12px;
		border-bottom: 1px dotted #ddd;
		padding-bottom: 10px;
	}

	.privacy .privacy-contact-box{
		background: #f6f4f5;
		box-sizing: border-box;
		padding: 30px 40px;
		margin: 50px 0 40px;
	}

	.about-common.privacy .privacy-contact-box p{
		margin: 10px 0;
	}

	.privacy .privacy-contact-box .shop-name{
		font-weight: bold;
		font-size: 120%;
	}
}

/* ------------------------------------

sitemap

------------------------------------ */
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	.sitemap .sitemap-menu{
		margin-bottom: 20px;
	}

	.sitemap .sitemap-menu ul{
		padding: 0;
		list-style-type: none;
	}

	.sitemap .sitemap-menu ul li{
		font-size: 90%;
		position: relative;
		padding-left: 10px;
		box-sizing: border-box;

	}

	.sitemap .sitemap-menu ul li:nth-child(3n){
		margin-right: 0;
	}

	.sitemap .sitemap-menu ul li:before{
		content:"-";
		position: absolute;
		left: 0;
	}

}


/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	.sitemap .sitemap-menu{
		margin-bottom: 40px;
	}

	.sitemap .sitemap-menu ul{
		padding: 0;
		list-style-type: none;
	}

	.sitemap .sitemap-menu ul li{
		display: inline-block;
		font-size: 90%;
		width: 31%;
		margin-right: 1.8%;
		position: relative;
		padding-left: 10px;
		box-sizing: border-box;

	}

	.sitemap .sitemap-menu ul li:nth-child(3n){
		margin-right: 0;
	}

	.sitemap .sitemap-menu ul li:before{
		content:"-";
		position: absolute;
		left: 0;
	}


}

@media print, screen and (max-width: 640px) {


}

@media print, screen and (max-width: 480px) {

}

@media print, screen and (min-width: 741px) and (max-width: 1200px) {


}

@media print, screen and (min-width: 741px) and (max-width: 1000px) {
}



