@charset "UTF-8";
/* CSS Document */
div, img, h1, h2, h3, h4, h5, h6, dl, dt, dd, p, form, ul, ul li {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  list-style: none;
}
a:link {
  color: #666666;
}
a:visited {
  color: #333333;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: #666666;
}
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/

  height: auto;

  overflow: hidden;

  /**/
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "ＭＳ Ｐゴシック", "Osaka ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Gothic";
  font-size: 80%;
  line-height: 160%;
  color: #666666;
}
body.toppage {
  background: url(../img/bg.jpg) repeat-x;
    background-size:auto;
}
body.menupage, body.shoppage {
  background: url(../img/bg_under.gif) repeat-x;
}
html > /**/ body {
  font-size: 12px; /* Except IE */
}
#container {
  max-width: 854px;
    width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.t-center{
    text-align: center;
}
@media screen and (max-width:680px) {

}
.menupage #container {

}
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
-----------------------------------------------*/
#description {
  padding-top: 5px;
  position: absolute;
  left: 110px;
  top: 18px;
  width: 720px;
  color: #FFFFFF;
  font: 11px/13px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#sitetitle {
  float: left;
  padding-left: 6px;
}
header {
  background-repeat: no-repeat;
  margin-bottom: 20px;
  position: relative;
}
.head {
  float: left;
  width: 740px;
  padding-left: 14px;
  padding-top: 69px;
}
.head ul {
  float: right;
  width: 420px;
}
header .head li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
header .head li.clear_l {
  clear: left;
}
header .head .sublogo {
  float: left;
}
@media screen and (max-width:680px) {
header {
  background-repeat: no-repeat;
  margin-bottom: 20px;
  position: relative;
}
#description {
  padding-top: 0;
  position: absolute;
  left: 8px;
  top: -16px;
  width: 80%;
    font-size: 0.5rem;
    line-height: 1.2em;
}
#sitetitle img{
  width: 60px;
height: auto;
}
.head {
  float: left;
  width:230px;
  padding-left: 4px;
  padding-top: 16px;
}
.head ul {
  display: none;
}
}
.hamburger-nav{
    display: none;
}
@media screen and (max-width:680px) {
.hamburger-nav {
    display: block;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
    z-index: 999999;
}
    .hamburger-nav-list {
  display: none;
}
.hamburger-nav-list > li a {
  text-decoration: none;
  padding:12px 16px 12px 16px;
  display: block;
}
header nav ul {
  display: block;
  margin: 0 auto 0 auto;
  width: 100%;
  position: absolute;
  padding: 24px;
  box-sizing: border-box;
  background-color: #fff;
    font-size: 1rem;
    color: #333;
}
header nav ul li {
  margin: 0 auto 0 auto;
  text-align: center;
  border-bottom: 1px solid #0071BC;
}
header nav ul li:last-child {
  border: none;
}
/*開閉ボタン*/
.hamburger-nav button {
    z-index: 9999;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  margin: 0;
}
#hamburger-nav-toggle {
  display: block;
  width: 30px;
  height: 30px;
  position: fixed;
    background-color: #0071BC;
  top: 5px;
  right: 5px;
  padding: 8px;
}
.hamburger-nav-toggle-btn {
  display: block;
}
.hamburger-nav-toggle-btn div {
  position: relative;
  top: -10px;
}
.hamburger-nav-toggle-btn span {
  display: block;
  height: 1px;
  background: #fff;
  position: relative;
  width: 100%;
  top: -10px;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hamburger-nav-toggle-btn span:nth-child(1) {
  top: 3px;
}
.hamburger-nav-toggle-btn span:nth-child(2) {
  top: 9px;
}
.hamburger-nav-toggle-btn span:nth-child(3) {
  top: 15px;
}
/*開閉ボタンopen時*/
.hamburger-nav-toggle-btn.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger-nav-toggle-btn.open span:nth-child(2) {
  width: 0;
  left: 50%;
}
.hamburger-nav-toggle-btn.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
}

