@charset "UTF-8";
/* CSS Document　/stg */

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  color: #4d4a43;
  font-family:  Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
html {
  display: table;
}
body {
  width: 100%;
  min-width: 980px;
  border-top: 5px solid #f187b2;
  /* border-top: 5px solid #f098b5; */
}
img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
a,.btn input {
  text-decoration: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
a:hover,.btn input:hover {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.view-cap, .view-container-border {
  background-color: #e3007f;
  /* zoom:1; 250921*/
  zoom:1; 
}

/* デフォルトは非表示 */
br.pc {
  display: none;
}

/* PC（769px以上）のときだけ表示 */
@media screen and (min-width: 769px) {
  br.pc {
    display: inline;
  }
}

/* h1 {
  font-size:60px;
  font-family: Helvetica;
  line-height:1em;
}
copyrihgt {
  font-size:14px;
  font-family: Helvetica;
  line-height:1em;
}

span {
  font-size:300px;
  font-family: Helvetica;
  line-height:0.5em;
} */

/* #page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 9999;
}
#page-top a img {
  width: 50px;
  height: auto;
  display: block;
}
#page-top a {
  width: 50px;
  height: 52px;
  display: block;
  background-image: url(../images/pageup.gif);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#page-top a:hover {
  opacity: .8;
  background-image: url(../images/pageup.gif);
} */

/* ページトップへ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

/* クリック領域（常に同じ箱の大きさ） */
#page-top a {
  position: relative;
  display: block;
  width: 80px;      /* PCサイズ */
  height: 80px;
  background: none !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  transition: none !important;
}

/* 実際に動かすのは画像だけ。箱の中に絶対配置 */
#page-top a img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: auto;
  transform-origin: top center;
  /* ★初期 transform は指定しない（ジャンプ回避） */
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  pointer-events: none;
  animation: pendulum 2s infinite linear;
  animation-delay: -0.8s; /* ★2秒周期の半分から開始＝初動の揺れを消す */
}

/* 振り子（中央で止まらない） */
@keyframes pendulum {
  0%   { transform: translateX(-50%) rotate(15deg); }
  50%  { transform: translateX(-50%) rotate(-15deg); }
  100% { transform: translateX(-50%) rotate(15deg); }
}

/* スマホ（768px以下）で小さく */
@media screen and (max-width: 768px) {
  #page-top { right: 10px; }
  #page-top a { width: 50px; height: 50px; }
  #page-top a img { width: 50px; animation-delay: -1s; } /* 同じ負の遅延でOK */
}




#link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#link a {
  width: 50px;
  height: 52px;
  display: block;
  background-image: url(../images/pageup.gif);
}
#link a:hover {
  background-image: url(../images/pageup.gif);
}
#link li {
  margin: 20px 0;
}
#link small {
  display: none;
}
.top .btn a {
  background-color: #e3007f;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.top .btn a .fa {
  color: #fff;
  padding-left: 5px;
  margin-right: 0;
}


/* =========================
   HEADER — Unified / Stable (250924)
   PC⇔SP 切替・重なり順・色の先祖返り対策
========================= */





/* .head_con_sp {
  display: none;
} */



/* .vh100 {
  background-image: url("./images/bg_p.png");
  
} */

.vh100 {
  background-image: url(../images/bg_p.png);
  background-repeat: repeat;
  background-size: 60% auto;
}


