@charset "UTF-8";

/* ----------------------------------------
   ■ default.css
---------------------------------------- */


/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body * {
    box-sizing: border-box;
}

main {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

label {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
}

input[type="radio"] {
    display: none;
}

html,
body {
    font-size: 10px;
}

body {
    position: relative;
    background: #3f2113;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: center;
    color: #231815;
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo UI", osaka, sans-serif;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
}

body * {
    box-sizing: border-box;
}

.none_hotel{
    margin: 50px 0 10px;

}

#container {
    min-width: 320px;
    position: relative;
    font-size: 1.6rem;
}

#contentsWrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 45px 45px 60px;
}

header,
main,
aside {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

header .lead {
    padding: 1em 0;
    color: #fff;
    font-size: 1.4rem;
}

main {
    padding: 50px 40px;
    background: #f4ebd2;
    text-align: left;
}

main .block {
    padding: 40px 0;
    border-bottom: 1px solid #3f2113;
}

main .block h2 {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    line-height: 1.3;
    color: #3f2113;
    font-size: 2rem;
    font-weight: bold;
}

main .block h2::before {
    content: '0';
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    position: absolute;
    left: 0;
    top: -3px;
    width: 32px;
    height: 32px;
    background: #3f2113;
    color: #f4ebd2;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 2.5rem;
}

main .block label .tx1 {
    line-height: 1.2;
    color: #231815;
    font-size: 1.8rem;
    font-weight: bold;
}


/* FORM
---------------------------------------- */

.selectWrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #959596;
}

.selectWrapper::after {
    content: "＞";
    position: absolute;
    right: 12px;
    top: calc(50% - 0.65em);
    transform: rotate(90deg) scale(1, 2);
    font-size: 1.2rem;
}

.selectWrapper select {
    width: calc(100% + 60px);
    min-width: 65px;
    padding: 0.5em 0.75em;
    font-size: 1.8rem;
}

#block1 h2::before {
    content: "1";
}

#block2 h2::before {
    content: "2";
}

#block3 h2::before {
    content: "3";
}

#block4 h2::before {
    content: "4";
}

#block5 h2::before {
    content: "5";
}

#block6 h2::before {
    content: "6";
}

label .box {
    border: 1px solid #959596;
}

label.chk .box {
    background: #fff;
}

.radioWrapper {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.radioWrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px solid #959596;
    border-radius: 50%;
    box-sizing: border-box;
}

.radioWrapper::after {
    content: "";
    display: none;
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #000;
    border-radius: 50%;
    box-sizing: border-box;
}

.chk .radioWrapper::before {
    background: #fff;
}

.chk .radioWrapper::after {
    display: block;
}


/* 各ブロック
---------------------------------------- */

#block1 {
    padding-top: 0;
}

#block1 .set1 {
    width: 100%;
}

#block1 .set1 dt {
    width: 40%;
    padding-right: 1em;
}

#block1 .set1 dd {
    width: 60%;
}

#block1 h2 {
    margin-bottom: 0;
}

#block2>div ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 103%;
    margin-top: -30px;
}

#block2>div ul li {
    width: 30.27778%;
    margin-top: 30px;
    margin-right: 3%;
    text-align: center;
    height: 90%;
}

#block2>div .box {
    margin-bottom: 10px;
    padding: 4px;
    border: 1px solid #959596;
}

#block2>div .box .tx1 {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    margin-top: 0.25em;
    height: 50px;
}

#block3 ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    max-width: 580px;
    margin: 0 auto;
}

#block3 ul li {
    width: 29.31034%;
    margin: 0 5px;
    text-align: center;
}

#block3 ul li .box {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 5px;
    text-align: center;
}

#block3 ul li .box>div {
    max-width: 99%;
}

#block3 ul li .box .tx1 {
    margin-top: 10px;
}

#block4 .set1 {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#block4 .set1>div {
    width: 30.27778%;
}

#block4 .set1>div h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

#block4 .set1>div h3 span {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background: #231815;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
    color: #fff;
}

#block4 .set1 ul li+li {
    margin-top: 25px;
}

#block4 label {
    display: block;
    padding: 20px 10px;
    border: 1px solid #959596;
}

#block4 label.chk {
    background: #fff;
}

#block4 label span {
    vertical-align: middle;
}

#block5 ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    /*flex-wrap: wrap;*/
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    margin-top: -25px;

  flex-flow: row wrap;
  justify-content: flex-start;
}

#block5 ul li {
    width: 30.27778%;
    margin-top: 25px;
    text-align: center;
    margin:25px 10px;
}

