
@charset "UTF-8";


@font-face {
	font-family: 'butler_regular';
	src: url('/fonts/butler_regular-webfont.woff2') format('woff2'),
	     url('/fonts/butler_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Laurel';
	src: url('/fonts/Laurel.woff2') format('woff2'),
	     url('/fonts/Laurel.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.butler_regular{
	font-family: 'butler_regular';
}
.Laurel{
	font-family: 'Laurel';
}


html{
	font-size: 10px;
}

body{
	text-align: center;
	color: #5e4d3a;
	background-color: #f8f8ee;
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.9;
	overflow-x: hidden;
	/*letter-spacing: 1.5px;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%; /* iPhoneだけ文字が大きくなる現象を防ぐ */
	font-feature-settings: "palt";
}

h1{
	margin: 50px 0;
}

h2{
	font-size: 1.8rem;
	margin: 0;
}

h3{
	font-size: 1.5rem;
	font-weight: normal;
	margin: 20px 0;
}

h4{
	font-size: 1.2rem;
	font-weight: normal;
	margin: 15px 0;
}

a{
	color: #7A6357;
}

a,
a:link,
a:visited{
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

/* IE6,7 対策 */
a img{
	border-style: none;
}

a.fade{
	display: inline-block;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

a.fade:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-decoration:none;
}

p{
	text-align: justify;
}

img{
	vertical-align: bottom;
	max-width: 100%;
}

header{
	
}

nav.global{
	
}

footer{
	background-color: #fff;
}
footer img[src*="/header/4_1."]{
	width: 345px;
	margin: 15px 0 30px;
}
footer .contact h4{
	display: none;
	/*background-color: #efedd4;*/
	/*border: 0;*/
}
html.sp footer img[src*="/header/4_1."]{
	margin: 80px 0 60px;
}

.map{
	height: 100vh;
	margin-top: 90px;
}

.page_width{
	max-width: 90%;
	width: 500px;
	margin: 0 auto;
}

.page_width2{
	max-width: 90%;
	width: 415px;
	margin: 0 auto;
}

.contents{
}

.contact{
	font-size: 14px;
}
.contact h4{
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	padding: 15px 0;
	border: 1px solid #5e4d3a;
}
.contact b{
	font-size: 17px;
}
.contact p{
	text-align: center;
}
.contact img[src*="/c_1."]{
	margin: 10px 0 0;
}
.contact img[src*="/c_2."]{
	margin: 20px 0 -5px;
}
.contact img[src*="/c_3."]{
	width: 170px;
	margin: 15px 0 0;
}
html.sp .contact img[src*="/c_3."]{
	margin: 60px 0;
}



/* PC用 ******************************************************************************************* */

@media (min-width: 741px) {

}


/* スマホ用 */
@media (max-width: 740px) {
	header{
	}

	nav.global{
	}

	footer{
	}
}

/* スマホ用 縦向 */
@media (max-width: 420px) and (orientation: portrait) {
}

/* スマホ用 横向 */
@media (max-width: 740px) and (orientation: landscape) {
}





