@charset "utf-8";
/*
Theme Name: Sobadays
Theme URI: http://www.sobaalldays.pro/
Description: s71
Version: 1.0
Author: K-net
Author URI: http://www.tsubame-k.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* =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;}

body{
font: 16px/1.9 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
-webkit-text-size-adjust: none;
background: url(images/sitebg.jpg);
}
.grecaptcha-badge{visibility: hidden;}

.brc{clear:both;}
.ctr{text-align:center; margin:0 auto;}
.none{display:none;}
.mtop50{margin-top:50px;}
.mtop30{margin-top:30px;}
.mtop15{margin-top:15px;}
.mbtm30{margin-bottom:30px;}
.mbtm15{margin-bottom:15px;}

.w100{width:100%;}
.w90{width:90%;}
.w80{width:80%;}
.w70{width:70%;}
.w60{width:60%;}
.w50{width:50%;}
.w40{width:40%;}
.w30{width:30%;}
.w25{width:25%;}
.w20{width:20%;}
.w10{width:10%;}
.wre50{width:50%;}

.flo_left {float: left;}
.pc_none{display:none;}

hr {
  background-color: none;
  border-top: 2px dotted #D2CAC4;
	border-bottom:0!important;
}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#A32F3B;
}

a:hover, a:active{
outline: none;
color:#6f6f6f;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.buttons {
    background: none repeat scroll 0 0 #D55353;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-bottom: 20px;
    padding: 6px 12px;
    text-decoration: none;
font-size:110%;
}

.buttons:hover{color:#ffcccc;}

.menu_fx{display:flex;justify-content:space-around;}
.menu_bx01{max-width: 500px;margin: 0 auto;}

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


/* フォーム
------------------------------------------------------------*/
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: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',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: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}

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


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:1100px;
}

#header{
overflow:hidden;
background: url(images/headerbg.png) repeat-x top;
}

#content{
float:left;
width:847px;
padding:22px 0 50px;
}

#content2{
float:none;
width:1100px;
padding:22px 0 50px;
}

#sidebar{
float:right;
width:233px;
padding:22px 0 50px;
}

#footer{
clear:both;
} 


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

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:80%;
font-weight:normal;
text-align:center;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:none;
text-align:center;
padding:0 5px 10px;
color: #515151;
font-size:160%;
font-weight:bold;
}


#header h2 img{
margin:0 auto;
max-height:80px;
width:auto;
}

/* コンタクト
----------------------------------*/
.contact{
display:none;
float:right;
padding:10px 0 0;
text-align:right;
color:#000;
font-size:90%;
}

.contact .tel{
margin-bottom:-3px;
font-size:180%;
font-family:Arial, Helvetica, sans-serif;
}


/* トップページ　メイン画像
----------------------------------*/
.slideimg{
clear:both;
z-index:0;
position:relative;
margin:-78px auto 0;
text-align:center;
}

#mainImg{
clear:both;
margin-top:20px;
line-height:0;
text-align:center;
z-index:0;
}

.post{
margin:0 0 20px 0;
padding:20px;
border:1px solid #d5d5d5;
background: url(images/postbg.png);
}

.post a{word-break:break-all;}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}

.toppage{padding:10px 10px 20px 20px;}

#mainNav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*************************
パララックス
*************************/
div.parallax{
	height:300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
box-shadow:0px 0px 4px 1px #666 inset;
-moz-box-shadow:0px 0px 4px 1px #666 inset;
-webkit-box-shadow:0px 0px 4px 1px #666 inset;
    position: relative;
	}

div.parallax2{display:none;}

.pbox{
	max-width: 1100px;
        margin: 0 auto;	
	}
.pbox h2{
	line-height: 300px;
	font-size: 55px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}
.parallax_img_1{
	background:url(images/topbg_1.jpg);	
	}
.parallax_img_2{
	background:url(images/topbg_2.jpg);	
	}
.parallax_img_3{
	background:url(img/3.jpg);	
	}

.topbox_base{
width:100%;
box-sizing: border-box;
margin:0;
overflow:auto;
}

.box1_l_img{
width:50%;
max-height:450px;
box-sizing: border-box;
padding:0;
float:left;
margin:0;
background: url(images/topbox_1.jpg) no-repeat center;
}

