/* PC表示時は"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
.img_pc { display: block !important; }
.img_sp { display: none !important; }
.br_pc { display: block !important; }
.br_sp { display: none !important; }
.tel_pc { display: block !important; }
.tel_sp { display: none !important; }
/* スマホ表示時は"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
.img_pc { display: none !important; }
.img_sp { display: block !important; }
.br_pc { display: none !important; }
.br_sp { display: block !important; }
.area_title button { display: none !important; }
.tel_pc { display: none !important; }
.tel_sp { display: block !important; }
}

/* マウスオーバー時にカーソルが変化しないように固定化*/
a[href^="tel:"] { cursor: default; }

/* Noto Sans JP */
/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css); */
/* Noto Sans Japanese */
/* @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */

@font-face {
    font-family: 'Noto Sans CJK JP';
    font-weight: 400;
+   src: url(../font/Noto%20Sans%20CJK%20JP-Regular.html) format('woff2'),
         url(../font/Noto%20Sans%20CJK%20JP-Regular-2.html) format('woff'),
         url(../font/Noto%20Sans%20CJK%20JP-Regular-3.html) format('opentype');
}

@font-face {
    font-family: 'Noto Sans CJK JP';
    font-weight: 700;
+   src: url(../font/Noto%20Sans%20CJK%20JP-Bold.html) format('woff2'),
         url(../font/Noto%20Sans%20CJK%20JP-Bold-2.html) format('woff'),
         url(../font/Noto%20Sans%20CJK%20JP-Bold-3.html) format('opentype');
}

@font-face {
    font-family: 'Noto Sans CJK JP';
    font-weight: 500;
+   src: url(../font/Noto%20Sans%20CJK%20JP-Medium.html) format('woff2'),
         url(../font/Noto%20Sans%20CJK%20JP-Medium-2.html) format('woff'),
         url(../font/Noto%20Sans%20CJK%20JP-Medium-3.html) format('opentype');
}

@font-face {
    font-family: 'Noto Sans CJK JP';
    font-weight: 900;
+   src: url(../font/Noto%20Sans%20CJK%20JP-Black.html) format('woff2'),
         url(../font/Noto%20Sans%20CJK%20JP-Black-2.html) format('woff'),
         url(../font/Noto%20Sans%20CJK%20JP-Black-3.html) format('opentype');
}

body {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
}

div.wrapper {
    width: 100%;
    overflow-x: hidden;
}

header {
    width: 100%;
}

header::after{
    content: "";
    display: block;
    clear: both;
}

div.logo {
    float: left;
    width: 40%;
    margin: 3% 0 0 3%;
}

.logo img {
    width: 100%;
}

.right {
    float: right;
    width: 46%;
}

div.tel {
    width: 68%;
    float: left;
    text-align: right;
    margin: 1% 1% 0 0;
}

.tel img {
    width: 100%;
}

.menu_sp {
    position: fixed;
    top: 0;
    float: right;
    z-index: 11000;
    height: 45px;
    width: 45px;
    right: 0;
}

.menu_sp img {
    width: 100%;
    display: inherit;
}

div.headr_img {
    display: block;
    margin-bottom: -2%;
    text-align: center;
}

.headr_img img {
    width: 100%;
    margin-top: -7px;
}

nav {
    background-color: rgb(22, 42, 101);
    width: 70vw;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 10000;
    right: -70%;
    position: fixed;
}

nav ul {
    display: table;
    table-layout: fixed;
    list-style: none;
    margin: auto;
    padding-top: 20px;
}

nav li {
    display: table-cell;
    color: rgb(255, 255, 255);
    font-size: 5.5vw;
    padding: 2vw;
}

nav a{
    text-decoration: none;
    color: #ffffff;
}

.banner {
    width: 100%;
    margin: 0 auto;
    margin-block-end: -215px;
    height: 330px;
}

.banner div {
    margin: auto;
}

.banner div.carousel {
    width: 100%;
    margin: auto;
    height: 160px;
    overflow: hidden;
    padding-top: 24px;
}

.banner img {
    margin: 0 2vh;
    width: 4vh;
}

article.banner.bn01 {
    background-image: url(../img/bg01.png);
    padding-top: 10px;
}

div#search_area {
    width: 100%;
    text-align: center;
}

#search_area button {
    width: 43%;
}

#search_area img {
    width: 100%;
    max-width: 323px;
}

div#search_cond {
    width: 92%;
    margin: auto;
    background-color: rgb(215, 215, 215);
    border-radius: 5px;
}

.input_area, .input_layout, .input_capacity_from, .input_capacity_to {
    width: 100%;
    margin: auto;
    margin-bottom: 5%;
    position: relative;
}

#search_cond label {
    display: block;
    float: left;
    width: 27%;
    font-size: 3.65vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.429;
    text-align: left;
}

#search_cond select {
    font-size: 3.65vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    padding-left: 3%;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

div#contact {
    width: 92vw;
    height: auto;
    margin: 0 auto;
    margin-top: 7vh;
}

#contact img {
    width: 100%;
}

p.title {
    text-align: center;
    font-size: 5.21vw;
    margin: auto;
    white-space: nowrap;
/*     width: 72vw; */
    padding-top: 4vh;
    padding-bottom: 3vh;
    font-family: "Noto Sans CJK JP";
    line-height: 0.833;
    color: rgb(0, 0, 0);
    position: relative;
}

p img {
    padding-right: 3%;
    width: 7%;
    position: absolute;
    top: -3%;
    left: 2%;
}

p.title img{
    position: inherit;
    vertical-align: middle;
}

#availability button img, #availability02 button img {
    width: 100%;
}

#availability button {
    width: 92%;
    display: block;
    margin: auto;
    padding-bottom: 15%;
}

#availability02 button {
    width: 92%;
    display: block;
    margin: auto;
}

#availability p {
    font-size: 3.65vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 2;
    text-align: center;
}

#availability p.title {
    padding-top: 100px;
    font-size: 6.25vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.5;
    text-align: center;
}

.title span {
    font-size: 5.21vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1;
    text-align: center;
    font-weight: 500;
}

form {
    margin: auto;
    padding: 40px;
}

#area, #layout {
    width: 64%;
    height: 54px;
}

#min, #max {
    width: 50%;
    height: 54px;
}

#search_cond button {
    margin: auto;
    display: block;
    padding-bottom: 3vh;
    width: 68vw;
    margin-top: -1vh;
}

#search_cond button img {
    width: 100%;
}

div#shop_list {
    background-image: url(../img/bg02_2_sp.png);
    background-repeat: no-repeat;
    width: 100%;
    margin: auto;
    padding-top: 10%;
    background-size: contain;
}

.shop_content {
    width: 91%;
    margin: auto;
    height: auto;
}

.overview {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10%;
    overflow: hidden;
/*     padding-bottom: 88%; */
}

#area01 hr {
    background-color: rgb(175, 208, 249);
    width: 100%;
    height: 3px;
    border: none;
}

#area01 span {
    color: rgb(95, 161, 244);
}

#area01 .overview {
    background-color: rgb(95, 161, 244);
}

#area02 hr {
    background-color: rgb(252, 212, 150);
    width: 100%;
    height: 3px;
    border: none;
}

#area02 span {
    color: rgb(249, 170, 46);
}

#area02 .overview {
    background-color: rgb(249, 170, 46);
}

#area03 hr {
    background-color: rgb(175, 209, 150);
    width: 100%;
    height: 3px;
    border: none;
}

#area03 span {
    color: rgb(96, 164, 46);
}

#area03 .overview {
    background-color: rgb(96, 164, 46);
}

#area04 hr {
    background-color: rgb(139, 172, 213);
    width: 100%;
    height: 3px;
    border: none;
}

#area04 span {
    color: rgb(24, 90, 172);
}

#area04 .overview {
    background-color: rgb(24, 90, 172);
}

#area05 hr {
    background-color: rgb(244, 186, 186);
    width: 100%;
    height: 3px;
    border: none;
}

#area05 span {
    color: rgb(233, 117, 117);
}

#area05 .overview {
    background-color: rgb(233, 117, 117);
}

#area06 hr {
    background-color: rgb(214, 155, 155);
    width: 100%;
    height: 3px;
    border: none;
}

