﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');
body {
	font-family: 'Noto Sans JP', sans-serif;
}
/*----------------------------------------*/
#contents1 {
	background: url(Dup/img/txt1.png) no-repeat 50% 37px;
    background-size: 250px auto;
	padding-top: 90px
}
#contents2 .d_flex {
	background: url(Dup/img/txt2.png) no-repeat 40% 20%;
    background-size: 270px auto;

}
#contents4 .d_flex {
	background: url(Dup/img/txt3.png) no-repeat 100% 20%;
    background-size: 290px auto;
}
/*---------------------------------------------*/
.txt1 span::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #fff;
}


.font_en {
font-family: a-otf-ryumin-pr6n, serif;
font-weight: bold;
font-style: normal;
}
h1.width_300-max {
		max-width: 220px;
	}
#main_menu ul li a::before {
    content: "";
    position: absolute;
    top: 42%;
    left: 0;
    width: 10px;
    height: 1.5px;
    background-color: #603813;
    transition: .3s;
}
/*-------------------------------------------------*/
#contents2 h2, #contents3 h3, #contents4 h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#contents2 h2::before, #contents3 h3::before, #contents4 h2:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #E5E591;
}
/*-------------------------------------------------*/
.con3_wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 100px;
    left: 0;
    bottom: 0;
    background-color: #f3f3f3;
    z-index: -1;
}
/*-------------------------------------------------*/
footer .logo a img.width_200-max{
	max-width: 150px;
}
/*-------------------------------------------------*/
.cms_title, #page_title .page_box {
	padding-left: 10px;
}
.cms_title:before, .page_box:before {
	display: none;
}
#page_title h2.txt_shadow-b, #page_title p.txt_shadow-b {
	text-shadow: none;
}
#top_cms .cms_title h2, #top_cms .cms_title p, #page_title .page_box h2, #page_title .page_box p {
    display: inline-block;
}
#top_cms .cms_title p, #page_title .page_box p {
    position: relative;
    padding-left: 40px;
}
#top_cms .cms_title p::before, #page_title .page_box p::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 5px;
    bottom: 10px;
    background-color: #333;
    transform: rotate(-45deg);}

.button {
	color: #fff;
	border: none;}
.button:after {
	background-color: #8C6239;}
.button:hover::after {
    box-shadow: inset 0 0 0 15em #c4b6a3;}

/*------メールアイコン-------*/
.head_box .contact_bt i{
	display: none;
}
/*---------------sns---------------*/
.link_box ul.flex_space-between {
	justify-content: center;
}
@media(max-width: 768px) {
	header {
		height:75px; 
	}
	h1.width_200-max_tb {
		max-width: 253px;
	}
	h1 img {
		width: 100%!important;
	}
	
#contents2 .d_flex {
	background-position: 25% 0%;
}
#contents4 .d_flex {
	background-position: 100% 0%;
}
}
@media(max-width: 667px) {
	header {
		height: 60px;
	}
	h1.width_150-max_sp {
		max-width: 189px;
	}
	#contents1 {
	background-size: auto 50px;
    background-position: 50% 15%;
}
	#contents2 .d_flex {
	background-size: auto 100px;
	background-position: 80% 0%;
}
#contents4 .d_flex {
	background-size: auto 50px;
	background-position: 100% 0%;
}
}
@media all and (-ms-high-contrast: none) {
	.cate_wrap h3 {
		padding: 0 5px 20px;
	}
	.cate_list li a {
		padding: 10px;
	}
	#main_menu ul li a::before {
		top: 44%;
	}
	.pc_box .contact_bt a {
		padding:  13px 0 14px;
	}
	.head_box {
		-ms-overflow-style :none;
	}
	.pager li a {
		padding: 3px 0 3px;
	}
	#page10 ul li a {
		padding: 12px 0;
	}
	#page9 .box p a {
		padding: 3px 5px 6px;
	}
}