.box1_r_txt{
width:50%;
min-height:450px;
height:auto;
box-sizing: border-box;
padding:6% 10% 8% 5%;
float:right;
margin:0;
color:#fff;
background:#AE4853;
font-size:110%;
}

.box2_r_img{
width:50%;
max-height:450px;
height:100%;
box-sizing: border-box;
padding:0;
float:right;
margin:0;
background: url(images/topbox_2.jpg) no-repeat center;
}

.box2_l_txt{
width:50%;
min-height:450px;
height:auto;
box-sizing: border-box;
padding:6% 5% 8% 10%;
float:left;
margin:0;
color:#fff;
background:#757545;
font-size:110%;
}

.box3_l_img{
width:50%;
max-height:450px;
height:100%;
box-sizing: border-box;
padding:0;
float:left;
margin:0;
background: url(images/topbox_3.jpg) no-repeat center;
}

.box3_r_txt{
width:50%;
min-height:450px;
height:auto;
box-sizing: border-box;
padding:6% 10% 8% 5%;
float:right;
margin:0;
color:#fff;
background:#9B6A56;
font-size:110%;
}

.box1_r_txt img{max-width:100%; height:auto;}
.box2_l_txt img{max-width:100%; height:auto;}
.box3_r_txt img{max-width:100%; height:auto;}

.\3box_tbl{
width:100%;
display:table;
box-sizing: border-box;
margin:0;
}

.\3box_cell{
margin:0;
width:50%;
height:auto;
box-sizing: border-box;
display:table-cell;
}

.\3box_cell img{max-width:100%; height:auto;}

.\01img{background: url(images/topbox_1.jpg) no-repeat center;}
.\01txt{
padding:6% 10% 8% 5%;
background:#AE4853;
color:#fff;
font-size:110%;}

.\02img{background: url(images/topbox_2.jpg) no-repeat center;}
.\02txt{
padding:6% 5% 8% 10%;
background:#757545;
color:#fff;
font-size:110%;}

.\03img{background: url(images/topbox_3.jpg) no-repeat center;}
.\03txt{
padding:6% 10% 8% 5%;
background:#9B6A56;
color:#fff;
font-size:110%;}

.half_tbl{
width:100%;
display:table;
box-sizing: border-box;
margin:0;
}

.half_cell{
margin:0;
width:50%;
height:auto;
box-sizing: border-box;
padding:5% 4%;
display:table-cell;
}

