@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
/*font-size: 100%;*/
/*font: inherit;*/
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*====================*/


*{
	font-family: メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
}

body{
	min-width:1200px;
	color:#333;
}

a{
	color:#123359
}

/*記事内の画像*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
	margin-bottom: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
	margin-bottom: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

table.alignright,
table.alignleft{
	display:table;
}

table.aligncenter{
	display:table;
}


/*送信メッセージ*/
.wpcf7-response-output{
	color:#C30;
	text-align:center;
	margin-top:20px;
}

/*記入漏れ*/
.wpcf7-not-valid-tip{
	color:#C30;
	margin-left:5px;
	text-decoration:underline;
}

/* ギャラリー */
#cont .gallery dl{
	margin-left:0;
}

#cont .gallery dt:after{
	display:none;
}

#cont .gallery dl img{
	margin:0;
	border:0;
}

#cont .gallery dd{
	color: #253d31;
	font-size: 90%;
	font-weight:bold;
	background-color: #cbe1d4;
}

/*-- header --*/
#head_wrap{
	width:100%;
	min-width:1200px;
	font-size:15px;
}

#head_wrap h2{
	background-color:#253d31;
}

#header{
	width:1200px;
	padding:0.5em 0;
	margin:0 auto;
	overflow:hidden;
}

#header h1{
	float:left;
}

#header h1 a{
	display:block;
	width:450px;
	height:73px;
	text-indent:-9999px;
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
}


#header #head_add{
	float:right;
	padding-top:5px;
	display:flex;
	align-items:center;
}

#header p{
	color:#253d31;
	font-size:160%;
}

#header p span{
	color:#333;
	font-size:40%;
}

/* top_slide */

#image_wrap{
	margin:0 auto;
	position:relative;
	min-width: 1200px;
}

#top_slide{
	overflow:hidden;
}

#top_slide img{
	width:100%;
}

#caption_wrap{
	position:absolute;
	width:1200px;
	margin:auto;
	bottom:50px;
	right:0;
	left:0;
}

#caption{
	width:50%;
	padding:1em 2em;
	background-color:rgba(255,255,255,0.7);
}

#caption h3{
	text-align:center;
	line-height:1.2em;
	font-size:300%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
}

#caption h3 span{
	font-size:50%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
}

#top_slide li {
  width:100%;
  height: 500px;
  background: center / cover no-repeat;
}


@media screen and (min-device-width: 320px) {
/* main_image */

.bx-wrapper{
	background-color:transparent;
}

.bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
  z-index:-1;
}

#top_slide li {
  height: 82vh;
  background: center / cover no-repeat;
background-size:contain;
}

}

/* main menu */

#gl_menu{
	width:100%;
	min-width:1200px;
	margin-bottom:2px;
	box-shadow:2px 2px 2px #ccc;
}

#gl_menu ul{
	display:flex;
	margin:auto;
	width:1200px;
	overflow:hidden;
	justify-content: space-around;
}

#gl_menu ul li{
	width:100%;
}

#gl_menu ul li a{
	display:block;
	position:relative;
	padding:1em 0;
	margin:auto;
	width:100%;
	color: #253d31;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	box-sizing:border-box;
	transition:.2s;
}

#gl_menu ul li a:hover{
	color:#fff;
	background-color:#253d31;
	transition:.2s;
}

#gl_menu ul li a span{
	padding-left:25px;
	background-image:url(img/menu_icon.png);
	background-repeat:no-repeat;
	background-position:-0px center;
}

#gl_menu ul li a:hover span{
	background-image:url(img/menu_icon_w.png);
	background-repeat:no-repeat;
}

/* topcontnet */
#info_wrap{
	min-width:1200px;
	background-image:url(img/bg_01.png);
}

#info{
	width:1200px;
	margin:0 auto;
	font-size:15px;
	overflow:hidden;
}

#info #news,
#info #blog{
	float:left;
	padding:1em;
	width:50%;
	box-sizing:border-box;
}

#info #news h3,
#info #blog h3{
	padding:0.5em;
	margin-bottom:8px;
	color:#253d31;
	font-size:170%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom:2px solid #253d31;
	transform: rotate(.03deg);
}

#info #news li,
#info #blog li{
	padding:0.5em;
	line-height:1.5em;
	border-bottom:1px dotted #253d31;
	overflow:hidden;
}

