@charset "utf-8";
/*
Theme Name: ryuwado 202512
Theme URI: http://www.ryuwadou.co.jp
Description:ryuwa
Author: K-net
Author URI: http://www.tsubame-k.net/

*/

/*Webフォント*/
@font-face {
  font-family: 'hannari';
  src: url(font/hannari.eot) format('embedded-opentype');
  src: url(font/hannari.otf) format('opentype'); 
}

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

.html{
overflow-x: hidden;
}

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

.brc{clear:both;}
.ctr{margin:0 auto;display:block;text-align:center;}
.left{float:left;}

.hrbrc{clear:both;
margin:30px 0;}

.hrbrc2{clear:both;
margin:40px auto 0;}

.margt{
clear:both;
margin-top:15px;}

.margt3{
clear:both;
padding:30px 0;
margin-bottom:25px;}

.margt2{
clear:both;
margin-top:50px;
padding:0 0 20px;
}

.marg30{margin-top:30px;}

.mb{
clear:both;
margin:10px 0 30px;}

.margbm{
clear:both;
padding-bottom:40px;
margin:0 auto;
text-align:center;
}

.madbtc{margin:0 auto;text-align:center;display:block;}

.mrgnl{margin-left:10px;}
.mrgnr{margin-right:10px;}

.va{clear:both;}

.va img{padding-top:10px;}

.mt23{margin-top:23px;}
.mt20{margin-top:20px;}
.mt10{margin-top:10px;}
.mt_30{margin-top:-30px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mb60{margin-bottom:60px;}
.mb_15{margin-bottom:-15px;}
.mrt30{margin-right:30px;}
.mrt20{margin-right:20px;}
.mrt25{margin-right:25px;}

.w48{width:48%;}
.w49{width:49%;}
.w95{width:95%;}
.w100{width:100%;}

.lh15{line-height:1.5;}

/* キャプチャ
---------------------------------------- */
#cp{margin:0 auto;width:320px;}

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


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

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

/* フォーム
------------------------------------------------------------*/
input[type="text"],
input[type="email"], 
input[type="tel"], 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, #wrapper2, .inner{
margin:0 auto;
width:1080px;
}

#header{
overflow:hidden;
background:#fff;
z-index: 100;
}

.info{
float:left;
width:500px;
background:#fff;
margin:40px 0 30px 20px;
box-shadow: 1px 1px 5px rgba(25,25,25,0.2);
    -webkit-box-shadow: 1px 1px 5px rgba(25,25,25,0.2);  
    -moz-box-shadow: 1px 1px 5px rgba(25,25,25,0.2);  
box-sizing:border-box;
}

.info2{
width:100%;
background:#fff;
margin:50px 0 10px;
box-shadow: 1px 1px 5px rgba(25,25,25,0.2);
    -webkit-box-shadow: 1px 1px 5px rgba(25,25,25,0.2);  
    -moz-box-shadow: 1px 1px 5px rgba(25,25,25,0.2); 
box-sizing:border-box;
}

.i_title{background:#B54747;}

#sakura{
width:100%;
background-image:url(images/sakura.png);
background-repeat:repeat-y;
background-blend-mode:overlay;
overflow:hidden;
}

#content{
width:100%;
padding:10px 0 50px;
}

#content2{
width:100%;
padding:10px 0 50px;
}

#goods{
float:right;
width:790px;
padding:10px 0 50px;
}

.fb_box{
float:right;
width:500px;
margin:40px 20px 30px 0;
}

#sidebar{
float:left;
width:280px;
margin:30px 0 50px;
}

#foot_cnt{
clear:both;
background: url(images/foot_img.jpg);
overflow-x: hidden;
} 

#footer{
clear:both;
background:#fff url(images/back_img.jpg);
} 

.hdc{
background:#333 url(images/3s.jpg) repeat-x top center;
width:100%;
height:35px;}

.img_sp{display:none;}