.hf_01{background:#AE4853; color:#fff;}
.hf_01img{background: url(images/half_1.jpg) no-repeat center;}

.hf_02{background:#757545; color:#fff;}
.hf_02img{background: url(images/half_2.jpg) no-repeat center;}

.hf_03{background:#444; color:#fff;}
.hf_03img{background: url(images/half_3.jpg) no-repeat center;}

.hf_04{background:#757545; color:#fff;}
.hf_04img{background: url(images/half_4.jpg) no-repeat center;}

.hf_05{background:#9B6A56; color:#fff;}
.hf_05img{background: url(images/half_5.jpg) no-repeat center;}

/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}

.topw100box{
width: 100%;
overflow: auto;
height: auto;
display: block;
}

.topwid{
width:23%;
margin-bottom:30px;
}
.topnews{
width:100%;
	max-width:400px;
box-sizing: border-box;
margin-bottom:30px;
}

.topmov{
width:100%;
box-sizing: border-box;
margin-bottom:30px;
max-width: 370px;
}
.topmov iframe{width: 100%;height: 300px;}
.topmov h3{
margin:0 0 10px;
padding:7px 10px 7px 30px;
font-size:110%;
color:#000;
background: url(images/nav_li1.png) no-repeat left 5px top 18px;
}

.topnews h3{
margin:0 0 10px;
padding:7px 10px 7px 30px;
font-size:110%;
color:#000;
background: url(images/nav_li1.png) no-repeat left 5px top 18px;
}
.tnbox{
width:100%;
box-sizing: border-box;
border:1px solid #ccc;
background:#fff;
padding:20px 3%;
font-size:110%;
line-height:1.9em;
}
.topw100box02 {width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;}

a.more-link {text-decoration: underline;}
a.more-link:hover {text-decoration: none;}

.newsimg{float:left; margin-right:20px;}
.mediatop{display: block; clear: both; margin-bottom: 10px;}
.mediatop .timebox{margin-bottom: 15px;}
.mediaimg{clear:both; float:left; margin-right:20px; margin-top: 15px;}
.mediatitle{font-size:140%; vertical-align: middle; line-height: 1.2em; font-weight: bold;}
.mediatxt{padding-top: 15px;}

.post article{
clear:both;
border-bottom:1px dashed #ccc;
margin:15px auto;
overflow:auto;
min-height:150px;
}

.topnewslist{
width:100%;
box-sizing: border-box;
font-size: 90%;
}

.topnewslist time{
font-size:90%;
}

.topli{
width:25%!important;
min-height:280px;
box-sizing: border-box;
padding:5px;
float:left;
}

.topli img{
width:100%;
margin-bottom:8px;
}

.timebox{
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
background:#A32F3B;
float:left;
margin-right:10px;
color:#fff;
text-align:center;
padding:3px 5px;
line-height:1.1em;
font-family:'Century Gothic' , sans-serif;
}

.timebox_s{
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
background:#A32F3B;
float:right;
margin-left:10px;
color:#fff;
text-align:center;
padding:3px 5px;
line-height:1.1em;
font-family:'Century Gothic' , sans-serif;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 固定ページ系
*****************************************************/
.menubox{
width:33%;
float:left;
min-height:330px;
height:auto;
box-sizing: border-box;
overflow:auto;
padding:10px;
text-align:center;
line-height:22px;
}

.menubox img{
width:100%;
height:auto;
margin-bottom:10px;
border:4px solid #fff;
box-sizing: border-box;
box-shadow:0px 0px 2px 1px #d8d8d8;
-moz-box-shadow:0px 0px 2px 1px #d8d8d8;
-webkit-box-shadow:0px 0px 2px 1px #d8d8d8;
}

.menubox2{
width:50%;
float:left;
min-height:330px;
height:auto;
box-sizing: border-box;
overflow:auto;
padding:10px;
text-align:center;
line-height:22px;
}

.menubox2 img{
width:100%;
height:auto;
margin-bottom:10px;
border:4px solid #fff;
box-sizing: border-box;
box-shadow:0px 0px 2px 1px #d8d8d8;
-moz-box-shadow:0px 0px 2px 1px #d8d8d8;
-webkit-box-shadow:0px 0px 2px 1px #d8d8d8;
}

.menutbl td{color:#B74A55; text-align:right; font-weight:bold;}
td.nodeco{color:#333; font-weight:normal; text-align:left;}
img.nobd{
border:0; 
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;}

.linebox{
border:1px solid #D2CAC4;
width:90%;
padding:15px;
box-sizing: border-box;
margin:20px auto!important;
background: #E8E4E1;
}

.slideimg2{
clear:both;
text-align:center;
}

.gaiyo_box{
width:100%;
box-sizing: border-box;
overflow:auto;
}
.gaiyo_box:after{clear:both;}

.gaiyo_box img{
float:right;
width:40%;
margin-left:2%;
margin-top:40px;
}

.gaiyo_box table{
float:left;
width:58%;
}

.gaiyo_box table th{
text-align:center;
width:35%;
}

span.tax_sml {
    font-size: 14px;
}
.h_min1 {
    min-height: 270px;
}

/* contact  form 7
------------------------------------------------------------*/
.wpcf7-form input{width: 90% !important;}  /*名前orメールor題名*/
.wpcf7-form textarea{width: 90% !important;} /*本文*/
.wpcf7-form .wpcf7-submit{width: 90px !important;} /*送信ボタン*/

#cp{margin:0 auto 10px;width:310px;}

/* トップへ戻るボタン
------------------------------------------------------------*/
.page_top {
position:fixed;
bottom:20px;
right:20px;
width: 30px;
height: 30px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color:#fff;
font-size:20px;
text-decoration:none;
background:#A32F3B;
border: 2px solid #ffffff;
text-align: center;
line-height: 30px;
}

/* タイポグラフィ
*****************************************************/
h2.title{
text-align:center;
clear:both;
margin:20px auto;
font-size:200%;
color:#000;
}

h2.title:before{
content: "　";
background: url(images/h2bg_bf.png) no-repeat left;
width:30px;
height:32px;
margin-right:15px;
}

h2.title:after{
content: "　";
background: url(images/h2bg_af.png) no-repeat right;
width:30px;
height:32px;
margin-left:15px;
}

.dateLabel{
font-size:90%;
font-weight:bold;
text-align:right;
color:#858585;
}

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

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

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

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

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
text-align:center;
clear:both;
margin:20px auto;
font-size:200%;
color:#000;
}

.post h2:before{
content: "　";
background: url(images/h2bg_bf.png) no-repeat left;
width:30px;
height:32px;
margin-right:15px;
}

.post h2:after{
content: "　";
background: url(images/h2bg_af.png) no-repeat right;
width:30px;
height:32px;
margin-left:15px;
}

.post h3{
text-align:center;
clear:both;
margin:20px auto 0px;
font-size:160%;
color:#000;
}

.post h3:before{
content: "　";
background: url(images/h2bg_bf.png) no-repeat left;
width:30px;
height:30px;
margin-right:15px;
}

.post h3:after{
content: "　";
background: url(images/h2bg_af.png) no-repeat right;
width:30px;
height:30px;
margin-left:15px;
}

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

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

.post table tr{
border: #ccc solid;
border-width: 1px 0 0;
}

.post table th{
padding:10px;
background:#efede7;
}

.post table td{
padding:10px;
background:#fff;
}

.post dt{font-weight:bold;}

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

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

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

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

img.alignleft{margin-right:15px;}
img.alignright{margin-left:15px;}

.alignright{float:right; margin-left:15px;}
.alignleft{float:left; margin-right:15px;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}


/* AddQuicktag用文字装飾 */
.f_b{
font-weight:bold;
font-size:110%;
}

.f_bb{
font-weight:bold;
font-size:140%;
}

.f_bbb{
font-weight:bold;
font-size:160%;
}

.f_br{
font-weight:bold;
color:#cc0000;
}

.f_mbr{
font-weight:bold;
color:#B74A55;
}

.f_r{
color:#cc0000;
}

.f_sr{
font-size:90%;
color:#cc0000;
}

.f_s{
font-size:90%;
color:#444;
}

.f_bl{
font-weight:bold;
color:#0066cc;
}

.f_l{
color:#0066cc;
}

.f_bg{
font-weight:bold;
color:#339933;
}

.f_g{
color:#339933;
}

.f_mk{
background: linear-gradient(transparent 60%, #D39298 60%);
}

.f_box{position: relative;font-weight:bold;background:#AE4853;padding:7px 10px 5px;color:#fff;margin:10px 0 10px;border-radius:5px;display:inline-block;}
.f_box:before{
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
 	margin-left: -10px;
	border: 7px solid transparent;
	border-bottom: 7px solid #AE4853;
}


/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 10px 10px 17px;
border:1px solid #d5d5d5;
background: url(images/postbg.png);
}

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

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

p.banner img{
max-width:233px;
height:auto;
}

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

section.widget h3{
clear:both;
margin:0;
padding:7px 10px 7px 30px;
font-size:110%;
color:#000;
background: url(images/nav_li1.png) no-repeat left 5px top 18px;
}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(images/arrow.gif) no-repeat 0 18px;
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{font-weight:bold;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 30px;
font-size:110%;
color:#000;
background: url(images/nav_li1.png) no-repeat left 5px top 15px;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrowWhite.gif) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #dcdcdc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#6f6f6f;}



/* フッター
*****************************************************/
#footer{
background: url(images/footerbg.jpg) ;
}

#footer ul{
padding:15px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding: 5px 16px;
border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

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

#footer li a{
text-decoration:none;
color:#fff;
}

#footer li a:hover{color:#bbb;}

#footer ul ul{display:none;}

#copyright{
clear:both;
padding:10px 0;
text-align:center;
color:#fff;
font-size:10px;
}

/*Pagenation*/
.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #A32F3B;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #a9a9a9;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #b22222;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/* 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;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post{
padding:0;
}

ul.post li{
margin:0 10px;
padding:20px 0 15px;
border-bottom:1px dashed #dcdcdc;
}

ul.post li:last-child{border:0;}

ul.post img{
float:left;
margin:0 15px 5px 10px;
}

ul.post h3{
margin:0 0 10px 10px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
  nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	width:100%;
	background: url(images/navbg.png) no-repeat top center;
	min-height:78px;
	box-sizing: border-box;
	padding:0 auto;
	}

	div.panel{
	margin:15px auto 0;
	padding:0 auto 0;
	text-align:center;
	width:1100px!important;
	}

	nav#mainNav .inner{
	padding:0 auto;
	text-align:center;
	padding-left:1px;
	}

	nav#mainNav ul li{
	display: inline-block;
	position: relative;
	}
	
	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#000;
	font-size:110%;
	height:35px;
	line-height:45px;
	margin-right:1px;
	padding:10px 30px 0;
	}
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:90%;
	line-height:1.4;
	}
	
	nav#mainNav ul li a span{
	font-size:70%;
	color:#888;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
  color:#A32F3B;
  }

