@charset "utf-8";
/*
Theme Name: kyotohyogu
Theme URI: http://www.kyo-hyogu.jp
Author: Miyako Design
Author URI: http://www.miyako-design.net
Version: 1.0
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/**** Clearfix ****/
wrapper:after,inner:after, nav#mainNav:after,.newsTitle:after, .bg:after,.post-content:after, ul.post-content li:after,nav#mainNav .inner:after, .clearfix:after, header:after{content:"";display:table;clear:both;}
nav#mainNav,.newsTitle,.bg, .post-content, ul.post-content li,nav#mainNav .inner{zoom: 1;}
.wrapper:before.clearfix:before {content: " ";display: table;}
.clearfix {*zoom: 1;}

@-webkit-keyframes bugfix { from { padding: 0; } to { padding: 0; } }


/* General settings
*****************************************************/

/* レイアウト */

body {
	-webkit-animation: bugfix infinite 1s;
	-webkit-text-size-adjust: none;
	color: #2e190c;
}

.clear {
	clear:both;
}

#header{
/*overflow:hidden;メニューを表示させるためコメントアウト */
width:16%;
float:left;
min-height:100%;
}

.wrapper {
margin-left:16%;
padding: 20px 15px;
}

.inner{
margin:0 auto;
}

#main {
	position relative;
	background-color:#ece6da;
	-webkit-text-size-adjust: none;
	z-index:10;
}

#content{
float:left;
width:70%;
}

#content section {
	padding-right:15px;
}

#sidebar{
float:right;
width:30%;
}

#footer{
clear:both;
/*background:#FEF6e7;
padding-top:20px;
border-top: 1px solid #DDD; 今回は使わないのでコメントアウト */
} 

/* カラム */

.full-section {
	border-top:1px solid #EEE;
	border-bottom: 1px solid #EEE;
	overflow: hidden;
	padding:0 0 30px 0;
	margin:0;
}

.one_half {width:48%;}

.one_third {width:32%;}

.two_third {width:66%;}

.one_fourth {width:23.5%;}

.three_fourth {width:74.5%;}

.one_half, .one_third, .two_third, .one_fourth, .three_fourth {
  float: left;
  margin-right: 2%;
  position: relative;
}

.last {
  clear: right;
  margin-right: 0 !important;
}

/* 横位置 */

.naka {	text-align:center;}
.migiyose, .ichiran { text-align:right;}
.hidariyose {text-align:left;}

.alignright{float:right;}
.alignleft{float:left;}
.aligncenter { margin:0 auto;}

/* 縦位置 */

.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}

.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}

.pt0 {padding-top:0 !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}

.pb0 {padding-bottom:0 !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}

/* all paddings */

.pa10 {padding:10px !important;}
.pa20 {padding:20px !important;}


/* no settings*/
.no-border {border:none !important;}
.no-bg {background:none !important;}

/* Color settings
------------------------------------------------------------*/

.bg-light-gray {background:#FAFAFA;}

.orange {color: #f09609;}

.aka {color:red;}

.ao { color:#1BA1E2;}

.midori {color: #339933;}


/* General font settings
------------------------------------------------------------*/

body{
font: 16px/1.8 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000000;
}

strong {font-weight:bold;}

.large {font-size:24px;}


/* headings */

body.page #post-title h1.title, body.archive #post-title h1.title, body.single #post-title h1.title {
	border-bottom: 1px solid #000;
	font-size: 32px;
	font-family: 'Hiragino Mincho ProN', serif;
	line-height:1;
	margin-bottom:20px;
	color:#433822;
}

body.page #post-title h1.title:first-letter, body.archive #post-title h1.title:first-letter, body.single #post-title h1.title:first-letter {
    font-size: 3em;
}

.post-content h2 {
	border-left: 10px solid #a42611;
	font-family: 'Hiragino Mincho ProN', serif;
	color: #333;
	font-size:130%;
	font-weight:bold;
	margin:10px 0 15px;
	padding-left:10px;
	line-height:1.4;
}

.post-content h3{
	background: url(images/h3-bg.png) center left no-repeat;
	font-size:120%;
	font-weight:normal;
	margin:10px 0;
	padding-left: 30px;
	padding-top: 2px;
	color:#2e2c2c;
	border-bottom:1px dotted #43222d;
}

.post-content h3.suuji {
	background: none;
	padding-left:0;
}

.post-content h4{
	font-size:110%;
	font-weight:normal;
	margin-top:10px;
}

/* リンク設定
------------------------------------------------------------*/

a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#313131;
}

a:hover {text-decoration:underline;}

a.button:hover {text-decoration:none;}

a:hover, a:active{
	outline: none;
	color:#0d74ab;
}

a.pdf:before {
	content: url(images/icon_pdf.png);
	position:relative;
	top:5px;
}

a.pdf {
	padding-left:5px;
}

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

/* サイト説明文
----------------------------------*/

#tagline.top-bar {
	background: #ece6da;
	border-bottom: 1px solid #DDD;
	display:table;
	width:100%;
}