/* フォント
------------------------------------------------------------*/
.f_bld{font-weight:bold;}
.f_bld2{font-weight:bold;
font-size:110%;}
.f_sml{font-size:90%;}
.f_110{font-size:110%;}
.f_120{font-size:120%;}
.fb_110{font-size:110%;font-weight:bold;}
.f_ex{font-size:80%;color:#777;}

.f_r{color:#990000;}

.fb_cr{
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
font-weight:bold;
font-size:120%;
line-height:1.4;
margin-bottom:10px;}

.f_md{
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
font-size:170%;
color:#B44444;
font-weight:bold;
line-height:1.3;
}

.f_mdb{
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
font-size:200%;
color:#B44444;
line-height:1.2;
}

.f_mdbg{
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
font-size:320%;
color:#B44444;
line-height:1.2;
text-align:center;
padding:30px 0 50px;
}

.f_mdbg2{
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
font-size:310%;
color:#B44444;
line-height:1.2;
text-align:center;
padding:30px 0;
}

h2.toptitle{
clear:both;
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
font-size:220%;
color:#B44444;
text-align:center;
line-height:1.3;
margin-top:10px;
}

.f_s50{font-size:50%;}
.f_s70{font-size:70%;}

.button {
	display: inline-block;
	width: 220px;
	height: 48px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	outline: none;
	background-color: #333;
	color: #fff;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover {
background-color: #B44444;
color:#fff;
}

.button2 {
	display: inline-block;
	width: 160px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	background-color: #333;
	color: #fff;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button2:hover {
background-color: #B44444;
color:#fff;
}

.button3 {
	display: inline-block;
	width: 170px;
	height: 48px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	outline: none;
	background-color: #333;
	color: #fff;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button3:hover {
background-color: #B44444;
color:#fff;
}

.button4 {
	display: inline-block;
	width: 250px;
	height: 48px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	outline: none;
	background-color: #333;
	color: #fff;
}
.button4::before,
.button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4,
.button4::before,
.button4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button4:hover {
background-color: #B44444;
color:#fff;
}

ul.tenpo{
width:790px;
margin-left:-15px;
padding-bottom:20px;
}

ul.tenpo li{
float:left;
width:160px;
margin-right:5px;
}

ul.tenpo:after{content:""; display:table;clear:both;}
ul.tenpo{zoom:1;}



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

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0 0;
float:right;
font-size:80%;
font-weight:normal;
display:none;
}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
float:left;
padding:7px 5px 0;
color: #515151;
font-size:160%;
font-weight:bold;
margin-bottom:-11px;
}

/* コンタクト
----------------------------------*/
.contact{
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;
}

ul.sub_menu{
margin-left:25px;
float:right;}

ul.sub_menu li{
display:inline;
margin-left:10px;
font-size:85%;
padding-right:10px;
}

ul.sub_menu li a{
padding-left:10px;
color:#fff;
background:url(images/arrow1.png) no-repeat 0 center;
}

ul.sub_menu li a:hover{background-position:3px 50%;}

ul.sub_menu2{
margin-top:10px;
float:right;}

ul.sub_menu2 li{
display:inline;
padding-right:3px;
}

ul.sub_menu2 li a{
padding-left:5px;
color:#000;
}


ul.sub_menu2 li a:hover{background-position:3px 50%;}

.contact{
float:right;
text-align:center;
color:#000;
font-size:90%;
margin-bottom:20px;
margin-top:-40px;
}

ul.tenpo_btn{
width:100%;
margin:0 auto 0;
padding-bottom:20px;
}

ul.tenpo_btn li{
float:left;
width:189px;
margin:15px 5px 0;
}

ul.tenpo_btn:after{content:""; display:table;clear:both;}
ul.tenpo_btn{zoom:1;}

.contact li{display: inline;}

/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
}

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

.post{
margin:0 0 10px;
padding:20px 30px;
line-height:2.1;
letter-spacing: 0.3px;
}

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

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

ul.top_banners{
width:920px;
margin:0 -40px 0 150px;
padding-bottom:20px;
}

ul.top_banners li{
float:left;
width:198px;
margin-right:15px;
}

ul.top_banners li 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;
}

ul.top_banners li a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
}

ul.top_banners:after{content:""; display:table;clear:both;}
ul.top_banners{zoom:1;}

ul.bn_hf{width:1022px;margin:10px auto!important;}
ul.bn_hf li{float:left;width:48%;margin-right:10px;}
ul.bn_hf li:last-child{margin-right:0;}

ul.bn_hf:after{content:""; display: table;clear:both;}
ul.bn_hf{zoom: 1;}

/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
}

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

.post .list p{padding:0;}

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


/* タイポグラフィ
*****************************************************/
h2.toptitle{
clear:both;
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
font-size:220%;
color:#B44444;
text-align:center;
line-height:1.3;
margin-top:30px;
}

h2.title{
clear:both;
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
margin:15px 20px 0px;
padding:1px 10px 7px 35px;
font-size:175%;
color:#B44444;
font-weight:bold;
background:url(images/ume_hana.png) no-repeat 0 center;
}

h2.title2{
clear:both;
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
margin:15px 20px 0px;
padding:8px 10px 10px 35px;
font-size:150%;
color:#fff;
font-weight:bold;
background:url(images/ume_hanashiro.png) no-repeat 0 center;
}

h2.title2 a{
color:#fff;
}

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

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

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

.post ul li{
margin-bottom:5px;
padding-left:15px;
}

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

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

