@charset "utf-8";
/*
	Theme Name: theme304
	Theme URI: 
	Description: Who
	Version: 1.0
	Author: Who
	Author URI: 
	作成日：2015/07/03
	Copyright (C) Who
	http://www.who.ne.jp/
*/
/*========================================
基本構造
========================================*/
body {
	background: url(image/ground.png) top left repeat-x;
	/*background: #fff;*/
	background-repeat: repeat-x;
	margin:0;
	padding:0 2em;
	line-height: 1;
    font-family:メイリオ, Meiryo,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック,sans-serif;
	}
#container {
	max-width: 1000px;
	margin: 0 auto;
	background: #ffffff;
	border: 3px solid #f5f5f5;
	}
#hgroup {
	display: block;
	}
#branding #hgroup {
	margin: 0;
	margin-bottom: 80px;
	}
#navi div{
	margin: 0 1.5%;
	}
#main {
	clear: both;
	padding: 0.1em 0 0;
	background: #ffffff;
	}
#right_column {
	background: #ffffff;
	float: right;
	width: 100%;
	margin:0 0 0 -26.5%;
	}
#content {
	margin: 0 1.5% 0 28%;
	width: 70.5%;
}
#left_column {
	float: left;
	margin-left: 1.5%;
	width: 25%;
	background: #ffffff;
	}
@-moz-document url-prefix() {/*fire foxハック*/
#left_column {
	width: 23%;
	}
}
/*========================================
ヘッダー
========================================*/
#branding{
	padding-bottom: 5px;
	position: relative;
	z-index: 2;
	}
#hgroup h1#site_slogan{
	font-size: 12px;
	font-weight:normal;
	margin: 0 0 0.3em 1em;
	padding-top:0.5em;
	}
#hgroup #logo {
	top: 2em;
	left: 7.6%;
	}
#hgroup #logo img{
	max-width: 100%;
	height: auto !important;
	float: left;
	}
#head{
	float:right;
	}
ul.headnavi {
	float:right;
	list-style:none;
	overflow: hidden; 
	position: relative;
	padding:0;
	margin:-13px 1em 0px 0px;
	}
ul.headnavi li{
	font-size:12px;
	list-style:none;
	float:left;
	}
ul.headnavi li a{
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 8px;
	color:#ffffff;
	text-decoration: none;
	padding-top: 0px;
	}
ul.headnavi li a:link,
ul.headnavi li a:visited{
	text-decoration:none;
	color:#000000;
	}
ul.headnavi li a:hover{
	text-decoration: underline;
	color:#ff0000;
	}

div.headcontact img{
	clear:both;
	display:block;
	max-width: 100%;
	height: auto !important;
	margin:0.5em 1em 0px 0px;
	padding:0;
	float:right;
	}
/*========================================
トップ画像
========================================*/
#top-img img{
	clear: both;
	position: relative;
	display: block;
	max-width: 100%;
	height: auto !important;
	}

/*========================================
共通項目
========================================*/
form,fieldset,legend,pre {
	margin:0;
	padding:0;
	}
a:hover,a:active {
	color:#FF0000;
	text-decoration:underline;
	}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
	}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	.wp-block-image figure.alignleft,
	.wp-block-image figure.alignright{
		float: none;
		margin-left: auto;
		margin-right: auto;
		}
	.wp-block-image figure.alignleft img,
	.wp-block-image figure.alignright img{/*段落で画像をドロップアップ挿入時、スマホでは幅広*/
		width:100%;
	}

.clear{
	clear:both;
	line-height:0;
	height:0;
	padding:0 0 1px 0;
	}
a,a:link,a:visited {
	color:#17650F;
	text-decoration:none;
	}
a:hover,a:active {
	color:#ff0000;
	text-decoration: underline;
	}
.center {
	clear:both;
	text-align:center;

	}
p.text-right {
	text-align: right;
	margin-top: -1em;
	padding: 0;
	font-family: Arial, Helvetica, Sans-serif;
	}

.clearfix:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix {display:block;}
a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*========================================
画像処理
========================================*/
img {
	border:0;
	}
.entry img {
	max-width: 100%;
	}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	}
img.size-full {
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
	}
#widget1 img {
	max-width: 100%;
	}
.post_thumbnail{
	margin-top: 1em;
	}
/*========================================
パンくずリスト
========================================*/
.breadcrumb {
	color: #000000;
	font-size: 80%;
	margin: 6px 8px 4px 10px;
	}
.breadcrumb .current{
	color: #ff0000;
	}
.breadcrumb .sepa{
	color: #000000;
	}
