/*
Theme Name: ichinotani
*/


/* Base setting
   ========================================================================== */

img {
 height: auto;
}

div {
 text-align: left;
}

ul,
ol,
dl,
dt,
dd {
 margin: 0;
 padding: 0;
 text-align: left;
}

ul li {
 list-style: none;
}

table {
 border: none;
 border-spacing: 0;
 border-collapse: collapse;
}

th,
td {
 vertical-align: top;
 text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 margin: 0;
 line-height: 1.4;
}

em {
 font-weight: bold;
 font-style: normal;
}

p {
 margin: 0;
}

a {
 outline: none;
 color: #000;
}

a:link {
 color: #000;
 text-decoration: none;
}

a:visited {
 color: #000;
 text-decoration: none;
}

a:hover {
 color: #555;
 text-decoration: none;
}

a:focus {
 color: #555;
 text-decoration: none;
}

a:active {
 color: #555;
 text-decoration: none;
}


/* Common
   ========================================================================== */

body {
 overflow-x: hidden;
 background-color: #fff;
 color: #000;
 letter-spacing: .05em;
 font-weight: 500;
 font-size: 62.5%;
 font-family: "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
 line-height: 1.7;
}


/*IEのみ文字間隔設定無し*/

@media all and (-ms-high-contrast: none) {
 body {
  font-variant-east-asian: proportional-width;
  -moz-font-feature-settings: "pwid";
  -webkit-font-feature-settings: "pwid";
  font-feature-settings: "pwid";
 }
}

.content-head {
 padding: 12vh 0;
}

.content-ttl {
 margin: 0 auto;
 max-width: 1000px;
 width: 100%;
 color: #fff;
 text-align: center;
 text-shadow: 0 0 10px rgba(0, 0, 0, 1);
 letter-spacing: .15em;
 line-height: 1.4;
}

.content-ttl-cat {
 margin-bottom: .5em;
 letter-spacing: .1em;
 font-weight: bold;
 font-size: 2.7em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.content-ttl h1 {
 display: inline-block;
 margin: 0;
 padding: .4em 1.3em;
 border: 4px solid #fff;
 background-color: rgba(0, 0, 0, 0.2);
 letter-spacing: .1em;
 font-size: 4.2em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 1.4;
}

.content-ttl h1 a {
 color: #fff;
}

.content-ttl h1 a:hover {
 color: #fff1a3;
}

.sec {
 position: relative;
 display: flex;
 box-sizing: border-box;
 margin: 0 auto 52px;
 padding: 46px 46px 46px;
 width: 94%;
 background-color: #fff;
 box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: flex-start;
}

.sec-s {
 display: flex;
 margin-bottom: 7em;
 width: 100%;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.sec .sec-s:last-of-type {
 margin-bottom: 0;
}

.sec p {
 margin: 0 0 1.2em;
 font-size: 1.7em;
}

.sec h4 {
 margin: 0 auto 6px;
 font-weight: bold;
 font-size: 1.2em;
}

.pct {
 line-height: 0;
}

.pct img {
 width: 100%;
 line-height: 0;
}

#infscr-loading {
 position: relative;
 width: 100%;
 height: 100px;
 text-align: center;
}

.nopost {
 padding: 2em 0;
 width: 100%;
 text-align: center;
 font-size: 1.8em;
}

.sec-ttl {
 margin: 0 0 2.8em;
 width: 100%;
 text-align: center;
}

.sec-ttl h2 {
 display: inline-block;
 padding-bottom: .2em;
 border-bottom: 1px solid #907f4f;
 font-size: 2.9em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

h2 strong {
 color: #ed600e;
}

.sec-lead {
 margin: 0 auto 4em;
 width: 100%;
}

.sec-lead p {
 text-align: center;
 font-size: 2.8em;
 line-height: 1.85;
 letter-spacing: 0;
 color: #604126;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.sec-menu {
 border: 4px solid #fff;
 box-sizing: border-box;
 background: #fff url(assets/img/common/bg_food_ttl.png) center top repeat-x;
}

.sec-menu .sec-ttl h2 {
 display: inline-block;
 padding-bottom: 0;
 border-bottom: none;
 font-size: 3em;
 text-shadow: rgb(255, 255, 255) 0px 0px 8px, rgb(255, 255, 255) 0px 0px 8px, rgb(255, 255, 255) 0px 0px 8px;
}

.sec h3 {
 box-sizing: border-box;
 margin: 0 0 .75em;
 padding: .5em;
 width: 100%;
 border-radius: 2px;
 background: #2d3760 url(assets/img/common/bg_wall_bl.png) repeat;
 color: #fff;
 text-align: center;
 text-shadow: 0 0 7px rgba(0, 0, 0, .3);
 font-weight: bold;
 font-size: 2.3em;
 line-height: 1.5;
}

.sec h3 aside,
.sec h4 aside {
 display: inline-block;
 font-weight: 500;
 width: auto;
 margin: 0 auto 0 .8em;
 letter-spacing: 0;
}

.sec p strong {
 color: #b2371a;
}

.list-items li {
 line-height: 1.4;
 position: relative;
 margin-bottom: .4em;
 padding-left: 1.3em;
}

.list-items li::before {
 position: absolute;
 top: 0;
 left: 0;
 margin-top: 0;
 color: #97b961;
 content: "\f10c";
 font-family: "FontAwesome";
}

.note-list li {
 padding-left: 1em;
 position: relative;
}

.note-list li::before {
 content: "・";
 position: absolute;
 left: 0;
 top: 0;
}

.note,
.sec .txt .note {
 width: 100%;
 font-size: 1rem;
 line-height: 1.5;
}

span.note {
 font-size: .8em;
}

.tax,
.size {
 font-size: .7em;
}

.sec sup {
 top: 0;
}

.bloc-28 {
 width: 28%;
}

.bloc-48 {
 width: 48%;
}

.bloc-68 {
 width: 68%;
}

.wd-100 {
 width: 100% !important;
}

.mgn-t-05em {
 margin-top: 0.5em !important;
}

.mgn-t-1em {
 margin-top: 1em !important;
}

.mgn-t-2em {
 margin-top: 2em !important;
}

.mgn-t-3em {
 margin-top: 3em !important;
}

.mgn-b-0em {
 margin-bottom: 0em !important;
}

.mgn-b-1em {
 margin-bottom: 1em !important;
}

.mgn-b-2em {
 margin-bottom: 2em !important;
}

.mgn-b-3em {
 margin-bottom: 3em !important;
}

.pdg-t-0em {
 padding-top: 0em !important;
}

.aln-l {
 text-align: left !important;
}

.aln-r {
 text-align: right !important;
}

.fnt-13 {
 font-size: 130% !important;
}

.fnt-15 {
 font-size: 150% !important;
}

.fnt-2 {
 font-size: 200% !important;
}

.sp-border-2-t {
 padding-top: 1em;
 border-top: 2px solid #d6cfc1;
}

.box-border-wrap {
 text-align: center;
}

.btn-detail-wrap {
 text-align: center;
}

.sec .btn-detail-wrap {
 margin: 2em 0 0.5em;
 width: 100%;
}

a.btn-detail {
 position: relative;
 display: inline-block;
 box-sizing: border-box;
 padding: 9px 88px 9px 84px;
 min-width: 308px;
 background: #f6f3e7;
 background: -moz-linear-gradient(top, #ffffff 0%, #f6f3e7 100%);
 background: -webkit-linear-gradient(top, #ffffff 0%, #f6f3e7 100%);
 background: linear-gradient(to bottom, #ffffff 0%, #f6f3e7 100%);
 box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
 color: #000;
 text-align: center;
 letter-spacing: .1em;
 font-weight: bold;
 font-size: 18px;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 1.4;
 transition: 0.2s;
}

a.btn-detail::after {
 position: absolute;
 top: 50%;
 right: 6%;
 margin-top: -8px;
 width: 15px;
 height: 15px;
 background: url(assets/img/common/ico_arrow_l.png) right center / 15px 15px no-repeat;
 content: "";
}

a.btn-detail:hover {
 background: #f6f3e7;
 background: -moz-linear-gradient(top, #d6c890 0%, #a08f4c 100%);
 background: -webkit-linear-gradient(top, #d6c890 0%, #a08f4c 100%);
 background: linear-gradient(to bottom, #d6c890 0%, #a08f4c 100%);
 transition: 0.4s;
}

a.btn-detail:hover::after {
 background: url(assets/img/common/ico_arrow_wh.png) right center / 15px 15px no-repeat;
}

.ttl-bothline-wrap {
 display: flex;
 flex-wrap: wrap;
 margin-bottom: 1.5em;
}

.ttl-bothline-wrap .ttl-bothline {
 text-align: center;
 display: inline-block;
 margin: 0 auto;
 position: relative;
}

.ttl-bothline-wrap .ttl-bothline::before {
 position: absolute;
 top: 50%;
 left: -19%;
 width: 15%;
 border-top: 1px solid #000;
 content: "";
}

.ttl-bothline-wrap .ttl-bothline::after {
 position: absolute;
 top: 50%;
 right: -19%;
 width: 15%;
 border-top: 1px solid #000;
 content: "";
}

.border-1-b {
 border-bottom: 1px solid #d6cfc1 !important;
}


/* common for desktop */

@media print,
screen and (min-width: 768px) {
 .home-sec .txt p {
  margin-bottom: .9em;
  font-size: 1.6em;
 }
 .nav-links .nav-previous {
  text-align: center;
 }
 .nav-links .nav-previous a {
  display: inline-block;
  padding: 12px 90px;
  border-radius: 28px;
  background-color: #a58e41;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
 }
 .nav-links .nav-previous a:hover {
  background-color: #bca350;
  -webkit-transition: 0.4s;
  transition: 0.4s;
 }
 .pc {
  display: block;
 }
 .sp {
  display: none!important;
 }
}


/* =================================================================
		Layout
================================================================= */

#wrap {
 position: relative;
 margin: 0 auto;
}

#content {
 margin: 0 auto;
 padding: 4em 0 6em;
 width: 100%;
}

#main {
 margin: 0 auto;
 max-width: 1000px;
}

body.home #content {
 display: block;
 min-width: 100%;
 width: 100%;
 padding: 3em 0 0;
}

body.home #content.scroll {
 margin-top: 178px;
}

#content.scroll {
 margin-top: 174px;
}

#entry-content {
 font-size: 1.4em;
}

.entry-content {
 font-size: 1.4em;
}

#side {
 width: 22%;
 font-size: 1.3em;
}


/* for tablet */

body.tablet,
body.tablet #wrap {
 min-width: 1020px;
}

body.tablet .head-address {
 width: 18%;
 margin-right: 1%;
}

body.tablet .head-tel {
 width: 48%;
}

body.tablet .home-key .key-slider {
 min-width: 1020px;
 background-position: center center;
 background-size: cover;
}

body.tablet .home-area-map {
 margin: -23px 0 0 0;
}

body.tablet .home-area-map img {
 width: 100%;
}


/* =================================================================
		Header
================================================================= */

.srvcnav-list {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.srvcnav-list li {
 width: 48%;
}

a.srvcnav-btn {
 display: flex;
 box-sizing: border-box;
 padding: 10px 7px;
 width: 100%;
 box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
 color: #fff;
 font-weight: bold;
 font-size: 1.4em;
 cursor: pointer;
 align-items: center;
}

.srvcnav-meal a.srvcnav-btn {
 background: #af984d;
 background: -moz-linear-gradient(top, #af984d 0%, #957a24 100%);
 background: -webkit-linear-gradient(top, #af984d 0%, #957a24 100%);
 background: linear-gradient(to bottom, #af984d 0%, #957a24 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af984d', endColorstr='#957a24', GradientType=0);
}

.srvcnav-meal a.srvcnav-btn:hover {
 background: #cbb15c;
 background: -moz-linear-gradient(top, #d3b85e 0%, #a38627 100%);
 background: -webkit-linear-gradient(top, #d3b85e 0%, #a38627 100%);
 background: linear-gradient(to bottom, #d3b85e 0%, #a38627 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b85e', endColorstr='#a38627', GradientType=0);
}

.srvcnav-deli a.srvcnav-btn {
 background: #af984d;
 background: -moz-linear-gradient(top, #9b675a 0%, #7b493d 100%);
 background: -webkit-linear-gradient(top, #9b675a 0%, #7b493d 100%);
 background: linear-gradient(to bottom, #9b675a 0%, #7b493d 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b675a', endColorstr='#7b493d', GradientType=0);
}

.srvcnav-deli a.srvcnav-btn:hover {
 background: #cbb15c;
 background: -moz-linear-gradient(top, #a86c5b 0%, #835245 100%);
 background: -webkit-linear-gradient(top, #a86c5b 0%, #835245 100%);
 background: linear-gradient(to bottom, #a86c5b 0%, #835245 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a86c5b', endColorstr='#835245', GradientType=0);
}


/* head for desktop */

@media print,
screen and (min-width: 768px) {
 #site-header {
  margin: 0 auto;
  width: 100%;
  border-top: 5px solid #3e3e3e;
  background-color: #fff;
  line-height: 1;
 }
 #site-header .head-content {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding-top: 24px;
  min-width: 1000px;
  width: 1000px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
 }
 .head-logo {
  margin-right: 3%;
  width: 20%;
  transition: 0.2s;
 }
 .head-logo:hover {
  opacity: .7;
  transition: 0.4s;
 }
 .head-logo h1 {
  margin: 0 0 6px;
 }
 .head-logo img {
  width: 100%;
 }
 .head-logo .summary {
  margin-top: 6px;
  text-align: center;
  font-size: 1.3em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 }
 .head-address {
  margin-right: 2%;
  width: 20%;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1.6;
 }
 .head-tel {
  margin-right: 1%;
  width: 448px;
  text-align: center;
 }
 .head-tel dt {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.4em;
 }
 .head-tel dt::before {
  position: absolute;
  top: 50%;
  left: -34%;
  width: 30%;
  border-top: 1px solid #828282;
  content: "";
 }
 .head-tel dt::after {
  position: absolute;
  top: 50%;
  right: -34%;
  width: 30%;
  border-top: 1px solid #828282;
  content: "";
 }
 .head-tel dd {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
 }
 .head-tel .freedial {
  margin-right: 6px;
  width: 32px;
  line-height: 1;
 }
 .head-tel .freedial img {
  width: 100%;
 }
 .head-tel .number {
  margin-right: 8px;
  letter-spacing: .05em;
  font-size: 3em;
  font-family: "times new roman", georgia, times, serif;
 }
 .head-tel .reception {
  margin-right: 9px;
  font-size: 1.15em;
  line-height: 1.3;
 }
 .head-tel .holiday {
  margin-top: 6px;
  letter-spacing: 0em;
  font-size: 1.25em;
  line-height: 1.6;
 }
 .head-contact a {
  display: block;
  display: flex;
  width: 84px;
  height: 84px;
  border-radius: 42px;
  background: #324e7d url(assets/img/head/bg_btn_reservation.png) repeat;
  color: #fff;
  font-weight: bold;
  font-size: 1.55em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.4;
  transition: 0.2s;
  justify-content: center;
  align-items: center;
 }
 .head-contact a:hover {
  opacity: .8;
  transition: 0.4s;
 }
 .head-nav {
  position: relative;
  display: flex;
  margin: 22px auto 14px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
 }
 #srvcnav {
  width: 29%;
 }
 .srvcnav-btn .ico {
  margin-right: 5px;
  height: 18px;
 }
 .srvcnav-meal .srvcnav-lower-list {
  position: absolute;
  top: 38px;
  left: 0px;
  z-index: 99;
  display: none;
  width: 100%;
  background-color: rgba(128, 105, 34, 0.9);
 }
 .srvcnav-deli .srvcnav-lower-list {
  position: absolute;
  top: 38px;
  left: 0px;
  z-index: 99;
  display: none;
  width: 100%;
  background-color: rgba(96, 55, 36, 0.9);
 }
 .srvcnav-lower-list::after {
  display: block;
  clear: both;
  content: "";
 }
 .srvcnav-lower-list li {
  float: left;
  width: auto;
  border-left: none;
  font-weight: normal;
  font-size: 1.4em;
 }
 .srvcnav-lower-list a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 28px 11px;
  color: #fff;
  transition: 0.3s;
 }
 .srvcnav-list .srvcnav-lower-list a:hover {
  background-color: rgba(62, 45, 33, 0.3);
  color: #fff;
  transition: 0.4s;
 }
 /*
 .srvcnav-list .srvcnav-lower-list a:hover::after {
  display: none;
 }
*/
 .srvcnav-lower-list li a::after {
  position: absolute;
  top: 24px;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, .3);
  content: "";
 }
 .srvcnav-lower-list li:first-child a::after {
  content: none;
 }
 .srvcnav-lower-list li.btn-menulist {
  float: right;
  margin: 0 auto;
  font-size: 1.25em;
  padding: 1.5em .7em 0 0;
 }
 .srvcnav-lower-list li.btn-menulist a {
  padding: 10px 10px;
  border-radius: 4px;
  background-color: #fff;
  color: #4d412a;
  transition: 0.3s;
 }
 .srvcnav-lower-list li.btn-menulist a:hover {
  background-color: #feffe8;
  color: #4d412a;
  transition: 0.4s;
 }
 .srvcnav-lower-list li.btn-menulist a::after {
  display: none;
 }
 #gnav {
  width: 70%;
 }
 .gnav-list {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: stretch;
 }
 .gnav-list li {
  position: relative;
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  font-size: 1.5em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.4;
 }
 .gnav-list li::after {
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 16px;
  background-color: #bfbfbf;
  content: "";
 }
 .gnav-list li a {
  display: block;
  margin: 0 auto;
  padding: 2px 22px;
  color: #000;
  text-align: center;
  transition: 0.2s;
 }
 .gnav-list li a:hover {
  color: #705a12;
  transition: 0.3s;
 }
 .gnav-contact a {
  display: block;
  padding: 12px 34px 12px;
  border-radius: 19px;
  background-color: #eb8353;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  font-size: 1.4em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
 }
 .gnav-contact a:hover {
  background-color: #ce5f2c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
 }
 .gnav-contact span {
  display: inline;
 }
 .gnav-contact a br {
  display: none;
 }
 #site-header.scroll {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding-bottom: 0;
  border-bottom: solid 1px #bbb;
  background: #fff;
 }
 .scroll .head-logo,
 .scroll .head-address,
 .scroll .head-tel,
 .scroll .head-contact {
  display: none;
 }
 .scroll .logo img {
  position: relative;
  top: -14px;
 }
 .scroll#site-header .head-content {
  padding-top: 0;
  align-items: center;
 }
 .scroll .srvcnav-lower-list a:link {
  width: 100%;
 }
 .scroll .head-nav {
  margin: 14px auto 14px;
 }
 .head-tel-sp {
  display: none;
 }
 #gnav-spnav,
 #spnav-menu,
 .head-contact-sp,
 .head-nav-sp {
  display: none;
 }
}


/* header for mobile */

@media screen and (max-width: 767px) {
 #site-header {
  margin: 0 auto;
  width: 100%;
  border-top: 4px solid #3e3e3e;
  background-color: #fff;
  line-height: 1;
 }
 #site-header .head-content {
  height: 74px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 2vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
 }
 .head-logo {
  width: 44%;
 }
 .head-logo img {
  width: 100%;
  max-height: 44px;
 }
 .head-logo h1 {
  margin: 0;
 }
 .head-logo a {
  display: block;
  line-height: 1;
 }
 .head-logo .summary {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.3;
  margin-top: .2em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  white-space: nowrap;
 }
 .head-address,
 .head-tel,
 .head-contact,
 .head-nav {
  display: none;
 }
 .head-contact-sp {
  width: 44%;
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 .head-contact-sp-open {
  width: 48%;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.4;
 }
 .head-contact-sp-open .note {
  font-size: .8em;
 }
 .head-contact-sp-tel,
 .head-contact-sp-mail {
  width: 47%;
 }
 .head-contact-sp-tel a,
 .head-contact-sp-mail a {
  display: block;
  text-align: center;
  font-weight: bold;
  min-height: 2.5em;
  padding: 0.6em 0;
  font-size: 1.25em;
  line-height: 1;
  background: #324e7d url(assets/img/head/bg_btn_reservation.png) repeat;
  color: #fff;
  border-radius: 6px;
 }
 .head-contact-sp-tel a::before {
  position: relative;
  display: block;
  margin: 0 auto .15em;
  content: "\f095";
  color: #fff;
  font-size: 1.35em;
  font-family: "FontAwesome";
  font-weight: 500;
 }
 .head-contact-sp-mail a::before {
  position: relative;
  display: block;
  margin: 0 auto .4em;
  content: "\f0e0";
  color: #fff;
  font-size: 1.1em;
  font-family: "FontAwesome";
  font-weight: 500;
 }
 .head-nav-sp {
  position: relative;
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0 2vw;
  box-sizing: border-box;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
 }
 .fixed .head-nav-sp {
  position: fixed;
  top: 0px;
  z-index: 999;
 }
 .fixed #site-header {
  margin-bottom: 52px;
 }
 .fixed .srvcnav-meal .srvcnav-lower-list {
  top: 52px;
 }
 .fixed .srvcnav-deli .srvcnav-lower-list {
  top: 52px;
 }
 .fixed .lower-main-list {
  top: 52px;
 }
 .srvcnav-list {
  width: 82%;
 }
 .srvcnav-list li.srvcnav-meal,
 .srvcnav-list li.srvcnav-deli {
  width: 38%;
 }
 .srvcnav-list li.srvcnav-form {
  width: 22%;
 }
 a.srvcnav-btn {
  padding: 0.3em 0.1em 0.3em 1.5em;
  height: 40px;
  font-size: 1.3em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
 }
 .srvcnav-form a {
  background: #222222;
  background: -moz-linear-gradient(top, #777777 0%, #222222 100%);
  background: -webkit-linear-gradient(top, #777777 0%, #222222 100%);
  background: linear-gradient(to bottom, #777777 0%, #222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#222222', GradientType=0);
  padding: 0.3em 0.2em;
 }
 .srvcnav-btn .ico {
  margin-right: .15em;
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -0.4em;
 }
 .srvcnav-btn .ico img {
  height: 1.1em;
 }
 .srvcnav-meal .srvcnav-lower-list {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  background-color: rgba(128, 105, 34, 0.9);
 }
 .srvcnav-deli .srvcnav-lower-list {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  background-color: rgba(96, 55, 36, 0.9);
 }
 .lower-main-list {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  background-color: rgba(40, 40, 40, 0.9);
 }
 .srvcnav-lower-list li {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  font-weight: normal;
  font-size: 1.6em;
 }
 .srvcnav-lower-list a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: .8em .3em;
  color: #fff;
 }
 .srvcnav-lower-list .btn-menulist a {
  background-color: rgba(0, 0, 0, 0.5)
 }
 .srvcnav-lower-list .btn-close {
  padding: .8em .3em;
  font-size: 1.5em;
  background-color: rgba(255, 255, 255, 0.5)
 }
 .btn-close::before {
  position: relative;
  display: inline;
  margin-right: .3em;
  color: #444;
  content: "\f057";
  font-size: 1.1em;
  font-family: "FontAwesome";
 }
 .gnav-btn-sp {
  display: flex;
  width: 17%;
  height: 40px;
  box-sizing: border-box;
  background: #222222;
  background: -moz-linear-gradient(top, #dedede 0%, #bfbfbf 100%);
  background: -webkit-linear-gradient(top, #dedede 0%, #bfbfbf 100%);
  background: linear-gradient(to bottom, #dedede 0%, #bfbfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#bfbfbf', GradientType=0);
  padding: 0.3em 0.2em;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
 }
 .srvcnav-lower-list {
  display: none;
 }
 .gnav-contact {
  display: none;
  margin-top: -2px;
 }
 .gnav-contact a {
  display: block;
  padding: .9em 1em;
  border-radius: 20px;
  background: #eb8353;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
 }
 #gnav-spnav {
  width: 28px;
 }
 #gnav-spnav img {
  width: 100%;
 }
}


/* =================================================================
		cv
================================================================= */

.cv {
 margin: 2vw;
 padding: 11vh 0;
 background: url(assets/img/common/bg_contact.jpg) center center / cover no-repeat;
}

.cv .inner {
 position: relative;
 margin: 0 auto;
 padding: 4.5em;
 min-width: 720px;
 max-width: 870px;
 width: 60%;
 background-color: rgba(0, 0, 0, 0.8);
 color: #fff;
 text-align: center;
}

.cv-change {
 position: absolute;
 top: -1.1em;
 right: 4%;
 display: flex;
 width: 134px;
 height: 134px;
 border-radius: 67px;
 background-color: #c4ac5f;
 color: #000;
 font-weight: bold;
 font-size: 1.5em;
 line-height: 1.5;
 justify-content: center;
 align-items: center;
}

.cv h3 {
 display: inline-block;
 margin-bottom: 1.4em;
 padding-bottom: .3em;
 border-bottom: 1px solid #c0c0c0;
 letter-spacing: .15em;
 font-size: 2.7em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.cv-tel-number {
 display: flex;
 line-height: 1;
 justify-content: center;
 flex-wrap: nowrap;
 align-items: center;
}

.cv-tel-number .number {
 color: #fff;
 letter-spacing: .05em;
 font-family: "times new roman", georgia, times, serif;
}

.cv-tel {
 text-align: center;
}

.cv-mail {
 text-align: center;
}

.cv-tel-number {
 margin-bottom: 10px;
}

.cv-tel-number .freedial {
 margin-right: .9em;
 width: 4.6em;
}

.cv-tel-number .freedial img {
 width: 100%;
 ;
}

.cv-tel-number .number {
 letter-spacing: .1em;
 font-size: 4.6em;
}

.cv-tel-reception {
 margin-bottom: 2em;
 font-size: 1.6em;
}

.cv-tel-hour {
 font-size: 1.3em;
}

.cv-mail h3 {
 margin-bottom: 34px;
}

.cv-tel-btn {
 text-align: center;
}

.cv-mail-btn {
 margin-bottom: 3.2em;
 text-align: center;
}

.cv-tel-btn {
 display: none;
}

.cv-mail-btn a,
.cv-tel-btn a {
 display: inline-block;
 box-sizing: border-box;
 padding: .5em 0;
 min-width: 400px;
 background: #f6f3e7;
 background: -moz-linear-gradient(top, #ffffff 0%, #ebe3bf 100%);
 background: -webkit-linear-gradient(top, #ffffff 0%, #ebe3bf 100%);
 background: linear-gradient(to bottom, #ffffff 0%, #ebe3bf 100%);
 box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
 color: #000;
 text-align: center;
 letter-spacing: .1em;
 font-weight: bold;
 font-size: 2.2em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebe3bf', GradientType=0);
 transition: 0.2s;
}

.cv-mail-btn a::before {
 position: relative;
 display: inline;
 margin-right: .3em;
 color: #395391;
 content: "\f0e0";
 font-size: 1.1em;
 font-family: "FontAwesome";
}

.cv-mail-btn a:hover {
 background: #f6f3e7;
 background: -moz-linear-gradient(top, #d6c890 0%, #a08f4c 100%);
 background: -webkit-linear-gradient(top, #d6c890 0%, #a08f4c 100%);
 background: linear-gradient(to bottom, #d6c890 0%, #a08f4c 100%);
 transition: 0.4s;
}

.cv-tel-btn a::before {
 position: relative;
 display: inline;
 margin-right: .3em;
 color: #395391;
 content: "\f095";
 font-size: 1.2em;
 font-family: "FontAwesome";
}

.cv-mail-btn a:hover::before {
 color: #fff;
}

.cv .note {
 text-align: left;
 font-size: 1.6em;
}


/* =================================================================
		Footer
================================================================= */

#site-footer {
 width: 100%;
 background-color: #1a1a1a;
}

#site-footer .inner {
 margin: 0 auto;
 padding: 60px 0;
 max-width: 1000px;
 width: 100%;
}

.foot-bn-recruit {
 margin-bottom: 5em;
 text-align: center;
}

#footnav {
 display: flex;
 margin: 0 auto 12px;
 width: 80%;
 align-items: stretch;
}

.footnav-list {
 margin-right: 68px;
}

#footnav .footnav-list:last-child {
 margin-right: 0;
}

.footnav-list li {
 margin-bottom: 1.1em;
 font-size: 14px;
}

.footnav-list li h3 {
 margin-bottom: .6em;
 color: #dedbb8;
 font-size: 1em;
}

.footnav-list li a {
 text-decoration: underline;
}

.footnav-list a {
 color: #fff;
}

.footnav-lowernav li {
 margin-bottom: .5em;
}

.foot-profile {
 margin-bottom: 4em;
 color: #fff;
 text-align: center;
}

.foot-profile .logo {
 margin-bottom: 1.5em;
}

.foot-profile p {
 color: #f2f2f2;
 text-align: center;
 font-size: 1.15em;
}

.copyright {
 color: #f2f2f2;
 text-align: center;
 font-size: 1.4em;
}

.fixedcv {
 display: none;
}

#scrollUp {
 right: -14px;
 bottom: 124px;
 width: 96px;
 height: 96px;
 background: url(assets/img/common/btn_totop.png) 0 0 no-repeat;
 text-indent: -9990px;
 opacity: .8;
}

.fixedcv-pc {
 position: fixed;
 right: -250px;
 bottom: 9px;
 z-index: 100;
 box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
 transform: 0.2s;
}

.fixedcv-pc a {
 padding: 10px 8px 0 14px;
 width: 230px;
 height: 92px;
 display: block;
 border: 1px solid #3d4174;
 background-color: #fff;
 transition: 0.4s;
}

.fixedcv-pc a:hover {
 border: 1px solid #3d4174;
 background-color: #3d4174;
 color: #fff;
}

.fixedcv-pc h3 {
 font-size: 1.6em;
 text-align: center;
}

.fixedcv-pc-tel {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.fixedcv-pc-tel .freedial {
 padding-top: 8px;
 width: 34px;
}

.fixedcv-pc-tel .freedial img {
 width: 100%;
}

.fixedcv-pc-tel .number {
 width: 188px;
 font-size: 3em;
 font-family: "times new roman", georgia, times, serif;
 line-height: 1.3;
}

.fixedcv-pc-mail .reception {
 font-size: 1.5em;
 text-align: center;
}

.footer_cv_tel{
	display:none;
}


/* footer for mobile */

@media screen and (max-width: 767px) {
 #scrollUp {
  /*bottom: 1em;*/
  bottom:7em;
  width: 20vw;
  height: 20vw;
  background-size: cover;
 }
 #site-footer .inner {
  /*padding: 3em 0;*/
  padding: 3em 0 8em;
  max-width: none;
  width: 92%;
 }
 .foot-bn-recruit {
  margin: 0 auto 2.5em;
  width: 90%;
 }
 .foot-bn-recruit img {
  width: 100%;
 }
 #footnav {
  display: none;
 }
 .foot-profile {
  width: 90%;
  margin: 0 auto 3em;
 }
 .foot-profile .logo {
  text-align: center;
 }
 .foot-profile .logo img {
  width: 35%;
 }
 .foot-profile p {
  text-align: left;
  font-size: 1.6em;
 }
 .copyright {
  font-size: 1.2em;
 }
 
 .footer_cv_tel {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    display: block;
    padding: 1.5%;
    z-index: 999;
	box-sizing: border-box;
}
	
  .footer_cv_tel a {
    display: inline-block;
    text-align: center;
    width: 94%;
    padding: .5em;
    min-width: inherit;
    background: #f6f3e7;
    font-size: 1.9em;
    font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", serif;
    background: #324e7d url(assets/img/head/bg_btn_reservation.png) repeat;
    color: #ffffff;
    border-radius: 6px;
}
  .footer_cv_tel a:before {
    position: relative;
    display: inline;
    margin-right: .3em;
    content: "\f095";
    font-size: 1.2em;
    font-family: "FontAwesome";
    color: #ffffff;
}
}


/* =================================================================
		#column posts
================================================================= */

#main .yarpp-thumbnails-horizontal {
 display: flex;
 flex-wrap: wrap;
 align-items: stretch;
 margin-bottom: 4em;
}

#main .yarpp-related h3 {
 text-align: center;
 background-color: #867d67;
 color: #fff;
 padding: .5em;
 border-radius: 3px;
 margin: 0 auto .9em;
 font-size: 1.8em;
 text-decoration: none;
}

#main .yarpp-thumbnails-horizontal .yarpp-thumbnail {
 display: block;
 width: 31%;
 height: auto;
 color: #000;
 background-color: #fff;
 margin: 0 22px 0 0;
 transition: 0.2s;
}

#main .yarpp-thumbnail-default>img {
 width: 100%;
 height: auto;
 min-height: auto;
 min-width: auto;
}

#main .yarpp-thumbnails-horizontal .yarpp-thumbnail:last-child {
 margin-right: 0;
}

#main .yarpp-thumbnails-horizontal .yarpp-thumbnail:hover {
 transition: 0.3s;
 box-shadow: 0 0 8px 0 rgba(47, 24, 7, 0.1);
 transform: scale(1.05);
}

