@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600&family=Noto+Sans+JP:wght@400;700&Shippori+Mincho&display=swap');




/*

font-family: 'Karla', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/
 
/* CSS Document */
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot');
    src:    url('fonts/icomoon.eot') format('embedded-opentype'),
        url('fonts/icomoon.ttf') format('truetype'),
        url('fonts/icomoon.woff') format('woff'),
        url('fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'snsi';
    src:    url('snsi/fonts/icomoon.eot');
    src:    url('snsi/fonts/icomoon.eot') format('embedded-opentype'),
        url('snsi/fonts/icomoon.ttf') format('truetype'),
        url('sns/fonts/icomoon.woff') format('woff'),
        url('snsi/fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}




*{
    -webkit-text-size-adjust: 100%; /* ブラウザ側での自動調整をなしにする */
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;      
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
background:transparent;
list-style-type:none;
line-height:1.8em;
}


/*10px*/

@media only screen and (min-width: 0px) and (max-width: 480px){
	body{font-size: 13px;}
}

@media screen and (min-width: 481px) and (max-width: 1024px){
    body{font-size: 13px;}
}
 
@media screen and (min-width: 1025px) and (max-width: 1680px){
    body{font-size: 14px;}
}

@media screen and (min-width : 1681px) {
    body{font-size: 14px;}
}




form{line-height:1em;}


body {
	margin:0;
	overflow:visible;
	padding:0;
	color: #49382e;
    font-family: 'Karla','Noto Sans JP', sans-serif;
    line-height: 1.8em
	}




h1,h2,h3,h4,h5{
	line-height: 1.4em;
	font-family: 'Karla','Noto Sans JP', sans-serif;
}



p{letter-spacing: .1em;}

.bold{font-weight: bold;font-family:"Hiragino Kaku Gothic W6 JIS2004",  "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}


.min{font-family: 'Ryumin Medium R-KL',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}



img{
	max-width: 100%;
	height: auto
}




img,
img a{ border:none;
	vertical-align: top;
}



article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
nav,ul,li{list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a {outline:none;
margin:0;
padding:0;
vertical-align:baseline;
background:transparent;
-webkit-transition: all .3s;
transition: all .3s;
text-decoration: none
}

a:focus{outline: none;}
area{outline:none;}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */

hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

a{
	color: #473930
}

a,
a img,
.boxlink img{
  opacity:1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

a img:hover{
  opacity:0.7;  
}



/* ------------------------------
 COMMON
------------------------------ */


.searchform {position: relative;}
.searchfield {
font-size: 14px;
padding: 6px 10px;
border: none;
border-radius: 50px;
background-color: #efefef;
}

@media  (min-width: 0px) and (max-width: 667px) {
	.searchfield{width: 100%}
}	
@media  (min-width: 668px) {
	.searchfield{width: 200px;
		position: relative
	}
}



.searchsubmit {
font-family: FontAwesome;
font-size: 1.3em;
position: absolute;
top: 0;
right: 7%;
margin-top: 5px;
padding: 0;
cursor: pointer;
color: #00614d;
border: none;
background: transparent;
}
.searchsubmit:hover {
opacity: .6;
}
input[type="text"]:focus,
input[type="submit"]:focus {
  outline: 0;
  border-color: #eee;
}


/* ------------------------------
 layout
------------------------------ */
@media  (max-width: 480px) { /* pcの時だけ改行 */
	br.pcbr{display: none}
}

@media  (min-width: 481px) { /* spの時だけ改行 */
	br.spbr{display: none}
}


.fbaic{
	display: flex;
	justify-content: center;
	align-items: center
}

.fb_c{
	display: flex;
	justify-content: center;
}

.fb_cc{
	display: flex;
	justify-content: center;
	align-items: center
}

.fb_cw{
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}

.fb_ccw{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
}

.fb_bw{
	display: flex;
	justify-content: space-between;
}

.fb_bww{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}


.fb_fs{
	display: flex;
	justify-content: flex-start;
}

.fb_fsw{
	display: flex;
	justify-content: flex-start;
	flex-wrap:wrap;
}
.fb_fsc{
	display: flex;
	justify-content: flex-start;
	align-items: center

}
.fb_fe{
	display: flex;
	justify-content: flex-end;
}

.fb_fs1{
	display: flex;
	justify-content: flex-start;
	flex-wrap:wrap;
	margin-right: -1%;
}

.fb_fs2{
	display: flex;
	justify-content: flex-start;
	flex-wrap:wrap;
	margin-right: -2%;
}

@media  (max-width: 767px) {/* スマホの時だけ */

	.fbsp_c{
		display: flex;
		justify-content: center;
		flex-wrap:wrap;
	}
	
	.fbsp_bw{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	
	.fbsp_fs{
		display: flex;
		justify-content: flex-start;
	}
	
	.fbsp_fe{
		display: flex;
		justify-content: flex-end;
	}
	
	.fbsp_fs1{
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		margin-right: -1%;
	}
	
	.fbsp_fs2{
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		margin-right: -2%;
	}

}	





@media  (min-width: 768px) ,print {/* タブレットの縦以上の時適用 */

	.fbtb_c{
		display: flex;
		justify-content: center;
	}
	
	.fbtb_cw{
		display: flex;
		justify-content: center;
		flex-wrap:wrap;
	}
	
	.fbtb_bw{
		display: flex;
		justify-content: space-between;
	}
	
	.fbtb_bww{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	
	.fbtb_fs{
		display: flex;
		justify-content: flex-start;
	}
	.fbtb_fsc{
		display: flex;
		justify-content: flex-start;
		align-items: center
	}
	.fbtb_fsw{
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
	}
	
	.fbtb_fe{
		display: flex;
		justify-content: flex-end;
	}
	
	.fbtb_fs1{
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		margin-right: -1%;
	}
	
	.fbtb_fs2{
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		margin-right: -2%;
	}

}	


@media  (min-width: 1024px) {/* タブレットの横以上の時適用 */

	.fbpc_c{
		display: flex;
		justify-content: center;
		flex-wrap:wrap;
	}
	
	.fbpc_bw{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	
	.fbpc_fs{
		display: flex;
		justify-content: flex-start;
	}
	
	.fbpc_fe{
		display: flex;
		justify-content: flex-end;
	}
	
	.fbpc_fs1{
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		margin-right: -1%;
	}
	
	.fbpc_fs2{
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		margin-right: -2%;
	}

}


.fb_aic{
	align-items: center
}	


/* ------------------------------
 COMMON
------------------------------ */
.cf{
 	zoom:1;
}


.cf:after {   
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.sbox {
	-webkit-box-shadow:0px 2px 5px #999;
	-moz-box-shadow:0px 2px 5px #999;
	box-shadow: 0px 2px 5px #999;
}


.boxlink,
.boxlink:hover{cursor:pointer;}



/* ------------------------------
 WP_POST
------------------------------ */
.size_s{font-size: .8em}
.size_m{font-size: 1.2em}
.size_L{font-size: 1.8em}
.size_XL{font-size: 2em}
.size_2L{font-size: 3em}
.size_3L{font-size: 4em}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 667px) {}	

@media print, screen and (min-width: 668px) {
	/* Images */
	.alignleft {
		float: left;
		margin-right: 1.5em;
	}
	.alignright {
		float: right;
		margin-left: 1.5em;
	}
	
	.alignleft,.alignright{
		width: 50%;
		height: auto
	}
}	


.alignleft:after,.alignright:after{
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