/*========================================
カスタムメニュー　トグルメニュー
========================================*/

.togmenu {
	display:none;
}
.menubtn {
	padding: 16px 20px;
	background:#7B7B7B;
	color: #fff;
}
#menu ul {
	margin: 0;
	padding: 0;
	background:#7B7B7B;
}
#menu li {
	list-style: none;
	border-top: 2px solid #fff;
}
#menu li a {
	padding: 20px 12px;
	display:block;
	text-decoration:none;
	background:#7B7B7B;
	color: #fff;
	font-weight:bold;

}
#menu li a:hover,#menu li a:focus{
	padding: 20px 12px;
	display:block;
	text-decoration:none;
	background:#efefef;
	color: #000;
}

/*========================================
メイン
========================================*/
.postwrap {
	margin: 10px 3px 10px 0;
	border: 1px solid #EBEAEA;
	clear: both; 
	}
	
.post {
	background: url(image/post-background.png) top left repeat-x;
	padding: 15px;
	}
.post p {
	margin-bottom: 10px;
	}
.post h2.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 22px;
	font-size: 18px;
	color: #000000;
	font-weight:bold;
	}
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 5px;
	font-size: 14px;
	color: #000000;
	}
.title a {
	text-decoration: none;
	color: #000000;
	}

.title a:hover {
	text-decoration: underline;
	color: #898989;
	}
.postmetadata{
	clear:both;
	text-align: right;
	font-size: 85%;
	vertical-align: bottom;
	}
.entry a.newsicon{
	background:url(image/p002.png) no-repeat left ;
	background-position:0px 5px;
	padding-left:20px;
	padding-right:10px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	}
/*========================================
トップ画像3列
========================================*/
.postwrap-featured {
	width: 31.5%;
	margin: 1em 0.7% 0.3em 0.7%;
	border: 1px solid #EBEAEA;
	display: inline;
	float: left;
	}
.postwrap-featured .post {
	background: url(image/post-background.png) top left repeat-x;
	padding: 8px 8px 1px 8px;
	}
.postwrap-featured h2.title a{
	font-size: 95%;
	}
.postwrap-featured1 {
	width: 47.25%;
	margin: 1em 0.7% 0.3em 0.7%;
	border: 0px;
	display: inline;
	float: left;
	text-align: center;
	}
.postwrap-featured1 .textarea{
	text-align: left;
	}
.postwrap-featured1 p{
	margin:0;
	padding:0;
	}
.postwrap-featured2 {
	width: 23.1%;
	margin: 1em 0.7% 0.3em 0.7%;
	border: 0px;
	display: inline;
	float: left;
	text-align: center;
	}


/*========================================
サイドバー（ウィジェット）
========================================*/
#widget1{
	clear:both;
	}
.side_menu {
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	margin:0.3em 0 0 0;
	}
.side_menu h3{
	margin: 0 0.5em 1em 0.5em;
	padding: 8px 10px;
	background: url(image/menu001.png) repeat-x;
	border-bottom: 1px solid #CCCCCC;
	font-size:15px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	}
.side_menu ul {
	margin:0;
	padding:0;
	}
.side_menu li {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.3em;
	list-style:none;
	padding-left:30px;
	margin-bottom:4px;
	background-image:url(image/p001.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-position:12px 4px;
	}

.side_menu ul.children{
	margin:10px 0 0px 0px;
	padding:0 0 0px 0px;
	}
.side_menu ul.children li{
	letter-spacing: 0px;
	word-spacing: -1px;
	font-size: 12px;
	}
.side_menu li a {
	text-decoration:none;
	}
.side_menu li a:hover{
	text-decoration:underline;
	}
.textwidget{
	font-size: 12px;
	padding: 0px 5px;
	}

/*========================================
フッター
========================================*/
.footer01{
	clear:both;
	float:right;
	margin: 1em 1.5% 1em 26.5%;
	font-size: 12px;
	}
#footer {
	clear:both;
	display: block;
	margin: 0;
	background: #FFFFFF;
	color: #000000;
	}
#footer ul {
	margin: 0 1.5% 1em 1.5%;
	padding-bottom:1em;
	text-align: left;
	font-size: 12px;
	border-bottom: #000000 1px dotted;
	}
#footer li {
	display: inline;
	border-right:1px solid #000000;
	margin-right:0.5em;
	padding-right:0.5em;
	margin-bottom: 1em;
	line-height: 1.5em;
	}
#footer a:link,#footer a:visited {
	}
#footer a:hover, #footer a:active {
	}
.address{
	line-height: 20px;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	color: #000000;
	background:#FFFFFF;
	}