#area06 span {
    color: rgb(174, 56, 56);
}

#area06 .overview {
    background-color: rgb(174, 56, 56);
}

#area07 hr {
    background-color: rgb(223, 201, 152);
    width: 100%;
    height: 3px;
    border: none;
}

#area07 span {
    color: rgb(192, 147, 50);
}

#area07 .overview {
    background-color: rgb(192, 147, 50);
}

#area08 hr {
    background-color: rgb(243, 185, 146);
    width: 100%;
    height: 3px;
    border: none;
}

#area08 span {
    color: rgb(231, 115, 38);
}

#area08 .overview {
    background-color: rgb(231, 115, 38);
}

#area09 hr {
    background-color: rgb(194, 228, 150);
    width: 100%;
    height: 3px;
    border: none;
}

#area09 span {
    color: rgb(134, 202, 46);
}

#area09 .overview {
    background-color: rgb(134, 202, 46);
}

button {
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
    outline: none;
}

span.area_name {
    font-size: 4.17vw;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    line-height: 0.938;
    text-align: left;
}

span.area_name img{
  vertical-align: middle;
  margin-right: 5px;
}

span.str_area {
    font-size: 2.60vw;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    line-height: 0.938;
    text-align: left;
}

span.area_name_en {
    font-size: 2.60vw;
    font-family: "Noto Sans CJK JP";
    font-weight: 400;
    line-height: 0.938;
    text-align: left;
}

.shop_content button {
    float: right;
    margin-bottom: 18%;
}

span.shop_name {
    color: rgb(255, 255, 255) !important;
    margin-left: 4%;
    font-size: 5.21vw;
    font-family: "Noto Sans CJK JP";
    text-align: left;
    font-weight: 500;
    vertical-align: middle;
}

#search_block {
    background-image: url(../img/bg02_sp.png);
    padding-bottom: 23%;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 20px;
    background-size: cover;
}

.area_title {
  margin-bottom: 10px;
}

img.no1 {
    position: relative;
    top: 10px;
    left: 2%;
    width: 10%;
}

.overview a{
  text-align: center;
}

.overview a img {
    width: 90%;
    max-width: 288px;
}

.contents {
    width: 94%;
    height: auto;
    background-color: rgb(255, 255, 255);
    float: right;
    position: relative;
    right: 3%;
    margin-bottom: 10px;
    overflow: hidden;
}

.shop_img {
    margin: auto;
    width: 45vw;
}

.overview .shop_img {
    float: left;
    margin: 0 3vw;
    width: 30%;
    min-height: 80px;
}

.shop_detail_overview .shop_img {
    margin: auto;
    width: 45vw;
}

.shop_img img {
    width: 100%;
    margin-top: 3vw;
}

.capacity {
    width: 55%;
    float: left;
    padding-top: 3vw;
}

.room {
    background-color: rgb(51, 51, 51);
/*     width: 85%; */
    color: rgb(255, 255, 255) !important;
    padding: 1% 0 1px 3%;
    position: relative;
}

.max {
    background-color: rgb(102, 102, 102);
/*     width: 85%; */
    color: rgb(255, 255, 255) !important;
    padding: 1% 0 1px 3%;
    position: relative;
}

.room span {
    color: rgb(255, 255, 255) !important;
    font-size: 3.65vw;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    line-height: 1;
    text-align: left;
}

.room img {
    width: 7%;
    margin-bottom: 1%;
}

.max span {
  color: rgb(255, 255, 255) !important;
  font-size: 3.65vw;
  font-family: "Noto Sans CJK JP";
  font-weight: 400;
  line-height: 1;
  text-align: left;
}

.max img {
    width: 7%;
    margin-bottom: 1%;
}

.floor {
    width: 55%;
    float: left;
}

.floor ul {
    display: table;
    table-layout: fixed;
    padding: 5% 0;
    margin: 0;
}

.floor li {
    display: table-cell;
    background-color: rgb(153, 153, 153);
    height: auto;
    padding: 5px;
    margin: 5px;
    list-style: none;
    border-left: 1px solid rgb(255, 255, 255);
    vertical-align: middle;
    font-size: 2.60vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    line-height: 1.4;
    text-align: center;
}

.overview .characteristic {
/*     float: right; */
    clear: both;
    width: 100%;
    margin-top: -1%;
    margin-bottom: -1%;
}

.shop_detail_inner .characteristic {
    float: right;
    width: 100%;
/*
    margin-top: -3vw;
    margin-bottom: -5vw;
*/
}

.overview .characteristic ul {
    display: table;
    margin-top: -10px;
    width: 90%;
    padding-left: 5%;
}

.shop_detail_inner .characteristic ul {
    display: table;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    padding-left: 0;
}

.overview .characteristic li {
    list-style: none;
    display: table-cell;
    font-size: 2.60vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(1, 1, 0);
    text-align: left;
    padding-top: 3%;
    position: relative;
}
.overview .characteristic ul:empty,
.overview .characteristic li:empty {
    display: none;
}

.shop_detail_inner .characteristic li {
    list-style: none;
    position: relative;
    width: 50vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(1, 1, 0);
}

.characteristic li img {
    margin-right: 1vw;
    width: 4vw;
}

.address {
/*     float: left; */
    margin-left: 4.3vw;
    margin-top: 1vh;
    margin-bottom: 10px;
    font-size: 4vw;
}

.address span {
    color: rgb(1, 1, 0) !important;
    font-size: 3.13vw;
    font-family: "Noto Sans CJK JP";
    text-align: left;
    margin-top: -5px;
    display: block;
}

div#availability {
    width: 100%;
    margin: auto;
    background-image: url(../img/bg03_sp.png);
    background-repeat: no-repeat;
    margin-bottom: -56px;
    background-size: contain;
}

.img_available {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}

.img_available_item{
    display: inline-block;
    margin: 4%;
    width: 38%;
    text-align: center;
    vertical-align: top;
}

.img_available_item span{
    display: block;
    font-size: 2.5vw;
    height: 3em;
}

.img_available img {
    width: 100%;
    height: auto;
}


div#availability02 {
    width: 100%;
    margin: auto;
    background-image: url(../img/bg04_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 6%;
}

#availability02 p {
    text-align: center;
    font-size: 4.69vw;
    color: rgb(1, 1, 1);
    font-family: Noto Sans CJK JP;
    font-weight: 700;
    padding: 3% 5% 3% 5%;
}

div#availability02 p.headlilne {
    text-align: center;
    font-size: 6.25vw;
    padding-top: 7%;
    padding-bottom: 9%;
}

table#reason {
    width: 100%;
    margin: auto;
    margin-bottom: 10%;
    margin-top: -15%;
}

#reason th {
    border-bottom: 2px rgb(225, 232, 237) solid;
    width: 26%;
}

#reason img {
    width: 85%;
}


#reason p {
    font-size: 4.69vw;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    line-height: 1.389;
    text-align: left;
}

#reason p.point1 {
    color: rgb(179, 153, 34);
}

#reason p.point2 {
    color: rgb(132, 175, 56);
}

#reason p.point3 {
    color: rgb(56, 175, 171);
}

#reason span {
    text-align: left;
    font-size: 3.13vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(112, 98, 31);
    line-height: 1.833;
}

#reason td {
    padding: 0vh 7vw 5vw 5vw;
    border-bottom: 2px rgb(225, 232, 237) solid;
}

span.point1_1 {
    color: rgb(112, 98, 31);
}

span.point2_1 {
    color: rgb(72, 97, 29);
}

span.point3_1 {
    color: rgb(22, 95, 93);
}

table#option {
    padding-left: 15px;
    margin: auto;
}

#option td {
    width: 353px;
    padding: 0 8px;
    font-size: 2.08vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.875;
}

.contents_op {
    margin-bottom: 7%;
}

.content_op {
    border-bottom-width: 2px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    height: auto;
    overflow: hidden;
    margin-top: 5%;
}

.img_op {
    float: left;
    margin-left: 4%;
    margin-top: 3%;
    width: 35%;
    margin-bottom: 7%;
}

.discription_op {
    float: right;
    width: 56%;
    margin-right: 5%;
    margin-bottom: 3%;
}