h3.mds {
display: flex;
align-items: center;
font-family:'游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
font-size:140%;
color:#666;
margin:20px 0 20px;
}

h3.mds:before,
h3.mds:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

h3.mds:before {
    margin-right: 0.5em;
}

h3.mds:after {
    margin-left: 0.5em;
}

h3.double{
clear:both;
font-size:160%;
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
border-top:4px double #B44444;
border-bottom:4px double #B44444;
color:#B44444;
text-align:center;
padding:5px 0 10px;
margin:10px 0 20px;
font-weight:bold;
}

h3.arrow{
clear:both;
font-size:160%;
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
background:url(images/arrow2.png) no-repeat center bottom;
color:#B44444;
text-align:center;
padding:5px 0 20px;
margin:30px 0 20px;
font-weight:bold;
}

.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;}

table.t1{
border-collapse: collapse;
border-spacing: 0;
margin:10px 30px 60px 0;
float:left;
width:48%;
}

table.t1 th{
padding:10px;
width:28%;
border-bottom:1px dotted #ccc;
font-weight:bold;
}

table.t1 td{
padding:10px;
border-bottom:1px dotted #ccc;
}

table.t2{
width:100%;
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

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

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

table.t3{
width:100%;
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:30px 0 20px;
}

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

table.t3 td{
width:20%;
padding:8px 10px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
font-size:90%;
}

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

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

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

img.alignleft{margin:10px 25px 15px 5px;}

.alignright{float:right;}
.alignleft{float:left;}

.aligncenter {
text-align:center;
margin:5px auto;}

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

.alignleft_sp{float:left;}
img.alignleft_sp{
margin: 10px 10px 15px 15px;
display:inline;
}

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

.breadcrumbs{
padding:10px 0 0;
font-size:95%;
}

.breadcrumbs a{font-size:95%;}

.tptitle{
text-align:center;
padding:30px 0 30px;
}

.tptitle h2{font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
margin:0 0 5px;
padding-bottom:2px;
font-size:230%;
font-weight:normal;
color: #fff;}

.np{
padding:0 0 5px;
border-bottom:1px dotted #dcdcdc;
width:430px;
}

.np dt {
padding-top:10px;
float:left;
}

.np dd{
padding-top:10px;
margin-left:20px;
}

.np2{
padding:0 0 5px;
border-bottom:1px dotted #dcdcdc;
width:100%;
}

.np2 dt {
padding-top:10px;
float:left;
}

.np2 dd{
padding-top:10px;
margin-left:30px;
}


.postop{
padding:10px 35px 20px;
margin:0;
line-height:175%;
height:167px;
overflow: auto;
}

.article_title{padding-left:1em;}

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

.ngra{
background:url(images/yzrs.jpg) no-repeat center center;
}

/* サイドバー　ウィジェット
*****************************************************/
.widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 10px 10px 17px;
}

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

.widget{background: #fff;
box-shadow: 1px 1px 5px rgba(25,25,25,0.2);
    -webkit-box-shadow: 1px 1px 5px rgba(25,25,25,0.2);  
    -moz-box-shadow: 1px 1px 5px rgba(25,25,25,0.2); }

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

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

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

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

section.widget h3{
clear:both;
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
margin:0 0 -10px;
padding:7px 10px 7px 40px;
font-size:140%;
font-weight:bold;
color:#000;
background:#fff url(images/hisigata.png) no-repeat 7% 58%;
display : block;
overflow : hidden;
}

section.widget li{
display:block;
background:url(images/arrow.gif) no-repeat 0 15px;
padding:7px 0 7px 12px;
border-bottom:1px dotted #ccc;
}

section.widget li a:hover{
opacity: 0.6;
}

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 10px;
font-size:110%;
color:#000;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

.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 ul{
float: left;
margin:20px 0;
}

#footer ul.footer-menu{
width:175px;}

#footer ul.footer-menu2{
width:205px;}

#footer li{
display:block;
padding: 3px 25px;
color:#ffffff;
}
*:first-child+html #footer li{display:inline;}

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

#footer li a{
text-decoration:none;
color:#ffffff;
background:url(images/arrow3.gif) no-repeat left 6px;
}

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

#footer ul ul{display:none;}

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

.site{
color:#ffffff;
clear: both;
position: relative;
padding: 0 0 30px;
font-size: 80%;
}

.site, .site-column{
clear: both;
position: relative;
padding:10px 0;
}

.site h2{
float: left;
width: 210px;
margin-top: 10px;
}

.site dl{
float: left;
color:#666666;
margin: 20px 0;
padding: 0 25px 13px 5px;
border-right: 1px solid #DDD;
}

.ftitle{
background:url(images/hisigata.png) no-repeat left center;}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.foot_add{
margin:30px 0;}