#info #news li a:hover,
#info #blog li a:hover{
	text-decoration:none;
}

#info #news li:first-of-type a,
#info #blog li:first-of-type a{
	font-weight:bold;
}

#info #news li img,
#info #blog li img{
	float:left;
	margin-right:0.5em;
}

#info #news li span,
#info #blog li span{
	color:#253d31;
	font-size:80%;
	font-weight:bold;
}

#info #news li a.thmb,
#info #blog li a.thmb{
	float:left;
	display:inline-block;
	margin-right:.5em;
	width:155px;
	height:115px;
	background-repeat:no-repeat;
	background-size:cover;
}


#info #news li.kako,
#info #blog li.kako{
	border-bottom:none;
	text-align:right;
}

#info #news li.kako a,
#info #blog li.kako a{
	padding-left:20px;
	background-image:url(img/arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:16px;
}

#senideko{
	padding:3em;
	width:1200px;
	min-width:1200px;
	margin:0 auto;
	line-height:1.5em;
	box-sizing:border-box;
	overflow:hidden;
}

#senideko iframe{
	float:left;
	padding:5em 2em 0;
	width:40%;
	text-align:center;
	box-sizing:border-box;
}

#senideko h3{
	padding:1em 0;
	color:#ad6e6e;
	font-size:180%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#senideko h3 span{
	color:#ad6e6e;
	font-size:200%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


#senideko p {
	margin-bottom:2em;
}

#senideko p.more{
	text-align:right;
}

#senideko p.more a{
	padding-left:20px;
	background-image:url(img/arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:16px;
}

#senideko blockquote{
	display: table;
	padding:1em;
	background-color:#f8e9e9;
	border-radius:15px;
}

#senideko blockquote h6{
	font-size:100%;
}

#senideko blockquote p:first-of-type{
	float:none;
	padding-top:0;
	width:100%;
	font-size:80%;
	text-align:left;
}

#senideko blockquote ol{
	overflow:hidden;
	list-style-type:decimal;
}

#senideko blockquote ol li{
	float:left;
	width:46%;
	margin-left:1.5em;
	font-size:80%;
}

#interior{
	min-width:1200px;
	background-image:url(img/interior_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	overflow:hidden;
}

#interior_cont{
	width:1200px;
	margin:1em auto;
	padding:3em;
	line-height:1.5em;
	background-color:rgba(0,0,0,0.6);
	box-sizing:border-box;
	overflow:hidden;
}

#interior_cont h3{
	margin-bottom:1em;
	color:#fff;
	font-size:200%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:center;
}

#interior_cont p{
	margin-bottom:1em;
	color:#fff;
	text-align:center;
}

#interior_cont li{
	text-align:center;
}

#interior_cont li {
	color:#fff;
}

#interior_cont li img{
	display:inline;
}

#interior_cont .slick-slider{
	margin-bottom:1em;
}

#interior_cont .slick-list{
	overflow:hidden;
}

#interior_cont p.more{
	text-align:right;
}

#interior_cont p.more a{
	padding-left:20px;
	color:#fff;
}


/* sns */
#sns_list{
	min-width:1200px;
	text-align:center;
}

#sns_list ul{
	display:inline-block;
	text-align:center;
	overflow:hidden;
}

#sns_list ul li{
	float:left;
}

#sns_list ul li a{
	display:block;
	margin:1em 0.5em;
	width:50px;
	height:50px;
	text-indent:-9999px;
	background-image:url(img/sns.png);
	background-repeat:no-repeat;
}

#sns_list ul li#twitter a{
	background-position:center;
}

#sns_list ul li#instgram a{
	background-position:right;
}

/* main */
#main h2{
	background-image:url(img/bg_01.png);
}

#main h2 span{
	display:block;
	width:1200px;
	margin:0 auto;
	padding:1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
box-sizing: border-box;
}

#main #p_list{
	width:1200px;
	margin:0 auto;
}

#main #p_list p{
	padding:0.5em;
	font-size:small;
	text-align:right;
}

/* cont */

#cont{
	width:1200px;
	min-width:1200px;
	padding:0 3.5em;
	margin:0 auto;
	font-size:15px;
	line-height:1.8em;
	box-sizing:border-box;
}