/*-----------------------------------------------
mainimg
-----------------------------------------------*/
#mainimg img{
    max-width: 854px;
    width: 100%;
  margin-bottom: 20px;
}

/*-----------------------------------------------
contents
-----------------------------------------------*/
#contents {
  background: url(../img/main_bg.gif) repeat-y;
  padding-left: 7px;
  padding-right: 7px;
}
@media screen and (max-width:680px) {
#contents {
  background:none;
    }
}

/*-----------------------------------------------
main
-----------------------------------------------*/
#main {
  float: left;
  width: 590px;
  padding-bottom: 15px;
}
#main p, #main ul, #main table {
  margin-bottom: 20px;
}
@media screen and (max-width:680px) {
#main {
  float: none;
  width: 100%;
  padding-bottom: 15px;
}
}

/*-----------------------------------------------
side
-----------------------------------------------*/
#side {
  float: right;
  width: 220px;
  background: url(../img/side_bg.gif) no-repeat;
  padding-top: 15px;
  text-align: center;
  font-size: 11px;
}
#side li {
    margin-bottom: 8px;
}
#side li img {
  vertical-align: bottom;
  display: inline;
}
#side ul {
  margin-bottom: 30px;
}
@media screen and (max-width:680px) {
#side {
    display: none;
}
}

/*-----------------------------------------------
footer
-----------------------------------------------*/
footer {
  padding-top: 30px;
  padding-bottom: 25px;
  clear: both;
  text-align: center;
  width: 100%;
  background: url(../img/foot_bg.jpg) repeat-x;
  font-size: 11px;
  color: #FFFFFF;
}

/*-----------------------------------------------
concept chair
-----------------------------------------------*/
.concept {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5d97e9+0,35b9a1+100 */
background: #5d97e9; /* Old browsers */
background: -moz-linear-gradient(top,  #5d97e9 0%, #35b9a1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5d97e9 0%,#35b9a1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5d97e9 0%,#35b9a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d97e9', endColorstr='#35b9a1',GradientType=0 ); /* IE6-9 */
border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
  min-height: 255px;
  width: 220px;
  float: left;
    padding: 16px 8px;
    box-sizing: border-box;
}
.concept h2 img{
    max-width: 190px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
}
#main .concept p, #main .chair p {
  color: #FFFFFF;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 150%;
}
#main .chair {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#64b6db+0,309dcf+100 */
background: #64b6db; /* Old browsers */
background: -moz-linear-gradient(top,  #64b6db 0%, #309dcf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #64b6db 0%,#309dcf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #64b6db 0%,#309dcf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b6db', endColorstr='#309dcf',GradientType=0 ); /* IE6-9 */
border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
  float: right;
  min-height: 255px;
  width: 352px;
  overflow: hidden;
    padding: 16px 8px;
    box-sizing: border-box;
}
.chair h2 img{
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
}
#main .chair p img {
  float: left;
  margin-right: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width:680px) {
.concept {
  min-height: auto;
  width: 95%;
  float: none;
    margin:0 auto 16px auto;
}
#main .chair {
  float: none;
  min-height: auto;
  width: 95%;
  overflow: hidden;
    margin:0 auto 16px auto;
}
#main .chair p img {
  float: none;
 margin: 0 auto 16px auto;
}
}

/*-----------------------------------------------
news blog
-----------------------------------------------*/
.news,
.blog {
  padding-top: 20px;
    width: 95%;
    margin: 0 auto;
}
#main .news li {
  background: url(../img/point01.gif) no-repeat 0px 8px;
  padding-left: 15px;
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
#main .news h2 {
  margin-bottom: 10px;
}
@media screen and (max-width:680px) {
    #main .news h2 img{
        overflow: hidden;
    }
    .blog td{
        display: block;
        width: 100%;
    }
}

