/* 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; }
}

/* Noto Sans CJK 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: 1366px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
}

div.wrapper {
    width: 100%;
}

header {
    margin: 17px;
}

header::after{
    content: "";
    display: block;
    clear: both;
}

header.non_header_img {
    margin: 17px;
    height: 64px;
}

.info {
    color: rgb(102, 102, 102);
    font-size: 12px;
    margin-top: -5px;
    margin-left: -20px;
    font-family: Noto Sans CJK JP;
    font-weight: 400;
    width: 272px;
    display: inline-block;
}


div.logo {
    float: left;
}

.right {
    float: right;
}

div.tel {
    width: 260px;
    float: left;
    text-align: right;
}

div.online {
    width: 250px;
    float: right;
    text-align: right;
}

div.headr_img {
    display: block;
    margin-bottom: -7px;
    text-align: center;
}

nav {
    background-color: #162a65;
    width: 1367px;
    height: 68px;
}

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: 16px;
    padding: 0 10px;
}

nav a{
    text-decoration: none;
    color: #ffffff;
}

.banner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: -156px;
}

.banner div {
    padding-top: 0px;
    margin: auto;
}

.banner img {
    margin: 0 11px;
}

article.banner.bn01 {
    background-image: url(../img/bg01.png);
}

div#search_area {
    width: 980px;
    margin: auto;
}

div#search_cond {
    width: 980px;
    height: 192px;
    margin: auto;
    background-color: rgb(215, 215, 215);
    border-radius: 5px;
}

.input_area {
    width: 256px;
    float: left;
}

.input_layout {
    width: 286px;
    float: left;
}

.input_capacity_from {
    width: 222px;
    float: left;
}

.input_capacity_to {
    /* width: 56px; */
    /* float: left; */
}

div#contact {
    width: 980px;
    height: 243px;
    margin: 0 auto;
    margin-top: 85px;
}

p.title {
    text-align: center;
    font-size: 32px;
    margin: 40px auto;
    white-space: nowrap;
    width: 840px;
}

p img {
    padding-right: 15px;
    position: relative;
    top: 10px;
}

#availability p {
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 2;
    text-align: center;
    font-weight: 400;
}

#availability p.title {
    padding-top: 100px;
    font-size: 36px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.389;
    text-align: center;
    font-weight: 500;
}

.title span {
    text-align: center;
}

.shop_title {
    height: 70px;
    padding-top: 5px;
    position: relative;
}

form {
    margin: auto;
    padding: 40px;
}

#search_area form {
    width: 980px;
}

#area, #layout {
    width: 185px;
    height: 32px;
}

#min, #max {
    width: 125px;
    height: 32px;
}

#search_cond label {
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 2.857;
    text-align: left;
}

#search_cond select {
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 5px;
}

#search_cond button {
    margin: auto;
    display: block;
}

#search_cond form button {
    margin-top: 35px;
}

div#shop_list {
    width: 100%;
    background-image: url(../img/bg_shadow01.png);
    background-repeat: no-repeat;
    margin-top: -5px;
    padding-top: 65px;
}

.shop_content {
    width: 980px;
    margin: auto;
    margin-bottom: 47px;
}

.overview {
    width: 960px;
    height: 300px;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.area_title {
    position: relative;
    bottom: 25px;
}

#area01 hr {
    background-color: rgb(175, 208, 249);
    width: 980px;
    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: 980px;
    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: 980px;
    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: 980px;
    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: 980px;
    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: 980px;
    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: 980px;
    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: 980px;
    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: 980px;
    height: 3px;
    border: none;
}

#area09 span {
    color: rgb(134, 202, 46);
}

#area09 .overview {
    background-color: rgb(134, 202, 46);
}

.shadow {
    z-index: 1000;
    width: 980px;
    height: 54px;
    margin-top: -5px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,255,255) 77%, rgb(239,239,239) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,255,255) 77%, rgb(239,239,239) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,255,255) 77%, rgb(239,239,239) 100%);
}

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: 22px;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    line-height: 1.364;
    text-align: left;
}

span.str_area {
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    line-height: 1.364;
    text-align: left;
}

span.area_name_en {
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    line-height: 1.364;
    text-align: left;
}

.area_name img {
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.shop_content button {
    float: right;
}

span.shop_name {
    color: rgb(255, 255, 255) !important;
    font-size: 28px;
    font-family: "Noto Sans CJK JP";
    line-height: 1;
    text-align: left;
    margin: 19px 30px;
    display: block;
    float: left;
}

#search_block {
    background-image: url(../img/bg-1.png);
    background-position: center bottom;
    padding-bottom: 75px;
    background-repeat: no-repeat;
    padding-top: 18px;
}

img.no1 {
    position: relative;
    top: 5px;
    left: 15px;
    float: left;
}

.overview a img {
    position: absolute;
    top: 10px;
    right: -10px;
    display: block;
}

.contents {
    width: 912px;
    height: 200px;
    background-color: rgb(255, 255, 255);
    float: right;
    position: relative;
    bottom: 0px;
    right: 23px;
}

.shop_img {
    float: left;
    width: 200px;
    height: 200px;
}

.shop_img img {
    width: 200px;
    height: 200px;
}

.shop_detail_overview .shop_img {
    margin-top: 20px;
    margin-left: 20px;
}

.capacity {
    height: 30px;
    width: 740px;
}

.room {
    background-color: rgb(51, 51, 51);
    width: 200px;
    height: 30px;
    margin: 32px 0 25px 30px;
    color: rgb(255, 255, 255) !important;
    float: left;
    padding: 5px 0 5px 20px;
}

.room span, .max span {
    color: rgb(255, 255, 255) !important;
    font-size: 18px;
    font-family: "Noto Sans CJK JP";
    font-weight: 400;
    line-height: 1.556;
    text-align: left;
}

span.bold {
    font-weight: 700;
}

.max {
    background-color: rgb(102, 102, 102);
    width: 180px;
    float: right;
    position: relative;
    right: 88px;
    height: 30px;
    margin: 32px 0 25px 30px;
    color: rgb(255, 255, 255) !important;
    padding: 5px 0 5px 20px;
}

.room span {
    color: rgb(255, 255, 255) !important;
}

.max span {
    color: rgb(255, 255, 255) !important;
}

.floor {
    float: left;
    position: relative;
    right: 10px;
    top: 3px;
}

.floor ul {
    display: table;
    table-layout: fixed;
    margin-top: -15px;
}

.floor li {
    display: table-cell;
    background-color: rgb(153, 153, 153);
    width: 36px;
    height: 30px;
    list-style: none;
    border-left: 1px solid rgb(255, 255, 255);
    vertical-align: middle;
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    line-height: 2;
    text-align: center;
}

.characteristic {
    float: right;
    position: relative;
    right: 25px;
}

.characteristic ul {
    display: table;
    margin-top: -20px;
    margin-right: 85px;
}

.characteristic li {
    list-style: none;
    display: table-cell;
    font-size: 10px;
    font-family: "Noto Sans CJK JP";
    color: rgb(1, 1, 0);
    line-height: 2.4;
    text-align: left;
    padding-right: 20px;
    font-weight: 400;
}

.characteristic img {
    position: relative;
    top: 8px;
    margin-right: 5px;
}

.address {
    clear: both;
    float: none;
    width: 800px;
    margin: auto;
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    text-align: left;
    font-weight: 500;
}

.address span {
    font-size: 14pt;
    color: rgb(1, 1, 0) !important;
    font-family: "Noto Sans CJK JP";
    font-weight: 400;
    line-height: 1.429;
    text-align: left;
}

div#availability {
    width: 100%;
    margin: auto;
    background-image: url(../img/bg03.png);
    background-repeat: no-repeat;
    margin-bottom: 85px;
}

.img_available {
    width: 800px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}

.img_available_item{
    display: inline-block;
    margin: 0 20px 70px 0;
    text-align: center;
}

.img_available_item span{
    display: block;
    font-size: 18px;
  }

.img_available img {
    width: 210px;
    height: auto;
}

#availability button, #availability02 button {
    display: block;
    margin: auto;
    padding-top: 25px;
}