#cont h3{
	clear:both;
	padding:1em 0.5em 0.5em;
	margin-bottom:1.5em;
	font-size:140%;
	border-bottom:3px solid #253d31;
}

#cont h3 span{
	float:right;
	display:inline-block;
	font-weight:normal;
	font-size:80%;
}

#cont h4{
	clear:both;
	position:relative;
	padding:1em 0.5em 1em 3em;
	margin-bottom:1em;
	background-color:#cbe1d4;
	overflow:hidden;
}

#cont h4:before{
	display:block;
	position:absolute;
	content:'';
	margin: auto;
	width:50px;
	height:50px;
	background-color:#253d31;
	top:0;
	bottom:0;
	left:-25px;	
	transform: rotate(45deg);
}

#cont h5{
	clear:both;
	padding:0.5em 1em;
	margin-left:2em;
	margin-bottom:1em;
	font-size:100%;
	border-left:3px solid #253d31;
	border-bottom:1px dotted #ccc;
}

#cont h6{
	padding:0.5em 1.5em;
	margin-left:2em;
	font-size:100%;
	background-image:url(img/arrow.png);
	background-repeat:no-repeat;
	background-position:0 center;
	background-size:16px;
}

#cont p{
	padding:0 2em;
	margin-bottom:1.5em;
}

#cont + p{
	padding-top:1em;
}

#cont img{
	margin:.5em;
	max-width:100%;
}

#cont a{
	color:#9e8d2c;
}

#cont a:hover{
	text-decoration:none;
}

#cont hr{
	margin-bottom:1.5em;
	border:0;
	border-bottom:1px dotted #253d31;
}

#cont ul{
	display:inline-block;
	padding:0 2em;
	margin-bottom:1.5em;
}

#cont ul li{
	padding-left:1.5em;
	background-image:url(img/arrow.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	background-size:16px;
}

#cont ul.submenulist{
	overflow:hidden;
}

#cont ul.submenulist li{
	float:left;
	width:calc( 1140px / 4);
	box-sizing: border-box;
}

#cont ol{
	display:inline-block;
	padding:0 2em;
	margin-bottom:1.5em;
}

#cont ol li{
	position: relative;
	padding: .5em 0 .5em 2em;
    border-bottom: 1px dotted #ccc;
    counter-increment: olNum1;
}

#cont ol li:before{
    position: absolute;
    top: .8em;
    left: 0;
    content: counter(olNum1);
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #253d31;
    border-radius: 50%;
    color: #fff;
    font-size: 80%;
    text-align: center;
    box-shadow:2px 2px 1px #ccc;
}

#cont ol li:nth-child(2n):before{
	background-color: #cbe1d4;
}

#cont ol li li{
    counter-increment: olNum2;
}

#cont ol li li:before{
    content: counter(olNum2);
}

#cont ol li li li{
    counter-increment: olNum3;
}

#cont ol li li li:before{
    content: counter(olNum3);
}

#cont dl{
	margin: 0 0 30px 40px;
}

#cont dl dt{
	position:relative;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}

#cont dl dt:after{
	display:block;
	position:absolute;
	content:'';
	margin:auto;
	width:10px;
	height:10px;
	background: #efd298; /* Old browsers */
	background: -moz-linear-gradient(top, #efd298 0%, #a17725 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efd298 0%,#a17725 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efd298 0%,#a17725 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd298', endColorstr='#a17725',GradientType=0 ); /* IE6-9 */
	border-radius:50%;
	top:1em;
	left:-20px;
}

#cont dl dd{
	margin:8px;
	padding:10px;
	background-color:#eee;
}

#cont table{
	margin:0 2em 13px 2em;
	max-width:100%;
	font-size: 90%;
	background-position:bottom center;
	background-size:cover;
	background-repeat:no-repeat;
	border-collapse: separate;
	border-spacing: 0;
	overflow:hidden;
}

#cont th{
	vertical-align: middle;
	padding:0.5em 1em;
	text-align:center;
	font-weight:normal;
	color:#253d31;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	background-color:#cbe1d4;
	white-space:nowrap;
}

#cont td{
	padding:13px;
	border:0;
	border-left:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	vertical-align:middle;
}

#cont table tr td:first-of-type{
	border-left:1px dotted #ccc;
}

#cont table tr td:last-of-type{
	border-right:1px dotted #ccc;
}