.add_r{
float:right;
text-align:right;
font-size:90%;
color:#fff;}

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

/* トップページ 
------------------------------------------------------------*/
.top1{
margin:20px 0 50px;
text-align:center;
color:#fff;
}

.th_box{
margin:70px auto 80px;
text-align:center;
}

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

.a_center{
margin:0 center;
text-align:center;
height:400px;
padding-top:30px;}

ul#abbn2{
width:1080px;
margin-right:-10px;
padding-bottom:20px;
margin-left:60px;
}

ul#abbn2 li{
float:left;
width:300px;
margin-right:30px;
}

ul#abbn2:after{content:""; display: table;clear:both;}
ul#abbn2{zoom: 1;}

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

#tphead{
clear:both;
background:#fff url(images/back_img.jpg) center;
}

#tphead2{
clear:both;
background:#fff url(images/back_img.jpg) top center;
}

.scale_anime {
width: 100%;
height: auto;
overflow: hidden;
}

.scale_anime img {
width: 100%;
}

.scale_anime img:hover {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
-moz-transition: -moz-transform 0.3s;
-webkit-transition: -webkit-transform 0.3s;
-o-transition: -o-transform 0.3s;
-ms-transition: -ms-transform 0.3s;
transition: transform 0.3s;
}

.tpbgbn1{background-image: url(images/topgijyutu_img.png) ;}

.tpbgbn1{
background-image: url(images/topgijyutu_img.png);
height: 500px;
	margin-bottom: 40px;
	background-position:center bottom;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
text-align:center;
}

.tpbgbn1 img{margin:20px auto 0;text-align:center;}

.tpbgbn2{background-image: url(images/topningyo_img.png) ;}

.tpbgbn2{
	height: 500px;
	margin-bottom: 40px;
	background-position:center bottom;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
text-align:center;
}

.tpbgbn2 img{margin:20px auto 0;text-align:center;}

.tpbgtext img{
margin:30px 0 70px;
}

.tpbgtext_sp{display:none;}

.ryuwa_r img{
text-align:center;
padding-top:150px;}


/* 固定ページ　イメージ画像
----------------------------------*/
.hg_img{
background:url(images/first_img.png) no-repeat;
width:100%;
height:650px;
}

.sm_img{
background:url(images/th_img.png) no-repeat;
width:100%;
height:650px;
}

.rw_img{
background:url(images/company_img.png) no-repeat;
width:100%;
height:650px;
}

.nn_img{
background:url(images/ningyo_img.png) no-repeat;
width:100%;
height:650px;
}

.nn_img2{
background:url(images/kabuto_img.png) no-repeat;
width:100%;
height:650px;
}

.dg_img{
background:url(images/dougu_img.png) no-repeat;
width:100%;
height:650px;
}

.ts_img{
background:url(images/tishiki_img.png) no-repeat;
width:100%;
height:650px;
}

.ko_img{
background:url(images/koubou_img.png) no-repeat;
width:100%;
height:650px;}

.tp_img{
background:url(images/tenpo_img.png) no-repeat;
width:100%;
height:650px;
}

.vo_img{
background:url(images/voice_img.png) no-repeat;
width:100%;
height:650px;
}

.kd_img{
background:url(images/kodawari_img.png) no-repeat;
width:100%;
height:650px;
}

.kbt_img{
margin:25px 0 30px;}

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

.kb_tx{
text-align:left;
padding-top:190px;
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
font-size:240%;
color:#fff;
}

.kt_tx{
text-align:center;
margin:0 auto;
padding-top:240px;
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
font-size:240%;
}

.white{
color:#fff;
}

.ontext{
padding-top:10px;
position: absolute;
z-index:100;
}

.kt_tx2{
text-align:right;
padding-top:240px;
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
font-size:240%;
color:#fff;
}

/* 初めての方へ
----------------------------------*/
#in-boxbg{
clear:both;
width:100%;
height:500px;
padding-top:20px;
}

.first{
margin:0 25px 45px;
}

.first2{
margin-bottom:40px;
}

/* こだわり
----------------------------------*/
.kdwr{width:45%;
margin-left:15px;
background:url(images/kinsaikoubou.png) no-repeat left bottom;
height:640px;
}

.k_box{
padding-bottom:20px;}

/* 製造直販
----------------------------------*/
.ngr{margin:35px auto;}
.ngr2{margin:10px auto;}

.set{margin:40px auto;}

.staff{width:47%;}

.s_top{padding-top:40px;
}

.hnbi{margin:0 0 80px;
background:url(images/staff.png) no-repeat right center;
height:490px;}

#seisen{
background:url(images/seityokubk.png) no-repeat center bottom;
height:310px;
background-size: contain;
padding-top:20px;
margin-bottom:60px;}