.carten {
  background-image: url(../images/top_line.png);
  background-repeat: repeat-x;
  background-position: center 0;
  position: absolute;
  top: 242px;
  width: 100%;
  z-index: 1;
  height: 75px;
}
.carten_sp {
  display: none;
}
.carten_sp_low {
  display: none;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 5px;
}
section {
  /*margin-bottom: 40px;*/
  padding: 50px 0;
}
h2 {
  text-align: center;
  margin: 50px 0;
}
.top section.sec_1 {
  background-image: url(../images/y_line.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}
.top section.sec_1 p {
  line-height: 2;
  font-size: 18px;
  text-align: center;
}
.top section.sec_1 .top_ca {
  /*background-image: url(../images/hukidasi.png);
  background-repeat: no-repeat;*/
  padding: 30px 0;
  width: 940px;
  margin: -10px auto 0 auto;
}
.top section.sec_1 .top_ca p {
  color: #7d5b3a;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 50px;
  background-image: url(../images/bord_l.png),url(../images/bord_r.png);
  background-position: top left,top right;
  background-repeat: no-repeat;
  background-size: 3%;
  width: 740px;
  margin: auto;
}
.top section.sec_1 .top_ca ul {
  text-align: center;
}
.top section.sec_1 .top_ca li.li_hei {
  line-height: 44px;
}
.top section.sec_1 .top_ca li {
  display: inline-block;
  text-align: center;
  /* background-color: #e3007f; */
  background-color: #ec5f98;
  padding: 10px 20px;
  margin: 0 10px;
  color: #fff;
  line-height: 1.4em;
  border-radius: 5px;
  min-height: 64px;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

h3 {
  margin-bottom: 40px;
}
.top .sec_2 {
  background-color: #fbfaf4;
  zoom:1;
  text-align: center;
  padding-bottom: 60px;
}
.top .sec_2 ul {
  max-width: 940px;
  margin: 0 auto 25px;
  text-align: center;
}
.top .sec_2 li {
  display: inline-block;
  text-align: center;
  width: 32%;
  box-sizing: border-box;
  background-color: #fff;
  vertical-align: top;
  padding: 0 20px 20px;
  margin-right: 1%;
  border-right: 3px solid #ebe9dd;
  min-height: 395px;
}
.top .sec_2 li:last-child {
  margin-right: 0;
}
.top .sec_2 li h4{
  font-size: 16px;
  background-color: #ebe9dd;
  display: inline-block;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}
.top .sec_2 li div {
  height: 110px;
  margin-bottom: 20px;
}
.top .sec_2 li img {
  margin-bottom: 30px;
}
.top .sec_2 li p {
  line-height: 1.5em;
  letter-spacing: 0.6px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.top .sec_3 {
  text-align: center;
  background-image: url(../images/y_line_f.png), url(../images/y_line.png);
  background-repeat: repeat-x;
  background-position: center top,center bottom;
}
.news {
  width: auto;
  /*background-color: #fbfaf4;*/
  /zoom:1;
  background-image: url(../images/y_line_f.png);
  background-repeat: repeat-x;
}
.news span {
  background-color: #ebe9dd;
  float: right;
  padding: 3px 10px;;
  border-radius: 0 0 0 5px;
}
.news ul {
  max-width: 940px;
  margin: 0 auto 25px;
}
.news li {
  width: 291px;
  float: left;
  background-color: #fff;
  margin: 0 10px;
  border-top: 6px solid #ebe9dd;
  border-left: 1px solid #ebe9dd;
  border-right: 1px solid #ebe9dd;
  border-bottom: 1px solid #ebe9dd;
}
.news li h5 {
  font-size: 18px;
  padding: 30px 0 9px;
  margin: 0 15px;
  font-weight: bold;
  border-bottom: 1px solid #ebe9dd;
}
.news li p {
  padding: 15px 15px 25px;
  line-height: 1.4em;
  text-align: left;
  /* text-align: justify; */
  text-justify: inter-ideograph;
}
.news li p .fa {
  color: #d73288;
  font-weight: bold;
}
h4 {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 40px;
}

table th {
  text-align: left;
  padding: 10px;
}
table td {
  padding: 10px;
  vertical-align: middle;
}
.left {
  float: left;
}
.right {
  float: right;
}
.sec_gry {
  background: #f5f4f1!important;
  overflow: hidden;
}
.sec_3 ul {
  text-align: center;
}
.sec_3 li {
  padding-right: 4%;
  margin-bottom: 4%;
  display: inline-block;
  line-height: 0;
}
.sec_3 li:last-child {
  padding-right: 0;
}
.sec_3 p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 20px;
}
.sec_4 h2 {
  margin-bottom: 20px;
}
.sec_4 h4 {
  font-size: 41px;
  font-weight: bold;
  /*color: #f44270;*/
  color: #e3007f;
}
.sec_4 p img {
  display: inline-block;;
  padding-right: 10px;
}
.sec_4 .tel-link {
  color: #79683d;
  font-size: 50px;
  font-weight: bold;
}
.sec_4 .tel-link a {
  color: #79683d;
}
.width940 {
  width: 940px;
  margin: auto;
}
.top .shop_data {
  background-image: url(../images/y_line.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #fbfaf4;
}
.shop_data table {
  margin-right: auto;
}
.shop_data th {
  font-weight: bold;
  background-color: #fbfaf4;
  color: #7d5b3a;
  /* border-bottom: white 6px solid; */
  vertical-align: top;
  width: 7em;
}
.shop_data p {
  float: right;
}
.shop_data .left {
  width: 47%;
  margin-right: 15px;
}
.shop_data .left img {
  margin-left: 0;
}
.shop_data .right {
  width: 40%;
}
.shop_data .right div {
  width: 210px;
  height: 210px;
  border: 3px solid #79683d;
  border-radius: 118px;
  background: #fff;
  position: relative;

}
.shop_data .right span {
  position: absolute;
  top: 18px;
  left: 22px;
  font-weight: bold;
  font-size: 23px;
  color: #79683d;
  padding-bottom: 10px;
  border-bottom: 1px solid #79683d;
  width: 167px;
  margin: auto;
  right: 34px;
  text-align: center;
}
.shop_data .right p {
  font-size: 15px;
  vertical-align: middle;
  position: absolute;
  top: 72px;
  letter-spacing: -0.8px;
  text-align: center;
  left: 13px;
  line-height: 1.7;
}
.shop_data .fa {
  color: #7d5b3a;
  margin-right: 10px;
}
.yoyaku  ul {
  text-align: center;
  margin: auto;
  width: 47%;
}
.yoyaku li.mail p a {
  font-size: 18px;
  text-decoration: underline;
}
.yoyaku li.mail ul {
  width: auto;
}
.yoyaku li.mail li {
  font-size: 15px;
  text-align: left;
  line-height: 1.4em;
  margin-bottom: 1em;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.yoyaku li.mail li span {
  background-image: url(../images/hisi.png);
  background-repeat: no-repeat;
  padding: 0 0.5em;
  background-position: center center;
}
.yoyaku h5 {
  background-color: #e3007f;
  padding: 10px;
  margin-bottom: 15px;
}
.yoyaku p {
  line-height: 1.5em;
  padding: 20px 0 30px;
}
.yoyaku small {
  font-size: 15px;
  display: block;
}
.yoyaku .tel-link {
  font-weight: normal;
  font-size: 33px;
}
.cal_wrapper {
  max-width: 800px; /* 最大幅 */
  min-width: 300px; /* 最小幅 */
  margin: 2.0833% auto;
}

.googlecal {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================
   ページ下部エリア　SNSセクション
   ========================= */
section.sns {
  background-image: url(../images/foot_line2.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 100px;
}

.sns ul {
  max-width: 940px;
  margin: auto;
}

.sns li {
  width: 47%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

/* Instagram埋め込み用の共通枠 */
.sns li .ig-embed {
  width: 390px;       /* PC時の最大幅 */
  max-width: 100%;
  margin: 0 auto;     /* 中央寄せ */
  height: auto;
  overflow: visible;
}

.sns li .ig-embed iframe {
  width: 100%;
  height: auto;
  border: 1px #dadada solid;
  overflow: hidden;
}


/* 埋め込みのフッター(いいね・シェア等)を非表示にする */
.sns li .ig-embed .instagram-media > div:last-child {
  display: none !important;
}

/* スマホは1カラム表示に */
@media (max-width: 768px) {
  .sns li {
    width: 100%;
    display: block;
    margin-bottom: 24px;
  }
  .sns li .ig-embed {
    width: 100%;
    max-width: 390px;
  }
  .sns li .ig-embed iframe {
    height: 520px;   /* 小さい画面でも切れないよう調整 */
  }
}



.ggmap {
  max-width: 100%;
  position: relative;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  height: 400px;
  clear: both;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
}
footer {
  /*padding: 79px 0 0;*/
  background-color: #fbfaf4;
  /*background-image: url(../images/foot_line.png);
  background-repeat: no-repeat;
  background-position: center -1px;*/
}
footer nav ul {
  text-align: center;
  padding: 20px 0;
}
footer nav li {
  display: inline-block;
  padding: 0 20px;
}
footer nav li a {
  color: #7d5b3a;
  font-size: 14px;
}
footer .foot {
  /* background-color: #e3007f; */
  background-color: #f187b2;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  margin-top: 50px;
}
footer .foot a {
  color: #fff;
}

.top_back {
  background-image: url(../images/y_line_f.png);
  background-repeat: repeat-x;
  background-position: center top;
}

/*/////////////// low ////////////////*/

.low .sec_1 {
  background-color: #fbfaf4;
  padding-top: 60px;
  margin-bottom: 0
}
.low .carten {
  top: 244px;
}
.low .width940 {
  width: 940px;
  margin: 0 auto 30px;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #ebe9dd;
  box-sizing: border-box;
}
.low .yoyaku {
  background-image: url(../images/y_line_f.png);
  background-repeat: repeat-x;
}
.low .sns .width940,.low .yoyaku .width940 {
  border: none;
}
.low .width940 h4 {
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ebe9dd;
  background-image: url(../images/w_tit_bg.png);
  background-repeat: no-repeat;
  background-size: 3%;
  background-position: 0 right;
  background-position: right center;
}
.low .width940 h4 img {
  display: inline-block;
}
.low .width940 p {
  padding-bottom: 15px;
  line-height: 1.3em;
}
.menu .sec_1 .width940 div.right {
  width: 400px;
}
.menu .sec_1 .width940 .left p {
  padding-top: 5px;
  font-size: 14px;
}
.menu .sec_1 .width940 li {
  display: inline-block;
  margin: 10px;
}
.menu .sec_1 .width940 th {
  font-weight: bold;
  font-size: 15px;
  color: #795c3d;
}
.menu .sec_1 .width940 .pl_15em th {
  padding-left: 1em;
  font-weight: normal;
}
.menu .sec_1 .width940 tr.bg_c {
  background-color: #fff;
}
.menu .sec_1 .width940 tr.bg_c td {
  text-align: center;
  background-color: #fbfaf4;
  font-size: 14px;
  font-weight: bold;
}
.menu .sec_1 .width940 td {
  text-align: right;
}
.menu .sec_1 .width940 td small {
  font-size: 13px;
  padding-left: 2px;
}
.low .width940 tr:nth-child(2n+1) {
  background-color: #fbfaf4;
}
.shop section.shop_data {
  background-color: #fbfaf4;
  margin-bottom: 0
}
body.shop .width940 tr:nth-child(2n+1) {
  background-color: inherit;
}
.low .width940 tr.bg_colo {
  /*background-color: #fbfaf4;*/
  border-bottom: 1px #ebe9dd dotted;
}
.low .width940 tr.bg_colo:last-child {
  border-bottom: none;
}
body.shop section.sec_1 {
  padding-bottom: 10px;
}
body.shop .width940 .left {
  margin-right: 10px;
}
body.shop .width940 td {
  line-height: 1.4em;
  font-size: 15px;
}
body.shop .width940 table.image {
  width: 100%;
}
.contact .sec_1 .width940 .left {
  width: 79%;
}
.contact .width940 p strong  {
  font-weight: bold;
}
.contact .width940 li{
  margin-left: 0;
  padding-bottom: 10px;
  font-size: 15px;
}
.contact .width940 li span.hishi {
  background-image: url(../images/hisi.png);
  background-repeat: no-repeat;
  padding: 0 0.5em;
  background-position: center center;
}
.contact .width940 form table {
  margin: 20px 0;
}
.contact .width940 form table {
  width: 100%;
}
.contact .width940 form table th {
  width: 30%;
  font-size: 15px;
  vertical-align: middle;
  font-weight: bold;
}
.contact .width940 form table td {
  padding: 20px 0;
  /*width: 55%;*/
}
.contact .width940 form table td select {
  font-size: 14px;
}
.contact .width940 form input,textarea {
  padding: 5px;
  font-size: 14px;
}
.contact .width940 form table td select {
  font-size: 14px;
  margin: 5px 5px 5px 0;
}
.contact .width940 form table th small {
  display: block;
  font-size: 13px;
  line-height: normal;
}
.contact .width940 form table th span {
  font-size: 12px;
  background-color: #e4007f;
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  margin: 3px 0 3px 10px;
  display: inline-block;
}
.contact .width940 form table th a {
  font-weight: bold;
  color: #d80909;
  text-decoration: underline;
}
.contact .width940 .form_a table tr.day td.date {
  width: 20%;
}
.contact .width940 .form_a table tr.day td.time {
  width: 40%;
}
.contact .width940 .form_a table tr.day td:before {
  content: " \f274";
  font-family: FontAwesome;
  font-size: 15px;
  padding-right: 5px;
}
.contact .width940 .form_a table tr.day td.time:before {
  content: " \f017";
  font-size: 18px;
}

.contact .width940 .form_a table tr.day td div {
  display: inline-block;
}
.contact .width940 .btn input {
  background-color: #e4007f;
  border: none;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  margin: auto;
  display: block;
  -webkit-appearance: none;
}
.contact .sec_1 .width940 .right li span {
  display: inline-block;
  vertical-align: middle;
  /* line-height: 1; */
}
.contact .sec_1 .width940 .right li {
  margin-bottom: 10px;
}
.contact .sec_1 .width940 .right li .fa {
  font-size: 17px;
  padding-right: 5px;
}
.contact .sec_1 .width940 .right li a {
  display: block;
  padding: 5px 10px;
  height: 35px;
  line-height: 35px;
  background-color: #fbfaf4;
  border-radius: 5px;
  border: 1px solid #ebe9dd;
}
.contact .sec_1 .width940 table td table.menu_list td {
  padding: 15px 0;
}

/* ▼▼▼ エラーメッセージ（パールピーチ仕様：ピンク＋三角！） ▼▼▼ */
.caution {
  color: #e4007f;
  font-weight: bold;
  font-size: 14px;
  margin: 6px 0 8px;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}
.caution::before {
  content: "\f071"; /* Font Awesome: exclamation-triangle */
  font-family: FontAwesome;
  margin-right: 8px;
  font-size: 1.1em;
  line-height: 1;
}
/* ▲▲▲ エラーメッセージ ▲▲▲ */

.privacy .width940 p {
  font-weight: bold;
  padding-bottom: 20px;
}
.privacy .width940 dd {
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 15px;
}
.privacy .width940 dt {
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 1.5em;
}
.privacy .width940 dt li {
  margin-left: 0;
  display: block;
  margin: 0 auto 15px;
}
.privacy .width940 dt.shop li {
  margin: 0;
  display: block;
}
.low .yoyaku .width940 li {
  display: block;
}
.contact .width940 li span.tel-link {
  background-image: none;
}
/* 旧：.caution b:before / .caution b は不使用のため削除（.caution 本体で制御） */

.low .width940 #end p {
  line-height: 1.5em;
}
.low .width940 #end .btn {
  line-height: 1.5em;
  text-align: center;
  margin-top: 10px;
}
.low .width940 #end p.btn a {
  padding: 5px 10px;
  background-color: #e3007f;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
}
.low .width940 #end p.btn a .fa {
  color: #fff;
  padding-left: 7px;
}
#confirm .width940 .btn {
  text-align: center;
}
#confirm .width940 .btn form {
  display: inline-block;
  margin: 20px 10px;
}
#confirm table {
  margin-top: 15px;
  width: 100%;
}
#confirm .width940 table th {
  width: 30%;
  font-size: 15px;
  vertical-align: middle;
  font-weight: bold;
}
#confirm .width940 table th span {
  font-size: 12px;
  background-color: #e4007f;
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  margin: 3px 0 3px 10px;
  display: inline-block;
}
.contact .width940 table td .text_box {
  border: 1px solid #ebe9dd;
  padding: 10px;
  line-height: 1.5em;
}
.contact .width940 table td table.menu_list th {
  width: auto;
}
.contact .width940 table td table.menu_list th a {
  text-decoration: none;
}
.contact .width940 table td table.menu_list th a .fa {
  padding-left: 5px;
  font-size: 14px;
}
.contact .width940 table td table.menu_list td {
  width: auto;
}

