/*common_css*/
/********
サイトによって異なる
使い回し共通CSS
1.コーディング＞ページ編集＞レイアウト＞全レイアウト共通CSSにコピーして入れる。
********/

@charset "utf-8";
/* CSS Document */

/* -------------------------------------
Browser：IE11 over
-------------------------------------
基本装飾 -サイトにより変更-
-------------------------------------*/

/**================================================================================
基本装飾
================================================================================**/


.form table {
	margin: 30px auto;
	width: 100%;
	max-width: 980px;
	border-collapse: separate;
	border-spacing: 10px;
	background: #fff;
	padding: 20px 20px 40px;
}

.form th,
.form td {
	padding: 10px 15px 20px;
	vertical-align: top;
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #4c4c4c;
}

.form th {
	width: 25%;
	background: #fff;
	vertical-align: top;
	position: relative;
	font-weight: bold;
}

@media screen and (max-width: 768px) {

	.form table,
	.form tbody,
	.form tr,
	.form th,
	.form td {
		display: block;
		border: none;
	}

	.form table {
		width: 90%;
		padding: 10px 5% 30px;
	}

	.form th,
	.form td {
		padding: 10px 0;
		border-bottom: 1px solid #4c4c4c;
	}

	.form th {
		width: 100%;
	}
}

/**-------------------------------------
必須アイコンの位置
-------------------------------------**/
.require {
	top: 0 ;
	right: 5px ;
	bottom: 0;
	margin: auto 5px;
}
@media screen and (max-width: 768px) {
 .require {
    position: relative;
	top: auto ;
	right: auto ;
	bottom: auto ;
	margin: 5px 10px;
}
#breadcrumb{
    margin-top:60px;
}
}

/**================================================================================
サイトで必ず異なる
================================================================================**/

/**-------------------------------------
アイコン
-------------------------------------**/
.cat {
	display: inline-block;
	padding: 3px 10px;
}

.red {
	color: #c00;
}

.pink {
	color: #f48a85;
}

ruby.dot {
	color: #a77d5d;
	font-size: 1.2em;
	font-weight: bold;
}

ruby.dot rt {
	font-size: 9px;
	opacity: 0.5;
}

.indent{
	text-indent: -1em;
	padding-left: 1em;
}

/**-------------------------------------
見出し
-------------------------------------**/
.titA {
	font-size: 80px;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	line-height: 1.2;
	display: inline-block;
	text-align: left;
}