p.p_option {
    margin-bottom: 0.5%;
}

.img_op img {
    width: 90%;
    margin-top: 2%;
}

#availability02 .discription_op p {
    font-size: 4.17vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    font-weight: 700;
    text-align: left;
    margin: -2%;
}

.discription_op span {
    font-size: 3.13vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 1.688;
    text-align: left;
    margin-bottom: 20%;
}

img.arrow {
    position: relative;
    bottom: 1vh;
    width: 18vw;
    left: -8%;
}

.point span {
    float: right;
    text-align: left;
}
img.plus {
    display: block;
    margin: auto;
    margin-top: 30px;
}

.before_after {
    background-color: rgb(246, 242, 238);
    width: 90%;
    height: auto;
    margin: auto;
    padding: 2% 0 3% 3%;
}

td.before_img {
    width: 37%;
}

.before_img img {
    width: 81%;
    margin-right: 12%;
}

td.after_img {
    width: 60%;
}

.after_img img {
    width: 49%;
    margin-right: 1%;
}

#availability02 p.discliption_after {
    text-align: left;
}

div#owner {
    width: 100%;
    height: auto;
    margin: auto;
    background-image: url(../img/bg05_sp.png);
    margin-top: -10%;
    margin-bottom: -2%;
    background-size: cover;
    padding-bottom: 18%;
}

#owner p {
    font-size: 6.25vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    line-height: 1.25;
    text-align: center;
    padding-top: 10%;
}

#owner span {
    display: block;
    font-size: 3.65vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    line-height: 1.714;
    text-align: center;
}

#owner button {
    display: block;
    margin: auto;
    width: 73%;
    margin-top: 5%;
}

#owner button img {
    width: 100%;
}

.sns img {
    width: 100%;
}

img.sp.twitter {
    width: 20.6%;
}

img.sp.facebook {
    width: 25%;
}

.bg_hr {
    margin-top: -5px;
    margin-bottom: -8px;
    width: 100%;
}

.shop ul {
    list-style: none;
/*
    list-style-image: url(../img/ic_arrow-r_sp.png);
    margin: 35px 0 45px 16px;
*/
}

.shop div {
    float: left;
    background-color: rgb(246, 242, 238);
    width: 86vw;
    margin: 0.3vw;
}

.shop {
    width: 90%;
    margin: auto;
}

.shop p {
    text-align: left;
    margin: 3% 0 3% 3%;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 3.13vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(102, 102, 102);
    line-height: 1.25;
}

.shop li {
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.657;
    background: url(../img/ic_arrow-r_sp.png) left center no-repeat;
    background-size: 20px auto;
    font-size: 3.65vw;
    font-family: "Noto Sans CJK JP";
    font-weight: 400;
}

.shop li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.footer_logo {
    width: 60%;
    margin: auto;
}

.footer_logo img {
    width: 100%;
    margin-top: 20%;
}

.shop hr {
    background-color: rgb(226, 229, 233);
    width: 90%;
    height: 1px;
    border: none;
    margin-top: -12px;
    margin-bottom: -5px;
}

.footer {
    background-color: rgb(226, 229, 233);
    padding-top: 2vh;
    background-size: cover;
/*     padding-bottom: 7vh; */
    height: auto;
}

.footer::after {
  content: "";
  display: block;
  clear: both;
}

.footer_nav {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 5%;
}

.footer_nav ul {
    display: table;
    table-layout: fixed;
    list-style: none;
    margin: auto;
/*
    width: 77vw;
    margin-left: 1vw;
*/
    padding-left:0;
}

.footer_nav li {
    display: contents;
    color: rgb(0, 0, 0);
    font-size: 2.60vw;
    white-space: nowrap;
}

.footer_nav li a {
    text-decoration: none;
    font-size: 2.60vw;
    font-family: "Noto Sans CJK JP";
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 3;
    text-align: center;
    margin-right: 1vw;
    margin-left: 1vw;
}

small {
    width: 47%;
    margin: auto;
    display: block;
    font-size: 2.60vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    text-align: center;
    clear: both;
}

.sns_link {
    width: 48%;
    margin: 5% auto;
}

.sns_link img {
    float: left;
    margin-left: 15%;
    margin-bottom: 20%;
}

span.before {
    font-size: 3.13vw;
    color: rgb(102, 102, 102)!important;
}

span.after {
    font-size: 3.13vw;
    color: rgb(39, 131, 195)!important;
    position: relative;
    left: -28vw;
}

.pagetop {
    float: right;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 45px;
    width: 45px;
}

.blue {
    color: rgb(39, 131, 195);
}

span.marker {
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgb(255, 203, 120) 60%);
}

.triangle {
    width: 0;
    height: 0;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top: 7px solid rgb(206, 20, 11);
    float: left;
}

.triangle.select1 {
    position: absolute;
    bottom: 35%;
    left: 82%;
}

.triangle.select2 {
    position: absolute;
    bottom: 35%;
    left: 82%;
}

.triangle.select3 {
    position: absolute;
    bottom: 35%;
    left: 68%;
}

.triangle.select4 {
    position: absolute;
    bottom: 35%;
    left: 68%;
}

article.sns {
    background-image: url(../img/bg_sns_sp.png);
    height: auto;
    width: 100%;
}

.sns .sp {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 10%;
}

.sp .twitter_area {
    margin: 3% auto;
    width: 65% !important;
    margin-bottom: 5% !important;
}

.shop_title {
    padding: 5px;
    min-height: 30px;
/*     height: 30px; */
/*     padding-bottom: 1.5%; */
}

.shop_title img{
    position: relative;
    top: 0;
    left: 5px;
    height: 30px;
    width: auto;
    vertical-align: middle;
}

.sp .fb_area {
    max-width: 500px; /* Facebook Page Plugin の最大幅 */
    margin: 0 auto;
    padding-bottom: 10%;
}

.sp .fb_area > .fb-page {
    width: 100%;
}

.sp .fb_area > .fb-page > span,
.sp .fb_area iframe {
    width: 100% !important;
}

#service h1, #policy h1, #flow_of_use h1, #faq h1, #price h1, #apply h1, #roomjirei h1, #for_owner h1, #company h1, #terms h1 {
    font-size: 7vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.3;
    text-align: center;
    margin: 3vh auto;
    margin-top: 3vh;
    padding-top: 8vh;
    width: 94vw;
}

#service span.description, #flow_of_use span.description {
    font-size: 3.7vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin: auto;
    width: 90vw;
    display: block;
}

.service .inner .service_cont {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 3vw;
}

.service .inner .service_cont li {
    width: 100vw;
    border: 1px solid rgb(17, 51, 96);
    margin-bottom: 2vh !important;
    background-color: rgb(255, 255, 255);
    list-style-type: none;
    margin: 1vh 2vw;
    padding: 3vw;
}

.area_search_block {
    width: 90vw;
    margin: 7vh auto;
}

.price a {
    color: rgb(17, 51, 96);
    text-decoration: none;
}

.btn_top {
    margin: auto;
    width: 69vw;
}

h4 {
    line-height: 24px;
    padding: 8px 15px;
    margin-bottom: 10px;
    background-color: rgb(17, 51, 96);
    color: rgb(255, 255, 255);
    font-size: 1.6em;
    font-weight: bolder;
    font-size: 1.5em;
    line-height: 1.6em;
}

.faq_nav {
    display: none;
}

.faq .inner dl {
    font-size: 3.8vw;
    line-height: 1.7em;
    padding: 0 1vw;
    margin-block-start: -1vh;
    margin-block-end: -1vh;
}

.faq .inner dl dt, .faq .inner dl dd {
    padding: 10px 20px;
}

.faq .inner dl dt {
    margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background-color: rgb(231, 242, 255);
    font-weight: bold;
}

.faq .inner dl dt p, .faq .inner dl dd p {
    padding-left: 2em;
    text-indent: -2em;
}

.faq .inner dl dt p:before {
    content: "Q";
    margin-right: 20px;
}

.faq .inner dl dd p:before {
    content: "A";
    margin-right: 20px;
}

ul.globalMenuSp {
    display: inline-grid;
    margin-top: 4vh;
}

div#option_block {
    width: 90vw;
    margin: 5vh auto;
}