div#availability02 {
    width: 100%;
    margin: auto;
    background-image: url(../img/bg04.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 400px;
}

#availability02 p {
    text-align: center;
    font-size: 20px;
    color: rgb(1, 1, 1);
    font-family: Noto Sans CJK JP;
    font-weight: 700;
    line-height: 1.8;
}

div#availability02 p.headlilne {
    padding-top: 100px;
    font-size: 42px;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    line-height: 0.952;
    text-align: center;
}

table#reason {
    padding-left: 100px;
    margin: auto;
    margin-bottom: 50px;
}

#reason p {
    font-size: 24px;
    color: rgb(179, 153, 34);
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    line-height: 1.25;
    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 {
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    line-height: 2;
}

#reason td {
    padding: 28px 40px;
    border-bottom: 1px 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);
}

ul#option {
    width: 85%;
    list-style: none;
    display: flex;
    margin: auto;
}

ul#option li {
    width: 17vw;
    margin: auto;
}

.discription_op {
    width: 306px;
}

#availability02 .discription_op p {
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.875;
    text-align: left;
}

.discription_op span {
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 1.875;
}

img.arrow {
    margin: 130px 25px 0 25px;
    position: relative;
    bottom: 80px;
}

.point span {
    float: right;
    text-align: left;
}
img.plus {
    display: block;
    margin: auto;
    margin-top: 30px;
}

#availability02 p.p_option {
    font-size: 32px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.25;
    text-align: center;
}

.contents_op {
    width: 1018px;
    margin: 0 auto;
}

.content_op {
    width: 335px;
    float: left;
    margin: 10px 2px;
}

.befor_after {
    background-color: rgb(246, 242, 238);
    width: 980px;
    height: 242px;
    margin: auto;
}

div#owner {
    width: 100%;
    height: 415px;
    margin: auto;
    background-image: url(../img/bg05.png);
    margin-top: -32px;
}

#owner p {
    font-size: 32px;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: center;
    padding-top: 115px;
}

#owner span {
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    line-height: 2;
    text-align: center;
    display: block;
}

#owner button {
    display: block;
    margin: auto;
    margin-top: 60px;
}

.bg_hr {
    margin-top: -5px;
    margin-bottom: -8px;
}

.shop ul {
    list-style-image: url(../img/ic_arrow-r.png);
}

.shop div {
    float: left;
    background-color: rgb(246, 242, 238);
    width: 225px;
    height: 176px;
    margin: 7px;
}

.shop {
    width: 1200px;
    margin: 70px auto;
}

.shop p {
    margin-top: 8px;
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(102, 102, 102);
    line-height: 1.875;
    text-align: center;
}

.shop li {
    font-size: 13px;
    font-family: Noto Sans CJK JP;
    font-weight: 400;
    line-height: 2.154;
}

.shop a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.footer_logo {
    width: 786px;
    margin: 50px 0 10px 580px;
    float: left;
}

.shop hr {
    background-color: rgb(226, 229, 233);
    width: 185px;
    height: 1px;
    border: none;
    margin-top: -12px;
    margin-bottom: -5px;
}

.footer {
    height: 1024px;
    background-color: rgb(226, 229, 233);
    padding-top: 1px;
}

.footer_nav {
    clear: both;
}

.footer_nav ul {
    display: table;
    table-layout: fixed;
    list-style: none;
    margin: auto;
    padding-top: 20px;
}

.footer_nav li {
    display: table-cell;
    color: rgb(0, 0, 0);
    font-size: 16pt;
    padding: 0 10px;
}

.footer_nav li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 13pt;
    font-family: Noto Sans CJK JP;
    font-weight: 500;
    margin-right: 10px;
}

small {
    width: 200px;
    margin: auto;
    display: block;
    font-size: 10px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 4;
    text-align: center;
    font-weight: 400;
    clear: both;
}

.sns_link {
    width: 270px;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 85px;
}

.sns_link img {
    float: left;
    margin-left: 50px;
}

.before_after {
    background-color: rgb(245, 241, 237);
    width: 980px;
    height: 242px;
    margin: auto;
    padding: 5px 0 35px 0;
}

.before_after table {
    padding-top: 10px;
    margin-left: 35px;
}

.after_img img {
    margin-right: 10px;
}

span.before {
    color: rgb(102, 102, 102)!important;
    font-size: 24px;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    line-height: 1.667;
    text-align: center;
}

span.after {
    color: rgb(39, 131, 195)!important;
    font-size: 18pt;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    line-height: 1.667;
    text-align: center;
}

.befor_after img {
    margin-left: 20px;
}

.pagetop {
    float: right;
    margin: 20px;
}

.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;
}

.select1 {
    position: relative;
    bottom: -13px;
    left: 230px;
}

.triangle.select1 {
    position: relative;
    bottom: -16px;
    left: 225px;
}

.triangle.select2 {
    position: relative;
    bottom: -15px;
    left: 253px;
}

.triangle.select3 {
    position: relative;
    bottom: -16px;
    left: 179px;
}

.triangle.select4 {
    position: relative;
    bottom: 23px;
    left: 884px;
}

#option td span {
    font-size: 14px;
    margin: -7px 38px 10px 18px;
    display: block;
    font-weight: 500;
}

/* howtouse/index.html */
.breadcrumbs {
    height: 30px;
    background-color: rgb(47, 70, 138);
    font-size: 10px;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    line-height: 2.7;
    text-align: left;
    padding-left: 27px;
}

.breadcrumbs a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.wrap h1, #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: 36px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 0.889;
    text-align: center;
    margin-top: 18px;
    padding-top: 60px;
}

#service span.description,
#flow_of_use span.description {
    text-align: center;
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.75;
    margin: auto;
    width: 980px;
    display: block;
}

.flow {
    width: 980px;
    height: auto;
    margin: 55px auto;
    border: solid 1px rgb(215, 215, 215);
    border-radius: 5px;
}

#flow_of_use .flow span {
    font-size: 28px;
    font-family: "Noto Sans CJK JP";
    color: rgb(22, 42, 101);
    line-height: 1.75;
    text-align: left;
    margin: 0 20px 0 5px;
    font-weight: 700;
}

h2.flow1:before {
    content: url(../img/ic_sircle1.png);
    margin-right: 10px;
    position: relative;
    top: 7px;
}

h2.flow2:before {
    content: url(../img/ic_sircle2.png);
    margin-right: 10px;
    position: relative;
    top: 5px;
}

h2.flow3:before {
    content: url(../img/ic_sircle3.png);
    margin-right: 10px;
    position: relative;
    top: 5px;
}

h2.flow4:before {
    content: url(../img/ic_sircle4.png);
    margin-right: 10px;
    position: relative;
    top: 5px;
}

h2.flow5:before {
    content: url(../img/ic_sircle5.png);
    margin-right: 10px;
    position: relative;
    top: 5px;
}

#flow_of_use .flow h2 {
    font-size: 24px;
    font-family: "Noto Sans CJK JP";
    color: rgb(22, 42, 101);
    font-weight: 700;
    line-height: 1.167;
    text-align: left;
    margin-left: 15px;
}

.flow div {
    width: 850px;
    margin: 35px 0 40px 40px;
}

img.arrow_flow {
    margin: 0 auto;
    width: 90px;
    display: block;
    margin-top: -55px;
}

rt {
    font-size: 11px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 2.545;
}

#flow_of_use .flow span.cancel {
    font-size: 20px;
    margin-top: 80px;
    display: block;
}

.flow ul {
    list-style-image: url(img/ic_li_circle.html);
    margin-bottom: 100px;
}

div#option_block {
    background-image: url(../img/bg04_02.png);
    margin-top: -15px;
    padding-top: 50px;
    padding-bottom: 63px;
    background-repeat: no-repeat;
}

.area_search_block {
    background-image: url(../img/bg02_sh.png);
    padding-bottom: 76px;
    background-repeat: no-repeat;
    padding-top: 18px;
}

/* #option_block p {
    font-size: 32px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.25;
    text-align: center;
} */

#option p {
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.875;
    text-align: left;
    margin-left: 18px;
}