#cont td p,
#cont td ul,
#cont td ol,
#cont td dl{
	padding-left:0;
}

#cont td h5,
#cont td h6{
	margin-left:0;
}


#cont table p:last-of-type{
	margin-bottom:0;
}

#cont td img{
	margin:1%;
	max-width:98%;
	height:auto;
}

/* 特殊テーブル */

		#cont table.fit{
			width:96% !important;
			margin-left:auto;
			margin-right:auto;
		}

		#cont table.large_table{
			width:98% !important;
			margin-left:auto;
			margin-right:auto;
		}

		#cont table.heaf_left{
			float:left;
			width:49% !important;
			margin-left:1%;
		}

		#cont table.heaf_right{
			float:right;
			width:49% !important;
			margin-left:1%;
		}

/* form */
#cont form input[type=text],
#cont form input[type=password],
#cont form input[type=tel],
#cont form input[type=email],
#cont form textarea,
#cont form select{
	margin:10px 10px 30px;
	padding:4px 8px;
	max-width:100%;
	border:1px solid #ccc;
	border-radius:10px;
	box-sizing:border-box;
}

#cont form table tr td input:last-of-type,
#cont form table tr td select:last-of-type{
	margin:10px;
}

#cont form textarea{
	margin:0;
	width:100%;
}

#cont form legend{
	display:block;
	clear:both;
	position:relative;
	margin-bottom:30px;
	padding:20px 100px 10px 50px;
	width:100%;
	color:#fff;
	font-size:130%;
	text-shadow:1px 1px 1px #aaa,1px -1px 1px #aaa,-1px 1px 1px #aaa,-1px -1px 1px #aaa;
	background: #efd298; /* Old browsers */
	background: -moz-linear-gradient(top, #efd298 0%, #a17725 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efd298 0%,#a17725 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efd298 0%,#a17725 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd298', endColorstr='#a17725',GradientType=0 ); /* IE6-9 */
	background-size: 100% 1.3em;
	background-position:0% 100%;
	background-repeat: no-repeat;
	z-index:2;
	box-sizing:border-box;
}

#cont form legend:before{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	background-image:url(img/h3-bg.png);
	background-repeat:no-repeat;
	background-position:3px 50%;

	z-index:1;
}

#cont form legend:after{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	background-image:url(img/h3-after.png);
	background-repeat:no-repeat;
	background-position:99% 50%;

	z-index:1;
}

#cont form label{
	display:block;
	margin:0 0 30px;
	cursor:pointer;
}

#cont form input[type=checkbox],
#cont form input[type=radio]{
	margin:0 0.5em;
	vertical-align:middle;
}

#cont form input[type=file],
#cont form input[type=image]{
	margin:0 0 30px;
	padding:8px;
	border:1px solid #ccc;
}

#cont form input[type=submit],
#cont form input[type=reset],
#cont form input[type=button],
#cont form button{
	margin:10px 10px 30px;
	padding:8px 60px;
	color:#fff;
	background: #efd298; /* Old browsers */
	background: -moz-linear-gradient(top, #efd298 0%, #a17725 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efd298 0%,#a17725 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efd298 0%,#a17725 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd298', endColorstr='#a17725',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
	cursor:pointer;
}

#cont form input[type=submit]:hover,
#cont form input[type=reset]:hover,
#cont form input[type=button]:hover{
	opacity:0.6;
}

#cont form span.red{
	color:#f10;
	font-size:90%;
}

#cont form .wpcf7-radio .wpcf7-list-item{
	float:left;
	display:block;	
	margin-left:1em;
}

/* category */
#category #main {
}


#category #cont {
	padding:0;
	overflow:hidden;
}

#category #cont #list_box #p_list,
#category #cont #list_box #p_list p{
	margin-bottom:0;
}

#category #list_box {
	float:left;
	padding:0 2em;
	width:900px;
	min-width:auto;
	box-sizing:border-box;
}

#category #list_box div{
	margin-bottom:10em;
}

#category #list_box h3 > span{
	float:right;
	color:#333;
	font-size:60%;
	font-weight:normal;
}

#category #list_box h3:first-of-type{
	margin:0;
}

#category #list_box #p_list{
	width:auto;
	margin-bottom:1em;
}