#iri-boxbg{
clear:both;
width:100%;
height:500px;
padding-top:20px;
}

table.iri{
margin:10px 0 45px;
font-size:110%;
}

.irib{
float:left;
max-width:290px;
height:210px;
font-size:90%;
padding:15px;
margin:10px 7px 30px;
border:2px dotted #ccc;
}


/* お道具紹介
----------------------------------*/
.rs{
margin:30px 5px;
float:left;
text-align:center;}

.ts{
margin:5px 5px 30px;
float:right;
text-align:center;}

.odougu{
background:url(images/d_img00.png) no-repeat right top;
padding-top:25px;
height:534px;
margin-bottom:60px;
background-size:contain;}

.odg{width:51%;
margin-left:15px;}

.odg2{
margin-right:20px;
margin-top:30px;
}

.oetc{
margin-top:-20px;}

.usagi{
margin-bottom:40px;
}

.odogu_box{
background:url(images/sanjyosi.png) no-repeat right bottom;
height:960px;}

.makie{
background:url(images/seino.png) no-repeat right bottom;
height:700px;
margin-bottom:70px;}

.seino{
clear:both;
border:2px dotted #ccc;
padding:20px;
width:54%;
float:left;
background:#fff;
margin-top:40px;
}

/* 人形師紹介
----------------------------------*/
.name{
margin:10px 0;
}

.sb_n{
float:left;
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6','Noto Sans Japanese',メイリオ, Meiryo,"ＭＳ 明朝",serif;
font-size:150%;
margin:3px 0 0;
font-weight:bold;
color:#B44444;
padding:0 0 5px 35px;
background:url(images/ume_hana.png) no-repeat 0 center;
}

.nng_n{
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6','Noto Sans Japanese',メイリオ, Meiryo,"ＭＳ 明朝",serif;
font-size:160%;
margin:10px 0;
font-weight:bold;
color:#B44444;
}

#ningyoshi_left{
float:left;
}

#ningyoshi_right{
float:right;
}

.i_tx{
width:605px;
margin:4px 0 20px;}

ul#i_img{
width:620px;
margin-right:-10px;
padding-bottom:20px;
margin-left:-11px;
}

ul#i_img li{
float:left;
width:180px;
margin-right:10px;
}

.hr_tx{
margin-top:250px;
}

.hr_tx2{
color:#fff;
margin-top:250px;
}

#ike{
float:left;
width:47%;
border-right: 1px solid rgba(0, 0, 0, 0.1);
padding:10px;
}

#heian{
float:right;
width:47%;
padding:10px;
}

.s_tx{
margin:-20px 0 20px;}

.hns{
background:url(images/hinaningyoshi.jpg) no-repeat;
width:100%;
height:400px;}

/* 工房紹介
----------------------------------*/
#kb_boxbg{
clear:both;
width:100%;
height:500px;
padding-top:20px;
margin:40px 0 20px;
}

.kb_img{margin:0 0 0 10px;}
.kb_img2{clear:both;
margin:0 5px 0 10px;
float:right;}

.tokamiti{
background:url(images/konishi.png) no-repeat left bottom;
height:770px;
margin-bottom:70px;}

.konishi{
clear:both;
border:2px dotted #ccc;
padding:20px 20px 10px;
width:54%;
float:right;
background:#fff;
}

.saitama{
width:40%;
float:right;
}

/* お客様の声
--------------------------------------*/
.voice_balloon {
    position: relative;
    border: 1px solid #FDDDD8;
    margin: 10px 0 50px;
    padding: 15px;
    border-radius: 20px;
    max-width: 700px;
    float: right;
    background-color: rgba( 253, 221, 216, 0.4 );
}
.voice_balloon:after,
.voice_balloon:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.voice_balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: rgba( 253, 221, 216, 0.4 );
    border-width: 7px;
    margin-top: -7px;
}
.voice_balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: rgba( 253, 221, 216, 0.4 );
    border-width: 8px;
    margin-top: -8px;
}

/* ループスライダートップ写真
----------------------------------*/
.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    padding: 0;
    margin: 0;
    width: 476px;
    height: 300px;
}
.simply-scroll-list li img {
    display: block;
}

#loopSlide{margin-top:-52px;}


/* よくある質問
------------------------------------------------------------*/
table.faqbox{
border-collapse: separate;
border-spacing: 0;
width:49%;
margin-bottom: 30px;
background:#FDFCF9;
float:left;
margin-right:20px;
}

table.faqbox th{
padding:20px 20px 20px 65px;
width:100%;
font-weight:bold;
font-size:140%;
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
border-top:4px double #B44444;
border-bottom:4px double #B44444;
line-height:1.3;
background:url(images/q_btn.jpg)no-repeat 15px center;
}