div#flow_of_use {
    background-image: url(../img/bg01_02.png);
    margin-top: -18px;
    background-repeat: no-repeat;
}

/* index.html */
div#area_detail_top {
    width: 1366px;
    height: 729px;
    margin-top: -24px;
    background-image: url(../img/bg_area_img.png);
}

div#area_detail_top h1 {
    font-size: 36px;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    line-height: 2.139;
    text-align: center;
    text-shadow: 0px 0px 13.5px rgba(0, 0, 0, 0.2);
    padding-top: 35px;
    padding-bottom: 5px;
}

.area_map {
    width: 1266px;
    height: 486px;
    margin: auto;
}

.area_map_title {
    width: 1266px;
    height: 50px;
    background-color: rgb(24, 90, 172);
    margin: auto;
    font-size: 20px;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    line-height: 1.6;
    text-align: center;
}

.area_map_title span {
    position: relative;
    top: 10px;
}

.google_map {
    width: 1266px;
    height: 420px;
    background-color: rgb(255, 255, 255);
    margin: auto;
}

.area_point {
    margin-bottom: 150px;
    background-image: url(../img/bg_shadow.png);
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
    width: 1366px;
}

.p_area_name {
    width: 700px;
    margin: auto;
    padding-top: 70px;
}

.p_area_name img {
    width: 22px;
    margin: auto;
    display: block;
    position: relative;
    top: 10px;
}

p.map_area_name {
    font-size: 10px;
    font-family: "Noto Sans CJK JP";
    color: rgb(24, 90, 172);
    line-height: 3;
    text-align: center;
}

p.map_area_point {
    font-size: 46px;
    font-family: "Noto Sans CJK JP";
    color: rgb(24, 90, 172);
    line-height: 0.696;
    text-align: center;
}

.point_block {
    width: 980px;
    margin: auto;
}

.point {
    float: left;
    margin-left: 160px;
}

.point img {
    float: left;
    margin: 20px 20px 20px 0;
    width: 196px
}

span.point_exp {
    float: right;
    display: block;
    width: 749px;
    margin: 30px 0 50px 15px;
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 2;
}

.contact_block {
    width: 980px;
    height: 243px;
    margin: auto;
    position: relative;
    top: 120px;
    clear: both;
}

p.tel {
    font-size: 32px;
    font-family: "Noto Sans CJK JP";
    color: rgb(22, 42, 101);
    font-weight: 700;
    line-height: 0.938;
    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;
}

p.tel:before {
    content: url(../img/ic_tel.png);
    padding: 10px;
    position: relative;
    top: 10px;
}

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: 10px;
    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;
    left: 522px;
    bottom: 24px;
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(22, 42, 101);
    line-height: 2;
}

.search_result {
    width: 1366px;
    margin: auto;
    background-image: url(../img/bg_shadow.png);
    height: auto;
    background-repeat: no-repeat;
    padding-top: 53px;
    margin-bottom: 95px;
}

.searched_cond {
    width: 980px;
    height: 82px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    border-radius: 4px;
    background-color: rgba(215, 215, 215, 0);
    margin: auto;
}

.cond {
    background-color: rgb(215, 215, 215);
    width: 98px;
    height: 25px;
    text-align: center;
    float: left;
    margin: 26px -19px 24px 20px;
    padding-top: 5px;
}

.searched_cond ul {
    list-style: none;
    display: table;
    margin-top: 30px;
    float: left;
}

.searched_cond li {
    display: table-cell;
    padding-right: 10px;
}

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;
}

.searched_cond button {
    margin: 20px 0px 20px 110px;
}

.result_list {
    margin-top: 40px;
}

.area_around p.title {
    padding-top: 105px;
}

.area_around {
    background-image: url(../img/bg_area_around.png);
    width: 1366px;
    height: 900px;
    margin-top: -57px;
    background-size: cover;
    background-repeat: no-repeat;
}

.around_places, .options {
    width: 1048px;
    margin: auto;
    height: 350px;
    margin-top: -15px;
}

.around_place, .option {
    width: 300px;
    float: left;
    margin: 0 22px;
}

.area_around .contact_block {
    width: 980px;
    height: 250px;
    background-color: rgb(255, 255, 255);
    margin-top: -50px;
    padding-top: 1px;
}

.area_around img {
    /*width: 300px;*/
    height: 169px
}


/* index.html */
div#shop_detail_top {
    width: 1366px;
    height: 330px;
    margin-top: 0px;
    background-image: url(../img/bg_shop_detail.png);
    overflow: hidden;
}

p.shop_name {
    font-size: 46px;
    font-family: "Noto Sans CJK JP";
    color: rgb(24, 90, 172);
    font-weight: 700;
    line-height: 0.696;
    text-align: center;
}

.shop_info {
    width: 980px;
    margin: auto;
    padding-bottom: 185px;
}

.shop_pr {
    font-size: 20px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.8;
    margin: auto;
    display: block;
    width: 900px;
}

.img_shop_detail {
    padding: 0 45px;
    margin-left: 30px;
}

.img_shop_detail img {
    margin: 35px 2px;
}

.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: 980px;
    height: 50px;
    z-index: 32;
}

.navi ul {
    list-style: none;
    display: table;
    padding-top: 10px;
}

.navi li {
    display: table-cell;
    padding: 0px 107px;
}

.navi p {
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    text-align: center;
    margin: -8px -38px;
}

a {
    text-decoration: none;
}

.shop_point {
    width: 1366px;
    margin: auto;
    background-image: url(../img/bg_shadow.png);
    /*height: 800px;*/
    background-repeat: no-repeat;
    padding-top: 53px;
    margin-bottom: 35px;
}

.points {
    width: 980px;
    margin: auto;
}

.points ul {
    list-style-image: url(../img/ic_li_circle.png);
    margin: 40px auto;
    width: 680px;
}

.points li {
    font-size: 16px;
    font-family: "Kozuka Gothic Pr6N";
    color: rgb(0, 0, 0);
    line-height: 2;
    text-align: left;
}

article.sns {
    background-image: url(../img/bg_sns.png);
    height: 565px;
    width: 1366px;
}

iframe#twitter-widget-0 {
    display: block !important;
    position: relative !important;
    top: 69px;
    left: 193px;
}

.fb-page.fb_iframe_widget {
    position: relative;
    left: 770px;
    bottom: 335px;
}

.sns .sp {
    position: relative;
    width: 100%;
    height: auto;
}

.btn_top {
    height: 80px;
    width: 100%;
    background-color: rgb(231, 231, 231);
    margin: 0 auto;
}

.btn_top img {
    margin: 0 auto;
    width: 256px;
    display: block;
    padding-top: 20px;
}

.shop_detail_overview {
    width: 980px;
    /*height: 382px;*/
    margin: auto;
    background-color: rgb(231, 231, 231);
    margin-top: 30px;
}

.shop_detail_overview ::after {
  content: "";
  display: block;
  clear: both;
}

.max_num {
    width: 200px;
    height: 27px;
    background-color: rgb(22, 42, 101);
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 5px;
    margin-top: -7px;
}

.shop_detail_overview table {
    margin-bottom: 12px;
    width: 680px;
    border-collapse: collapse;
}

.shop_detail_overview button {
    margin-left: 36px;
}

.shop_detail_overview .characteristic {
    position: relative;
    top: 12px;
    right: 125px;
}

.shop_detail_overview th, .shop_detail_overview td {
    border-bottom: 1px solid rgb(204, 204, 204);
    height: 53px;
}

.shop_detail_overview th {
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    text-align: left;
    font-weight: 400;
    padding-left: 12px;
}

.shop_detail_overview table td {
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    font-weight: 400;
    padding-left: 10px;
}

.shop_detail_overview .characteristic li {
    font-size: 12px;
    font-family: "Noto Sans CJK JP";
    color: rgb(1, 1, 0);
    font-weight: 400;
    text-align: left;
}

.shop_detail_inner {
    margin-top: 15px;
    padding-left: 40px;
    float: left;
}