div#service {
    padding: 5vw;
}

.catering_merit h4, .catering_plan h4 {
    text-align: center;
}

.option img, .point img {
    margin: auto;
    width: 90vw;
    margin-top: 2vh;
}

#option_block .title {
    margin: 0.5vw auto;
    margin-bottom: 2vh;
    font-size: 2.8vh;
    white-space: normal;
    line-height: 1.2;
    width: 13em;
}

.options .option p {
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.875;
    margin-bottom: 6px;
}

div#area_detail_top h1 {
    font-size: 4.5vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    line-height: 1.8;
    text-align: center;
    text-shadow: 0px 0px 13.5px rgba(0, 0, 0, 0.2);
    padding-left: 4vh;
    padding-top: 3vh;
    padding-right: 4vh;
    padding-bottom: 2vh;
    margin: 0;
}

div#area_detail_top {
    width: 100vw;
    height: auto;
    background-image: url(../img/bg_area_img.png);
    background-size: contain;
    background-repeat: no-repeat;
/*     position: absolute; */
    top: 12vw;
    clear: both;
}

.area_map_title {
    width: 100vw;
    height: auto;
    background-color: rgb(24, 90, 172);
    margin: auto;
    font-size: 5vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    line-height: 1.7;
    text-align: center;
}

p.map_area_point {
    font-size: 5vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(24, 90, 172);
    line-height: 0.3;
    text-align: center;
}

.searched_cond {
    width: 93vw;
    height: auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    border-radius: 4px;
    background-color: rgba(215, 215, 215, 0);
    margin: auto;
    margin-bottom: 5vh;
}

.cond {
    background-color: rgb(215, 215, 215);
    width: 20vw;
    text-align: center;
    float: left;
    margin-top: 5vh;
    margin-left: 3vw;
    padding: 1vw;
}

.google_map img {
    width: 100vw;
}

.searched_cond ul {
    list-style: none;
    display: table;
}

li.li_area::before {
    content: "エリア：";
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(153, 153, 153);
    line-height: 2;
    text-align: left;
}

li.li_layout::before {
    content: "レイアウト：";
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(153, 153, 153);
    line-height: 2;
    text-align: left;
}

li.li_capacity::before {
    content: "人数：";
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(153, 153, 153);
    line-height: 2;
    text-align: left;
}

.area_around img {
    margin: auto;
    width: 90vw;
    margin-top: 2vh;
}

.around_places p {
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.875;
    margin-bottom: 6px;
}

.contact_block, .area_around {
    width: 90vw;
    margin: 5vh auto;
    clear: both;
}

.point_block {
    width: 90vw;
    margin: 3vh 3vh 0 3vh;
    clear: both;
}


.searched_cond li {
    margin-left: -5vw;
}

.searched_cond button {
    width: 90vw;
    margin: auto;
}

.area_point {
  margin-top: 5vw;
}

.p_area_name img {
    width: 5vw;
    margin: auto;
    display: block;
    position: relative;
    top: 1vh;
}

p.map_area_name {
    font-size: 1vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(24, 90, 172);
    line-height: 2;
    text-align: center;
}

span.point_exp {
    /*float: right;*/
    display: block;
    width: 90vw;
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 2;
}

.attention .btn_area div {
/*     width: 63vw; */
    margin: auto;
    text-align: center;
}

.price_list button {
    width: 70vw;
    margin: 3vh auto;
    display: block;
}

div#shop_detail_top {
/*     height: 26vh; */
    clear: both;
    padding-top: 20px;
}

.discliption_img {
    display: none;
}

p.shop_name {
    font-size: 6vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(24, 90, 172);
    font-weight: 700;
    line-height: 0.696;
    text-align: center;
}

.img_shop_detail {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.img_shop_detail img {
    width: 200px;
    height: auto;
}

.navi {
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(42,78,186) 0%, rgb(50,94,223) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(42,78,186) 0%, rgb(50,94,223) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(42,78,186) 0%, rgb(50,94,223) 100%);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    /*position: absolute;*/
    width: 98vw;
    height: 50px;
    z-index: 32;
    margin-left: 1vw;
    margin-top: 3vh;
}

.navi ul {
    list-style: none;
    display: table;
    padding-left: 3vw;
    padding-top: 10px;
}

.navi li {
    display: table-cell;
    padding: 0px 10vw;
}

.navi p {
    font-size: 13px;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    text-align: center;
    margin: -8px -38px;
}

.navi a {
    text-decoration: none;
}

.contact_block {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    margin-top: 5vh;
}

p.msg1 {
    font-size: 5vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.917;
    text-align: center;
}

p.tel {
    font-size: 8vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(22, 42, 101);
    font-weight: 700;
    line-height: 0.938;
    width: 100%;
    text-align: center;
    -moz-transform: matrix( 1.32549652643831,0,0,1.33417436173183,0,0);
    -webkit-transform: matrix( 1.32549652643831,0,0,1.33417436173183,0,0);
    -ms-transform: matrix( 1.32549652643831,0,0,1.33417436173183,0,0);
    margin-top: -5px;
    word-break: break-all;
}

p.tel:before {
    position: relative;
    content: '';
    display: inline-block;
    top: 10px;
    width: 6vw;
    height: 6vw;
    margin-right: 5px;
    background-image: url(../img/ic_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/*
p.msg1 {
    font-size: 24px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.917;
    text-align: center;
}
*/

/*
p.msg2 {
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 2.286;
    text-align: center;
    margin-top: -12px;
}
*/

.tel rt {
    font-size: 6px;
    font-family: "Noto Sans CJK JP";
    color: rgb(22, 42, 101);
    font-weight: 700;
    line-height: 2.5;
/*
    -moz-transform: matrix( 1.32549652643831,0,0,1.33417436173183,0,0);
    -webkit-transform: matrix( 1.32549652643831,0,0,1.33417436173183,0,0);
    -ms-transform: matrix( 1.32549652643831,0,0,1.33417436173183,0,0);
*/
}

.contact_block span {
    position: relative;
    bottom: 6vw;
    display: block;
    font-size: 5vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(22, 42, 101);
    line-height: 2;
    text-align: center;
}

.contact_block a {
  text-decoration: none;
}

p.msg2 {
    font-size: 2.8vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: -3vh;
}

a.equipment_list {
    width: 80vw;
    margin: 3vh auto;
    display: block;
}

.equipment_list img {
    width: 80vw;
}

.floor_detail ul {
    list-style: none;
    font-size: 4vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
    margin-top: -1vw;
    margin-left: 1vw;
}

.shop_detail_inner th {
    width: 18vw;
}

a.btn_download_pdf {
    width: 50vw;
    margin: 3vh auto;
    display: block;
}

.floor_map_inner {
    width: 94vw;
    margin: auto;
}

.floor_map_inner::after {
  content: "";
  display: block;
  clear: both;
}

.shop_detail_overview {
    width: 94vw;
    height: auto;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(231, 231, 231);
    margin-top: 3vh;
}

div#shop_point {
    margin-top: 10vh;
}

span.room_name {
    font-size: 5vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(22, 42, 101);
    font-weight: 700;
    line-height: 1.75;
    text-align: left;
    margin-left: 5vw;
}

span.room_name:before {
    content: url(../img/ic_re_square.png);
    margin-right: 2vw;
}

.points ul {
    list-style-image: url(../img/ic_li_circle.png);
}

.points li {
    font-size: 4vw;
    font-family: "Kozuka Gothic Pr6N";
    color: rgb(0, 0, 0);
    line-height: 1.6;
    text-align: left;
    margin-bottom: 2vw;
}

.floor_num {
    width: 100vw;
/*     height: 3vh; */
    margin: auto;
    background-color: rgb(22, 42, 101);
    padding: 1vh;
    margin-bottom: 3vh;
    font-size: 4vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
    clear: both;
}

.floor_detail {
    float: left;
    width: 50%;
    margin: auto;
    margin-bottom: 3vh;
}

.floor_map_inner a {
    float: right;
    width: 40%;
    margin-top: 20%;
}

.floor_map_inner a img{
    width: 100%;
    height: auto;
}

span.shop_pr {
    font-size: 4vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.333;
    margin: 3vh 10vw;
    display: block;
}

.remarks {
    margin: 2vh auto;
    width: 90vw;
    font-size: 4vw;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.6;
    text-align: left;
}

.remarks ul {
    list-style-type: none;
    margin: 0 5vw 0 -5vw;
}

.remarks li {
    margin-bottom: 1vh;
}

.remarks ul li::before {
    content: "※";
}

img.floor_map {
    width: 95vw;
}

.price_list table {
    border-spacing: 0;
    margin: auto;
    border-left: rgb(216, 216, 216) solid 1px;
    border-bottom: rgb(216, 216, 216) solid 1px;
    /* width: 98vw; */
}

.price_list th {
    background-color: rgb(22, 38, 90);
    color: rgb(251, 251, 251);
    border-top: rgb(58, 83, 160) solid 1px;
    border-right: rgb(58, 83, 160) solid 1px;
    font-size: 2.5vw;
    font-family: "Noto Sans CJK JP";
    text-align: center;
    font-weight: 500;
    padding: 5px;
}

.price_list td:nth-child(1) {
    text-align: left;
}

#price_list a {
    text-decoration: underline;
    color: rgb(17, 51, 96);
}

