@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.0em;
}
img {
	border: 0;
}
p{
	line-height: 24px;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
img, input {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body{
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #767787;
}
.pc{
	display: none;
}
.tab{
	display: none;
}
.sp{
	display: block;
}
/* =========================================================
 * 共通
 * =========================================================*/
.button {
	display: inline-block;
	width: 257px;
	height: 57px;
	text-align: center;
	text-decoration: none;
	line-height: 57px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #fff;
	border: 2px solid #767787;
	color: #767787;
	line-height: 54px;
}
.button:hover {
	border-style: dashed;
}

.icon_line{
	text-align: center;
	margin: 40px 0 0; 
}

/* =========================================================
 * header
 * =========================================================*/
.header_w{
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 15;
}
.header_w_w {
	max-width: 1400px;
	margin: 0 auto;
	width: auto;
}
.header_l{
	float: left;
}
.logo{
	width:100px;
	margin: 8px 0
}
.logo img{
	width: 100%;
}
.header_r{
	float: right;
}
.header_icon{
	margin: 12px 48px 0 0;
}
.tel_icon,.contact_icon{
	display: inline-block;
    margin: 0 0 0 8px;
}
/* =========================================================
 * main_img
 * =========================================================*/
section.main {
    position: relative;
	padding-top: 52px;
}
.main_img{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    padding-top: 40.729166666666666%;
    width: 100%;
}
.main_img li{
    position: absolute;
    top: 0;
    width: 33.333333333333336%;
}
.main_img li:nth-child(2) {
    left: 33.333333333333336%;
}
.main_img li:nth-child(3) {
    left: 66.66666666666667%;
}
.main_img img{
	width: 100%;
}
.main_copy img{
	width: 100%;
}
section.main .main_copy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 60%;
	margin: auto;
    top: 40%;
}
#slideshow {
	position: relative;
	width:  100%; /* 画像の横幅に合わせて記述 */
	height: 83.73vw; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
   width:100%;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
/* =========================================================
 * box_1
 * =========================================================*/
.box_1{
	margin: 40px auto 60px;
    padding: 0 7.5%;
    max-width: 1400px;
	overflow: hidden;
}
.site_concept{
	width: 100%;
    margin: 60px 0 0 ;
}
.site_name{
    margin-bottom: 16px;
}
.site_name h2.category{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 0 0 8px;
    line-height: 30px;
}
.site_name h2.category span{
	font-size: 16px;
    font-weight: 600;
	letter-spacing: .1em;
	padding: 0 0 0 8px;
}
.site_name h1.naem{
	font-size: 21px;
    letter-spacing: .02em;
    font-weight: 400;
	line-height: 30px;
}
.site_concept p.catch {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}
.site_concept .link {
    text-align: center;
    margin-top: 32px;
}
/* =========================================================
 * box_2
 * =========================================================*/
.box_2{
	margin: 60px auto ;
    overflow: hidden;
    background: #ede4cd;
    height: auto;
}
.box_2_w{
    padding: 0 7.5%;
    max-width: 768px;
    overflow: hidden;
	margin: auto;
}
h3.headline {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .25em;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0 0;
}
.borderBottom {
    width: 50px;
    height: 2px;
    margin: 16px auto 40px;
    background: #767787;
}
.box_2 .flyer_img{
	width: 80%;
    max-width: 300px;
    margin: 0 auto 10px;
}
.box_2 .flyer_img img{
	width: 100%;
}
/* =========================================================
 * box_3
 * =========================================================*/
.box_3 {
    margin: -100px auto 60px;
    padding: 100px 7.5% 0;
    max-width: 1400px;
    overflow: hidden;
}
.box_3_img img{
	width: 100%;
}
.box_3_text h4{
	font-size: 24px;
	line-height: 30px;
    font-weight: 600;
	letter-spacing: .1em;
	margin: 24px 0 0;
}
.box_3_text h4 span{
	font-size: 16px;
    font-weight: 600;
	letter-spacing: .1em;
	padding: 0 0 0 8px;
}
.box_3_text p{
	margin: 8px 0 24px;
}
.box_3 .link{
	text-align: center;
    margin-top: 32px;
}
/* =========================================================
 * box_4
 * =========================================================*/
.box_4{
    margin: 60px auto;
    padding: 0 7.5%;
    max-width: 1400px;
    overflow: hidden;
}
.box_4_line{
	border-top: #eee 1px solid;
}
/* =========================================================
 * お客様の声
 *  * =========================================================*/
.scr_box {
	overflow: scroll;   /* スクロール表示 */ 
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 400px;
	background: #fff;
	margin: 30px auto 60px;
	border: 1px solid #ddd;
}
.voice {
	margin: 0 10px 40px;
	width: 95%;
	margin: 0 auto;
	max-width: 800px;
}
.scr_box hr {
	border: solid 1px #555;
	margin: 0 0 5px;
}
.scr_box h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0 0;
	line-height: 22px;
	border-left: 5px solid;
	padding-left: 10px;
}
.scr_box h3 span {
	display: block;
	font-size: 12px;
	color: #b296c0;
}
.scr_box p {
	font-size: 13px;
	line-height: normal;
	margin: 0 auto 10px;
	padding: 0 10px;
	text-align: justify;
}
.scr_box p.review {
	font-size: 12px;
	text-align: right;
}
.scr_box p.review span {
	font-weight: bold;
	font-size: 14px;
	color: #b296c0;
}
/* =========================================================
 * access
 * =========================================================*/