.titA small {
	display: inline-block;
	font-size: 14px;
	transform: rotate(-10deg);
	margin-left: -20px;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.titA span {
	display: block;
}

.titA.gray {
	color: #4c4c4c;
	font-size: 50px;
}

.titA.gray b {
	font-size: 60px;
	color: #000;
}

.titB {
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
}

.titC {
	font-weight: bold;
	font-size: 1.1em;
}

.titD {
    border-top:1px solid #8e7871;
    padding: 20px;
    text-align: center;
    color:#8e7871;
    font-size: 26px;
    border-bottom:1px solid #8e7871;
	font-family: 'Noto Serif JP', serif;
}


.titE{
	font-family: 'Noto Serif JP', serif;
	background: #000;
	color: #fff;
	font-size: 32px;
	text-align: center;
	padding: 30px 5%;
}
.titE small{
	display: block;
	font-size: 15px;
}

.titF{
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
}

/*titA*/
.titA_rec{
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-weight: bold;
}

/*titB*/
.titB_rec{
	font-weight: bold;
	text-align: center;
}
.titB_rec>*{
	display: block;
}
.titB_rec span{
	font-size: 0.9rem;
}

/*titC*/
.titC_rec{
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #333;
}


@media screen and (max-width:768px) {
	.titA {
		font-size: 30px;
		line-height: 1.4;
	}

	.titA small {
		font-size: 12px;
	}

	.titA span {
		display: block;
	}

	.titA.gray {
		font-size: 24px;
	}

	.titA.gray b {
		font-size: 26px;
	}

	.titB {
		font-size: 18px;
	}

	.titC {
		font-size: 1.0em;
	}
	.titD{
	    font-size: 18px;
	    padding: 15px;
	}
	.titE{
		font-size: 20px;
	}
	
	.titF{
		font-size: 20px;
	}
}


/**-------------------------------------
ボタン
-------------------------------------**/
.btnA {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 160px;
	font-size: 14px;
	text-align: center;
	font-size: 1.0em;
	cursor: pointer;
}

.btnA:after {
	display: inline-block;
	margin: 0 10px;
	width: 55px;
	height: 1em;
	text-align: right;
	content: "＼";
	line-height: 1.0;
	border-bottom: 1px solid #fff;
	font-size: 10px;
	font-weight: normal;
}

.btnA {
	border: 1px solid #000000;
	background: #000000;
	color: #fff;
	border-radius: 50px;
}

.btnA:hover {
	opacity: 0.8;
}

.btnA.t_L {
	margin-left: 0;
	margin-right: auto;
}

.btnA.t_C {
	margin-left: auto;
	margin-right: auto;
}

.btnA.t_R {
	margin-left: auto;
	margin-right: 0;
}

.btnB {
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 40px 15px 15px;
	width: 400px;
	text-align: center;
	font-size: 1.0em;
	cursor: pointer;
	border-radius: 50px;
}

.btnB:after {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto 0;
	height: 1em;
	content: "\e5cc";
	font-family: 'Material Icons';
	line-height: 1.0;
}

.btnB {
	border: 1px solid #000;
	background: none;
	color: #000;
}

.btnB:hover {
	background: #000;
	color: #fff;
}

.btnB.black {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.btnB.black:hover {
	background: none;
	color: #000;
}

.btnB.brown {
	border: 1px solid #8e7871;
	background: #8e7871;
	color: #fff;
}

.btnB.brown:hover {
	background: none;
	color: #8e7871;
}

.btnC {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 40px 15px 15px;
	width: 400px;
	text-align: center;
	font-size: 1.2em;
	cursor: pointer;
	border-radius: 50px;
	border: none;
	color: rgba(255, 255, 255, 0.8);
	line-height: 0;
	font-family: 'Noto Serif JP', serif;
}

.btnC:after {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto 0;
	height: 1em;
	content: "\e5cc";
	font-family: 'Material Icons';
	line-height: 1.0;
}

.btnC img {
	height: 32px;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.btnC.cat02 {
	background: #bc997e;

}

.btnC.cat01 {
	background: #8e7871;
}

.links {
	max-width: 980px;
	margin: 50px auto;
}


.hrefA{
    display: inline-block;
    width: 200px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin: 0 10px;
}
.hrefB{
    display: inline-block;
    width: 200px;
    background: #4d4d4d;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin: 0 10px;
}


@media screen and (max-width: 768px) {
	.btnA {
		max-width: 130px;
		padding: 8px 10px;
		font-size: 13px;
	}

	.btnA:after {
		width: 35px;
	}

	.btnB {
		width: 90vw;
	}

	.btnC {
		width: 80vw;
		font-size: 0.9em;
		margin: 10px auto;
	}

	.btnC img {
		height: 25px;
		margin: 0 5px 0 0;
	}

	.links {
		margin: 20px auto 40px;
	}

    .hrefA{
        width: 80px;
        padding: 5px 0;
        margin: 0 5px;
        font-size: 13px;
    }
    .hrefB{
        width: 80px;
        padding: 5px 0;
        margin: 0;
        font-size: 13px;
    }

}

/**------------------------------
スライド共通
------------------------------**/
/**arrow**/

body .slick-prev {
	left: -50px;
	z-index: 10;
}

body .slick-next {
	right: -50px;
	z-index: 10;
}

body .slick-prev,
body .slick-next {
	width: auto;
	height: auto;
}

body .slick-prev:before,
body .slick-next:before {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1.0;
	text-align: center;
	font-size: 80px;
	content: "arrow_right";
	font-family: 'Material Icons';
	color: #808080;
	border-radius: 50%;
}

body .slick-prev:before {
	content: "arrow_left";
}

/**dots**/

body .slick-dots {
	bottom: -35px;
}

body .slick-dots li {
	width: 10px;
}

body .slick-dots li button::before {
	content: "";
	border: 2px solid #808080;
	background: #fff;
	width: 5px;
	height: 5px;
	border-radius: 50px;
}

body .slick-dots li.slick-active button::before {
	background: #808080;
}

@media screen and (max-width:768px) {
	body .slick-prev {
		left: -20px;
		z-index: 10;
	}

	body .slick-next {
		right: -20px;
		z-index: 10;
	}

	body .slick-prev:before,
	body .slick-next:before {
		font-size: 30px;
	}
}

/**================================================== 
header
==================================================*/
.header_wrap {
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.header_wrap.scroll,
.header_wrap.second {
	background: rgba(255, 255, 255, 0.8);
}


header {
	width: 1150px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

header .logo {
	width: 180px;
}

.header_wrap.scroll .logo,
.header_wrap.second .logo {
	width: 100px;
}

header .logo img {
	display: block;
	width: 100%;
	margin: 0 0 5px;
}

header nav ul {
	display: flex;
	justify-content: flex-end;
	line-height: 1.0;
	margin: 15px 0 0;
}

header nav ul li {
	padding: 0 15px;
	position: relative;
}

header nav ul li + li {
	border-left: 1px solid #000;
}

header nav ul li a:hover,
header nav ul li.act > a{
	color: #a77d5d;
}

.toggle_s{
    cursor: pointer;
}

header nav ul li a[href=""] + ol{
    background: rgba(0,0,0,0.7);
    color: #fff;
    position: absolute;
    top: 150%;
    left: 0;
    width: 12em;
    padding: 10px 0 5px;
    display: none;
}header nav ul li a[href=""] + ol.blk{
    display: block;
}
header nav ul li a[href=""] + ol li{
    border:none;
    padding: 0;
}
header nav ul li a[href=""] + ol li a{
    display: block;
    padding: 8px 15px;
}


@media screen and (max-width: 768px) {
	.header_wrap {
		padding: 5px 0;
		position: absolute;
	}

	header {
		width: 95%;
	}

	header .logo {
		width: 130px;
	}

	header .logo img {
		display: block;
		width: 100%;
		margin: 0;
	}

	header nav {
		position: fixed;
		top: 0;
		right: -300px;
		z-index: 1000;
		box-sizing: border-box;
		padding-top: 60px;
		width: 300px;
		height: 100%;
		background: #000;
		font-size: 16px;
		justify-content: flex-start;
		align-items: flex-start;
	}

	header nav ul {
		width: 100%;
		flex-flow: column;
	}

	header nav ul li a {
		display: block;
		padding: 10px 28px;
		color: #ddd;
		text-decoration: none;
	}

	header nav ul li a:hover {
		background: #fff;
		color: #000;
	}
	
	header nav ul li a[href=""] + ol{
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding: 10px 0 10px 25px;
        display: block;
    }

	header .hamburger {
		position: fixed;
		display: block;
		top: 0;
		right: 0;
		z-index: 3;
		z-index: 1500;
		box-sizing: border-box;
		width: 60px;
		height: 60px;
		font-size: 11px;
		cursor: pointer;
		-webkit-transition: all 400ms;
		transition: all 400ms;
		background: #1e1e1e;
		color: #fff;
	}

	header .hamburger:after {
		position: absolute;
		right: 0;
		left: 0;
		bottom: 5px;
		margin: 0 auto;
		content: "MENU";
		text-align: center;
		letter-spacing: 1x;
	}

	header .hamburger.open:after {
		color: #fff;
		content: "CLOSE";
		letter-spacing: 0;
	}

	header .hamburger span {
		position: absolute;
		width: 40px;
		height: 2px;
		background: #fff;
		-webkit-transition: all 400ms;
		transition: all 400ms;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	header .hamburger span:nth-child(1) {
		top: 10px;
	}

	header .hamburger span:nth-child(2) {
		top: 20px;
	}

	header .hamburger span:nth-child(3) {
		top: 30px;
	}

	header .hamburger.open {
		background: none;
	}

	header .hamburger.open span {
		background: #fff;
	}

	header .hamburger.open span:nth-child(1) {
		top: 20px;
		transform: rotate(45deg);
	}

	header .hamburger.open span:nth-child(2) {
		display: none;
	}

	header .hamburger.open span:nth-child(3) {
		top: 20px;
		transform: rotate(-45deg);
	}
}


/**================================================== 
footer
==================================================*/
footer {
	width: 980px;
	margin: 50px auto;
}

footer .bnr {
	text-align: center;
}

footer .bnr a {
	display: inline-block;
	margin: 10px;
}

footer .sns {
	text-align: center;
}

footer .sns a {
	display: inline-block;
	margin: 10px;
}

footer nav {
	margin: 40px auto;
}

footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer li {
	line-height: 1.0;
	padding: 0 15px;
	font-weight: bold;
	margin:8px 0;
}

footer li + li {
	border-left: 1px solid #000;
}

footer li a:hover {
	color: #a77d5d;
}

footer .copyright {
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width:768px) {
	footer {
		width: 90%;
		margin: 20px auto 80px;
	}

	footer .bnr a {
		width: 40%;
	}

	footer .sns a {
		width: 40px;
	}

	footer nav {
		margin: 20px auto;
	}

	footer li {
		margin: 5px 0;
	}
}


/**================================================== 
HERO
==================================================*/



/**slide**/

.hero .slick-slide {
	margin: 0;
}

.hero img {
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width:768px) {
	.hero img {
		margin: 0 auto;
		height: auto;
		width: 100%;
	}
}


/**------------------------------
コンバージョン
------------------------------**/
.conv {}

.conv ul {
	margin: 40px 0 0;
	display: flex;
}

.conv li {
	flex: 1px;
	position: relative;
	cursor: pointer;
}
.conv li div{
    display: none;
    text-align: center;
}
.conv li .blktel{
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    width: 100%;
}
.conv li dl{
    background:#000;
    color: #fff;
    font-size: 20px;
    padding: 5px 15px 10px;
}
.conv li dl dt{
    font-weight: bold;
}
.conv li dl dd{
    font-size: 14px;
}
.conv li dl a{
    font-size: 18px;
}

.conv a {
	display: block;
	background: #000;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	padding: 15px 0;
	letter-spacing: 2px;
}

.conv a[href^="tel"] {
	text-decoration: underline;
}

.conv li:nth-child(even) a {
	background: #4d4d4d;
}

.conv a:hover {
	opacity: 0.9;
}

@media screen and (max-width:768px) {

	/**------------------------------
	コンバージョンボタン
	------------------------------**/
	.conv {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 500;
		width: 100%!important;
	}

	.conv ul {
		margin: 0;
		display: flex;
		width: 100%;
	}

	.conv ul li {
		flex: 1;
	}

	.conv a {
		font-size: 13px;
		padding: 10px 0;
		letter-spacing: 0;
		height: 100%;
	}
	
	.conv li .blktel{
        bottom: 100%;
        top:auto;
        left: 0;
        width: 100vw;

    }
    .conv li dl{
        font-size: 13px;
    }
    .conv li dl a{
        font-size: 13px;
    }
}


/**------------------------------
TOPICS
------------------------------**/
.topics_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.topics .gray {
	background: #b2b2b2;
	width: 370px;
	color: #fff;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	margin: 0 30px 0 0;
}

.topics .titA small {
	color: #000;
}

.topics .titA b {
	color: #000;
}

.topics .topics-list {
	flex: 1;
	margin: 50px 0 20px;
}

.topics .topics-list a {
	display: flex;
	padding: 10px;
}

.topics .topics-list time {
	margin: 0 20px 0 0;
}

.topics .topics-list li {
	border-bottom: 1px solid #000;
}

.topics .topics-list li:last-child {
	border: none;
}


@media screen and (max-width:768px) {

	/**------------------------------
	トピックス
	------------------------------**/
	.topics_inner {
		flex-flow: column;
	}

	.topics .gray {
		background: #b2b2b2;
		width: 100%;
		color: #fff;
		padding: 0 0 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex: none;
		margin: 0 auto 10px;
	}

	.topics .topics-list {
		flex: 1;
		margin: 10px auto;
		width: 90%;
	}

	.topics .topics-list a {
		display: flex;
		flex-flow: column;
		padding: 10px;
	}

	.topics .topics-list time {
		margin: 0 0 5px;
		display: block;
	}

	.topics .btnA {
		margin-right: 5%;
	}

}

/**------------------------------
コンセプト
------------------------------**/
.concept {
	background: url(/common/images/bg-concept.jpg) no-repeat top 130px left;
	padding: 0 0 100px;
}

.concept .w600 {
	margin-left: auto;
	margin-right: calc((100% - 980px) / 2);
}

.concept .w600 p {
	margin: 1em 0px;
}


@media screen and (max-width:768px) {

	/**------------------------------
	コンセプト
	------------------------------**/
	.concept {
		background: url(/common/images/bg-concept.jpg) no-repeat top left / 100% auto;
		padding: 24vw 5% 0;
		margin: 20px auto 0;
	}

	.concept .w600 {
		margin: 20px auto;
	}

	.concept .titA {
		margin-left: 5%;
	}

	.concept .w600 .titB,
	.concept .w600 p {
		margin: 0.5em 0px;
		width: 100%;
	}

}

/**------------------------------
ギャラリー
------------------------------**/
.gallary {
	background: #f7f2ef;
	padding: 30px 0 50px;
	position: relative;
	margin: 50px auto;
}

.gallary .hasami {
	position: absolute;
	top: -80px;
	left: 10%;
}

.gallary .drayer {
	position: absolute;
	top: -50px;
	left: 10%;
}

.slider1 {
	font-weight: bold;
	margin: 50px auto;
}

.slider1 img,
.gallery-list img {
	margin: 0 auto;
	height: 260px;
	width: auto;
	display: block;
}

.slider1 .slick-slide {
	padding: 0 2px;
}

.slider1 strong,
.gallery-list strong {
	position: relative;
	color: #8e7871;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: url(/common/images/circle.png) no-repeat top center;
	height: 75px;
	line-height: 1.0;
}

.slider1 em,
.gallery-list em {
	display: block;
	background: #8e7871;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 14px;
}

.slider1 p,
.gallery-list p {
	padding: 5px;
	text-align: center;
	background: #fff;
	font-size: 14px;
}

@media screen and (max-width:768px) {

	/**------------------------------
	ギャラリー
------------------------------**/
	.gallary .hasami {
		width: 80px;
		top: -60px;
		left: 5%;
	}

	.gallary .drayer {
		width: 80px;
		top: -40px;
		left: 5%;
	}

	.slider1 {
		margin: 20px auto;
	}

	.slider1 img,
	.gallery-list img {
		margin: 0 auto;
		height: auto;
		width: 100%;
	}

}

/**------------------------------
カラーメンバーシステム
------------------------------**/
.color {
	position: relative;
}

.color .drayer {
	display: block;
	position: absolute;
	top: -80px;
	right: 10%;
}

.w_bg {
	position: relative;
	padding: 1px 0;
	margin: 30px auto 0;
}

.w_bg:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #000000 0, #000000 65%, #4c4c4c 65%, #4c4c4c 65%, #4c4c4c 100%);
}

.w_bg:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 130px 130px 0 0;
	border-color: #fff transparent transparent transparent;
}

.color .w800 {
	color: #fff;
	margin: 50px auto;
}

.color figure {
	width: 50%;
	text-align: right;
	margin: -230px 0 40px auto;
}

@media screen and (max-width:768px) {

	/**------------------------------
	ヘアカラー
------------------------------**/
	.color .drayer {
		width: 80px;
		top: -60px;
		right: 5%;
	}

	.w_bg {
		position: relative;
		padding: 1px 0;
		margin: 30px auto 0;
	}

	.w_bg:after {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, #000000 0, #000000 65%, #4c4c4c 65%, #4c4c4c 65%, #4c4c4c 100%);
	}

	.w_bg:before {
		border-width: 60px 60px 0 0;
	}

	.color .w800 {
		color: #fff;
		margin: 50px auto;
	}

	.color figure {
		width: 90%;
		text-align: right;
		margin: -20px auto 20px;
	}
}


/**------------------------------
フォト
------------------------------**/
.photo {
	background: #f7f2ef;
	padding: 30px 0 50px;
	position: relative;
	margin: 80px auto;
}

.photo .camera {
	position: absolute;
	top: -40px;
	left: 10%;
}

.photo .slick-prev,
.photo .slick-next {
	margin: 40px 0 0;
}


@media screen and (max-width:768px) {

	/**------------------------------
	写真
------------------------------**/
	.photo {
		margin: 80px auto 20px;
	}

	.photo .camera {
		width: 80px;
		top: -30px;
		left: 5%;
	}
}

/**------------------------------
コンテンツ
------------------------------**/


/**------------------------------
カラーメンバーシステム
------------------------------**/
.contents {
	position: relative;
}

.contents .w800 {
	color: #fff;
	margin: 50px auto;
}

.contents figure {
	width: 50%;
	text-align: right;
	margin: -230px 0 40px auto;
}

.contents dl {
	display: flex;
	font-size: 25px;
	margin: 20px 0 0;
}

.contents dl:before {
	content: "／ ";
}

.contents dl dt {
	font-family: 'Noto Serif JP', serif;
	margin: 0 20px 0 5px;
}

.contents dl dd {
	font-size: 14px;
	color: #b2b2b2;
	line-height: 2.0;
	padding: 0.5em 0 0;
}

@media screen and (max-width:768px) {

	/**------------------------------
	コンテンツ
------------------------------**/
	.contents {
		margin-bottom: 40px;
	}

	.contents .w800 {
		color: #fff;
		margin: 50px auto;
		padding: 0 5%;
	}

	.contents figure {
		width: 90%;
		text-align: right;
		margin: -20px auto 20px;
	}

	.contents dl {
		font-size: 18px;
		margin: 15px 0 0;
	}

	.contents dl dd {
		padding: 0.2em 0 0;
	}
}

/**------------------------------
ブログ
------------------------------**/
.blog {
	margin: 50px auto;
	width: 980px;
}

.blog-list {
	margin: 30px auto;
}

.blog-list li {
	border-bottom: 1px solid #808080;
	padding: 20px 0;
}


.blog-list li:nth-last-child(1),
.blog-list li:nth-last-child(2) {
	border: none;
}

.blog-list figure {
	width: 130px;
	height: 130px;
	float: left;
	margin: 0 15px 10px 0;
	background: #808080;
}

.blog-list time {
	color: #ab805e;
	font-weight: bold;
	display: block;
	margin: 0 10px 0 0;
    width: 5.5em;
    margin: 0;
}

.blog-list em {
	background: #ab805e;
	color: #fff;
	padding: 3px 10px;
	font-size: 10px;
	display: inline-block;
	margin: 0;
	padding: 3px;
    width: 50%;
    text-align: center;
}
.blog-list .box2C{
    width: auto;
    margin: 0 0 5px;
}.blog-list .box2C:after{
    display: none;
}

.blog-list h4 {
	font-weight: bold;
}

.blog-list p {
	clear: both;
}

.topbar {
	background: url(/common/images/bg-news.jpg) no-repeat center / cover;
	width: 100%;
	height: 220px;
}

@media screen and (max-width:768px) {

	/**------------------------------
	ブログ
------------------------------**/
	.blog {
		margin: 30px auto;
		width: 90%;
	}
    .blog-list figure{
        width: 100px;
        height: 100px;
    }
	.blog-list h4 {
		line-height: 1.3;
	}
    .blog-list h4 + div{
        font-size: 13px;
        clear: both;
    }
	.topbar {
		background: url(/common/images/bg-news.jpg) no-repeat center / cover;
		width: 100%;
		height: 40vw;
	}
	
    .blog-list em{
        flex: 1;
        width: auto;
    }
    
    .blog-list .box2C{
        flex-flow: column-reverse;
    }

}

/**------------------------------
店舗紹介
------------------------------**/
.shop {
	width: 980px;
	margin: 30px auto;
}

.category {
	text-align: center;
	padding: 15px 30px;
	border-radius: 50px;
	max-width: 660px;
	margin: 50px auto 0;
}

.nature .category {
	background: #bc997e;
}

.network .category {
	background: #8e7871;
}

.shop-list {
	margin: 50px auto;
	width: 100%;
	font-size: 14px;
}

.shop-list li {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

.shop-list h4 {
	width: 100%;
	text-align: center;
	margin: 8px auto;
}

.shop-list figure {
	width: 250px;
	flex: none;
	margin: 0 10px 0 0;
}

.shop-list figure img {}

.shop-list .text {
	flex: 1;
	font-weight: bold;
}

.shop-list .tel {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}

.shop-list p {
	line-height: 1.8;
}

.shop-list b {
	font-weight: normal;
	color: #ab805e;
}

.shop-list .btnA {
	padding: 5px 15px;
	margin: 10px 0 0;
}

@media screen and (max-width:768px) {

	/**------------------------------
	店舗一覧
------------------------------**/
	.shop {
		width: 90%;
		margin: 30px auto;
	}

	.category {
		padding: 10px 30px 5px;
		margin: 20px auto;
		max-width: 70vw;
		position: relative;
		z-index: 10;
	}

	.category img {
		height: 30px;
	}

	.shop-list {
		margin: 10px auto;
		width: 100%;
		font-size: 14px;
	}

	.shop-list figure {
		width: 100%;
		flex: none;
		margin: 0 0 10px;
	}

	.shop-list .text {
		padding: 0 5%;
		font-size: 15px;
	}

	.shop-list .btnA {
		padding: 5px 15px;
		margin: 10px 0 0 auto;
	}
}


/**------------------------------
採用
------------------------------**/
.recruit {
	position: relative;
	margin: 20px auto 50px;
}

.recruit .w800 {
	color: #fff;
	margin: 60px auto;
}

.recruit figure {
	width: 50%;
	text-align: right;
	margin: -300px 0 40px auto;
}

.recruit .w800 p {
	color: #b2b2b2;
}

@media screen and (max-width:768px) {

	/**------------------------------
	採用
------------------------------**/
	.recruit .w800 {
		color: #fff;
		margin: 50px auto;
	}

	.recruit figure {
		width: 90%;
		text-align: right;
		margin: -20px auto 20px;
	}
}

/**------------------------------
インスタ
------------------------------**/
.insta {
	margin: 50px auto;
	width: 980px;
}

.follow {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 5px 10px;
	margin: 30px auto;
}

@media screen and (max-width:768px) {

	/**------------------------------
	インスタ
------------------------------**/
	.insta {
		margin: 20px auto;
		width: 90%;
	}

	.insta .ico {
		width: 40px;
	}

	.follow {
		display: inline-block;
		background: #000;
		color: #fff;
		padding: 5px 10px;
		margin: 15px auto;
	}

}


/**================================================== 
ショップ詳細
==================================================*/

.detail1 {
	position: relative;
	overflow: hidden;
	border-top: 30px solid #f7f2ef;
}

.nature .detail1 {
	border-top: 30px solid #e8e4e3;
}

.network .detail1 {
	border-top: 30px solid #fff;
	background: #e5e5e5;
}

.detail1.beju {
	border-top: 30px solid #fff;
	background: #f7f2ef;
}

.detail1:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 200px 200px 0;
	border-color: transparent #f7f2ef transparent transparent;
}

.nature .detail1:before {
	border-color: transparent #e8e4e3 transparent transparent;
}

.network .detail1:before {
	border-color: transparent #fff transparent transparent;
}

.detail1.beju:before {
	border-color: transparent #fff transparent transparent;
}

.nature .detail1:after {
	content: "";
	background: url(/common/images/img01.png) no-repeat center / contain;
	width: 213px;
	height: 267px;
	display: block;
	position: absolute;
	top: 0;
	right: -2px;
}

.network .detail1:after {
	content: "";
	width: 103px;
	height: 134px;
	background: url(/common/images/icon-hasami.png) no-repeat center / contain;
	display: block;
	position: absolute;
	top: 40px;
	right: 50px;
	transform: rotate(250deg);
}

.detail2 {
	padding: 20px 0 80px;
	margin: 30px auto 0;
	position: relative;
}

.nature .detail2 {
	background: #e8e4e3;
}

.detail3 {
	padding: 20px 0 80px;
	margin: 30px auto;
	position: relative;
}

.network .detail3 {
	background: #e5e5e5;
}

.nature .detail3.kazari:before {
	content: "";
	display: block;
	background: url(/common/images/ing02.png) no-repeat center/ contain;
	width: 51px;
	height: 92px;
	position: absolute;
	top: -70px;
	right: 10%;
}

.nature .detail3.kazari:after {
	content: "";
	display: block;
	background: url(/common/images/ing03.png) no-repeat center/ contain;
	width: 134px;
	height: 130px;
	position: absolute;
	bottom: -90px;
	left: 10%;
	z-index: 2;
}

.network .detail3.kazari:after {
	content: "";
	display: block;
	background: url(/common/images/icon-drayer.png) no-repeat center/ contain;
	width: 105px;
	height: 124px;
	position: absolute;
	bottom: -180px;
	right: 20%;
	z-index: 2;
}

.nature .detailbg {
	background: url(/common/images/bg01.jpg) no-repeat center / cover;
	width: 100%;
	height: 250px;
}

.network .detailbg {
	background: url(/common/images/bg02.jpg) no-repeat center / cover;
	width: 100%;
	height: 250px;
}

.detail4 {
	border-top: 30px solid #fff;
	position: relative;
}

.detail4:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 200px 200px 0;
	border-color: transparent #fff transparent transparent;
}

.detail5 {
	margin: 0;
	background: none;
}

.detail6 {
	background: #f7f2ef;
	padding: 20px 0;
}


@media screen and (max-width:768px) {

	/**================================================== 
ショップ詳細
==================================================*/
	.detail1 {
		padding: 30px 0;
	}

	.nature .detail1 {
		border-top: 20px solid #e8e4e3;
	}

	.network .detail1,
	.detail1.beju {
		border-top: 20px solid #fff;
	}

	.detail1:before {
		border-width: 0 100px 100px 0;
	}

	.nature .detail1:after {
		width: 113px;
		height: 167px;
		top: -30px;
		right: -20px;
	}

	.network .detail1:after {
		width: 83px;
		height: 114px;
		top: 20px;
		right: 20px;
	}

	.detail2 {
		padding: 20px 0 60px;
		margin: 30px auto 0;
	}

	.detail3 {
		padding: 20px 0 30px;
		margin: 0 auto;
	}

	.nature .detail3.kazari:before {
		width: 51px;
		height: 92px;
		top: -30px;
		right: 10%;
	}

	.nature .detail3.kazari:after {
		width: 94px;
		height: 90px;
		position: absolute;
		bottom: -90px;
		left: 3%;
	}

	.network .detail3.kazari:after {
		width: 85px;
		height: 104px;
		position: absolute;
		bottom: -80px;
		right: 5%;
	}

	.nature .detailbg {
		height: 150px;
	}

	.network .detailbg {
		height: 150px;
	}

	.detail4 {
		border-top: 20px solid #fff;
	}

	.detail4:before {
		border-width: 0 100px 100px 0;
	}

	.detail5 {
		margin: 0;
		background: none;
	}

}

/**------------------------------
ショップ詳細
------------------------------**/


.shop-detail {
	width: 980px;
	margin: 50px auto;
}

.shop-detail h2 {
	text-align: center;
}

.shop-detail h2 img {
	display: block;
	margin: 15px auto;
}


/**-------------------------------------
スライド
-------------------------------------**/
/* slider */

.slider2 {
	position: relative;
	margin: 0;
	padding: 0;
}

/* slide-main */

.slide-main {
	position: relative;
	margin: 0;
	padding: 0;
}

.slide-main .item {
	position: relative;
	height: 100%;
	font-size: 12px;
}

.slide-main .item a {
	display: block;
}

.slide-main .item .image {
	position: relative;
	overflow: hidden;
}

.slide-main .item img {
	margin: auto;
	width: 100%;
}

.slide-main .item p {
	margin: 5px;
	font-size: 14px;
}

.slide-main > .slick-list,
.slide-main > .slick-list > .slick-track,
.slide-main > .slick-list > .slick-track > .slick-slide > div {
	position: relative;
	height: 100%;
}

/* slide-navigation */

.slide-navigation {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.slide-navigation .item {
	position: relative;
	cursor: pointer;
}

.slide-navigation .item .image {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 110px;
}

.slide-navigation .item .image::before {
	display: block;
	padding-top: 70%;
	content: "";
}

.slide-navigation .item .image::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	opacity: 0.5;
}

.slide-navigation .slick-current .image::after {
	opacity: 0;
}

.slide-navigation .item .image {
	position: relative;
	overflow: hidden;
}

.slide-navigation .item .image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
}

.slider2 .slick-prev {
	left: -30px;
	z-index: 10;
}

.slider2 .slick-next {
	right: -30px;
	z-index: 10;
}

.slider2 .slick-prev:before,
.slider2 .slick-next:before {
	font-size: 50px;
}


@media screen and (max-width:768px) {

	/**------------------------------
ショップ詳細
------------------------------**/
	.slide-navigation {
		width: 100%;
	}

	.slide-navigation .item .image {
		height: 22vw;
	}

	.slide-navigation .item .image::before {
		padding-top: 70%;
	}

	.shop-detail {
		width: 90%;
		margin: 0 auto;
	}

	.shop-detail .box1C_sp {
		flex-flow: column-reverse;
	}

	.shop-detail h2 {
		text-align: center;
	}

	.shop-detail h2 img {
		max-width: 70%;
	}

	.shop-detail .btnB {
		margin: 0 auto 10px;
	}
}


/**------------------------------
詳細
------------------------------**/

.detailinfo {
	margin: 50px auto;
}

.detailinfo .titA {
	font-size: 60px;
	margin: -40px 0 15px;
}

.detailinfo dl {
	margin: 15px 0;
}

.detailinfo dl dt {
	background: #000;
	padding: 5px 15px;
	color: #fff;
	margin: 0;
}

.detailinfo dl dd {
	padding: 10px;
}

.detailinfo h4 {
	font-size: 26px;
	font-weight: bold;
}

.detailinfo p {
	line-height: 1.8;
}

.detailinfo b {
	font-weight: normal;
	color: #ab805e;
}

.detailinfo p br {
	display: none;
}

.detailinfo .tel {
	display: block;
	font-weight: bold;
	font-size: 22px;
	margin: 5px 0;
}

.detailinfo .tel:before {
	content: "電話予約 >";
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 14px;
	border-radius: 50px;
	padding: 5px 15px;
	margin: 0 15px 0 0;
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	/**------------------------------
詳細
------------------------------**/

	.detailinfo {
		margin: 0 auto 30px;
	}

	.detailinfo .titA {
		font-size: 30px;
		margin: -15px 0 15px;
	}

	.detailinfo h4 {
		font-size: 20px;
		font-weight: bold;
	}

	.detailinfo p br {
		display: block;
	}

	.detailinfo .tel {
		font-size: 22px;
	}

	.detailinfo .tel:before {
		padding: 5px;
		margin: 0 5px 0 0;
	}

}

/**------------------------------
カレンダー
------------------------------**/

.calender {
	background: #fff;
	padding: 10px;
	margin: 40px auto;
}

.calender iframe {
	width: 100%;
	height: 400px;
}

.map {
	margin: 40px auto;
}

.map iframe {
	width: 100%;
	height: 500px;
	box-shadow: 0 0 0 10px #fff;
}


@media screen and (max-width:768px) {
	/**------------------------------
カレンダー
------------------------------**/

	.calender {
		background: #fff;
		padding: 10px;
		margin: 20px auto;
	}

	.calender iframe {
		width: 100%;
		height: 70vw;
	}

	.map {
		margin: 20px auto;
	}

	.map iframe {
		width: 100%;
		height: 400px;
	}
}

/**------------------------------
メニュー
------------------------------**/
.menu {
	background: #fff;
	margin: 30px auto;
	padding: 1px 0;
}

.menu h4 {
	border-bottom: 4px solid #000;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 30px;
	position: relative;
	cursor: pointer;
}

.menu h4:after {
	content: "+";
	position: absolute;
	top: 5px;
	right: 20px;
}

.menu.active h4:after {
	content: "-";
}

.detail1 .menu h4:after {
	display: none;
}

.nature .menu h4:first-letter {
	color: #6b87a9;
}

.network .menu h4:first-letter {
	color: #ab805e;
}

.menu h4 small {
	font-size: 14px;
	display: inline-block;
	margin: 0 5px;
}

.menu ul {
	width: 100%;
	margin: 8px auto;
	display: none;
}

.detail1 .menu ul {
	display: block;
}

.menu ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 8px 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 2%;
}

.menu ul li small {
	display: block;
	font-weight: normal;
	font-size: 14px;
	width: 80%;
}

.menu ul li:last-child {
	border: none;
}
.menu ul li .left{
 min-width: 30%;
}
.menu ul li .right {
	text-align: right;
	margin: 0 0 0 15px;
	white-space: nowrap
}

.menu ul li b {
	color: #ab805e;
	font-size: 14px;
	font-weight: normal;
	display: block;
	width: 80%;
}

.menu ul li p {
	width: 100%;
	font-weight: normal;
	font-size: 14px;
}

.menu .richtext {
	border: none;
	font-size: 18px;
	display: block;
}

.menu .richtext .box2C dl {
	margin: 15px 0 0;
	font-weight: normal;
	background: #ece8e7;
}

.menu .richtext .box2C dl dt {
	background: #8e7871;
	color: #fff;
	font-size: 22px;
	text-align: center;
}

.menu .richtext .box2C dl dd {
	font-size: 14px;
	padding: 10px;
}

.menu .note {
	font-size: 13px;
	text-indent: 0;
	font-weight: normal;
	padding: 20px 8px 8px;
}

.menu i {
	display: inline-block;
	padding: 5px 15px;
	background: rgba(244, 138, 133, 0.2);
	margin: 0 0 5px;
}

.menu i.i2 {
	background: #f7f2ef;
}

@media screen and (max-width:768px) {

	/**------------------------------
メニュー
------------------------------**/
	.menu {
		margin: 0 auto 0;
	}

	.menu h4 {
		border-bottom: 2px solid #000;
		font-size: 20px;
	}

	.menu h4 small {
		font-size: 12px;
	}

	.menu ul li {
		padding: 5px;
		font-size: 16px;
	}

	.menu ul li small {
		font-size: 13px;
		width: 100%;
	}

	.menu ul li .right {
		margin: 0 0 0 10px;
	}

	.menu ul li b {
		font-size: 13px;
		width: 100%;
	}

	.menu .richtext {
		font-size: 16px;
	}

	.menu .richtext .box2C dl dt {
		font-size: 18px;
	}

	.menu .richtext .box2C dl dd {
		font-size: 13px;
		padding: 8px;
	}

}

/**------------------------------
スタッフ
------------------------------**/
.title {
	display: flex;
	align-items: flex-end;
}

.title p {
	margin: 15px;
}

.staff {
	padding: 0 0 20px;
	margin: 50px auto;
}

.staff.detail4 {
	margin: 0 auto;
	padding: 0 0 80px;
}

.staff .gray {
	color: #fff;
	width: 245px;
	padding: 0 10px 10px;
	text-align: center;
	font-size: 50px;
}

.staff .gray .titA {
	font-size: 50px;
}

.staff .gray .titA b,
.staff .gray .titA small {
	color: #000;
}

.nature .staff {
	background: #e8e4e3;
}

.nature .staff .gray {
	background: #cdb39e;
}

.network .staff {
	background: #e5e5e5;
}

.network .staff .gray {
	background: #b2b2b2;
}

.staff-list {
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto;
}

.staff-list li {
	width: calc(20% - 4px);
	margin: 0 2px 20px;
}

.staff-list li figure {
	line-height: 0;
}

.staff-list li em {
	color: #fff;
	padding: 5px;
	text-align: center;
	display: block;
	font-size: 14px;
}

.nature .staff-list li em {
	background: #ab805e;
}

.network .staff-list li em {
	background: #8e7871;
}

@media screen and (max-width:768px) {

	/**------------------------------
スタッフ
------------------------------**/
	.title {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-flow: column;

	}

	.title p {
		margin: 15px;
	}

	.staff {
		padding: 0 0 20px;
		margin: 50px auto;
	}

	.staff .gray {
		color: #fff;
		font-size: 30px;
		width: 180px;
	}

	.staff .gray .titA {
		font-size: 30px;
	}

	.staff-list {
		display: flex;
		flex-wrap: wrap;
		margin: 20px auto;
	}

	.staff-list li {
		width: calc(50% - 4px);
	}

}

/**------------------------------
スタッフ詳細
------------------------------**/

.staffinfo {
	margin: 70px auto;
	background: #fff;
	box-shadow: 0 0 0 20px #fff;
}

.staffinfo .left {
	width: 40%;
}

.staffinfo img {}

.staffinfo .right {
	width: 57%;
}

.staffinfo h3 {
	background: #000;
	padding: 5px 15px;
	color: #fff;
	margin: 0 0 10px;
}

.staffinfo .pos,
.gallinfo .pos {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 2% 10px;
}

.staffinfo em,
.gallinfo em {
	background: #a77d5d;
	color:#fff;
	display: inline-block;
	padding: 5px 10px;
	flex: none;
	margin: 0 0 0 15px;
}

.staffinfo h4,
.gallinfo h4 {
	font-size: 14px;
}

.staffinfo .name,
.gallinfo .name {
	font-size: 26px;
	font-weight: bold;
	margin: 0 2% 10px;
}

.staffinfo .name small,
.gallinfo .name small {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	margin: 0 15px;
}

.staffinfo table {
	margin: 10px 2% 20px;
}

.staffinfo th {
	color: #ab805e;
	text-align: left;
	padding: 3px 0;
}

.staffinfo td {
	padding: 3px 5px;
}

.staffinfo h5 {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	margin: 0 0 10px;
}

@media screen and (max-width:768px) {
	/**------------------------------
スタッフ詳細
------------------------------**/

	.staffinfo {
		margin: 0 auto;
		flex-flow: column-reverse;
	    box-shadow: none;
	    padding:20px 10px;
	}

	.staffinfo .left {
		width: 60%;
		margin: 0 auto 15px;
	}

	.staffinfo .right {
		width: 100%;
		margin: 0 auto;
	}

	.staffinfo h3 {
		padding: 5px 15px;
		margin: 0 0 10px;
	}

	.staffinfo .pos,
	.gallinfo .post {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0 2% 10px;
	}

	.staffinfo em,
	.gallinfo em {
		display: inline-block;
		padding: 5px 10px;
		flex: none;
		margin: 0 0 0 15px;
	}

	.staffinfo h4,
	.gallinfo h4 {
		font-size: 14px;
	}

	.staffinfo .name,
	.gallinfo .name {
		font-size: 22px;
		font-weight: bold;
		margin: 0 2% 10px;
	}

	.staffinfo .name small,
	.gallinfo .name small {
		font-size: 14px;
		font-weight: normal;
		display: inline-block;
		margin: 0 15px;
	}

	.staffinfo table {
		margin: 10px 2% 20px;
	}

	.staffinfo th {
		color: #ab805e;
		text-align: left;
		padding: 3px 0;
	}

	.staffinfo td {
		padding: 3px 5px;
	}

	.staffinfo h5 {
		font-size: 18px;
		font-weight: bold;
		font-family: 'Noto Serif JP', serif;
		margin: 0 0 10px;
	}

	.staff .conv {
		width: 100%;
	}

}


/**================================================== 
ギャラリー一覧
==================================================*/

.gallery-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 50px auto;
}