.price_list td {
    color: rgb(0, 0, 0);
    border-top: rgb(216, 216, 216) solid 1px;
    border-right: rgb(216, 216, 216) solid 1px;
    font-size: 3.2vw;
    font-family: "Noto Sans CJK JP";
    text-align: center;
    font-weight: 500;
    padding: 5px;
}

.gm-err-content {
  padding: 0;
}

.gm-err-icon img {
    width: 10vw;
    margin-top: -3vh;
}

.shop_detail_overview a {
/*     width: 50vw; */
    margin: 2vh auto;
    display: block;
    text-align: center;
}

.img_shop_carousel .next.slick-arrow {
    position: absolute;
    top: calc(50% - 49px);
    left: inherit;
    right: 0;
    transform: scale(0.8);
}

.img_shop_carousel .prev.slick-arrow {
    position: absolute;
    top: calc(50% - 49px);
    left: 0;
    transform: scale(0.8);
}

.flow {
    padding: 5vw;
}

img.arrow_flow {
    margin: auto;
    width: 21vw;
    display: block;
}

.flow h2 {
    text-align: center;
}

.abount_cancel {
    padding: 5vw;
}

.flow a img {
    width: 90vw;
    display: block;
}

#apply form {
    margin: auto;
    padding: 1vw;
}

#apply dd {
    margin-inline-start: 0;
}

.bentoPictureWrapper {
    max-width: 500px;
    width: 90%;
    text-align: center;
    margin: auto;
/*
    width: 90vw !important;
    height: 140vh !important;
*/
}

.bentoPictureFrame {
/*
    height: 30vh !important;
    width: 70vw !important;
*/
    float: unset !important;
    border: 2px solid rgb(0, 191, 255);
/*     margin: 5vh auto !important; */
}

.inputform, #fixtures_apply, #bento, #submit {
    width: 98vw !important;
    margin: 0 auto !important;
    font-size: 2.6vw !important;
    padding: 1vh 0 !important;
}

.inputaddress input {
    width: 27vw;
    margin-right: 2vw;
    margin: 0.5vw;
    height: 3vh;
}

.inputaddress input#company_name_input{
  
}

input#email_input {
    width: 65vw !important;
}

.inputaddress input {
    width: 27vw;
    margin-right: 2vw;
    margin: 0.5vw;
}

.bentoInfo {
    text-align: left !important;
    clear: both !important;
}

#apply .inputform.selectroom, #eatAndDrinkTable, #fixtures_apply, #reservationTable, .inputaddress {
    min-width: 98vw;
}

input[type=radio] + label, input[type=checkbox] + label {
    display: block;
    padding: 0 0 0 5vw !important;
    vertical-align: middle;
    white-space: nowrap;
}

.inputform, #fixtures_apply, #bento, #submit {
    width: 60vw;
    margin: 0 auto;
    font-size: 2.6vw !important;
    padding: 16px 0;
}

#company_name_kana_input, #addr_input {
    width: 36vw !important;
}

#apply .table .tr {
    display: table-row;
    line-height: 3.2vh;
}

@media screen and (orientation: landscape) {
    #apply .table .tr {
        line-height: 5.2vh;
    }
}

#apply .table .tr .td {
    display: table-cell;
    border: 1px solid rgb(17, 51, 96);
    padding: 8px;
    vertical-align: middle;
}

#apply dd {
    margin-inline-start: 0;
    vertical-align: middle;
}

#eatAndDrinkTable .eatAndDrinkAmount {
/*
    width: 20vw;
    height: 3vh;
*/
}

.cateringPersonCount {
    margin-right: 5px;
    width: 20vw;
    height: 3vh;
}

#max_useguests_input {
/*
    width: 20vw;
    height: 3vh;
*/
}

.help_text {
    color: rgb(128, 128, 128);
/*     margin-left: 20px; */
    font-size: 3.2vw;
}

.inputform .Date:not(:first-child){
  padding-top: 10px;
  margin-top: 10px;
  border-top: solid 1px gray;
}

.inputform .Date select {
    float: left;
/*     width: 12vw; */
}

.inputform .Date p {
    float: left;
    line-height: 40px;
    margin: 0;
}

#addButton,
#removeButton,
#addFixtureButton,
#removeFixtureButton {
    display: block;
    clear: both;
}

#fixtures_apply dl dd table tr th:nth-child(1), #fixtures_apply dl dd table tr td:nth-child(1){
  width: auto !important;
}

.fixtureSelectBox{
  width: 100%;
}

.inputaddress input.input_mini {
/*     width: 19vw !important; */
}

#confirmButton {
    width: 50vw !important;
    height: 7vh !important;
    margin: auto !important;
    display: block !important;
}

.price > dl > label > dt, 
.fixtures > dl > label > dt, 
.lunchbox > dl > label > dt, 
.etcservice > dl > label > dt, 
.cancel > dl > label > dt, 
.outside > dl > label > dt,
.drink > dl > label > dt,
.carry > dl > label > dt {
    width: 100%;
    background: rgb(212, 214, 216);
    padding: 16px;
    transition: all 0.25s;
    padding-top: 0;
    padding-bottom: 0;
}

.price > dl, .fixtures > dl, .lunchbox > dl, .etcservice > dl, .cancel > dl, .outside > dl, .cancel > dl, .drink > dl, .carry > dl {
    margin-bottom: 12px;
    overflow: hidden;
    margin-top: 0;
}

.price > dl > label > dt > p, 
.fixtures > dl > label > dt > p, 
.lunchbox > dl > label > dt > p, 
.etcservice > dl > label > dt > p, 
.cancel > dl > label > dt > p, 
.outside > dl > label > dt > p,
.drink > dl > label > dt > p,
.carry > dl > label > dt > p {
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    background-image: url(/images/shop/toggle_btn.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right -24px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    color: rgb(22, 42, 101);
}

#price .price dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#price .price dl dd table {
    display: none;
}

.price > dl > dd > table > thead {
    background: rgb(17, 51, 96);
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 2.8vw;
    display: table-header-group;
}

.price > dl > dd > table > thead > tr {
    height: 6vh;
    line-height: 2.5vh;
}

.price > dl > dd > table > tbody > tr:nth-child(even) {
    background: rgb(231, 242, 255);
}

.price > dl > dd > table > thead > tr > th {
    width: 14%;
}

.price > dl > dd > table > tbody > tr > td {
    font-size: 2.4vw;
    text-align: center;
    line-height: 2.5;
}

.price a {
    color: rgb(17, 51, 96);
    text-decoration: none;
}

.price_caution > dl > dt {
    font-size: 18px;
    line-height: 24px;
}

#price .price dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.price_caution dd p:before {
    content: "※";
}

.price_caution {
    margin: 3vw;
}

.fixtures p {
    margin: 3vw;
}

.lunchbox p {
    margin: 3vw;
}

.etcservice p {
    margin: 3vw;
}

.cancel p {
    margin: 3vw;
}

.outside p {
    margin: 3vw;
}

.drink p {
    margin: 3vw;
}

.carry p {
    margin: 3vw;
}