nav#mainNav ul li#menu-item-23 a:hover, nav#mainNav ul li#menu-item-23.current-menu-item a{background: url(images/nav_li1.png) no-repeat left 5px top 15px;}
nav#mainNav ul li#menu-item-24 a:hover, nav#mainNav ul li#menu-item-24.current-menu-item a{background: url(images/nav_li2.png) no-repeat left 5px top 15px;}
nav#mainNav ul li#menu-item-28 a:hover, nav#mainNav ul li#menu-item-28.current-menu-item a{background: url(images/nav_li1.png) no-repeat left 5px top 15px;}
nav#mainNav ul li#menu-item-1354 a:hover, nav#mainNav ul li#menu-item-1354.current-menu-item a{background: url(images/nav_li2.png) no-repeat left 5px top 15px;}
nav#mainNav ul li#menu-item-109 a:hover, nav#mainNav ul li#menu-item-109.current-menu-item a{background: url(images/nav_li1.png) no-repeat left 5px top 15px;}
nav#mainNav ul li#menu-item-26 a:hover, nav#mainNav ul li#menu-item-26.current-menu-item a{background: url(images/nav_li2.png) no-repeat left 5px top 15px;}
  
  nav#mainNav ul ul{
	width:160px;
	border:1px solid #e0e0e0;
	border-top:0;
	}
  
  nav#mainNav ul li ul{display: none;}
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:42px;
  left:-1px;
  z-index:500;
  }
	
  nav#mainNav ul li li{
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
	background:#fff;
	border-bottom:1px dotted #e0e0e0;
  }
	
	nav#mainNav ul li li:last-child{border:0;}
	
  nav#mainNav ul li li a{
  width:100%;
  height:40px;
	padding:0 0 0 10px;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
	
	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{color:#6f6f6f}

}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:950px;
	margin:0 auto 10px;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
	color:#fff;
  background:#000 url(images/menuOpen.png) no-repeat 5px 8px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	background:#000 url(images/menuOpen.png) no-repeat 5px -34px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li:first-child{border-top:1px solid #d5d5d5;}
	nav#mainNav ul li li:first-child{border-top:0;}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	background: url(images/postbg.png);
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #ccc;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#f6f6f6;
	}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fff url(images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#f6f6f6 url(images/sub1.png) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#fff url(images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#f6f6f6 url(images/subLast.png) no-repeat 20px -65px;}
	#wrapper{width:98%; box-sizing: border-box;}
	.inner{width:98%; box-sizing: border-box;}
	nav div.panel{float:none;}
	#mainImg{margin-bottom:20px;}
	.slideimg{margin-top:0;}
	#content{clear:both; width:755px; }
	#content2{clear:both; width:100%; float:none;margin:0; padding:10px 0;}
	div.parallax{
	height:300px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
	}
	.pbox{
	max-width:100%;
        margin: 0 auto;	
	}
	.topnews iframe {width:100%;}
	.topw100box02{flex-wrap:wrap;max-width:840px;}
	.topmov{max-width:840px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

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

  nav#mainNav{width:95%;}

	nav#mainNav ul{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{clear:both;width:95%;float:none;margin:0 auto;padding:10px 0;}
	#content2{clear:both;width:95%;float:none;margin:0 auto;padding:10px 0;	}
	.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;}
	.linebox{width:100%; margin-top:0;}
	.newsimg{float:none; margin:auto; text-align:center; }
	
}