.gallery-list > div {
	width: calc(20% - 4px);
	padding: 5px 2px;
}

.gallery-list > div img {
	max-width: 100%;
}


@media screen and (max-width:768px) {
	/**================================================== 
ギャラリー一覧
==================================================*/

	.gallery-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 50px auto;
	}

	.gallery-list > div {
		width: 49%;
		padding: 0 2px;
		margin: 0 0 20px;
	}

	.gallery-list > div img {
		max-width: 100%;
	}
}

/**================================================== 
ギャラリー詳細
==================================================*/
/**------------------------------
詳細
------------------------------**/

.gallinfo {
	margin: 50px auto;
}

.gallinfo strong {
	display: inline-block;
	color: #ab805e;
	margin: 0 15px 10px 0;
	border-bottom: 2px solid #ab805e;
}

.gallinfo .titB {
	margin: 0 auto 5px;
}

.gallinfo dl {
	margin: 20px 0 0;
}

.gallinfo dl dt {
	background: #000;
	padding: 5px 15px;
	color: #fff;
	margin: 0;
}

.gallinfo dl dd {
	padding: 10px;
	border: 1px solid #aaa;
	display: flex;
	margin: 10px 0;
}

.gallinfo dl dd figure {
	width: 100px;
	flex: none;
	line-height: 0;
}