#block5 ul li .box {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    height: 155px;
    margin-bottom: 10px;
    padding: 5px;
}

#block5 ul li .box>div {
    max-width: 99%;
}

#block5 ul li .box .tx1 {
    margin-top: 10px;
}

#block6 {
    border-bottom: none;
}

#block6 ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: -30px;
}

#block6 ul li {
    width: 30.27778%;
    margin-top: 30px;
    margin-left: 4.58333%;
}

#block6 ul li:nth-child(3n+1) {
    margin-left: 0;
}

#block6 ul li .box {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    border: 1px solid #959596;
}

#block6 ul li .box > span {
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 1.6rem;
    font-weight: bold;
}

#block6 ul li .box select {
    background: #e5e5e6;
}

#partyPlan {
    position: relative;
}

#partyPlan h2 {
    margin-bottom: 20px;
    line-height: 1.1;
    text-align: center;
    color: #6b423e;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 3.2rem;
    font-weight: bold;
}

#partyPlan .lead {
    margin-bottom: 30px;
    line-height: 1.1;
    text-align: center;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
}

#partyPlan ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    margin-top: -25px;
    text-align: center;
}

#partyPlan ul li {
    width: 31.51515%;
    margin: 25px 0.9% 0;
}

#partyPlan ul li a {
    display: block;
    position: relative;
/*    padding: 12px 5px;*/
    border: 1px solid #3f2113;
    line-height: 1.1;
    text-decoration: none;
    color: #000;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 2.5rem;
}

#partyPlan ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 27px 0 0;
    border-color: #000000 transparent transparent transparent;*/
}

#partyPlan ul li a::after {
/*    content: "＞";
    position: absolute;
    right: 10px;
    top: calc(50% - 0.5em);
    line-height: 1.1;
    font-size: 13px;
    transform: scale(1, 2);
    font-weight: bold;*/
}

#partyPlan ul li a span {
    font-size: 3.3rem;
}

#partyPlan ul li:nth-child(1) a::before {
    border-color: #ca9937 transparent transparent transparent;
}

#partyPlan ul li:nth-child(2) a::before {
    border-color: #8b252c transparent transparent transparent;
}

#partyPlan ul li:nth-child(3) a::before {
    border-color: #1e2e53 transparent transparent transparent;
}

#partyPlan ul li:nth-child(4) a::before {
    border-color: #215a39 transparent transparent transparent;
}

#partyPlan ul li:nth-child(5) a::before {
    border-color: #7f4a6f transparent transparent transparent;
}

#partyPlan .inner {
    position: relative;
    min-height: 150px;
}

#partyPlan .inner .top,
#partyPlan .inner .btm {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#partyPlan .inner .top::before,
#partyPlan .inner .top:after,
#partyPlan .inner .btm::before,
#partyPlan .inner .btm:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

#partyPlan .inner .top::before,
#partyPlan .inner .btm::before {
    left: 0;
}

#partyPlan .inner .top:after,
#partyPlan .inner .btm:after {
    right: 0;
}

#partyPlan .inner .all {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #3f2113;
}

#partyPlan .inner .top {
    top: 0;
}

#partyPlan .inner .top::before,
#partyPlan .inner .top:after {
    top: 0;
}

#partyPlan .inner .top::before {
    background-image: url("../img/bg_partyplan_01.png");
}

#partyPlan .inner .top::after {
    background-image: url("../img/bg_partyplan_02.png");
}

#partyPlan .inner .btm {
    bottom: 0;
}

#partyPlan .inner .btm::before,
#partyPlan .inner .btm:after {
    bottom: 0;
}

#partyPlan .inner .btm::before {
    background-image: url("../img/bg_partyplan_03.png");
}

#partyPlan .inner .btm::after {
    background-image: url("../img/bg_partyplan_04.png");
}

#partyPlan .inner .contents {
    position: relative;
    padding: 40px 30px;
    z-index: 2;
}

#total {
    width: calc(100% + 80px);
    margin: 40px 0 0 -40px;
    padding: 35px 20px 30px;
    background: #fff;
}

#total p {
    line-height: 1.1;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

#total p span {
    display: inline-block;
    font-size: 2em;
}


#total_form {
    width: calc(100% + 80px);
    margin: 40px 0 0 -40px;
    padding: 35px 20px 30px;
}

#total_form .text{
    margin: 0 0 10px 0;
}
#total_form .form{
    margin: 0 0 10px 0;
}

#total_form .form input{

    height: 40px;
    width: 300px;
    margin: 0 0 0 20px;

}