#main .yarpp-thumbnail>img,
#main .yarpp-thumbnail-default {
 margin: 0;
 width: 100%;
 height: auto;
 line-height: 0;
}

#main .yarpp-related .yarpp-thumbnail-title {
 padding: 1.2em 1.5em 1.4em;
 width: 100%;
 max-height: none;
 font-weight: 500;
 box-sizing: border-box;
 margin: 0;
 text-align: left;
 font-size: 1.5em;
}

.yarpp-related-none p {
 font-size: 1.5em;
}


/* Posts for desktop */

@media print,
screen and (min-width: 768px) {
 .single-pagenavi {
  display: flex;
  width: 100%;
  font-size: 1.4em;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 4em;
 }
 .single-pagenavi li {
  display: flex;
  width: 48%;
  align-items: stretch;
 }
 .single-pagenavi li a {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 5px;
  background-color: #a58e41;
  color: #fff;
  line-height: 1.5;
  transition: 0.2s;
  align-items: center;
 }
 .single-pagenavi li a:hover {
  background-color: #bca350;
  transition: 0.4s;
 }
 .single-pagenavi li.prev a {
  padding: 10px 14px 10px 26px;
 }
 .single-pagenavi li.prev a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -14px 0 0;
  margin-left: 3px;
  padding: 0;
  color: #fff;
  content: "\f0d9";
  font-size: 16px;
  font-family: "FontAwesome";
 }
 .single-pagenavi li.next a {
  padding: 10px 26px 10px 14px;
 }
 .single-pagenavi li.next a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -14px 0 0;
  margin-left: 3px;
  padding: 0;
  color: #fff;
  content: "\f0da";
  font-size: 16px;
  font-family: "FontAwesome";
 }
 .casestudies-content #main .yarpp-thumbnail-default {
  display: none;
 }
 .casestudies-content #main .yarpp-related .yarpp-thumbnail-title {
  margin: 18px auto 20px auto;
  padding: 0;
  width: 88%;
  font-size: 1.6em;
  line-height: 1.6;
 }
 .aligncenter {
  display: block;
  margin: 0 auto;
 }
 .alignleft {
  float: left;
  margin: 8px 28px 28px 0;
 }
 .alignright {
  float: right;
  margin: 8px 0 28px 28px;
 }
}


/* SNS buttons */

.share ul {
 display: flex;
 margin-bottom: 2.5em;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.share li a {
 display: block;
 padding: .9em;
 color: #fff;
 text-align: center;
 font-size: 1.6em;
}

.share li a:hover {
 color: #fff;
 opacity: 0.8;
}

.tweet a {
 background-color: #55acee;
}

.facebook a {
 background-color: #315096;
}

.hatena a {
 background-color: #008fde;
}

.line a {
 background-color: #00c300;
}

.share {
 margin: 4em auto 2em;
}

.share li {
 margin: 0;
 width: 25%;
}

.share li span {
 position: relative;
 top: 4px;
 margin-right: 4px;
 font-size: 1.5em;
}


/* sns for mobile */

@media screen and (max-width: 767px) {
 .share {
  margin: 0 auto;
  width: 88%;
 }
 .share li {
  width: 23%;
 }
 .share li a {
  border-radius: 6px;
  text-align: center;
  font-size: 1.2em;
 }
 .share li span {
  display: block;
  margin: 0 0 .4em;
 }
}


/* =================================================================
		Page Navigation
================================================================= */

.wp-pagenavi {
 margin: 0 .4em;
 font-size: 1.5em;
 line-height: 1.3;
}

.wp-pagenavi a,
.wp-pagenavi span {
 margin: 0 1em 0 0;
}

.wp-pagenavi a {
 padding: .3em .6em;
 border: 1px solid #BFBFBF;
 text-decoration: none;
}

.wp-pagenavi span.current {
 padding: .3em .6em;
 border: none;
 background: #ddd;
 color: #333;
 font-weight: bold;
}

.wp-pagenavi span.pages {
 border: none;
}

.nav-single {
 margin: 3em 0 0;
}

.nav-single span {
 display: inline-block;
 padding: 0 1.4em;
 width: 42%;
}

.nav-previous {
 text-align: left;
}

.nav-next {
 text-align: right;
}

@media screen and (max-width: 767px) {
 .wp-pagenavi {
  margin-bottom: 3.2em;
 }
}


/* =================================================================
		#home
================================================================= */

.home #wrap {
 margin-bottom: 0;
}

.home-key {
 background-color: #000;
 overflow: hidden;
}

.home-key .inner {
 width: 100%;
 margin: 0 auto;
 position: relative;
}

/* for desktop */
@media print, screen and (min-width: 768px) {
 .home-key .inner {
 min-width: 1020px;
 max-width: 1500px;
}
}

.key-slider {
 position: relative;
 z-index: 2;
 background-position: center center;
 background-size: cover;
 overflow: hidden;
}

.home-concept {
 width: auto;
 max-width: 1020px;
 height: 59vh;
 margin: 0 auto;
 position: relative;
}

.home-concept-copy {
 position: absolute;
 left: 0;
 bottom: 9.6vh;
 font-size: 4.1em;
 line-height: 1.6;
 color: #fff;
 letter-spacing: 0.25em;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 text-shadow: 0 0 24px rgba(0, 0, 0, 1), 0 0 6px rgba(0, 0, 0, .9), 0 0 6px rgba(0, 0, 0, .9), 0 0 6px rgba(0, 0, 0, .9), 0 0 6px rgba(0, 0, 0, .9);
}

.home-srvcnav {
 margin: -54px auto 34px;
 max-width: 1000px;
 width: 100%;
 position: relative;
 z-index: 20;
}