.floor_maps {
    width: 1366px;
    margin: auto;
    background-image: url(../img/bg_shadow.png);
    background-repeat: no-repeat;
    padding-top: 53px;
    margin-bottom: 35px;
}

.floor_map_1, .floor_map_2, .floor_map_3, .floor_map_4, .floor_map_5 {
    width: 980px;
    margin: 0 auto;
    background-color: rgb(238, 238, 238);
    padding-top: 10px;
    margin-bottom: 20px;
}

.floor_map_1 {
    height: 370px;
}

.floor_map_2 {
    height: 680px;
}

/* .floor_map_3 {
    height: 900px;
} */
.floor_map_3 {
    height: 960px;
}

.floor_map_4 {
    height: 1280px;
}

.floor_map_5 {
    height: 1580px;
}

.floor_detail ul {
    list-style: none;
    margin-left: -36px;
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
    margin-top: -1px;
}

/* .floor_detail {
    width: 270px;
    float: right;
} */
.floor_detail {
    width: calc(100% - 382px - 160px - 50px);
    float: left;
    margin-left: 50px;
}

.floor_detail li {
    margin-bottom: 5px;
}

.floor_num {
    width: 940px;
    height: 30px;
    margin: auto;
    background-color: rgb(22, 42, 101);
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 22px;
    font-size: 20px;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
}

/* .floor_map_inner {
    width: 850px;
    margin: auto;
} */
.floor_map_inner {
    position: relative;
    width: 850px;
    margin: auto;
    height: 270px;
    margin-top: 30px;
}

span.room_name {
    font-size: 18px;
    font-family: "Noto Sans CJK JP";
    color: rgb(22, 42, 101);
    font-weight: 700;
    line-height: 1.75;
    text-align: left;
}

img.map_img_large {
    margin: 60px 0 25px -20px;
}

.price_list, .access, .attention {
    width: 1366px;
    margin: auto;
    background-image: url(../img/bg_shadow.png);
    background-repeat: no-repeat;
    padding-top: 53px;
    margin-bottom: 35px;
}

.price_list p.title {
    font-size: 36px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 0.889;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.4em;
}

.remarks {
    margin: 20px auto;
    width: 980px;
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 2;
    text-align: left;
}

.remarks ul li:before{
    content: "※";
}

.remarks ul {
    list-style-type: none;
    margin: 0 0 0 -40px;
}

.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: 980px; */
}

.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: 14px;
    font-family: "Noto Sans CJK JP";
    text-align: center;
    font-weight: 500;
    padding: 8px;
    white-space: nowrap;
}

.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: 14px;
    font-family: "Noto Sans CJK JP";
    text-align: center;
    font-weight: 500;
    padding: 8px;
}

.price_list button {
    margin: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 55px;
}

.access p {
    width: 800px;
    margin: auto;
    margin-top: 30px;
}

.access p.notice {
    font-size: 14px !important;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    text-align: left;
    font-weight: 400 !important;
}

.access_map {
    height: 423px;
    margin: 30px 0;
}

.attention .btn_area {
    width: 1366px;
    height: 80px;
    background-color: rgb(216, 216, 216);
    margin-top: 70px;
}

.attention .btn_area div {
    width: 260px;
    margin: auto;
    padding-top: 20px;
}

ul.slick-dots {
    list-style: none;
    position: relative;
    bottom: 207px;
    left: 235px;
}

.slick-dots li {
    display: table-cell;
}

.thumbnail {
    width: 1366px;
    height: 90px;
    background-color: rgb(0, 0, 0);
}

.discliption_img {
    width: 980px;
    height: 49px;
    margin-top: -49px;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    margin-left: 188px;
}

.discliption_img span {
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(255, 255, 255);
    display: block;
    margin-left: 20px;
    padding-top: 12px;
}

.common nav {
    background-color: rgb(22, 42, 101);
    width: 1366px;
    height: 50px;
}

.common nav ul {
    display: table;
    table-layout: fixed;
    list-style: none;
    margin: auto;
    padding-top: 15px;
}

.search_result div#contact {
    width: 980px;
    height: 243px;
    margin: 0 auto;
    margin-top: 85px;
    margin-bottom: 85px;
}

.area_title a img {
    float: right;
    position: relative;
    bottom: 30px;
}

.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;
}

.content .inner {
    width: 960px;
    margin: 0 auto;
}

.service .inner .service_cont li {
    width: 32.8%;
    height: 310px;
    border: 1px solid rgb(17, 51, 96);
    margin-bottom: 15px !important;
    background-color: rgb(255, 255, 255);
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.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:hover {
    opacity: 0.6;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.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 .service_cont li div, .service .inner .service_cont li a div {
    height: 130px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}

.service .inner p {
    display: block;
    padding: 0 1em;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.service .inner {
    padding: 30px 8px 20px;
}

.service .inner .service_cont li a {
    width: 100%;
    height: 100%;
}

.policy .inner .text-area {
    width: 30vw;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    line-height: 1.75;
}

.policy .inner .text-area .text-box {
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
}

div#policy {
    margin-bottom: 60px !important;
}

.faq_nav {
    width: 980px;
    margin: auto;
    margin-left: -35px;
}

.faq .inner {
    padding: 20px 0 30px;
}

.faq_nav ul li {
    position: relative;
    width: 180px;
    float: left;
    font-weight: bold;
    list-style-type: none;
    margin: 0 4px;
}

.faq_nav ul li a {
    width: 180px !important;
    border: 2px solid rgb(17, 51, 96);
    display: block;
}

.faq_nav ul li a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(17, 51, 96);
}

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;
}

.faq .inner dl {
    line-height: 20px;
    padding: 0 10px;
    font-size: 16px;
}

.faq .inner dl dt {
    padding: 1px 30px;
    margin-bottom: -10px;
    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 dd {
    padding: 10px 0;
    margin-left: 30px;
    margin-bottom: -30px;
}

.faq .inner dl {
    line-height: 20px;
    padding: 0 10px;
    font-size: 16px;
}

.price > h4, .fixtures > h4, .lunchbox > h4, .etcservice > h4, .cancel > h4, .outside > h4, .drink > h4, .carry > h4 {
    font-size: 1.6em;
    line-height: 36px;
    background-color: rgb(17, 51, 96);
    color: rgb(255, 255, 255);
    text-indent: 0.25em;
    margin-bottom: 12px;
}

.price, .fixtures, .lunchbox, .etcservice, .cancel, .outside, .drink, .carry {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(22, 42, 101);
}

.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 > 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 > dd, */
.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;
}

.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;
}

.price .carousel, 
.fixtures .carousel, 
.lunchbox .carousel, 
.etcservice .carousel, 
.cancel .carousel, 
.outside .carousel,
.drink .carousel,
.carry .carousel {
    display: none;
}

.price_caution > dl > dt {
    font-size: 18px;
    line-height: 24px;
}

.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 > dt, .etcservice > dl > dd > dl > dt, .outside > dl > dd > dl > dt, .drink > dl > dd > dl > dt, .carry > dl > dd > dl > dt {
    float: left;
    width: 400px;
    font-size: 16px;
    font-weight: bold;
}

.price > dl > label > dt:hover, 
.fixtures > dl > label > dt:hover, 
.lunchbox > dl > label > dt:hover, 
.etcservice > dl > label > dt:hover, 
.cancel > dl > label > dt:hover,  
.outside > dl > label > dt:hover,
.drink > dl > label > dt:hover,
.carry > dl > label > dt:hover {
    background: rgb(152, 173, 195);
}

.abount_cancel {
    padding-bottom: 80px;
    margin: auto;
    width: 980px;
    font-family: "Noto Sans CJK JP";
}

.abount_cancel ul {
    list-style-image: url(../img/ic_li_circle.png);
}

.price_caution > dl > dd {
    font-size: 16px;
    position: relative;
    padding-left: 1em;
    line-height: 20px;
}

.price_caution {
    font-weight: 400;
}

.price_caution dd p:before {
    content: "※";
}

.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: 24px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgb(17, 51, 96);
}

.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: 350px;
    font-size: 14px;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.faq_nav p {
    display: inline-block;
    margin-left: 15px;
}