.gallinfo dl dd em {
	background: #ab805e;
	color: #fff;
}

.gallinfo dl dd .text {
	flex: 1;
}

/**================================================== 
コンセプト
==================================================*/
.stagg {
	max-width: 980px;
	margin: 80px auto;
}

.stagg li {
	display: flex;
	align-items: flex-start;
	margin: 0 auto 30px;
}

.stagg li:nth-child(even) {
	flex-flow: row-reverse;
}

.stagg figure {
	width: 70%;
	margin: 0 -10%;
}

.stagg li:nth-child(even) figure {
	/*margin-left: -10%;
	margin-right: 0%;*/
}

.stagg img {}

.stagg dl {
	position: relative;
	width: 60%;
	margin: 0;
	z-index: 5;
}

.stagg dt {
	color: #a77d5d;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	margin: 0 0 15px;
}

.stagg dd {
	width: 75%;
}

.stagg li:nth-child(even) dd {
	margin: 0 0 0 auto;
}

.stagg i {
	font-family: 'Rouge Script', cursive;
	display: block;
	color: #a77d5d;
	font-size: 3em;
	line-height: 2rem;
	margin: 0 0 30px;
	padding: 5px 10px;
	display: flex;
	align-items: flex-end;
}

.stagg i:after {
	content: "";
	height: 1px;
	flex: 1;
	background: #a77d5d;
	margin: 0 5px;
}