table.faqbox td{
padding:20px;
}

table.faqbox2{
border-collapse: separate;
border-spacing: 0;
width:49%;
margin-bottom: 30px;
background:#FDFCF9;
float:left;
}

table.faqbox2 th{
padding:20px 20px 20px 65px;
width:100%;
font-weight:bold;
font-size:140%;
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
border-top:4px double #B44444;
border-bottom:4px double #B44444;
line-height:1.3;
background:url(images/q_btn.jpg)no-repeat 15px center;
}

table.faqbox2 td{
padding:20px;
}

table.faqbox3{
border-collapse: separate;
border-spacing: 0;
width:100%;
margin-bottom: 30px;
background:#FDFCF9;
float:left;
}

table.faqbox3 th{
padding:20px 20px 20px 65px;
width:100%;
font-weight:bold;
font-size:140%;
font-family:'hannari','游明朝','Yu Mincho','ヒラギノ明朝 Pro W6','HiraMinPro-W6',"ＭＳ 明朝",serif;
border-top:4px double #B44444;
border-bottom:4px double #B44444;
line-height:1.3;
background:url(images/q_btn.jpg) no-repeat 15px center;
}

table.faqbox3 td{
padding:20px;
}

.hinabox{
margin:0 auto;
}

.hina{
width:25%;
float:left;
margin-left:60px;}

.hina span{
font-size:120%;
font-weight:bold;
text-align:center;
}

.oterabox{
background:#fff;
border:1px dotted #ccc;
padding:20px;}

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


/* 商品一覧
------------------------------------------------------------*/
.ptth{
width:45%;
height:420px;
float:left;
box-sizing:border-box;
margin:0 15px 15px;
line-height:1.5;
}

.ptth img{margin:0 auto 15px;display:block;}

.ptth .button2 {margin:15px 0; float:right;}

table.siyou{border:none;}

table.siyou img a:hover{
opacity: 0.7 ;
filter: alpha(opacity=70) ;	/* Ie用 */
-webkit-transition: 0.6s ;
	transition: 0.6s ;
}

table.siyou td{
padding:5px 5px 10px 5px;
text-align:center;
}


table.hina_tx{
margin-top:15px;
font-size:90%;
}

table.hina_tx th{
width:70%;
border-right:1px solid #ccc;
padding:0 10px;
}

table.hina_tx td{
padding:0 10px;
font-size:85%;
}


.hove 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;
}
.hove a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

ul.spcenter{
width:730px;
margin-left:-10px;
padding-bottom:10px;
}

ul.spcenter li{
float:left;
width:167px;
}

ul.spcenter li 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;
}

ul.spcenter:after{content:""; display:table;clear:both;}
ul.spcenter{zoom:1;}

/* google map
------------------------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* 組み合わせ販売
------------------------------------------------------------*/
.w_bg{background-color:#fff;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
padding:20px;border-radius:5px;}

/* Instagram */
#sbi_load a{color:#fff !important;}


/* サイド　案内
------------------------------------------------------------*/
#fixed {
    position: fixed;
    bottom: 20%;
    right: 1%;
	z-index:100;
max-height:70%;
}
#fixed a {
    text-decoration: none;
    width: 110px;
    text-align: center;
    display: block;
}
#fixed a:hover {
    text-decoration: none;
}

#fixed img{
    margin-bottom:8px;
}

.ip_none{display:inline;}

.pc_none{display:none;}
.sp_none{display:inline;}

.footer_area{display: none;}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
  nav#mainNav{display:none;}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  

.subarea{
height:72px;
padding-top:10px;}

#magenav{margin-top:18px;}

}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1068px){
.pc_none{display:none;}
  a#menu{display:none;}

	#mainImg{margin-bottom:20px;}

	#content, #content2{clear:both;width:90%;float:none;margin:0 auto;padding:10px 0;}
  #wrapper, #wrapper2, .inner{width:100%!important;}

#goods{width:72%;}

ul.sub_menu2{
margin-top:10px;
float:left;
margin-bottom:30px;}

ul.sub_menu2 li{
display:inline;
padding-right:3px;
}

ul.sub_menu2 li a{
padding-left:3px;
color:#000;
}

ul.sub_menu{
margin-top:10px;
margin-left:10px;
float:left;
margin-bottom:30px;}

ul.sub_menu li{
display:inline;
margin-left:10px;
font-size:85%;
padding-right:15px;
}

ul.sub_menu li a{
padding-left:10px;
color:#fff;
background:url(images/arrow1.png) no-repeat 0 center;
}

#kodawari {
width: 100%;
height: 450px;
background: url(images/kodawari_img.png) repeat-x;
margin: 0px;
padding: 0px;
}