#total_form .form #sei{

    height: 40px;
    width: 135px;
    margin: 0 0 0 20px;

}
#total_form .form #mei{

    height: 40px;
    width: 135px;
    margin: 0 0 0 20px;

}

#total_form p {
    line-height: 1.1;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

#total_form p span {
    display: inline-block;
    font-size: 2em;
}

#save {
    padding-top: 35px;
    text-align: center;
}

.sendBtn a {
    display: inline-block;
    position: relative;
    padding: 25px 53px 23px 20px;
    background: #3f2113;
    letter-spacing: 0;
    line-height: 1.1;
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
}

.sendBtn a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 15.5px);
    width: 26px;
    height: 31px;
    background: url("../img/ico_pdf_01.png") no-repeat left top/100% auto;
}

.sendBtn a:hover {
    opacity: 0.8;
}

aside {
    padding: 40px 0 0;
    color: #fff;
}

aside a {
    color: #fff;
    text-decoration: none;
}

aside>div {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

aside>div .box {
    position: relative;
    width: 46.875%;
    border: 1px solid #fff;
    text-align: center;
}

aside>div .box h2 {
    position: absolute;
    left: 0;
    top: -0.5em;
    width: 100%;
    line-height: 1.1;
    font-size: 2rem;
    font-weight: bold;
}

aside>div .box h2 span {
    display: inline-block;
    padding: 0 1em;
    background: #3f2113;
}

aside>div .box .cnt {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    height: 100%;
    padding: 25px;
}

aside>div .box .btn {
    line-height: 1.1;
}

aside>div .box .btn a {
    display: block;
    position: relative;
    padding: 15px 25px 15px 15px;
    border: 1px solid #fff;
    font-size: 1.8rem;
}

aside>div .box .btn a::after {
    content: "＞";
    position: absolute;
    right: 20px;
    top: calc(50% - 0.5em);
    transform: scale(1, 2);
    font-size: 1.2rem;
}

aside>div .box .btn a:hover {
    background: rgba(255, 255, 255, 0.15);
}

aside>div .box.b1 h3 {
    font-size: 1.8rem;
}

aside>div .box.b1 .tel {
    margin: 10px 0;
    line-height: 1.1;
}

aside>div .box.b1 .tel a {
    letter-spacing: 0;
    font-size: 4rem;
    font-weight: bold;
}

aside>div .box.b1 h4 {
    margin-top: 1.5em;
    font-size: 1.8rem;
}

aside>div .box.b1 .btn {
    margin-top: 10px;
}

aside>div .box.b2 .btn {
    margin-top: 1.5em;
}

aside>div .box.b2 .tx1 {
    margin-top: 1em;
}

body.modal {
    overflow: hidden;
}

#modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

#modal .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#modal .wrap {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#modal .wrap .cnt {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 90%;
    max-height: 85%;
    padding: 50px 50px 0;
    max-width: 700px;
    background: #fff;
}

#modal .wrap .cnt h2 {
    margin-bottom: 30px;
    line-height: 1.1;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 2.1rem;
}

#modal .wrap .tbl1 {
    width: 100%;
    margin-bottom: 45px;
    border: 1px solid #959596;
}

#modal .wrap .tbl1 th,
#modal .wrap .tbl1 td {
    padding: 15px 15px 13px;
    border: 1px solid #959596;
    border-bottom: none;
    line-height: 1.3;
    vertical-align: middle;
}

#modal .wrap .tbl1 th {
    width: 25%;
    background: #717071;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    white-space: nowrap;
}

#modal .wrap .tbl1 th small {
    display: block;
    font-size: 0.85em;
}

#modal .wrap .tbl1 td {
    width: 75%;
    text-align: left;
    font-size: 1.2rem;
    font-feature-settings: "palt";
}

#modal .wrap .tbl1 td.subtotal {
    padding: 10px 10px 8px;
    background: #e9e9ea;
    border-top: 1px dashed #959596;
    text-align: right;
    color: #ce0c1c;
    font-weight: bold;
}

#modal .wrap .tbl1 td label {
    line-height: 1.1;
}

#modal .wrap .tbl1 td .radioWrapper {
    position: relative;
    top: 2.5px;
    width: 14px;
    height: 14px;
    margin-right: 0.5em;
}

#modal .wrap .tbl1 td .radioWrapper::after {
    background: #ce0c1c;
}

#modal .wrap .tbl1 td ul {
    max-width: calc(100% - 30px);
}

#modal .wrap .tbl1+.note {
    margin-bottom: 15px;
}

#modal .wrap .set1 {
    display: inline-block;
    width: 49%;
    margin-top: -5px;
}

