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

/*=====================================
   Common
=======================================*/
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

* {
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	color: #000;
	background-color: #fff2f4;
	/*min-width: 1000px;*/
	overflow-x: hidden;
}

/*clearfix */
.clearfix {}

.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 1px;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */
h1 {
	font-size: 2em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: flex;
}

img {
	border: none;
	vertical-align: top;
}

p,
dt,
dd,
li {
	line-height: 1.6;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0px;
	padding: 0px;
}

a {
	color: #663300;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
	opacity: 0.8;
}

.mt1 {
	margin-top: -1px;
}

.ml0 {
	margin-left: 0 !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.tar {
	text-align: right;
}

.tal {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center !important;
}

table {
	border-collapse: collapse;
}

iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}

.sphead {
	display: none;
}

#header {
	width: 100%;
	background-image: url(../images/bg_head_02.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 43px;
	position: relative;
	z-index: 999;
}

#header .headareawrap {
	background-image: url(../images/bg_head_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
}

#header .head_area {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#header .head_area .titletxt {
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	float: left;
	margin-left: 10px;
	padding-top: 7px;
}

.topicon {
	margin-left: -153px;
	position: absolute;
	left: 50%;
	top: 10px;
}

#navwrap {
	float: right;
	padding-top: 7px;
	margin-right: 10px;
}

#navwrap ul li {
	float: left;
	color: #FFF;
}

#navwrap ul li a {
	font-size: 15px;
	color: #FFF;
}

#content_wrap ul.cv_list {
	margin: 0 auto;
	width: 1200px;
}

#content_wrap ul.cv_list li {
	display: inline-block;
}

#content_wrap ul.cv_list li:first-child {
	width: 680px;
}

#content_wrap ul.cv_list li:last-child {
	width: 511px;
}

#content_wrap #content {
	/*width: 1000px;*/
	margin-right: auto;
	margin-left: auto;
	/*	background: #fff;*/
	text-align: left;
}

#content_wrap #content ul.cv_list {
	margin: 0 auto;
	width: 1000px;
}

#content_wrap #content ul.cv_list li img {
	width: 100%;
}

#content_wrap #content ul.cv_list li:first-child {
	width: 57%;
}

#content_wrap #content ul.cv_list li:last-child {
	width: 42%;
}

/*.cmnblock01 {
	background-image: url(../images/cmn_bg_01_new.png);
	background-repeat: repeat;
	margin-bottom: 70px;
	padding-bottom: 30px;
}*/
.cmnblock02 {
	background-image: url(../images/cmn_bg_01_new.png);
	background-repeat: repeat;
	margin-bottom: 70px;
}

ul.tab_list {
	margin: 20px auto;
	width: 100%;
	text-align: center;
}

ul.tab_list li {
	display: inline-block;
	margin: 0 2% 0 0;
	padding: 20px 0 10px;
	width: 48%;
	height: 60px;
	background: url(../images/tab.png) 0 0 no-repeat;
	background-size: contain;
	text-align: center;
}

ul.tab_list li:last-child {
	margin-right: 0;
}

ul.tab_list li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #fff;
}

.fukidashi {
	margin: 0 auto 40px;
	padding: 20px 0 0 40px;
	width: 850px;
	height: 250px;
	background: url(../images/fukidashi.png) 0 0 no-repeat;
}

.fukidashi h4 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #d24d4a;
}

.fukidashi p {
	width: 500px;
	font-size: 16px;
}

.cmnbox01 {
	/*width: 902px;*/
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 24px;
}

.mainblockwrap {
	margin-top: -6px;
	width: 100%;
	/*	background: #fff;
	background: #2d0404;
	background-size: 100%;*/
}

.mainblock {
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	text-align: center;
}

.mainblock img {
	width: 100%;
}

.cv_area {
	position: relative;
	margin: 0 auto 20px;
	width: 1000px;
	height: 800px;
	background: url(../images/cv_bg.jpg) 0 0 no-repeat;
}

.cv_btn01 {
	position: absolute;
	top: 360px;
	left: 110px;
}

.cv_btn02 {
	position: absolute;
	top: 600px;
	left: 5px;
}

p.txt_center {
	margin: 0 auto 40px;
	text-align: center;
}