.tpimg img{width:98%;height:auto;}

.margbm img{
max-width:98%;height:auto;
margin:0 auto;
}

.fb_box{
padding-right:52px;
width:480px;
}

#footer ul.footer-menu{
width:160px;}

#footer ul.footer-menu2{
width:190px;}

.post{
padding:40px 20px 40px 10px;
margin:0 auto;}

.spimg{
width:98%;
height:auto;
display:block;
}

#wrapper{background:none;}
#wrapper, #wrapper2, .inner{width:100%;}

.foot_add{
width:89%;}

hr{width:93%;
margin-left:-1px;}

#header h1{padding-right:70px;}
ul#abbn2{margin-left:30px;}

#magenav{margin:0;
padding-top:18px;
display:block;
}

#tpimg img{width:100%;height:auto;}
.kb_img2{margin:0 0 0 190px;}

.subarea{padding-top:0;}

#seisen{margin-top:200px;}

.info{
width:47%;
margin:40px auto 0;
box-sizing:border-box;
}

.fb_box{
float:right;
padding-top:10px;
padding-left:10px;
margin:30px 0;
}

.iri-box{
width: 500px;
}

.saitama{
width:37%;
float:right;
}

.kb_img2{
float:none;
margin:0 auto;
text-align:center;}

table.faqbox{
margin-right:12px;
}

.voice_balloon{
width:65%;}

img.alignleft_sp{display: block;margin:5px auto;}
.alignleft_sp{float:none;}
.saitama{width:100%;float:none;}

.ip_none{display:none;}

ul.top_banners{
width:100%;
box-sizing:border-box;
margin:0 0 0 80px;
}

.irib{
width:27%!important;
overflow:hidden;
height:260px!important;
}

#seisen{margin-top:0;}

}


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

}

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

.mrt30{margin-right:0;}
.w48{width:100%;}
.pad_bx{width: 98%;margin: 0 auto;display: block;}

	nav#mainNav{
	clear:both;
	width:1080px;
	margin:110px auto 10px;
	border:1px solid #d5d5d5;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
  background: url(images/menuOpen.png) no-repeat 5px 8px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	background: 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:#fff;
	}
	
	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;}
	
	nav div.panel{float:none;}
	#header{text-align:center;background-image:none;}

	#header h2,.contact{float:none;}
	#header{width:100%;padding:0;}
	
	.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;}
	#wrapper, .inner,#header,#footer .boxWrap{width:98%;}
	.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;}

	#goods, #sidebar{clear:both;width:95%;float:none;margin:0 auto;padding:10px 0;}
	
	#footer li{margin-bottom:10px;}

ul#abbn{width:100%;display:table-row;margin:0;}
ul#abbn li{float:left;width:23%;margin:0 1%;padding:0 0 20px;}
ul#abbn img{max-width:98%;height:auto;}

ul#abbn2{width:100%;display:table-row;margin:0;}
ul#abbn2 li{float:left;width:30%;margin:0 1%;padding:0 0 20px;}
ul#abbn2 img{max-width:98%;height:auto;}

ul#odogu{width:100%;display:table-row;margin:0;}
ul#odogu li{float:left;width:23%;margin:0 1%;padding:0 0 20px;}
ul#odogu li img{max-width:98%;height:auto;}
	
ul.bn_hf{width:100%;display:table-row;margin:0;}
ul.bn_hf li{float:left;width:48%;margin:0 1%;padding:20px 0 0;}
ul.bn_hf li img{max-width:98%;height:auto;}

.info{width:100%;float:none!important;
margin:40px auto 0;
box-sizing:border-box;
}

.fb_box{
float:none;
width:100%;
margin:40px auto 30px;
display:block;
text-align:center;
}

#seisen{margin-top:0;}

#magenav,.subarea{display:none;}

.add_r{float:none;text-align:left;}
.add_r a{color:#fff;}

.postop{padding:10px 15px 20px;}

#foot_cnt{
width:100%;
overflow-x:hidden;
} 

.img_pc{display:none;}
.img_sp{display:block;margin:10px 0;}

.voice_balloon{width:95%;margin:0 auto 25px;float:left;}
.voice_balloon:after,.voice_balloon:before  {border:none;}

.odougu{
background:none;
height:auto;
margin-bottom:30px;}

.odg{width:100%;}

.odogu_box{
background:none;
height:auto;}

.makie{background:none;height:auto;}
.seino{width:93%;float:none;}

.tokamiti,.hnbi{background:none;height:auto;}

.konishi{width:93%;float:none;}

#ningyoshi_right{float:none;margin:0 auto;text-align:center;}
.i_tx,.staff{width:100%;}