.access{
    margin: -100px auto 60px;
    padding: 100px 7.5% 0;
    overflow: hidden;
}
.access_btn {
	margin: 24px 0 24px;
	text-align: center;
}
.access_info {
	color: #767787;
	margin: 0 auto;
	overflow: hidden;
}
.access_info a{
	color: #767787;
}
.access_address,.access_tel{
	text-align: center;
}
.access_address{
	margin-bottom: 24px;  
}
.access_address h3,.access_tel h3{
    color: #767787;
    font-size: 18px;
    line-height: 21px;
}
.access_address p{
	padding-top: 8px;
}
.access_tel p{
	font-size: 20px;
	padding-top: 8px;
	letter-spacing: 2px; 
}
.access_info .s {
	font-size: 1rem;
}
.access_tel .s {
	margin-bottom: 2rem;
	display: block;
}
.access_tel a {
	border: 1px dotted;
	display: block;
	padding: 1rem;
	width: 80%;
	margin: 3rem auto 0;
}
.access_tel a:hover {
	border: 1px dashed;
}
/* =========================================================
 * banners
 * =========================================================*/
.banners_back {
	overflow: hidden;
	width: 100%;
	background: #f7f2e7;
	padding-top: 2%;
}
.banners {
	width: 80%;
	margin: 0 auto;
}
.banners a:hover img {
 	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-ms-filter: "alpha(opacity=70)";
}
.banner_table {
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5%;
}
.banner_table > * {
	float: left;
	width: calc(100% / 3);
}
.banner_table img {
	max-width: 350px;
	width: 100%;
}
@media screen and (max-width:1400px){
	.banner_table > * {
		width: calc(100% / 2);
		margin-bottom: 3%;
	}
}
@media screen and (max-width:950px){
	.banner_table > * {
		width: 100%;
	}
}
/* =================================================================================================
 * pagetop
 * =================================================================================================*/
#pagetop {
    width: 100%;
    background: #f0deb0;
    text-align: center;
    height: 55px;
    line-height: 55px;
    color: #e0b5d3;
	clear: both;
}
#pagetop a img {
    margin: -4px 10px 0 0;
}
#pagetop a{
	font-size: 16px;
    color: #767787;
}
#pagetop:hover {
    background: #d2bada;
}
/* =================================================================================================
 * footer 
 * =================================================================================================*/
.footer {
    overflow: hidden;
    /*background:url(../img/top/back_washi.jpg);*/
    background: #ede4cd;
}
.footer_copyright{
	clear: both;
}
.footer_copyright p {
	padding: 12px 0;
	text-align: center;
    font-size: 12px;
    color: #767787;
    padding-bottom: 12px;   
    line-height: 24px; 
}
.news_box {
	width: 320px;
	margin: 0 auto 40px;
}
.news_title {
	text-align: center;
	margin: 24px 0;
}
.news_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
	color: #fff;
}
.news_main{
	margin: 0 auto; 
	height: 280px;
	margin-bottom: 40px;
}
.news_main a {
	color: #fff;
}
.news_main li{
	line-height: 24px;
	font-size: 12px;
	border-top: dotted 1px #fff;
}
.news_text{
	text-align: center;
	margin: 0 0 32px;
}

