﻿@charset "UTF-8";
/*-----------------------------------------------
reset
-----------------------------------------------*/
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
table, tr, th, td {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*=======================================================*/
/* clearfix
/*=======================================================*/
.clearfix {
  zoom: 1; /*for IE 5.5-7*/
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/*=======================================================*/
/*margin
/*=======================================================*/
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
/*----- 横幅指定 -----*/
.wd1 {
  width: 1%;
}
.wd5 {
  width: 5%;
}
.wd10 {
  width: 10%;
}
.wd13 {
  width: 13%;
}
.wd15 {
  width: 15%;
}
.wd20 {
  width: 20%;
}
.wd25 {
  width: 25%;
}
.wd30 {
  width: 30%;
}
.wd35 {
  width: 35%;
}
.wd37 {
  width: 37%;
}
.wd40 {
  width: 40%;
}
.wd44 {
  width: 44%;
}
.wd45 {
  width: 45%;
}
.wd50 {
  width: 50%;
}
.wd60 {
  width: 60%;
}
.wd65 {
  width: 65%;
}
.wd70 {
  width: 70%;
}
.wd75 {
  width: 75%;
}
.wd80 {
  width: 80%;
}
.wd85 {
  width: 85%;
}
.wd90 {
  width: 90%;
}
.wd95 {
  width: 95%;
}
.wd100 {
  width: 100%;
}
/*-----------------------------------------------
body
-----------------------------------------------*/
html, body {
  height: 100%;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8em;
  color: #000;
  margin: 0;
  padding: 0;
}
a {
  color: #000;
}
.inner {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
input[name="image"]:hover {
  filter: alpha(opacity=70);
  opacity: 0.70;
}
img {
  -webkit-backface-visibility: hidden;
}
img a:hover {
  filter: alpha(opacity=70);
  opacity: 0.70;
}
@media screen and (max-width:768px) {
  .inner {
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
    width /***/ : auto;
  }
}
/*-----------------------------------------------
header
-----------------------------------------------
header {
  position: relative;
  z-index: 99999;
}*/
.box{
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}

.fitMovie{
	position: absolute;
}
.box__centered{
	right: 16px;
	position: absolute;
	top: 16px;
}
.box img{
	left: 16px;
	position: absolute;
	top: 16px;
    max-width: 564px;
    width: 90%;
}
.box__contents{
	text-align: center;
}

.box__contents{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}
.box__contents ul{
    display: -webkit-flex;
    display: flex;
    font-size: 1.1rem;
}
.box__contents li a{
	color: #fff;
	font-weight: bold;
    text-decoration: none;
    margin-left: 16px;
}
.box__contents li a:hover{
    text-decoration:underline;
}
@media screen and (max-width:680px) {
.box__contents ul{
    display: block;
    text-align: right;
    font-size: 0.9rem;
}
.box img{
    width: 60%;
}
}

/*-----------------------------------------------
セクション
-----------------------------------------------*/
section {
  padding: 0 0;
  box-sizing: border-box;
}

#sns {
background: url("../images/menu_bg.jpg") no-repeat;
    background-size:cover;
padding-top: 30px;
padding-bottom: 50px;
text-align: center;
margin-top: 0px;
}
@media screen and (max-width:680px) {
#sns {
padding-left: 20px;
padding-right: 20px;
}
}
section p{
    margin-bottom: 24px;
}

/*-----------------------------------------------
ヘッダー
-----------------------------------------------*/
.main{
    width: 100%;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.main img{
    width: 100%;
}
header{
    background: url("../images/nav_bg.png") repeat-x;
    padding:16px;
    line-height: 0;
    margin: 0;
}
header .inner{
    display: table;
}
header h1{
    display: table-cell;
    vertical-align: middle;
    width: 60%;
}
header .tel{
display: table-cell;
    vertical-align: middle;
    width: 40%;
}
header img{
    max-width: 100%;
}
@media screen and (max-width:680px) {
header .inner{
    display: block;
}
header h1{
    display:block;
    vertical-align: middle;
    width: 100%;
}
header .tel{
display:block;
    vertical-align: middle;
    width: 70%;
    margin: 8px auto 0 auto;
}
}

/*-----------------------------------------------
loop
-----------------------------------------------*/
.loopSliderWrap {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    height: 280px;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    float: left;
    overflow: hidden;
}
.loopSlider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
.loopSlider ul li img{
    width: 100%;
    height: 100%;
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
@media screen and (max-width:680px) {
.loopSlider {
    height: 100px;
    }
.loopSlider ul li {
       width: 150px;
}
}

/*-----------------------------------------------
お品書き
-----------------------------------------------*/
#menu{
    
    text-align: center;
    padding: 80px 16px;
    box-sizing: border-box;
}
#menu .min{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.1rem;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 50px;
    line-height: 1.4em;
}
#menu ul{
    font-size: 1.2rem;
    line-height: 1.4em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
#menu ul strong{
    font-weight: bold;
}
#menu dt img{
    margin-bottom: 16px;
}
@media screen and (max-width:680px) {
#menu{
    padding: 40px 16px;
}
#menu .min{
    font-size: 1.5rem;
    margin-bottom:20px;
}
#menu ul{
    font-size: 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-wrap: wrap;
}
#menu li{
    width: 48%;
    line-height: 1.4em;
    margin-bottom: 24px;
    }
    #menu dt img{
    margin-bottom:0px;
}
}