.copy{
	color: #000000;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	clear: both;
	background:#FFFFFF;
	}
/*========================================
WordPress追加
========================================*/
.wp-caption{
	border: solid 1px #dddddd;
	text-align: center;
	padding: 3px 0 0 0px;
	margin: 5px 5px 5px 2px;
	background: #f5f5f5;
	}
.entry ul li.mylink h2{
	font-size: 120%;
	}
.entry ul.mylink li,.entry ol.mylink li{
	line-height: 1.5em;
	padding-bottom:10px;
}

#wp-calendar{
	width:98%;
	text-align: center;
	}
/*========================================
検索関連
========================================*/
#topsearch{
	margin:0.5em 0 0.2em 0.5em;
	}
#searchsubmit {
	background: #ccc;
	color: #000;
	}
#topsearch input {
	border: 1px solid #2f2d2d;

	}
	
#topsearch #s {
	width: 70%;
	padding: 2px;
	}
/*========================================
SNS
========================================*/
.social-menu {
	float: left;
	margin: 0;
	margin-top: 0.5em;
	margin-left: 0.3em;
	padding: 0;
	width: 98%;
	}
.social-menu ul {
	margin: 0;
	padding: 0;
	}
.social-menu ul li {
	float: left;
	margin: 0;
	padding: 0 3%;
	list-style-type: none;
}
/*========================================
サイトマップ
========================================*/
.sitemap {
}

.sitemap-30 {
    width: 28%;
    padding: 0 0 0 1px;
}
.sitemap h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.sitemap-list {
    font-size: 13px;
    line-height: 22px;
}

.sitemap-list, .sitemap-list ul {
    padding: 0 0 0 20px;
}
/*========================================
お問い合わせ
========================================*/
dl.list2 dt{
	clear: left;
	float: left;
	width: 9em;
	white-space: nowrap;
 	padding: 8px 0.5em;
	font-weight: normal;
	}
dl.list2 dd{
	margin-left: 0;
	padding: 8px 0.5em 8px 15em;
	border-bottom: #e0e0e0 1px dotted;
	}
span.message{
	color: #ff0000;
	}
/*========================================
IE8用
========================================*/
#ie8 #hgroup #logo img{
	width /***/:auto;
	height: auto !important;
	float: left;
	}
#ie8 div.headcontact img{
	clear:both;
	display:block;
	width /***/:auto;
	height: auto !important;
	margin:0 1em 0px 0px;
	padding:0;
	float:right;
	}
#ie8 #top-img img{
	clear: both;
	position: relative;
	display: block;
	width /***/:auto;
	height: auto !important;
	}
#ie8 .entry img {
	width /***/:auto;
	}
#ie8 .wp-caption img {
	display: block;
	margin: 0 auto;
	width /***/:auto;
	}
#ie8 #widget1 img {
	width /***/:auto;
	}
/*========================================
追加
========================================*/
.photos_curtain_widgets_index{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:180px;
}
.photos_curtain_widgets{
	float:left;
	width:80px;
	margin: 0px 4px;/* 上/右/下/左*/
	padding: 0px;/* 上/右/下/左*/
	text-align: center;
}
.title_sub {
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 22px;
	color: #000;
	background: #CCFFCC;
	padding: 6px 10px;
	clear:both;
	}
h3.title_sub {
	font-size: 130%;
	font-weight: bold;
	}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
  z-index: 999;
}
#page-top a {
	background: #22AC38;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
#page-top a:hover {
	text-decoration: none;
	color: #000;
	background: #15DC4D;
}
iframe{max-width:100%}
/*-[ Columns ]---------------------------------*/
.one_half { width: 48% }
.one_third { width: 30.66% }
.two_third { width: 65.33% }
.one_fourth { width: 22% }
.three_fourth { width: 74% }
.one_fifth { width: 16.8% }
.two_fifth { width: 37.6% }
.three_fifth { width: 58.4% }
.four_fifth { width: 67.2% }
.one_sixth { width: 13.33% }
.five_sixth { width: 82.67% }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    margin-bottom: 15px;
    float: left;
}
.column-last {
    margin-right: 0!important;
    clear: right;
}


p.sideinfo{
	line-height:1.2;
	border-bottom: 1px dashed #C3CDCE;
	padding-bottom:8px;
	clear: both;
}
.table-wrap{overflow: auto; position:relative;}
.table-wrap table{width:100%;}
.table-wrap table th{font-weight: bold;text-align: center;white-space: nowrap;}
.table-wrap table td{white-space: nowrap;}
@media screen and (max-width: 1410px) {
.table-wrap:before{
color:#fff;
font-size:12px;
background-color:#e07903;
position: absolute;
top:0px;
border-radius: 5px;
padding: 0.05em 0.5em;
}
}
.sp{display:none;}
.line{
	border-bottom: 2px dashed #CCFFCC;
	margin:15px 10px 15px 0px;
	clear: both;
}