.stagg li:nth-child(even) i {
	flex-flow: row-reverse;
}

.stagg li:nth-child(even) dt {
	text-align: right;
}

.stagg li:nth-child(even) dd {
	text-align: right;
}

.waku {
	background: rgba(255, 255, 255, 0.8);
	padding: 30px;
	margin: 30px auto;
	position: relative;
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.waku .material-icons {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.service-list {
	margin: 0 auto 80px;
}

.service-list li {
	display: flex;
	position: relative;
	margin: 40px 0 0;
}

.service-list figure {
	width: 150px;
	flex: none;
	margin: 0 15px 0 0;
	color: #fff;
	padding: 10px 0 0;
}

.service-list figure img {
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.service-list figcaption {
	font-family: 'Rouge Script', cursive;
	display: block;
	color: #a77d5d;
	font-size: 4em;
	position: absolute;
	top: -55px;
	left: -10px;
}

.service-list figcaption:before {
	content: "Service";
	font-size: 2rem;
}

.service-list dt {
	color: #a77d5d;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2em;
	margin: 0 0 5px;
}

@media screen and (max-width:768px) {
	/**================================================== 
ギャラリー詳細
==================================================*/
	/**------------------------------
詳細
------------------------------**/

	.gallinfo {
		margin: 50px auto 0;
	}

	.gallinfo .left {
		margin: 0 auto 20px;
	}

	/**================================================== 
コンセプト
==================================================*/
	.stagg {
		max-width: 100%;
		margin: 30px auto;
	}

	.stagg li {
		display: flex;
		align-items: flex-start;
		margin: 0 auto 30px;
		flex-flow: column-reverse;
	}

	.stagg li:nth-child(even) {
		flex-flow: column-reverse;
	}

	.stagg figure {
		width: 100%;
		margin-left: 0;
	}

	.stagg li:nth-child(even) figure {
		margin-left: 0;
		margin-right: 0;
	}

	.stagg dl {
		width: 100%;
		margin: -20px auto 0 5%;
	}

	.stagg dt {
		color: #a77d5d;
		font-size: 18px;
		width: 100%;
		margin: 0 0 5px;
	}

	.stagg dd {
		width: 92%;
	}

	.stagg li:nth-child(even) dd {
		margin: 0;
	}

	.stagg i {
		font-size: 2.5em;
		line-height: 1.0;
		margin: 0 0 10px;
		padding: 0;
		align-items: center;
	}

	.stagg i:after {
		content: "";
		height: 1px;
		flex: 1;
		background: #a77d5d;
		margin: 20px 5px 0;
	}

	.stagg li:nth-child(even) i {
		flex-flow: row;
	}

	.stagg li:nth-child(even) dt {
		text-align: left;
	}

	.stagg li:nth-child(even) dd {
		text-align: left;
	}

	.waku {
		background: rgba(255, 255, 255, 0.8);
		padding: 30px 15px;
		margin: 20px auto;
		position: relative;
		box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
	}

	.waku .btnB {
		font-size: 12px;
		width: 100%;
		padding-right: 10px;
		padding-left: 5px;
	}

	.service-list {
		margin: 0 auto 50px;
	}

	.service-list li {
		margin: 30px 0 0;
		display: block;
	}

	.service-list figure {
		width: 100px;
		flex: none;
		margin: 0 15px 0 0;
		color: #fff;
		padding: 10px 0 0;
		float: left;
	}

	.service-list figure img {
		width: 100px;
		height: 100px;
	}

	.service-list figcaption {
		color: #a77d5d;
		font-size: 3em;
		top: -30px;
	}

	.service-list figcaption:before {
		content: "Service";
		font-size: 2rem;
	}

	.service-list dt {
		color: #a77d5d;
		font-family: 'Noto Serif JP', serif;
		font-size: 1.1em;
		margin: 0 0 3px;
	}

	.service-list dd {
		font-size: 15px;
	}

}


/**================================================== 
カラーメンバーシステム
==================================================*/

.member {
	width: 980px;
	margin: 30px auto 80px;
}

.member .h-text-img {
	align-items: center;
	margin: 50px auto;
}

.member .h-text-img figure {
	width: 70%;
	margin: 0 0 0 -20%;
}

.member .h-text-img > div {
	width: 60%;
	background: rgba(255, 255, 255, 0.9);
	padding: 30px;
	flex: none;
	margin-left: -20%;
	position: relative;
	z-index: 5;
}


.waku2 {
	background: #4c4c4c;
	color: #fff;
	padding: 30px;
	text-align: center;
	margin: 30px auto 50px;
	position: relative;
}

/*.waku2:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0  0 50px 50px;
	border-color: transparent  transparent transparent #fff;
}*/
.waku2 ul {
	margin: 30px auto 0;
}

.waku2 li {
	background: #fff;
	padding: 5px 10px;
	border-radius: 50px;
	font-weight: bold;
	color: #000;
	margin: 15px 0 0;
	font-size: 1.3em;
}


.voice-list li {
	background: #fff;
	font-size: 15px;
	margin: 0 auto 50px;
}

.voice-list li h4 {
	background: #8e7871;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 14px;
}

.voice-list li p {
	padding: 20px;
}


@media screen and (max-width:768px) {
	.member {
		width: 100%;
		margin: 30px auto 20px;
	}

	.member .h-text-img {
		align-items: center;
		margin: 20px auto;
		flex-flow: column-reverse;
	}

	.member .h-text-img figure {
		width: 100%;
		margin: 0;
	}

	.member .h-text-img > div {
		width: 90%;
		padding: 15px;
		margin-left: 0;
		margin-top: -40px;
		position: relative;
		font-size: 15px;
		
	}


	.waku2 {
		padding: 20px 5%;
		margin: 20px auto 30px;
	}

	.waku2 ul {
		margin: 10px auto 0;
	}

	.waku2 li {
		font-size: 1.0em;
	}

	.member .note {
		width: 90%;
		margin: 20px auto;
		font-size: 14px;
	}

	.voice-list li {
		margin: 0 auto 20px;
	}

	.voice-list li p {
		padding: 15px;
	}

}

.company {
	width: 980px;
	margin: 0 auto 50px;
}

.ceo {
	display: flex;
}

.company figure {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	overflow: hidden;
	margin: 20px 30px 30px 0;
	flex: none;
}

.company figure img {
	width: 300px;
	height: 300px;
	object-fit: cover;
}

/*sche-list*/
.sche-list {
	width: 760px;
	margin: 0;
}

.sche-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.sche-list time {
	width: 45%;
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
	text-align: right;
	padding:0 40px 0 0;
}

.sche-list dl {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 30px 30px;
	position: relative;
}

.sche-list dl::before {
	content: "";
	width: 1px;
	height: 100%;
	background: #666;
	position: absolute;
	left: 0;
	top: 18px;
}

.sche-list li:last-child dl::before {
	display: none;
}

.sche-list dl::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #666;
	border-radius: 50%;
	position: absolute;
	left: -7px;
	top: 7px;
}

.sche-list dl dt {
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
}


@media screen and (max-width:768px) {
	.company {
		width: 90%;
		margin: 0 auto 20px;
	}

	.ceo {
		display: flex;
		flex-flow: column;
	}

	.company figure {
		width: 200px;
		height: 200px;
		margin: 0 auto 20px;
	}

	.company figure img {
		width: 200px;
		height: 200px;
	}


	/*sche-list*/
	.sche-list {
		width: 94%;
	}

	.sche-list li {}

	.sche-list time {
		font-size: 0.9em;
		width: 9em;
		padding: 0 20px 0 0;
	}

	.sche-list dl {
		font-size: 0.9em;
		padding: 0 0 30px 15px;
	}

	.sche-list dl::before {
		top: 18px;
	}

	.sche-list dl::after {
		width: 12px;
		height: 12px;
		left: -7px;
		top: 7px;
	}

	.sche-list dl dt {
		margin-bottom: 4px;
		font-size: 1.1em;
	}

	.sche-list dl dd {
		font-size: 0.9em;
	}
}




/**================================================== 
ミフクフォト
==================================================*/
.mifuku-p01 {
	position: relative;
	overflow: hidden;
}.mifuku-p01:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 200px 200px 0;
	border-color: transparent #f7f2ef transparent transparent;
}
.mifuku-p01 i {
	position: absolute;
	bottom: 0;
	right: 15%;
	transform: rotate(-95deg);
}
.m-hero {
	display: flex;
	margin: 50px auto;
	width: 980px;
}
.m-hero figure {
	width: 570px;
	margin-left: -200px;
	flex: none;
	margin-right: 30px;
}

@media screen and (max-width:768px) {
	.mifuku-p01 {
		position: relative;
		overflow: hidden;
	}.mifuku-p01:before {
		border-width: 0 100px 100px 0;
	}
	.mifuku-p01 i {
		bottom: 0;
		right: 20px;
		z-index: 10;
	}
	.mifuku-p01 i img{
		width: 60px;
	}
	.m-hero {
		display: flex;
		margin: 50px auto;
		width: 100%;
		flex-flow: column-reverse;
		position: relative;
		z-index: 5;
	}
	.m-hero figure {
		width: 100%;
		margin: 10px auto 10px;
	}
	.m-hero .text{
		width: 80%;
		margin: 0 auto;
	}
}

/**------------------------------
------------------------------**/
.mifuku-p02 {
    position: relative;
}
.mifuku-p02  .w800 {
	color: #fff;
	margin: 50px auto;
}
.mifuku-p02  figure{
	width: 48%;
	text-align: right;
	margin: -260px 0 40px auto;
}
.mifuku-p02 ul {
	width: 50%;
	margin: 20px 0;
}
.mifuku-p02 img {
	max-width: 100%;
}
.mifuku-p02 i{
    position: absolute;
    bottom:0;
    left: 15%;
}

@media screen and (max-width:768px) {
	
	.mifuku-p02  figure{
		width: 90%;
		text-align: right;
		margin: -20px auto 20px;
	}
	.mifuku-p02 ul {
		width: 90%;
		margin: 20px auto;
	}
	.mifuku-p02 i{
	    display: none;
	}
}

/**------------------------------
------------------------------**/
.mifuku-p03 {
background: 
	url(/common/images/bg.jpg) repeat-x center bottom ,
	linear-gradient(to bottom,  #ffffff 1%,#ffffff 35%,#ffffff 35%,#f7f2ef 35%,#f7f2ef 100%);
	position: relative;
	padding: 1px 0;
}
.mifuku-p03:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 50vw 0 50vw;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	top: 35%;
	left: 0;
	z-index: 1;
}
.mifuku-p03 > *{
	position: relative;
	z-index: 5;
}
.m-about {
	display: flex;
	align-items: center;
	margin: 30px auto;
}
.m-about figure {
	width: 490px;
	margin-left: 0;
	margin-right: 30px;
	flex: none;
}
.mifuku-p03 .box3C {
	width: 780px;
	justify-content: center;
	margin: 30px auto 50px;
}
.mifuku-p03 .box3C figure:nth-child(even){
	margin: 80px 0 0;
}

@media screen and (max-width:768px) {
.mifuku-p03 {
    background: 
	url(/common/images/bg.jpg) repeat-x center bottom / auto 100px ,
	linear-gradient(to bottom,  #ffffff 1%,#ffffff 35%,#ffffff 35%,#f7f2ef 35%,#f7f2ef 100%);
	position: relative;
	padding: 1px 0;
}
.mifuku-p03:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 50vw 0 50vw;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	top: 35%;
	left: 0;
	z-index: 1;
}
.mifuku-p03 > *{
	position: relative;
	z-index: 5;
}
.m-about {
	display: flex;
	align-items: center;
	margin: 30px auto;
	flex-flow: column;
}
.m-about figure {
	width: 100%;
	margin: 0 0 15px;
	flex: none;
}
.mifuku-p03 .box3C {
	width: 100%;
	margin: 20px auto 30px;
}
.mifuku-p03 .box3C figure:nth-child(even){
	margin: 40px 0 0;
}
}

/**------------------------------
------------------------------**/
.mifuku-p04 {
	margin: 50px auto;
}

.h-text-img {
	width: 980px;
	margin: 40px auto;
}

.h-text-img figure {
	width: 490px;
	flex: none;
}

@media screen and (max-width:768px) {
.h-text-img {
	width: 90%;
	margin: 40px auto;
}

.h-text-img figure {
	width: 100%;
	margin: 15px auto 0;
}
}


/**------------------------------
------------------------------**/
.mifuku-p05 {
}

.package {
	width: 980px;
	margin: 30px auto 0;
}
.package li {
	margin: 30px 0;
	position: relative;
}
.package li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -10px;
}
.package h3 {
	background: #000;
	text-align: center;
	min-height: 5em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	
}
.package figure {
	margin: 0 0 5px;
}