#category #list_box #sns_bookmark{
	margin-bottom:10px;
	overflow: hidden;
}

#category #list_box #sns_bookmark *{
	line-height:1em;
	margin:0;
}

#category #list_box #sns_bookmark iframe,
#category #list_box #sns_bookmark #facebook{
	float:right;
	margin-right: 8px;
}

#category #list_box #sns_bookmark div{
	margin-bottom:0;
}

#archive{
	float:right;
	width:300px;
}

#archive h3{
	margin-bottom:1em;
}

#archive p{
	margin-bottom:1em;
	font-size:90%;
}

#archive .more{
	text-align:right;
}

/* footer */

#foot_wrap{
	clear:both;
	min-width:1200px;
	background-color:#253d31;
	overflow:hidden;
}

#footer{
	width:1200px;
	margin:0 auto;
}

#foot_menu{
	overflow:hidden;
}

#foot_menu li{
	float:left;
}

#foot_menu li a{
	display:block;
	margin:1em;
	color:#fff;
}

#foot_menu li a:hover{
	text-decoration:none;
}

#bn_s p{
	overflow:hidden;
}

#bn_s p{
	float:left;
}

#bn_s p a{
	display:block;
	margin:1em;
	padding: .5em;
	width:370px;
	height:60px;
	background-image:url(./img/bsh_logo.png);
	background-color:#fff;
	background-repeat:no-repeat;
	background-size:90%;
	background-position:center center;
	text-indent:-999px;
	transition:.2s;
}

#bn_s p a:hover{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition:.2s;
}

#foot_add{
	float:right;
	margin-bottom:1em;
}

#foot_add h3{
	width:306px;
	height:77px;
	text-indent:-9999px;
	background-image:url(img/foot_logo.png);
	background-repeat:no-repeat;
}

#foot_add p{
	color:#fff;
	line-height:1.5em;
}

#copyright{
	clear:both;
	min-width:1200px;
	background-color:#aaa;
}

#copyright p{
	padding:1em 0;
	font-size:80%;
	text-align:center;
}

/* page top */

  .pageTopBtn a {
    display: block;
    padding:15px 15px 5px;
    height:25px;
    width:25px;
    color:#fff;
    font-weight:bold;
   	text-indent:-9999px;
   	background-image:url(./img/icon_pageTop.png);
	background-repeat:no-repeat;
    background-size: 20px auto;
    background-position:center center;
    white-space: nowrap;
    overflow: hidden;
    }

  .pageTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    bottom:0;
    right: 0px;
    margin: 10px;
    background: rgba( 0, 0, 0, 0.6);
    cursor:pointer;
    z-index:999;
    transition:.2s;
}

  .pageTopBtn:hover {
    background: rgba( 0, 0, 0, 0.8);
    transition:.2s;
}

#sp_menu{
	display:none;
}


#sp_menu{
	display:none;
}


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

body{
	min-width:100%;
}

/*記事内の画像*/
.alignleft {
	float:none;
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.alignright {
	float:none;
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* ギャラリー */
#cont .gallery dl{
	float:none;
	margin:0 auto;
	width:90%;
}

#cont .gallery dt:after{
	display:none;
}

#cont .gallery dl img{
	margin:0;
}

#cont .gallery dd{
	color: #253d31;
	font-size: 90%;
	font-weight:bold;
	background-color: #cbe1d4;
}


/*-- header --*/
#head_wrap{
	min-width:100%;
}

#header{
	width:100%;
}

#header h1{
	float:none;
}

#header h1 a{
	margin:0 auto;
	padding-top:18%;
	width:98%;
	height:0;
	background-image:url(img/logo_sp.png);
	background-size:100%;	
}


#header #head_add{
	float:none;
	margin-right:.5em;
	padding-top: 8px;
	flex-direction:column;
	align-items:flex-end;
}

#header p{
	font-size:100%;
	text-align:right;
}

#header p span{
	font-size:80%;
}

/* top_slide */

#image_wrap{
	clear: both;
	min-width: 100%;
}

#caption_wrap{
	width:100%;
}

#caption{
	width:100%;
	padding:1em;
	box-sizing:border-box;
}

#caption h3{
	font-size:150%;
}

.bx-wrapper{
	background-color:transparent;
}

.bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
  z-index:-1;
}