@media screen and (min-width:600px){	
	.icon_line {
	    margin: 60px 0 0;
	}
	.pc_nav{
		width: 534px;
		float: right;
	}
/* =========================================================
 * box_1
 * =========================================================*/
	.box_1{
		margin: 60px auto 80px;
	}
	.site_concept {
	    width: 100%;
	    margin: 0;
	}
	.site_name{
	    text-align: left;
	}
/* =========================================================
 * box_2
 * =========================================================*/
	.box_2{
		margin: 80px auto;

	}
/* =========================================================
 * box_3
 * =========================================================*/
	.box_3{
		margin: -70px auto 0;

	}
/* =========================================================
 * box_4
 * =========================================================*/
 	.box_4{
		margin: 80px auto;
	}
/* =========================================================
 * お客様の声
 * =========================================================*/
	.scr_box h3 span {
		display: inline-block;
		margin-left: 5%;
		font-size: 16px;
		color: #b296c0;
	}
	.review {
		font-size: 14px;
	}
	.review span {
		font-size: 16px;
	}
/* =========================================================
 * access
 * =========================================================*/
	.access{
	    margin: -75px auto 40px;
	}
	.site_map {
	    margin: 60px auto;
	    padding: 0 7.5%;
	    max-width: 1400px;
	    overflow: hidden;
	}
/* =================================================================================================
 * news
 * =================================================================================================*/
	.news_box{
		width: 580px; 
		margin-bottom: 40px; 
	}
	.news_main{
		margin: 0 auto; 
		color: #fff;
	}
	.news_main dt{
		width: 90px;
		float: left;
		margin-right: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.news_main dd{
		border-top: none;
		font-size: 14px;
		line-height: 40px;
	}
	.news_text{
		font-size: 18px;
	}
}
@media screen and (min-width:768px){
/* =========================================================
 * reset
 * =========================================================*/
	.pc{
		display: none;
	}
	.sp{
		display: none;
	}
	.tab{
		display: block;
	}
/* =========================================================
 * header
 * =========================================================*/
	#sp_nav,.header_icon{
		display: none;
	}
	.header_l{
		width: 26%;
	}
	.logo{
		width: 202px;
		margin: 0 0 0 10px;
	}
	.pc_nav li{
		display: inline-block;
		padding: 32px 8px 0;
	}
	.pc_nav a {
		font-size: 22px;
	    position: relative;
	    padding: .1em;
	    text-decoration: none;
	    color: #726b5a;
		font-family: 'Pinyon Script', cursive;
		transition: 0.2s;
	}
	.pc_nav a:hover {
		color: #b296c0;
	}
	.pc_nav a span {
		display: block;
		font-size: 10px;
		text-align: center;
	}
	.nav_color a {
		color: #770c44;
	}
/* =========================================================
 * main_img
 * =========================================================*/
	#slideshow {
		position: relative;
		width:  100%; /* 画像の横幅に合わせて記述 */
		height: 40.73vw; /* 画像の高さに合わせて記述 */
	}
/* =========================================================
 * box_1
 * =========================================================*/
	section.main {
		padding-top: 82px;
	}
	.slide_box{
		width: 46.25%;
		float: left;
	}
	.site_concept{
		width: 46.25%;
		float: right;
	}
	.site_concept .link {
	    text-align: right;
	}
/* =========================================================
 * box_2
 * =========================================================*/
	 h3.headline{
	    font-size: 24px;
	}

/* =========================================================
 * box_3
 * =========================================================*/
	.box_3_img{
		width: 46.25%;
		float: left;
	}
	.box_3_text h4{
		margin: 0;
	}
	.box_3_text{
		width: 46.25%;
		float: right;	
	}
	.box_3_w .link {
	    text-align: right;
	}


/* =========================================================
 * box_4
 * =========================================================*/
	.box_4{
		position: relative;
	}
	.line_center {
	    position: absolute;
	    top: 80px;
	    bottom: 0;
	    left: 50%;
	    background: #eee;
	    width: 1px;
	}

	.box_4_l{
		width: 46.25%;
		float: left;
	}
	.box_4_r{
		width: 46.25%;
		float: right;	
	}
	.grid_w{
		text-align: center;
	}
