@charset "utf-8";

/* =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:14px/2.0 tbcinergothic-std,"Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
-webkit-text-size-adjust:100%;
background:url(images/back.png)center;
}


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

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

a:hover, a:active{
outline:none;
color:#0066cc;
}

/**** Clearfix ****/

.nav .panel:before,nav .panel:after, #mainNav:before,#mainNav:after, .newsTitle:before,.newsTitle:after{
content:"";
display:table;
}

nav.panel:after,#mainNav:after,.newsTitle:after{
clear: both;
}

nav.panel,#mainNav,.newsTitle{
zoom: 1;
}


/* レイアウト
------------------------------------------------------------*/

#wrapper, .inner{
margin:0 auto;
width:1110px;
}

#content{
float:right;
width:750px;
padding:25px 0 50px;
}

#sidebar{
float:left;
width:320px;
padding:15px 0;
}

#footer{
clear:both;
padding-top:20px;
background: #ff9600;
} 


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

#header h1{
padding:5px 0;
font-size:90%;
font-weight:normal;
color:#FFd;
}

#header h1 br{
	display: none;
}

#header h2{
clear:both;
text-align:center;
margin-top:-20px;
color:#000000;
font-size:160%;
font-weight:bold;
}

#header h2 img{
width:300px;
}

#headerInfo{
margin-top:10px;
float:right;
text-align:left;
}

#headerInfo p{
padding-left:80px;
font-size:12px;
font-weight:bold;
}

#headerInfo p.tel::before{
content: "電話番号：";
}

#headerInfo p.openTime::before{
content: "営業時間：";
}

#headerInfo p.address::before{
content: "住所：";
}


/* トップページ　メイン画像
----------------------------------*/

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


/* タイポグラフィ
------------------------------------------------------------*/

h2.title{
clear:both;
margin-bottom:50px;
padding-bottom:7px;
text-align:center;
font-size:150%;
font-weight:bold;
}

h2.title span{
padding-bottom:10px;
border-bottom:3px solid #000000;
}

h2.first{
margin-top:0;
}

h2.recentpost{
margin:0px 0 35px;
padding:15px 0;
font-size:150%;
font-weight:bold;
border-bottom:3px solid #000000;
}

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

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

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

.post ul li{
padding-left:5px;
list-style:disc;
}

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

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

.post h1{
margin:15px 0 25px;
padding:15px 0;
font-size:150%;
font-weight:bold;
border-bottom:3px solid #000000;
}

.post h2{
margin:15px 0 25px;
padding:15px 0;
font-size:130%;
font-weight:bold;
border-bottom:2px solid #000000;
}

.post h3{
margin:15px 0 25px;
padding:15px 0;
font-size:120%;
font-weight:bold;
border-bottom:1px solid #000000;
}

.post h4{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post h5{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post h6{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

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

.post table{
border:1px #cccccc solid;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 30px;
width:100%;
}

.post table th{
padding:5px 15px;
border:#cccccc solid;
border-width:0 0 1px 1px;
font-weight:bold;
background: #ffe0b4;
}

.post table td{
padding:5px 15px;
border:1px #cccccc solid;
border-width:0 0 1px 1px;
}

.post dt{
font-weight:bold;
}

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

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

img.aligncenter{
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{
margin:5px 0 30px 30px;
}

img.alignleft{
margin:5px 30px 30px 0;
}

.alignright{
float:right;
}

.alignleft{
float:left;
}


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

.widget{
margin-bottom:50px;
}

.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:130%;
font-weight:bold;
border-bottom:3px solid #000000;
}

.widget ul{
margin:30px 0 30px 0;
}

.widget li a{
display:block;
margin-top:15px;
color:#000000;
font-weight:bold;
}

.widget a:hover{
color:#cdcdcd;
}

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

p.banner img{
width:100%;
}

#banners{
padding-bottom:10px;
}

#contactBanner{
width:320px;
height:80px;
padding-top:22px;
background:url(images/banners/banner_tel.jpg) no-repeat;
background-size:320px;
}

#contactBanner p.tel{
display:inline;
padding-left:60px;
font-weight:bold;
font-size:20px;
}