@media screen and (max-width:768px) {
	.package {
		width: 90%;
		margin: 30px auto 0;
	}
	.package li {
		margin: 15px 0;
	}
	.mifuku-p05 img{
		max-width: 90vw;
	}
}

/**------------------------------
------------------------------**/
.mifuku-p06 {
}

.slider3 {
	font-weight: bold;
	margin: 50px auto;
}

.slider3 img{
	margin: 0 auto;
	height: 240px;
	width: auto;
	display: block;
}

.slider3 .slick-slide {
	padding: 0 2px;
}

@media screen and (max-width:768px) {
.mifuku-p06 {
}

	.slider3 {
		margin: 20px auto;
	}

	.slider3 img {
		margin: 0 auto;
		height: auto;
		width: 100%;
	}
}


/**------------------------------
------------------------------**/
.mifuku-p07 {
	margin: 0 auto 50px;
}
.voice-list2 {
}
.voice-list2 li {
	display: flex;
	border-bottom: 1px solid #808080;
	padding: 0 0 20px;
	margin: 30px 0 0;
	font-size: 13px;
}
.voice-list2 figure {
	width: 216px;
	flex: none;
	margin: 0 15px 0 0;
}
.voice-list2 h4 {
	color: #ab805e;
	font-weight: bold;
	margin: 0 0 5px;
}