.home-srvcnav ul {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.home-srvcnav ul li {
 width: 48%;
 background-color: #fff;
 box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
 transition: 0.2s;
}

.home-srvcnav ul li a {
 display: block;
 padding: 24px 0 24px 229px;
 border: 3px solid #c4a337;
 letter-spacing: .1em;
 font-size: 2.2em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 1.5;
 transition: 0.2s;
}

.home-srvcnav ul li:hover {
 transform: scale(.95);
 transition: 0.3s;
}

.home-srvcnav ul li a:hover {
 color: #705a12;
 transition: 0.3s;
}

.home-srvcnav ul li a span {
 display: inline-block;
 width: 94%;
 background: url(assets/img/common/ico_arrow_l.png) right center no-repeat;
}

.home-srvcnav-meal a {
 background: url(assets/img/home/btn_meal.jpg) left center / auto 100% no-repeat;
}

.home-srvcnav-deli a {
 background: url(assets/img/home/btn_deli.jpg) left center / auto 100% no-repeat;
}

.home-bus {
 position: relative;
 box-sizing: border-box;
 margin: 60px auto;
 padding: 12px;
 width: 1000px;
 background: #d8d8a2 url(assets/img/common/bg_wall_diamond.png) repeat;
}

.home-bus-catch {
 position: absolute;
 top: -32px;
 left: -82px;
 z-index: 0;
 padding: 16px 22px;
 background-color: #142d59;
 color: #fff;
 -ms-writing-mode: tb-rl;
 white-space: nowrap;
 letter-spacing: .1em;
 font-size: 2em;
 line-height: 1.5;
 -webkit-writing-mode: vertical-rl;
 writing-mode: vertical-rl;
}

.home-bus-catch strong {
 color: #f4efb0;
}

.tcy {
 position: relative;
 right: -.2em;
}

.home-bus-pct {
 position: absolute;
 top: 80px;
 left: 50px;
 z-index: 10;
}

.home-bus .inner {
 padding: 30px 30px 30px 435px;
 border: 1px solid #1e3969;
}

.home-bus-ttl {
 margin-bottom: 9px;
 text-align: center;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 1.5;
}

.home-bus-ttl .lead {
 margin-bottom: 4px;
 padding-bottom: 4px;
 border-bottom: 1px solid #90855b;
 color: #322f0f;
 font-size: 2.3em;
}

.home-bus-ttl h2 {
 color: #d73f19;
 text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5);
 letter-spacing: 0;
 font-weight: bold;
 font-size: 3.8em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.home-bus-feature {
 display: flex;
 margin-bottom: 22px;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.list-needs {
 display: flex;
 flex-wrap: wrap;
 width: 58%;
 justify-content: space-between;
 align-items: center;
}

.list-needs li {
 display: flex;
 box-sizing: border-box;
 width: 140px;
 height: 140px;
 border: 3px solid #29487f;
 border-radius: 68px;
 background-color: rgba(255, 255, 255, 0.6);
 color: #173567;
 text-align: center;
 font-weight: bold;
 font-size: 1.7em;
 line-height: 1.4;
 justify-content: center;
 align-items: center;
}

.home-bus-feature p {
 width: 39%;
 font-size: 1.9em;
 line-height: 1.5;
}

.home-sec-ttl {
 margin-bottom: 34px;
 width: 100%;
 text-align: center;
}

.home-sec-ttl h2 {
 position: relative;
 display: inline-block;
 margin-bottom: 2px;
 letter-spacing: .1em;
 font-size: 3.4em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 1.4;
}

.home-sec-ttl h2::before {
 position: absolute;
 top: 50%;
 left: -17%;
 width: 13%;
 border-top: 1px solid #000;
 content: "";
}

.home-sec-ttl h2::after {
 position: absolute;
 top: 50%;
 right: -17%;
 width: 13%;
 border-top: 1px solid #000;
 content: "";
}

.home-sec-ttl .lead {
 font-size: 2em;
}

.home-srvc-list {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.home-srvc-bloc {
 margin-bottom: 36px;
 width: 48%;
 background-color: #fff;
}

.home-srvc-bloc a {
 display: block;
 transition: 0.2s;
}

.home-srvc-bloc a:hover {
 opacity: .7;
 transition: 0.4s;
}

.home-srvc-bloc .pct {
 overflow: hidden;
 height: 200px;
}

.home-srvc-bloc .pct img {
 position: relative;
 top: -50px;
}

.home-srvc-bloc .txt {
 box-sizing: border-box;
 padding: 16px 26px 20px;
}

.home-srvc-bloc .txt h3 {
 display: inline-block;
 margin-bottom: 5px;
 padding-right: 22px;
 background: url(assets/img/common/ico_arrow_l.png) right center / 15px 15px no-repeat;
 font-size: 2.3em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.home-srvc-bloc .txt p {
 font-size: 1.85em;
 line-height: 1.6;
}

.home-srvc-bloc .txt .pc {
 display: inline;
}


/* meal*/

.home-srvc-meal {
 background: url(assets/img/common/bg_wall_beige.png) repeat;
}

.home-srvc-meal .inner {
 margin: 0 auto;
 padding: 78px 0 40px;
 width: 1000px;
}

.home-srvc-meal-memorial {
 width: 100%;
}

.home-srvc-meal-memorial a {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.home-srvc-meal-memorial .txt {
 width: 43%;
 order: 1;
 padding: 16px 26px 20px 34px;
}

.home-srvc-meal-memorial .txt h3 {
 font-size: 3em;
}

.home-srvc-meal-memorial .pct {
 width: 56%;
 height: 258px;
 order: 2;
}

.home-srvc-meal-memorial .pct img {
 top: -32px;
}

.home-srvc-meal-memorialroom {
 position: relative;
 margin-bottom: 36px;
 width: 100%;
 background: #415179 url(assets/img/home/pct_memorialroom.jpg) center center / 100% auto no-repeat;
 text-align: center;
}

.home-srvc-meal-memorialroom a {
 display: block;
 padding: 34px;
 color: #fff;
 transition: 0.2s;
}

.home-srvc-meal-memorialroom a:hover {
 opacity: .7;
 transition: 0.4s;
}

.home-srvc-meal-memorialroom a:before {
 position: absolute;
 top: 5%;
 left: 1%;
 display: block;
 margin: 0 auto;
 width: 98%;
 height: 88%;
 border: 1px solid #82889d;
 content: "";
}

.home-srvc-meal-memorialroom h3 {
 display: inline-block;
 margin-bottom: 0;
 padding-right: 20px;
 background: url(assets/img/common/ico_arrow_wh.png) right center / 15px 15px no-repeat;
 text-shadow: 0 0 7px rgba(0, 0, 0, .8), 0 0 7px rgba(0, 0, 0, .8), 0 0 7px rgba(0, 0, 0, .8), 0 0 7px rgba(0, 0, 0, .8);
 font-size: 3.2em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.home-srvc-meal-memorialroom p {
 font-size: 1.8em;
 letter-spacing: .1em;
 text-shadow: 0 0 7px rgba(0, 0, 0, .8), 0 0 7px rgba(0, 0, 0, .8);
}


/* delivery*/

.home-srvc-deli {
 background: #f7f7f5 url(assets/img/common/bg_wall_wh.png) repeat;
}

.home-srvc-deli .inner {
 margin: 0 auto;
 padding: 78px 0 40px;
 width: 1000px;
}

.home-srvc-deli-pharmacy {
 width: 100%;
}

.home-srvc-deli-pharmacy-area {
 /*
 background: url(assets/img/common/bg_wall_bl.png) repeat;
    color: #fff;
 padding: 1em 1.2em .1em;
*/
 margin: 1.4em 0 0;
 font-size: 1.4em;
 line-height: 1.5;
}

.home-srvc-deli-pharmacy-area h4 {
 text-align: center;
 margin-bottom: .6em;
 color: #2a3181;
 font-size: 1.2em;
}

.home-srvc-deli-pharmacy-area .area-other-list dt {
 background: #ebe8bf;
}

.home-srvc-deli-pharmacy-area .area-other-list dd {
 margin-bottom: 1em;
}

.home-srvc-deli-pharmacy-area .area-other-list:last-child dd {
 margin-bottom: 0;
}

.home-srvc-deli-pharmacy a {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
 position: relative;
}

.ico-pay {
 position: absolute;
 right: .6em;
 bottom: 1.2em;
 z-index: 10;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.ico-pay p {
 background-color: #fff;
 color: #6c5533;
 font-weight: bold;
 margin: 0 .4em;
 padding: .3em;
 font-size: 1.4em;
 line-height: 1.3;
 text-align: center;
 width: 8em;
 border: 2px solid #765f3c;
}

.home-srvc-deli-pharmacy .txt {
 width: 43%;
 order: 1;
 padding: 16px 26px 20px 34px;
}


/*
.home-srvc-deli-pharmacy .pct {
 width: 64%;
 height: 258px;
 order: 2;
}

.home-srvc-deli-pharmacy .pct img {
 top: -40px;
}
*/

.home-srvc-deli-pharmacy .pct {
 width: 56%;
 height: 100%;
 order: 2;
}

.home-srvc-deli-pharmacy .pct img {
 top: 0px;
 left: -43px;
 width: 117%;
}


/*area*/

.home-area {
 background: url(assets/img/common/bg_wall_bl.png) repeat;
 color: #fff;
}

.home-area .inner {
 display: flex;
 margin: 0 auto;
 padding: 78px 0 40px;
 width: 1000px;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: flex-start;
}

.home-column .home-sec-ttl h2::before,
.home-column .home-sec-ttl h2::after {
 display: none;
}

.home-area .home-sec-ttl {
 margin-bottom: 36px;
}

.home-area .home-sec-ttl h2::before,
.home-area .home-sec-ttl h2::after {
 border-top: 1px solid #fff;
}

.home-area-txt {
 width: 44%;
 text-align: center;
}

.home-area-list {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.home-area-list li {
 box-sizing: border-box;
 margin-bottom: 18px;
 padding: 8px;
 width: 48%;
 color: #1a2876;
 background-color: #ffffff;
 border-radius: 4px;
 /*
 border: 2px solid #f7f7e7;
 color: #fff;
*/
 text-align: center;
 font-weight: bold;
 font-size: 2em;
 line-height: 1.5;
}

.home-area-list li:last-child {
 width: 100%;
}

.home-area-etc {
 margin-bottom: 34px;
 text-align: center;
}

.home-area-ask {
 position: relative;
 display: inline-block;
 margin-bottom: 8px;
 font-size: 1.8em;
}

.home-area-ask:before,
.home-area-ask:after {
 position: absolute;
 top: 0;
 display: inline-block;
 width: 12px;
 height: 100%;
 content: '';
}

.home-area-ask:before {
 left: -1em;
 border-top: solid 1px #8e99b3;
 border-bottom: solid 1px #8e99b3;
 border-left: solid 1px #8e99b3;
}

.home-area-ask:after {
 right: -1em;
 border-top: solid 1px #8e99b3;
 border-right: solid 1px #8e99b3;
 border-bottom: solid 1px #8e99b3;
 content: '';
}

.home-area-etc .note {
 font-size: 1.4em;
}

.home-area-map {
 margin: -40px 0px 0 0;
 width: 49%;
}

.home-area-map img {
 width: 100%;
}

.home-area-holiday {
 padding: 1em 0;
 border-radius: 5px;
 background-color: rgba(255, 255, 255, 0.8);
 color: #2f436c;
}

.home-area-holiday dl {
 display: flex;
 margin: 0 auto;
 width: 90%;
 font-size: 1.9em;
 justify-content: center;
 flex-wrap: wrap;
 align-items: center;
}

.home-area-holiday dt {
 margin-right: .5em;
}

.home-area-holiday dd {
 font-weight: bold;
}

.home-area-holiday .note {
 text-align: center;
 font-size: 1.5em;
}


/*etc*/

.home-etc-list li {
 margin-bottom: 1.4em;
}

.home-etc-list li a {
 display: block;
 padding: 16vh 0;
 color: #fff;
 text-align: center;
 text-shadow: 0 0 8px rgba(0, 0, 0, .8);
 transition: 0.2s;
}

.home-etc-list li a:hover {
 background-color: rgba(255, 255, 255, 0.2);
 transition: 0.4s;
}

.home-etc-list li h2 {
 display: inline-block;
 margin-bottom: .2em;
 padding-right: 38px;
 background: url(assets/img/common/ico_arrow_wh.png) right center no-repeat;
 letter-spacing: .1em;
 font-size: 3.6em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.home-etc-list li .lead {
 font-weight: bold;
 font-size: 1.85em;
 line-height: 1.5;
}

.home-etc-about {
 background: url(assets/img/home/pct_about.jpg) center center / cover no-repeat;
}

.home-etc-facility {
 background: url(assets/img/home/pct_facility.jpg) center center / cover no-repeat;
}

.home-etc-access {
 background: url(assets/img/home/pct_access.jpg) center center / cover no-repeat;
}


/*column*/

.home-column {
 background: #edeae5 url(assets/img/common/bg_logo_l.png) left 0 top -2em no-repeat;
}

.home-column .inner {
 display: flex;
 margin: 0 auto;
 padding: 78px 0 64px;
 width: 1000px;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: flex-start;
}

.home-column .btn-detail-wrap {
 width: 100%;
}


/* =================================================================
		#side navigation
================================================================= */


/* side for mobile */

@media screen and (max-width: 767px) {
 .side-nav {
  margin: 3em auto 0;
  width: 92%;
 }
 .side-nav h3 {
  margin: 0 0 .5em;
  padding: 0 0 .5em;
  border-bottom: 3px solid #97b666;
  color: #222;
  font-size: 1.7em;
 }
 .side-nav li {
  margin: 0;
  padding: 10px 0 10px 10px;
  border-bottom: 1px dotted #888;
  font-size: 1.6em;
 }
 .side-nav li .current-cat a {
  color: #80b778;
  font-weight: bold;
 }
 .side-nav li::before {
  position: relative;
  top: -2px;
  display: inline;
  margin-right: 3px;
  color: #4a923e;
  content: "\f0da";
  font-size: 10px;
  font-family: "FontAwesome";
 }
 .side-nav .children {
  margin: .5em 0 0 8px;
 }
 .side-nav .children li {
  margin: 0 0 .5em .5em;
  padding: 0;
  border-bottom: none;
  font-size: 1em;
 }
 .side-popular .wpp-list li {
  position: relative;
  padding-left: 40px;
  line-height: 1.5;
 }
 .side-popular .wpp-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 26px;
  height: 26px;
  border: 2px solid #4a923e;
  border-radius: 16px;
  text-align: center;
  font-size: 1.4em;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.3;
 }
 .side-popular .wpp-list li:nth-child(1)::before {
  content: "1";
 }
 .side-popular .wpp-list li:nth-child(2)::before {
  content: "2";
 }
 .side-popular .wpp-list li:nth-child(3)::before {
  content: "3";
 }
 .side-popular .wpp-list li:nth-child(4)::before {
  content: "4";
 }
 .side-popular .wpp-list li:nth-child(5)::before {
  content: "5";
 }
}


/* side for desktop */

@media print,
screen and (min-width: 768px) {
 .side-nav {
  margin: 0 0 52px;
 }
 .side-nav h3 {
  font-size: 1.2em;
  padding: 0 0 8px;
  border-bottom: 3px solid #7c5f45;
  color: #222;
 }
 .side-nav li {
  position: relative;
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px solid rgba(129, 125, 121, 0.4);
  font-size: 15px;
  line-height: 1.5;
 }
 .side-nav li a {
  position: relative;
  display: block;
  padding-left: 11px;
 }
 .side-nav li a:hover {
  text-decoration: underline;
 }
 .side-nav li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  color: #76552f;
  content: "\f0da";
  font-size: 13px;
  font-family: "FontAwesome";
 }
 .side-nav .children {
  margin: 6px 0 0 8px;
 }
 .side-nav .children li {
  margin: 0 0 6px 6px;
  padding: 0;
  border-bottom: none;
 }
 .side-popular .wpp-list li {
  position: relative;
  padding-left: 40px;
  line-height: 1.5;
 }
 .side-popular .wpp-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #806a5a;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.5;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 }
 .side-popular .wpp-list li:nth-child(1)::before {
  content: "1";
 }
 .side-popular .wpp-list li:nth-child(2)::before {
  content: "2";
 }
 .side-popular .wpp-list li:nth-child(3)::before {
  content: "3";
 }
 .side-popular .wpp-list li:nth-child(4)::before {
  content: "4";
 }
 .side-popular .wpp-list li:nth-child(5)::before {
  content: "5";
 }
 .side-care li {
  margin-bottom: 10px;
 }
 .side-care li img {
  width: 100%;
 }
}


/* =================================================================
		#service
================================================================= */

.nav-srvc {
 display: flex;
 margin: 0 0 3.9em auto;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.btn-tomenu {
 width: 47%;
}

.page-meal-child .nav-srvc,
.page-deli-pharmacy .nav-srvc,
.page-meal-party .nav-srvc {
 justify-content: center;
}

.page-meal-child .btn-tomenu,
.page-deli-pharmacy .btn-tomenu,
.page-meal-party .btn-tomenu {
 width: 58%;
}

.btn-tomenu a {
 display: block;
 box-sizing: border-box;
 padding: .9em 1em .9em 2.6em;
 border: 1px solid #b99a34;
 border-radius: 8px;
 background: #fff url(assets/img/common/ico_arrow_l_down.png) left 3% center / 18px 18px no-repeat;
 color: #444;
 font-size: 1.65em;
 line-height: 1.4;
 transition: 0.2s;
}

.btn-tomenu a:hover {
 color: #b99a34;
 transition: 0.4s;
}

.btn-another {
 width: 47%;
}

.btn-another a {
 display: block;
 box-sizing: border-box;
 padding: .9em 2.3em .9em 1em;
 border-radius: 8px;
 background: #c4a337 url(assets/img/common/ico_arrow_wh.png) right 3% center / 18px 18px no-repeat;
 color: #fff;
 font-size: 1.65em;
 line-height: 1.4;
 transition: 0.2s;
}

.btn-another a:hover {
 background: #e0bc47 url(assets/img/common/ico_arrow_wh.png) right 4% center / 18px 18px no-repeat;
 transition: 0.4s;
}

.meal-content .btn-another a {
 display: block;
 box-sizing: border-box;
 padding: .9em 2.3em .9em 1em;
 border-radius: 8px;
 background: #865447 url(assets/img/common/ico_arrow_wh.png) right 3% center / 18px 18px no-repeat;
 color: #fff;
 font-size: 1.65em;
 line-height: 1.4;
 transition: 0.2s;
}

.meal-content .btn-another a:hover {
 background: #a76b5b url(assets/img/common/ico_arrow_wh.png) right 4% center / 18px 18px no-repeat;
 transition: 0.4s;
}

.btn-another strong {
 font-weight: 500;
}

.btn-another strong::before {
 content: "【";
}

.btn-another strong::after {
 content: "】";
}

.sec-srvc-bus {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: flex-start;
}

.sec-srvc-bus .lead {
 margin: 0 auto 1.5em;
 padding: .5em 1.2em;
 background-color: #142d59;
 color: #f4efb0;
 text-align: center;
 letter-spacing: .1em;
 font-weight: bold;
 font-size: 1.8em;
}

.sec-srvc-bus-pct {
 position: relative;
 z-index: 20;
 margin: 0 0 2em 3%;
 width: 41%;
}

.sec-srvc-bus-pct img {
 width: 100%;
}

.sec-srvc-bus-txt {
 margin-bottom: 5.5em;
 width: 51%;
 line-height: 1.6;
}

.sec-memorial .sec-srvc-bus-txt {
 margin: 3em 0;
}

.sec-srvc-bus-txt p {
 margin-bottom: 1em;
 font-size: 1.8em;
}

.sec-srvc-bus-txt .note {
 font-size: 1.4em;
}

.bus-eg {
 box-sizing: border-box;
 padding: .2em;
 width: 100%;
 border: 3px solid #8b7d61;
 background-color: #fff;
}

.bus-eg .inner {
 padding: 2.2em 3.1em 2.5em;
 border: 1px solid #8b7d61;
}

.bus-eg {
 margin-top: -44px;
}

.bus-eg h3 {
 margin-bottom: 1em;
 padding: 0 0 .4em;
 border-bottom: 1px solid #9d9179;
 background: none;
 color: #283b88;
 text-align: center;
 text-shadow: none;
 font-size: 2.3em;
 line-height: 1.5;
}

.bus-eg-chart {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.bus-eg-chart li {
 position: relative;
 margin-bottom: 1.9em;
 width: 164px;
 height: 164px;
 border-radius: 82px;
 background: #414795 url(assets/img/common/bg_wall_bl.png) repeat;
 color: #fff;
 text-align: center;
}

.bus-eg-chart li.bus-eg-meal {
 background: #414795 url(assets/img/common/bg_wall_br.png) repeat;
}

.bus-eg-chart li::after {
 position: absolute;
 top: 100%;
 right: -15%;
 margin-top: -2em;
 color: #c7a670;
 content: "\f0da";
 font-size: 3.6em;
 font-family: "FontAwesome";
 line-height: 0;
}

.bus-eg-chart li:last-child::after {
 display: none;
}

.bus-eg-chart::after {
 display: block;
 width: 164px;
 content: "";
}

.bus-eg-chart .pct {
 margin: 2.5em auto 1.5em;
 width: 60%;
 max-width: 92px;
 line-height: 0;
}


/*

li.bus-eg-grave .pct {
 margin: 1.7em auto .8em;
}

li.bus-eg-meal .pct,
li.bus-eg-mgn .pct,
.sec-reunion .bus-eg-chart .pct,
.sec-party .bus-eg-chart .pct {
 margin: 3em auto 1.7em;
}
*/

.bus-eg-chart .txt {
 margin: 0 auto 0;
 width: 84%;
 text-align: center;
}

.bus-eg-chart .txt p {
 margin-bottom: 0;
 font-size: 1.45em;
 line-height: 1.3;
}

.bus-eg .note {
 font-weight: bold;
 font-size: 1.6em;
 line-height: 1.4;
}

.sec .bus-eg-chart .note {
 font-weight: 500;
 font-size: 1.2em;
}

.srvc-feature {
 box-sizing: border-box;
 margin: 0 auto 28px;
 width: 100%;
}

.srvc-feature .sec-ttl {
 margin-bottom: 1.5em;
 text-align: center;
}

.srvc-feature .sec-ttl h2 {
 position: relative;
 display: inline-block;
 padding-bottom: 0;
 max-width: 79%;
 border-bottom: none;
 color: #604126;
 text-align: center;
 font-size: 2.9em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 1.4;
}

.srvc-feature .sec-ttl h2::before {
 position: absolute;
 top: 50%;
 left: -9%;
 width: 8%;
 border-top: 1px solid #957f43;
 content: "";
}

.srvc-feature .sec-ttl h2::after {
 position: absolute;
 top: 50%;
 right: -9%;
 width: 8%;
 border-top: 1px solid #957f43;
 content: "";
}

.srvc-feature-list {
 display: flex;
 margin-bottom: 1em;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.srvc-feature-list li {
 margin-bottom: 2.8em;
 width: 48%;
 box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.srvc-feature-list li a,
.srvc-feature-list li span {
 /* border: 3px solid #c4a337;*/
 display: flex;
 box-sizing: border-box;
 padding: 1em 1.9em 1em 1.4em;
 height: 100%;
 background: #fff;
 transition: 0.2s;
 justify-content: space-between;
 align-items: center;
 border: 2px solid #fff;
}

.srvc-feature-list li a:hover {
 border: 2px solid #c4a337;
 transition: 0.4s;
}

.srvc-feature-list .pct {
 overflow: hidden;
 /* border: 3px solid #baaf91;*/
 box-sizing: border-box;
 width: 20%;
 border-radius: 50%;
 line-height: 0;
}

.srvc-feature-list .txt {
 width: 75%;
 color: #242a6c;
 font-weight: bold;
 font-size: 2em;
 line-height: 1.5;
}

.srvc-feature-b-list {
 display: flex;
 margin-bottom: 3.9em;
 justify-content: center;
 flex-wrap: wrap;
 align-items: stretch;
}

.srvc-feature-b-list li {
 box-sizing: border-box;
 margin: 0 2%;
 width: 20%;
}

.srvc-feature-b-list .pct {
 overflow: hidden;
 box-sizing: border-box;
 margin: 0 auto .7em;
 width: 95%;
 border: 3px solid #baaf91;
 border-radius: 50%;
 line-height: 0;
}

.srvc-feature-b-list .txt {
 width: 100%;
 color: #242a6c;
 text-align: center;
 font-size: 1.6em;
 line-height: 1.5;
}

.page-meal-party .srvc-feature-b-list .txt,
.page-meal-child .srvc-feature-b-list .txt {
 text-align: center;
 font-size: 2em;
}

.srvc-feature-b-list .txt em {
 color: #242a6c;
 font-size: 1.1em;
}

.nav-utility {
 width: 100%;
 margin: 0 auto 5em;
}

.sec-s .nav-utility {
 margin-bottom: 3em;
}

.nav-utility-list {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.nav-utility-list li {
 width: 48%;
 font-size: 2.5em;
 font-weight: bold;
}

.nav-freedrink li {
 margin: 0 auto;
}

.srvc-item-l-list .txt .nav-utility {
 margin: 1.2em 0 0;
}

.srvc-item-l-list .txt .nav-utility-list li {
 width: 92%;
 font-size: 1.5em;
 margin-bottom: 0;
}

.nav-utility-list li a {
 box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
 display: block;
 text-align: left !important;
 box-sizing: border-box;
 padding: 1em;
 width: 100%;
 position: relative;
 background: #ddcb84;
 background: -moz-linear-gradient(top, #e8d896 0%, #d8c474 100%);
 background: -webkit-linear-gradient(top, #e8d896 0%, #d8c474 100%);
 background: linear-gradient(to bottom, #e8d896 0%, #d8c474 100%);
 border: 1px solid #c3ad58;
}

.nav-utility-list li a:hover {
 color: #000;
 background: #f5e49d;
 background: -moz-linear-gradient(top, #f5e49d 0%, #e5d07e 100%);
 background: -webkit-linear-gradient(top, #f5e49d 0%, #e5d07e 100%);
 background: linear-gradient(to bottom, #f5e49d 0%, #e5d07e 100%);
}

.nav-utility-list li a::after {
 position: absolute;
 top: 50%;
 right: 6%;
 margin-top: -12px;
 width: 23px;
 height: 23px;
 background: url(assets/img/common/ico_arrow_wh_l_down.png) right center / 23px 23px no-repeat;
 content: "";
}

.cv-attention {
 position: relative;
 z-index: 10;
 box-sizing: border-box;
 margin: 0 auto -8.5em;
 padding: 5em 5em 4.5em;
 max-width: 780px;
 width: 80%;
 background: #524038 url(assets/img/common/bg_wall_or.png) repeat;
 box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.5);
 color: #f4efb0;
 /*
 transform: skewY(-5deg);
 -webkit-transform: skewY(-5deg);
*/
 text-align: center;
}

.cv-attention p {
 font-weight: bold;
 font-size: 2em;
 line-height: 1.6;
}

.cv-attention:after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -18px;
 width: 0;
 height: 0;
 border-width: 50px 18px 0 18px;
 border-style: solid;
 border-color: #843c3a transparent transparent transparent;
 content: "";
}

.cv-attention .cv-holiday {
 display: inline-block;
 margin-bottom: .7em;
 padding: .35em 1.1em;
 border-radius: 4px;
 background-color: rgba(255, 255, 255, 0.8);
 color: #60301b;
 font-size: 1.7em;
}

.cv-attention p.note {
 margin-top: .4em;
 color: #fff;
 font-weight: 500;
 font-size: 1.4em;
}


/*
.cv-attention {
 color: #f4efb0;
 background-color: #1b3a71;
 font-size: 2em;
 line-height: 1.6;
 font-weight: bold;
 padding: 24px 36px;
 width: 64%;
 margin: 0 auto 18px;
 position: relative;
}

.cv-attention:after {
 top: 100%;
 left: 50%;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 42px 18px 0 18px;
 border-color: #1b3a71 transparent transparent transparent;
 content: "";
 position: absolute;
 margin-left: -18px;
}
*/

.srvc-items-list {
 display: flex;
 width: 100%;
 flex-flow: row wrap;
 justify-content: center;
}

.srvc-items-list li {
 margin: 2.6em 1% 2em;
 width: 31%;
 line-height: 1.4;
}

.srvc-items-list li.suzuran{
	margin: 2.6em 1% 2em;
    width: 43%;
    line-height: 1.4;
    position: relative;
}

.srvc-items-list li.suzuran .txt {
    position: absolute;
    bottom: 0;
}
.srvc-items-unaju li {
 width: 82%;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.srvc-items-unaju li .price {
 width: 100%;
 text-align: left;
}

.unaju-name {
 width: 17%;
 text-align: left;
 display: inline-block;
}

.srvc-items-unaju li .pct {
 width: 47%;
}

.srvc-items-list.srvc-items-unaju .note {
 text-align: left;
}

.srvc-items-unaju li .txt {
 width: 47%;
 margin-bottom: 2em;
}

.srvc-items-unaju li .name {
 text-align: left;
 margin-bottom: .6em;
}

.unaju-lineup li {
 width: 100%;
}


/*
.srvc-items-list::after {
 content: "";
 display: block;
 width: 30%;
}
*/

.srvc-items-list li.srvc-items-list-width {
 width: 100%;
}

.srvc-items-list li.srvc-items-list-width .pct {
 margin-right: auto;
 margin-left: auto;
 width: 31%;
}

.srvc-items-list li.srvc-items-list-width .txt {
 text-align: center;
}

.srvc-items-list li.srvc-items-list-width .note {
 margin: 0 auto;
 width: 60%;
 text-align: left;
}

.srvc-items-list .pct {
 position: relative;
 margin-bottom: .8em;
 line-height: 0;
}

.srvc-items-list .chawan {
 position: absolute;
 right: 2px;
 bottom: 2px;
 display: block;
 padding: .5em .7em;
 background-color: #fff;
 color: #1e4d11;
 font-size: 1.6em;
 line-height: 1;
}

.srvc-items-list .name {
 margin-bottom: .2em;
 text-align: center;
 font-size: 1.9em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.srvc-items-list .price {
 margin-bottom: .6em;
 text-align: center;
}

.sec .srvc-items-eg {
 margin-bottom: 0;
 padding: 1.1em 1.3em;
 background-color: #f0efe0;
 font-size: 1.45em;
}

.srvc-items-list .note {
 text-align: center;
 font-size: 1.6em;
}

.note-eg {
 text-align: right;
 font-size: 1.5em;
 width: 100%;
}

.sec .note-l {
 text-align: center;
 margin: 0 auto;
 color: #175a39;
 font-weight: bold;
 font-size: 1.9em;
}

.sec .note-l a {
 font-size: 0.9em;
 color: #175a39;
 border: 1px solid #175a39;
 margin: 0 0.5em;
 padding: 0.2em 0.5em;
}

.sec .note-l a:hover {
 color: #fff;
 background-color: #175a39;
}

.txt .note-l {
 text-align: left;
 font-size: 1.6em;
}

.srvc-option {
 margin-top: 5em;
}

.srvc-option h4 {
 text-align: center;
 font-size: 2.3em;
 display: inline-block;
 margin: 0 auto .7em;
 position: relative;
}

.srvc-option h4::before {
 position: absolute;
 top: 50%;
 left: -17%;
 width: 15%;
 border-top: 1px solid #000;
 content: "";
}

.srvc-option h4::after {
 position: absolute;
 top: 50%;
 right: -17%;
 width: 15%;
 border-top: 1px solid #000;
 content: "";
}

.srvc-option-list {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.srvc-option-list li {
 display: flex;
 margin-bottom: 2.7em;
 width: 48%;
 background: #f7f7f5 url(assets/img/common/bg_wall_wh.png) repeat;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.srvc-option-list .pct {
 width: 43%;
}

.srvc-option-list .txt {
 box-sizing: border-box;
 padding: 1em 1.2em;
 width: 57%;
 font-size: 1.8em;
 line-height: 1.6;
}

.srvc-option-list .txt dt {
 color: #222a69;
 font-weight: bold;
}

.sec-sushi {
 width: 100%;
 box-sizing: border-box;
 border: 4px solid #a5b16b;
 margin-bottom: 3em;
 padding: 4em 3.5em 3em;
}

.sec-sushi .srvc-limit {
 text-align: center;
 font-size: 1.8em;
}

.srvc-sushi-list li {
 width: 41%;
 margin: 1em 4% 1.4em;
}

.srvc-voice-list {
 width: 100%;
}

.srvc-voice-list li {
 display: flex;
 margin-bottom: 2em;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.srvc-voice-list p {
 margin-bottom: 0;
}

.srvc-voice-list .pct {
 width: 16%;
}

.srvc-voice-list .pct p {
 font-weight: bold;
 font-size: 2em;
 line-height: 1.2;
 text-align: center;
 text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
 margin-top: -0.7em;
}

.srvc-voice-list .txt {
 position: relative;
 box-sizing: border-box;
 padding: 2em 2.6em;
 width: 80%;
 background-color: #e2e2c9;
}

.srvc-voice-list .txt strong {
 color: #000;
 background: linear-gradient(transparent 60%, #ffff66 60%);
}

.srvc-voice-list .txt::after {
 position: absolute;
 top: 50%;
 left: -2em;
 margin-top: -1em;
 width: 0;
 height: 0;
 border-width: 1em 2em 1em 0;
 border-style: solid;
 border-color: transparent #e2e2c9 transparent transparent;
 content: "";
}

.srvc-voice-list .txt p {
 background-image: linear-gradient(rgba(90, 90, 90, 0.2) 1px, transparent 1px);
 background-size: 100% 1.9em;
 font-size: 1.6em;
 line-height: 1.9;
}

.faq-bloc {
 margin-bottom: 2.6em;
 padding-bottom: 1em;
 width: 100%;
 border-bottom: 1px solid #d6cfc1;
}

.faq-question {
 position: relative;
 margin-bottom: .9em;
 padding: 0 0 0 3.2em;
}

.faq-question p {
 margin-bottom: 0;
 font-weight: bold;
 font-size: 2.1em;
 line-height: 1.4;
}

.faq-question::before {
 position: absolute;
 top: -.5em;
 left: 0;
 color: #476543;
 content: "Q";
 font-size: 2.8em;
 font-family: "times new roman", georgia, times, serif;
}

.faq-answer {
 position: relative;
 padding: 0 0 0 3.2em;
}

.faq-answer::before {
 position: absolute;
 top: -.4em;
 left: 0;
 color: #9a4d2a;
 content: "A";
 font-size: 2.8em;
 font-family: "times new roman", georgia, times, serif;
}

.srvc-bn-list {
 display: flex;
 margin: 0 auto 4em;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.srvc-bn-list li {
 width: 48%;
 background-color: #fff;
 box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.srvc-bn-list li a {
 display: block;
 padding: 18px 0 18px 182px;
 border: 3px solid #c4a337;
 letter-spacing: .1em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 1.5;
 background-position: left center;
 background-size: auto 101%;
 background-repeat: no-repeat;
 font-size: 2em;
 transition: 0.1s;
}

.srvc-bn-list li a:hover {
 background-color: #c4a337;
 transition: 0.3s;
 color: #fff;
}

.srvc-bn-list li a span {
 display: inline-block;
 width: 94%;
 background: url(assets/img/common/ico_arrow_l.png) right center no-repeat;
}

.srvc-bn-list li a:hover span {
 background: url(assets/img/common/ico_arrow_wh.png) right center no-repeat;
}

.srvc-bn-first a {
 background-image: url(assets/img/common/btn_first.png);
}

.srvc-bn-engagement a {
 background-image: url(assets/img/common/btn_engagement.png);
}

.txt-request {
 margin: 0 0 1.6em;
 color: #b44311;
 text-align: center;
 text-shadow: 0 0 7px rgba(255, 255, 255, .6), 0 0 7px rgba(255, 255, 255, .6), 0 0 7px rgba(255, 255, 255, .6);
 font-weight: bold;
 font-size: 3.4em;
 line-height: 1.6;
}


/* =================================================================
		#meal
================================================================= */

.meal-content {
 background: url(assets/img/common/bg_wall_beige.png) repeat;
}

.srvc-notice {
 margin-bottom: 0;
 width: 100%;
}


/*
p.srvc-allergy {
 width: 90%;
 text-align: center;
 margin: 0 auto 1.3em;
 padding: .9em 1.3em;
 background: #d8d8a2 url(assets/img/common/bg_wall_diamond.png) repeat;
 box-sizing: border-box;
 text-align: center;
}

.srvc-allergy p {
 font-size: 1.85em;
 line-height: 1.6;
 margin-bottom: 0;
}

p.srvc-limit {
 font-size: 1.85em;
 width: 90%;
 line-height: 1.6;
 display: block;
 margin: 0 auto 1.2em;
 border: 1px solid #666;
 padding: .7em 1.4em;
 box-sizing: border-box;
 text-align: center;
}
*/

.srvc-allergy {
 box-sizing: border-box;
 margin: 0 auto 1.2em;
 padding: .9em 1.3em .7em;
 width: 94%;
 background: #d8d8a2 url(assets/img/common/bg_wall_diamond.png) repeat;
 text-align: center;
 font-size: 1.8em;
 line-height: 1.6;
}

.srvc-allergy p {
 font-size: 18px;
 font-weight: bold;
 margin-bottom: .3em;
}

.srvc-tax {
 margin-bottom: 1.1em;
 /*text-align: center;*/
	text-align: left;
 font-size: 1.7em;
}

.srvc-term {
 display: block;
 margin: 0 auto .8em;
 text-align: center;
}

.srvc-term p {
 position: relative;
 display: inline-block;
 margin-bottom: 0;
 font-size: 2.3em;
 line-height: 1.5;
}

.srvc-term p:before,
.srvc-term p:after {
 position: absolute;
 top: 0;
 display: inline-block;
 width: 12px;
 height: 100%;
 content: '';
}

.srvc-term p:before {
 left: -1.2em;
 border-top: solid 1px #666;
 border-bottom: solid 1px #666;
 border-left: solid 1px #666;
}

.srvc-term p:after {
 right: -1.2em;
 border-top: solid 1px #666;
 border-right: solid 1px #666;
 border-bottom: solid 1px #666;
 content: '';
}

.srvc-item-l-list {
 width: 100%;
}

.srvc-item-l-list li {
 display: flex;
 margin: 0 auto 2.6em;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.srvc-item-l-list .pct {
 width: 46%;
}

.srvc-item-l-list .txt {
 width: 50%;
 font-size: 1.6em;
 line-height: 1.5;
}

.srvc-item-l-list .txt p {
 margin-bottom: .4em;
 line-height: 1.5;
}

.srvc-item-l-list .txt .name {
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.srvc-item-l-list .txt .number {
 margin-bottom: .8em;
}

.srvc-item-l-list .txt .number p {
 margin: 0;
 font-size: 1.5em;
}

.srvc-item-l-list .txt .number .note {
 font-size: 1em;
}

.srvc-items-list .txt .drink {
 box-sizing: border-box;
 margin: 0 auto .8em;
 padding: .5em .8em;
 width: 92%;
 border: 2px solid #242a6c;
 text-align: center;
 color: #242a6c;
 font-size: 1.5em;
 line-height: 1.3;
}

.srvc-item-l-list .txt .drink {
 box-sizing: border-box;
 margin: 0 auto .8em;
 padding: .5em .8em;
 width: 92%;
 border: 2px solid #242a6c;
 color: #242a6c;
 font-size: 1.1em;
 line-height: 1.3;
}

.srvc-item-l-list .txt .srvc-items-eg {
 width: 92%;
 box-sizing: border-box;
 margin: 0 auto 1em;
 text-align: left;
 font-size: 1em;
 padding: 1.1em 1.3em;
}

.srvc-item-l-list .txt .benefit {
 box-sizing: border-box;
 margin: 0 auto;
 padding: 1em 1.2em;
 width: 92%;
 font-size: .65em;
 border: 1px solid #6d5f38;
 background: #a59a6b url(assets/img/common/bg_coupon.png) left top / 100% auto repeat;
}

.srvc-item-l-list .txt .benefit p {
 color: #98330e;
 text-shadow: 0 0 7px rgba(255, 255, 255, 1), 0 0 7px rgba(255, 255, 255, 1), 0 0 7px rgba(255, 255, 255, 1);
 font-weight: bold;
 line-height: 1.3;
 margin-bottom: 0;
}

.benefit-list {
 font-size: 1.7em;
 width: 78%;
 margin: 0 auto .4em;
}

.srvc-item-l-list .txt .benefit .benefit-list li {
 font-weight: bold;
 line-height: 1.4;
 margin-bottom: 0;
 text-align: left;
 display: block;
}

.benefit-list li::before {
 color: #935044;
 font-family: "FontAwesome";
 content: "\f058";
 display: inline;
 position: relative;
 top: 2px;
 font-weight: normal;
 margin-right: 8px;
 font-size: 1.5em;
}

.srvc-item-l-list .srvc-items-eg {
 margin-top: 1em 0 .8em;
 padding: .5em .8em;
 font-size: 1.2em;
}

.srvc-item-takeout-list li {
 margin: 0 auto;
 display: flex;
 justify-content: center;
 align-items: center;
}

.srvc-item-takeout-list .pct {
 width: 59%;
}

.srvc-item-takeout-list .pct img {
 width: 44%;
 margin-right: 2%;
}

.srvc-item-takeout-list .txt {
 width: 39%;
 font-size: 1.4em;
 line-height: 1.5;
}

.srvc-item-takeout-list .txt p {
 margin: .55em 0;
 font-size: 1.5em;
}

.srvc-item-takeout-list .srvc-items-eg {
 margin-top: .8em;
 font-size: 1.3em;
}

.srvc-takeout .btn-detail-wrap {
 margin: 0 0 2em;
}

.srvc-takeout-option {
 display: block;
 margin: 1.5em auto .8em;
 text-align: center;
}

.srvc-takeout-option p {
 position: relative;
 display: inline-block;
 font-size: 2.3em;
}

.srvc-takeout-option p:before,
.srvc-takeout-option p:after {
 position: absolute;
 top: 0;
 display: inline-block;
 width: 12px;
 height: 100%;
 content: '';
}

.srvc-takeout-option p:before {
 left: -1.2em;
 border-top: solid 1px #666;
 border-bottom: solid 1px #666;
 border-left: solid 1px #666;
}

.srvc-takeout-option p:after {
 right: -1.2em;
 border-top: solid 1px #666;
 border-right: solid 1px #666;
 border-bottom: solid 1px #666;
 content: '';
}

.sec .srvc-takeout-etc {
 margin: 0 auto 1em;
 padding: .85em 1.3em;
 width: 60%;
 background: #d8d8a2 url(assets/img/common/bg_wall_diamond.png) repeat;
 text-align: center;
 font-size: 1.8em;
}

.srvc-takeout .note {
 text-align: center;
 font-size: 1.5em;
}

.sec-drink .note {
 text-align: center;
 font-size: 1.5em;
}

.hr-food {
 width: 100%;
 height: 1px;
 background-color: #d6cfc1;
 border: none;
}


/* memorial 法事・法要 */

.page-meal-memorial .content-head {
 background: #444 url(assets/img/meal/key_meal_memorial.jpg) center center / cover no-repeat;
}

.memorial-trouble {
 display: block;
 padding: 54px 0 0;
 text-align: center;
}

.memorial-trouble .txt-trouble {
 position: relative;
 z-index: 10;
 display: inline-block;
 margin: 0 auto .7em;
 color: #584013;
 font-weight: bold;
 font-size: 2.6em;
 line-height: 1.5;
}

.memorial-trouble .txt-trouble:before,
.memorial-trouble .txt-trouble:after {
 position: absolute;
 z-index: -1;
 color: #e6e4d7;
 font-size: 500%;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 0;
}

.memorial-trouble .txt-trouble:before {
 top: .3em;
 left: -12%;
 content: "“";
}

.memorial-trouble .txt-trouble:after {
 right: -12%;
 bottom: -.25em;
 content: "”";
}

.memorial-trouble .txt-solution {
 padding: 161px 36px 70px;
 background: url(assets/img/meal/pct_memorial_solution.jpg) right bottom / 100% auto no-repeat;
 color: #000;
 text-align: left;
 text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1);
 letter-spacing: .1em;
 font-weight: bold;
 font-size: 2.8em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 1.6;
}

.srvc-memorial-circumstances {
 margin: 3em 0 0;
 width: 100%;
}

.srvc-memorial-circumstances .pct {
 margin-bottom: 2.5em;
 text-align: center;
}

.srvc-memorial-circumstances .pct img {
 width: auto;
}

.srvc-memorial-circumstances p {
 margin-bottom: 0;
 text-align: center;
 font-size: 2.3em;
}

.sec-drink {
 margin-bottom: 0;
}

.srvc-drink-list li {
 position: relative;
 margin-bottom: 1em;
 padding-left: 1.3em;
 font-size: 2em;
 line-height: 1.4em;
}

.srvc-drink-list li::before {
 position: absolute;
 top: 50%;
 left: 0;
 margin-top: -.5em;
 color: #9eb579;
 content: "\f10c";
 font-family: "FontAwesome";
 line-height: 1;
}

.srvc-drink-list .child {
 display: block;
 font-size: .8em;
}

.sec-drink .btn-detail-wrap {
 margin-bottom: 2em;
}


/* firstmieal お食い初め */

.page-meal-firstmeal .content-head {
 background: #444 url(assets/img/meal/key_meal_firstmeal.jpg) center center / cover no-repeat;
}

.sec .first-color {
 margin: .6em 0 0;
 width: 100%;
 text-align: center;
 font-weight: bold;
 font-size: 1.9em;
 line-height: 1.5;
}


/* #meal-engagemen ご結納・お顔合わせ */

.page-meal-engagement .content-head {
 background: #444 url(assets/img/meal/key_meal_engagement.jpg) center center / cover no-repeat;
}

.sec-engagement-chart {
 margin: 0 auto;
 width: 92%;
}

.sec-engagement-chart li {
 position: relative;
 display: flex;
 margin-bottom: 2.8em;
 padding-bottom: 2.6em;
 border-bottom: 1px solid #d4cc9d;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.sec-engagement-chart li::after {
 position: absolute;
 bottom: -1em;
 left: 50%;
 margin-left: -.5em;
 padding: .5em;
 background-color: #fff;
 color: #c7bf8f;
 content: "\f0d7";
 font-size: 3em;
 font-family: "FontAwesome";
 line-height: 1;
}

.sec-engagement-chart li:last-child {
 margin-bottom: 0;
 padding-bottom: 0;
 border-bottom: none;
}

.sec-engagement-chart li:last-child::after {
 display: none;
}

.sec-engagement-chart li .pct {
 width: 30%;
}

.sec-engagement-chart li .txt {
 width: 66%;
 z-index: 2;
}

.sec-engagement-chart li h4 {
 color: #242a6c;
 font-size: 2em;
 position: relative;
 padding-left: 1.3em;
}

.sec-engagement-chart li h4::before {
 color: #c3bb8f;
 content: "\f10c";
 font-family: "FontAwesome";
 line-height: 1;
 position: absolute;
 left: 0;
 top: 50%;
 margin-top: -0.5em;
 margin-right: .4em;
}

.sec-engagement-seat .pct {
 margin: 0 auto;
 width: 60%;
}

.sec .price-add {
 text-align: center;
 font-size: 1.5em;
}


/* #meal-celebration お祝い */

.page-meal-celebration .content-head {
 background: #444 url(assets/img/meal/key_meal_celebration.jpg) center center / cover no-repeat;
}

.page-meal-celebration .sec-srvc-bus .btn-detail-wrap {
 margin-top: -10px;
}


/* #meal-party 貸切宴会 */

.page-meal-party .content-head {
 background: #444 url(assets/img/meal/key_meal_party.jpg) center center / cover no-repeat;
}

.page-meal-party .srvc-feature-b-list li {
 margin: 0 2%;
 width: 24%;
}

.page-meal-party .srvc-feature-b-list .txt {
 font-size: 1.9em;
}

.srvc-bn-list li.srvc-bn-child {
 margin: 0 auto;
 width: 74%;
}

.srvc-bn-list li.srvc-bn-child a {
 padding: 38px 0 38px 208px;
 background-image: url(assets/img/common/btn_child.png);
 font-size: 2.2em;
}

.srvc-item-single {
 display: block;
}

.srvc-item-single .pct {
 margin: 0 auto .4em;
 width: 100%;
 text-align: center;
}

.srvc-item-single .pct img {
 width: 62%;
}

.txt-numberdata {
 margin: 0 auto;
 width: 100%;
 text-align: center;
}

.txt-numberdata .number {
 margin-bottom: 0;
 font-size: 2.5em;
}

.srvc-item-single-list {
 margin: 1.5em auto 1em;
 width: 100%;
 border-top: 2px solid #d6cfc1;
 border-bottom: 2px solid #d6cfc1;
}

.srvc-item-single-list li {
 display: flex;
 box-sizing: border-box;
 padding: 2.5em 0 2.5em 3em;
 border-bottom: 1px solid #d6cfc1;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.srvc-item-single-list li:last-child {
 border-bottom: none;
}

.srvc-item-single-list li .pct {
 margin: 0;
 width: 24%;
}

.srvc-item-single-list li .pct img {
 width: 100%;
}

.srvc-item-single-list li .txt {
 margin: 0;
 width: 592px;
 text-align: left;
}

.srvc-item-single-list li .note {
 margin-top: 0.6em;
}

.srvc-item-single-list li p {
 margin-bottom: .1em;
 line-height: 1.5;
}

.srvc-item-single-list li .name {
 position: relative;
 margin-bottom: .2em;
 color: #725032;
 font-size: 2.7em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

@media all and (-ms-high-contrast: none) {
 .srvc-item-single-list li .name {
  font-size: 2.4em;
 }
}

.srvc-item-single-list li .name::before {
 position: absolute;
 top: .1em;
 left: -1.2em;
 color: #9eb579;
 content: "\f10c";
 font-size: .9em;
 font-family: "FontAwesome";
}

.srvc-item-single-list li .name .note {
 position: relative;
 top: -0.3em;
 margin-left: .4em;
}

.srvc-item-single-list li .price {
 display: inline-block;
 vertical-align: middle;
 font-size: 2.3em;
}

.srvc-item-single-list .srvc-items-eg {
 margin-top: 1.2em;
 width: 90%;
 font-size: 1.6em;
}

.srvc-items-eg .add {
 font-weight: bold;
 color: #9b240e;
}

.srvc-items-eg .difference {
 font-weight: bold;
}

p.drink-benefit {
 display: inline-block;
 margin-left: .4em;
 padding: .5em .7em;
 border: 1px solid #6d5f38;
 background: #a59a6b url(assets/img/common/bg_coupon.png) left top / 100% auto repeat;
 text-shadow: 0 0 7px rgba(255, 255, 255, 1), 0 0 7px rgba(255, 255, 255, 1);
 font-weight: bold;
 line-height: 1.4;
}

.srvc-item-single-list p.drink-benefit {
 padding: .35em .4em;
 font-size: 1.5em;
 margin: 0.6em 0 0 0;
}

.drink-benefit p {
 margin-bottom: .1em;
}

.drink-benefit .note {
 width: 100%;
}

.drink-benefit strong {
 color: #a2271e;
 font-weight: bold;
 font-size: 1.3em;
}

.srvc-item-single-list li .benefit p {
 font-size: 1em;
}

.srvc-item-single-list li .benefit .note {
 font-size: .85em;
}

.party-menu {
 display: flex;
 margin: 2.8em auto 0;
 padding: 3.4em 5.2em 2.6em;
 width: 82%;
 background: url(assets/img/common/bg_wall_beige.png) repeat;
 justify-content: space-between;
 flex-wrap: wrap;
}

.party-menu-list {
 width: 31%;
}

.party-menu-list li {
 margin-bottom: .6em;
 font-size: 1.9em;
}

.party-menu-list li::before {
 position: relative;
 display: inline;
 margin-right: .25em;
 color: #97b961;
 content: "\f10c";
 font-family: "FontAwesome";
}

.sec-party-bus {
 box-sizing: border-box;
 margin: 3em auto 0;
 padding: 1em;
 width: 100%;
 background: #d8d8a2 url(assets/img/common/bg_wall_diamond.png) repeat;
}

.sec-party-bus .inner {
 display: flex;
 padding: 3em 2.8em;
 border: 1px solid #1e3969;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.sec-party-bus .pct {
 width: 38%;
}

.sec-party-bus .pct img {
 width: 100%;
}

.sec-party-bus .txt {
 width: 55%;
 text-align: left;
}

.sec-party-bus h3 {
 margin-bottom: .1em;
 padding: 0;
 background: none;
 color: #000;
 text-align: left;
 text-shadow: none;
 font-size: 3.5em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.sec-party-bus p {
 margin-bottom: 0;
 font-size: 2.3em;
}

.sec-party-bus .btn-detail-wrap {
 margin-top: 1em;
}

.btn-catering {
 margin: 0 auto 4em;
 text-align: center;
}

.btn-catering img {
 margin: 0 auto;
}

.ico-child,
.ico-adult {
 line-height: 1;
 color: #fff;
 font-size: .65em;
 padding: .2em .6em;
 margin-right: .5em;
 border-radius: 3px;
 position: relative;
 font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
 top: -0.2em;
}

.ico-child {
 background-color: #d38246;
}

.ico-adult {
 background-color: #646895;
}

.extension-eg {
 width: 82%;
 border: 4px double #8b7d61;
 margin: 0 auto;
 padding: 3em 1.5em;
 text-align: center;
}

.extension-eg dl {
 width: 70%;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.extension-eg dt {
 width: 3.3em;
 height: 3.3em;
 display: flex;
 justify-content: center;
 align-items: center;
 background-color: #e5dac4;
 color: #53462b;
 font-size: 1.8em;
 border-radius: 50%;
}

.extension-eg dd {
 width: calc(100% - 7.8em);
}

.extension-eg ul {
 font-size: 1.8em;
}


/* #meal-child 子供会・スポーツ団の宴会 */

.page-meal-child .content-head {
 background: #444 url(assets/img/meal/key_meal_child.jpg) center center / cover no-repeat;
}

.page-meal-child .srvc-feature-b-list li {
 margin: 0 2%;
 width: 24%;
}


/* 同窓会 #meal-reunion */

.page-meal-reunion .content-head {
 background: #444 url(assets/img/meal/key_meal_reunion.jpg) center center / cover no-repeat;
}

.page-meal-reunion .bus-eg .inner {
 padding-bottom: 0;
}

.page-reunion .bus-eg-chart {
 margin-bottom: 0;
}

.srvc-item-reunion-list .txt * {
 text-align: center;
}

.sec-supplement {
 box-sizing: border-box;
 margin: 0 auto 2.5em;
 padding: 2.6em 3.6em 2.6em;
 width: 100%;
 background: url(assets/img/common/bg_wall_beige.png) repeat;
}

.sec-supplement h3 {
 margin-bottom: .3em;
 padding: 0;
 background: none;
 color: #242a6c;
 text-shadow: none;
 font-size: 1.9em;
}

.sec-supplement p {
 margin-bottom: 0;
}


/* 店内お食事メニュー一覧 #meal-menulist */

.page-meal-menulist .content-head {
 background: #444 url(assets/img/meal/key_meal_menu.jpg) center center / cover no-repeat;
}

.sec-menulist {
 border: 4px solid #fff;
 box-sizing: border-box;
 background: #fff url(assets/img/common/bg_food_ttl.png) center top repeat-x;
}

.sec-menulist-ttl {
 width: 100%;
 text-align: center;
 margin-bottom: 2.8em;
}

.sec-menulist-ttl h2 {
 font-size: 3em;
 text-align: center;
 text-shadow: 0 0 8px rgba(255, 255, 255, 1), 0 0 8px rgba(255, 255, 255, 1), 0 0 8px rgba(255, 255, 255, 1);
 color: #31330e;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.sec-buslunch-ttl {
 width: 100%;
 text-align: center;
 margin-bottom: 1.5em;
}

.menulist-item-list {
 margin: 2em auto 4em;
 width: 100%;
 border-top: 1px solid #d6cfc1;
}

.menulist-item-list li {
 display: flex;
 box-sizing: border-box;
 padding: 0.5em 0;
 border-bottom: 1px solid #d6cfc1;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.menulist-engagement-list .price {
 text-align: right;
 width: 85%;
}

.sec .menulist-item-list:last-child {
 margin-bottom: 0;
}

.menulist-item-list li .pct {
 width: 18%;
 margin: 1.2em 0;
}

.menulist-item-list li .pct .note {
 font-size: 1.3em;
}

.menulist-item-list li .pct img {
 width: 100%;
}

.menulist-item-list li .txt {
 width: 80%;
 line-height: 1.3;
}

.menulist-item-list li dl {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
 margin: 1.8em 0;
}

.menulist-item-list li dt {
 width: 41%;
 position: relative;
 margin: 0 4% 0 0;
 color: #725032;
 font-size: 1.9em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.menulist-item-list li dd {
 width: 25%;
 margin: 0 2% 0 0;
 text-align: left;
}

.menulist-item-list li dd .note {
 text-indent: -1em;
 padding-left: 1em;
}

.menulist-item-list-right li dd {
 text-align: right;
 margin: 0 2% 0 0;
 width: 25%;
}

.sec-menulist-child .menulist-item-list li dd {
 width: 52%;
 margin: 0 2% 0 0;
}

.meal-content .menulist-item-list li dd {
 width: 52%;
 margin: 0 2% 0 0;
}

.menulist-item-list li p {
 margin-bottom: .1em;
 line-height: 1.5;
}

.menulist-item-list li .name::before {
 position: absolute;
 top: .1em;
 left: -1.2em;
 color: #9eb579;
 content: "\f10c";
 font-size: .9em;
 font-family: "FontAwesome";
}

.menulist-item-list li .price {
 display: inline-block;
 vertical-align: middle;
 font-size: 2em;
}

.sec-menulist-child {
 width: 92%;
 box-sizing: border-box;
 background-color: #fffdf7;
 border: 4px solid #d9997c;
 margin: 0 auto 4em;
 padding: 1.8em 4em 2.6em;
}

.sec-menulist-child h4 {
 text-align: center;
 font-size: 2.5em;
 color: #4a4333;
}

.sec-menulist-child h4::before {
 color: #d38246;
 content: "\f1ae";
 font-size: 1.5em;
 margin-right: .2em;
 font-weight: normal;
 font-family: "FontAwesome";
}

.sec-menulist-child .menulist-item-list {
 margin-top: 0;
}

.sec-menulist-child .menulist-item-list li dt {
 color: #a35012;
}

.menulist-content-list {
 font-size: .85em;
 margin-bottom: 3em;
}

.menulist-content-list .pct {
 height: 140px;
}

.menulist-content-list .pct img {
 top: -80px;
}

.menulist-content-list .home-srvc-meal-memorial .pct {
 height: 184px;
}

.menulist-content-list .home-srvc-meal-memorial .pct img {
 top: -126px;
}

.menulist-content-list .txt {
 padding: 12px 28px 10px;
}

.menulist-content-list .home-srvc-deli-pharmacy {
 width: 48%;
}

.menulist-content-list .home-srvc-deli-pharmacy .pct {
 width: 100%;
 height: 140px;
 order: 1;
}

.menulist-content-list .home-srvc-deli-pharmacy .txt {
 width: auto;
 order: 2;
}

.sec-menulist-option {
 width: 90%;
 box-sizing: border-box;
 border: 2px solid #a8a281;
 background: #f7f7f5 url(assets/img/common/bg_wall_wh.png) repeat;
 margin: 0 auto;
 padding: 3em 4em 2.6em;
}

.sec-menulist-option .menulist-item-list {
 margin-bottom: .3em;
 padding-top: .4em;
}

.sec-menulist-option .menulist-item-list li {
 padding: .6em 0;
 border-bottom: none;
}

.sec-menulist-option .menulist-item-list li dl {
 margin: .4em 0;
 width: 100%;
 display: block;/*2019-06-18 a.kamada*/
}

/*2019-06-18 a.kamada*/
.sec-menulist-option .menulist-item-list li dl ul li {
    font-size: 1.7em;
    padding:0 0 0 1em;
	color: #725032;
	/*font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
}

.sec-menulist-option h4 {
 text-align: center;
 font-size: 2.5em;
 color: #4a3d28;
 margin-bottom: .5em;
}

.sec-menulist-option .menulist-item-list {
 margin-top: 0;
}

.sec-menulist-option .menulist-item-list li .txt {
 width: 100%;
}

.sec-menulist-option .menulist-item-list li dt {
 width: 67%;
}

.sec-menulist-option .menulist-item-list li dd {
 width: 28%;
 text-align: right;
 margin: 0;
}

.sec-menulist-option .note {
 text-align: right;
 margin-top: 0.5em;
}

.menulist-item-doeuvres-list li,
.menulist-item-drink-list li {
 border-bottom: none;
 padding-bottom: 0;
}

.menulist-item-drink-list {
 margin-bottom: 0.5em;
}

.menulist-doeuvres-menu {
 display: flex;
 margin: -2em auto 1.5em;
 padding: 3.4em 5.2em 2.6em;
 width: 82%;
 background: url(assets/img/common/bg_wall_beige.png) repeat;
 justify-content: space-between;
 flex-wrap: wrap;
}

.menulist-doeuvres-menu h3 {
 width: 100%;
 text-align: center;
 background: none;
 margin-bottom: .9em;
 padding: 0;
 color: #242a6c;
 text-shadow: none;
 font-size: 2em;
}

.menulist-doeuvres-menu-list {
 width: 31%;
}

.menulist-doeuvres-menu-list li {
 margin-bottom: .6em;
 font-size: 1.9em;
}

.menulist-doeuvres-menu-list li::before {
 position: relative;
 display: inline;
 margin-right: .25em;
 color: #97b961;
 content: "\f10c";
 font-family: "FontAwesome";
}

.sec-menulist-drink .menulist-item-list li .txt {
 width: 100%;
}


/* =================================================================
		#delivery
================================================================= */

.deli-content {
 background: url(assets/img/common/bg_wall_beige.png) repeat;
}

.txt-lead-deli {
 margin-bottom: 2em;
 width: 100%;
 text-align: center;
}

.txt-lead-deli h2 {
 color: #604126;
 font-size: 3.4em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.txt-lead-deli p {
 font-size: 2.4em;
}

.list-menu-drink {
 font-size: 2em;
}

.drink-name {
 display: inline-block;
 width: 61%;
}

.srvc-sushi-list {
 display: flex;
 justify-content: center;
}

.srvc-sushi-list::after {
 display: none;
}

.sushi-menu {
 width: 100%;
 display: flex;
 margin: 0 auto;
 box-sizing: border-box;
 padding: 3.4em 4em 1.8em;
 background: url(assets/img/common/bg_wall_beige.png) repeat;
 justify-content: space-between;
 flex-wrap: wrap;
}

.sushi-menu-list {
 width: 44%;
}

.sushi-menu-list .name {
 width: 60%;
 font-size: 1em;
 display: inline-block;
}

.sushi-menu-list .price {
 width: 38%;
 text-align: right;
 display: inline-block;
}

.sushi-menu-list .pc {
 display: inline;
}

.sushi-menu-list li {
 margin-bottom: 1.1em;
 font-size: 1.8em;
}

.sec-rental-txt h3 {
 margin-bottom: .9em;
 padding: 0;
 background: none;
 color: #242a6c;
 text-align: left;
 text-shadow: none;
 font-size: 1.9em;
}

.srvc-rental-list {
 display: flex;
 margin-bottom: 0;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.srvc-rental-list li {
 position: relative;
 box-sizing: border-box;
 margin-bottom: .9em;
 padding-left: 1.3em;
 width: 47%;
 font-size: 1.9em;
 line-height: 1.4em;
}

.srvc-rental-list li::before {
 position: absolute;
 top: 50%;
 left: 0;
 margin-top: -.5em;
 color: #9eb579;
 content: "\f10c";
 font-family: "FontAwesome";
 line-height: 1;
}

.txt-aboutcatering {
 display: block;
 box-sizing: border-box;
 margin: 2em auto 0;
 padding: 1.7em 2.3em;
 width: 90%;
 border: 1px solid #666;
 text-align: center;
}

.txt-aboutcatering h4 {
 margin-bottom: .2em;
 font-size: 2em;
}

.txt-aboutcatering p {
 margin-bottom: 0;
 font-size: 2em;
 line-height: 1.6;
}

.sec-area {
 position: relative;
 display: flex;
 overflow: hidden;
 box-sizing: border-box;
 margin: 0 auto 62px;
 padding: 54px 38px 46px;
 width: 94%;
 background: url(assets/img/common/bg_wall_bl.png) repeat;
 color: #fff;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: flex-start;
}

.sec-area .sec-ttl h2 {
 margin-bottom: .4em;
 border-bottom: 1px solid #e6e8f2;
}

.lead-area {
 width: 100%;
 font-size: 1.8em;
}

.area-txt {
 width: 47%;
 text-align: center;
}

.area-list {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.area-list li {
 box-sizing: border-box;
 margin-bottom: 18px;
 padding: 8px;
 width: 48%;
 color: #1a2876;
 background-color: #ffffff;
 border-radius: 4px;
 text-align: center;
 font-weight: bold;
 font-size: 1.9em;
 line-height: 1.5;
}

.area-list li:last-child {
 width: 100%;
}

.area-etc {
 margin-bottom: 34px;
 text-align: center;
}

.area-ask {
 position: relative;
 display: inline-block;
 margin-bottom: 8px;
 font-size: 1.8em;
}

.area-ask:before,
.area-ask:after {
 position: absolute;
 top: 0;
 display: inline-block;
 width: 12px;
 height: 100%;
 content: '';
}

.area-ask:before {
 left: -1em;
 border-top: solid 1px #8e99b3;
 border-bottom: solid 1px #8e99b3;
 border-left: solid 1px #8e99b3;
}

.area-ask:after {
 right: -1em;
 border-top: solid 1px #8e99b3;
 border-right: solid 1px #8e99b3;
 border-bottom: solid 1px #8e99b3;
 content: '';
}

.area-etc .note {
 font-size: 1.4em;
}

.area-map {
 margin-right: -14px;
 width: 52%;
}

.area-map img {
 width: 100%;
}

.area-other {
 box-sizing: border-box;
 margin-bottom: 1.4em;
 padding: 1.5em 2.2em .1em;
 width: 100%;
 border-radius: 5px;
 background-color: rgba(34, 38, 72, 0.8);
 font-size: 1.4em;
}

.area-other h3 {
 margin-bottom: .5em;
 text-align: center;
 font-size: 1.25em;
}

.area-other-list dt {
 font-size: 1.2em;
 margin-bottom: .3em;
 padding: .15em;
 border-radius: 2px;
 background: rgba(255, 253, 230, 0.9);
 color: #111d50;
 text-align: center;
 font-weight: bold;
}

.area-other-list dd {
 font-size: 1.2em;
 margin-bottom: 1.1em;
}

.area-holiday {
 margin-bottom: 1.8em;
 padding: .9em 0;
 border-radius: 5px;
 background-color: rgba(255, 255, 255, 0.8);
 color: #2f436c;
}

.area-holiday dl {
 display: flex;
 margin: 0 auto;
 width: 90%;
 font-size: 1.6em;
 justify-content: center;
 flex-wrap: wrap;
 align-items: center;
}

.area-holiday dt {
 margin-right: .3em;
}

.area-holiday dd {
 font-weight: bold;
 line-height: 1.6;
}

.area-note {
 width: 100%;
 text-align: center;
 font-size: 1.4em;
}

.sec-coupon {
 margin: 0 auto 4.5em;
 padding: 1.2em;
 width: 80%;
 border: 1px solid #6d5f38;
 background: #a59a6b url(assets/img/common/bg_coupon.png) left top / 100% auto repeat;
 -webkit-box-shadow: inset 0px 0px 15px 0px rgba(97, 72, 61, 0.5);
 -moz-box-shadow: inset 0px 0px 15px 0px rgba(97, 72, 61, 0.5);
 box-shadow: inset 0px 0px 15px 0px rgba(97, 72, 61, 0.5);
}

.sec-coupon .inner {
 padding: 2.1em 3em;
 border: 4px double #fff;
 background-color: rgba(255, 253, 241, 0.1);
 text-align: center;
}

.coupon-ttl {
 width: 100%;
 margin: 0 auto .8em;
 text-align: center;
}

.coupon-ttl {
 width: 100%;
}

.coupon-ttl h2 {
 display: inline-block;
 position: relative;
 letter-spacing: .05em;
 font-size: 2.8em;
 line-height: 1.4;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.sec-coupon h2::before {
 position: absolute;
 top: 50%;
 left: -13%;
 width: 9%;
 border-top: 1px solid #000;
 content: "";
}

.sec-coupon h2::after {
 position: absolute;
 top: 50%;
 right: -13%;
 width: 9%;
 border-top: 1px solid #000;
 content: "";
}

.sec-coupon p {
 margin-bottom: .2em;
 font-size: 2.2em;
 line-height: 1.5;
}

.sec-coupon p.coupon-benefit {
 font-size: 2.8em;
 margin-bottom: 0;
 line-height: 1.2;
}

.sec-coupon p strong {
 color: #c7190b;
 text-shadow: 0 0 7px rgba(255, 255, 255, 1), 0 0 7px rgba(255, 255, 255, 1), 0 0 7px rgba(255, 255, 255, 1), 0 0 7px rgba(255, 255, 255, 1);
 font-weight: bold;
 font-size: 1.7em;
 line-height: 1.3;
 margin-left: .1em;
 vertical-align: middle;
}

.sec-coupon .note {
 margin-top: .4em;
}

.coupon-list {
 display: inline-block;
 margin: 0 auto;
}

.coupon-list li {
 margin: 0 auto .2em;
 font-weight: bold;
 font-size: 2.4em;
 line-height: 1.3;
}

.coupon-list li::before {
 position: relative;
 top: 2px;
 display: inline-block;
 margin-right: .3em;
 color: #96421d;
 content: "\f058";
 font-weight: normal;
 font-size: 1.3em;
 font-family: "FontAwesome";
}

.sec .sec-coupon {
 margin: 0 auto 2.5em;
 width: 100%;
 background: #a59a6b url(assets/img/common/bg_coupon.png) left top / 100% auto repeat;
}


/* memorial 法事・法要 */

.page-deli-memorial .content-head {
 background: #444 url(assets/img/delivery/key_deli_memorial.jpg) center center / cover no-repeat;
}


/* celebation お祝い・パーティー */

.page-deli-celebration .content-head {
 background: #444 url(assets/img/delivery/key_deli_celebration.jpg) center center / cover no-repeat;
}

.srvc-item-first-list li {
 margin: 0 auto;
 width: 46%;
}


/* for desktop */

@media print,
screen and (min-width: 768px) {
 .sec-srvc-bus.sec-celeb {
  align-items: center;
 }
 .sec-celeb .sec-srvc-bus-txt {
  margin-bottom: 0;
 }
}


/* meeting 会議・セミナー弁当 */

.page-deli-meeting .content-head {
 background: #444 url(assets/img/delivery/key_deli_meeting.jpg) center center / cover no-repeat;
}

.srvc-meeting-case-list {
 display: flex;
 margin: 0 auto;
 width: 90%;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.srvc-meeting-case-list dt {
 box-sizing: border-box;
 margin: 0 2% 1.4em 0;
 padding: .4em;
 width: 36%;
 border-radius: 30px;
 background-color: #cde9ba;
 color: #054d0c;
 text-align: center;
 font-size: 1.7em;
}

.srvc-meeting-case-list dd {
 display: flex;
 margin-bottom: 1.4em;
 width: 60%;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.srvc-meeting-case-list dd .client {
 width: 26%;
}

.srvc-meeting-case-list dd .timezone {
 margin-right: 2%;
 width: 8%;
 line-height: 1;
}

.srvc-meeting-case-list dd .timezone img {
 width: 100%;
}

.srvc-meeting-case-list dd .item {
 width: 63%;
}

.srvc-meeting-case-list p {
 margin-bottom: 0;
}


/* #pharmacy 製薬会社・MR専用弁当 */

.page-deli-pharmacy .content-head {
 background: #444 url(assets/img/delivery/key_deli_pharmacy.jpg) center center / cover no-repeat;
}

.sec-pharmacy-reason {
 position: relative;
 box-sizing: border-box;
 border: 5px solid #fff;
 background: #f8f5ef url(assets/img/common/bg_wall_oc.png) repeat;
}

.sec-pharmacy-reason h2 {
 position: relative;
 z-index: 20;
 margin-bottom: .9em;
 width: 100%;
 text-align: center;
 font-size: 2.8em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.sec-pharmacy-reason h2 strong {
 color: #a0270b;
 font-size: 1.4em;
}

.sec .pharmacy-reason-list {
 position: relative;
 z-index: 20;
 margin: 0 auto;
 width: 78%;
}

ol.pharmacy-reason-list li {
 margin-bottom: .9em;
 font-size: 2.7em;
}

ol.pharmacy-reason-list li:last-child {
 margin-bottom: 0;
}

.pharmacy-reason-list dt {
 color: #242a6c;
 font-weight: bold;
 line-height: 1.3;
}

.pharmacy-reason-list dd {
 font-size: .65em;
}

.pharmacy-reason-logo {
 position: absolute;
 top: .9em;
 left: .9em;
 z-index: 0;
 opacity: .4;
}

.pharmacy-coupon .inner {
 position: relative;
 padding: 2.1em 3em 2.1em 7em;
}

.pharmacy-coupon p strong {
 font-size: 1.9em;
}

.pharmacy-coupon .pct-teabottle {
 position: absolute;
 top: 3%;
 left: 7%;
 width: 12%;
}

.pct-teabottle img {
 width: 100%;
}

.sec-pharmacy-voice .sec-ttl {
 margin-top: -8em;
 padding: 9em 0 .7em 46%;
 border-bottom: 1px solid #9d997e;
 background: url(assets/img/delivery/pct_pharmacy_doctor.png) left 3% bottom / 53% auto no-repeat;
}

.sec-pharmacy-voice .sec-ttl h2 {
 display: block;
 margin-bottom: .5em;
 padding-bottom: 0;
 border-bottom: none;
 text-align: left;
 font-size: 5.3em;
}

.sec-pharmacy-voice .sec-ttl p {
 margin-bottom: .3em;
 text-align: left;
 font-size: 2.4em;
 line-height: 1.5;
}

.sec-pharmacy-voice .srvc-voice-list .pct {
 width: 11%;
}

.sec-pharmacy-voice .srvc-voice-list .txt {
 position: relative;
 box-sizing: border-box;
 padding: 2em 2.9em;
 width: 85%;
 background-color: #e2e2c9;
}

.sec-pharmacy-voice .srvc-voice-list .txt p {
 background-image: none;
 font-size: 2em;
 line-height: 1.6;
}

.pct-pharmacy-credit {
 text-align: center;
}

.sec-pharmacy-area .txt-pharmacy-area-number {
 box-sizing: border-box;
 margin: 0 auto 1.5em;
 padding: .4em;
 width: 56%;
 border: 2px solid #f7f7e7;
 color: #fff;
 text-align: center;
 font-weight: bold;
 font-size: 2.4em;
 line-height: 1.5;
}

.sec-pharmacy-area .area-other-list {
 margin: 0 auto;
 font-size: 1.9em;
 width: 47%;
}

.sec-pharmacy-area .note {
 text-align: center;
}

.sec-pharmacy-area .area-holiday {
 margin: 0 auto;
 font-size: 1.3em;
}
.sec-pharmacy-area .area-note {
	margin-top: 30px;
}

/* #delivery-catering ケータリング */

.page-deli-catering .content-head {
 background: #444 url(assets/img/delivery/key_deli_catering.jpg) center center / cover no-repeat;
}

.srvc-items-catering-list {
 display: flex;
 width: 100%;
 flex-flow: row wrap;
 justify-content: center;
}

.srvc-items-catering-list li {
 margin: 2.6em 1% 2em;
 width: 31%;
 line-height: 1.4;
}

.txt-timelimit {
 display: inline-block;
 box-sizing: border-box;
 line-height: 1.4;
 padding: 0.6em 2em;
 background-color: #7e6d4c;
 color: #fff;
 font-weight: bold;
 font-size: 1.1em;
}

.page-deli-catering .srvc-feature-b-list li {
 margin: 0 2%;
 width: 24%;
}

.page-deli-catering .srvc-feature-b-list .txt {
 text-align: center;
 font-size: 2em;
}

.sec .catering-menu-lead {
 width: 100%;
 font-size: 2em;
 text-align: center;
}

.catering-area-list {
 width: 75%;
 font-size: 2em;
 margin: 0 auto;
}

.catering-area-list dt {
 margin-bottom: .4em;
 padding: .15em;
 border-radius: 4px;
 background: url(assets/img/common/bg_wall_bl.png) repeat;
 color: #fff;
 text-align: center;
 font-weight: bold;
}

.catering-area-list dd {
 margin-bottom: 1.4em;
 text-align: center;
}

.catering-drink {
 margin-bottom: 5em;
}

.catering-drink .pct {
 width: 23%;
 text-align: center;
}

.catering-drink .pct img {
 width: 58%;
}

.catering-drink .txt {
 width: 73%;
}

.catering-drink .party-menu-list {
 width: 100%;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

.catering-drink .party-menu-list li {
 width: 46%;
 margin-bottom: .6em;
}

.catering-tool {
 width: 94%;
 margin: 0 auto;
}

.catering-tool .lead {
 text-align: center;
 font-size: 2.5em;
 line-height: 1.5;
 margin-bottom: .7em;
}

.catering-tool .pct {
 margin: 0 auto 1.5em;
}

.catering-tool-list {
 font-size: 2em;
 padding: 1em 1.5em;
 background: url(assets/img/common/bg_wall_beige.png) repeat;
}

.cate-result-list {
 width: 848px;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.cate-result-list li {
 width: 48%;
 margin-bottom: 2.4em;
 padding: 2.2em 2.5em 1.5em;
 background-color: #f0efe0;
 box-sizing: border-box;
}

.cate-result-list .ttl {
 margin-bottom: 1.4em;
}

.cate-result-list .ttl .num {
 font-size: 3em;
 line-height: 1;
 margin-right: .3em;
 color: #46412a;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 position: relative;
 top: .1em;
}

.cate-result-list .ttl h3 {
 font-size: 2.2em;
 margin-bottom: .2em;
 width: auto;
 display: inline-block;
 text-align: left;
 background: none;
 padding: 0;
 color: #be4520;
 text-shadow: none;
}

.cate-result-list .note {
 font-size: 1.3em;
 margin-bottom: 0.5em;
}

.cate-result-budget {
 margin-bottom: 0.5em;
}

.cate-result-budget dl {
 display: flex;
 align-items: center;
}

.cate-result-budget dt {
 width: 4.5em;
 height: 4.5em;
 border-radius: 50%;
 background-color: #819363;
 color: #fff;
 font-size: 1.6em;
 padding: .4em;
 box-sizing: border-box;
 line-height: 1.4;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-right: 1em;
}

.cate-result-budget p {
 margin-bottom: 0;
 line-height: 1.3;
}

.cate-result-budget .amount {
 font-size: 2.9em;
}

.cate-result-content h4 {
 position: relative;
 text-align: center;
 color: #84705e;
 margin-bottom: 0.3em;
 font-size: 1.7em;
}

.cate-result-content h4 span {
 position: relative;
 z-index: 2;
 display: inline-block;
 padding: 0 1em;
 background-color: #f0efe0;
 text-align: left;
}

.cate-result-content h4::before {
 position: absolute;
 top: 50%;
 z-index: 1;
 content: '';
 display: block;
 width: 100%;
 height: 1px;
 background-color: #b1ad92;
}

.cate-result-content li {
 width: 100%;
 font-size: 1.5em;
 line-height: 1.5;
 margin-bottom: .7em;
 padding: 0;
 background-color: transparent;
 padding-left: 1.3em;
 position: relative;
}

.cate-result-content li::before {
 position: absolute;
 top: 0;
 left: 0;
 margin-top: 0;
 color: #97b961;
 content: "\f10c";
 font-family: "FontAwesome";
}


/* 店内お食事メニュー一覧 #delivery-menulist */

.page-deli-menulist .content-head {
 background: #444 url(assets/img/delivery/key_deli_menu.jpg) center center / cover no-repeat;
}


/* =================================================================
		#memorialroom
================================================================= */

.mroom-content {
 background: url(assets/img/common/bg_wall_beige.png) repeat;
}


/*
.sec-mroom-summary {
 background: #fff url(assets/img/mroom/bg_mroom_view.jpg) center top / 100% auto no-repeat;
}
*/

.page-memorialroom .content-head {
 background: #444 url(assets/img/mroom/key_mroom.jpg) center center / cover no-repeat;
}

.mroom-trouble {
 display: block;
 margin: 30px auto 10px;
 text-align: center;
 text-shadow: 0 0 6px rgba(255, 255, 255, .6), 0 0 6px rgba(255, 255, 255, .6), 0 0 6px rgba(255, 255, 255, .6), 0 0 6px rgba(255, 255, 255, .6), 0 0 6px rgba(255, 255, 255, .6);
}

.mroom-trouble .txt-trouble {
 position: relative;
 z-index: 10;
 display: inline-block;
 margin: -1.2em auto .7em;
 color: #584013;
 font-weight: bold;
 font-size: 2.8em;
 line-height: 1.5;
}

.mroom-trouble .txt-trouble:before {
 position: absolute;
 top: .45em;
 left: -9%;
 z-index: -1;
 color: #b7b085;
 content: "“";
 font-size: 400%;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 0;
}

.mroom-trouble .txt-trouble:after {
 position: absolute;
 right: -9%;
 bottom: -.25em;
 z-index: -1;
 color: #b7b085;
 content: "”";
 font-size: 400%;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 0;
}

.mroom-trouble .txt-solution {
 padding: 0;
 letter-spacing: .1em;
 font-weight: bold;
 font-size: 2.6em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 1.6;
}

.sec-mroom .sec-supplement {
 margin: 2.4em auto 0;
}

.sec-mroom .sec-supplement p {
 text-align: center;
}

.sec-mroom .txt h2 {
 margin: 0 0 .3em;
 letter-spacing: .05em;
 font-weight: bold;
 font-size: 2em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 1.4;
}

.sec-mroom-plan {
 display: block;
}

.sec-mroom-plan h3 {
 position: relative;
 display: inline-block;
 margin: 1em auto .8em;
 padding: 0;
 background: none;
 color: #2d3760;
 text-align: left;
 text-shadow: none;
 font-size: 1.9em;
}

.sec-mroom-plan h3 span {
 position: relative;
 z-index: 20;
 padding: 0 .5em 0 0;
 background-color: #fff;
}

.sec-mroom-plan h3::before {
 position: absolute;
 top: 50%;
 left: 0;
 width: 100%;
 border-top: 1px solid #000;
 content: "";
}

.sec-mroom-plan {
 margin: 0 auto 7em;
 width: 100%;
}

.sec-mroom-ttl {
 margin: 0 auto .7em;
 padding: 1.6em 0;
 width: 100%;
 color: #fff;
 color: #5f554b;
 font-size: 2.6em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 1;
}

.sec-mroom-buddhist .sec-mroom-ttl {
 background: url(assets/img/mroom/pct_mroom_buddhist.jpg) right center / cover no-repeat;
}

.sec-mroom-shinto .sec-mroom-ttl {
 background: url(assets/img/mroom/pct_mroom_shinto.jpg) right center / cover no-repeat;
}

.mroom-plan-list {
 margin: 0 auto;
}

.mroom-plan-list li {
 display: flex;
 margin-bottom: 3em;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.mroom-plan-list li .pct {
 width: 34%;
 order: 2;
}

.mroom-plan-list li .txt {
 width: 64%;
 order: 1;
}

.mroom-plan-list li .txt h4 {
 font-size: 2.2em;
 margin: 0;
}

.sec-mroom-shinto .mroom-plan-base .txt {
 display: flex;
 align-items: center;
 min-height: 8em;
}


/* =================================================================
		#column
================================================================= */

.column-content {
 background: url(assets/img/common/bg_wall_beige.png) repeat;
}

.post-type-archive-column .content-head,
.page-column .content-head,
.tax-column_cat .content-head,
.single-column .content-head {
 background: #444 url(assets/img/column/key_column.jpg) center center / cover no-repeat;
}

.column-wrap {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

.column-content #main {
 width: 73%;
 margin-bottom: 7em;
}

.column-content #side {
 width: 20%;
}


/* column list*/

.column-list {
 margin: 0 auto;
 display: flex;
 justify-content: flex-start;
 flex-wrap: wrap;
 align-items: stretch;
}

.column-list li {
 position: relative;
 margin-bottom: 3.6em;
 width: 31%;
 margin-right: 3%;
 background-color: #fff;
 transition: 0.2s;
}

.column-list li:nth-of-type(3n) {
 margin-right: 0;
}

.column-list a {
 text-decoration: none;
}

.column-list li:hover {
 transition: 0.3s;
 box-shadow: 0 0 8px 0 rgba(47, 24, 7, 0.1);
 transform: scale(1.05);
}

.column-pct {
 width: 100%;
 line-height: 0;
}

.column-cat {
 text-align: center;
 background-color: #867d67;
 color: #fff;
 padding: .2em;
 border-radius: 3px;
 width: 82%;
 margin: 1em auto 0;
 font-size: 1.25em;
 text-decoration: none;
}

.column-cat span {
 margin: 0 .3em;
}

.column-list .column-pct img {
 width: 100%;
 height: auto;
}

.column-ttl {
 padding: 1.4em 1.5em;
}

.column-ttl h3 {
 font-weight: 500;
 font-size: 1.45em;
 line-height: 1.5;
}

.column-cate {
 margin-bottom: 5px;
 padding: 7px 0;
 width: 100%;
 font-size: 1.2em;
 line-height: 1;
}

.ico-new {
 position: absolute;
 z-index: 2;
 display: flex;
 width: 64px;
 height: 64px;
 border-radius: 50%;
 background-color: #b85f48;
 color: #fff;
 font-size: 1.7em;
 font-family: "times new roman", georgia, times, serif;
 justify-content: center;
 flex-wrap: nowrap;
 align-items: center;
}

.column-list .ico-new {
 position: absolute;
 top: -1.5em;
 left: -1.2em;
}

.archive-ttl {
 width: 100%;
 text-align: center;
 margin-bottom: 3.2em;
 font-weight: bold;
}

.archive-ttl h2 {
 font-size: 2.5em;
 text-align: center;
 display: inline-block;
 margin: 0 auto;
 position: relative;
}

.archive-ttl h2::before {
 position: absolute;
 top: 50%;
 left: -17%;
 width: 15%;
 border-top: 1px solid #000;
 content: "";
}

.archive-ttl h2::after {
 position: absolute;
 top: 50%;
 right: -17%;
 width: 15%;
 border-top: 1px solid #000;
 content: "";
}


/* for home */

.home-column .column-list {
 margin-bottom: 3.2em;
 width: 100%;
}

.home-column .column-list li {
 width: 23%;
 margin-bottom: 0;
 margin-right: 2%;
}

.home-column .column-list li:nth-child(2) {
 margin-right: 2%;
}

.home-column .column-list li:nth-child(4) {
 margin-right: 0;
}


/* column article */

#column-single {
 background: #fff url(assets/img/common/bg_logo_thin.png) right -2% top -0.7% no-repeat;
 box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
 margin-bottom: 3em;
 padding: 3.4em 3.2em;
}

.column-single-header {
 border-bottom: 1px solid #916945;
 padding-bottom: 2em;
 margin-bottom: 3em;
}

.column-single-meta {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.column-title {
 width: 100%;
 margin: 0 0 .5em;
 font-size: 3.2em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.column-single-category {
 padding: .3em;
 width: 42%;
 box-sizing: border-box;
 text-align: center;
 font-size: 1.65em;
 background-color: #867d67;
 color: #fff;
 border-radius: 5px;
}

.column-single-category a {
 color: #fff;
}

.column-single-category a:hover {
 color: #fff1a3;
}

.column-single-date {
 width: 35%;
 color: #000;
 text-align: right;
 font-size: 1.8em;
}

.single-mainpct {
 margin-bottom: 2.5em;
 text-align: center;
}

.single-mainpct img {
 width: 82%;
}

.column-single-body a {
 text-decoration: underline;
 color: #3f2596;
}

.column-single-body p {
 margin-bottom: 1.8em;
 text-align: justify;
 font-size: 1.7em;
 line-height: 1.9;
}

.column-single-body ul,
.column-single-body ol {
 margin-bottom: 1.8em;
 font-size: 1.5em;
 line-height: 1.8;
}

.column-single-body ul li {
 margin-bottom: .6em;
 padding-left: 1.2em;
 text-indent: -1.2em;
 line-height: 1.5;
 font-size: 1.25em;
}

.column-single-body ol li {
 margin-bottom: .6em;
 line-height: 1.5;
 font-size: 1.25em;
 list-style-position: inside;
}

.column-single-body ul li::before {
 position: relative;
 display: inline;
 margin-right: .3em;
 color: #97b961;
 content: "\f10c";
 font-family: "FontAwesome";
}

.column-single-body img {
 max-width: 100%;
}

.column-single-body h2 {
 margin: 1.8em 0 1.1em;
 padding: .4em .9em;
 background: #d8d8a2 url(assets/img/common/bg_wall_diamond.png) repeat;
 color: #000000;
 font-size: 1.9em;
}

.column-single-body h3 {
 margin-bottom: .8em;
 padding-bottom: .4em;
 border-bottom: 3px solid #4b4631;
 font-size: 1.8em;
}

.column-single-body h4 {
 margin-bottom: .6em;
 color: #7e4c36;
 font-size: 1.8em;
}

.column-single-body h4::before {
 position: relative;
 display: inline;
 margin-right: 5px;
 color: #c1ae84;
 content: "\f10c";
 font-family: "FontAwesome";
}

.column-single-body blockquote {
 margin-bottom: 3em;
 padding: 1.9em 2.2em;
 border: dotted 1px #b0bc74;
 background-color: #eaeddb;
}


/* column for mobile */

@media screen and (max-width: 767px) {
 .column-single-body {
  margin: 0 auto;
  width: 88%;
 }
 .column-single-header {
  margin: 0 auto 1.2em;
  width: 88%;
 }
 .column-title {
  font-size: 2.2em;
 }
 .column-single-meta {
  display: flex;
  margin-bottom: .8em;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
 }
 .column-single-category {
  padding: .6em 1em;
  width: 50%;
  text-align: center;
  font-size: 1.2em;
 }
 .column-single-date {
  width: 40%;
  color: #000;
  text-align: right;
  font-size: 1.5em;
 }
 .column-single-body img {
  width: 100%;
 }
 .column-single-body figure {
  margin: 0 0 1.8em;
  width: auto!important;
 }
}


/* =================================================================
		form
================================================================= */

.form-content {
 background: #f7f7f5 url(assets/img/common/bg_wall_wh.png) repeat;
}

.page-form .content-head {
 background: #444 url(assets/img/form/key_form.jpg) center center / cover no-repeat;
}

.sec-lead strong {
 font-size: 1.25em;
}

.form-tel {
 display: flex;
 margin: 0 auto 4.5em;
 width: 66%;
 justify-content: center;
 flex-wrap: wrap;
 align-items: center;
}

.form-tel .cv-tel-number .freedial {
 width: 5.5em;
}

.form-tel .number {
 font-size: 5.5em;
 color: #000;
}

.form-tel .cv-tel-number {
 margin-bottom: 0.2em;
}

.form-tel .cv-tel-reception {
 font-size: 2em;
 text-align: center;
 width: 100%;
 margin-bottom: 0.4em;
}

.form-tel .cv-holiday {
 font-size: 2.2em;
 font-weight: bold;
 color: #a74229;
 padding: 0.2em 0.8em;
 border: 3px solid #a74229;
}

.form-tbl p.error {
 display: block;
 color: #c00;
 font-weight: bold;
 font-size: 1.1em;
 margin-bottom: 0.3em;
}

.must {
 position: relative;
}

.must:after {
 position: absolute;
 top: 40%;
 right: 3%;
 padding: .15em .25em;
 border: 1px solid #c00;
 color: #c00;
 content: "必須";
 font-size: 11px;
}

.form-ttl {
 display: flex;
 font-size: 3.6em;
 margin-bottom: 0.2em;
 width: 100%;
 line-height: 1.2;
 justify-content: center;
 flex-wrap: wrap;
 align-items: center;
}

.form-contact .form-ttl h3 {
 border-bottom: none;
 margin-bottom: 0;
 padding-bottom: 0;
}

.form-ttl h3::before {
 position: relative;
 display: inline;
 margin-right: .3em;
 color: #747575;
 content: "\f0e0";
 font-size: 0.85em;
 font-family: "FontAwesome";
}

.form-contact {
 margin-bottom: 5em;
}

.form-tbl {
 width: 100%;
 font-size: 1.7em;
}

.form-tbl th {
 font-weight: bold;
 font-size: 1em;
 padding: 36px 18px 22px 0;
 width: 23%;
 border-bottom: 1px solid #3a7731;
 line-height: 1.5;
}

.form-tbl th p {
 margin-bottom: 4px;
 font-weight: 500;
 font-size: 0.85em;
}

.form-tbl th .note {
 margin-top: 1em;
}

.form-tbl th .note p {
 font-weight: 500;
 text-indent: -1em;
 padding-left: 1em;
 font-size: 0.8em;
}

.form-tbl td {
 padding: 28px 0 22px 20px;
 width: 77%;
 border-bottom: 1px dotted #888;
}

.form-tbl p {
 display: inline-block;
 line-height: 1.4;
 margin: 0.2em 0 0.2em 0;
 vertical-align: middle;
}

.form-tbl td.pdg-t-0em {
 padding-top: 0;
}

.form-tbl .form-budget {
 margin-left: 0.8em;
 font-weight: bold;
}

.form-tbl div {
 display: inline-block;
 vertical-align: middle;
 line-height: 1.5;
 margin: 0.5em 1.4em 0.5em 0;
}

.form-tbl .bloc {
 display: block;
}

.form-tbl label {
 transition: 0.2s;
 cursor: pointer;
}

.form-tbl label:hover {
 color: #9f2f20;
 transition: 0.4s;
}

.form-tbl input,
.form-tbl textarea {
 margin-top: 0.4em;
 box-sizing: border-box;
 padding: 4px 6px;
 display: inline-block;
}

.form-tbl input {
 margin: 0 0.3em;
}

.form-tbl input[type=radio] {
 display: inline-block;
 width: 1.1em;
 height: 1.1em;
 vertical-align: middle;
 margin: 0 0.3em 0 0;
}

.form-tbl input[type=checkbox] {
 display: inline-block;
 width: 1.1em;
 height: 1.1em;
 vertical-align: middle;
 margin: 0;
}

.form-tbl input[type=file] {
 margin-top: 0.5em;
}

.form-tbl select {
 font-size: 0.9em;
 margin-left: 0.4em;
 padding: 0.15em 0.3em;
}

.form-tbl-inner .form-tbl-partymenu-ttl {
 text-align: center;
 display: block;
 color: #6f442d;
 margin: 0.7em 0 0.5em;
 font-weight: bold;
}

.form-tbl .btn-detail-wrap {
 text-align: left;
 margin-top: 0.8em;
}

.form-tbl a.btn-detail {
 padding: 9px 32px 9px 10px;
 min-width: auto;
 font-size: 0.9em;
}

.form-contact label {
 display: flex;
 align-items: center;
}

.wpcf7-list-item-label {
 display: block;
 margin-left: 0.3em;
}

.form-mroom-plan .span.wpcf7-list-item {
 width: 34%;
 margin: 0 1.2em .5em 0;
}

.form-child-lunchbox .wpcf7-form-control-wrap {
 margin-bottom: 1em;
}

.form-tbl-purpose div {
 display: inline-block;
 margin: 0 1.2em .5em 0;
}

.form-tbl-purpose label {
 display: inline-block;
}

.form-tbl-purpose div.other {
 display: block;
}

.form-tbl h4 {
 margin-bottom: 0.2em;
 padding-bottom: 0.3em;
 border-bottom: 1px solid #999;
 color: #6f442d;
}

.form-tbl h4.form-ttl-option {
 margin: 1.1em 0 0.1em;
}

.form-tbl .border-1-b {
 border-bottom: 1px dotted #888 !important
}

.form-tbl .border-1-t-solid {
 border-top: 1px solid #999 !important;
 padding-top: 1em;
}

.form-tbl div.form-meal-child {
 margin-top: 1.4em;
}

.meal-mroom-use {
 margin-bottom: 0.3em;
}

.wpcf7-form-control-wrap {
 display: inline-block;
}

span.wpcf7-list-item {
 display: inline-block;
 vertical-align: middle;
 line-height: 1.5;
 margin: 0;
}

.form-btn-child {
 text-align: center;
 color: #fff;
 font-size: 1.2em;
 font-weight: bold;
 background-color: #d38246;
 border-radius: 8px;
 padding: 0.7em;
 width: 100%;
 box-sizing: border-box;
 cursor: pointer;
 transition: 0.2s;
 position: relative;
}

.form-btn-child::after {
 position: absolute;
 top: 50%;
 right: 6%;
 margin-top: -12px;
 width: 23px;
 height: 23px;
 background: url(assets/img/common/ico_arrow_wh_l_down.png) right center / 23px 23px no-repeat;
 content: "";
}

.form-btn-child:hover {
 background-color: #e58138;
 transition: 0.4s;
}

.form-meal-child-content,
.form-deli-child-content {
 background-color: rgba(255, 255, 255, 0.8);
 padding: 0.8em 1.4em;
 width: 100%;
 border: 1px solid #d38246;
 box-sizing: border-box;
}


/*
form.failed .form-meal-child-content {
 display: block !important;
}
*/

.form-tbl-hr {
 border: 0;
 border-bottom: 1px dotted #888;
 margin: 0.8em 0;
}

.form-privacycheck {
 font-size: 1.9em;
 text-align: center;
 margin-bottom: 1.8em;
}

.form-privacycheck p {
 display: inline-block;
}

.form-privacycheck input[type=checkbox] {
 display: inline-block;
 margin: 0 0.4em 0 0;
 width: 1.3em;
 height: 1.3em;
 vertical-align: middle;
}

.form-privacycheck .note {
 margin-top: 0.6em;
}

.form-submit {
 text-align: center;
 margin-bottom: 7em;
}

.form-submit input {
 background-color: #153a74;
 color: #fff;
 font-weight: bold;
 margin: 0 1em;
 padding: 20px 90px;
 border-radius: 40px;
 font-size: 2.2em;
 font-family: "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
 cursor: pointer;
 border: none;
 transition: 0.4s;
}

.form-submit input:hover {
 background-color: #204e96;
 transition: 0.4s;
}

.btn-confirm {
 pointer-events: none;
 opacity: 0.6;
}

.btn-confirm.active {
 pointer-events: auto;
 opacity: 1;
}

.form-submit input.btn-revision {
 background-color: #c3c3c3;
 color: #000;
}

.wpcf7c-conf {
 background-color: transparent;
 border: 1px solid rgba(0, 0, 0, 0.1);
}

.ui-widget.ui-widget-content {
 font-size: 1.3em;
}

.form-tbl .form-tbl-item-sec {
 display: block;
}

.form-tbl .form-meal-item-sec {
 margin: 0 0 1em;
}

.form-tbl .form-deli-item-sec {
 margin: 0 0 2.4em;
}

.form-dish {
 font-size: 1.3em;
 font-weight: bold;
}

.form-tbl .form-ttl-dish {
 background-color: #583d34;
 color: #fff;
 width: 100%;
 box-sizing: border-box;
 padding: .6em;
 text-align: center;
 margin-bottom: 0.4em;
}

.form-contact h3 {
 font-size: 1.4em;
 text-align: center;
 margin-bottom: 0.3em;
 padding-bottom: 0.4em;
 border-bottom: 1px solid #aaa;
}

.form-tbl .form-drink .wpcf7-list-item {
 margin: 0.7em 0;
}

::-webkit-input-placeholder {
 color: #b2b2b2;
}

.input-ss {
 width: 80px;
}

.input-s {
 width: 160px;
}

.input-m {
 width: 460px;
}

.input-l {
 width: 550px;
}

.textarea-l {
 width: 100%;
 line-height: 1.6;
}

.form-privacy {
 box-sizing: border-box;
 width: 85%;
 height: 40vh;
 margin: 3em auto 3em;
 overflow-y: scroll;
 font-size: 1.4em;
 background-color: #fff;
 padding: 2.5em 3em;
}

.form-privacy .ttl {
 text-align: center;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 font-size: 1.5em;
 margin-bottom: .4em;
}

.form-privacy p {
 font-size: 1.1em;
}

.form-tbl-inner {
 width: 100%;
}

.form-tbl-inner td {
 width: auto;
 padding: 15px 0;
 border-bottom: none;
}

.form-tbl-list {
 width: 100%;
 table-layout: fixed;
}

.form-tbl-list th {
 font-weight: 500;
 padding: 0.6em 0;
 border-bottom: none;
 width: 50%;
}

.form-tbl-list td {
 padding: 0.6em 0;
 text-align: right;
 border-bottom: none;
 width: 50%;
}

.form-unit {
 width: 2.2em;
 text-align: left;
}

.form-tbl-list-b td {
 white-space: nowrap;
}

.form-tbl-list-b p.note {
 text-align: left;
}

.form-complete {
 text-align: center;
}

.form-tbl .form-input-mail {
 border-bottom: none;
 padding-bottom: 1em;
}

.form-tbl .form-input-mail-check {
 padding-top: 0;
}

.form-meal-shukukaiseki {
 width: 100%;
}

p.error {
 color: #c00;
 font-weight: bold;
 font-size: 1.1em;
}

.must:after {
 content: "必須";
 color: #c00;
 font-size: 11px;
 border: 1px solid #c00;
 padding: .15em .25em;
 position: absolute;
 right: 3%;
 top: 3.4em;
}

.wpcf7c-elm-step2 {
 font-size: 2em;
 line-height: 1.8;
 margin: 44px 0 30px;
 padding: 26px;
 border: 1px solid #444;
 text-align: center;
 font-weight: bold;
}

div.wpcf7-mail-sent-ok {
 display: none!important;
}

.page-thanks .content-head {
 display: none;
}

.privacy-form {
	font-size: 2.0em;
	text-align: center;
	margin: 30px 0;
}
.privacy-form a {
	text-decoration: underline;
}
.form-complete {
 -webkit-transition: 0.6s;
 transition: 0.6s;
 font-size: 1.6em;
 line-height: 2;
 margin: 70px 0 110px;
}

@-webkit-keyframes complete {
 0% {
  opacity: 0;
  bottom: -9px;
 }
 100% {
  opacity: 1;
  bottom: 0;
 }
}

@keyframes complete {
 0% {
  opacity: 0;
  bottom: -9px;
 }
 100% {
  opacity: 1;
  bottom: 0;
 }
}

form.sent .form-complete {
 display: block;
 -webkit-animation: complete 1s linear 1;
 animation: complete 1s linear 1;
 -webkit-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
}

form.sent .sec-lead,
form.sent .form-tbl,
form.sent .form-submit,
form.sent .form-lead,
form.sent .form-ttl,
form.sent .form-tel,
form.sent .form-privacycheck,
form.sent .form-privacy {
 display: none;
}

.form-complete p {
 font-size: 1.3em;
 margin-bottom: 3em;
}

.form-complete p.lead {
 font-size: 1.5em;
 font-weight: bold;
 margin-bottom: .5em;
}


/* Form for mobile */

@media screen and (max-width: 767px) {
 .form-tel {
  margin: 0 auto 3.2em;
  padding: 1.6em 0;
  width: 84%;
 }
 .form-mail {
  margin: 0 auto;
  width: 92%;
 }
 .form-tel h3,
 .form-mail h3 {
  display: inline-block;
  margin-bottom: 6px;
  color: #4a923e;
  font-size: 1.8em;
 }
 .form-tel .freedial {
  margin-right: .8em;
  width: 9vw;
 }
 .form-tel .freedial img {
  width: 100%;
 }
 .form-tel .cv-tel-reception {
  margin-top: .5em;
  font-size: 1.6em;
 }
 .form-ttl .cv-icon {
  margin-right: 9px;
 }
 .form-ttl .cv-icon img {
  width: 7vw;
 }
 .form-tel .cv-tel-number .freedial {
  width: 3.5em;
 }
 .form-tel .cv-tel-number .number {
  font-size: 3.4em;
  text-decoration: underline;
 }
 .form-tel .cv-holiday {
  font-size: 1.6em;
 }
 .form-contact .form-ttl h3 {
  font-size: 0.65em;
 }
 .form-tbl {
  margin: 0 auto 2em;
  width: 92%;
  font-size: 1.4em;
 }
 .form-tbl th {
  border-top: 2px solid #3a7731;
  border-bottom: none;
  display: block;
  padding: 0.9em 0 0;
  width: 100%;
  font-size: 1.15em;
  box-sizing: border-box;
 }
 .form-tbl td {
  text-align: left;
  display: block;
  padding: 0.5em 0 1.1em;
  width: 100%;
  border-bottom: 1px dotted #888;
  font-size: 1.1em;
  box-sizing: border-box;
 }
 .form-tbl td:last-child {
  border-bottom: none;
 }
 .form-tbl .btn-detail-wrap {
  text-align: center;
  margin: 0.8em 0;
 }
 .form-tbl-inner td {
  font-size: 1em;
 }
 .form-tbl p {
  font-size: 1em;
 }
 .form-tbl select {
  margin-left: 0;
  padding: 0.3em 0.4em;
 }
 .form-tbl .bloc .wpcf7-list-item {
  margin-bottom: .5em;
 }
 .form-tbl label {
  padding: .5em 0;
  transition: 0.2s;
  font-size: 1.05em;
 }
 .form-tbl div {
  display: block;
  margin: 0;
 }
 .form-tbl th p {
  display: block;
  margin-bottom: .1em;
 }
 .form-tbl .form-meal-shukukaiseki {
  margin-top: 2.5em;
 }
 .form-tbl .form-tbl-list span.note {
  display: inline;
 }
 .form-deli-celeb span.note {
  font-size: 1em;
  margin-top: 0.5em;
  display: block;
 }
 span.wpcf7-list-item {
  margin: 0 1.4em 0 0;
 }
 .form-tbl input,
 .form-tbl textarea {
  line-height: 1.6;
  margin: 0.1em 0.3em 0.1em 0;
  padding: 0.2em 0.25em 0.2em;
 }
 .form-tbl-list th {
  border-top: none;
  font-size: 1.05em;
 }
 .form-tbl-inner td {
  padding: 0.4em 0;
  border-bottom: none;
 }
 .form-meal-child-content .form-tbl div {
  display: block;
  margin: 0.35em 0;
 }
 .must:after {
  font-size: 0.7em;
  top: 0.8em;
 }
 .form-tbl a.btn-detail {
  padding: .9em 1.8em .9em .7em;
  min-width: 80vw;
  font-size: 1em;
 }
 .form-tbl h4 {
  font-size: 1.15em;
  margin-bottom: 0.4em;
 }
 .form-tbl .form-btn-child {
  font-size: 1.15em;
 }
 .form-tbl .form-meal-child-content,
 .form-tbl .form-deli-child-content {
  margin-top: 0.6em;
 }
 .form-meal-child-content div,
 .form-deli-child-content div {
  margin: 0 0 1.8em;
 }
 .form-tbl-postcard {}
 .form-tbl-service .form-tbl .wpcf7-list-item {
  margin-right: .15em;
  margin-bottom: 0;
 }
 .form-tbl-service .form-tbl span.note {
  font-size: 1em;
  margin-top: 0;
  display: inline;
 }
 .form-tbl input[type=checkbox] {
  width: 1.3em;
  height: 1.3em;
 }
 .form-tbl input[type=radio] {
  width: 1.1em;
  height: 1.1em;
 }
 .form-tbl .form-drink .wpcf7-list-item {
  margin: 0;
 }
 .form-tbl .wpcf7-list-item-label {
  width: calc(100% - 1.5em);
 }
 .form-privacy {
  width: 90%;
  height: 30vh;
  margin: 2.5em auto;
  font-size: 1.2em;
  padding: 1.6em 1.8em;
 }
 .form-privacycheck {
  width: 92%;
  font-size: 1.6em;
  margin: 0 auto 1.8em;
 }
 .form-privacycheck .note {
  font-size: 0.85em;
 }
 .input-m {
  width: 78%;
 }
 .input-l {
  width: 84%;
 }
 .form-submit input {
  margin: 0 auto 1.2em;
  padding: 1.1em 0;
  width: 75%;
  border-radius: 40px;
  font-size: 1.8em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  cursor: pointer;
 }
 div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
 }
 .form-complete {
  margin: 2.5em auto 4em;
  width: 84%;
  font-size: 1.2em;
  line-height: 1.8;
 }
 .form-complete p {
  margin-bottom: 2em;
 }
 .form-complete br {
  display: none;
 }
 .form-tbl .meal-mroom-sect {
  margin-left: 0.4em;
 }
 .deli-79 input {
  width: 84%;
  padding: 0;
  margin: 0.5em 0 0 0;
 }
 .wpcf7c-elm-step2 {
  width: 94%;
  box-sizing: border-box;
  font-size: 1.5em;
  line-height: 1.6;
  margin: 1.5em auto;
  padding: 1.4em;
 }
}


/* =================================================================
		#bus
================================================================= */

.bus-content {
 background: #f7f7f5 url(assets/img/common/bg_wall_wh.png) repeat;
}

.page-bus .content-head {
 background: #444 url(assets/img/bus/key_bus.jpg) center center / cover no-repeat;
}

.bus-sec .bus-eg {
 margin: 0 0 3em;
}

.bus-main {
 box-sizing: border-box;
 background: #f9f9f1 url(assets/img/bus/bg_request.png) center top repeat-x;
 border: 4px solid #fff;
 padding-bottom: 1em;
}

.bus-request {
 width: 100%;
 margin-bottom: 2.5em;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}

.bus-request .lead {
 width: 100%;
 text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1);
 color: #d73f19;
 text-align: center;
 letter-spacing: 0;
 font-weight: bold;
 font-size: 3.3em;
 line-height: 1.4;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 margin-bottom: .4em;
 white-space: nowrap;
}

.bus-request-pct {
 width: 38%;
}

.bus-request-pct img {
 width: 100%;
}

.bus-request .txt {
 width: 57%;
}

.bus-request .txt p {
 font-size: 1.8em;
}

.bus-request .attention {
 border: 3px solid #29487f;
 color: #29487f;
 padding: .4em .6em;
 font-size: 1.8em;
 font-weight: bold;
 text-align: center;
}

.bus-eg-case {
 width: 82%;
 box-sizing: border-box;
 margin: 0 auto 2.5em;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
 padding: 1.2em;
 background: #d8d8a2 url(assets/img/common/bg_wall_diamond.png) repeat;
}

.bus-eg-case .pct {
 width: 20%;
}

.bus-eg-case .txt {
 width: 76%;
}

.bus-eg-case p {
 font-size: 1.8em;
 margin-bottom: .2em;
}

.bus-eg-case h4 {
 font-size: 2.5em;
}

.bus-crypt-cost {
 display: block;
 margin: 0 auto;
 text-align: center;
}

.bus-crypt-cost p {
 position: relative;
 display: inline-block;
 margin-bottom: 0;
 font-size: 1.8em;
}

.bus-crypt-cost p:before,
.bus-crypt-cost p:after {
 position: absolute;
 top: 0;
 display: inline-block;
 width: 12px;
 height: 100%;
 content: '';
}

.bus-crypt-cost p:before {
 left: -1.2em;
 border-top: solid 1px #666;
 border-bottom: solid 1px #666;
 border-left: solid 1px #666;
}

.bus-crypt-cost p:after {
 right: -1.2em;
 border-top: solid 1px #666;
 border-right: solid 1px #666;
 border-bottom: solid 1px #666;
 content: '';
}

.bus-area {
 align-items: center;
}

.bus-area-map {
 width: 43%;
}

.bus-area-txt {
 width: 52%;
}

.bus-area-list {
 width: 78%;
 margin: 0 auto 7em;
}

.bus-area-list li {
 box-sizing: border-box;
 margin-bottom: .8em;
 padding: .35em;
 width: 100%;
 border: 2px solid #283b88;
 color: #283b88;
 text-align: center;
 font-weight: bold;
 font-size: 2em;
 line-height: 1.5;
}

.bus-area-number {
 padding: 0 0 0 43%;
 background: url(assets/img/home/pct_bus.png) left center / 40% auto no-repeat;
}

.bus-area-number h3 {
 margin-bottom: .4em;
 padding: .3em;
 border-radius: 4px;
 font-size: 2em;
}

.bus-area-number li {
 font-size: 2em;
 text-align: center;
}

.bus-area-note {
 width: 100%;
 font-size: 1.8em;
 border-radius: 4px;
 font-weight: bold;
 text-align: center;
 background: #ebe8bf;
 color: #111d50;
 margin-top: 1.2em;
 padding: .5em;
 box-sizing: border-box;
}

.bus-attention {
 width: 94%;
 background-color: #fefdfb;
 border: 6px solid #91372f;
 margin: 0 auto 5em;
 padding: 4em;
 box-sizing: border-box;
}

.bus-attention h2 {
 font-size: 2.6em;
 color: #813831;
 text-align: center;
 margin-bottom: 1.1em;
}

.bus-attention ul {
 font-size: 2em;
 width: 85%;
 margin: 0 auto;
}

.bus-attention ul li {
 margin-bottom: 1.1em;
}

.bus-attention li::before {
 color: #a35750;
}


/* =================================================================
		#facility
================================================================= */

.facility-content {
 background: #f7f7f5 url(assets/img/common/bg_wall_wh.png) repeat;
}

.page-facility .content-head {
 background: #444 url(assets/img/facility/key_facility.jpg) center center / cover no-repeat;
}

.facility-feature h2 {
 font-size: 2.2em;
 padding-bottom: .5em;
 margin-bottom: .5em;
 color: #861b1b;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 border-bottom: 1px solid #907f4f;
}

.fcly-floor {
 width: 100%;
 margin-bottom: 3.5em;
 padding-bottom: 3.5em;
 border-bottom: 1px solid #d6cfc1;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: flex-start;
}

.fcly-floor .btn-detail-wrap {
 margin-top: 1em;
}

.fcly-floor a.btn-detail {
 padding: 9px 48px 9px 38px;
}

.fcly-floor-data {
 width: 47%;
}

.fcly-floor-data dt {
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 background: url(assets/img/common/bg_wall_bl.png) repeat;
 color: #fff;
 font-weight: bold;
 font-size: 2.6em;
 line-height: 1;
 text-align: center;
 margin-bottom: .4em;
 padding: .3em;
}

.fcly-floor-data .note {
 font-size: .7em;
 margin-left: .3em;
}

.fcly-floor-data .list-items {
 font-size: 1.8em;
}

.fcly-floor-data .list-items aside {
 font-size: .85em;
 margin-top: .2em;
}

.fcly-floor .pct {
 width: 48%;
}

.fcly-floor-pct {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: stretch;
}

.fcly-floor-pct li {
 width: 48%;
}

.fcly-floor .txt {
 margin-top: 2em;
}

.fclt-option {
 width: 100%;
 margin-bottom: 3em;
}

.fclt-option h3 .note {
 font-size: .7em;
 background-color: rgba(255, 255, 255, 0.8);
 padding: .25em .5em;
 color: #1d2553;
 border-radius: 4px;
 margin-left: .7em;
 text-shadow: none;
 position: relative;
 top: -0.1em;
}

.fclt-option h4 {
 font-size: 2.2em;
}

.fclt-option-tbl {
 width: 100%;
 border: 1px solid #6c634e;
 margin-bottom: 2.5em;
}

.fclt-option-tbl th {
 font-size: 1.7em;
 line-height: 1.5;
 text-align: center;
 color: #4e403a;
 width: 32%;
 background-color: #e2dccb;
 border-right: 1px solid #6c634e;
 border-bottom: 1px solid #6c634e;
 padding: 1.3em;
 box-sizing: border-box;
 vertical-align: middle;
}

.fclt-option-tbl td {
 width: 68%;
 border-bottom: 1px solid #6c634e;
 padding: 1.3em;
 box-sizing: border-box;
 vertical-align: middle;
}

.fclt-option-tbl td p {
 font-size: 1.4em;
 margin-bottom: 0;
}

.fclt-option-tbl .btn-detail-wrap {
 margin-top: 0;
}


/* =================================================================
		#about
================================================================= */

.about-content {
 background: #f7f7f5 url(assets/img/common/bg_wall_wh.png) repeat;
}

.page-about .content-head {
 background: #444 url(assets/img/about/key_about.jpg) center center / cover no-repeat;
}

.sec-about-greeting {
 overflow: hidden;
}

.sec-about-greeting h2 {
 width: 100%;
 color: #861b1b;
 margin: -2em 0 1em;
 font-size: 3.4em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 text-align: center;
 background: url(assets/img/about/bg_circle.png) center center / auto 100% no-repeat;
 padding: 2.7em 0;
}

.sec-about-greeting .inner {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
 margin-top: -8em;
}

.sec-about-greeting .pct {
 width: 41%;
}

.sec-about-greeting .txt {
 width: 51%;
}

.sec-about-greeting .txt p {
 line-height: 2;
}

.sec-about-greeting .name {
 text-align: right;
 margin-top: 1.5em;
 font-size: 2em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.sec-about-request {
 width: 100%;
 margin: 0 auto;
 padding-bottom: 8em;
 background: url(assets/img/about/bg_request.png) left bottom no-repeat;
}

.sec-about-request .inner {
 background: url(assets/img/common/bg_logo_wh.png) right top no-repeat;
 width: 1000px;
 margin: 0 auto;
 padding: 4em 0 0;
}

.sec-about-request h2 {
 text-align: center;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 font-size: 3.2em;
 margin-bottom: 1em;
}

.about-request-list {
 font-size: 1.8em;
 width: 84%;
 margin: 0 auto;
}

.about-request-list li {
 margin-bottom: 1.2em;
 padding-bottom: 1.2em;
 border-bottom: 1px solid #dbdbd6;
}

.about-request-list li p {
 position: relative;
 padding-left: 1.6em;
}

.about-request-list li p::before {
 content: "";
 position: absolute;
 top: 50%;
 left: 0;
 margin-top: -9px;
 width: 18px;
 height: 18px;
 background: url(assets/img/common/ico_point_br.png) no-repeat;
}

.about-request-list .btn-detail-wrap {
 text-align: right;
 margin-top: .2em;
}

.about-request-list .btn-detail-wrap::before {
 content: none;
}

.about-request-list a.btn-detail {
 padding: 9px 48px 9px 38px;
}

.about-origin {
 color: #fff;
 background: #222 url(assets/img/about/bg_origin.jpg) center center / cover no-repeat;
 margin-bottom: 6em;
 padding: 8.8em 0 7em;
}

.about-origin .inner {
 width: 100%;
 max-width: 680px;
 margin: 0 auto;
}

.about-origin h2 {
 text-shadow: 0 0 5px rgba(0, 0, 0, .6), 0 0 5px rgba(0, 0, 0, .6), 0 0 5px rgba(0, 0, 0, .6);
 font-size: 3.4em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 text-align: center;
 margin-bottom: .7em;
}

.about-origin p {
 text-shadow: 0 0 5px rgba(0, 0, 0, .6), 0 0 5px rgba(0, 0, 0, .6), 0 0 5px rgba(0, 0, 0, .6);
 font-size: 1.8em;
 letter-spacing: .1em;
 line-height: 2;
 margin-bottom: 1.4em;
 text-align: center;
}


/* =================================================================
		#access
================================================================= */

.access-content {
 background: #f7f7f5 url(assets/img/common/bg_wall_wh.png) repeat;
}

.page-access .content-head {
 background: #444 url(assets/img/access/key_access.jpg) center center / cover no-repeat;
}

.access-appearance-pct {
 width: 88%;
 margin: 0 auto 3em;
}

.access-appearance-pct img {
 width: 100%;
}

.access-data {
 width: 88%;
 margin: 0 auto 3em;
}

.access-data-tbl {
 width: 100%;
 font-size: 1.7em;
 margin-bottom: 40px;
 table-layout: fixed;
}

.access-data-tbl th {
 width: 18%;
 padding: 1.2em 0 .6em 0;
 border-bottom: 1px solid #7c5c3c;
 color: #675844;
}

.access-data-tbl td {
 width: 82%;
 padding: 1.2em 0 .6em 0.7em;
 border-bottom: 1px dotted #888;
}

.access-data-tbl p {
 font-size: 1em;
 margin-bottom: .5em;
}

.access-data-tbl .tel-number {
 font-size: 1.2em;
 line-height: 1;
 margin-bottom: 0.4em;
}

.access-data-tbl .tel-number .freedial {
 margin-right: .5em;
}

.access-data-tbl .btn-detail-wrap {
 text-align: left;
 margin: .9em 0 1.3em;
}

.access-inner-tbl th {
 width: auto;
 padding: 0.2em 0.8em 0.2em 0;
 border-bottom: none;
 color: #000;
}

.access-inner-tbl td {
 width: auto;
 padding: 0.2em 0;
 border-bottom: none;
}

.access-tel-tbl th {
 display: table-cell;
 width: auto;
 padding: 0.2em 0.8em 0.2em 0;
 border-bottom: none;
 color: #000;
}

.access-tel-tbl td {
 width: auto;
 padding: 0.2em 0;
 border-bottom: none;
}

.access-carpark-pct {
 width: 80%;
 margin-left: 1em;
}

.access-carpark {
 display: flex;
 flex-wrap: wrap;
}

.access-carpark-pct img {
 width: 100%;
}

.access-map {
 width: 100%;
 margin-bottom: 2em;
}

#access-gmap {
 width: 100%;
 height: 450px;
 border: 1px solid #604633;
}

.sec .btm-map-wrap {
 text-align: center;
 margin: 18px 0 0;
}

a.btm-map {
 display: inline-block;
 min-width: 170px;
 text-align: center;
 background-color: #694c37;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 border-radius: 28px;
 padding: 9px 58px;
 -webkit-transition: 0.2s;
 transition: 0.2s;
}

a.btm-map:hover {
 background-color: #81614a;
 -webkit-transition: 0.4s;
 transition: 0.4s;
}

a.btm-map::before {
 margin-right: 6px;
 font-family: "FontAwesome";
 content: "\f08e";
 position: relative;
 display: inline;
}


/* =================================================================
		#recruit
================================================================= */

.recruit-content {
 background: #f7f7f5 url(assets/img/common/bg_wall_wh.png) repeat;
}

.page-recruit .content-head {
 background: #444 url(assets/img/recruit/key_recruit.jpg) center center / cover no-repeat;
}

.rcrt-job {
 background: #f0ebd6 url(assets/img/common/bg_wall_oc.png) repeat;
 padding: 2.7em 2.8em 4em;
}

.rcrt-need {
 width: 90%;
 margin: 0 auto;
 padding: 1em 2.8em;
 box-sizing: border-box;
 text-align: center;
 /*
 background-color: #fff;
 border: 3px solid #ceb373;
*/
}

.rcrt-need-ttl {
 font-size: 2em;
 color: #534030;
 margin-bottom: .5em;
}

.rcrt-need-list {
 display: inline-block;
}

.rcrt-need-list li {
 font-size: 1.8em;
 margin-bottom: .4em;
 position: relative;
 padding-left: 1.6em;
}

.rcrt-need-list li::before {
 content: "";
 position: absolute;
 top: 50%;
 left: 0;
 margin-top: -9px;
 width: 18px;
 height: 18px;
 background: url(assets/img/common/ico_point_br.png) no-repeat;
}

.rcrt-flow {
 width: 90%;
 margin: 2.5em auto 3em;
}

.rcrt-flow-bloc {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
 margin-bottom: 1em;
 padding-bottom: 6em;
 background: url(assets/img/common/bg_arrow.png) bottom center / 19em auto no-repeat;
}

.rcrt-flow .rcrt-flow-bloc:last-child {
 padding-bottom: 0;
 background: none;
}

.rcrt-flow-chef {
 border-radius: 7px;
 background: #e6e3cc;
 margin-bottom: 2.1em;
 padding: 2.3em 2em;
}

.rcrt-flow-bloc h5 {
 width: 100%;
 margin-bottom: 1.4em;
}

.rcrt-flow-bloc h5 span {
 font-size: 2em;
 color: #fff;
 background-color: #74674f;
 padding: .4em 4em;
 border-radius: 6px;
}

.rcrt-flow-bloc dl dt {
 font-weight: bold;
 font-size: 1.9em;
 margin-bottom: .1em;
 color: #553f2a;
}

.rcrt-flow-bloc dl dd {
 font-size: 1.7em;
}

.rcrt-flow-bloc .pct {
 width: 22%;
 display: none;
}

.rcrt-info {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
 margin-bottom: 3em;
}

.rcrt-guide {
 width: 90%;
 margin: 0 auto 3.5em;
}

.sec .rcrt-slide-btn {
 margin: 0;
 width: 100%;
}

.rcrt-slide-btn p {
 width: 100%;
 position: relative;
 display: block;
 box-sizing: border-box;
 padding: 12px 88px 12px 84px;
 margin-bottom: 0;
 background: #f6f3e7;
 background: -moz-linear-gradient(top, #ffffff 0%, #f6f3e7 100%);
 background: -webkit-linear-gradient(top, #ffffff 0%, #f6f3e7 100%);
 background: linear-gradient(to bottom, #ffffff 0%, #f6f3e7 100%);
 box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
 color: #000;
 text-align: center;
 letter-spacing: .1em;
 font-weight: bold;
 font-size: 2.1em;
 font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 line-height: 1.4;
 cursor: pointer;
 transition: 0.2s;
}

.rcrt-slide-btn p::after {
 position: absolute;
 top: 50%;
 right: 6%;
 margin-top: -12px;
 width: 23px;
 height: 23px;
 background: url(assets/img/common/ico_arrow_l_down.png) right center / 23px 23px no-repeat;
 content: "";
}

.rcrt-slide-btn p:hover {
 background: #f6f3e7;
 background: -moz-linear-gradient(top, #d6c890 0%, #a08f4c 100%);
 background: -webkit-linear-gradient(top, #d6c890 0%, #a08f4c 100%);
 background: linear-gradient(to bottom, #d6c890 0%, #a08f4c 100%);
 transition: 0.4s;
}

.rcrt-slide-btn p:hover::after {
 background: url(assets/img/common/ico_arrow_wh_l_down.png) right center / 23px 23px no-repeat;
}

.rcrt-slide-btn.opened p::after {
 background: url(assets/img/common/ico_arrow_l_up.png) right center / 23px 23px no-repeat;
}

.rcrt-slide-btn.opened p:hover::after {
 background: url(assets/img/common/ico_arrow_wh_l_up.png) right center / 23px 23px no-repeat;
}

.rcrt-slide-content {
 display: none;
 border: 1px solid #ddd3c1;
 background-color: #fff;
 border-radius: 5px;
 margin: 1.6em auto 2em;
 padding: 3.2em 3em 2.2em;
}

.rcrt-guide-tbl {
 width: 100%;
 margin: 0 auto;
}

.rcrt-guide-tbl th {
 width: 20%;
 color: #675844;
 box-sizing: border-box;
 font-size: 1.7em;
 vertical-align: middle;
 padding: 1.2em .4em 1.2em 0;
 border-bottom: 1px solid #cec9b8;
}

.rcrt-guide-tbl td {
 width: 80%;
 box-sizing: border-box;
 vertical-align: middle;
 padding: 1.2em 0 1.2em;
 border-bottom: 1px solid #cec9b8;
}

.rcrt-guide-tbl td .list-items {
 font-size: 1.7em;
}

.rcrt-guide-tbl p {
 margin-bottom: 0;
}

.rcrt-application p {
 text-align: center;
 font-size: 2em;
}


/* =================================================================
		404 Not found
================================================================= */

.notfound {
 padding: 8em 0;
 text-align: center;
}

.notfound p {
 margin-bottom: 1.1em;
 font-size: 1.5em;
}

.notfound a {
 text-decoration: underline;
}

.bummy {
 box-sizing: border-box;
 padding: 5em;
 width: 100% background: #ccc;
 text-align: center;
 font-size: 2em;
}


/* =================================================================
		style for mobile
================================================================= */

@media screen and (max-width: 767px) {
 /* common for mobile */
 body {
  line-height: 1.7;
 }
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
  letter-spacing: 0;
 }
 .content-head {
  padding: 8vh 0;
 }
 .bloc-48 {
  width: 100%;
  margin-bottom: 1em;
 }
 .sec {
  margin: 0 auto 3em;
  padding: 2.5em 3% 2em;
  width: 92%;
  box-sizing: border-box;
 }
 .sec-ttl {
  margin-bottom: 1.7em;
 }
 .sec-ttl h2 {
  font-size: 1.85em;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-bottom: .6em;
 }
 .sec h3 {
  margin-bottom: .6em;
  font-size: 1.75em;
  line-height: 1.5;
  padding: 0.5em 0.5em;
 }
 .sec-menu .sec-ttl h2 {
  font-size: 2em;
 }
 .content-ttl-cat {
  font-size: 1.9em;
 }
 .content-ttl h1 {
  font-size: 2em;
  max-width: 90%;
  box-sizing: border-box;
 }
 .sec p {
  margin: 0 0 1.1em;
  font-size: 1.6em;
 }
 .sec-s {
  margin-bottom: 4em;
 }
 .list-items {
  margin-bottom: .3em;
  font-size: 1.55em;
 }
 .list-items li {
  margin-bottom: .1em;
  padding-left: 1.2em;
 }
 .sec-ttl h2 br {
  display: none;
 }
 .list-items {
  margin: 0 0 1.4em;
 }
 .sec ol {
  margin: 0 0 1.4em;
  padding: 0 0 0 2em;
 }
 .list-items li,
 .sec ol li {
  margin: 0 0 .6em;
 }
 .breadcrumbs {
  display: none;
 }
 .btn-detail-wrap {
  width: 100%;
  text-align: center;
 }
 a.btn-detail {
  display: inline-block;
  padding: .9em 1.8em .9em .7em;
  min-width: 280px;
  border-radius: 6px;
  background-color: #65a05c;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
 }
 a.btn-detail br {
  display: none;
 }
 a.btn-detail::after {
  right: 3%;
 }
 .nav-links .nav-previous {
  text-align: center;
 }
 .nav-links .nav-previous a {
  display: inline-block;
  margin: .6em 0 0;
  padding: .7em 1.2em;
  min-width: 45vw;
  border-radius: 6px;
  background-color: #65a05c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
 }
 .lightbox__nav {
  display: none;
 }
 .pc {
  display: none!important;
 }
 .sp {
  display: block;
 }
 /* layout for mobile */
 .wrap-color {
  margin-bottom: 1em;
 }
 #main {
  padding-top: 2.4em;
 }
 #content {
  margin: 0 auto;
  padding: 0;
  width: auto;
 }
 body.home #content {
  padding-top: 1em;
 }
 #entry-content {
  font-size: 1.4em;
 }
 .entry-content {
  font-size: 1.4em;
 }
 .srvc-item-single-list .sp-border-none {
  border-bottom: none;
 }
 /* home for mobile*/
 .home-key {
  margin-bottom: 1.8em;
 }
 .home-concept {
  max-width: none;
  height: auto;
  padding: 12vh 1.8em 1.3em;
  box-sizing: border-box;
 }
 .home-concept-copy {
  position: static;
  font-size: 2em;
  line-height: 1.5;
  font-weight: 700;
 }
 .home-srvcnav {
  margin: 0 auto 2em;
  max-width: inherit;
  width: 94%;
 }
 .home-srvcnav ul li a {
  padding: 3.2em .4em .5em;
  font-size: 1.65em;
  line-height: 1.3;
 }
 .home-srvcnav ul li a span {
  background: none;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(255, 255, 255, 1), 0 0 6px rgba(255, 255, 255, 1), 0 0 6px rgba(255, 255, 255, 1), 0 0 6px rgba(255, 255, 255, 1), 0 0 6px rgba(255, 255, 255, 1);
 }
 .home-srvcnav-meal a {
  background: url(assets/img_sp/home/btn_meal.jpg) left top / 100% auto no-repeat;
 }
 .home-srvcnav-deli a {
  background: url(assets/img_sp/home/btn_deli.jpg) left top / 100% auto no-repeat;
 }
 .home-bus {
  margin: 2.5em auto;
  padding: 1.4vw;
  max-width: none;
  width: 94%;
 }
 .home-bus br {
  display: none;
 }
 .home-bus .inner {
  padding: 3vw 3vw 4vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
 }
 .home-bus-catch {
  order: 4;
  width: 90%;
  position: static;
  text-align: center;
  margin: 0 auto 1em;
  padding: 0.7em;
  -ms-writing-mode: tb;
  white-space: normal;
  font-size: 1.65em;
  line-height: 1.5;
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
 }
 .home-bus-catch br {
  display: none;
 }
 .home-bus-pct {
  position: static;
  width: 68%;
  margin: 0 auto;
  order: 2;
 }
 .home-bus-pct img {
  width: 100%;
 }
 .home-bus-ttl {
  width: 100%;
  margin-bottom: .4em;
  order: 1;
 }
 .home-bus-ttl .lead {
  margin-bottom: .3em;
  padding-bottom: .3em;
  font-size: 1.4em;
  font-family: sans-serif;
  line-height: 1.5;
 }
 .home-bus-ttl h2 {
  font-size: 2.3em;
 }
 .home-bus-feature {
  width: 100%;
  order: 3;
  display: flex;
  margin-bottom: 1em;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
 }
 .home-bus .btn-detail-wrap {
  order: 5;
 }
 .list-needs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
 }
 .list-needs li {
  width: 49%;
  height: auto;
  border: 2px solid #29487f;
  border-radius: 5px;
  font-size: 1.6em;
  margin-bottom: .4em;
  padding: .35em;
 }
 .home-bus-feature p {
  width: 100%;
  font-size: 1.6em;
 }
 .home-column {
  background: #edeae5 url(assets/img/common/bg_logo_l.png) left 0 top -2em / 35% auto no-repeat;
 }
 .home-sec-ttl {
  width: 78%;
  margin: 0 auto 1.8em;
 }
 .home-sec-ttl h2 {
  margin: 0 auto .25em;
  width: auto;
  font-size: 2.1em;
  line-height: 1.4;
 }
 .home-sec-ttl .lead {
  font-size: 1.55em;
  line-height: 1.6;
 }
 .home-srvc-meal .inner,
 .home-srvc-deli .inner,
 .home-area .inner,
 .home-column .inner {
  padding: 4.2em 0;
  width: 92%;
 }
 .home-srvc-bloc {
  margin-bottom: 1.8em;
  width: 48%;
 }
 .home-srvc-bloc .pct {
  height: auto;
 }
 .home-srvc-bloc .pct img {
  top: 0;
 }
 .home-srvc-bloc .txt {
  padding: 1em 1.3em 1.3em;
 }
 .home-srvc-bloc .txt h3 {
  margin-bottom: .3em;
  padding-right: 1em;
  background: url(assets/img/common/ico_arrow_l.png) right center / .8em .8em no-repeat;
  font-size: 1.7em;
  line-height: 1.4;
 }
 .home-srvc-bloc .txt h3 br {
  display: none;
 }
 .home-srvc-bloc .txt p {
  font-size: 1.6em;
  line-height: 1.5;
  text-align: justify;
 }
 .home-srvc-meal-memorial {
  width: 100%;
 }
 .home-srvc-meal-memorial a {
  display: block;
 }
 .home-srvc-meal-memorial .txt {
  width: 100%;
  order: 2;
 }
 .home-srvc-meal-memorial .txt h3 {
  font-size: 1.9em;
  display: inline;
 }
 .home-srvc-meal-memorial .pct {
  width: 100%;
  height: 23vh;
  overflow: hidden;
 }
 .home-srvc-meal-memorial .pct img {
  top: -6.5vh;
 }
 .home-srvc-meal-memorialroom {
  margin: 0 auto 1.8em;
  width: 100%;
  background: #415179 url(assets/img/home/pct_memorialroom.jpg) center center / cover no-repeat;
 }
 .home-srvc-meal-memorialroom a {
  padding: 2em 2.4em 1.5em;
 }
 .home-srvc-meal-memorialroom a:before {
  position: absolute;
  top: 5%;
  left: 1.5%;
  width: 96%;
  height: 88%;
 }
 .home-srvc-meal-memorialroom h3 {
  padding-right: .9em;
  background: url(assets/img/common/ico_arrow_wh.png) right center / .7em .7em no-repeat;
  font-size: 2em;
 }
 .home-srvc-meal-memorialroom p {
  font-size: 1.5em;
 }
 .home-srvc-deli-pharmacy {
  width: 100%;
 }
 .home-srvc-deli-pharmacy a {
  display: block;
 }
 .home-srvc-deli-pharmacy .txt {
  width: 100%;
  order: 2;
 }
 .home-srvc-deli-pharmacy .txt h3 {
  font-size: 1.8em;
 }
 .home-srvc-deli-pharmacy .pct {
  width: 100%;
  height: auto;
  position: relative;
 }
 .home-srvc-deli-pharmacy .pct img {
  left: 0;
  width: 100%;
 }
 .home-srvc-deli-pharmacy-area {
  font-size: 1.4em;
 }
 .ico-pay {
  right: .6em;
  bottom: 1em;
 }
 .ico-pay p {
  font-size: 1.2em;
 }
 .home-area {
  margin-bottom: 1.4em;
 }
 .home-area .home-sec-ttl {
  margin-bottom: 1em;
 }
 .home-area .home-sec-ttl h2 {
  font-size: 2.4em;
 }
 .home-area-txt {
  width: 100%;
  font-size: 1.1em;
  order: 2;
  margin-top: -4em;
 }
 .home-area-list {
  font-size: 0.85em;
  position: relative;
  z-index: 2;
 }
 .home-area-map {
  margin: 0 auto 1.2em;
  width: 84%;
  order: 1;
 }
 .home-area-map img {
  width: 100%;
 }
 .area-other {
  margin-bottom: 1.4em;
  padding: 1.4em 1.6em .2em;
  font-size: 1.4em;
 }
 .home-area-holiday {
  font-size: 0.85em;
 }
 .home-etc-list li h2 {
  font-size: 2.2em;
  background: url(assets/img/common/ico_arrow_wh.png) right center / 0.8em 0.8em no-repeat;
  padding-right: 1.2em;
 }
 .home-etc-list li .lead {
  font-size: 1.5em;
 }
 .home-etc-list li a {
  padding: 8vh 6vw;
 }
 .ttl-bothline-wrap {
  19 margin-bottom: 1em;
 }
 /* cv for mobile */
 .cv {
  margin: 1em;
  padding: 0;
 }
 .cv .inner {
  padding: 2.5em 2.2em;
  min-width: inherit;
  width: 88%;
  background-color: rgba(0, 0, 0, 0.6);
 }
 .cv h3 {
  font-size: 1.9em;
  margin-bottom: 1em;
 }
 .cv-tel-number .freedial {
  width: 3.5em;
 }
 .cv-tel-number .number {
  font-size: 3.4em;
 }
 .cv-tel-reception {
  width: 100%;
  text-align: left;
  font-size: 1.6em;
  margin: 0 auto 2em;
 }
 .cv-tel-hour {
  display: block;
  text-align: center;
  font-size: 1.25em;
 }
 .cv-mail-btn {
  margin-bottom: 1.5em;
 }
 .cv-tel-btn {
  display: block;
  margin-bottom: 1.2em;
 }
 .cv-tel-btn a,
 .cv-mail-btn a {
  width: 92%;
  padding: .5em;
  min-width: inherit;
  background: #f6f3e7;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f3e7 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f3e7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f3e7 100%);
  font-size: 1.9em;
 }
 .cv .note {
  font-size: 1.6em;
 }
 .cv-change {
  display: none;
 }
 .sec-lead {
  margin: 0 auto 3em;
  width: 92%;
 }
 .sec-lead p {
  font-size: 1.8em;
  line-height: 1.6;
  font-weight: bold;
 }
 .sec-lead p br {
  display: none;
 }
 /* service for mobile */
 .nav-srvc {
  font-size: 0.9em;
  margin-bottom: 1em;
 }
 .btn-tomenu {
  width: 88%;
  margin: 0 auto 1.5em;
 }
 .btn-another {
  width: 88%;
  margin: 0 auto 1.5em;
 }
 .srvc-feature {
  margin-bottom: 1.5em;
 }
 .srvc-feature .sec-ttl h2 {
  max-width: 79%;
  font-size: 1.9em;
  margin-bottom: 0;
 }
 .srvc-feature-list {
  width: 92%;
  margin: 0 auto 1em;
 }
 .srvc-feature-list li {
  margin-bottom: 1.4em;
  width: 100%;
 }
 .srvc-feature-list li a,
 .srvc-feature-list li span {
  padding: .6em 1.2em .6em 1em;
 }
 .srvc-feature-list .txt {
  font-size: 1.65em;
 }
 .srvc-feature-list br {
  display: none;
 }
 .nav-utility {
  margin-bottom: 1.2em;
 }
 .nav-utility-list {
  width: 92%;
  margin: 0 auto;
 }
 .nav-utility-list li {
  width: 100%;
  font-size: 1.8em;
  margin-bottom: 0.7em;
 }
 .nav-utility-list li a {
  padding: 0.8em;
 }
 .nav-utility-list li a::after {
  right: 3%;
 }
 .sec-srvc-bus-pct {
  margin: 0 auto 1.5em;
  width: 72%;
 }
 .sec-srvc-bus-txt {
  width: 100%;
  margin: 0 auto 1.5em;
 }
 .sec-memorial .sec-srvc-bus-txt {
  margin: 0 auto 1em;
 }
 .bus-eg {
  margin-top: 0;
 }
 .bus-eg .inner {
  padding: 1.1em 1em;
 }
 .bus-eg-chart {
  width: 95%;
  margin: 0 auto 0 0;
 }
 .bus-eg h3 {
  font-size: 1.8em;
 }
 .bus-eg-chart li {
  width: 32vw;
  height: 32vw;
  border-radius: 50%;
 }
 .bus-eg-chart li::after {
  right: -15%;
  margin-top: -1.9em;
  font-size: 3em;
 }
 .bus-eg-chart li:nth-child(odd)::after {
  right: -18%;
 }
 .bus-eg-chart .pct {
  width: 48%;
  margin: 2.4em auto 1.4em;
 }
 li.bus-eg-mgn .pct,
 .sec-reunion .bus-eg-chart .pct,
 .sec-party .bus-eg-chart .pct {
  margin: 1.7em auto 1.1em
 }
 .bus-eg-chart .txt p {
  font-size: 1.2em;
 }
 .bus-eg .note {
  font-size: 1.55em;
 }
 .srvc-items-list {
  flex-flow: wrap;
  justify-content: space-between;
 }
 .srvc-items-list li {
  margin: 1.3em 0 1.5em;
  width: 48%;
 }
 .sec .srvc-items-eg {
  padding: 0.6em;
  font-size: 1.3em;
  line-height: 1.55;
 }
 .srvc-option h4 {
  font-size: 1.7em;
  letter-spacing: 0;
  margin-bottom: .8em;
 }
 .srvc-option h4::before {
  left: -13%;
  width: 9%;
 }
 .srvc-option h4::after {
  right: -13%;
  width: 9%;
 }
 .srvc-option-list li {
  margin-bottom: 1.8em;
  display: block;
 }
 .srvc-option-list .pct {
  width: 100%;
 }
 .srvc-option-list .txt {
  padding: .6em .8em;
  width: 100%;
  margin: 0;
  font-size: 1.5em;
  line-height: 1.5;
 }
 .srvc-item-takeout-list li {
  justify-content: space-between;
  align-items: center;
 }
 .srvc-item-takeout-list .pct {
  width: 40%;
 }
 .srvc-item-takeout-list .pct img {
  width: 100%;
  margin: 0 0 .7em;
 }
 .srvc-item-takeout-list .txt {
  width: 54%;
  font-size: 1em;
 }
 .srvc-item-takeout-list .txt p {
  margin: .7em 0;
  font-size: 1.6em;
 }
 .srvc-takeout .note {
  font-size: 1.4em;
 }
 .srvc-takeout-option {
  margin: 1.5em auto .8em;
  width: 82%
 }
 .srvc-voice-list .pct {
  width: 100%;
  margin: 0 auto 0.9em;
  text-align: center;
 }
 .srvc-voice-list .pct img {
  width: 30%;
 }
 .srvc-voice-list .pct p {
  font-size: 1.8em;
  margin-top: -0.4em;
 }
 .srvc-voice-list .pct p br {
  display: none;
 }
 .srvc-voice-list .txt {
  width: 100%;
  position: relative;
  padding: 1.4em 1.6em .6em;
 }
 .srvc-voice-list .txt::after {
  top: -1em;
  left: 50%;
  margin-left: -1em;
  width: 0;
  height: 0;
  border-width: 0 1em 2em 1em;
  border-color: transparent transparent #e2e2c9 transparent;
 }
 .srvc-voice-list .txt p {
  font-size: 1.55em;
  background-size: 100% 1.94em;
 }
 .faq-bloc {
  margin-bottom: 2.2em;
  padding-bottom: 0.5em;
 }
 .faq-question p {
  font-size: 1.65em;
  line-height: 1.7;
  margin-bottom: 0.5em;
 }
 .cv-attention {
  margin-bottom: 1em;
  padding: 1.4em 2em 1.2em;
  max-width: none;
  width: 88%;
 }
 .cv-attention p {
  font-size: 1.6em;
 }
 .cv-attention:after {
  margin-left: -1.5em;
  border-width: 3em 1.5em 0 1.5em;
 }
 .cv-attention br {
  display: none;
 }
 .sec-srvc-bus .lead {
  line-height: 1.5;
  margin-bottom: 1em;
  padding: .5em 1.2em;
  font-size: 1.7em;
 }
 .srvc-allergy {
  width: 92%;
  font-size: 1.2em;
  padding: .9em 1.1em .2em;
 }
 .srvc-allergy p {
  font-size: 1.45em;
 }
 .sec .srvc-allergy {
  width: 100%;
  font-size: 1.2em;
 }
 .srvc-allergy p {
  margin-bottom: 0.5em;
 }
 .srvc-items-list .name {
  text-align: left;
  font-size: 1.9em;
  line-height: 1.2;
  margin-bottom: 0.2em;
 }
 .srvc-items-list .price {
  text-align: left;
  font-size: 1.6em;
  font-weight: bold;
 }
 .srvc-items-list .chawan {
  padding: .3em .5em;
  font-size: 1.3em;
 }
 .note,
 .sec .txt .note {
  font-size: 1rem;
 }
 .sec .srvc-items-list .note {
  text-align: left;
  font-size: 0.9rem;
 }
 .note-eg {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
 }
 /* memorial for mobile */
 .memorial-trouble {
  padding: 2.5em 0 0;
  font-size: .7em;
 }
 .memorial-trouble br {
  display: none;
 }
 .memorial-trouble .txt-trouble {
  width: 76%;
  font-size: 2.5em;
  line-height: 1.5;
  margin-bottom: 1.4em;
 }
 .memorial-trouble .txt-solution {
  padding: 0 1em 9em;
  background: url(assets/img_sp/meal/pct_memorial_solution.jpg) center bottom / 100% auto no-repeat;
  color: #000;
  text-align: center;
  font-size: 2.5em;
 }
 .srvc-memorial-circumstances .pct img {
  width: 100%;
 }
 /* meal for mobile */
 .sec-foods .srvc-term {
  width: 82%;
 }
 .sec-foods .srvc-term p {
  font-size: 1.6em;
 }
 .sec .note-l {
  font-size: 1.8em;
 }
 .sec .note-l a {
  display: inline-block;
 }
 .srvc-takeout-option p {
  font-size: 1.8em;
  line-height: 1.5;
 }
 .srvc-item-l-list .txt {
  width: 100%;
  font-size: 1.3em;
 }
 .srvc-item-l-list .txt p {
  margin-bottom: .1em;
 }
 .srvc-item-l-list .pct {
  width: 100%;
  margin-bottom: 1em;
 }
 .srvc-item-l-list li {
  margin-bottom: 1.5em;
 }
 .sec-coupon,
 .sec .sec-coupon {
  width: 100%;
  box-sizing: border-box;
  padding: 0.35em;
  margin-bottom: 2em;
 }
 .sec-coupon {
  width: 92%;
 }
 .sec-coupon .inner {
  padding: 1.4em 1.3em 1.3em;
 }
 .coupon-ttl {
  margin-bottom: 0.6em;
 }
 .coupon-ttl h2 {
  font-size: 1.75em;
  width: auto;
  max-width: 80%;
 }
 .sec-coupon p {
  font-size: 1.6em;
  margin-bottom: 0.2em;
 }
 .sec-coupon p.coupon-benefit {
  font-size: 1.6em;
  line-height: 1.5;
  margin-bottom: 0.2em;
 }
 .sec-coupon p br,
 .sec-coupon p.coupon-benefit br {
  display: none;
 }
 .sec-coupon .note {
  font-size: 1.4em;
  text-align: left;
  margin-top: 0.6em;
 }
 /*
 .sec-coupon br {
  display: none;
 }
*/
 .sec-coupon p strong {
  font-size: 1.4em;
 }
 .srvc-item-l-list .txt .benefit {
  padding: 1em 1.2em;
  width: 92%;
  font-size: 80%;
 }
 .srvc-item-l-list .txt .nav-utility-list li {
  width: 100%;
  font-size: 1.4em;
  margin-bottom: 0;
 }
 .sec .first-color {
  font-size: 1.6em;
 }
 /* celebration for mobile */
 .srvc-feature-b-list {
  display: block;
  width: 92%;
  margin: 0 auto 2em;
 }
 .srvc-feature-b-list li {
  margin: 0 0 1.4em;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 .srvc-feature-b-list li a,
 .srvc-feature-b-list li span {
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 .srvc-feature-b-list .pct {
  margin: 0;
  width: 25%;
 }
 .srvc-feature-b-list .txt {
  width: 70%;
  text-align: left;
  font-size: 1.4em;
 }
 .page-meal-party .srvc-feature-b-list .txt,
 .page-meal-child .srvc-feature-b-list .txt {
  width: 70%;
  text-align: left;
  font-size: 1.8em;
 }
 .srvc-feature-b-list .txt br {
  display: none;
 }
 .srvc-feature-b-list .txt em {
  color: #242a6c;
  font-size: 1.1em;
 }
 .srvc-bn-list {
  display: block;
  margin: 0 auto 4em;
  width: 92%;
  font-weight: bold;
 }
 .srvc-bn-list li {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1.4em;
 }
 .srvc-bn-list li a {
  display: block;
  padding: .8em .6em .8em 46%;
  border: 3px solid #c4a337;
  font-size: 1.6em;
 }
 .srvc-bn-list li a span {
  display: inline-block;
  width: 100%;
  background: url(assets/img/common/ico_arrow_l.png) right center / 1.2em auto no-repeat;
  box-sizing: border-box;
  padding-right: 2em;
 }
 .srvc-bn-list li br {
  display: none;
 }
 .srvc-drink-list li {
  font-size: 1.8em;
 }
 .srvc-items-list .txt .drink {
  margin: 0 auto .6em;
  padding: .4em .6em;
  width: 100%;
  font-size: 1.55em;
 }
 .srvc-drink-list .child {
  font-size: .85em;
 }
 .sec .price-add {
  font-size: 1.55em;
 }
 .sec-supplement {
  padding: 1.8em 2.3em;
 }
 .sec-engagement-chart {
  width: 100%;
 }
 .sec-engagement-chart li {
  margin-bottom: 2em;
  padding-bottom: 1.8em;
 }
 .sec-engagement-chart li .pct {
  width: 80%;
  margin: 0 auto 1.1em;
 }
 .sec-engagement-chart li .txt {
  width: 100%;
 }
 .sec-engagement-chart li h4 {
  font-size: 1.7em;
 }
 .sec-engagement-chart li p {
  font-size: 1.55em;
  line-height: 1.5;
  margin-bottom: 0;
 }
 .sec-engagement-seat .pct {
  width: 95%;
 }
 /* party for mobile*/
 .page-meal-party .srvc-feature-b-list li {
  margin: 0 0 1.4em;
  width: 100%;
 }
 .btn-catering {
  width: 92%;
 }
 .btn-catering img {
  width: 100%;
 }
 .party-menu {
  box-sizing: border-box;
  padding: 2em 1.8em 1.3em;
  width: 100%;
 }
 .party-menu-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 .party-menu-list li {
  font-size: 1.5em;
  width: 48%;
 }
 .srvc-bn-list li.srvc-bn-child {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
 }
 .srvc-bn-list li.srvc-bn-child a {
  display: block;
  padding: .8em .6em .8em 46%;
  border: 3px solid #c4a337;
  font-size: 1.6em;
  letter-spacing: 0;
 }
 .srvc-item-single .pct img {
  width: 88%;
 }
 .sec-party-bus {
  padding: 0.6em;
 }
 .sec-party-bus .inner {
  padding: 1.5em 1.6em;
 }
 .sec-party-bus .pct {
  width: 72%;
  margin-top: -4em;
 }
 .sec-party-bus .pct img {
  width: 100%;
 }
 .sec-party-bus .txt {
  width: 100%;
  text-align: center;
 }
 .sec-party-bus h3 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 0.3em;
 }
 .sec-party-bus p {
  margin-bottom: 0;
  font-size: 1.5em;
 }
 .sec-party-bus .btn-detail-wrap {
  margin-top: 1em;
 }
 .sec-party-bus a.btn-detail {
  width: 90%;
  min-width: auto;
 }
 .extension-eg {
  width: 100%;
  padding: 1.5em 1em;
 }
 /* meal-reunion for mobile */
 .txt-request {
  width: 92%;
  margin: 0 auto 1.4em;
  font-size: 1.8em;
 }
 .extension-eg dl {
  width: auto;
  display: block;
 }
 .extension-eg dt {
  margin: 0 auto 0.5em;
 }
 .extension-eg dd {
  width: 100%;
 }
 .txt-request br {
  display: none;
 }
 .coupon-list li {
  font-size: 1.6em;
 }
 .benefit-list {
  font-size: 1.3em;
  width: 92%;
 }
 #photo .pct {
  order: 1;
 }
 #photo .txt {
  order: 2;
 }
 /* meal-child for mobile*/
 .page-meal-child .btn-tomenu,
 .page-deli-pharmacy .btn-tomenu,
 .page-meal-party .btn-tomenu {
  width: 88%;
 }
 .txt-numberdata .number {
  font-size: 1.8em;
  line-height: 1.5;
 }
 .srvc-item-single-list li {
  padding: 1.5em 0 1.5em;
 }
 .page-meal-child .srvc-feature-b-list li {
  margin: 0 0 1.4em;
  width: 100%;
 }
 .srvc-item-single-list li .name::before {
  font-size: 1.1em;
  left: -1.4em;
  display: none;
 }
 .srvc-item-single-list li .pct {
  width: 42%;
  order: 1;
 }
 .srvc-item-single-list li .txt {
  width: 54%;
  order: 2;
 }
 .srvc-item-nopct-list li .txt {
  width: 100%;
 }
 .srvc-item-single-list li .note {
  order: 3;
  margin-top: 0.5em;
 }
 .srvc-item-single-list li .name {
  font-size: 1.75em;
  line-height: 1.3;
 }
 .srvc-item-single-list li .name .note {
  display: block;
 }
 .srvc-item-single-list p.drink-benefit {
  font-size: 1.3em;
  margin-top: 0.4em;
 }
 .ico-child,
 .ico-adult {
  font-size: 0.8em;
  padding: .4em;
  margin: 0 0 .4em;
  top: 0;
  display: block;
  text-align: center;
 }
 .srvc-item-single-list li .price {
  font-size: 1.6em;
 }
 .srvc-items-list li.srvc-items-list-width {
  flex-wrap: wrap;
 }
 .srvc-items-list li.srvc-items-list-width .pct {
  width: 42%;
  margin: 0;
 }
 .srvc-items-list li.srvc-items-list-width .note {
  width: 100%;
 }
 /* meal-menulist for mobile*/
 .sec-menulist {
  padding-top: 1.8em;
 }
 .sec-menulist-ttl {
  margin-bottom: 1em;
 }
 .sec-menulist-ttl h2 {
  font-size: 2em;
 }
 .sec-menulist-ttl h2 .note {
  display: block;
 }
 .menulist-item-list {
  margin-bottom: 2em;
 }
 .menulist-item-list li {
  flex-direction: column-reverse;	
 }
 .menulist-item-list li .txt {
  width: 100%;
 }
 .menulist-item-list li dt,
 .sec-menulist-option .menulist-item-list li dt {
  width: 100%;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 0 .2em 0;
 }
	
 .sec-menulist-option .menulist-item-list li dl ul li{
  align-items: inherit;
	}
 .meal-content .menulist-item-list li dd,
 .menulist-item-list li dd,
 .sec-menulist-option .menulist-item-list li dd {
  width: 100%;
  text-align: left;
 }
 .menulist-item-list li .price {
  font-size: 1.6em;
  line-height: 1.3;
  display: block;
  text-align: right;
 }
 /*
 .sec-menulist-option .price .tax {
  display: block;
 }
*/
 .menulist-item-list li .pct {
  width: 40%;
  margin: 1em auto;
 }
 .sec-menulist-child {
  width: 100%;
  margin: 0 auto 1.5em;
  padding: 1em 2em 1.6em;
 }
 .sec-menulist-child h4 {
  font-size: 1.8em;
 }
 .menulist-item-list li dl {
  margin: 1.2em 0;
 }
 .sec-menulist-child .menulist-item-list li .txt {
  width: 100%;
 }
 .sec-menulist-child .menulist-item-list li .pct {
  width: 80%;
  order: 1;
  margin: 1em auto 0;
 }
 .sec-menulist-child .menulist-item-list li .txt {
  order: 2;
 }
 .menulist-doeuvres-menu {
  margin: -2em auto 1.5em;
  padding: 1.8em 2.2em 0.8em;
  width: 100%;
  box-sizing: border-box;
 }
 .menulist-doeuvres-menu h3 {
  margin-bottom: .5em;
  font-size: 1.6em;
  padding: 0;
 }
 .menulist-doeuvres-menu h3 br {
  display: none;
 }
 .menulist-doeuvres-menu-list {
  width: 48%;
 }
 .menulist-doeuvres-menu-list li {
  margin-bottom: .4em;
  font-size: 1.5em;
 }
 .menulist-content-list {
  width: 92%;
  margin: 0 auto 3em;
 }
 .menulist-content-list .pct {
  height: 12vh;
 }
 .menulist-content-list .pct img {
  top: -1vh;
 }
 .menulist-content-list .home-srvc-meal-memorial .pct {
  height: 16vh;
 }
 .menulist-content-list .home-srvc-meal-memorial .pct img {
  top: -2vh;
 }
 .menulist-content-list .txt {
  padding: 0.7em 1.2em 0.4em;
 }
 .menulist-content-list .home-srvc-deli-pharmacy {
  width: 48%;
 }
 .menulist-content-list .home-srvc-deli-pharmacy .pct {
  width: 100%;
  height: 12vh;
  order: 1;
 }
 .menulist-content-list .home-srvc-deli-pharmacy .txt h3 {
  font-size: 1.4em;
 }
 /* delivery for mobile */
 .txt-lead-deli {
  margin: 0 auto 2em;
  width: 92%;
 }
 .txt-lead-deli h2 {
  font-size: 1.8em;
 }
 .txt-lead-deli p {
  font-size: 1.4em;
 }
 .txt-lead-deli br {
  display: none;
 }
 .txt-aboutcatering {
  width: 100%;
 }
 .txt-aboutcatering h4 {
  font-size: 1.6em;
 }
 .txt-aboutcatering p {
  font-size: 1.4em;
  margin-bottom: 0;
 }
 .sec-sushi {
  margin-bottom: 2em;
  padding: 1.5em 1.3em 0.2em;
 }
 .sec-sushi .srvc-limit {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.6em;
 }
 .sec-sushi .srvc-sushi-list {
  align-items: flex-start;
 }
 .sec-sushi .srvc-sushi-list li {
  width: 48%;
 }
 .sec-sushi .srvc-sushi-list li .pct {
  width: 100%;
 }
 .sec-sushi .srvc-sushi-list li .txt {
  width: 100%;
 }
 .sushi-menu {
  padding: 2.2em 3em 1em;
  width: 100%;
  box-sizing: border-box;
  display: block;
 }
 .sushi-menu-list {
  width: 100%;
 }
 .sushi-menu-list li {
  margin-bottom: .8em;
  font-size: 1.6em;
 }
 .sushi-menu-list .name {
  width: 100%;
 }
 .sushi-menu-list .price {
  width: 100%;
  font-weight: bold;
 }
 .srvc-items-list.srvc-items-unaju .note {
  font-size: 1.1em;
 }
 .srvc-items-unaju .unaju-lineup .price {
  font-size: 1.6em;
 }
 .sec-rental-txt h3 {
  padding: 0;
 }
 .srvc-rental-list li {
  font-size: 1.6em;
 }
 .sec-area {
  margin-bottom: 4em;
  padding: 3.8em 4%;
  width: 100%;
 }
 .lead-area {
  font-size: 1.4em;
 }
 .sec-area .sec-ttl {
  margin-bottom: 1em;
 }
 .area-txt {
  width: 100%;
  order: 2;
  margin-top: -4em;
  font-size: 1.1em;
 }
 .area-holiday {
  font-size: 0.85em;
 }
 .area-list {
  font-size: 0.85em;
 }
 .area-map {
  margin: 0 auto 1.2em;
  width: 94%;
  order: 1;
 }
 .area-note {
  font-size: 1.25em;
  order: 3;
 }
 .srvc-meeting-case-list {
  width: 92%;
 }
 .srvc-meeting-case-list dt {
  margin: 0 0 0.4em;
  width: 100%;
  font-size: 1.6em;
  padding: .2em;
 }
 .srvc-meeting-case-list dd {
  width: 100%;
  margin-bottom: 1.7em;
 }
 .srvc-meeting-case-list dd p {
  margin-bottom: 0;
 }
 .srvc-meeting-case-list dd .timezone {
  margin-right: 0;
  width: 25px;
 }
 .srvc-meeting-case-list dd .item {
  width: calc(100% - 30px);
  ;
 }
 .srvc-meeting-case-list dd .client {
  width: 100%;
 }
 .sec-pharmacy-reason h2 {
  margin: 0 auto .5em;
  width: 90%;
  text-align: center;
  font-size: 1.7em;
  letter-spacing: 0.1;
 }
 .sec-pharmacy-reason h2 strong {
  font-size: 1.3em;
 }
 .sec .pharmacy-reason-list {
  width: 88%;
 }
 ol.pharmacy-reason-list li {
  margin-bottom: .8em;
  font-size: 1.7em;
 }
 .pharmacy-reason-list dd {
  font-size: .9em;
 }
 .pharmacy-reason-logo {
  width: 47%;
 }
 .pharmacy-reason-logo img {
  width: 100%;
 }
 .pct-pharmacy-credit img {
  width: 90%;
 }
 .pharmacy-coupon {
  font-size: 0.85em;
 }
 .pharmacy-coupon .pct-teabottle {
  top: -12%;
  left: -8%;
  width: 15%;
 }
 .sec-pharmacy-voice .sec-ttl {
  padding: 7.5em 0 .7em 44%;
  border-bottom: 1px solid #9d997e;
  background: url(assets/img/delivery/pct_pharmacy_doctor.png) left bottom / 53% auto no-repeat;
 }
 .sec-pharmacy-voice .sec-ttl h2 {
  margin-bottom: .1em;
  padding-bottom: 0;
  border-bottom: none;
  text-align: left;
  font-size: 7vw;
 }
 .sec-pharmacy-voice .sec-ttl p {
  font-size: 1.5em;
  margin-bottom: .2em;
 }
 .sec-pharmacy-voice .sec-ttl p br {
  display: none;
 }
 .sec-pharmacy-voice .srvc-voice-list .pct {
  width: 20%;
  margin: 0 auto 2.4em;
 }
 .sec-pharmacy-voice .srvc-voice-list .txt {
  width: 100%;
  position: relative;
  padding: 1.4em 1.6em 0;
 }
 .sec-pharmacy-voice .srvc-voice-list .txt p {
  font-size: 1.6em;
  background-size: 100% 1.85em;
 }
 .sec-pharmacy-area .txt-pharmacy-area-number {
  width: 100%;
  font-size: 1.7em;
  margin-bottom: 1em;
 }
 .sec-pharmacy-area .area-other-list {
  margin: 0;
  font-size: 1.6em;
 }
 .sec-pharmacy-area .area-holiday {
  font-size: 1.05em;
 }
 .cv-attention .cv-holiday {
  font-size: 1.6em;
 }
 .page-deli-catering .srvc-feature-b-list li {
  margin: 0 0 1.4em;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 .page-deli-catering .srvc-feature-b-list .txt {
  width: 70%;
  text-align: left;
  font-size: 1.8em;
 }
 .txt-timelimit {
  padding: 0.6em 1.5em;
  font-size: 0.8em;
 }
 .sec .catering-menu-lead {
  font-size: 1.4em;
  margin-bottom: 0;
 }
 .srvc-items-list li,
 .srvc-items-list li.suzuran{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
 }
 .srvc-items-list .pct {
  width: 42%;
 }
 .srvc-items-list .txt {
  width: 54%;
 }
	
	.srvc-items-list li.suzuran .txt{
		position: static;
	}
 .srvc-items-unaju li {
  width: 100%;
  margin: 0 0 .5em;
 }
 .srvc-items-unaju li .txt {
  margin-bottom: 0;
 }
 .unaju-name {
  width: 100%;
 }
 .catering-tool {
  width: 100%;
 }
 .catering-tool .lead {
  font-size: 1.8em;
  margin-bottom: .5em;
 }
 .catering-tool .lead br {
  display: none;
 }
 .cate-result-list .ttl {
  margin-bottom: 0.5em;
 }
 .cate-result-budget dt {
  width: 4.5em;
  height: 4.5em;
  font-size: 1.6em;
 }
 .cate-result-budget dd {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
 }
 .cate-result-list .ttl h3 {
  font-size: 2em;
 }
 .cate-result-budget .amount {
  width: 100%;
  font-size: 2.1em;
  margin: 0 0 0.2em;
 }
 .cate-result-budget .num {
  margin-bottom: 0;
  display: block;
 }
 .cate-result-content h4 {
  font-size: 1.7em;
 }
 .catering-tool-list {
  font-size: 1.6em;
 }
 .cate-result-list {
  width: 100%;
 }
 .cate-result-list li {
  width: 100%;
  margin-bottom: 1.5em;
  padding: 1.6em 2em 2em;
 }
 .cate-result-list li:last-child {
  margin-bottom: 0;
 }
 .cate-result-list .note {
  margin-top: 0.8em;
 }
 .cate-result-content li {
  font-size: 1.6em;
  margin-bottom: 0.6em;
  padding: 0 0 0 1.3em;
 }
 .catering-area-list {
  width: 100%;
  font-size: 1.6em;
 }
 .srvc-term {
  width: 88%;
 }
 .drink-name {
  display: block;
  width: 100%;
  margin-bottom: 0.2em;
 }
 /* bus for mobile */
 .bus-main {
  border: 4px solid #fff;
  padding: 2em 4% 0em;
 }
 .bus-request {
  margin-bottom: 2em;
  display: block;
 }
 .bus-request .lead {
  font-size: 1.9em;
  margin-bottom: .4em;
  white-space: normal;
 }
 .bus-request .lead br {
  display: none;
 }
 .bus-request-pct {
  width: 70%;
  margin: 0 auto;
 }
 .bus-request .txt {
  width: 100%;
 }
 .bus-request .txt p {
  font-size: 1.6em;
 }
 .bus-request .attention {
  padding: .4em .6em;
  font-size: 1.65em;
  line-height: 1.5;
 }
 .bus-eg h3 {
  font-size: 1.75em;
 }
 .bus-eg-case {
  width: 100%;
  margin: 0 auto 2em;
  padding: 0.8em 0.7em;
 }
 .bus-eg-case .pct {
  width: 28%;
 }
 .bus-eg-case .txt {
  width: 69%;
  line-height: 1.5;
 }
 .bus-eg-case p {
  font-size: 1.45em;
  line-height: 1.3;
  margin-bottom: 0.1em;
 }
 .bus-eg-case h4 {
  font-size: 1.7em;
  margin-bottom: 0;
 }
 .sec .bus-eg-chart .note {
  line-height: 1.3;
  font-size: 1em;
 }
 .bus-crypt-cost {
  width: 86%;
  font-weight: bold;
 }
 .bus-area-note {
  order: 3;
  font-size: 1.5em;
  line-height: 1.5;
  margin-top: 0.9em;
 }
 .bus-area-map {
  margin: 0 auto 1.2em;
  width: 94%;
  order: 1;
 }
 .bus-area-map img {
  width: 100%;
 }
 .bus-area-txt {
  width: 100%;
  order: 2;
  font-size: 1.1em;
 }
 .bus-area-list {
  width: 100%;
  margin: 0 auto;
 }
 .bus-area-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: .6em;
 }
 .bus-area-list li {
  width: 32%;
  font-size: 1.6em;
 }
 .bus-area-number h3 {
  font-size: 1.4em;
  margin-bottom: .3em;
 }
 .bus-area-number li {
  font-size: 1.6em;
 }
 .bus-attention {
  width: 92%;
  border: 4px solid #91372f;
  margin-bottom: 4em;
  padding: 1.5em 1.5em 1em;
 }
 .bus-attention h2 {
  font-size: 1.8em;
  margin-bottom: 0.8em;
 }
 .bus-attention ul {
  font-size: 1.6em;
  width: 100%;
 }
 .bus-attention ul li {
  margin-bottom: 1em;
 }
 /* facility for mobile */
 .facility-feature h2 {
  font-size: 1.9em;
 }
 .fcly-floor {
  margin-bottom: 3em;
  padding-bottom: 2.5em;
  border-bottom: 1px solid #d6cfc1;
  display: block;
 }
 .fcly-floor-data {
  width: 100%;
 }
 .fcly-floor-data dt {
  font-size: 2.1em;
  padding: .5em .3em;
 }
 .fcly-floor-data dd {
  margin-bottom: 1.5em;
 }
 .fcly-floor-data .list-items {
  font-size: 1.5em;
 }
 .fcly-floor .pct {
  width: 80%;
  margin: 0 auto;
 }
 .fcly-floor .txt p {
  margin-bottom: 0;
 }
 .fclt-option h3 .note {
  display: block;
  top: 0;
  width: auto;
  margin-top: .4em;
 }
 .fclt-option h4 {
  font-size: 1.6em;
 }
 .fclt-option-tbl {
  width: 100%;
  border-bottom: none;
  margin-bottom: 2.5em;
 }
 .fclt-option-tbl th {
  font-size: 1.6em;
  text-align: left;
  width: 100%;
  display: block;
  padding: 0.7em 0.65em;
  border-right: none;
 }
 .fclt-option-tbl td {
  display: block;
  width: 100%;
  border-bottom: 1px solid #6c634e;
  padding: 0.7em 0.65em;
 }
 .fclt-option-tbl td p {
  font-size: 1.6em;
  margin-bottom: 0;
 }
 .fclt-option-tbl .btn-detail-wrap {
  margin: 0.6em 0;
 }
 .fclt-option-tbl .btn-detail-wrap a {
  min-width: 70vw;
 }
 .fclt-option {
  margin-bottom: 0;
 }
 /* memorialroom for mobile */
 .mroom-trouble .txt-trouble {
  font-size: 1.7em;
  width: 88%;
 }
 .mroom-trouble .txt-solution {
  font-size: 1.75em;
 }
 .mroom-trouble {
  margin: 2em auto;
 }
 .mroom-trouble br {
  display: none;
 }
 .sec-mroom .txt h2 {
  letter-spacing: .1em;
  font-size: 1.8em;
 }
 .sec-mroom .sec-supplement {
  margin: 1.4em auto 0;
 }
 .sec-supplement h3 {
  font-size: 1.7em;
  padding: 0;
 }
 .sec-supplement p {
  margin-bottom: 0;
 }
 .sec-mroom-buddhist .sec-mroom-ttl {
  background: url(assets/img/mroom/pct_mroom_buddhist.jpg) right center / auto 100% no-repeat;
 }
 .sec-mroom-shinto .sec-mroom-ttl {
  background: url(assets/img/mroom/pct_mroom_shinto.jpg) right center / auto 100% no-repeat;
 }
 .sec-mroom-ttl {
  margin: 0 auto 0.5em;
  padding: 0.8em 0;
 }
 .sec-mroom-ttl h2 {
  font-size: 1em;
 }
 .mroom-plan-list li {
  display: block;
  margin-bottom: 2em;
 }
 .mroom-plan-list li .pct {
  width: 82%;
  margin: 0 auto 0.8em;
 }
 .mroom-plan-list li .txt {
  width: 82%;
  margin: 0 auto;
 }
 .sec-mroom-plan h3 {
  text-align: center;
  margin-top: 0.5em;
  padding: 0;
 }
 .sec-mroom-plan h3 span {
  padding: 0 .5em;
 }
 .mroom-plan-list li .txt h4 {
  font-size: 1.85em;
  text-align: center;
  margin-bottom: .3em;
 }
 .sec-mroom-shinto .mroom-plan-base .txt {
  display: block;
  min-height: auto;
 }
 .sec-mroom-plan .mroom-plan-item {
  font-size: 1.75em;
 }
 /* about for mobile */
 .sec-about-greeting h2 {
  margin: -2em 0 1em;
  font-size: 2.2em;
  padding: 2.8em 0;
 }
 .sec-about-greeting .inner {
  display: block;
  margin-top: -4em;
 }
 .sec-about-greeting .pct {
  width: 65%;
  margin: 0 auto 1.2em;
 }
 .sec-about-greeting .txt {
  width: 100%;
 }
 .sec-about-greeting .name {
  margin: 0.5em 0 0;
  font-size: 1.8em;
 }
 .sec-about-request {
  padding-bottom: 4em;
  background: url(assets/img/about/bg_request.png) left bottom / 70% auto no-repeat;
 }
 .sec-about-request h2 {
  font-size: 2em;
  margin-bottom: 1.4em;
 }
 .sec-about-request h2 br {
  display: none;
 }
 .sec-about-request .inner {
  width: 92%;
  padding: 4em 0 0;
  background: url(assets/img/common/bg_logo_wh.png) right top / 70% auto no-repeat;
 }
 .about-request-list {
  font-size: 1.5em;
  width: 98%;
 }
 .about-request-list .btn-detail-wrap {
  text-align: center;
  padding-left: 0;
  margin-top: 0.5em;
 }
 .about-request-list a.btn-detail {
  padding: .9em 1.8em .9em .7em;
 }
 .about-origin {
  margin-bottom: 4em;
  padding: 4.5em 0 4em;
 }
 .about-origin .inner {
  width: 92%;
  max-width: auto;
  margin: 0 auto;
 }
 .about-origin h2 {
  font-size: 2.2em;
  margin-bottom: .7em;
 }
 .about-origin p {
  font-size: 1.6em;
  line-height: 1.7;
  margin-bottom: 1em;
 }
 /* access for mobile */
 .page-access .content-head {
  background: #444 url(assets/img/access/key_access.jpg) right center / cover no-repeat;
 }
 .access-appearance-pct {
  width: 100%;
  margin-bottom: 2em;
 }
 .access-data {
  width: 100%;
  margin: 0 auto 3em;
 }
 .access-data-tbl {
  width: 100%;
  font-size: 1.4em;
  margin-bottom: 0;
  border-bottom: none;
 }
 .access-data-tbl th {
  display: block;
  width: 100%;
  padding: 0.8em 0 .2em 0;
  font-size: 1.1em;
  border-top: 1px solid #7c5c3c;
  border-bottom: none;
 }
 .access-data-tbl td {
  font-size: 0.7em;
  display: block;
  width: 100%;
  padding: 0 0 1em 0;
  border-bottom: none;
 }
 .access-data-tbl .tel-number {
  font-size: 2.7em;
  line-height: 1;
  margin-bottom: .2em;
  text-decoration: underline;
  padding: 0;
 }
 .access-inner-tbl {
  width: 100%;
 }
 .access-inner-tbl th {
  font-size: 1.6em;
  padding: 0;
  border-top: none;
 }
 .access-inner-tbl td {
  font-size: 1.6em;
  padding: 0 0 .3em;
 }
 .access-inner-tbl td {
  width: auto;
  padding: 0.2em 0;
  border-bottom: none;
 }
 .access-tel-tbl th {
  display: table-cell;
  width: auto;
  padding: 0.2em 0.5em 0.9em 0;
  border: none;
  color: #000;
 }
 .access-tel-tbl td {
  display: table-cell;
  width: auto;
  padding: 0.2em 0 0.9em;
  border: none;
 }
 .access-data-tbl .tel-number .freedial {
  margin-right: .25em;
 }
 .access-data-tbl .tel-number .freedial img {
  vertical-align: middle;
 }
 .access-carpark-pct {
  width: 100%;
  margin-left: 0;
 }
 #access-gmap {
  height: 42vh;
 }
 /* recruit for mobile */
 .rcrt-job {
  padding: 1.5em 1.6em 2.7em;
 }
 .rcrt-info {
  margin-bottom: 1em;
 }
 .rcrt-job .bloc-68 {
  width: 100%;
 }
 .rcrt-job .bloc-28 {
  width: 82%;
  margin: 0 auto 1em;
 }
 .rcrt-need-ttl {
  font-size: 1.6em;
 }
 .rcrt-need {
  width: 100%;
  padding: 0;
 }
 .rcrt-need-list li {
  font-size: 1.55em;
  line-height: 1.5;
  padding-left: 1.1em;
  margin-bottom: .6em;
 }
 .rcrt-need-list li::before {
  margin-top: -0.4em;
  width: 0.85em;
  height: 0.85em;
  background: url(assets/img/common/ico_point_br.png) center center / cover no-repeat;
 }
 .rcrt-slide-btn p {
  margin-bottom: 0;
  padding: 1em 2em 1em 1.7em;
 }
 .rcrt-flow {
  width: 100%;
  margin: 1em auto 1.8em;
 }
 .rcrt-guide {
  width: 100%;
  margin: 0 auto 1.8em;
 }
 .sec-menulist-option {
  width: 100%;
  padding: 1.4em 2em 1em;
 }
 .sec-menulist-option h4 {
  font-size: 1.7em;
 }
 .rcrt-tel a {
  font-size: 1.2em;
  color: #fff;
  background: #2a2c67;
  background: -moz-linear-gradient(top, #414379 0%, #2c2d55 100%);
  background: -webkit-linear-gradient(top, #414379 0%, #2c2d55 100%);
  background: linear-gradient(to bottom, #414379 0%, #2c2d55 100%);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  padding: .8em 2.5em;
 }
 .rcrt-tel a::before {
  position: relative;
  content: "\f095";
  color: #fff;
  font-size: 1.15em;
  font-family: "FontAwesome";
  font-weight: 500;
  margin-right: 0.3em;
 }
 .rcrt-slide-content {
  margin: 1.6em auto 2em;
  padding: 0.35em 1.35em 0.7em;
 }
 .rcrt-flow-chef {
  margin: 1em 0 2em;
  padding: 1.7em 1.3em;
 }
 .rcrt-flow-bloc dl {
  width: 100%;
  margin-bottom: 0.7em;
 }
 .rcrt-flow-bloc dl dt {
  font-size: 1.7em;
  text-align: center;
 }
 .rcrt-flow-bloc dl dd {
  font-size: 1.55em;
 }
 .rcrt-flow-bloc h5 span {
  font-size: 1.6em;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: .5em;
  text-align: center;
 }
 .rcrt-flow-bloc .pct {
  width: 90%;
  margin: 0 auto;
 }
 .rcrt-guide-tbl {
  width: 100%;
  font-size: 1.4em;
  margin-bottom: 0;
  border-bottom: none;
 }
 .rcrt-guide-tbl th {
  display: block;
  width: 100%;
  padding: 0.6em 0 0.2em 0;
  font-size: 1.15em;
  border-bottom: none;
 }
 .rcrt-guide-tbl td {
  font-size: 0.7em;
  display: block;
  width: 100%;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #cec9b8;
 }
 .rcrt-guide-tbl td p {
  margin-bottom: 0;
 }
 .rcrt-guide-tbl td .list-items {
  font-size: 1.55em;
  margin-bottom: 0;
 }
 .rcrt-guide-tbl tr:last-child td {
  border-bottom: none;
 }
 /* column for mobile */
 .column-list {
  width: 92%;
 }
 .column-list li {
  width: 48%;
  margin: 0 0 1.5em;
 }
 .column-content #main {
  width: 100%;
  margin-bottom: 0;
 }
 .column-content #side {
  width: 100%;
  font-size: 1em;
  margin-bottom: 4em;
 }
 .column-list {
  justify-content: space-between;
 }
 .home-column .column-list li {
  width: 48%;
  margin: 0 0 1.5em;
 }
 .home-column .column-list li:nth-child(2) {
  margin-right: 0;
 }
 .ico-new {
  width: 3.2em;
  height: 3.2em;
  font-size: 1.4em;
 }
 .column-list .ico-new {
  left: -0.7em;
 }
 .column-cat {
  font-size: 1.5em;
 }
 .column-ttl {
  padding: 0.7em 1em 0.9em;
 }
 .column-ttl h3 {
  font-size: 1.7em;
 }
 .wpp-no-data {
  font-size: 1.4em;
 }
 .archive-ttl {
  margin: 2.4em auto 1em;
  width: 92%;
  font-weight: bold;
 }
 .archive-ttl h2 {
  font-size: 1.8em;
 }
 /* Posts for mobile */
 #column-single {
  background: #fff url(assets/img/common/bg_logo_thin.png) right -2% top -2.5% / 60% auto no-repeat;
  margin-bottom: 3em;
  padding: 2.4em 2.2em;
 }
 .column-title {
  font-size: 2em;
 }
 .column-single-header {
  width: 100%;
  margin-bottom: 2em;
  padding-bottom: 1em;
 }
 .column-single-body {
  margin: 0 auto;
  width: 100%;
 }
 .column-single-body p {
  font-size: 1.6em;
 }
 .share {
  width: 100%;
 }
 .share ul {
  margin-bottom: 0;
 }
 .single-pagenavi {
  display: flex;
  margin: 0 auto;
  width: 88%;
  font-size: 1.4em;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
 }
 .single-pagenavi li {
  width: 48%;
 }
 .single-pagenavi li a {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: #a58e41;
  color: #fff;
  line-height: 1.5;
 }
 .single-pagenavi li.prev a {
  padding: 8px 10px 8px 22px;
 }
 .single-pagenavi li.prev a::before {
  position: absolute;
  top: 50%;
  left: 8px;
  margin: -14px 0 0;
  margin-left: 3px;
  padding: 0;
  color: #fff;
  content: "\f0d9";
  font-size: 16px;
  font-family: "FontAwesome";
 }
 .single-pagenavi li.next a {
  padding: 8px 22px 8px 10px;
 }
 .single-pagenavi li.next a::before {
  position: absolute;
  top: 50%;
  right: 8px;
  margin: -14px 0 0;
  margin-left: 3px;
  padding: 0;
  color: #fff;
  content: "\f0da";
  font-size: 16px;
  font-family: "FontAwesome";
 }
 #main .yarpp-related {
  margin: 2.4em auto 1em;
  width: 88%;
 }
 #main .yarpp-thumbnails-horizontal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 2em;
 }
 #main .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  display: block;
  overflow: hidden;
  width: 48%;
  height: auto;
  margin: 0 0 1.5em;
 }
 #main .yarpp-thumbnail>img,
 #main .yarpp-thumbnail-default {
  margin: 0;
  width: 100%;
  height: auto;
 }
 #main .yarpp-related .yarpp-thumbnail-title {
  overflow: visible;
  margin: 0;
  padding: 0.7em 1em 0.9em;
  text-align: left;
  font-size: 1.6em;
 }
 .casestudies-content #main .yarpp-thumbnail-default {
  display: none;
 }
 .casestudies-content #main .yarpp-related .yarpp-thumbnail-title {
  margin: 1.2em auto 1.3em;
  padding: 0;
  width: 88%;
  font-size: 1.5em;
  line-height: 1.6;
 }
 .yarpp-related-none p {
  font-size: 1.4em;
 }
 #main .yarpp-related h3 {
  font-size: 1.4em;
 }
}
/* =================================================================
		#privacy
================================================================= */
.privacy-content {
	padding: 0 2% 20px;
}
.privacy-content h2 {
	font-size: 2.0em;
}
.privacy-content p {
	font-size: 1.4em;
}
.privacy-content h3 {
	font-size: 1.5em;
	margin-top: 1em;
}
.privacy-content a{
	text-decoration: underline;
}