#contactBanner p.tel::before{
content:"TEL : ";
}

.newsTitle{
clear:both;
margin:15px 0 10px;
padding:5px 0;
font-size:130%;
font-weight:bold;
border-bottom:3px solid #000000;
}

.newsTitle h3{
float:left;
}

.newsTitle p{
float:right;
padding:5px 10px 0 10px;
font-size:70%;
}

.newsTitle p a{
color:#000000;
}

.news p a{
color:#000000;
}

.newsTitle p a:hover{
color:#cdcdcd;
}

.news{
margin:30px 0 30px 0;
}

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

.news p a{
display:block;
color:#000000;
font-weight:bold;
}

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

.news a:hover span{
color:#cdcdcd;
}


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

#footerLogo{
float:left;
width:320px;
text-align:center;
}

#footerLogo img{
width:250px;
}

#footer ul{
float:right;
width:750px;
padding-top:20px;
}

#footer ul ul{
display:none;
}

#footer ul li{
display:inline-block;
text-align:left;
padding:5px 0;
margin-left:15px;
}

#footer ul li a{
padding:0 0 0 12px;
color:#000000;
}

#footer ul li a:hover{
color:#cdcdcd;
}

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


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


/* トップページ 最新記事3件 + 3つの画像
------------------------------------------------------------*/

.thumbWrap{
width:770px;
margin-right:-20px;
}

.thumbWrap li{
float:left;
width: 172px;
margin:0 20px 0 0;
padding:2px 0 15px;
background:none;
}

.thumbWrap img{
max-width:100%;
height:auto;
border-radius:8px;
}

ul.thumbUnder h3{
padding:5px;
font-weight:bold;
text-align:center;
background:#FFD8A0;
border-radius:20px;
box-shadow: 1px 1px 2px #bbb;
}

ul.thumbUnder h3 span{
display:block;
}

ul.thumbUnder h3 a{
color:#000000;
}

ul.thumbUnder h3 a:hover{
color:#cdcdcd;
}

ul.thumbUnder li p{
margin:0 0 5px;
font-size:0.9rem;
text-align: center;
    line-height: 1.5;
}

ul.thumbUnder li span.price{
	font-size:1.2rem;
	color: #f00;
    font-weight: bold;
}

.pc {
	display:block;
}

.smp {
	display:none;
}

.bentolist {
	display: flex;
	flex-wrap: wrap;
}
			
.bento {
    position: relative;
    width: 100%;
}
.bento:before {
    content:"";
    display: block;
    padding-top: 85%; /* 高さを幅の75%に固定 */
}
.bentopic {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:-1;
}

.bentopic .new {
	width:25%!important;
	position: absolute;
    top: -5px;
    left: -5px;
}

h3.menu {
background: #FF9600;
    padding: 0 0 0 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFF;
    border-radius: 20px;
}

.step th {
	background:#d8e4ff;
}

#banners p.txt{
text-align:center;
font-size: 1.1rem;
font-weight:bold;
color:#273e73;
background:#c9d9ff;
margin-bottom:15px;
border-radius:8px;
}

/* メインメニュー　PC用
------------------------------------------------------------*/

@media only screen and (min-width:1025px){

nav#mainNav{
position:relative;
}

nav#mainNav ul{
display:flex;
justify-content: center;
align-items: center;
margin:20px 0;
}

nav#mainNav ul li{
float:left;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
height:50px;
line-height:50px;
padding:0 30px 0;
font-size:110%;
font-weight:bold;
color:#000000;
}

nav#mainNav ul li a:hover{
color:#cdcdcd;
}

nav#mainNav ul ul{
width:160px;
border-top:0;
}

nav#mainNav ul li ul{
display: none;
}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:50px;
text-align:center;
z-index:500;
}

nav#mainNav ul li li{
background:#ffffff;
border-bottom:1px dotted #cdcdcd;
float: none;
width:160px;
height:40px;
line-height:40px;
margin:0;
}

nav#mainNav ul li li:last-child{
border:0;
}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0;
line-height:40px;
font-size:95%;
}