p.description {
	padding-left:15px;
	font-size:14px;
}

/* ロゴ (サイトタイトル)
----------------------------------*/
.logo{
clear:both;
}

.logo a img {
	display:block;
	margin:0 auto;
	padding: 15px 0;
}

/* bread crumb
------------------------------------------------------------*/

.bread_crumb {
	margin: 30px 0 0;
	clear: both;
	display:table;
	height: 20px;
	background: #f8f8f8;
	padding: 0 10px;
}
.bread_crumb li {
	font-size:12px;
	color:rgb(180,180,180);
	float:left;
	list-style: none outside none;
}
.bread_crumb li:after {
	content : '>';
	padding-left:10px;
	margin-right:10px;
}
.bread_crumb li:last-child:after {
	content : '';
}
.bread_crumb li a {
	color:rgb(120,120,120);
}

/* content
*****************************************************/

.post-content{
background-color:rgba(255,255,255,0.2);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
margin:0 0 20px 0;
padding:1.6%;
border: 1px solid #EEE;
}

.meta-box {
	border-bottom:1px solid #EEE;
	margin-bottom:10px;
}

.post-content p.dateLabel {
	padding-bottom:0;
}

.dateLabel{
text-align:right;
color:#888;
}

.post-content p{padding-bottom:15px;}

.post-content ol{margin: 0 0 10px 30px;}

.post-content ol li{list-style:decimal;}

.post-content blockquote {
	clear:both;
	padding:10px 0 10px 15px;
	margin:10px 0 25px 30px;
	border-left:5px solid #ccc;
}

.post-content blockquote p{padding:5px 0;}

.post-content table{
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px 0 20px;
}

.post-content table th{
	padding:10px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background:#efede7;
}

.post-content table td{
	padding:10px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	background:#fff;
}

.post-content dd{padding-bottom:10px;}

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


/* content link */

#content a{color:#118ed1;}

#content a:hover{color:#0d74ab;}


/* Image
*****************************************************/

img {
	max-width:100%;
}

img.aligncenter {display: block;margin:5px auto;}

img.alignright{margin: 10px 10px 15px 15px;display:inline;}

img.alignleft{margin:10px 15px 15px 10px;display:inline;}

.post-content p img {
	margin-top:0;
}

.kage, .attachment-top-thumnail {
	box-shadow: 1px 2px 3px 1px #7E7E7E, 3px 5px 7px 3px #DDDDDD;
	-webkit-box-shadow: 1px 2px 3px 1px #7E7E7E, 3px 5px 7px 3px #DDDDDD;
	-moz-box-shadow: 1px 2px 3px 1px #7E7E7E, 3px 5px 7px 3px #DDDDDD;
}

.waku {
	border: 1px solid #DDD;
	margin-bottom:15px;
}

/* caption for the gallary*/

span.prize {
	color: #996515;
	font-size:120%;
	display:block;
	text-align:center;
}

span.yago {
	display:block;
	text-align:center;
}

span.namae {
	display:block;
	text-align:center;
}

span.title {
	display:block;
	text-align:center;
}

#lightbox span {
	display:inline-block !important;
}

/*　Maps
*****************************************************/

.gmap {
position: relative;
overflow: hidden;
}