.faq_nav a:link, .faq_nav a:visited, .faq_nav a:hover, .faq_nav a:active {
    color: rgb(17, 51, 96);
    text-decoration: none;
}

.faq_nav ul li a p:after {
    position: absolute;
    content: "▼";
    right: 10px;
}

.faq .inner dl dt p:before {
    content: "Q";
    margin-right: 20px;
}

.faq .inner dl dd p:before {
    content: "A";
    margin-right: 20px;
}

.fixtures > dl > dd, .etcservice > dl > dd, .outside > dl > dd, .drink > dl > dd, .carry > dl > dd {
    transition: all 0.5s;
    padding: 0;
    margin: 20px auto 12px;
    clear: both;
    float: left;
    width: 100%;
}


.inputform, #fixtures_apply, #bento, #submit {
    width: 960px;
    margin: 0 auto;
    font-size: 16px;
    padding: 16px 0;
}

.inputform p {
    display: inline-block;
}

.inputform p, #fixtures_apply p, #submit p {
    line-height: 150%;
}

.inputform > dl > dt {
    line-height: 24px;
    padding: 8px 15px;
    margin-bottom: 10px;
    background-color: rgb(17, 51, 96);
    color: rgb(255, 255, 255);
    font-size: 1.1em;
    font-weight: bolder;
}

.inputform > dl > dd table {
    border: 1px solid rgb(17, 51, 96);
    padding: 8px;
    width: 960px;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin-left: -40px;
}

.inputform > dl > dd table tr {
    width: 100%;
    min-height: 60px;
}

.inputform > dl > dd table tr th {
    width: 25%;
    line-height: 40px;
    vertical-align: middle;
}

.inputform > dl > dd table tr th, .inputform > dl > dd table tr td {
    border: 1px solid rgb(17, 51, 96);
}

.inputform > dl > dd table tr td {
    line-height: 40px;
    padding: 0 8px;
}

.strong {
    color: rgb(255, 0, 0);
    font-weight: bold;
}

.strong::before {
    content: "(";
}

.strong::after {
    content: ")";
}

div.carousel dl dt {
    line-height: 24px;
    padding: 8px 15px;
    margin-bottom: 10px;
    background-color: rgb(17, 51, 96);
    color: rgb(255, 255, 255);
    font-size: 1.1em;
    font-weight: bolder;
}

#confirmButton {
    width: 200px;
    height: 50px;
}

#eatAndDrinkTitle {
    width: 1000px;
    display: table-cell;
    border-collapse: separate;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 70px;
    text-align: left;
    margin-bottom: 30px;
    border-top: 4px double rgb(0, 191, 255);
    border-bottom: 4px double rgb(0, 191, 255);
}

.err {
    color: rgb(255, 0, 0);
}

#errorMessages p {
    display: none;
}

#addButton {
    background: rgb(17, 51, 96);
    color: rgb(255, 255, 255);
    border-style: none;
    font-size: 14px;
    padding: 0 5px;
    vertical-align: middle;
    outline: none;
    line-height: 1.8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    margin: 10px 0;
}

#removeButton {
    background: rgb(96, 17, 51);
    color: rgb(255, 255, 255);
    border-style: none;
    font-size: 14px;
    padding: 0 5px;
    vertical-align: middle;
    outline: none;
    line-height: 1.8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    margin: 10px 0;
}

.inputform > dl > dd table tr#shops td dl dt {
    width: 25%;
    display: inline;
}

.inputform > dl > dd table tr#shops td dl dd {
    width: 75%;
    display: inline;
    line-height: 44px;
}

.bentoPictureWrapper {
    height: 200px;
    width: 960px;
    margin-bottom: 50px;
}

.bentoPictureFrame {
    height: 170px;
    width: 210px;
    float: left;
    border: 2px solid rgb(0, 191, 255);
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 16px;
    margin-right: 10px;
}

.bentoCaption {
    width: inherit;
    height: 50px;
    margin-top: 10px;
    text-align: center;
}

.inputform p, #fixtures_apply p, #submit p {
    line-height: 150%;
}

.inputaddress > dl > dd {
    margin-left: 0px;
    width: 960px;
}

.table {
    display: table;
    border-collapse: collapse;
}

#fixtures_apply dl dd table {
    border: 1px solid rgb(17, 51, 96);
    padding: 8px;
    width: 960px;
    box-sizing: border-box;
    margin-left: -40px;
    margin-bottom: 10px;
}

#addFixtureButton {
    background: rgb(17, 51, 96);
    color: rgb(255, 255, 255);
    border-style: none;
    font-size: 14px;
    padding: 0 5px;
    vertical-align: middle;
    outline: none;
    line-height: 1.8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    margin: 15px -40px;
}

#removeFixtureButton {
    background: rgb(96, 17, 51);
    color: rgb(255, 255, 255);
    border-style: none;
    font-size: 14px;
    padding: 0 5px;
    vertical-align: middle;
    outline: none;
    line-height: 1.8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    margin: 40px;
}

#fixtures_apply dl dd table tr th:nth-child(1), #fixtures_apply dl dd table tr td:nth-child(1) {
    width: 19%;
}

#fixtures_apply dl dd table tr th, #fixtures_apply dl dd table tr td {
    border: 1px solid rgb(17, 51, 96);
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 4px;
    line-height: 36px;
}

#unit_price {
    width: 70px;
}

#apply select {
    text-align: left;
    text-indent: .1px;
    text-overflow: "";
    background: rgb(255, 255, 255) url(../images/select-arrow.png) no-repeat;
    background-size: 12px 8px;
    background-position: right 4px center;
    padding-right: 10px;
    height: 36px;
    margin-bottom: 3px;
}

.inputform > dl > dd table tr td dl dd {
    line-height: 40px;
    margin: 0;
    padding: 0;
}

[data-id="data0"] {
    margin-top: 10px;
}

#apply input[type=radio], #apply input[type=checkbox] {
    display: none;
    margin: 0;
}

#apply input[type=radio] + label, #apply input[type=checkbox] + label {
    position: relative;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

#apply input[type=radio] + label::before {
    border: 2px solid rgb(209, 209, 209);
    border-radius: 30px;
}

#apply input[type=radio] + label::before, #apply input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: rgb(255, 255, 255);
}

#apply input[type=radio] + label, #apply input[type=checkbox] + label {
    padding: 0 0 0 24px;
}

#apply input[type=radio] + label, #apply input[type=checkbox] + label {
    position: relative;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

#apply input[type=radio]:checked + label::after {
    left: 4px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: rgb(17, 51, 96);
    border-radius: 10px;
}

#apply input[type=radio]:checked + label::after, #apply input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.bentoInfo {
    font-weight: bold;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}

input[type=radio] + label, input[type=checkbox] + label {
    display: inline-block;
}

.fixtureAmountInput {
    text-align: center;
}

#apply table {
    border-collapse: collapse;
    border-spacing: 0;
}

.help_text {
    color: rgb(128, 128, 128);
    margin-left: 20px;
}

#selectedShop dl {
    float: left;
    margin: 0;
    margin-right: 80px;
}

#question {
    display: table-cell;
    vertical-align: top;
}

#apply .table .tr {
    display: table-row;
    line-height: 36px;
}

.inputaddress > dl > dd > dl {
    width: 100%;
    line-height: 36px;
}

.table .tr .td {
    display: table-cell;
    border: 1px solid rgb(17, 51, 96);
    padding: 0 8px;
}

#eatAndDrinkTitle h2.title {
    text-align: center;
}

textarea[name="question"] {
    width: 100%;
    margin-top: 8px;
    height: 90px;
}

.owner_main {
    background: url(/img/owner/main.jpg) top center no-repeat;
    background-size: 100% auto;
    width: 100%;
    min-width: 1024px;
    height: 32vw;
    min-height: 335px;
    text-align: center;
}

.owner_main_points li:nth-child(1) {
    background: rgb(36, 95, 130);
    margin-right: 50px;
}

.owner_main_points li {
    width: 200px;
    color: rgb(255, 255, 255);
    opacity: 0.8;
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    padding: 20px;
}

.owner_main_points li:nth-child(1):before {
    background: url(/img/owner/mainbox_1.png);
}