.price > dl, .fixtures > dl, .lunchbox > dl, .etcservice > dl, .cancel > dl, .outside > dl, .drink > dl, .carry > dl {
    margin-bottom: 12px;
    overflow: hidden;
    margin-top: 0;
}

.price .carousel, .fixtures .carousel, .lunchbox .carousel, .etcservice .carousel, .cancel .carousel, .outside .carousel, .drink .carousel,　.carry .carousel {
    display: none;
}

.price .carousel:checked + dd, 
.fixtures .carousel:checked + dd, 
.lunchbox .carousel:checked + dd, 
.etcservice .carousel:checked + dd, 
.cancel .carousel:checked + dd,
.outside .carousel:checked + dd,
.drink .carousel:checked + dd,
.carry .carousel:checked + dd {
    height: auto;
}

.fixtures > dl > dd > dl, .etcservice > dl > dd > dl, .outside > dl > dd > dl, .drink > dl > dd > dl, .carry > dl > dd > dl {
    clear: both;
    float: left;
    width: 100%;
    line-height: 6vw;
    padding-bottom: 1vh;
    border-bottom: 1px solid rgb(17, 51, 96);
    margin-bottom: 0;
}

.fixtures > dl > dd > dl > dt, .etcservice > dl > dd > dl > dt, .outside > dl > dd > dl > dt, .drink > dl > dd > dl > dt, .carry > dl > dd > dl > dt {
    float: left;
    width: 98vw;
    font-size: 4.5vw;
    font-weight: bold;
    margin-left: 3vw;
}

.fixtures > dl > dd > dl > dd:nth-child(2), 
.etcservice > dl > dd > dl > dd:nth-child(2), 
.outside > dl > dd > dl > dd:nth-child(2),
.drink > dl > dd > dl > dd:nth-child(2),
.carry > dl > dd > dl > dd:nth-child(2) {
    float: left;
    width: 98vw;
    font-size: 3.5vw;
}

.fixtures > dl > dd, .etcservice > dl > dd, .outside > dl > dd, .drink > dl > dd, .carry > dl > dd {
    transition: all 0.5s;
    padding: 0;
    margin: 1vh auto 1vh;
    clear: both;
    float: left;
    width: 100%;
}

.fixtures > dl > dd, .lunchbox > dl > dd, .etcservice > dl > dd, .cancel > dl > dd, .outside > dl > dd, .drink > dl > dd, .carry > dl > dd {
    height: 0;
    overflow: hidden;
}

.fixtures_rental-price.fixtures-box dl dt, .drink-price.fixtures-box dl dt, .other-service.fixtures-box dl dt {
    float: left;
    width: 98vw;
    font-size: 4.5vw;
    font-weight: bold;
    margin-left: 3vw;
}

.service .inner {
    padding: 30px 8px 20px;
}

.service .inner p {
    display: block;
    font-size: 3.6vw;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.service .inner .service_cont li a{
    text-decoration: none;
}
.service .inner .service_cont li a h3, .service .inner .service_cont li h3 {
    padding: 0;
    color: rgb(93, 104, 128);
    font-size: 18px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
.service .inner .service_cont li a p, .service .inner .service_cont li p {
    font-size: 13.4px;
    line-height: 1.5em;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    padding-bottom: 0 !important;

}
.service .inner .service_cont li a .more {
    display: block;
    line-height: 1em;
    font-weight: bolder;
    float: right;
    margin-top: 0;
}

.service .inner .concierge_about h3, .service .inner .service-lunch h3, .service .inner .service-catering h3 {
    line-height: 24px;
    padding: 8px 15px;
    margin-bottom: 10px;
    background-color: rgb(17, 51, 96);
    color: rgb(255, 255, 255);
    font-size: 1.3em;
    font-weight: bolder;
    text-align: left;
}

.service .inner .service-catering section h4 {
    width: 100%;
    margin-bottom: 30px;
    line-height: 1.5em;
    color: rgb(93, 104, 128);
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
}

.service .inner .service-catering .catering_merit ul {
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    list-style: none;
    padding-inline-start: 0;
}

.service .inner .service-catering .catering_merit ul li dl dt {
    font-size: 18px;
    line-height: 1.7em;
    font-weight: bold;
}

.service .inner .service-catering .catering_merit ul li dl dd {
    font-size: 14px;
    line-height: 1.7em;
    text-align: left;
}

.service .inner .service-catering .catering_merit ul li {
    width: 80vw;
    text-align: center;
}

.service .inner .service-catering .catering_plan section {
    width: calc(98% - 2vw);
    padding: 3vw;
    margin-bottom: 30px;
    background-color: rgb(227, 231, 239);
    display: block;
}

.service .inner .service-catering .catering_plan section h5 {
    font-size: 1.4em;
    text-align: center;
    display: block;
    line-height: 25px;
    margin: 10px 0 5px;
    font-size: 1.1em;
    font-weight: bold;
}

.service .inner .service-catering .catering_plan section p {
    padding: 0;
    text-align: left;
}

.service .inner .service-catering .catering_plan section ul {
    width: 100%;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.service .inner .service-catering .catering_plan section ul li {
    width: 100%;
    margin-bottom: 1.5vh;
    background-color: rgb(255, 255, 255);
    padding: 0;
}

.service .inner .service-catering .catering_plan section ul li dl dt {
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
    margin-top: -1vh;
}

.plan_about dd {
    margin: 2vw;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.service .inner .service-catering .catering_plan section ul li dl dd .course {
    width: 100%;
    margin-bottom: 1vh;
    border-radius: 4px;
    background-color: rgb(93, 104, 128);
    color: rgb(255, 255, 255);
    font-size: 4.2vw;
    line-height: 8vw;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

.service .inner .service-catering .catering_plan section img {
    width: 100%;
    height: auto;
}

.service .inner .service-catering .catering_plan section a {
    display: block;
    width: 76%;
    height: 42px;
    border: 2px solid rgb(17, 51, 96);
    margin: 30px auto;
    background-color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    color: rgb(17, 51, 96);
    text-decoration: none;
    cursor: pointer;
    padding: 10px 10px 0px 10px;
    vertical-align: baseline;
    outline: none;
}

section.catering_plan {
    width: 92vw;
    margin-left: -4vw;
}

.service .inner .service-catering .catering_plan section ul li dl dd p {
    margin-bottom: 0;
    font-size: 3.2vw;
    text-align: left;
    margin-top: 0;
}

.service .inner .service-catering .catering_plan .catering_caution span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

.faq .inner dl dd {
    margin-inline-start: 0;
}

.content.terms {
    width: 94vw;
    margin: auto;
}

.content.policy p {
    font-size: 3.7vw;
}

.content.policy {
    width: 97vw;
    margin: auto;
}

.content.company {
    width: 94vw;
    margin: auto;
}

ul.owner_main_points {
    width: 60vw;
    margin: auto;
}

.owner_main_points li {
    width: 200px;
    color: rgb(255, 255, 255);
    opacity: 0.8;
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    padding: 20px 0;
}

.owner_main_points li:nth-child(1) {
    background: rgb(36, 95, 130);
    margin-bottom: 2vh;
}

.owner_main_points li:nth-child(2) {
    background: rgb(77, 71, 140);
    margin-bottom: 2vh;
}

.owner_main_points li:nth-child(3) {
    background: rgb(248, 210, 18);
}

.owner_main_points li:nth-child(1):before {
    background: url(/img/owner/mainbox_1.png);
}

.owner_catchprase dl dt {
    font-size: 5vw;
    font-weight: bold;
    margin: 10vw;
    margin-bottom: 2vw;
    padding: 5vw;
}

.owner_catchprase dl dd {
    border-top: 1px dashed rgb(27, 59, 120);
    padding: 5vw;
    font-size: 4.5vw;
    line-height: 1.8;
    margin-right: 5vw;
}

.owner_box {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 50px;
    background: rgb(246, 246, 246);
    box-sizing: border-box;
}

.onwer_model {
    width: 90vw;
    margin: 5vh auto;
    border: 1px solid rgb(27, 59, 120);
    box-sizing: border-box;
    text-align: center;
}

.onwer_model h3 {
    background: rgb(27, 59, 120);
    color: rgb(255, 255, 255);
    line-height: 1;
    margin: 0;
    padding: 10px 0 5px;
    font-size: 22px;
}

.onwer_model img {
    max-width: 333px
}

.owner_point {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    margin-bottom: -15px;
    color: #3d3939;
}

.owner_example h3 {
    border: 2px dashed rgb(204, 204, 204);
    font-size: 5vw;
    width: 65vw;
    margin: 0 auto 10px;
    padding: 5vw;
    color: rgb(27, 59, 120);
    text-decoration: underline;
    -webkit-text-decoration-color: #ff0;
    text-decoration-color: rgb(255, 255, 0);
}

.owner_example li .owner_example_right dt {
    padding: 3vw;
    font-size: 5vw;
    color: rgb(27, 59, 120);
    font-weight: bold;
}

.owner_example li .owner_example_right dd {
    color: rgb(27, 31, 34);
    margin: 2vh;
    line-height: 1.8;
    font-size: 15px;
    padding-bottom: 3vh;
}

.owner_flow {
    width: 85%;
    max-width: 1200px;
    margin: 75px auto 40px;
}

.owner_flow h3 {
    background: rgb(27, 59, 120);
    color: rgb(255, 255, 255);
    line-height: 1;
    margin: 0;
    padding: 3vw;
    font-size: 5vw;
    text-align: center;
}

.owner_flow ul {
    border: 1px solid rgb(215, 215, 215);
    border-top: none;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    z-index: 0;
    list-style: none;
    padding-inline-start: 0;
}

.owner_flow ul li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 33%;
    position: relative;
    z-index: 1;
    text-align: center;
    border: 1px solid rgb(215, 215, 215);
}

.owner_flow ul li dt {
    font-size: 16px;
    color: rgb(27, 59, 120);
    font-weight: bold;
}

.owner_flow ul li dd {
    color: rgb(16, 16, 16);
    text-align: left;
    margin: 2vw;
    font-size: 4vw;
    line-height: 1.7;
}

.owner_box_left dt {
    font-size: 6.2vw;
    font-weight: bold;
    margin-top: -4vh;
}

.owner_box_left dd {
    font-size: 4.5vw;
    line-height: 1.8;
    margin-inline-start: 0;
}

.owner_box_right li p {
    font-size: 6vw;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    text-align: center;
    margin-bottom: -2vh;
}

.owner_example li {
    background: rgb(243, 247, 250);
    margin-top: 40px;
}

ul.owner_box_right {
    list-style: none;
    padding-inline-start: 0;
}

.owner_example ul {
    list-style: none;
    width: 84vw;
}

.company > .inner > .about {
    margin: 10vw auto;
    font-size: 3.8vw;
    width: 92vw;
}

.company > .inner > .about > dl:nth-child(odd) {
    background-color: rgb(231, 242, 255);
}

.company > .inner > .about > dl > dt, .company > .inner > .about > dl > dd {
    height: 4vh;
    margin-left: 1.5vw;
}

.about p, .about dl, .about dt, .about dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.company > .inner > .about > dl > dt, .company > .inner > .about > dl > dd {
    height: 30px;
    padding: 5px 0 0 0;
}

h5:before {
    content: "▼";
}

.company > .inner > .text-box > h5:before {
    content: "" !important;
}

#company h5 {
    font-size: 4.5vw;
}

.company > .inner > .text-area span {
    display: block;
    line-height: 2;
    color: rgb(255, 0, 0);
    font-size: 5vw;
}

.company > .inner > .text-box {
    padding: 10px 0;
    background-color: rgb(231, 242, 255);
    text-align: center;
}

.terms .inner h5 {
    padding-left: calc(8px + 1em);
    text-indent: -1em;
    font-size: 1.2em;
}

.terms .inner p span, .terms .inner ol li span {
    display: inline-block;
    color: rgb(255, 0, 0);
    font-size: 0.9em;
    padding-left: 1em;
    text-indent: -1em;
}

#price_list #fixtures_rental-price-box > dl > label > dt {
    width: 80vw;
    margin: auto;
    background: rgba(0, 0, 0, 0);
}

#price_list #fixtures_rental-price-box > dl > label > dt > h3 {
    width: 80vw;
}

#fixtures_rental-price-box h3 img {
    width: 80vw;
}