.bnrblock {
	margin-bottom: 80px;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.bnrblock .title01 {
	margin-bottom: 25px;
}

.bnrblock .title01 .pc {
	display: inline !important;
}

.bnrblock .bnrmain {
	position: relative;
}

.bnrblock .bnrmain dd {
	position: absolute;
	left: 130px;
	bottom: 75px;
}

.cont01 .maintxt {
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
	padding-top: 25px;
}

.cont01 .maintxt02 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 25px;
}

.cont01 .maintxt02 strong {
	font-weight: bold;
	color: #ba9346;
	text-shadow: 1px 1px 1px #fff;
}

.cont01 .title01 {
	background-image: url(../images/bd_title_02_new.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 14px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}

.cont01 .title01 span {
	font-size: 30px;
}

.cont01 .list01 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.cont01 .list01 .title02 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 35px;
	color: #d24d4a;
}

.cont01 .boxwrap01 {
	text-align: center;
	margin-bottom: 70px;
}

.cont01 .boxwrap01 .box01 {
	display: inline-block;
	width: 390px;
	margin-right: 30px;
	margin-left: 30px;
	vertical-align: top;
	text-align: left;
}

.cont01 .boxwrap01 .box01 .img01 {
	margin-bottom: 15px;
}

.cont01 .boxwrap01 .box01 .txt01 dt {
	font-size: 20px;
	font-weight: bold;
	color: #d24d4a;
	margin-bottom: 7px;
}

.cont01 .boxwrap01 .box01 .txt01 dd {
	font-size: 18px;
}

.cont01 .boxwrap02 {
	text-align: center;
	margin-bottom: 70px;
}

.cont01 .boxwrap02 .box02 {
	display: inline-block;
	width: 300px;
	margin-right: 2px;
	margin-left: 2px;
	vertical-align: top;
	text-align: left;
}

.cont01 .boxwrap02 .box02 .img01 {
	margin-bottom: 15px;
}

.cont01 .boxwrap02 .box02 .txt01 dt {
	font-size: 20px;
	font-weight: bold;
	color: #d24d4a;
	margin-bottom: 7px;
}

.cont01 .boxwrap02 .box02 .txt01 dd {
	font-size: 18px;
}



.title_crown {
	background-image: url(../images/bd_title_02_new.png), url(../images/crown.png);
	background-repeat: repeat-x, no-repeat;
	background-position: left bottom, 150px 0;
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 14px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}

ul.list_half {
	margin: 40px 0;
}

ul.list_half li {
	float: left;
	margin-right: 20px;
}

ul.list_half li:last-child {
	margin-right: 0px;
}








#pagetop {
	position: fixed;
	right: 30px;
	bottom: 20px;
	display: none;
	z-index: 9999;
}

#footer {
	background-color: #D0A748;
	width: 100%;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: -30px;
}

#footer .txtlock {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}

#footer .txtlock ul {
	float: left;
	margin-left: 10px;
}

#footer address {
	float: right;
	padding-top: 3em;
	margin-right: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

dl#acco dt h2 {
	display: block;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 97px;
	background: url(../images/title_06.png) 0 0 no-repeat;
	cursor: pointer;
}

dl#acco dt.active h2 {
	width: 1000px;
	height: 97px;
	background: url(../images/title_06_on.png) 0 0 no-repeat !important;
}

dl#acco dd.acco_dd {
	margin: 0;
	padding: 0;
	display: none;
}

.aile_message {
	margin: 30px auto 20px;
	width: 930px;
}

.aile_message h4,
.aile_kodawari h4 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 24px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #a37a21;
	background: url(../images/message_bar.jpg) repeat-x 100% 100%;
	white-space: nowrap;
	text-align: center;
}

.aile_message ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 50px 0 0;
}