.owner_main_points li:nth-child(2) {
    background: rgb(77, 71, 140);
    margin-right: 50px;
}

.owner_main_points li:nth-child(3) {
    background: rgb(248, 210, 18);
}

.owner_catchprase {
    background: url(/img/owner/main_bg.png) no-repeat center center;
    background-size: 70% auto;
    min-height: 436px;
}

.owner_catchprase dl {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}

.owner_catchprase dl dt {
    font-size: 26px;
    font-weight: bold;
    padding: 160px 30px 10px;
}

.owner_catchprase dl dd {
    border-top: 1px dashed rgb(27, 59, 120);
    padding: 15px 30px;
    font-size: 20px;
    line-height: 1.8;
}

.owner_box {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 50px;
    background: rgb(246, 246, 246);
    box-sizing: border-box;
}

.owner_box_left {
    width: 60%;
    display: inline-block;
}

.owner_box_right {
    width: 27%;
    display: inline-block;
    list-style: none;
}

.owner_box_left dt {
    font-size: 24px;
    font-weight: bold;
}

.owner_box_left dd {
    font-size: 18px;
    padding: 40px 0 0 20px;
}

.owner_box_right li p {
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-left: 45px;
}

.onwer_model {
    width: 85%;
    max-width: 1200px;
    margin: 75px auto 0;
    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;
}

.owner_example {
    width: 85%;
    max-width: 1200px;
    margin: 75px auto 0;
}
.owner_example h3 {
    border: 2px dashed rgb(204, 204, 204);
    font-size: 26px;
    width: 70%;
    margin: 0 auto 10px;
    padding: 40px;
    color: rgb(27, 59, 120);
    text-decoration: underline;
    -webkit-text-decoration-color: #ff0;
    text-decoration-color: rgb(255, 255, 0);
    line-height: 1.5em;
    font-weight: 900;
    text-align: center;
}

.owner_example li {
    background: rgb(243, 247, 250);
    margin-top: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.owner_example li .owner_example_right dt {
    padding: 10px 37px 0;
    font-size: 22px;
    color: rgb(27, 59, 120);
    font-weight: bold;
}

.owner_example li .owner_example_right dd {
    color: rgb(27, 31, 34);
    margin-top: 8px;
    line-height: 1.8;
    font-size: 15px;
}

.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: 10px 0 5px;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    width: 100%;
}

.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-type: none;
    margin: 0;
    padding: 0;
}

.owner_flow ul li img {
    margin: 80px 0 20px;
}

.owner_flow ul li:nth-child(1) {
    background: url(/img/owner/number1.png) 30px 30px no-repeat;
    background-size: 48px auto;
}

.owner_flow ul li:nth-child(2) {
    background: url(/img/owner/number2.png) rgb(246, 246, 246) 30px 30px no-repeat;
    background-size: 48px auto;
}

.owner_flow ul li:nth-child(3) {
    background: url(/img/owner/number3.png) 30px 30px no-repeat;
    background-size: 48px auto;
}

.owner_flow ul li:nth-child(4) {
    background: url(/img/owner/number4.png) rgb(246, 246, 246) 30px 30px no-repeat;
    background-size: 48px auto;
}

.owner_flow ul li:nth-child(5) {
    background: url(/img/owner/number5.png) 30px 30px no-repeat;
    background-size: 48px auto;
}

.owner_flow ul li:nth-child(6) {
    background: url(/img/owner/number6.png) rgb(246, 246, 246) 30px 30px no-repeat;
    background-size: 48px auto;
}

.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);
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.owner_flow ul li:nth-child(2):before {
    content: "";
    background: url(/img/owner/arrow_right.png) center left no-repeat;
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 40px;
    z-index: 2;
}

.owner_flow ul li:nth-child(3):before {
    content: "";
    background: url(/img/owner/arrow_right.png) center left no-repeat;
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 40px;
    z-index: 2;
}

.owner_flow ul li:nth-child(5):before {
    content: "";
    background: url(/img/owner/arrow_right.png) center left no-repeat;
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 40px;
    z-index: 2;
}

.owner_flow ul li:nth-child(6):before {
    content: "";
    background: url(/img/owner/arrow_right.png) center left no-repeat;
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 40px;
    z-index: 2;
}

.owner_flow ul li dd {
    color: rgb(16, 16, 16);
    text-align: left;
    margin: 10px 40px 60px;
    font-size: 14px;
    line-height: 1.7;
}

.onwer_model img {
    padding: 50px 20px;
    max-width: 1130px;
    height: auto;
}

.owner_point {
    font-size: 39px;
    font-weight: bold;
    text-align: center;
    padding: 19px 0 8px 0;
    color: #3d3939;
}

.company > .inner > .about {
    margin: 0 20% 25px;
    font-size: 16px;
}

.company > .inner > .about > dl:nth-child(odd) {
    background-color: rgb(231, 242, 255);
}

.company > .inner > .about > dl:nth-child(even) {
    background-color: rgb(255, 255, 255);
}

.company > .inner > .about > dl > dt {
    width: 25%;
    text-align: right;
    clear: left;
    float: left;
    margin-right: 10px;
}

.company > .inner > .text-box {
    padding: 10px 0;
    background-color: rgb(231, 242, 255);
    text-align: center;
    margin-bottom: 30px;
}

.text-area h5 {
    line-height: 2.5;
    display: block;
    line-height: 25px;
    margin: 10px 0 5px;
    font-size: 1.2em;
    font-weight: bold;
}

h5:before {
    content: "▼";
}

.company > .inner > .text-box p {
    padding: 0;
}

.company > .inner > .text-area span {
    display: block;
    line-height: 20px;
    color: rgb(255, 0, 0);
    font-size: 16px;
}

.company > .inner > .about > dl > dt, .company > .inner > .about > dl > dd {
    height: 30px;
    padding: 5px 0 0 0;
}

.company > .inner > .about > p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: inline-block;
}

.about p, .about dl, .about dt, .about dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.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);
}

.service .inner .service-catering .catering_plan {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.service .inner .service-catering .catering_plan section {
    width: calc(47% - 10px);
    padding: 8px 16px;
    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.2em;
    font-weight: bold;
}

.service .inner .service-catering .catering_plan section p {
    padding: 0;
    text-align: left;
    font-size: 14px;
}

.service .inner p {
    display: block;
    padding: 0 1em;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.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 img {
    width: 100%;
    height: auto;
}

.service .inner .service-catering .catering_plan section a {
    display: block;
    width: 80%;
    height: 56px;
    padding: 12px 18px;
    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;
}

.service .inner .service-catering .catering_plan section ul li dl dd .course {
    width: 100%;
    margin-bottom: 4px;
    border-radius: 4px;
    background-color: rgb(93, 104, 128);
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    margin-top: -5px;
}

.service .inner .service-catering .catering_plan section ul li dl {
    width: 100%;
}

.service .inner .service-catering .catering_plan section ul li {
    width: 100%;
    height: 390px;
    padding: 3px 8px 8px 8px;
    margin-bottom: 10px;
    background-color: rgb(255, 255, 255);
}

.service .inner .service-catering .catering_plan section ul li dl dd p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    margin-top: 0;
}

.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;
}

.service .inner .service-catering .catering_plan section ul li dl dt {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: -5px;
}