#top_slide li {
  height: 75vh;
  background: center / cover no-repeat;
}

/* main menu */

#gl_menu{
	display:none;
}

/*-- sp_menu --*/
#sp_menu{
	display:block;
	width:100%;
	z-index:20;
	z-index:10000;
	transition:.2s;
}

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

{
  .js .nav-collapse {
    position: relative;
    max-height: none;
  }
  #nav-toggle {
    display: none;
  }
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

{
  .nav-collapse li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #333;
  text-decoration: none;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid white;
  padding: 0.7em 1em 0.7em 50px;
  float: left;
    background-image: url(img/menu_arrow.png);
    background-repeat: no-repeat;
    background-position: 15px 50%;
}

{
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

{
  .nav-collapse ul ul a {
    display: none;
  }
}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  width: 100%;
  color:#2d3e34;
  overflow: hidden;
  text-align:center;
  text-decoration:none;
  font-weight:bold;
  padding:8px 0;
  display:block;
  margin:0 auto;
  background-image: url(./img/header_bg.jpg);
}

.nav-toggle img{
	display:none;
}

#nav-collapse {
	border-bottom:1px solid #ccc;
	background-color:#fff;
	z-index:999;
}


/* topcontnet */
#info_wrap{
	clear: both;
	min-width:100%;
}

#info{
	width:100%;
}

#info #news,
#info #blog{
	float:none;
	width:100%;
}

#info #news li a.thmb,
#info #blog li a.thmb{
	float:none;
	display:block;
	margin: 0 auto 1em;
	width:155px;
	height:115px;
	background-repeat:no-repeat;
	background-size:cover;
}

#info #news li a,
#info #blog li a {
	display:inline;
}

#info #news li.kako a,
#info #blog li.kako a {
	display:inline;
}

#info #news li span,
#info #blog li span{
	display:block;
	font-size:100%;
}

#info #news li:first-of-type span,
#info #blog li:first-of-type span{
	display:inline;
	color:#253d31;
	font-size:80%;
	font-weight:bold;
}

#senideko{
	padding:1em;
	width:100%;
	min-width:100%;
}

#senideko iframe{
	float:none;
	padding:1em;
	width:100%;
}

#senideko h3{
	line-height:2em;
	font-size:120%;
}

#senideko h3 span{
	font-size:200%;
	display: inline-block;
}

#senideko blockquote ol li {
    float: none;
    width: 90%;
    margin-left: 1.5em;
    font-size: 80%;
}

#interior{
	min-width:100%;
}

#interior_cont{
	width:100%;
	padding:1em;
}

#interior_cont h3{
	font-size:150%;
}

#interior_cont li{
	line-height:1em;
}

#interior_cont .slick-list img{
	max-width:95%;
	height:auto;
}

#interior_cont li{
	font-size:20%;
}

/* sns */
#sns_list{
	min-width:100%;
}

/* main */

#main{
	clear: both;
}

#main h2 span{
	width:100%;
	box-sizing:border-box;
}

#main #p_list{
	width:100%;
}

#main #p_list p{
	padding:0.5em;
	font-size:small;
	text-align:right;
}

/* cont */

#cont{
	padding:1em;
	width:100%;
	min-width:100%;
}

#cont h3{
	clear:both;
	padding:1em 0.5em 0.5em;
	margin-bottom:1.5em;
	font-size:140%;
	border-bottom:3px solid #253d31;
}

#cont h3 > span {
    display: block;
    float: none;
    text-align: right;
}

#cont h4{
	clear:both;
	position:relative;
	padding:.5em .5em .5em 2em;
	margin-bottom:1em;
	background-color:#cbe1d4;
	overflow:hidden;
}

#cont h4:before{
	display:block;
	position:absolute;
	content:'';
	width:50px;
	height:50px;
	background-color:#253d31;
	top:0;
	bottom:0;
	left:-35px;	
	transform: rotate(45deg);
}

#cont h5{
	clear:both;
	padding:0.5em 1em;
	margin-left:1em;
	margin-bottom:1em;
	font-size:100%;
	border-left:3px solid #253d31;
	border-bottom:1px dotted #ccc;
}

#cont h6{
	padding:0.5em 1.5em;
	margin-left:1em;
	font-size:100%;
	background-image:url(img/arrow.png);
	background-repeat:no-repeat;
	background-position:0 center;
}