/*========================================
Responsive Structure
========================================*/
@media only screen and (min-width: 800px) {
	.menubtn {
		display:none;
	}
	.togmenu {
		display:block;
	}
	#menu li {
		display: inline-block;
		border:none;
	}

	#menu li a {
		font-weight:bold;
	}
	#menu li a:hover,#menu li a:focus{
		font-weight:bold;
	}
}

@media (max-width: 800px) {
	body {
	padding:0 1em;
		}
	#main #content {
		margin: 0 3.6%;
		width: auto;
		}
	#main #left_column {
		float: none;
		margin: 0 3.6%;
		width: auto;
		}
	.footer01{
		clear:both;
		float:right;
		margin: 1em 2em 1em 1em;
		}
	.postwrap-featured h2.title a{
		font-size: 100%;
		}
}

@media (max-width: 650px) {
	body {
	padding:0 0.5em;
		}
	#hgroup h1#site_slogan{
		font-size: 11px;
		}
	.alignleft,
	.alignright {
		float: none;
		margin-left: auto;
		margin-right: auto;
		}
	.entry img.alignleft,.entry img.alignright {
		display:block;
		clear:both;
		}
#branding #hgroup {
	margin: 0;
	margin-bottom: 0px;
	}


.headnavi{
		display: none;
		}
div.headcontact img{
	clear:both;
	display:block;
	height: auto !important;
	padding:0;
	float:none
	}
#head{
	width:187px;
	float:none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
/*
	#head{
		position: absolute !important;
		clip: rect(1px 1px 1px 1px);
		clip: rect(1px, 1px, 1px, 1px);
		display: none;
		}
*/



	#hgroup #logo {
		top: 2em;
		left: auto;
		}
	#hgroup #logo img{
		max-width: 100%;
		height: auto !important;
		float: none;
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	dl.list2 dt{
		float: none;
		white-space: nowrap;
	 	padding: 8px 0.1em;
		font-weight: normal;
		}
	dl.list2 dd{
		margin-left: 0;
		padding: 0;
		border-bottom: #FFFFFF 0px dotted;
		}
	dl.list2 dd input{
		display: inline;
		width: auto;
		}
	.navigation{
		font-size:11px;
		margin-bottom: 2.625em;
		}
	.navigation .alignleft{
		display: inline;
		float: left;
		margin-right: 1.625em;
		}
	.navigation .alignright{
		display: inline;
		float: right;
		margin-left: 1.625em;
		}
	.social-menu {
		margin-left: 0;
		}
	.social-menu ul li {
		padding: 0 1% 0px 1%;
		}
	#ie9 .postwrap-featured {
		width: 31.0%;
		margin: 1em 0.5% 0.3em 0.5%;
		border: 1px solid #EBEAEA;
		display: inline;
		float: left;
		}
	#ie9 .postwrap-featured1 {
		width: 47.25%;
		margin: 1em 0.5% 0.3em 0.5%;
		border: 0px;
		display: inline;
		float: left;
		text-align: center;
		}
.sp{display:inline;}

.form-width  { max-width: 90%;}/*contact7用*/

	}
@media (max-width: 480px) {
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        width: 100%;
        margin-right: 0;
    }
	}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
		-webkit-text-size-adjust : none;/*iPhoneテキストサイズ拡大防止*/
		}
	#container {
		margin-top: 0;
		}
	.copy,.address{
		font-size: 11px;
		}
	.postwrap-featured h2.title a{
		font-size: 100%;
		}
	.postwrap-featured .entry {
		line-height: 15px;
		font-size: 13px;
		}
	.postwrap-featured {/*トップの枠3つ用*/
		width: 100%;
		margin: 1em 0.7% 0.3em 0.7%;
		border: 1px solid #EBEAEA;
		display: inline;
		float: none;
		}
	.postwrap-featured1 {/*トップの枠3つ用*/
		width: 100%;
		margin: 1em 0.7% 0.3em 0.7%;
		border: 0px;
		display: inline;
		float: none;
		text-align: center;
		}
	.postwrap-featured1 img{
		margin-top:0;
		padding-top:0;
		}
	#footer{
		display: none;
		}
	.address{
	border-top: #000000 1px dotted;
		}

	}