/* =========================================================
 * access
 * =========================================================*/
	.access_address {
		float: left;
		width: 50%;
		margin-bottom: 0;   
	}
	.access_tel {
		float: right;
		width: 50%; 
	}

}
@media screen and (min-width:1024px){
	.pc_nav {
	    margin: 16px 0 0;
	    text-align: right;
		float: right;
		width: 71%;
	}
	.pc_nav li{
		display: inline-block;
		padding: 15px 12px 0;
	}
	.pc_nav a {
		font-size: 28px;
	}
/* =========================================================
 * box_1
 * =========================================================*/
	.site_name h2.category {
		font-size: 40px;
	    line-height: 40px;
	}
	.site_name h1.naem{
		font-size: 26px;
		line-height: 30px;
	}
/* =========================================================
 * box_3
 * =========================================================*/
	.box_3_text h4{
		font-size: 40px;
	    line-height: 40px;
	}
	.box_3_text h4 span{
		font-size: 16px;
		padding: 0 0 0 16px;
	}
	.box_3_text{
		margin: 8px 0 0;
	}
/* =========================================================
 * access
 * =========================================================*/
	.none{
		display: none;
	}	
/* =================================================================================================
 * footer 
 * =================================================================================================*/

	.site_map h2{
		font-size: 21px;
		margin: 16px 0;
    	line-height: 21px;
    	color: #767787;
		text-align: left;
	    letter-spacing: .1em;	
	}
	.content_map{
		float: left;
		width: 50%
	}
	.footer_inline li{
	    font-size: 16px;
	    line-height: 24px;
	    border: none;
	    display: inline-block;
		margin: 0 6% 0 0;
	}
	.footer_inline li a {
	    color: #767787;
	    display: block;
	    font-size: 14px;
	    letter-spacing: .1em;
	    line-height: 25px;
	    overflow: hidden;
	}
	.footer_inline li a:hover {
		color: #E02E14;
		text-decoration: underline;
	}
	.footer_inline li a img {
	    margin: -4px 10px 0 0;
	}
	.sns_map{
		float: left;
		width: 50%		
	}
	.sns_map h2{
		font-size: 21px;
		margin: 16px 0;
    	line-height: 21px;
    	color: #767787;
		text-align: right;
		letter-spacing: .1em;
	}
	.sns_map ul{
		text-align: right;
	}
	.sns_map li{
		display: inline-block;
	}
	li.sns_f{
    	margin: 0 12px;
	}
	li.sns_f_1{
		margin: 0 0 0 6px;
	}


}
@media screen and (min-width:1240px){
/* ==========================================================
 * reset
 * ========================================================*/
	.tab{
		display: none;
	}
	.sp{
		display: none;
	}
	.pc{
		display: block;
	}
	.logo {
		margin: 0 10px;
	}
/* =========================================================
 * box_1
 * =========================================================*/
	.box_1 {
    	padding: 0 7.5%;	
	}
/* =========================================================
 * box_2
 * =========================================================*/
	.box_2 {
    	padding: 0 7.5%;
	}
/* =========================================================
 * box_3
 * =========================================================*/
	.box_3 {
   		padding: 100px 7.5% 0;
	}
	.box_3_img{
		width: 56.25%;
	}
	.box_3_text{
		width: 40%;
    	margin: 8% 0 0;
	}
/* =========================================================
 * box_4
 * =========================================================*/
	.box_4 {
   		padding: 0 7.5%;
	}
	.site_map {
   		padding: 0 7.5%;
	}
}
@media screen and (max-width:1023px){
/* =================================================================================================
 * footer 
 * =================================================================================================*/	
	.content_map {
    	margin: 0 0 40px;
	}
	.footer_inline {
		text-align: center;
	}
	.footer_inline li {
		width: 47.5%;
		font-size: 14px;
		line-height: 50px; 
		padding-left: 0; 
		border:#767787 1px solid;
		display: inline-block;	
		margin: 0px -3px -1px -3px;
	    color: #767787;
	}
	.footer_inline li a {
	    color: #767787;
	}
	.footer_inline li a:hover {
		color: #E02E14;
		text-decoration: underline;
	}
	.site_map {
	    margin: 24px auto;
	    padding: 0 7.5%;
	    max-width: 1400px;
	    overflow: hidden;
	}
	.site_map h2{
		font-size: 21px;
		text-align: center;
		margin: 16px 0;
	    line-height: 21px;
	    color: #767787;
		letter-spacing: .1em;
	}
	.site_map ul {
		list-style-type: none;
		padding-left: 0;
	}
	.footer_inline li a img {
	    display: none;
	}
	.sns_map ul{
		text-align: center;
	}
	.sns_map li{
		display: inline-block;
		margin: 0 12px;
	}	
}


@media screen and (max-width:767px){
	.pc_nav,.none_2{
		display: none;
	}
}