/*-----------------------------------------------
ごあいさつ
-----------------------------------------------*/
#greeting{
    background: url("../images/greeting_bg.jpg");
    background-size: 100%;
    padding: 0 0 0 80px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#greeting h2{
    margin:80px;
}
#greeting .ce{
    margin:80px 24px;
}
@media screen and (max-width:1300px) {
#greeting{
    padding: 0 0 0 20px;
}
#greeting h2{
    margin:20px;
}
    #greeting .udon{
        width:600px;
    }
        #greeting .udon img{
            width: 100%;
    }
}
@media screen and (max-width:680px) {
#greeting{
    padding:8px;
    box-sizing: border-box;
    display:block;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.4em;
}
#greeting h2{
    margin:20px;
    float: left;
    width: 40px;
}
#greeting h2 img{
    width: 100%;
    }
#greeting .ce{
    margin:20px 24px;
}
#greeting .ce img{
    width: 50%;
    }
    #greeting .udon{
        display: none;
    }
}

/*-----------------------------------------------
こだわり
-----------------------------------------------*/
#kodawari{
    background: url("../images/kodawari_bg.jpg") no-repeat;
    background-size:cover;
    padding: 50px 16px;
    box-sizing: border-box;
}
#kodawari .in{
    background-color: #fff;
    max-width: 584px;
    padding: 40px;
    box-sizing: border-box;
    float: right;
    text-align: left;
}
#kodawari .in h2{
    margin-bottom: 36px;
}
@media screen and (max-width:680px) {
#kodawari .in{
    background-color: #fff;
    max-width: 584px;
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
    float: right;
    text-align: left;
    font-size: 1rem;
    line-height: 1.4em;
}
#kodawari .in h2{
    margin-bottom: 36px;
    width: 150px;
}
#kodawari .in h2 img{
    width: 100%;
    }
}

/*-----------------------------------------------
紹介動画
-----------------------------------------------*/
#youtube{
    text-align: center;
    padding:70px 24px 0 24px;
}
#youtube h2{
    margin-bottom: 24px;
}
#youtube ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
#youtube li{
    width: 31%;
}
#youtube li iframe{
    width: 100%;
}
#map{
    padding: 0;
    line-height: 0;
    margin-top: 50px;
}
@media screen and (max-width:680px) {
#youtube ul{
    display:block;
}
#youtube li{
    width: 100%;
    margin-bottom: 16px;
}
#youtube h2{
    width: 280px;
    margin: 0 auto 36px auto;
}
#youtube .in h2 img{
    width: 100%;
    }
}

