@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*
Theme Name: ブログスマホ用
*/

.pc{
	display:none;
}

.blog-cont iframe{
	width:100%;
	height:250px;
}


.blog-cont{
	text-align:left;
	font-size:14px;
	line-height:190%;
	padding:0;
}

.blog-cont li + li {
  border-left: none!important;
}

.blog-cont li{
	margin-left:35px;
	font-size:14px;
	line-height:170%;
	margin-bottom:13px;
}

.blog-cont ol{
	margin-top:25px;
	margin-bottom:25px;
}


.blog-cont p{
	margin-left:0px;
}

.blog-cont .alignright{
	padding-left:15px!important;
	background-color:#fff!important;
	float:right;
}

.blog-cont .alignleft{
	padding-right:15px!important;
	background-color:#fff!important;
	float:left;
}

.blog-cont .aligncenter{
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.blog-cont h1{
	font-size:16px;
	color:#000000;
	padding:10px 5px;
	margin-bottom:15px;
	margin-top:30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
}

.blog-cont h2{
	font-size:15px;
	color:#ff0000;
	padding:10px 5px;
	border-bottom:solid 2px #ff0000;
	margin-bottom:15px;
	margin-top:30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
}

.blog-cont h3{
	font-size:14px;
	background-color:#fff3b1;
	padding:7px;
	margin-top:30px;
	margin-bottom:15px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;

}
.blog-cont h4{
	font-size:13px;
	color:#000;
	padding:7px 3px;
	border-bottom:solid 1px #000;
	margin-bottom:15px;
	margin-top:30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
}

.blog-cont h5{
	font-size:12px;
	color:#000;
	padding:5px;
	background-color:#ececec;
	margin-bottom:15px;
	margin-top:30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
}

.blog-cont p{margin-bottom:10px;}

.blog-cont img{padding-bottom:10px;
padding-top:10px;
max-width:100%;
height:auto;}

.blog-cont iframe{max-width:100%;}

.blog-cont hr{
	margin-bottom:10px;
		margin-top:10px;
	background-color: #fff;
	border-top: 2px dashed #f6be46;
}




*{margin:0;padding:0;}

* html body{  
    overflow: hidden; 
	overflow-x: hidden!important;
}

body {
	font-family: Helvetica ,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:13px;
	color: #000;
	margin: 0px;
	text-align: center;
	line-height:180%;
	font-weight: 500;
}
/* Chrome でのみフォントを太めに表示する */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  * {
    text-shadow: transparent 0 0 0, rgba(0, 0, 0, .7) 0 0 0 !important;
  }
}


html{
  scroll-behavior: smooth;
}



#main{padding:10px;
text-align:left;}

a{color:#5d4628;text-decoration:none;}
a:hover{color:#5d4628;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
.color-a{color:#CC0000;}


/*************
全体
*************/

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



/*----------------------------------------------------------------------ヘッダー*/

#header{
	overflow:hidden;
	clear:both;
	height: 45px;
	padding-top: 7px;
	padding-bottom: 7px;
	/*border-bottom: solid 2px #006529;*/
	background-color:#fff;
	z-index:1000;
	position:fixed;
	top:0;
	width:100%;
}

#header-l{width:50%;
float:left;}

#header-l img{
max-width:100%;
width:auto;}

#header-r{width:50%;
text-align:right;
float:right;
box-sizing: border-box;
padding-right: 50px;}

#header-r img{height:45px;
margin-left:5px;
width:auto;}


/**************************************************************
Humberger
**************************************************************/
.menu-btn {
    position: fixed;
    top: 7px;
    right: 0px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #b28147;
    /*border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; */
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

/*ハンバーガーメニューの中身のCSS*/

.menu-content {
    width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #b28147;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    list-style: none;
	text-align:center;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a:hover{
	color:#fff!important;
}




.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
    width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #b28147;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 40%;/*メニューを画面内へ*/
}








.topimg img{width:100%;
height:auto;}

.kugiri{height:5px;
	margin-top:5px;
	margin-bottom:5px;
	background-repeat:repeat;
background-image:url(image/kugiri.png);}



.pagetop{
	margin-top: 30px;
}

.pagetop img{
	width: 100px;
	height: auto;
}


/**************************************************************
フッター
**************************************************************/
#footer{
	overflow: hidden;
	text-align: left;
	padding: 15px 10px;
	border-top: solid 1px #b3a79f;
}

#footer-l{
	overflow:hidden;

}

#footer-l .logo{
	float: left;
}

#footer-l .logo img{
	width: 100px;
	height: auto;
}

#footer-l .logo2{
	float: left;
	margin-left: 15px;
}
#footer-l .logo2 img{
	margin-bottom: 10px;
}

#footer-l .menu{
	width: 48%;
	float: left;
	margin-left: 2%;
	font-size: 13px;
}

#footer-l .menu li{
	list-style-type: none;
}

#footer-l .menu li a{
	padding: 7px;
	border-bottom: dotted 1px #ccc;
	display: block;
	color: #000;
	font-weight:normal;
}


#rightbn img{
	width: 100%;
	height: auto;
}


#rightbn {
	width: 200px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1500;
}

#footer-r{
	margin-top:10px;
}

#footer-r img{
	width: 48%;
	height: auto;
	margin:1%;
	margin-bottom: 10px;
}


div.wpcf7 .wpcf7-spinner {
display: none !important;
}

/* 注意書き（メールフォーム）　*/
.chui{color:#c30d23;line-height:1.4;padding:10px 0;font-weight:normal !important;}
.chui span{font-size:120%;font-weight:bold;padding:0 5px;border-bottom:1px solid;}