#modal .wrap .set1 li {
    margin-top: 5px;
}

#modal .wrap .set2 {
    margin-top: -5px;
    letter-spacing: -0.38em;
}

#modal .wrap .set2 li {
    display: inline-block;
    width: 33%;
    margin-top: 5px;
    letter-spacing: normal;
}

#modal .wrap .set2 li:last-child {
    width: 100%;
}

#modal .wrap .set3,
#modal .wrap .set4 {
    margin-top: -5px;
    letter-spacing: -0.38em;
}

#modal .wrap .set3 li,
#modal .wrap .set4 li {
    display: inline-block;
    width: 49%;
    margin-top: 5px;
    letter-spacing: normal;
}

#rsvTotal {
    width: calc(100% + 100px);
    margin: 0 0 0 -50px;
    padding: 10px 20px;
    background: #e5e5e6;
    line-height: 1.1;
    color: #ce0c1c;
    font-size: 1.4rem;
    font-weight: bold;
}

#rsvTotal .price {
    font-size: 2.4rem;
}

#rsvInq {
    margin-top: 25px;
    padding: 0 20px 20px;
    line-height: 1.3;
    color: #595757;
}

#rsvInq span {
    position: relative;
}

#rsvInq .name {
    font-size: 1.2rem;
    margin-right: 10px;
}

#rsvInq .tel {
    font-size: 1.3rem;
    font-weight: bold;
}

#rsvInq .num {
    font-size: 1.8rem;
    font-weight: bold;
}

#rsvInq .time {
    top: -2px;
    font-size: 1rem;
}


/* PARTS
---------------------------------------- */

.noteList {
    text-align: left;
    font-size: 1.3rem;
}


/* PARTS
---------------------------------------- */

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a {
    text-decoration: underline;
    color: #000;
}

a:hover {
    text-decoration: none;
}

a.inactive {
    pointer-events: none;
    cursor: default;
    opacity: 0.8;
}

a.txtLink {
    display: inline-block;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

a.txtLink::before {
    content: '＞ ';
}

a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

sup {
    vertical-align: top;
    font-size: 0.5em;
}


/* Note */

.note {
    letter-spacing: 0;
    font-size: 1.3rem;
}

.noteList {
    font-size: 1.3rem;
}

.noteList li {
    padding-left: 1em;
    letter-spacing: 0;
    line-height: 1.5;
    text-indent: -1em;
    font-feature-settings: "palt";
}

.noteList li+li {
    margin-top: 5px;
}


/* text-align */

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

.ta-l {
    text-align: left;
}


/* vertical-align */

.va-m {
    vertical-align: middle;
}

.va-t {
    vertical-align: top;
}

.va-b {
    vertical-align: bottom;
}


/* Flex */

.flex_set {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.flex_set.ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_set.j-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_set.j-c {
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}


/* Table */

.tbl {
    display: table;
}

.tbl .row {
    display: table-row;
}

.tbl .cell {
    display: table-cell;
    vertical-align: middle;
}

.tbl .cell.top {
    vertical-align: top;
}

.tbl .cell.btm {
    vertical-align: bottom;
}

.tbl.top .cell {
    vertical-align: top;
}

.tbl.btm .cell {
    vertical-align: bottom;
}


/* Other */

.ib {
    display: inline-block;
}

.nowrap {
    white-space: nowrap;
}

.sprite {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}


/* @media : PC
---------------------------------------- */

@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
}


/* @media : SP
---------------------------------------- */


@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    a[href^="tel:"] {
        pointer-events: auto;
        cursor: pointer;
    }
    .tbl.rsp,
    .tbl.rsp .row,
    .tbl.rsp .cell {
        display: block;
    }
    .tbl.rsp .row+.row {
        margin-top: 1em;
    }
.none_hotel{
    margin: 20px 0 10px;

}


}



/* @media : PC
---------------------------------------- */

@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
}


/* @media : SP
---------------------------------------- */

@media screen and (max-width: 768px) {
    body {
        letter-spacing: 0;
        line-height: 1.5;
    }
    .pc {
        display: none;
    }
    a[href^="tel:"] {
        pointer-events: auto;
        cursor: pointer;
    }
    #contentsWrapper {
        padding: 15px 15px 30px;
    }
    main {
        padding: 15px;
    }
    main .block {
        padding: 20px 0;
    }
    #block1 .set1 dt {
        width: 100%;
        padding-right: 0;
    }
    #block1 .set1 dd {
        width: 100%;
        padding-top: 20px;
    }
    #total {
        width: calc(100% + 30px);
        margin: 40px 0 0 -15px;
    }
    #modal .wrap .set3 li {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    html,
    body {
        font-size: 1.3020833333vw;
    }
}