.aile_message li {
	width: 440px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.aile_message li img {
	width: 100%;
}

.aile_message li:first-child {
	margin-right: 45px;
}

.aile_message p {
	margin-bottom: 20px;
	font-size: 16px;
}

.aile_kodawari {
	margin: 0 auto 50px;
	width: 930px;
}

.aile_kodawari ul {
	/*		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;*/
	margin: 30px 0 0;
	text-align: center;
}

.aile_kodawari li {
	display: inline-block;
	margin: 0 20px 20px;
	width: 280px;
	vertical-align: top;
	/*		-webkit-flex-grow: 1;
		flex-grow: 1;*/
}

.aile_kodawari li img {
	width: 100%;
}

.aile_kodawari li:nth-child(1) {
	margin-left: 0;
}

.aile_kodawari li:nth-child(3) {
	margin-right: 0;
}

.aile_kodawari h5 {
	margin: 20px 0 15px;
	font-size: 18px;
	color: #d24d4a;
	text-align: center;
}

.aile_kodawari p {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
}

.aile_kodawari p span {
	color: #d24d4a;
}

▼SP {}

@media (max-width: 780px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	img {
		width: 100%;
		height: auto;
	}

	body {
		font-size: 12px;
		color: #000;
		text-align: center;
		-webkit-text-size-adjust: 100%;
		min-width: 100%;
		min-height: 100%;
		line-height: 1.5;
		background-color: #fff2f4;
	}

	.sphead {
		display: block;
	}

	#wrap {
		width: 100%;
		background-image: none;
		background-repeat: repeat-y;
		background-position: center top;
		margin-right: auto;
		margin-left: auto;
		padding-top: 0px;
	}

	#header {
		position: fixed !important;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0px;
		height: 45px;
		box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		-webkit-box-sizing: border-box !important;
		background-image: none;
		background-color: #D4AF5A;
		overflow: inherit;
		z-index: 999;
	}

	#header .headareawrap {
		background-image: url(none);
		background-repeat: no-repeat;
		background-position: left top;
		height: auto;
	}

	.head_area {
		display: none;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	#header_sp {
		position: relative;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
		min-height: 40px;
	}

	.sptitletxt {
		float: left;
		width: calc(100% - 138px);
		font-size: 12px;
		color: #FFF;
		text-align: left;
	}

	.btn_menu {
		width: 35px;
		position: absolute;
		top: 7px;
		right: 7px;
	}

	#gnav {
		display: ;
		position: absolute;
		width: 100%;
		z-index: 9999;
		background-color: #F5EEDC;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #CCC;
	}

	#gnav li {
		list-style: none;
		width: 100%;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		font-weight: bold;
	}

	#gnav li.title {
		font-size: 13px;
		background-color: #FFFCDB;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	#gnav li a {
		color: #333;
		display: block;
		text-decoration: none;
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 1.3;
		text-align: left;
		padding-right: 3%;
		padding-left: 3%;
	}

	#gnav li img {
		width: auto;
	}

	ul#gnav {
		display: none;
	}

	ul.sp_cv {
		float: right;
	}

	ul.sp_cv li {
		float: left;
		margin-left: 10px;
		width: 35px;
	}

	#t_clear {
		background-color: #000000;
		position: fixed;
		width: 100%;
		height: 10000px;
		z-index: 100;
		filter: alpha(opacity=50);
		-moz-opacity: 0;
		opacity: 0.1;
	}

	#content_wrap {
		width: 100%;
	}

	#content_wrap ul.cv_list {
		margin: 0 auto;
		width: 100%;
	}

	#content_wrap ul.cv_list li:first-child {
		width: 100%;
	}

	#content_wrap ul.cv_list li:last-child {
		margin: 0 auto;
		width: 80%;
	}

	#content_wrap ul.cv_list li img {
		width: 100%;
	}

	#content_wrap #content {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		position: relative;
		z-index: 1;
	}

	#content_wrap #content ul.cv_list {
		margin: 0 auto 40px;
		width: 100%;
	}

	#content_wrap #content ul.cv_list li {
		width: 100% !important;
		text-align: center;
	}

	#content_wrap #content ul.cv_list li:first-child img {
		width: 100%;
	}

	#content_wrap #content ul.cv_list li:last-child img {
		margin: 0 auto !important;
		width: 80%;
	}

	/*.cmnblock01 {
	background-image: url(../images/cmn_bg_01_new.png);
	background-repeat: repeat;
	margin-bottom: 25px;
	padding-bottom: 15px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}*/
	.cmnblock02 {
		background-image: url(../images/cmn_bg_01_new.png);
		background-repeat: repeat;
		margin-bottom: 25px;
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}

	ul.tab_list {
		margin: 20px auto 0;
		width: 100%;
		text-align: center;
	}

	ul.tab_list li {
		float: left;
		margin: 0 1%;
		padding: 1% 0 0;
		width: 48%;
		height: 40px;
		background: url(../images/tab.png) 0 0 no-repeat;
		background-size: contain;
		text-align: center;
	}

	ul.tab_list li a {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 14px;
		color: #fff;
		letter-spacing: -2px;
	}

	.fukidashi {
		margin: 0 auto 40px;
		padding: 20px 0 0 40px;
		width: 100%;
		background: url(../images/fukidashi.png) 0 0 no-repeat;
	}

	.fukidashi h4 {
		margin-bottom: 10px;
		font-size: 24px;
		color: #d24d4a;
	}

	.fukidashi p {
		width: 100%;
		font-size: 16px;
	}

	.title_crown {
		padding: 0 0 18px;
		border-bottom: 2px solid #fdb1af;
		background-image: url(../images/crown.png);
		background-repeat: no-repeat;
		background-position: 2% 0;
		background-size: 12%;
		font-size: 18px;
		font-weight: normal;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		text-align: center;
	}

	ul.list_half {
		margin: 40px 0;
	}

	ul.list_half li {
		margin: 0;
		width: 100%;
	}

	.bxslider {
		width: 100%;
	}

	.bxslider li {
		width: 100%;
	}

	ul.balloon {
		width: 100%;
	}

	ul.balloon li {
		margin: 0 auto;
		padding: 35% 2% 10% 25%;
		width: 75%;
	}

	ul.balloon li.voice1 {
		background: #fff url(../images/body_voice01.png) 0 0 no-repeat;
		background-size: 100%;
	}

	ul.balloon li.voice2 {
		background: #fff url(../images/body_voice02.png) 0 0 no-repeat;
		background-size: 100%;
	}

	ul.balloon li.voice3 {
		background: #fff url(../images/body_voice03.png) 0 0 no-repeat;
		background-size: 100%;
	}

	ul.balloon li.face1 {
		background: #fff url(../images/face_voice01.png) 0 0 no-repeat;
		background-size: 100%;
	}

	ul.balloon li.face2 {
		background: #fff url(../images/face_voice02.png) 0 0 no-repeat;
		background-size: 100%;
	}

	ul.balloon li.face3 {
		background: #fff url(../images/face_voice03.png) 0 0 no-repeat;
		background-size: 100%;
	}

	.body_main {
		margin: 20px auto;
	}

	.body_main img {
		margin-bottom: 30px;
	}


	.cmnbox01 {
		width: 94%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 12px;
	}

	.mainblockwrap {
		margin-bottom: 5%;
		width: 100%;
		height: auto;
		z-index: 80;
	}

	.mainblock {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 52px;
		text-align: center;
		min-width: 100%;
		height: auto;
	}

	.cv_area {
		position: relative;
		margin: 0 auto 20px;
		/*padding-top: 40%;*/
		width: 100%;
		height: 230px;
		background: url(../images/sp_cv_bg.png) 0 0 no-repeat;
		background-size: 100%;
	}

	.cv_btn01 {
		position: absolute;
		top: 55%;
		left: 0;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	.cv_btn01 img {
		width: 90%;
	}

	.cv_btn03 {
		position: absolute;
		top: 75%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 20%;
	}

	.cv_btn02 {
		position: absolute;
		top: 85%;
	}

	#cv_area {
		scroll-margin-top: 40px;
	}

	p.txt_center {
		margin: 0 auto 40px;
		text-align: center;
	}

	.bnrblock {
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.bnrblock .title01 {
		margin-bottom: 0px;
		line-height: 1;
	}

	.bnrblock .title01 .pc {
		display: none !important;
	}

	.bnrblock .bnrmain {
		position: relative;
	}

	.bnrblock .bnrmain dd {
		position: relative;
		left: 0px;
		bottom: 0px;
	}

	.cont01 .maintxt {
		width: 94%;
		margin-right: auto;
		margin-left: auto;
		font-size: 12px;
		text-align: center;
		margin-bottom: 15px;
		padding-top: 15px;
	}

	.cont01 .maintxt02 {
		width: 94%;
		margin-right: auto;
		margin-left: auto;
		font-size: 12px;
		text-align: center;
		margin-bottom: 15px;
		padding-top: 15px;
	}

	.cont01 .title01 {
		background-image: url(../images/bd_title_02_new.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		background-size: 1px;
		font-size: 20px;
		font-weight: normal;
		padding-bottom: 5px;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		text-align: center;
	}

	.cont01 .title01 span {
		font-size: 16px;
	}

	.cont01 .list01 {
		font-size: 12px;
		text-align: center;
		margin-bottom: 15px;
	}

	.cont01 .list01 .title02 {
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-size: 14px;
		color: #d24d4a;
	}

	.cont01 .boxwrap01 {
		text-align: center;
		margin-bottom: 0;
	}

	.cont01 .boxwrap01 .box01 {
		display: block;
		width: 94%;
		margin-right: auto;
		margin-left: auto;
		vertical-align: top;
		text-align: left;
		margin-bottom: 20px;
	}

	.cont01 .boxwrap01 .box01 .img01 {
		margin-bottom: 10px;
	}

	.cont01 .boxwrap01 .box01 .txt01 dt {
		font-size: 13px;
		font-weight: bold;
		color: #d24d4a;
		margin-bottom: 5px;
	}

	.cont01 .boxwrap01 .box01 .txt01 dd {
		font-size: 12px;
	}

	.cont01 .boxwrap02 {
		text-align: center;
		margin-bottom: 0;
	}

	.cont01 .boxwrap02 .box02 {
		display: block;
		width: 94%;
		margin-right: auto;
		margin-left: auto;
		vertical-align: top;
		text-align: left;
		margin-bottom: 20px;
	}

	.cont01 .boxwrap02 .box02 .img01 {
		margin-bottom: 10px;
	}

	.cont01 .boxwrap02 .box02 .txt01 dt {
		font-size: 13px;
		font-weight: bold;
		color: #d24d4a;
		margin-bottom: 5px;
	}

	.cont01 .boxwrap02 .box02 .txt01 dd {
		font-size: 12px;
	}

	.cont01 .exbg01 {
		background-image: none;
		background-repeat: no-repeat;
		background-position: left top;
	}

	.cont01 .exbg02 {
		background-image: none;
		background-repeat: no-repeat;
		background-position: right top;
	}

	.cont01 .exbg03 {
		background-image: none;
		background-repeat: no-repeat;
		background-position: left bottom;
		padding-bottom: 1px;
	}

	.menuboxwrap {
		background-color: #FFF;
		width: 94%;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
		padding: 5px;
	}

	.menuboxwrap .menubox {
		padding-top: 10px;
		padding-bottom: 5px;
		border: 1px solid #d24d4a;
	}

	.menuboxwrap .menubox .menutitle {
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-size: 14px;
		color: #d24d4a;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
	}

	.menuboxwrap .menubox .menulist {
		font-size: 0px;
		text-align: center;
		margin-bottom: 10px;
	}

	.menuboxwrap .menubox .menulist li {
		width: 47%;
		margin-right: 1%;
		margin-bottom: 7px;
		margin-left: 1%;
		background-image: url(../images/bg_menu_new.png);
		background-repeat: repeat;
		text-align: center;
		display: inline-block;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-size: 12px;
		color: #FFF;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.menuboxwrap .menubox .menutxt {
		font-size: 12px;
		width: 94%;
		margin-right: auto;
		margin-left: auto;
	}

	.recoboxwrap {
		padding-top: 10px;
		padding-bottom: 1px;
		;
	}

	.recoboxwrap .box {
		float: none;
		width: 94%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 15px;
	}

	.recoboxwrap .box:last-child {
		margin-bottom: 0;
	}

	.recoboxwrap .box .title01 {
		margin-bottom: 10px;
	}

	.recoboxwrap .box .title01 img {
		width: 50%;
	}

	.recoboxwrap .box .img01 {
		margin-bottom: 10px;
	}

	.recoboxwrap .box .txt01 dt {
		font-size: 13px;
		font-weight: bold;
		color: #d24d4a;
		margin-bottom: 5px;
	}

	.recoboxwrap .box .txt01 dd {
		font-size: 12px;
	}





	.flowboxwrap .arrow01 {
		text-align: center;
		margin-bottom: 5px;
		padding-top: 10px;
		width: 35%;
		margin-right: auto;
		margin-left: auto;
	}

	.flowboxwrap {
		width: 94%;
		padding-top: 16px;
		margin-right: auto;
		margin-left: auto;
	}

	.flowboxwrap .flowbox {
		width: 94%;
		padding: 2%;
		position: relative;
		margin-right: auto;
		margin-left: auto;
	}

	.flowboxwrap .flowbox .bg01 {
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.flowboxwrap .flowbox .bg02 {
		position: absolute;
		left: 0px;
		bottom: 0px;
	}

	.flowboxwrap .flowbox .box.clearfix {
		background-color: #FFF;
		border: 1px solid #B08636;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.flowboxwrap .flowbox .box.clearfix .title01 {
		background-image: url(../images/bd_title_02_new.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		background-size: 1px;
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 10px;
		padding-bottom: 3px;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}

	.flowboxwrap .flowbox .box.clearfix .imgblock01 {
		float: none;
		margin-bottom: 5px;
	}

	.flowboxwrap .flowbox .box.clearfix .imgblock02 {
		margin-bottom: 0;
	}

	.flowboxwrap .flowbox .box.clearfix .imgblock02 li {
		float: none;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.flowboxwrap .flowbox .box.clearfix .imgblock02 li:first-child {
		margin-left: 0px;
	}


	.flowboxwrap .flowbox .box.clearfix .txtblock01 {
		float: none;
		width: auto;
		padding-top: 5px;
	}

	.flowboxwrap .flowbox .box.clearfix .txtblock01 dl dt {
		margin-bottom: 10px;
	}

	.flowboxwrap .flowbox .box.clearfix .txtblock01 dl dt img {
		width: 70%;
	}

	.flowboxwrap .flowbox .box.clearfix .txtblock01 dl dd {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.flowboxwrap .flowbox .box.clearfix .txtblock02 {
		padding-top: 5px;
	}

	.flowboxwrap .flowbox .box.clearfix .txtblock02 dl dt {
		margin-bottom: 10px;
	}

	.flowboxwrap .flowbox .box.clearfix .txtblock02 dl dt img {
		width: 70%;
	}

	.flowboxwrap .flowbox .box.clearfix .txtblock02 dl dd {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.flowboxwrap .flowbox .box.clearfix .txt01 {
		font-size: 12px;
		margin-bottom: 15px;
	}

	.flowboxwrap .flowbox .box.clearfix .txt02 {
		font-size: 12px;
		margin-bottom: 20px;
		text-align: right;
	}












	.contlist .box01 {
		margin-bottom: 15px;
		height: auto;
		min-height: 120px;
	}

	.salon01 {
		background: url(../../salon/salon01.jpg) right bottom no-repeat;
		background-size: 30%;
	}

	.salon02 {
		background: url(../../salon/salon02.jpg) right bottom no-repeat;
		background-size: 30%;
	}

	.salon03 {
		background: url(../../salon/salon03.jpg) right bottom no-repeat;
		background-size: 30%;
	}

	.salon04 {
		background: url(../../salon/salon04.jpg) right bottom no-repeat;
		background-size: 30%;
	}

	.salon05 {
		background: url(../../salon/salon05.jpg) right bottom no-repeat;
		background-size: 30%;
	}

	.salon06 {
		background: url(../../salon/salon06.jpg) right bottom no-repeat;
		background-size: 30%;
	}

	.salon07 {
		background: url(../../salon/salon07.jpg) right bottom no-repeat;
		background-size: 30%;
	}

	.salon08 {
		background: url(../../salon/salon08.jpg) right bottom no-repeat;
		background-size: 30%;
	}

	.salon09 {
		background: url(../../salon/salon09.jpg) right bottom no-repeat;
		background-size: 30%;
	}

	/*.contlist .title01 {
	background-image: url(../images/bd_title_01_new.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size:2px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}*/
	/*.contlist .list01 {
	position: relative;
	width: 65%;
}*/
	.contlist .list01 dt {
		font-size: 12px;
		/*font-weight: bold;*/
		position: relative;
	}

	.contlist .list01 dd {
		font-size: 12px;
		padding-left: 0;
		margin-bottom: 5px;

	}

	.contlist .box01:last-child {
		margin-bottom: 0;
	}

	.contlist .list01 dd:last-child {
		margin-bottom: 0;
	}



	.contcompany .list01 {
		display: block;
		width: 100%;
		margin-top: 10px;
		padding-top: 10px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #c8c8c8;
		font-size: 12px;
	}

	.contcompany .list01:first-child {
		margin-top: 0px;
		padding-top: 0px;
		border-top-width: 1px;
		border-top-style: none;
		border-top-color: #c8c8c8;
	}

	.contcompany .list01 dt {
		font-weight: bold;
		text-align: left;
		vertical-align: top;
		display: block;
		width: auto;
	}

	.contcompany .list01 dd {
		text-align: left;
		vertical-align: top;
		display: block;
	}


	.contpolicy .txt01 {
		margin-bottom: 12px;
	}

	.contpolicy .list01 dd {
		margin-bottom: 15px;
	}

	.contpolicy .list01 dd:last-child {
		margin-bottom: 0;
	}

	.new03 li {
		margin-bottom: 20px;
	}

	.new03 li.bnrtxt {
		margin-bottom: 0px;
	}





	#pagetop {
		position: fixed;
		right: 50px;
		bottom: 50px;
		display: none;
		z-index: 9999;
	}

	#footer {
		background-color: #D0A748;
		width: 100%;
		background-image: none;
		background-repeat: no-repeat;
		background-position: center center;
		padding-bottom: 50px;
	}

	#footer .txtlock {
		width: 96%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: left;
	}

	#footer .txtlock ul {
		float: none;
	}

	#footer address {
		float: none;
		padding-top: 1em;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		text-align: center;
	}


	#pagetop {
		position: fixed;
		right: 10px;
		bottom: 10px;
		display: none;
		z-index: 100;
		width: 50px;
	}

	dl#acco {
		width: 100%;
	}

	dl#acco dt h2 {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 50px;
		background: url(../images/title_06.png) 0 0 no-repeat;
		background-size: 100%;
		cursor: pointer;
	}

	dl#acco dt.active h2 {
		width: 100%;
		height: 50px;
		background: url(../images/title_06_on.png) 0 0 no-repeat !important;
		background-size: 100% !important;
	}

	dl#acco dd.acco_dd {
		margin: 0;
		padding: 0;
		display: none;
	}

	.aile_message,
	.aile_kodawari {
		margin: 5% auto 3%;
		width: 95%;
	}

	.aile_message h4,
	.aile_kodawari h4 {
		margin-bottom: 5%;
		padding-bottom: 3.5%;
		font-size: 19px;
	}

	.aile_message ul,
	.aile_kodawari ul {
		display: block;
		margin: 7% auto 0;
		width: 100%;
	}

	.aile_message li,
	.aile_kodawari li {
		margin: 0 auto 20px;
		width: 100%;
	}

	.aile_message li:first-child,
	.aile_kodawari li:first-child {
		margin-right: 0;
	}

	.aile_message p,
	.aile_kodawari p {
		margin-bottom: 5%;
		font-size: 13px;
	}

}