/* フォーム
*****************************************************/

input[type="text"], textarea{
	vertical-align:middle;
	max-width:90%;
	line-height:30px;
	height:30px;
	padding:1px 5px;
	border:1px solid #d4d4d7;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:100%;
	color:#555;
	background:#fcfcfc;
}

textarea{
	height:auto;
	line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
	padding:3px 10px;
	background: #118ed1;
	background: -moz-linear-gradient(top, #118ed1 0%, #0d74ab 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#118ed1), color-stop(100%,#0d74ab));
	background: -webkit-linear-gradient(top, #118ed1 0%,#0d74ab 100%);
	background: -o-linear-gradient(top, #118ed1 0%,#0d74ab 100%);
	background: linear-gradient(to bottom, #118ed1 0%,#0d74ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#118ed1', endColorstr='#0d74ab',GradientType=0 );
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height:1.5;
	font-size:120%;
	color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{	background: #118ed1;
	background: -moz-linear-gradient(top, #0d74ab 0%, #118ed1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d74ab), color-stop(100%,#118ed1));
	background: -webkit-linear-gradient(top, #0d74ab 0%,#118ed1 100%);
	background: -o-linear-gradient(top, #0d74ab 0%,#118ed1 100%);
	background: linear-gradient(to bottom, #0d74ab 0%,#118ed1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d74ab', endColorstr='#118ed1',GradientType=0 );
	cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}

/* サイドバー　ウィジェット
*****************************************************/

h3.widget-title, section.widget h3 {
  border-left: 5px groove #a42611;
  line-height: 22px;
  margin-bottom: 10px !important;
  padding: 4px 0 0 10px !important;
}
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
	background-color: rgba(255, 255, 255, 0.2);
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #e9e2d8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

section.widget ul ul{
	border:0;
	margin:0;
	padding:0 0 0 10px;
}

p.banner{padding-bottom:15px;}

p.banner img{
	max-width:360px;
	height:auto;
	border: 1px solid #EEE;
}

p.banner img:hover{
	cursor:pointer;
	opacity:0.8;
}

section.widget h3 {
	clear:both;
	margin:0;
	padding:7px 10px 7px 10px;
	font-size:110%;
	border-bottom:0;
	color:#000;
}

section.widget li a{
	display:block;
	padding:7px 0 7px 12px;
	background:url(images/arrow.gif) no-repeat left center;
	border-bottom:1px dashed #dcdcdc;
}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
	line-height:1.7;
	height:24px;
	width:90px;
	vertical-align:bottom;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{color:#118ed1;font-weight:bold;}

/* フッター
*****************************************************/

.backtotop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 9000;
    display: none;
}    

.backtotop a {
	background:url(images/totop.png) center center no-repeat;
    display: block;
	height:40px;
	width:40px;
    color: #777777;
    margin: 0;
    background-color: #ccc;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	border-radius: 4px;
	position:relative;
}

.backtotop a:hover {
    background-color: #666666;
	transition: all 1s ease 0s;
}

.footer-w-area:after {
    clear: both;
}

/* Two Footer Widget Areas */
.footer-w-area .two .widget-area-footer {
    text-align:left;
    float: left;
    margin-right: 2%;
    width: 48%;
}
 
/* Three Footer Widget Areas */
.footer-w-area .three .widget-area-footer {
    text-align:left;
    float: left;
    margin-right: 2.5%;
    width: 31.66%;
}
 
/* Four Footer Widget Areas */
.footer-w-area .four .widget-area-footer {
    text-align:left;
    float: left;
    margin-right: 3%;
    width: 22.5%;
}
 
.footer-w-area .two .widget-area-footer + .widget-area-footer,
.footer-w-area .three .widget-area-footer + .widget-area-footer + .widget-area-footer,
.footer-w-area .four .widget-area-footer + .widget-area-footer + .widget-area-footer + .widget-area-footer {
    margin-right: 0;
}

.widget-area-footer h3.widget-title{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
color:#0A3D56;
}

.widget-area-footer .textwidget {
	background:none;
	border:none !important;
}

*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#copyright{
background: #433822;
clear:both;
padding:10px 0;
text-align:center;
color:#fff;
font-size:12px;
display: block;
min-height:20px;
}

address {
	float:left;
	padding-left: 15px;
}

.footermenu {
	float:right;
	padding-right:20px;
}

ul.footermenu li {
	float:right;
}

ul.footermenu li a {
	color: #FFF;
}

ul.footermenu li a:hover {
	color: #FF9900;
}

/* page navigation
*****************************************************/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}

/* ショートコード
*****************************************************/

.arrow li, .greencheck li, .bluecheck li, .cross li, .pin li, .plus li, .heart li, .stargold li, .starsilver li {
	padding-left:25px;
	margin-bottom: 5px;
	list-style-type: none;
}

.arrow li {
	background: url(images/shortcodes/arrowright.png) left center no-repeat;
}

.greencheck li {
	background: url(images/shortcodes/check.png) left center no-repeat;
}

.bluecheck li {
	background: url(images/shortcodes/check_blue.png) left center no-repeat;
}

.cross li {
	background: url(images/shortcodes/cross.png) left center no-repeat;
}

.pin li {
	background: url(images/shortcodes/pin.png) left center no-repeat;
}

.plus li {
	background: url(images/shortcodes/plus.png) left center no-repeat;
}

.heart li {
	background: url(images/shortcodes/heart.png) left center no-repeat;
}

.stargold li {
	background: url(images/shortcodes/stargold.png) left 4px no-repeat;
}

section.widget ul.stargold li {
	background: url(images/shortcodes/stargold.png) left center no-repeat;
}

.starsilver li {
	background: url(images/shortcodes/starsilver.png) left center no-repeat;
}

/* メインメニュー　PC用
*****************************************************/
@media only screen and (min-width: 960px){

	nav#mainNav{
		margin:20px auto 0;
		position:relative;
		z-index:200;
		display:table;
	}
	

	nav#mainNav ul li{
	float:right;
	clear:right;
	position:relative;
	}

	nav#mainNav ul li a{
	display: block;
	height:35px;
	}

	nav#mainNav ul li a:hover{
		text-decoration:none;
	}

	nav#mainNav ul li a strong:after{
		content:" >";
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
		font-weight:normal;
		display:block;
	}
	
	nav#mainNav ul li a span{
		font-size:70%;
		color:#1a6085;
		font-weight:normal;
	}

	nav#mainNav ul ul{
		width:249px;
		position: relative;
	}
  
	nav#mainNav ul li ul, nav#mainNav ul li ul.sub-menu li ul.sub-menu {
		display: none;
	}

  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:5px;
  left:95%;
  z-index:9000;
  }