.service .inner p {
    display: block;
    padding: 0 1em;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.service .inner .service-catering .catering_plan .catering_caution span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

.service .inner .service-catering .catering_plan section a:before {
    position: absolute;
    right: 8px;
    top: 7px;
    display: block;
    width: 29px;
    height: 38px;
    content: "";
    background-image: url(/img/icon/pdf.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.service .inner .service-catering .catering_merit ul {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    list-style: none;
}

.service .inner .service-catering .catering_merit ul li {
    width: 18%;
    text-align: center;
}

.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, .service .inner .service-catering .catering_plan {
    margin-bottom: 40px;
}

.service .inner .service-catering .catering_plan {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pdf {
    position: relative;
    margin: 20px 30px 10px;
    padding: 14px 56px 13px 10px;
    border: 2px solid rgb(17, 51, 97);
    color: rgb(17, 51, 96);
    text-decoration: none;
    font-weight: bold;
    float: right;
    text-align: center;
    background: rgb(255, 255, 255);
    font-size: 17px;
}

.plan_about dd {
    margin: 10px;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.inputaddress select {
/*
    height: 24px !important;
    width: 120px !important;
*/
}

dl.support {
    margin: 40px 0;
}

.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;
}

#price .price dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.price > dl > dd > table {
    margin: 8px 0 16px;
    width: 100%;
}

.price > dl > dd > table > thead {
    background: rgb(17, 51, 96);
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 13px;
    height: 76px;
    display: table-header-group;
}

.price > dl > dd > table > thead > tr {
    height: 36px;
    line-height: 36px;
}

.price > dl > dd > table > thead > tr > th {
    width: 14%;
    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: 14px;
    font-family: "Noto Sans CJK JP";
    text-align: center;
    font-weight: 500;
    padding: 5px 10px;
    white-space: nowrap;
}

.price > dl > dd > table > tbody > tr > td {
    color: rgb(0, 0, 0);
    border-top: rgb(216, 216, 216) solid 1px;
    border-right: rgb(216, 216, 216) solid 1px;
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    text-align: center;
    font-weight: 500;
    padding: 10px;
}

.price a {
    text-decoration: underline;
    color: rgb(17, 51, 96);
}

#price .price dl dd table {
    display: none;
    border-spacing: 0;
    margin: auto;
    border-left: rgb(216, 216, 216) solid 1px;
    border-bottom: rgb(216, 216, 216) solid 1px;
    width: 960px;
}

.room-detail_floormap {
    width: 1100px;
    margin: 0 auto;
}

.room-detail_floormap .room-detail_layout {
    width: 100%;
    padding: 40px 8px 20px;
}

.room-detail_floormap .room-detail_layout .leftbox {
    width: 20%;
    float: left;
}

.room-detail_floormap .room-detail_layout .leftbox ul {
    width: 100%;
    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 {
    -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: 86%;
    padding: 10px 0 10px 30px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

.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 p {
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.room-detail_floormap .room-detail_layout .rightbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    height: 480px;
    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;
}

h6 {
    line-height: 20px;
    padding: 8px 0;
    color: rgb(93, 104, 128);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-block-start: 10px;
}

.room-detail_floormap .roomtable {
    width: 1100px;
    margin: 0 auto;
    padding-top: 8px;
}

.room-detail_floormap .roomtable table {
    width: 100%;
}

.room-detail_floormap .roomtable thead {
    background: rgb(17, 51, 96);
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 13px;
    height: 76px;
    display: table-header-group;
}

.room-detail_floormap .roomtable thead tr:first-child {
    height: 36px;
}

.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: 72px;
    height: 72px;
    vertical-align: middle;
    padding-bottom: 0;
}

.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: 14px;
    font-family: "Noto Sans CJK JP";
    text-align: center;
    font-weight: 500;
    padding: 8px;
    height: 50px;
}

.room-detail_chara h3 {
    padding: 40px 0;
    width: 100%;
    line-height: 1.5em;
    padding: 20px 0 18px;
    color: rgb(93, 104, 128);
    font-size: 2.3em;
    font-weight: 900;
    text-align: center;
}

.room-detail_chara .chara_text {
    width: 960px;
    padding: 0 8px;
    margin: 0 auto 40px;
}

.room-detail_chara .chara_text p {
    font-size: 1.2em;
    line-height: 1.8em;
}

.room-detail_chara .chara_carousel {
    width: 960px;
    margin: 0 auto 40px;
}

.room-detail_chara .chara_carousel .slider_nav {
    width: 100%;
    padding: 20px 40px;
    background-color: rgb(81, 88, 102);
    list-style-type: none;
    border: 0;
    vertical-align: baseline;
    margin-bottom: 0;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: rgba(0, 0, 0, 0);
    outline: none;
    background: rgba(0, 0, 0, 0);
}

.slick-prev {
    left: 5px;
    z-index: 100;
    width: 36px;
    height: 53px;
}

.room-detail_chara .chara_carousel .slider {
    width: 100%;
    background-color: rgb(32, 32, 32);
    padding: 50px 80px;
    margin-top: 0;
}

#fixtures_rental-price-box {
    width: 100%;
}

#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;
}

#fixtures_rental-price-box > dl > dd > .fixtures-box {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
}

#fixtures_rental-price-box > dl > dd > .fixtures-box > .rental-leftbox {
    clear: both;
    float: left;
    width: 180px;
}

#fixtures_rental-price-box > dl > dd > .fixtures-box > .rental-rightbox {
    float: right;
    width: 780px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#fixtures_rental-price-box > dl > dd > .fixtures-box {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
}

#fixtures_rental-price-box > dl > dd > .fixtures-box {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
}

.foot_line01, .foot_line02, .foot_line03 {
    width: 100%;
    color: rgb(17, 51, 96);
    background-color: rgb(255, 255, 255);
}

.foot_line01 {
    height: 121px;
    color: rgb(255, 255, 255);
    background-color: rgb(17, 51, 96);
    margin-top: -16px;
}

.room-detail_floormap .roomtable tbody tr td a {
    text-decoration: underline;
    color: rgb(17, 51, 96);
}

#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: 960px;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 24px;
    line-height: 36px;
    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;
}

#fixtures_rental-price-box > dl > label > dt:hover {
    background: rgb(93, 104, 128);
}

.foot_line01 .inner button {
    margin-top: 25px;
    float: left;
}

.support_btn {
    position: relative;
    width: 100%;
    max-width: 288px;
    max-height: 71px;
    padding: 25px 15px;
    border: 2px solid rgb(61, 128, 255);
    line-height: 15px;
    background-color: rgb(61, 128, 255);
    color: rgb(255, 255, 255) !important;

}

.support_btn span {
    margin-right: 10px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}

.support_btn:hover {
    color: rgb(61, 128, 255) !important;
    border: 2px solid rgb(61, 128, 255);
    background-color: rgb(255, 255, 255);
}

.foot_line01 .inner ul li > p {
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 80px;
}

.phone {
    width: 330px;
    height: 80px;
}

.foot_line01 .inner ul li .phone .number a{
    font-size: 3em;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: white;
    text-decoration: none;
}

.foot_line01 .inner ul li .phone .number > p:before {
    content: url(/img/icon/footer_img01.png);
    margin-right: 9px;
}

.foot_line01 .inner ul li .phone .applytime {
    padding-top: 0px;
    font-size: 1em;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0px;
}

.foot_line01 .inner, .foot_line02 .inner, .foot_line03 .inner {
    width: 960px;
    height: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.phone > p {
    display: block;
    line-height: 12px;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 6px;
    text-align: right;
    margin-bottom: 0;
    margin-right: 16px;
}

.room-detail_chara .chara_carousel .slider li, .room-detail_chara .chara_carousel .slider li a, .room-detail_chara .chara_carousel .slider_nav li a {
    width: 100%;
}

.room-detail_chara .chara_carousel .slider li a img, .room-detail_chara .chara_carousel .slider_nav li a img {
    width: 100%;
    height: auto;
}

ul.clearfix {
    list-style: none;
}

.support_btn span:after {
    content: url(../img/icon/btn01.png);
    position: absolute;
    top: 40%;
    right: 5%;
}

.foot_line01 .inner ul li .phone .number > p:before {
    content: url(../img/icon/footer_img01.png);
    margin-right: 9px;
}

.number p {
    font-size: 2.5em;
    padding: 0;
    margin: 15px 10px 5px 10px;
    border: 0;
    vertical-align: baseline;
}

.number p rt{
  color: white;
}

#fixtures_rental-price-box > dl > label > dt:hover > h3 {
    color: rgb(212, 214, 216);
}

.chara_carousel .slick-list.draggable {
    top: 0px;
}

.support_btn:hover span:after {
    content: url(../img/icon/btn03.png);
    position: absolute;
    right: 5%;
}

.support_btn span:after {
    content: url(../img/icon/btn01.png);
    position: absolute;
    top: 40%;
    right: 5%;
}