#cont p{
	padding:0 1em;
	margin-bottom:1.5em;
}

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

#cont a{
	color:#9e8d2c;
}

#cont a:hover{
	text-decoration:none;
}

#cont hr{
	margin-bottom:1.5em;
	border:0;
	border-bottom:1px dotted #253d31;
}

#cont ul{
	padding:0 1em;
}

#cont ul li{
	padding-left:1.5em;
	background-image:url(img/arrow.png);
	background-repeat:no-repeat;
	background-position:0 5px;
}

#cont ol{
	display:inline-block;
	padding:0 1em;
	margin-bottom:1.5em;
}

#cont ol li{
	position: relative;
	padding: .5em 0 .5em 2em;
    border-bottom: 1px dotted #ccc;
    counter-increment: olNum1;
}

#cont ol li:before{
    position: absolute;
    top: .8em;
    left: 0;
    content: counter(olNum1);
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #253d31;
    border-radius: 50%;
    color: #fff;
    font-size: 80%;
    text-align: center;
    box-shadow:2px 2px 1px #ccc;
}

#cont ol li:nth-child(2n):before{
	background-color: #cbe1d4;
}

#cont ol li li{
    counter-increment: olNum2;
}

#cont ol li li:before{
    content: counter(olNum2);
}

#cont ol li li li{
    counter-increment: olNum3;
}

#cont ol li li li:before{
    content: counter(olNum3);
}

#cont dl{
	margin: 0 0 30px 40px;
}

#cont dl dt{
	position:relative;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}

#cont dl dt:after{
	display:block;
	position:absolute;
	content:'';
	margin:auto;
	width:10px;
	height:10px;
	background: #efd298; /* Old browsers */
	background: -moz-linear-gradient(top, #efd298 0%, #a17725 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efd298 0%,#a17725 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efd298 0%,#a17725 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd298', endColorstr='#a17725',GradientType=0 ); /* IE6-9 */
	border-radius:50%;
	top:1em;
	left:-20px;
}

#cont dl dd{
	margin:8px;
	padding:10px;
	background-color:#eee;
}

#cont table{
	margin:0 0 13px;
	max-width:100%;
	font-size: 90%;
	background-position:bottom center;
	background-size:cover;
	background-repeat:no-repeat;
	border-collapse: separate;
	border-spacing: 0;
	overflow:hidden;
}

#cont th{
	vertical-align: middle;
	padding:0.5em 1em;
	text-align:center;
	font-weight:normal;
	color:#253d31;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	background-color:#cbe1d4;
	white-space:nowrap;
}

#cont td{
	padding:13px;
	border:0;
	border-left:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	vertical-align:middle;
}

#cont table tr td:first-of-type{
	border-left:1px dotted #ccc;
}

#cont table tr td:last-of-type{
	border-right:1px dotted #ccc;
}

#cont td p{

}

#cont table p:last-of-type{
	margin-bottom:0;
}

#cont td img{
	margin:1%;
	max-width:98%;
	height:auto;
}

/* 特殊テーブル */

		#cont table.fit{
			width:96% !important;
			margin-left:auto;
			margin-right:auto;
		}

		#cont table.yoko{
			display: block;
			font-size:80%;
		}

		#cont table.yoko thead{
			display:block;
			float:left;
			border-top: 1px dotted #ccc;
			border-right: 0;
			border-bottom: 0;
			border-left: 1px dotted #ccc;
			overflow-x:scroll;
		}

		#cont table.yoko tbody{
			display:block;
			width:auto;
			overflow-x:auto;
			white-space:nowrap;
			box-sizing: border-box;
		}

		#cont table.yoko tbody tr{
			display:inline-block;
			margin:0 -3px;
			width: 100%;
			height:auto !important;
			box-sizing: border-box;
		}

		#cont table.yoko tr th{
			display:block;
			padding: 13px;
			width:auto !important;
			height:auto !important;
			line-height: 1.5em;
			border-top: 0;
			border-right: 1px dotted #ccc;
			border-bottom: 1px dotted #ccc;
			border-left: 0;
			box-sizing:border-box;
		}

		#cont table.yoko tr td{
			display:block;
			height:auto !important;
			line-height: 1.5em;
			border-top: 0;
			border-right:1px dotted #ccc;
			border-bottom: 1px dotted #ccc;
			border-left: 0;
			box-sizing:border-box;
		}

		#cont table.yoko tr td:first-of-type{
			border-top: 1px dotted #ccc;
		}

		#cont table.large_table{
			width:98% !important;
			margin-left:auto;
			margin-right:auto;
		}

		#cont table.heaf_left{
			float:left;
			width:49% !important;
			margin-left:1%;
		}

		#cont table.heaf_right{
			float:right;
			width:49% !important;
			margin-left:1%;
		}