nav#mainNav ul li ul.sub-menu li.menu-item-has-children {
	position:relative;
}

  nav#mainNav ul li ul.sub-menu li:hover ul{
  border-top: none !important;
  display: block;
  position: absolute;
  top:0;
  left:249px;
  z-index:9200;
  }

  nav#mainNav ul li li{
  margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:249px;
  background:#433822;
  }

  nav#mainNav ul li li:first-child{ border-left:none;}

  nav#mainNav ul li li{border-right:none;border-bottom: 1px solid #fff;}

	
  nav#mainNav ul li li a{
  height:40px;
  padding:0 0 0 10px;
  line-height:40px;
  font-size:95%;
  text-align:left;
	color:#fff;
  }
	
	nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li.current-menu-parent li a{padding:0 0 0 10px;}
	
	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{padding:0 0 0 10px;border-top:1px solid #DDD;color:#1ba1e2;}

	/* nav#mainNav.sticky {
		display: table;
		margin: 20px 0 0 4%;
		position: fixed;  
		left: 0;  
        top: 0;  
        border-top: 0;
    } 

	nav#mainNav.sticky ul {
		width:100%;
    } 

		nav#mainNav.sticky ul li:hover ul{
		left:60%;
	}

	body.ie nav#mainNav.sticky ul {
		width:100%;
	}

	body.ie nav#mainNav.sticky ul li.menu-item-has-children ul.sub-menu{
	margin-left:20%;
	}*/

}