.foot_line01 .inner ul li {
    height: 100%;
    margin-left: 35px;
    float: left;
}

#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);
}

#fixtures_rental-price-box > dl > dd > .fixtures-box > .rental-rightbox > dl > dt {
    float: left;
    width: 310px;
    font-size: 16px;
    font-weight: bold;
}

#fixtures_rental-price-box > dl > dd > .fixtures-box > .rental-rightbox > dl > dd:nth-child(2) {
    float: left;
    width: 310px;
    font-size: 14px;
    margin-inline-start: 0;
}

#fixtures_rental-price-box > dl > dd > .fixtures-box > .rental-rightbox > dl > dd:nth-child(3) {
    float: right;
    width: 100px;
    font-size: 14px;
}

.selectroom dl {
    margin: 0;
}

.price_list td:nth-child(1) {
    text-align: left;
}

#price_list a {
    text-decoration: underline;
    color: rgb(17, 51, 96);
}

label[for="clickable"] {
    cursor: pointer;
}

.top_search_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top_search_box .box_area {
    width: 60%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 40px 1fr;
    grid-template-rows: 40px 1fr;
    margin-right: 10px;
}

.top_search_box .box_area h3 {
    -ms-grid-row: 1;
    grid-row: 1;
}

.top_search_box h3 {
    margin: 0 0 10px;
}

.top_search_box h3:before {
    content: "笆ｶ";
    margin-right: 5px;
}

.top_search_box .box_area .area_map {
    -ms-grid-row: 2;
    grid-row: 2;
    width: 100%;
    line-height: 0.7;
}

.top_search_box .box_area .area_map img {
    width: 100%;
    height: auto;
}

.top_search_box .box_area .area_map {
    -ms-grid-row: 2;
    grid-row: 2;
    width: 100%;
    line-height: 0.7;
}

.top_search_box .box_fulldown {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 40px 1fr;
    grid-template-rows: 40px 1fr;
}

.top_search_box h3:before {
    content: "笆ｶ";
    margin-right: 5px;
}

.top_search_box .box_fulldown .fulldown_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 2;
    grid-row: 2;
}

.top_search_box .box_fulldown .fulldown_items {
    border: 1px solid rgb(204, 204, 204);
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 15.5px 15px;
    text-align: center;
}

.top_search_box .box_fulldown .fulldown_main form {
    margin-bottom: 0;
}

.top_search_box .box_fulldown .fulldown_items ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    list-style-type: none;
}

.top_search_box .box_fulldown .fulldown_items ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.top_search_box .box_fulldown .fulldown_items ul li label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1;
}

.top_search_box .box_fulldown .fulldown_items ul li select {
    width: 100%;
    height: 30px;
}

.top_search_box .box_fulldown .fulldown_items .down_submit {
    border: 0;
    background: rgb(255, 186, 0);
    color: rgb(255, 255, 255);
    margin: 0 auto;
    padding: 10px 5px;
    width: 85%;
    font-size: 16px;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
}

.top_search_box .box_fulldown .fulldown_items .down_submit.right {
    margin-top: 20px;
}

.top_search_box .box_fulldown .fulldown_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 30px;
}

.top_search_box .box_fulldown .fulldown_info h4 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
    padding: 0;
}

.top_search_result {
    margin: 50px 0 0;
}

.top_search_result .result_info {
    font-size: 20px;
}

.top_search_result .result_none {
    text-align: center;
    font-weight: bold;
    margin: 80px 0;
    font-size: 30px;
}

.searchBox {
    width: 90px !important;
}

.top_search_result .result_title h2 {
    font-size: 0;
    margin: 0 0 20px;
    display: inline-block;
}

.top_search_result .result_title h2:before {
    content: "検索結果一覧";
    font-size: 20px;
    margin-right: 20px;
}

.top_search_result .result_icons {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.top_search_result .result_icons dt, .top_search_result .result_icons dd {
    display: inline-block;
}

.top_search_result .result_icons dt:after {
    content: "の説明：";
}

.top_search_result .result_icons dd {
    margin-left: 5px;
}

.top_search_result .result_icons dt li, .top_search_result .result_icons dd li {
    display: inline-block;
    margin-right: 15px;
}

.icon_concierge:before {
    background: url(../img/icon/icon_concierge.png) no-repeat center center;
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.icon_cafe:before {
    background: url(../img/icon/icon_cafe.png) no-repeat center center;
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.icon_smoke:before {
    background: url(../img/icon/icon_smoke.png) no-repeat center center;
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.top_merit h2 {
    text-align: center;
    margin: 0 0 30px;
}

.top_merit_items {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top_merit_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top_merit_item figure {
    margin: 0;
    padding: 10px;
}

.top_merit_item figure img {
    width: 100%;
}

.top_merit_item dt {
    font-weight: bold;
    font-size: 18px;
}

.top_merit_item dd {
    margin: 0;
}

.fulldown_items #area, .fulldown_items #layout {
    width: 100%;
}

form.all_list {
    width: 315px;
    height: 30px;
    margin-left: -20px !important;
}

.footer_nav .pc {
    display: inline !important;
}

#price_list a {
    text-decoration: underline;
    color: rgb(17, 51, 96);
}

a.equipment_list {
    width: 25vw !important;
    margin: auto !important;
    display: block;
}

.equipment_list img {
    width: 100%;
}

#access-map {
    height: 423px !important;
    margin: 30px 0 !important;
}

.shop_point a {
    margin-left: 35px;
}

.shop_content .address {
    float: right;
    width: 680px;
    margin-top: -70px;
}

p.notice {
    clear: both;
    float: none;
    width: 800px;
    margin: auto;
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    text-align: left;
    font-weight: 500;
    margin-bottom: 40px;
}

.floor_detail span.room_name:before {
    content: url(../img/ic_re_square.png);
    margin-right: 1vw;
}

.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: 500px;
    margin: auto;
    background: rgba(0, 0, 0, 0);
}

#price_list #fixtures_rental-price-box > dl > label > dt > h3 {
    width: 500px;
}

.price td:nth-child(1) {
    text-align: left;
}

.price.price_list {
    background-image: none;
}

/* .floor_map_inner a {
    display: block;
    float: right;
    margin: auto;
    width: 280px;
    margin-top: -15px;
} */

.floor_map_inner a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    float: right;
    margin: auto;
    width: 160px;
/*     margin-top: -74px; */
}

.roomtable table {
    border-spacing: 0;
    margin: auto;
    border-left: rgb(216, 216, 216) solid 1px;
    border-bottom: rgb(216, 216, 216) solid 1px;
}

.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-family: "Noto Sans CJK JP";
    text-align: center;
    font-weight: 500;
    padding: 8px;
    white-space: nowrap;
}

.tbl_wrapper table {
    white-space: nowrap;
}


.floor_map
{
    width: 381px;
    float: left;
}

.rotate {
    transform: rotate(-90deg);
  }

.rotate2 {
    transform: rotate(90deg);
}

.news{
  width: 980px;
  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: 14px;
}

.news .news_txt{
  display: inline-block;
  width: calc(980px - 150px - 10px);
  margin-left: 0;
  color: #162a65;
  vertical-align: top;
}

.news .news_txt:hover{
  text-decoration: underline;
}

.news_more_btn_wrap{
  width: 980px;
  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;
}

.page_title{
  display: inline-block;
  min-width: 8em;
  padding: 0.4em 0;
  margin: -0.5em  0;
  border-top: solid 0.1em rgb(47, 70, 138);
  border-bottom: solid 0.1em rgb(47, 70, 138);
}

.apply_submit {
    text-align: center;
}

.catering_menu {
    font-size: 14px;
}

.plan_text {
    height: 163px
}

.plan_title {
    height: 50px
}

.catering_menu_dl {
    text-align: center;
    width: 100%;
}

.catering_h4 {
    padding: 8px 0;
}

.catering_ul {
    padding: 0;
}

.overview_block{
  max-width: 720px;
  margin: 80px auto 20px auto;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}

.overview_block span.marker{
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgb(255, 203, 120) 71%);
}