/* form */
#cont form input[type=text],
#cont form input[type=password],
#cont form input[type=tel],
#cont form input[type=email],
#cont form textarea,
#cont form select{
	margin:10px 10px 30px;
	padding:4px 8px;
	max-width:100%;
	border:1px solid #ccc;
	border-radius:10px;
	box-sizing:border-box;
}

#cont form table tr td input:last-of-type,
#cont form table tr td select:last-of-type{
	margin:10px;
}

#cont form textarea{
	margin:0;
	width:100%;
}

#cont form legend{
	display:block;
	clear:both;
	position:relative;
	margin-bottom:30px;
	padding:20px 100px 10px 50px;
	width:100%;
	color:#fff;
	font-size:130%;
	text-shadow:1px 1px 1px #aaa,1px -1px 1px #aaa,-1px 1px 1px #aaa,-1px -1px 1px #aaa;
	background: #efd298; /* Old browsers */
	background: -moz-linear-gradient(top, #efd298 0%, #a17725 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efd298 0%,#a17725 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efd298 0%,#a17725 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd298', endColorstr='#a17725',GradientType=0 ); /* IE6-9 */
	background-size: 100% 1.3em;
	background-position:0% 100%;
	background-repeat: no-repeat;
	z-index:2;
	box-sizing:border-box;
}

#cont form legend:before{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	background-image:url(img/h3-bg.png);
	background-repeat:no-repeat;
	background-position:3px 50%;

	z-index:1;
}

#cont form legend:after{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	background-image:url(img/h3-after.png);
	background-repeat:no-repeat;
	background-position:99% 50%;

	z-index:1;
}

#cont form label{
	display:block;
	margin:0 0 30px;
	cursor:pointer;
}

#cont form input[type=checkbox],
#cont form input[type=radio]{
	margin:0 0.5em;
	vertical-align:middle;
}

#cont form input[type=file],
#cont form input[type=image]{
	margin:0 0 30px;
	padding:8px;
	border:1px solid #ccc;
}

#cont form input[type=submit],
#cont form input[type=reset],
#cont form input[type=button],
#cont form button{
	margin:10px 10px 30px;
	padding:8px 60px;
	color:#fff;
	background: #efd298; /* Old browsers */
	background: -moz-linear-gradient(top, #efd298 0%, #a17725 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efd298 0%,#a17725 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efd298 0%,#a17725 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd298', endColorstr='#a17725',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
	cursor:pointer;
}

#cont form input[type=submit]:hover,
#cont form input[type=reset]:hover,
#cont form input[type=button]:hover{
	opacity:0.6;
}

#cont form span.red{
	color:#f10;
	font-size:90%;
}

#cont form .wpcf7-radio .wpcf7-list-item{
	float:left;
	display:block;	
	margin-left:1em;
}

#sns_list ul li a{
	background-image: url(img/sns_sp.png);
	background-size: auto 50px;
}

#cont iframe {
    float: none;
    padding: 0em;
    width: 100%;
}

/* category */
#category #cont {
    padding: 1em;
}

#category #list_box {
	float:none;
	padding:0;
	width:100%;
}

#category #list_box div{
	margin-bottom:5em;
}

#category #list_box h3 > span{
	display:block;
	float:none;
	text-align:right;
}

#archive{
	float:none;
	width:100%;
}


/* footer */

#foot_wrap{
	min-width:100%;
}

#footer{
	width:100%;
}

#foot_menu li{
	float:none;
}

#foot_add h3 {
    width: 306px;
    height: 77px;
    text-indent: -9999px;
    background-image: url(img/foot_logo_sp.png);
    background-size: 100%;
}

#foot_add a{
	color:inherit;
}

#copyright{
	min-width:100%;
}

}

.grecaptcha-badge {
    visibility: hidden;
}