/* between 960px and 1024px
------------------------------------------------------------*/
/*
@media only screen and (min-width: 960px) and (max-width: 1024px){

	#mainImg img{width:98%;height:auto;}
	.wrapper, .inner {width:960px;}
	p.banner img { height: auto; width: 100%;}
	
	.post-content h1 {
		font-size: 120%;
	}
}*/

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

	.wrapper, .inner{width:100%;}

	.wrapper { margin-left:0; padding:0;}

	#header{width:96%;padding:0 2%;}
	
	#content section {padding:0;}
	
	.contact{padding:10px 0 10px;}

	nav#mainNav.sticky {
		position: rerative;
		margin:0 auto;
    } 

 	#mainImg {
		margin-bottom:20px;
	}
	
	h2.title span,section.widget h3 span,.newsTitle h3 span{background-position: 0 50%;}

	#mainImg img{width:95%;height:auto;}

	#content, #sidebar{clear:both;width:95%;float:none;margin:0 auto;padding:10px 0;	}
	
	 #post-title h1.title { width:93%;}

	.widget-area-footer { width:95% !important; clear:both !important; float:none !important;}

	#post-title h1.title, .widget-area-footer { margin:0 auto !important;}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:100%;height:auto;}
	section.widget_search{text-align:center;}
	#calendar_wrap table{width:260px;}
	
	#footer li{margin-bottom:10px;}
	
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (min-width: 645px){
	.mobile-only{display:none;}
}

@media only screen and (max-width: 644px){
	ul.news-list li.clear a.mobile-break {display:block;width:100%;}
	.top-bar .widget_bogo_language_switcher {float: none !important;}
	.logo a img {	max-width: 100%;}
	#header{text-align:center;background-image:none;}
	#header h2,.contact{float:none;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	.one_half, .one_third, .two_third, .one_fourth, .three_fourth {width:100%;float: none;margin-right:0;position: relative;}
	.footermenu {display:none;}
	iframe.tube { max-width:100% !important;position:relative;}
	body.page #post-title h1.title::first-letter, body.archive #post-title h1.title::first-letter, body.single #post-title h1.title::first-letter {font-size: 1em;}
	.pc-only {display:none;}
}

/* プリンタ用
------------------------------------------------------------*/
@media print {
	#tagline.top-bar, header, aside#sidebar, #mainImg, #footer,#rev_slider_2_1_wrapper, #rev_slider_2_2_wrapper, #mainNav,img.wp-image-262, #rev_slider_1_1_wrapper {display:none;	}
	.wrapper {margin-left:0 !important;}
	#post-title, #content {width:640px;}
}

/* Unique elements
------------------------------------------------------------*/

/* line */

.line {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.left-line {
  background: none repeat scroll 0 0 #2BA9E6;
  float: left;
  height: 2px;
  width: 20%;
}

.right-line {
  background: none repeat scroll 0 0 #DDD;
  float: left;
  height: 1px;
  margin-top: 1px;
  width: 80%;
}

/* Customization for the site.
------------------------------------------------------------*/

body.page-template-page-meibo-php #content {
	width:100%;
}

.top-bar .widget_bogo_language_switcher {
	float:right;
	padding-right:20px;
}

.top-bar .widget ul li {
	float:left;
	margin-left:15px;
}

.widget_bogo_language_switcher h3 {
	display:none;
}

#text-3 .textwidget,#text-4 .textwidget {
	background:#433822;
	color:#fff;
}

#text-5.widget.widget_text .textwidget ul.news-list {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#text-5.widget.widget_text .textwidget ul.news-list li {
	min-height:0;
}

#text-6.widget.widget_text .textwidget, #text-10.widget.widget_text .textwidget,#text-11.widget.widget_text .textwidget, #text-12.widget.widget_text .textwidget {
	background:none;
	border:none;
	padding:0;
}

#sidebar dl {
	font-size:14px;
}

/* dl */

dl.detail-full {
    border-bottom:1px solid #77633d;
    border-left:1px solid #77633d;
    border-right:1px solid #77633d;
    background-color:rgba(255,255,255,0.4);
}
dl.detail-full dt {
    float:left;
    clear: left;
    width:20%;
	color:#5D4E30;
    border-top:1px solid #77633d;
    padding:5px;
	text-align:center;
}
dl.detail-full dd {
    border-top:1px solid #77633d;
	border-left:1px solid #77633d;
    margin-left:20%; 
    padding:5px;
}