#ike,#heian{float:none;width:100%;clear:both;border-right:none;}

#heian{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
padding-bottom:10px;
}

.s_top{padding-top:10px;}

#seisen{height:auto;}
.aligncenter{text-align:left;}

table.t1{width:100%;}

table.t1 tr{
        display: block;
        margin-bottom: 5px;
    }
table.t1 th{
        display: list-item;
        border: 1px solid #ccc;
	list-style-type: none;
	width:93%;
    }

table.t1 td{
        display: list-item;
        border: none;
	list-style-type: none;
}

table.t2 tr{
        display: block;
        margin-bottom: 5px;
    }

table.t2 th{width:95%;}

table.t2 th,
table.t2 td{
width:100%;
        display: list-item;
        border: none;
	list-style-type: none;
    }

table.t3 tr{
        display: block;
        margin-bottom: 5px;
    }
table.t3 th,
table.t3 td{
width:92%;
        display: list-item;
        border: none;
	list-style-type: none;
    }

table.hina_tx tr{
        display: block;
        margin-bottom: 5px;
    }

table.hina_tx th,
table.hina_tx td{
width:100%;
        display: list-item;
        border: none;
	list-style-type: none;
    }

table.siyou{font-size:80%;}

table.faqbox,table.faqbox2{width:100%;float:none;}
.hina{width:100%;float:none;margin-left:0;}

ul.top_banners{width:100%;display:table-row;margin:0;}
ul.top_banners li{float:left;width:24%;margin:0 0.5%;padding:0 0 10px;}
ul.top_banners li img{max-width:99%;height:auto;}

ul.tenpo{width:100%;display:table-row;margin:0;}
ul.tenpo li{float:left;width:100%;margin:0 auto;padding:0 0 20px;text-align:center;}
ul.tenpo li img{max-width:98%;height:auto;}

ul.spcenter{width:100%;display:table-row;margin:0;}
ul.spcenter li{float:left;width:23%;margin:0 1%;padding:0 0 20px;}
ul.spcenter li img{max-width:98%;height:auto;}

ul.tenpo_btn{width:100%;display:table-row;margin:0 auto;text-align:center;padding-bottom:30px;}
ul.tenpo_btn li{float:left;width:47%;margin:0 1%;padding:0 0 5px;}
ul.tenpo_btn li img{max-width:98.5%;height:auto;}

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

.irib{
float:none;
width:100%;
height:auto;}

.hrbrc2{margin-top:0;}

.a_center{
height:260px;
padding-top:0;}


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


}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	.irib {width: 85%!important;overflow: hidden;height: 260px!important;}
	ul.tenpo_btn li img.line_bx{max-width:80%;}
	nav#mainNav{width:98%;}
	#mainImg{margin-bottom:0;}
	.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;}
	ul#abbn li{width:42%;margin:0 0 0 6%;}
	.ryuwa_r img{width:90%;padding-top:40px;}
.foot_add{margin:0 auto;}
.np dt {float:none;}

.pc_none{display:inline;}
.sp_none{display:none;}

.np{width:100%;}
.topmaru{display:none;}
#loopSlide{margin-top:0;}

.tpbgbn1,.tpbgbn2{
display:none;
}

ul.top_banners li{width:42%;margin:0 0 0 6%;}
ul.spcenter li{width:42%;margin:0 0 0 6%;}
ul.tenpo li{width:100%;margin:0 auto 0;text-align:center;}

table.siyou tr{
        display: block;
        margin-bottom: 5px;
    }

table.siyou th,
table.siyou td{
	width:100%;
        display: list-item;
        border: none;
	list-style-type: none;
	text-align:center;
	margin:0 auto;
    }

table.siyou img{text-align:center;margin:0 auto;}

.tpbgtext{display:none;}
.tpbgtext_sp{display:block;margin-top:-50px;
line-height:1.7;}

.info2{margin-bottom:20px;}
.info{float:none;width:100%;margin:40px auto 20px;}

.fb_box{
float:none;
padding-top:10px;
padding-left:0;
margin:10px 0 30px;
}

.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
	display:block;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 10px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 80%;
    padding: 11px 0;
}
.inquiry_btn {
float:left;
text-align: center;
width: 50%;
padding: 5px 0;
}
.inquiry_btn:link, .inquiry_btn:visited {color: #FFFFFF !important;}
.footer_area_inner span{color: #fff;}
#siteBottom{margin-bottom: 105px;}

.ptth{
width:100%;
height:auto;
float:none;
margin:0 auto 30px;
}
	
ul.bn_hf li{width:100%;margin:0 auto 0;}
ul.bn_hf li img{width:95%;}
	
.ptth .button2 {margin: 15px auto;float: none;display: block;text-align: center;}
}