nav#mainNav ul li li a:hover{
color:#cdcdcd;
}

nav div.panel{
display:block !important;
}

a#menu{
display:none;
}

}


/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/

@media only screen and (max-width:1024px){

.pc {
	display:none;
}

.smp {
	display:block;
}

h3.menu {
	margin-right:0;
}

#mainNav{
clear:both;
width:100%;
margin-bottom:10px;
}

#mainNav a.menu{
width:100%;
display:block;
height:40px;
line-height:40px;
font-weight:bold;
text-align:left;
color:#000000;
background:url(images/menuOpen.png) no-repeat 8px 7px;
}
	
#mainNav a#menu span{
padding-left:2.5em;
}
	
#mainNav a.menuOpen{
background:url(images/menuOpen.png) no-repeat 8px -35px;
}
	
nav .panel{
display: none;
width:100%;
position:relative;
right:0;
top:0;
z-index:1;
}

.panel ul{
margin:0;padding:0;
}

.panel ul li{
float: none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

.panel ul li a,.panel ul li.current-menu-item li a{
display: block;
width:100%;
padding:1em 0;
text-align:left;
color:#000000;
}

.panel ul li a span{
padding-left:1em;
}

.panel ul li a:hover{
color:#cdcdcd;
}

.panel ul li li{
float:left;
border:0;
}

.panel ul li li a span{
padding-left:35px;
}

nav div.panel{
float:none;
}

}


/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
------------------------------------------------------------*/

@media only screen and (max-width:1024px){

#wrapper, #header, .inner{
width:98%;
}

#headerInfo{
padding-right:10px;
}

#header h1{
padding-left:10px;
}

.panel ul, .thumbWrap{
margin:0 auto;
}

.thumbWrap{
width:100%;
margin:0 auto;
}

.thumbWrap ul.thumbUnder li{
width:30%;
float:left;
margin:0 1% 0 2%;
}

.thumbWrap ul.thumbUnder li img{
width:100%;
}

.thumbWrap ul.thumb li{
width:30%;
float:left;
margin:0 1% 0 2%;
}

.panel ul ul{
padding:0;
}

nav div.panel{
float:none;
}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}

#banners{
width:100%;
text-align:center;
}

#banners p{
width:30%;
float:left;
margin:0 1% 0 2%;
}

#banners p.txt{
font-size: 0.9rem;
padding:15px auto;
}

#banners p img{
width:100%;
height:auto;
}

#contactBanner{
margin:0 auto;
}

#footer{
margin:0;
border:0;
text-align:center;
}

#footerLogo, #footer ul{
float:none;
width:auto;
padding-bottom:20px;
text-align:center;
}

#footer ul{
padding-top:20px;
}


.post table th{
display:block;
width:auto!important;
}

.post table td{
display:block;
}

}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/

@media only screen and (max-width: 644px){

#header{
padding:0;
text-align:center;
}

#headerInfo{
display:none;
}

#header h1{
/*display:none;*/
}

#header h1 br{
	display: inline;
}

#header h2,#footerLogo{
float:none;
margin-top:20px;
}

#mainImg{
height:330px;
overflow:hidden;
position:relative;
margin-bottom:5px;
}

#mainImg img{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: auto;
height: 100%;
}

img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

.alignright,.alignleft{
float:none;
}

.thumbWrap ul.thumbUnder li{
width:45%;
margin-bottom:10px;
}

.thumbWrap ul.thumbUnder li img{
width:100%;
}

.bentolist {
justify-content: space-between;
}

#banners p{
float:none;
width:95%;
}

#banners p img{
width:100%;
}

#footer ul{
text-align:left;padding:15px;
}

}

/* Contact Form */

#contact {
  padding: 40px 0;
}

.form-group {
	margin-bottom:5px;
}

.contact-form {

}

.contact-form label {
   color: #999;
}

.contact-form input, .contact-form select, .contact-form textarea {
	width: 90%;
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  background: #f85c37;
  border: 0;
  padding: 14px 40px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #ff8163;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}