/*-----------------------------------------------
rcmd
-----------------------------------------------*/
.rcmd {
  padding-top: 20px;
  margin-bottom: 10px;
}
#main .rcmd #body {
  float: left;
}
#main .rcmd #foot {
  float: right;
}
#foot {
  position: relative;
}
#foot .footmenu {
  text-align: right;
  width: 850px;
  margin-right: auto;
  margin-left: auto;
}
#main .rcmd div {
  background: url(../img/top/menu_bg.gif) no-repeat;
  height: 167px;
  width: 294px;
  padding-top: 15px;
}
#main .rcmd div h3 {
  padding-left: 17px;
  margin-bottom: 10px;
}
#main .rcmd p {
  padding-left: 17px;
  padding-right: 15px;
}
#main .rcmd p img {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
#main .rcmd h2 {
  margin-bottom: 10px;
}
@media screen and (max-width:680px) {
#main .rcmd #body {
  float: none;
    margin: 0 auto;
}
#main .rcmd #foot {
  float: none;
    margin: 0 auto;
}
}

/*-----------------------------------------------
main_shop
-----------------------------------------------*/
.main_shop ul{
  padding-bottom: 30px;
    overflow: hidden;
    clear: both;
    max-width: 590px;
    display: -webkit-flex;
    display: flex;
}
.main_shop li {
text-align: center;
    width: 100%;
  max-width: 238px;
    line-height: 1.4em;
    font-size: 0.7rem;
    margin: 6px;
}

.main_shop li img {
  margin-bottom: 5px;
    max-width: 238px;
    width: 100%;
    height: auto;
}