@media screen and (max-width:768px) {
.mifuku-p07 {
	margin: 0 auto 30px;
}
.voice-list2 {
	margin: 0 auto;
}
.voice-list2 li {
	flex-flow: column;
}
.voice-list2 li:nth-child(1){
	margin: 0;
}
.voice-list2 figure {
	width: 100%;
	flex: none;
	margin: 0 auto 5px;
}
}

/**------------------------------
------------------------------**/
.mifuku-p08{
	margin: 0 auto 50px;
}
.package.price h3 {
	flex-flow: column;
	min-height: auto;
	padding: 20px 0;
}
.package.price h3 strong {
	font-size: 26px;
}
.package.price h3 small {
	font-size: 14px;
	min-height: 1.3em;
}
.package.price h3 b {
	font-family: 'Noto Serif JP', serif;
	font-size: 50px;
	line-height: 1.2;
}
.package.price h3 b i {
	font-size: 30px;
}
.package.price h3 b em {
	font-size: 12px;
	display: block;
	text-align: right;
}
.package.price h3 span {
	font-size: 13px;
	min-height: 1.3em;
	margin: 5px auto 0;
}
.package.price .indent{
	font-size: 13px;
}
.package.price .indent:before{
	content: "●";
	color: #4c4c4c;
	font-size: 20px;
	line-height: 1.3;
}
.box3C .present {
	width: 90%;
	margin: 20px auto 0;
}
.ab805e{
	color: #ab805e;
}

@media screen and (max-width:768px) {
	.mifuku-p08{
		width: 100%;
		margin: 0 auto 50px;
	}
	.package.price h3 strong {
		font-size: 22px;
	}
	.package.price h3 b {
		font-size: 40px;
	}
	.package.price h3 b i {
		font-size: 18px;
	}
	.package.price h3 small,
	.package.price h3 span {
		min-height: auto;
		margin: 0;
	}
	.package.price .indent{
		font-size: 13px;
	}
	.box3C .present {
		width: 100%;
	}

}

/**================================================== 
採用
==================================================*/

/* -------------------------------------
概要
-------------------------------------*/

.flx{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.flx .inner{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.sec-topics .catch-wrapper .catch_L{
	width: 580px;
}
.sec-topics .catch-wrapper .catch_L .catch1-wrap{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	line-height: 1.2;
}
.sec-topics .catch-wrapper .catch_L .catch1-wrap .catch1{
	margin-right: 20px;
}
.sec-topics .catch-wrapper .catch_L .catch1-wrap .catch1 li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 50%;
	text-align: center;
	background-color: #333;
}
.sec-topics .catch-wrapper .catch_L .pay span{
	font-size: 0.7em;
}
/*appeal-list*/
.sec-topics .appeal-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 20px 0;
}
.sec-topics .appeal-list li{
    margin: 0 6px 6px;
    padding: 10px 16px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #666;
}
.sec-topics .appeal-list li span{
	font-size: 0.8em;
}
.sec-topics .catch-wrapper figure{
	width: calc(370px + ((100vw - 980px) / 2));
	max-width: 630px;
	height: 430px;
	margin-left: 30px;
	margin-right: calc((100vw - 980px) / 2 * -1);
	margin-bottom: 20px;
}

@media screen and (max-width: 768px){
	.sec-topics .catch-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	.sec-topics .catch-wrapper .catch_L{
		width: 100%;
	}
	.sec-topics .catch-wrapper .catch_L .catch1-wrap .catch1 li{
		width: 70px;
		height: 70px;
		font-size: 1rem;
	}
	.sec-topics .catch-wrapper .catch_L .catch1-wrap >div{
		width: 100%;
		max-width: 350px;
		margin-top: 10px;
	}
	.sec-topics .catch-wrapper .catch_L .pay{
		font-size: 1.2rem;
	}

	/*appeal-list*/
	.sec-topics .appeal-list{
		padding: 0 0 10px;
	}
	.sec-topics .appeal-list li{
		margin: 0 4px 6px;
		padding: 4px 8px;
		font-size: 13px;
	}
	
	.sec-topics .catch-wrapper figure{
		width: 100%;
		max-width: 500px;
		height: 70vw;
		max-height: 380px;
		margin: 20px auto;
	}
}

.sec-pr,
.sec-hukuri{
    background: #f7f2ef;
    padding: 20px 0 80px;
}

@media screen and (max-width: 768px) {
.sec-pr > div{
        margin: 30px auto 30px;
}

}