#fixtures_rental-price-box #clickable {
    display: none;
}

#fixtures_rental-price-box > dl > dd {
    display: none;
    background: rgb(236, 238, 240);
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
}

.rental-leftbox h6 {
    color: rgb(93, 104, 128);
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
    margin-block-end: 0;
    margin-inline-start: 8vw;
    margin-block-start: 1.5em !important;
    line-height: 5vh;
}

#fixtures_rental-price-box > dl > dd > .fixtures-box > .rental-rightbox > dl {
    clear: both;
    float: left;
    width: 780px;
    line-height: 24px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgb(17, 51, 96);
}

#contact + .btn_area {
    margin-top: 4vh;
}

.room-detail_chara h3 {
    width: 96vw;
    line-height: 2vw;
    color: rgb(93, 104, 128);
    font-size: 5vw;
    font-weight: 900;
    text-align: center;
}

.room-detail_chara .chara_text {
    width: 88vw;
    padding: 0vw;
    margin-left: 5vw;
}

.room-detail_chara .chara_text p {
    font-size: 3.5vw;
    line-height: 1.7;
}

.room-detail_chara .chara_carousel {
    width: 960px;
    margin: 0 auto 40px;
}

.pagetitle h1 {
    font-size: 5vw;
    clear: both;
    text-align: center;
/*     width: 57vw; */
    margin: auto;
    padding-top: 3vh !important;
    margin-bottom: 2vh;
}

.room-detail_floormap {
    width: 97vw;
    margin: 0 auto;
    clear: both;
}

.room-detail_floormap .room-detail_layout {
    width: 96vw;
    clear: both;
}

.room-detail_floormap .room-detail_layout .leftbox {
    float: left;
}

.room-detail_floormap .room-detail_layout .leftbox ul {
    width: 23vw;
    border: 1px solid rgb(17, 51, 96);
    border-right: none;
    border-bottom: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.room-detail_floormap .room-detail_layout .leftbox ul li {
    width: 100%;
    border-bottom: 1px solid rgb(17, 51, 96);
    margin: 0;
    padding: 0;
}

.room-detail_floormap .room-detail_layout .leftbox ul li a p {
    font-size: 3vw;
    line-height: 1.2em;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 1.2vw;
    border: 0;
    vertical-align: baseline;
}

.room-detail_floormap .room-detail_layout .leftbox ul li a:hover, .room-detail_floormap .room-detail_layout .leftbox ul li .over {
    background-color: rgb(231, 242, 255);
}

.room-detail_floormap .room-detail_layout .rightbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100vw - 4vw - 23vw - 4px);
    height: 50vw;
/*     padding: 18px; */
    border: 1px solid rgb(17, 51, 96);
    float: left;
}

.room-detail_floormap .room-detail_layout .rightbox div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.room-detail_floormap .roomtable {
    width: 99vw;
    margin: 0 auto;
    padding-top: 2vh;
}

.room-detail_floormap h6 {
    clear: both;
    font-size: 5vw;
    margin: auto;
    padding-top: 5vh !important;
    width: 46vw;
    color: rgb(93, 104, 128);
}

label[for="clickable"] {
    cursor: pointer;
}

.room-detail_floormap .roomtable thead {
    background: rgb(17, 51, 96);
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 2vw;
    height: 10px;
    display: table-header-group;
}

.room-detail_floormap .roomtable thead tr:first-child {
    height: 3vh;
}

.room-detail_floormap .roomtable thead tr:first-child th:nth-child(1), .room-detail_floormap .roomtable thead tr:first-child th:nth-child(2) {
    line-height: 2vh;
    vertical-align: middle;
}

.room-detail_floormap .roomtable tbody {
    position: relative;
    text-align: center;
    font-size: 13px;
}

.room-detail_floormap .roomtable tbody tr {
    height: 50px;
    background: rgb(231, 242, 255);
}

.room-detail_floormap .roomtable tbody tr td:nth-child(1) {
    width: 148px;
    padding: 0 15px;
}

