@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.Layout]
/* [02.Top]
/* [03.Contents]
/* [00.Media Queries]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.Layout]
--------------------------------------------------------------------------*/
header {
	background: #3F3F3F;
	position: fixed;
	width: 100%;
	display: block;
	z-index: 100;
}
header a {
	color: #170902;
	font-weight: bold;
}
header .wrap {
	background: #fff;
	height: 90px;
}
header .wrap .head-box {
	width: 960px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
header .wrap .head-box .logo {
	width: 94px;
	height: 52px;
	padding-top: 30px;
	margin: 0 auto;
}
header .wrap .head-box .logo a {
	background: url(../images/common/logo.svg) no-repeat;
	width: 100%;
	height: 52px;
	display: block;
	text-indent: -900em;
}
header .wrap .head-box #btn {
	position: absolute;
	right: 0;
	padding-top: 34px;
}
header .wrap .head-box #btn a {
	background: #06c755;
	color: #fff;
	padding: 20px;
	border-radius: 100px;
}
header nav ul li {
	overflow: hidden;
	width: 25%;
	float: left;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
header nav ul li a {
	width: 100%;
	line-height: 60px;
	display: block;
	text-align: center;
}
header a#btn_nav {
	position: absolute;
	top: 18px;
	right: 20px;
	display: none;
}
header a#btn_nav i.dpn {
	display: none;
}
a.btn_detail {
	background: #FFF;
	border: solid 2px #d06363;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	color: #d06363;
	width: 100%;
	line-height: 44px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
header .nav {
	width: 100%;
	background: #F2E9D8;
	box-sizing: border-box;
}
header .nav .nav-li {
	width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
}
header .nav .nav-li li {
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-right: 1px dotted #fff;
}
header .nav .nav-li li:first-child {
	border-left: 1px dotted #fff;
}
header .nav .nav-li a {
	color: #3F3F3F;
}
footer {
	background: #3F3F3F;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}
footer div {
	padding: 60px 0 40px 0;
}
footer img {
	width: 120px;
	margin-bottom: 20px;
}
footer a {
	color: #FFF;
}
#copyright {
	background: #000;
	line-height: 120%;
	font-size: 10px;
	padding: 20px;
}
.back_top {
	background: #000;
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	z-index: 3;
}
#conts-features,
#conts-video,
#conts-part,
#conts-interview,
#conts-mid-career,
#conts-recruit,
#conts-company,
#conts-greeting {
	padding-top: 120px;
}
#conts-greeting {
	padding-bottom: 120px;
}
#content-wrap {
	padding-top: 180px;
}
.contents table {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all; 
}
.contents table tr {
	display: flex;
	flex-wrap: wrap;
}
.contents table td {
	background: #FFF;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	font-size: 14px;
	line-height: 160%;
	padding: 25px 25px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.tel_p {
	font-size: 38px;
	font-weight: bold;
}
.contents table td:nth-child(odd) {
	background: #f7f7f7;
	width: 30%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.contents table td:nth-child(even) {
	width: 70%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.contents img {
	width: 100%;
	vertical-align: bottom;
}
.li_page {
	border-left: solid 1px #c9baa5;
}
.li_page li {
	float: left;
	width: 33.4%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.li_page li:nth-child(2) {
	width: 33.2%;
}
.li_page li a {
	position: relative;
	display: block;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	font-weight: bold;
	line-height: 48px;
	padding: 0 20px;
	background: #FFF;
	border-top: solid 1px #c9baa5;
	border-right: solid 1px #c9baa5;
	border-bottom: solid 1px #c9baa5;
}
.li_page li a i {
	position: absolute;
	line-height: 46px;
	font-size: 14px;
	right: 15px;
	color: #d06363;
}
#movie {
	width: 320px;
	margin: 0 auto 20px auto;
}
.li4_img {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.li4_img li {
	width: 25%;
	float: left;
}
.hosoku_fs12 {
	width: 100%;
	font-size: 12px;
	line-height: 140%;
	padding-top: 20px;
	color: red;
}
.hosoku_fs12_02 {
	padding: 40px;
	border: 2px solid #eee;
	margin-top: 30px;
	font-size: 12px;
	color: #666;
	width: 100%;
}
.chui_point {
	padding: 40px;
	border: 2px solid #3F3F3F;
}
.chui_point p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.tel {
	padding-top: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
}
.tel span {
	font-size: 14px;
}
.map {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.price {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px dotted #eee;
    margin-bottom: 80px;
    padding-bottom: 20px;
}
.price div:first-child {
	width: 80%;
	text-align: left;
}
.price div {
	width: 20%;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
.ttl_page .txt-wrap {
	width: 960px;
	padding: 200px 0;
	margin: 0 auto;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.ttl_page h2 {
	line-height: 140%;
	color: #3F3F3F;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 10px;
}
.ttl_page p {
	line-height: 140%;
	color: #3F3F3F;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 30px;
}
.li-2c {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 40px;
}
.li-2c li {
	width: 48%;
}
.li-2c li .ttl-p {
font-size: 18px;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    color: #14af7b;
}
.li-2c li img {
	width: 100%;
	height: auto;
}
.li-staff-intv {
	width: 100%;
}
.li-staff-intv li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 20px;	
}
.li-staff-intv li .img-box {
	width: 26%;
	margin-right: 2%;
}
.li-staff-intv li .txt-box {
	width: 72%;
}
.li-staff-intv li div .name {
	font-size: 12px;
	line-height: 100%;
	margin-bottom: 10px;
	font-weight: bold;
}
.li-staff-intv li div .ttl-p {
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #14af7b;
}
.li-staff-intv li img {
	width: 100%;
	height: auto;
}
.li-owner-intv {
	width: 100%;
}
.li-owner-intv li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 20px;	
}
.li-owner-intv li .img-box {
	width: 26%;
	margin-right: 2%;
}
.li-owner-intv li .txt-box {
	width: 72%;
}
.li-owner-intv li div .name {
	font-size: 12px;
	line-height: 100%;
	margin-bottom: 10px;
}
.li-owner-intv li div .ttl-p {
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #14af7b;
}
.li-owner-intv li img {
	width: 100%;
	height: auto;
}
.video-wrap {
	width: 560px;
	height: auto;
	margin: 0 auto 80px;
}
.video-wrap iframe {
	width: 100%;
	height: 315px;
}
.insta {
	display: block;
	margin-top: 30px;
	text-align: center;
}
.insta a {
	background: none;
	color: #212121;
	padding: 0;
}
.insta a img {
	width: 30px;
	height: 30px;
	margin-left: 8px;
}
.pdf-btn {
	color: #212121;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #212121;
	background: #fff;
	padding: 20px;
	text-align: center;
	border-radius: 100px;
	display: block;
	margin-top: 20px;
}
#conts-shop {
	padding-top: 80px;
	padding-bottom: 120px;
}
.shop-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.shop-li li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
}
.shop-li li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.shop-li li:nth-child(3n) {
	margin-right: 0;
}
.f-btn a {
	display: block;
	padding: 20px 30px;
	text-align: center;
	font-size: 13px;
	text-align: center;
	width: 320px;
	border: 1px solid #fff;
	margin: 0 auto;
	margin-top: 30px;
}
/* [00.Media Queries]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 999px) {
	a:hover {
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	}
	.pkg {
		width: 100%;
		padding: 10px 20px !important;
		box-sizing: border-box;
	}
	#copyright {
		font-size: 10px;
	}
	.inner {
		padding: 20px !important;
	}
	header .wrap {
		height: 70px;
		padding: 0 20px;
	}
	header .wrap .head-box {
		width: 100%;
	}
	header .wrap .head-box .logo {
	    padding-top: 20px;
	    margin: unset;
    }
	header .nav {
		width: 100%;
	}
	header .nav .nav-li {
		width: 100%;
		padding: 15px 5px;
	}
	header .nav .nav-li li {
		padding: 0 10px;
	}
	header .nav .nav-li li:first-child {
		border-left: none;
	}
	header .nav .nav-li li:last-child {
		border-right: none;
	}
	header .nav .nav-li a {
		font-size: 12px;
	}
	header .wrap .head-box #btn {
		padding-top: 24px;
	}
	header .wrap .head-box #btn a {
		padding: 13px 15px;
		font-size: 11px;
	}
    header .wrap .head-box #btn a span.txt {
	    font-size: 12px;
	}
	#content-wrap {
		padding-top: 153px;
	}
	.ttl_page .txt-wrap {
		width: 100%;
	    padding: 120px 20px 120px 20px;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
    }
	.ttl_page h2 {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.hosoku_fs12_02 {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		word-break: break-all;
	}
	.ttl_page {
    	background: url(../images/layouts/mani-bg-sp.png) center center / cover no-repeat;
    	margin-bottom: 80px;
    }
    .ttl_page h2 {
	    font-size: 28px;
    }
    h1 {
	    width: 100%;
	    padding: 0 20px;
	    box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
    }
    .btn_box {
	    width: 100%;
    }
    .map iframe {
	    width: 100%;
    }
    .li-owner-intv li .img-box {
	    width: 100%;
	    margin-bottom: 20px;
	    margin-right: 0;
    }
    .li-owner-intv li .txt-box {
	    width: 100%;
	    height: auto;
    }
    .fs_28 {
	    font-size: 24px;
    }
    .li-2c li {
	    width: 100%;
    }
    .li-2c li:first-child {
	    margin-bottom: 20px;
    }
    .li-staff-intv li .txt-box {
	    width: 70%;
    }
    .insta a {
	    font-size: 14px;
    }
    .video-wrap {
	    width: 100%;
    }
    #conts-features,
	#conts-video,
	#conts-part,
	#conts-interview,
	#conts-mid-career,
	#conts-recruit,
	#conts-company,
	#conts-greeting {
		padding-top: 80px;
	}
	#conts-greeting {
		padding-bottom: 80px;
	}
	.shop-li {
		justify-content: space-between;
	}
	.shop-li li {
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.f-btn a {
		width: 100%;
		max-width: 290px;
	}
}