/* -------------------------------------
i-bgt-clmlist
-------------------------------------*/
.i-bgt-clmlist li{
	margin-bottom: 30px;
}
.i-bgt-clmlist li p {
	padding: 20px 0;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.i-bgt-clmlist li{
		margin-bottom: 20px;
	}
	.i-bgt-clmlist li p {
		padding: 14px;
	}
}


/* -------------------------------------
tableB
-------------------------------------*/
.tableB table,
table.tableB {
	width: 100%;
	border-top: 1px dotted #aaa;
	background: #fff;
	/*	border: 1px solid red;*/
}

.tableB tr {
	border-bottom: 1px dotted #aaa;
}

.tableB th,
.tableB td {
	padding: 16px 20px;
	vertical-align: middle;
	text-align: left;
}

.tableB th {
	width: 25%;
	background: #e5e5e5;
    font-weight: bold;
}

.tableB td a:hover {}

@media screen and (max-width: 768px) {
    .tableB table,
    .tableB table > *,
    .tableB table > * > *,
    .tableB table > * > * > *{
        display: block;
    }
	.tableB th,
	.tableB td {
		padding: 8px 10px;
		font-size: 14px;
	}

	.tableB th {
		width: 100%;
		min-width: 6em;
		font-size: 0.9rem;
		font-size: 13px;
	}
}

/* -------------------------------------
asd-採用コンタクト
-------------------------------------*/
.asd-cnt{
	color: #fff;
	text-align: center;
	line-height: 1.5;
	background: url(/common/images/bg-contact.jpg) no-repeat center / cover;
	font-size: 1.2em;
}
.asd-cnt img{
    width: 500px;
}
.asd-cnt p a{
    display: block;
	text-decoration: none;
	color: #fff;
}
.asd-cnt p span{
	vertical-align: text-top;
}

@media screen and (max-width: 768px){
	.asd-cnt>a{
		text-align: center;
	}
	.asd-cnt img{
		width: 80%;
		max-width: 500px;
	}
}

@media screen and (max-width: 768px) {
	.asd-cnt {
		padding: 0 5%;
	}
	.asd-cnt p a{
		font-size: 7vw;
	}
}

/* -------------------------------------
代表者メッセージ
-------------------------------------*/
.sec-ceo figure{
	width: 100%;
	max-width: 340px;
}


/* -------------------------------------
bg-wrapper
-------------------------------------*/
.bg-wrapper{
    padding: 30px 60px;
    background: #eee;
	border-radius: 0;
}
.bg-wrapper.bg-wh{
	background: #fff;
}

@media screen and (max-width: 768px) {
	.bg-wrapper{
		padding: 30px;
	}
}

/* -------------------------------------
bln-tit
-------------------------------------*/
.bln-tit{
	padding: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #333;
	position: relative;
}
.bln-tit::after{
	content: "▼";
	display: block;
	width: 100%;
	font-size: 1.5rem;
	color: #333;
	text-align: center;
	line-height: 1.0;
	position: absolute;
	left: 0;
	bottom: -0.8em;
}

@media screen and (max-width: 768px) {
	.bln-tit{
		padding: 10px;
	}
}


/* -------------------------------------
先輩インタビュー
-------------------------------------*/
/*インタビュー メイン*/
.intv-main{
	position: relative;
}
.intv-main figure{
	width: 860px;
	height: 380px;
}
.intv-main dl {
	width: 490px;
	min-height: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.intv-main dl dd i{
	margin-top: 2px;
	font-size: 0.5em;
}


/*インタビュー*/
.intv-list dl {
	margin-bottom: 50px;
}
.intv-list dl dt {
	margin-bottom: 15px;
	text-indent: -1.2em;
	padding-left: 1.2em;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.intv-list dl dt::before{
	content: "Q.";
}

/*求職者にメッセージ*/
.intv-msg figure{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
}

.bg-gray_d{
	background: #333;
	line-height: 1.8;
}
.bg-gray_d dt{
    font-weight: bold;
    line-height: 1.5;
}
.bg-gray_d dd{
    margin: 5px 0;
    font-weight: normal;
}
.bg-gray_d dd span{
    display: inline-block;
    padding:3px;
    border-bottom:1px solid #fff;
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
	/*インタビュー メイン*/
	.intv-main{
	}
	.intv-main figure{
		width: 100%;
		height: 54vw;
	}
	.intv-main dl {
		width: 100%;
		max-width: none;
		height: auto;
		padding: 14px;
		position: static;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		margin: -50px 0 0 0;
	}
	.intv-main dl dt {
		font-size: 0.9rem;
	}
	.intv-main dl dd i{
		font-size: 0.7rem;
	}
	.intv-main dl dd+dd {
		margin-top: 10px;
		font-size: 0.8rem;
	}
	
	/*インタビュー*/
	.intv-list dl {
		margin-bottom: 24px;
	}
	.intv-list dl dt{
		margin-bottom: 10px;
	}
}

/* -------------------------------------
FAQ
-------------------------------------*/
.sec-faq{
    background: #f7f2ef;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* -------------------------------------
一日の仕事の流れ
-------------------------------------*/
.sche-wrapper{
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.sche-wrapper figure{
    width: 24%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sche-wrapper figure img{
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 10px;
}

.sche-wrap{
    display: flex;
}
.sche-wrap .flx{
    width: 45%;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .sche-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .sche-wrapper figure{
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .sche-wrapper figure img{
        width: 46%;
        margin: 0 2% 10px;
    }

}


/*アピールポイント*/
.appeal-point{
	margin: 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.appeal-point li{
	margin: 0 6px 6px 0;
	padding: 5px 10px;
	color:#333;
	font-size: 14px;
	font-weight: bold;
	background: #eee;
	border: 1px solid #333;
	border-radius: 5px;
}

@media screen and (max-width: 768px) {
	.appeal-point li{
		padding: 3px 10px;
		font-size: 12px;
	}
}


/*widget:cbfcd5e1-32ad-4425-8ba1-207885212ccc*/[data-lib="1"] .toggle_s{cursor: pointer;}/*widget:d1bcc7b7-f48e-41d6-8d61-66ab80054df6*/[data-lib="516"]{margin-bottom: 50px;}[data-lib="516"] .fixnum .titB{margin: 30px auto;}[data-lib="516"] .category{text-align:center;
	display: flex;
	justify-content: center;}[data-lib="516"] .time{display: block;
	margin: 5px;}[data-lib="516"] .ctgr{background-color: #000;
	display: block;
	margin: 5px;
	color: #fff;
	padding: 0 10px;}[data-lib="516"] .event .titE:first-letter{color:#6d86cc;}[data-lib="516"] .local .titE:first-letter{color:#ef8131;}[data-lib="516"] .living .titE:first-letter{color:#4fb327;}[data-lib="516"] figure{margin: 20px 0;}[data-lib="516"] .youtube{margin: 20px 0;}[data-lib="516"] .richtext{margin: 20px 0;
	padding:0 10%;}[data-lib="516"] .btnB{margin: 50px auto 30px;}[data-lib="516"] .btnB span{vertical-align: middle;
	margin: 0 5px 0 0;}[data-lib="516"] .entry-content{border:1px solid #aaa;
	padding:20px 30px;
	margin:50px 5% 0;}[data-lib="516"] .entry-content dt{text-align:center;
	font-weight: bold;
	font-size: 1.1em;}[data-lib="516"] .entry-content dd{counter-increment: list;
	padding:15px 0 0 1.2em;
	text-indent: -1.2em;}[data-lib="516"] .entry-content dd:before{content: counter(list)". ";}[data-lib="516"] .entry-content dd a{text-decoration: underline;}[data-lib="516"] .entry-content dd a:hover{text-decoration: none;}[data-lib="516"] .fixnum{padding:1px 0;}[data-lib="516"] .fixnum .titE{margin: 50px auto 30px;
	position: relative;}[data-lib="516"] .sns{display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto;
	flex-wrap: wrap;}[data-lib="516"] .sns > *{margin: 0 5px 5px 0;
	color: #fff;
	padding: 3px 0;
	width: 100px;
	font-size: 13px;
	text-align: center;
	border-radius: 5px;}[data-lib="516"] .sns  i{margin: 0 5px 0 0;}[data-lib="516"] .sns .line{background: #00b900;}[data-lib="516"] .sns .line i{width: 20px;
	height: 20px;
	overflow:hidden;
	display: inline-block;
	position: relative;
	vertical-align: middle;}[data-lib="516"] .sns .line i:before{position: absolute;
	top: -5px;
	left: -5px;
	color: #00b900;
	background: #fff;
	font-size: 30px;}[data-lib="516"] .sns .gb{background: #3a5b97;}[data-lib="516"] .sns .ht{background: #4e73b5;}[data-lib="516"] .sns .pk{background: #ec4058;}[data-lib="516"] .sns .pr{background: #d7071d;}[data-lib="516"] .sns .tw{background: #50aff0;}@media screen and (max-width: 768px){[data-lib="516"]{margin:30px auto 20px;}[data-lib="516"] .entry-content{border:1px solid #f0e6d4;
	padding:15px;
	margin:30px 5% 0;}[data-lib="516"] .richtext{margin: 20px auto;
	padding: 0 5%;}[data-lib="516"] .richtext img{width: 100%!important;
	height: auto!important;}[data-lib="516"] .category{min-width: 100%;
	padding: 0;
	align-items: center;
	flex-wrap: wrap;}[data-lib="516"] .ctgr{font-size: 12px;}}