.room-detail_floormap .roomtable tbody tr td {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2em;
    color: rgb(0, 0, 0);
    border-top: rgb(216, 216, 216) solid 1px;
    border-right: rgb(216, 216, 216) solid 1px;
    font-size: 3.2vw;
    font-family: "Noto Sans CJK JP";
    text-align: center;
    font-weight: 500;
    padding: 2px;
    height: 50px;
}

.room-detail_floormap .roomtable tbody tr td a {
    color: rgb(17, 51, 96);
}

.room-detail_floormap .roomtable tbody tr td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1.2em;
}

#fixtures_rental-price-box > dl > label > dt {
    width: 100%;
    background: rgb(212, 214, 216);
    padding: 12px 0;
    transition: all 0.3s;
}

#fixtures_rental-price-box > dl > label > dt > h3 {
    width: 58vw;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 5vw;
    line-height: 3vh;
    text-align: center;
    color: rgb(93, 104, 128);
    font-weight: bold;
    position: relative;
    background-image: url(../img/shop/toggle_btn.png);
    background-repeat: no-repeat;
    background-position: right -47px;
}
.room-detail_floormap .roomtable tbody tr td:nth-child(1) {
    width: 5vw;
    padding: 0 1vw;
}

.foot_line01 {
    height: auto;
    color: rgb(255, 255, 255);
    background-color: rgb(17, 51, 96);
    margin-top: 0px;
}

.foot_line01::after {
  content: "";
  display: block;
  clear: both;
}

.support_btn {
    position: relative;
    width: 35vw;
    padding: 4vw 0;
    border: 2px solid rgb(61, 128, 255);
    line-height: 2vh;
    background-color: rgb(61, 128, 255);
    color: rgb(255, 255, 255) !important;
    float: left;
    margin: 6vw 5vw;
    font-size: 1vw;
}

.foot_line01 .inner ul li {
    height: 1vh;
    margin-left: 26vw;
}

.foot_line01 .inner ul li > p {
    font-size: 2vw;
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 1vw;
    padding-top: 20px !important;
}

.phone {
    width: 64vw;
    height: 80px;
}

.phone > p {
    display: block;
    line-height: 12px;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 6px;
    text-align: right;
    margin-bottom: 0;
    margin-right: 1vw;
}

.foot_line01 .inner ul li .phone .number a{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 5vw;
    font: inherit;
    vertical-align: baseline;
    white-space: nowrap;
    color: white;
    text-decoration: none;
}

.number p {
    font-size: 6vw;
    margin: 6vw 0 0 auto;
    border: 0;
    vertical-align: baseline;
    width: 50vw;
}

.number p rt{
  font-size: 1vw;
}

.foot_line01 .inner ul li .phone .applytime {
    padding-top: 0px;
    font-size: 2vw;
    letter-spacing: 0;
    margin-top: 0px;
    text-align: center;
}

ul.clearfix {
    list-style: none;
}

.support_btn span {
    font-size: 2.8vw;
    letter-spacing: 0.5vw;
    font-weight: bold;
    display: block;
    width: 28vw !important;
    float: inherit;
    margin-top: 0vh;
    margin-left: 2vh;
}

.support_btn:hover {
    color: rgb(61, 128, 255) !important;
    border: 2px solid rgb(61, 128, 255);
    background-color: rgb(255, 255, 255);
}

.room-detail_chara .chara_carousel {
    width: 98vw;
    margin: auto;
}

.room-detail_chara .chara_carousel .slider_nav {
    width: 100%;
    background-color: rgb(81, 88, 102);
    list-style-type: none;
    border: 0;
    vertical-align: baseline;
    padding: 20px;
/*     margin-bottom: -320px; */
}

.room-detail_chara .chara_carousel .slider {
    width: 100%;
    background-color: rgb(32, 32, 32);
    padding: 50px 80px;
    margin-top: -16px;
}

.room-detail_chara .slick-slide {
    margin-top: 10px;
}

.room-detail_floormap .room-detail_layout .leftbox ul li a:hover, .room-detail_floormap .room-detail_layout .leftbox ul li .over {
    background-color: rgb(231, 242, 255);
}

.room-detail_floormap .room-detail_layout .leftbox ul li a {
    -moz-transition: all .25s;
    color: rgb(17, 51, 96);
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
    outline: none;
    width: 92%;
    padding: 1vw;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

.tbl_wrapper {
    max-width: 100vw;
    margin-left: 5px;
    overflow-x: scroll;
}

.tbl_wrapper::-webkit-scrollbar {
    height: 10px;/*バーの太さ*/
}

.tbl_wrapper::-webkit-scrollbar-track {
    background: rgb(200, 200, 200);/*バーの背景色*/
}

.tbl_wrapper::-webkit-scrollbar-thumb {
    background: rgb(221, 221, 221);/*バーの色*/
}

tbody tr td:first-of-type {/*最初の要素を固定する*/
  background-color: #eee;
  position: sticky;
  left: -1px;
  text-align: left;
}

tbody tr:first-of-type th:first-of-type {
    position: sticky;
    left: -1px;
}

tbody tr td:first-of-type {
    background-color: rgb(238, 238, 238);
    position: sticky;
    left: -1px;
    text-align: left;
}

.tbl_wrapper table {
    white-space: nowrap;
    table-layout: fixed;
    min-width: 100%;
}

div#price_list {
    clear: both;
}

.roomtable table {
    border-spacing: 0;
    margin: auto;
    border-left: rgb(216, 216, 216) solid 1px;
    border-bottom: rgb(216, 216, 216) solid 1px;
    /* width: 98vw; */
}

.roomtable th {
    background-color: rgb(22, 38, 90);
    color: rgb(251, 251, 251);
    border-top: rgb(58, 83, 160) solid 1px;
    border-right: rgb(58, 83, 160) solid 1px;
    font-size: 2.5vw;
    font-family: "Noto Sans CJK JP";
    text-align: center;
    font-weight: 500;
    padding: 5px;
}

.floor_map
{
    width: 381px;
}


.reservationTable_wrap{
  overflow-x: scroll;
}

.reservationTable_wrap::-webkit-scrollbar {
    height: 10px;
  }
.reservationTable_wrap::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
 .reservationTable_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }

#reservationTable tr th{
  min-width: 150px;
}

#reservationTable thead tr th:nth-child(2){
  min-width: 100px;
}

#reservationTable tbody tr td:nth-child(1){
  position: inherit;
}


.eatAndDrinkTable_wrap{
  overflow-x: scroll;
}

#eatAndDrinkTable tr th{
  min-width: 150px;
}

#eatAndDrinkTable tbody tr td:nth-child(1){
  position: inherit;
}

.news{
  width: 90vw;
  margin: auto;
  list-style: none;
  padding-left: 0;
}

.news li{
  border-bottom: 1px rgb(226, 229, 233) solid;
}

.news li:first-child{
  border-top: 1px rgb(226, 229, 233) solid;
}

.news .news_date{
  display: inline-block;
  width: 150px;
  color: rgb(102, 102, 102);
  font-size: 12px;
}

.news .news_txt{
  display: inline-block;
  width: 100%;
  margin-left: 0;
  margin-top: 10px;
  color: #162a65;
  vertical-align: top;
  font-size: 14px;
}

.news_more_btn_wrap{
  width: 90vw;
  margin: auto;
  margin-top: 20px;
  text-align: right;
}

.news_more_btn{
  display: inline-block;
  background: #113360;
  color: #ffffff;
  border-style: none;
  font-size: 14px;
  padding: 4px 20px;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  outline: none;
  line-height: 1.8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  margin: 5px;
  text-decoration: none;
}

.page_title{
  display: inline-block;
  min-width: 7em;
  padding: 0.1em 0;
  margin: 0 0 1em  0;
  border-top: solid 0.1em rgb(47, 70, 138);
  border-bottom: solid 0.1em rgb(47, 70, 138);
}

.catering_menu_dl {
    text-align: center;
    width: 100%;
}

.catering_ul {
    padding: 0;
}

.overview_block{
  margin: 50px 10px 20px;
  font-size: 4.5vw;
  line-height: 1.8;
}

.overview_block span.marker{
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgb(255, 203, 120) 71%);
}