@media screen and (max-width:680px) {
.main_shop ul {
  margin:0 auto;
  padding-bottom: 30px;
  width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main_shop ul li {
  width: 45%;
}
.main_shop {
  clear: both;
  background:none;
}
.main_shop li img {
  margin-bottom: 5px;
    max-width: 238px;
    width: 100%;
    height: auto;
}
}

/*-----------------------------------------------
bnr
-----------------------------------------------*/
.bnr{
    display: none;
}
@media screen and (max-width:680px) {
.bnr{
    width: 95%;
    margin:0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bnr li{
    width: 48%;
    text-align: center;
    margin-bottom: 16px;
}
.bnr li img{
   width: 100%;
    height: auto;
}
}

#container h2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#navi {
  text-align: right;
  margin-bottom: 10px;
  padding-right: 10px;
}
#main h3, #main h4 {
  margin-bottom: 20px;
}
table.menudetail th {
  font-size: 16px;
  color: #0071BC;
  text-align: left;
  padding-left: 30px;
  background: url(../img/tr_bg.gif) no-repeat;
}
table.menudetail .price {
  font-size: 16px;
  color: #0071BC;
  font-weight: bold;
  text-align: right;
  background: url(../img/tr_bg.gif) no-repeat -30px 0px;
}
table.menudetail {
  width: 100%;
  margin-bottom: 30px;
    box-sizing: border-box;
}
.menudetail td {
  padding: 6px;
}
@media screen and (max-width:680px) {
table.menudetail th,
table.menudetail td{
  display: block;
    width: 100%;
    box-sizing: border-box;
}
table.menudetail .price {
    text-align: left;
    margin-left: 25px;
    }
}
#menunavi, #shopnavi {
  background: #E2F3FC;
  border: 1px solid #4396CE;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
}
#menulocal li, #menulocal_f li {
  float: left;
}
#menulocal {
  background: url(../menu/img/line.gif) repeat-x;
  margin-bottom: 20px;
}
#menulocal_f {
  background: url(../menu/img/line_f.gif) repeat-x;
  margin-bottom: 20px;
}
#menunavi li {
  width: 250px;
  float: left;
  margin-bottom: 5px;
  background: url(../menu/img/point.gif) no-repeat 0px 0px;
  padding-left: 20px;
}
#shopnavi li {
  width: 120px;
  float: left;
  margin-bottom: 5px;
  background: url(../menu/img/point.gif) no-repeat 0px 0px;
  padding-left: 20px;
}
#menunavi a, #shopnavi a {
  margin-right: 10px;
}
.allshop {
  color: #E4F1DC;
  background: #80CD65;
  padding: 3px 4px 2px;
  font-size: 11px;
  margin-right: 5px;
}
.pagetop {
  font-size: 84%;
  text-align: right;
  clear: both;
}
.shop {
  color: #E2F3FC;
  background: #0099FF;
  padding: 3px 4px 2px;
  font-size: 11px;
  margin-right: 5px;
}
.lady {
  color: #FFF4F4;
  background: #FF99CC;
  padding: 3px 4px 2px;
  font-size: 11px;
}
img.frameimg {
  padding: 2px;
  float: left;
  margin-right: 10px;
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
}
.attenion {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #CCCCCC;
  font-size: 11px;
}
.type01 {
  border-collapse: collapse;
}
.type01 td {
  padding: 5px;
  border: 1px solid #CCCCCC;
}
.type01 th {
  padding: 5px;
  background: #D5E8F4;
  border: 1px solid #CCCCCC;
}
.type01 .leaf {
  text-align: center;
}
.type01 .discount {
  color: #FF0000;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.shoppage #main h3 {
  background: url(../img/tr_bg.gif) no-repeat 0px 0px;
  line-height: 28px;
  padding-left: 30px;
}
.shoppage #main h4 {
  color: #0071BD;
  padding-bottom: 3px;
  padding-left: 10px;
  border-bottom: 2px solid #53B7E8;
  font-size: 14px;
}
.shop_info {
  margin-bottom: 20px;
}
.shop_detail {
  width: 49%;
  margin-bottom: 15px;
}
.shop_msg strong {
  color: #0071BD;
}
.shop_detail th {
  color: #53B7E8;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
#main .shop_detail table {
  margin-bottom: 10px;
}
.shop_detail .tel {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1px;
}
.shopinfo{
    margin-bottom: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.shopinfo .img{
    width: 45%;
}
.shopinfo .img img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:680px) {
.shopinfo{
    display:block;
}
.shopinfo .img{
    width: 100%;
    margin-bottom: 16px;
}
.shop_detail {
  width: 100%;
  margin-bottom: 15px;
}
}
.shop_msg {
  background: #F5FBFE;
  border: 1px solid #4396CE;
  float: right;
  padding: 15px;
  width: 190px;
}

.member .copy{
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #0071BC;
    line-height: 1.5em;
}
.member h3{
    display: block;
    margin-bottom:0!important;
    margin-top: 24px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background-color: #0071BC;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align: center;
    padding:8px 16px;
    box-sizing: border-box;
}
.member dt{
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FF6699;
    line-height: 1.5em;
}
.member dd{
    text-align: center;
}
.member .copy2{
    border: 1px solid #0071BC;
    padding: 8px;
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: bold;
    color: #0071BC;
    line-height: 1.5em;
    text-align: center;
    margin: 50px 0;
}
.member .copy3{
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    margin: 50px 0;
}
.t-l{
    font-size: 2rem;
}
.red{
    color: #FF0000;
}
@media screen and (max-width:680px) {
}

.blog img {
  margin-bottom: 10px;
}
.blog td {
  vertical-align: top;
  border-right: 1px dotted #999999;
  padding-left: 8px;
}
#main .blog table {
  margin-bottom: 0px;
}
#main #atten {
  border-radius: 5px;
  padding: 15px;
    box-sizing: border-box;
  border: 2px solid #FC8719;
  background-color: #F9EDCF;
  margin-bottom: 30px;
}
#main #atten h2 {
  margin-bottom: 15px;
}
@media screen and (max-width:680px) {
#main #atten {
    width: 95%;
    margin: 0 auto 24px auto;
}
}