dl.office {
	width:100%;
}

dl.office dt {
  clear: both;
  float: left;
  font-weight: normal;
  padding: 2px 10px 4px 0;
  text-align: right;
  width: 18%;
}

dl.office dd {
  margin-left: 21%;
  padding: 2px 0 4px 10px;
}

dd.jusyo {
	line-height:1.4;
}

ul.news-list li {
	min-height:105px;
}

ul.news-list p {
	font-size:14px;
}

/* social */

.socialarea ul{
	background-color: background-color:rgba(255,255,255,0.4);
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	border-radius: 4px;
	height: 70px;
	list-style-type: none !important;
	padding: 10px 0 2px 10px !important;
	margin: 20px 0 10px;
}

.socialarea ul li {
	float: left;
}

.socialarea ul li.tw {
	margin-right: 15px;
}

.socialarea ul li.fb {
	padding-right: 15px;
}

.socialarea ul li.hatena {
	margin-left:16px;
}

/*navi*/

/* This is the clickable label */

input#slide-checkbox {display:none;}

/*.slide-toggle {
	float: right;
	cursor: pointer;
	position: relative;
	z-index: 1;
	display: none;
	margin: 25px 10px 0 0;
}*/

.slide-toggle {
  cursor: pointer;
  width: 100%;
  z-index: 1;
}

/* Kill the nasty outlines everywhere */
.slide-toggle,
.slide-toggle:active,
.slide-toggle:focus {
	border: none !important;
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*
 * I set the width pretty high because I wanted to test on an Ipad in portrait mode,
 * depending on your website you can probably make this narrower
 */
@media handheld, only screen and (max-width: 959px) {

/* The :after pseudo element has an icon that covers the checkbox */
/*.slide-toggle:after {
	content: "\002261";
	color: #f9f9f9;
	background: #333;
	display: block;
	height: 30px;
	width: 38px;
	border-radius: 3px;
	font: 24px/30px 'responav';
	text-align: center;
	margin-left: -19px;
}*/

.slide-toggle::after {
  background: #333 none repeat scroll 0 0;
  color: #f9f9f9;
  content: "メニュー";
  display: block;
  height: 30px;
  text-align: center;
}

/* This is the checkbox */
.slide-checkbox {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* When it's checked replace the menu icon with a close icon */
/*.slide-checkbox:checked ~ .slide-toggle:after {
	content: '\002715';
}*/

.slide-checkbox:checked ~ .slide-toggle::after {
  content: "閉じる";
}

#mainNav li a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	background: #333;
	color: #f9f9f9;
}

	/* Only show the menu link on smaller screens */
	.slide-toggle {
		display: block;
	}

	/*
	 * The transition value determines the speed
	 * at which the content will slide over
	 */
	.slide {
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
	}

	/*
	 * Enable hardware acceleration and stop flickering
	 * More details: http://indiegamr.com/ios6-html-hardware-acceleration-changes-and-how-to-fix-them/
	 * Add more browser prefixes as required for your environment
	 */
	.slide,
	#mainNav {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-perspective: 1000;
		-moz-perspective: 1000;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
	}

	/*
	 * When the checkbox is checked slide the content
	 * over and the checkbox with it
	 */
	.slide-checkbox:checked ~ .slide {
		-webkit-transform: translateX(70%) scale(1);
		-moz-transform: translateX(70%) scale(1);
		-ms-transform: translateX(70%) scale(1);
		-o-transform: translateX(70%) scale(1);
		transform: translateX(70%) scale(1);

	}

	#mainNav {
		height: 100%;
		background: #333;
		border-radius: 0;

		/*
		 * The width determines how much of the page you want to
		 * remain visible once the menu slides over
		 */
		width: 70%;

		/*
		 * Must be absolutely positioned otherwise it won't sit
		 * side by side with the content but instead above it
		 * */
		position: absolute;
		left: 0;
		top: 0;

		/* Keeps the menu hidden off-canvas to the left */
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	#mainNav li {
		float: none;
	}

	#mainNav li a {
		border-top: 1px solid #222;
		border-bottom: 1px solid #444;
		padding: 12px 0 12px 15px;
		text-align: left;
	}

	#mainNav ul li ul.sub-menu li a {
		padding-left:25px;
	}

	#mainNav li:first-child a {
		border-top: none;
	}

	#mainNav li:last-child a {
		border-bottom: none;
	}

	#mainNav ul li a strong {
		font-weight:normal;
	}

}