.font_wh a {
  color: #ffffff;
}
.sec_4 p.propic img {
  padding: 0;
  margin-bottom: 30px;
}

/*///////////////////////////////////*/

@media screen and (max-width: 980px) {
  section {
  padding: 40px 30px;
  }
  .width940 {
  width: 940px;
  }
}
@media screen and (max-width: 768px) {
  body {
  min-width: 768px;
  }
  section {
  padding: 40px 20px;
  width: 768px;
  box-sizing: border-box;
  }
  .top section.sec_1 p {
  font-size: 17px;
  }
  .low .carten {
  top: 265px;
  }
  .width940 {
  width: 728px;
  }
  section p {
  line-height: 1.8;
  font-size: 96%;
  text-align: center;
  }
  /* header .head_con th {
  display: block;
  }
  header .head_con td {
  display: block;
  }
  header .head_con td br {
  display: block;
  line-height: 1.4em;
  }
  header .head_con p {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  }
  .carten {
  width: 100%;
  top: 265px
  }
  .container {
  width: 768px;
  }
  header nav ul {
  padding: 36px 0 11px;
  }
  header nav li {
  padding: 0px 20px;
  } */
  .top section.sec_1 .top_ca {
  width: 100%;
  padding: 0;
  }
  .top section.sec_1 .top_ca p {
  width: auto;
  }
  .top section.sec_1 .top_ca li {
  width: 46%;
  margin-bottom: 20px;
  }
  .news li {
  width: 100%;
  /* float: left; */
  background-color: #fff;
  margin: 0 0 30px;
  border-top: 6px solid #ebe9dd;
  }
  .shop_data table {
  margin-left: auto;
  }
  .low .width940 {
  width: auto;
  padding: 20px 10px;
  }
  .low .sec_1 .width940 ul {
  float: none;
  }
  .low .sec_1 .width940 li {
  display: block;
  }
  body.shop section.shop_data {
  background-color: #fbfaf4;
  }
  body.shop .shop_data .width940 .left {
  width: 100%;
  float: none;
  }
  body.shop .shop_data .width940 .left img {
  width: 100%;
  }
  body.shop .shop_data table {
  margin: 10px 0 0 0;
  }
  body.shop .shop_data table td br {
  display: none;
  }
  .low .width940 p {
  text-align: left;
  line-height: 1.4em;
  }
  .contact .sec_1 .width940 .left {
  width: 100%;
  }
  .contact .sec_1 .width940 .right li {
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
  }
  .contact .sec_1 .width940 .right li a {
  height: 30px;
  line-height: 30px;
  }
}
/* @media screen and (max-width: 414px */
@media screen and (max-width: 414px) {
  body {
  min-width: 414px;
  }
  section {
  width: 414px;
  margin-bottom: 0;
  }
 .vh100 {
  /*height: 100vh;*/
  position: relative;
 }
  /* header {
  margin-bottom: 0;
  position: static;
  padding: 0;
  } */
  .container {
  width: 414px;
  position: relative;
  }
  .carten {
  display: none;
  }
  .carten_sp {
  display: block;
  background-image: url(../images/top_line.png);
  background-repeat: repeat-x;
  background-position: center 0;
  position: absolute;
  top: 242px;
  width: 100%;
  z-index: 1;
  height: 75px;
  top: 0;
  }
  .top section.sec_1 .top_ca p {
  background-image: none;
  }
  .low section.sec_1 {
  position: relative;
  }
  .top section.sec_1 p {
  font-size: 16px;
  text-align: left;
  letter-spacing: 1px;
  line-height: normal;
  word-break: auto-phrase;
  }
  /*250324.top section.sec_1 p br {
  display: none;
  }*/
  .top section.sec_1 .top_ca li {
  display: block;
  margin: 20px 0;
  width: 100%;
  }
  .top .sec_2 li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 25px 0;
  border-bottom: 3px solid #ebe9dd;
   min-height: auto;
  }
  .top .sec_2 a.right {
  float: none;
  display: block;
  }
  .width940 {
  width: 374px;
  }
  .shop_data .left {
  width: 100%;
  float: none;
  }
  .shop_data table {
  margin: 10px 0;
  width: 100%;
  }
  .shop_data th {
  display: block;
  }
  .shop_data td {
  display: block;
  }
  .shop_data p {
  float: noen;
  width: 100%;
  }
  .shop_data p a {
  display: block;
  padding: 10px 10px;
  }
  .sns li {
  width: 100%;
  display: block;
  margin-bottom: 60px;
  }
  .sns li h3 {
  margin-bottom: 10px;
  }
  footer nav li {
  display: block;
  margin: 0 20px 15px;
  }
  .sec_1 p {
  text-align: justify;
  text-justify: inter-ideograph;
  }
  .sec_3 p {
  letter-spacing: -0.5px;
  padding-top: 15px;
  }
  .sec_3 li {
  width: 100%;
  }
  .sec_4 .tel-link {
  font-size: 31px;
  display: inline-block;
  vertical-align: middle;
  }
  .sec_4 p img {
  vertical-align: middle;
  }
  .yoyaku  ul.left,ul.right {
  width: 100%;
  clear: both;
  }

   
   
  body.shop .shop_data table td br {
   display: block;
   }
  .contact .sec_1 .width940 .right {
  float: none;
  }
  .contact .sec_1 .width940 .right li {
  margin: 7px 0 7px 0;
  display: inline-block;
  width: 100%;
  }
  .contact .sec_1 .width940 .right li .fa {
  padding-right: 10px;
  }
  .contact .width940 .form_a table {
  width: 350px;
  display: block;
  }
  .low .width940 tr,.low .width940 tr.bg_colo {
  width: 350px;
  }
  .contact .width940 .form_a table th {
  width: 350px;
  display: block;
  box-sizing: border-box;
  }
  .contact .width940 .form_a table td {
  width: 350px;
  display: block;
  box-sizing: border-box;
  padding: 0 10px 20px;
  }
  .contact .width940 .form_a table td textarea {
  width: 317px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }
  .menu .sec_1 table {
  width: 100%;
  margin-bottom: 20px;
  }
  .low .yoyaku .width940 p {
  text-align: center;
  }
  .head_con table {
  display: none;
  }
  header .head_con {
  display: none;
  }

  .top section.sec_1 .top_ca p {
    font-size: 20px;
    line-height: 1.5em;
    padding: 10px 0;
  }
  
  .carten_sp_low {
  display: block;
  background-image: url(../images/top_line.png);
  background-repeat: repeat-x;
  background-position: center 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 75px;
  top: 0;
  right: 0;
  }
  .contact .width940 .form_a table th small br {
  display: noen;
  }
  .low .image img {
  width: 100%;
  }
  .menu .sec_1 .width940 div.right {
  width: 100%;
  }
  .menu .sec_1 .width940 div.left {
  width: 100%;
  }
  .menu .sec_1 .width940 th {
  font-size: 14px;
  }
  .menu .sec_1 .width940 li {
  margin: 10px 0;
  }
  #confirm .width940 .form_a table th {
  width: auto;
  display: block;
  padding: 15px 10px 0;
  }
  .contact .width940 .form_a table td {
  padding: 5px 10px 15px;
  display: block;
  }
  .contact .width940 .form_a table th.bg_colo {
  margin-top: 15px;
  padding-bottom: 0;
  }
  .contact .sec_1 .width940 .form_a table td table.menu_list {
  width: 100%;
  display: table;
  }
  .contact .sec_1 .width940 .form_a table td table.menu_list td {
  padding: 5px 10px 10px;
  }
  .low section.yoyaku .width940,.low section.sns .width940 {
  padding: 20px 0;
  }
}

/* END @media screen and (max-width: 414px */
  
/*instafeed*/
#instafeed li {
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin: 6px;
}
#instafeed a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#instafeed a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.sns li.right {
  width:49%;
}
.contact .width940 #instafeed li{
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
#instafeed li {
  width: 30.333%;
  height: 130px;
  overflow: hidden;
  margin: 6px 3px;
  display: inline-block;
}
.sns li.right {
  width:auto;
  float: none;
  }
section.sns {
  padding-bottom: 20px;
}}
/*20201027*/
.news ul {
  width: 930px;
  display: flex;
}
.news li {
  width: 50%;
}
@media screen and (max-width: 768px) {

  .news ul {
  display: block;
  width: 100%;
  }
  .news li {
  width: 100%;
}
}

/* SPメニューの“元”メニューは常に隠す（JSがクローンして使う） 250921*/　
/* #menuList { display: none !important; } */