.mainblockwrap {
	max-width: 600px;
	margin: -6px auto 0px;
	position: relative;
	z-index: 2;
}

.mainblock {
	min-width: auto;
}

.sec {
	max-width: 600px;
	margin: auto
}

.sec .sec_inner img {
	width: 100%;
}

.cv_area_scr {
	background-image: url(../images/cv_area_scr_bg.jpg);
	padding-bottom: 20px;
}

.cv_area_scr_inner {
	margin: 0 20px 0;
	padding: 2px 2px 10px;
	background-color: #ffffffcc;
	border: #fff 4px solid;
	border-radius: 10px;
}



#cv_sec_02 {
	padding-top: 20px;
}

.sec .cv_area_scr_inner img {
	width: 100%;
}

.cv_area_scr_btn {
	margin-top: 15px;
}


.contlist {
	max-width: 600px;
	margin: auto;
	background-color: #FFF;
}

.contlist .cmnblock01 h2.cmntitle01 {
	width: 94%;
	margin: 0 auto 4%;
	padding-top: 10%;
}

.contlist .cmnblock01 h2.cmntitle01 img {
	width: 100%;
}

.contlist .cmnblock01 h2.cmntitle01+p {
	width: 94%;
	margin: 0 auto;
}

#sec_11 .sec_inner {
	background-color: #fff;
	padding: 20px;
}

.aile_phi {
	border: #ddaa33 solid 1px;
	padding: 16px 20px 16px;
	text-align: center;
}

#sec_11 .aile_phi img {
	width: 109px;
	margin-bottom: 10px;
}

#sec_11 .aile_phi p {
	text-align: left;
	line-height: 1.7;
}

#sec_12 .sec_inner {
	background-color: #fff;
	padding: 20px;
}

#sec_12 h4 {
	font-size: 24px;
	text-align: center;
	color: #ddaa33;
	font-family: serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}

#sec_12 .list {
	padding: 20px 20px 0;
}

#sec_12 .list .list_ttl {
	font-size: 14px;
	font-weight: 700;
}

#sec_12 .list .list_detail {
	font-size: 14px;
}

#sec_12 .list dd {
	border-bottom: 1px solid #ddaa33;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#sec_12 .list dd:last-child {
	border-bottom: 0px solid #ddaa33;
	padding-bottom: 0;
	margin-bottom: 0;
}

#sec_13 .ttl {
	font-weight: 700;
}

#sec_13 .inner {
	padding: 20px;
}