/* 680px以下から 微調整
------------------------------------------------------------*/
@media only screen and (max-width: 680px){
	.topbox_base{overflow:visible;}
	.box1_l_img{width:100%; height:auto; max-height:200px; float:none; clear:both;}
	.box1_r_txt{width:100%; height:auto; float:none; clear:both; overflow:auto;}
	.box2_r_img{width:100%; height:auto; max-height:200px; float:none; clear:both;}
	.box2_l_txt{width:100%; height:auto; float:none; clear:both; overflow:auto;}
	.box3_l_img{width:100%; height:auto; max-height:200px; float:none; clear:both;}
	.box3_r_txt{width:100%; height:auto; float:none; clear:both; overflow:auto;}
	.menubox{
	width:50%;
	}
	div.parallax{display:none;}
	div.parallax2{display:block;
	height:300px;
	background-position: center center;
	background-repeat: no-repeat;
-moz-background-size:auto 100%;
background-size:auto 100%; 
box-shadow:0px 0px 4px 1px #666 inset;
-moz-box-shadow:0px 0px 4px 1px #666 inset;
-webkit-box-shadow:0px 0px 4px 1px #666 inset;
    position: relative;}
	.topwid{width:100%;
	float:none;
	margin-bottom:10px;
	}
	.topnews{width:100%;
	float:none;
	display:block;
	clear:both;
	margin:auto 0 30px;}
	.topmov{width:100%;
	float:none;
	margin-bottom:10px;
	}
	.topnewslist time{display:block;}
	.menu_fx{flex-direction:column;}
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	nav#mainNav{width:98%;}
	#header{text-align:center;background-image:none;}
	#header h1{display:none;}
	#header h2 img{float:none; max-width:100%; height:auto; margin-top:15px;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	h2.title{font-size:150%;}
	.post h2{font-size:150%;}
	.gaiyo_box img{
	float:none;
	width:100%;
	margin-left:0;
	margin-top:0;
	}
	div.alignleft table{
	display:block;
	float:none;
	width:100%;
	}
	.gaiyo_box table{
	width:100%;
	box-sizing: border-box;
	}
	.menubox{
	float:none;
	width:100%;
	height:auto;
	min-height:250px;
	}
	.menubox2{
	float:none;
	width:100%;
	height:auto;
	min-height:250px;
	}
	.pbox h2{font-size:30px;}
	.half_cell{
	display:block;
	clear:both;
	margin:0;
	width:100%;
	height:auto;
	}
	.hf_01img{min-height:200px;}
	.hf_02img{min-height:200px;}
	.hf_03img{min-height:200px;}
	.hf_04img{min-height:200px;}
	.hf_05img{min-height:200px;}

	.mediaimg{clear:both; float:none; margin-right:0; margin-top: 10px;}
	.mediatitle{clear: both; display: block; margin-top: 10px;}
	.mediatxt{padding-top: 0;}
	.pc_none{display:inline-block;}
	.topw100box02{flex-direction:column;}
	.wre50{width:100%;}
	
	.cl_text{font-size:14px;padding:10px;}
}


/* 幅360px以下から 微調節
------------------------------------------------------------*/
@media only screen and (max-width: 360px){
	#header .inner img{max-width:100%;}
	.page_top {
	bottom:55px;
	right:20px;
	}
}


/* 2024/11/22
年越し蕎麦予約
-----------------*/
 .yearEnd{		
	text-align: center;		
	div.orderYear{
		display: flex;
		justify-content: space-around;
		margin: auto;
		flex-wrap: wrap;
		align-items:center;
		align-content:center;
		a{
			display: block;
			img{
				max-width: 300px;
			}
			p{
				display: inline-block;
			}
		}
	}
	div:nth-of-type(2){
		margin: 2em auto;
		p{
			line-height: 3;
			text-align: center;
		}
	}
}
@media only screen and (max-width: 644px){
	.yearEnd{	
		div.orderYear{
			justify-content: unset;
			align-content: space-around;
			flex-direction: column;
			gap:.5em;
		}
	}
}