/*-----------------------------------------------
shop
-----------------------------------------------*/
#shop{
    margin: 36px auto;
    text-align: center;
    padding: 0 16px;
    max-width: 1082px;
}
#shop img{
    width: 100%;
}

/*-----------------------------------------------
footer
-----------------------------------------------*/
footer{
    background-color: #792932;
    background-image: url("../images/footer_bg.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    color: #fff;
    padding: 24px;
}
footer a{
    color: #fff;
}
footer .copyright{
    text-align:center;
    font-size: 10px;
}


/*=======================================================*/
/*  画像位置
/*=======================================================*/
.img_l {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.img_r {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width:768px) {
  .img_l {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: left;
  }
  .img_r {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    text-align: left;
  }
}
/*=======================================================*/
/*  indent
/*=======================================================*/
.indent-1 {
  text-indent: -1em;
  margin-left: 1em;
}
/*-----------------------------------------------
テキスト
-----------------------------------------------*/
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.f-l {
  font-size: 120%;
}

/*トップへ戻る
----------------------------------------*/
#pagetop {
	position: fixed;
	bottom:50px;
	right:3%;
	z-index:1000;
}
#pagetop a {
	display:block;
	background: url(../images/pagetop.png);
	width:67px;
	height:67px;
	overflow:hidden;
	text-indent: -9999px;
}
#pagetop a span{
	display:none;
}
#pagetop a:hover {
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
}

/*-----------------------------------------------
ボタン
-----------------------------------------------*/
a.cp_btn {
	position: relative;
	display: block;
	width: 200px;
	padding: 0.8em;
	text-align: center;
    margin: 50px auto;
	text-decoration: none;
    font-size: 1.2rem;
	color: #FFF;
	background: #8C2300;
	border-bottom: 2px solid #660000;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
a.cp_btn:active {
	border-bottom: 2px solid #8C2300;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

a.cp_btn2 {
	position: relative;
	display: block;
	width: 200px;
	padding: 0.8em;
	text-align: center;
    margin: 50px auto;
	text-decoration: none;
    font-size: 1.2rem;
	border:1px solid #ccc;
	border-radius: 4px;
}

/*-----------------------------------------------
メニュー
-----------------------------------------------*/
#contents{
    max-width: 1080px;
    width: 95%;
    margin: 64px auto;
}
#contents h2{
    text-align: center;
    margin-bottom: 24px;
}
#contents h3{
    text-align: center;
    padding: 16px;
    box-sizing: border-box;
    line-height: 1em;
    margin-bottom: 24px;
    background: url("../images/greeting_bg.jpg");
}
#contents ul.udon{
  display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
}
#contents ul.udon::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
#contents ul.udon::after{
  content:"";
  display: block;
  width:23%;
}
#contents ul.udon li{
  margin-bottom:50px;
  box-sizing:border-box;
  width:23%;
    max-width: 237px;
}
#contents ul.udon li img{
    width: 100%;
}
#contents ul.udon li dt{
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 8px;
    text-align: center;
}
#contents ul.udon li dd{
    display:inline-block;
    padding-left: 26px;
    margin-right: 1px;
}
#contents ul.udon li dd.small{
    background:url("../images/menu/small.png") no-repeat left;
    background-size: 24px;
}
#contents ul.udon li dd.medium{
    background:url("../images/menu/medium.png") no-repeat left;
    background-size: 24px;
}
#contents ul.udon li dd.large{
    background:url("../images/menu/large.png") no-repeat left;
    background-size: 24px; 
}
@media screen and (max-width:980px) {
#contents ul.udon li{
    width: 32%;
}
}
@media screen and (max-width:480px) {
#contents ul.udon li{
    width: 48%;
}
}

.type01 {
	border-collapse: collapse;
	width:100%;
}
.type01 td {
	padding: 8px;
	border-bottom:1px dotted #792832;
	vertical-align: middle;
	text-align:right;
    box-sizing: border-box;
}
.type01 th {
	padding:8px;
	text-align: left;
	border-bottom:1px dotted #792832;
	vertical-align: middle;
  font-weight:bold;
box-sizing: border-box;
}