@media screen and (max-width: 480px) {
    html,
    body {
        font-size: 2.0833333333vw;
    }
    header .lead {
        text-align: left;
    }
    header .lead br {
        display: none;
    }
    main .block h2 {
        padding-left: 35px;
        font-size: 4.1666666667vw;
    }
    main .block h2::before {
        width: 28px;
        height: 28px;
    }
    .selectWrapper select {
        font-size: 1.6rem;
    }
    #block2>div ul {
        width: calc(100% + 10px);
        margin-top: -10px;
    }
    #block2>div ul li {
        width: calc(50% - 10px);
        margin-top: 10px;
        margin-right: 10px;
    }
    #block3 ul li {
        width: calc(33.33333% - 10px);
    }
    #block3 ul li .box .img {
        width: 80%;
        margin: 0 auto;
    }
    #block4 .set1 {
        display: block;
    }
    #block4 .set1>div {
        width: 100%;
    }
    #block4 .set1>div+div {
        margin-top: 20px;
    }
    #block4 .set1>div h3 {
        text-align: left;
    }
    #block4 .set1>div h3 span {
        width: 30px;
        height: 30px;
        line-height: 31px;
    }
    #block4 .set1>div ul li+li {
        margin-top: 10px;
    }
    #block5 ul {
        margin-top: -10px;
    }
    #block5 ul li {
        width: calc(50% - 5px);
        margin-top: 10px;
    }
    #block5 ul li .box {
        min-height: 130px;
    }
    #block6 ul {
        display: block;
        margin-top: 0;
    }
    #block6 ul li {
        width: 100%;
        margin: 0;
    }
    #block6 ul li+li {
        margin-top: 10px;
    }
    #partyPlan h2,
    #partyPlan .lead {
        margin-bottom: 10px;
    }
    #partyPlan .inner .contents {
        padding: 25px 20px 20px;
    }
    #partyPlan ul {
        display: block;
        margin: 0;
    }
    #partyPlan ul li {
        width: 100%;
        margin: 0;
    }
    #partyPlan ul li+li {
        margin-top: 10px;
    }
    #total {
        margin-top: 20px;
        padding: 25px 20px 20px;
    }
    aside>div {
        display: block;
    }
    aside>div .box {
        width: 100%;
    }
    aside>div .box+.box {
        margin-top: calc(30px + 0.5em);
    }
    #modal .wrap .cnt h2 {
        margin-bottom: 10px;
    }
    #modal .wrap .tbl1 {
        margin-bottom: 20px;
    }
    #modal .wrap .tbl1 th,
    #modal .wrap .tbl1 td {
        padding: 10px 10px 8px;
    }
    #modal .wrap .cnt {
        padding: 20px 20px 0;
    }
    #modal .wrap .tbl1 td ul {
        max-width: calc(100% - 20px);
    }
    #modal .wrap .set1,
    #modal .wrap .set2,
    #modal .wrap .set3,
    #modal .wrap .set4 {
        display: block;
        margin-top: 0;
    }
    #modal .wrap .set1 li,
    #modal .wrap .set2 li,
    #modal .wrap .set3 li,
    #modal .wrap .set4 li {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    #modal .wrap .set1 li+li,
    #modal .wrap .set2 li+li,
    #modal .wrap .set3 li+li,
    #modal .wrap .set4 li+li {
        margin-top: 5px;
    }
    #modal .wrap .set1+.set1 {
        margin-top: 5px;
    }
    #rsvTotal {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}

@media screen and (min-width: 769px)and (max-width: 481px) {
	#block5 ul {
	    flex-wrap: wrap;
	    justify-content: space-between;

	}


	#block5 ul li {
	    margin:25px 0;
	}

}
@media screen and (max-width: 769px) {


	#block5 ul {
	    flex-wrap: wrap;

	}


	#block5 ul li {
	    margin:25px 6px;
	}
	#total_form .form input {
	    height: 50px;
	    width: 100%;
	    margin: 0;
	}

	#total_form .form{
	    text-align: left;

	    padding: 0 20px;
	}

}
@media screen and (max-width: 481px) {


	#block5 ul {
	    flex-wrap: wrap;
	    justify-content: space-between;

	}


	#block5 ul li {
	    margin:25px 0;
	}
	#total_form .form input {
	    height: 50px;
	    width: 100%;
	    margin: 0;
	}

	#total_form .form{
	    text-align: left;

	    padding: 0 20px;
	}

}