/* Tables
------------------------------------------------------------*/

ul.gyomu-list p img {
  vertical-align: middle;
}

#list_nav ul li:after {
	content:"/"
}

table.meibo { width:100%;}

table.meibo td {
	background:none;
}

#member_list ul li {
  float: left;
  margin: 5px 5px 5px 0;
}

#member_list ul li p {
	padding-bottom:0;
}

#member_list ul li p span{
	vertical-align:top;
	font-size:14px;
}


.gmaps {
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
}
.gmaps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/* template02 */
.form__wrap {
  width: 100%;
  max-width: 900px;/*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template02 {
  color: #666;
  font-size: 16px;
}
.wpcf7 .template02 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template02 a:hover {
  opacity: .5;
  transition: opacity .25s;
}
.wpcf7 .template02 div.form__row {
  display: flex;
  margin: 0;
  padding: 0;
  border-top: 1px solid #efe8e5;
}
.wpcf7 .template02 div.form__row.row-submit {
  display: block;
  border-top: 0;
  margin-top: 1em;
  text-align: center;
}
.wpcf7 .template02 p.form__label,
.wpcf7 .template02 p.form__body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label {
  width: 42%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 p.form__body {
  width: 64%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 div.form__row.row-privacy .form__body,
.wpcf7 .template02 div.form__row.row-submit .form__body {
  width: 100%;
}
.wpcf7 .template02 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 44px; 
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label label::after {
  content: "任意";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  margin: 0;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #929292;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label.is-required label {
  position: relative;
}
.wpcf7 .template02 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #6c5c2f;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
/* テキストフィールド */
.wpcf7 .template02 input[type=text],
.wpcf7 .template02 input[type=tel],
.wpcf7 .template02 input[type=email],
.wpcf7 .template02 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
/* チェックボックス */
.wpcf7 .template02 input[type=checkbox] {
  display: none;
}
.wpcf7 .template02 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .template02 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span {
  color: #6c5d2f;
  transition: all .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::before {
  opacity: 1;
  border: 1px solid #6c5d2f;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #6c5d2f;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template02 input[type=radio] {
  display: none;
}
.wpcf7 .template02 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #c4bbb8;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio]:checked + span {
  color: #6c5d2f;
}
.wpcf7 .template02 input[type=radio]:checked + span::before {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .template02 input[type=radio]:checked + span::after {
  opacity: 1;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #6c5d2f;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template02 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: .5em 3.5em .5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, #d4cbb2, #d4cbb2);
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 select::-ms-expand {
  display: none;
}
.wpcf7 .template02 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: .8em;
  margin-top: -3px;
  border-bottom: 1px solid #6c5d2f;
  border-right: 1px solid #6c5d2f;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template02 select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .template02 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #6c5d2f;
  border-right: 1px solid #6c5d2f;
}
/* 送信ボタン */
.wpcf7 .template02 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template02 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #6c5d2f solid;
  border-radius: 8px;
  background-color: #6c5d2f;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #f8f8f8!important;
  color: #929292!important;
}
.wpcf7 .template02 input[type="submit"]:hover {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #fff;
  color: #6c5d2f;
  transition: all .25s;
}
.wpcf7 .template02 input[type="submit"]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
@media only screen and (max-width: 768px) {
  .wpcf7 .template02 div.form__row {
    display: block;
  }
  .wpcf7 .template02 p.form__label {
    width: 100%;
    padding: 1.5em 1em 0;
  }
  .wpcf7 .template02 p.form__body {
    width: 100%;
    padding: 1em 1em 1.5em;
  }
}