@charset "UTF-8";
/* Scss Document */
@import url(normalize.css);

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

/* HTML5 display-role reset for older browsers */
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:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

* {
    margin: 0;
    padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
    font-family: "Yu Mincho", "YuMincho";
}

.font_en {
    font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

/*=======================================================
	
    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================
	
    common
    
========================================================*/
html {
    font-size: 62.5%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 58.5%;
    }
}

body {
    font-size: 1.6rem;
    height: 100%;
    color: #131313;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP";
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.6rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 1101px) {
    .pc {
        display: none !important;
    }
}

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

.clearfix {
    *zoom: 1;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 767px) {
    img {
        max-width: 100%;
    }
}

.mrgT5 {
    margin-top: 5px;
}

.mrgT10 {
    margin-top: 10px;
}

.mrgT15 {
    margin-top: 15px;
}

.mrgT20 {
    margin-top: 20px;
}

.mrgT25 {
    margin-top: 25px;
}

.mrgT30 {
    margin-top: 30px;
}

.mrgT40 {
    margin-top: 40px;
}

.mrgT50 {
    margin-top: 50px;
}

.mrgT60 {
    margin-top: 60px;
}

.mrgT70 {
    margin-top: 70px;
}

.mrgB5 {
    margin-bottom: 5px;
}

.mrgB10 {
    margin-bottom: 10px;
}

.mrgB15 {
    margin-bottom: 15px;
}

.mrgB20 {
    margin-bottom: 20px;
}

.mrgB25 {
    margin-bottom: 25px;
}

.mrgB30 {
    margin-bottom: 30px;
}

.mrgB40 {
    margin-bottom: 40px;
}

.mrgB50 {
    margin-bottom: 50px;
}

.mrgB60 {
    margin-bottom: 60px;
}

.mrgB70 {
    margin-bottom: 70px;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.fontBold {
    font-weight: bold;
}

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

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

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

.f14 {
    font-size: 1.4rem;
}

.f16 {
    font-size: 1.6rem;
}

.f18 {
    font-size: 1.8rem;
}

.red {
    color: #c1272d;
}

.mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
    color: #131313;
}

a:hover img {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=70)";
    /* IE 8 */
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.veg-movie {
    width: 100%;
    max-width: 800px;
}

.marker {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-weight: bold;
}

/* --------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------- */
header {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/common/bg_header.png) no-repeat top center/cover;
}

@media screen and (max-width: 1101px) {
    header {
        height: 85px;
        background: 0;
        top: 0;
    }
}

header.is-fixed {
    background: #feebf0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    animation: nyuru 0.5s;
    height: 90px;
}

@media screen and (max-width: 767px) {
    header.is-fixed {
        background: rgba(254, 235, 240, 0.8);
    }
}

header.is-fixed .logo img {
    width: 45%;
}

@keyframes nyuru {
    0% {
        margin-top: -158px;
    }

    100% {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    @keyframes nyuru {
        0% {
            margin-top: -78px;
        }

        100% {
            margin-top: 0;
        }
    }
}

header .inner {
    padding: 10px 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1500px;
    margin: 0 auto;
}

header .inner .logo {
  /*  margin-right: 50px;*/
}



header .inner .logo img{
width:90%; height: auto;
}

.is-fixed .logo img{width:45%!important; height: auto;}

header .inner nav {
    line-height: 1.8;
}

header .inner nav .telnum {
    font-size: 3.0rem;
}

header .inner nav .telnum span {
    font-size: 1.6rem;
}

header .inner nav .gnav {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

header .inner nav .gnav li {
    margin: 0 30px 0 0;
    font-size: 1.7rem;
    text-align: center;
}

header .inner nav .gnav li:last-child {
    margin: 0;
}

header .inner nav .gnav li a {
    text-decoration: none;
    line-height: 1.6;
    color: #131313;
    display: flex;
    align-items: center;
}

header .inner nav .gnav li a:hover {
    color: #df7163;
}

header .inner nav .gnav li a.current {
    color: #df7163;
}

header .inner .contact_btn {
    width: 192px;
    height: 98px;
    position: absolute;
    top: 0;
    right: 0;
}

header .inner .contact_btn a {
    padding-top: 25px;
    line-height: 110%;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #df7163;
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}

header .inner .contact_btn a span {
    font-size: 1.3rem;
    display: block;
}

header .sp .logo {
    position: absolute;
    left: 10px;
    top: 10px;
}

header .sp .contact_btn {
    margin: 20px 30px 0;
}

header .sp .contact_btn a {
    padding: 15px;
    line-height: 110%;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    text-decoration: none;
    color: #ef7d95;
    font-size: 1.8rem;
    text-align: center;
}

header .sp .contact_btn a span {
    font-size: 1.3rem;
    display: block;
}

header .menu-trigger,
header .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
}

header .menu-trigger {
    width: 50px;
    height: 50px;
    float: right;
    position: fixed;
    top: 2%;
    right: 1%;
    z-index: 9999;
    background: #ef7d95;
    transform: scale(0.8);
}

header .menu-trigger span {
    width: 30px;
    height: 3px;
    margin: auto auto auto 10px;
    position: absolute;
    background-color: #fff;
}

header .menu-trigger span:nth-of-type(1) {
    top: 15px;
}

header .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}

header .menu-trigger span:nth-of-type(3) {
    bottom: 15px;
}

header .menu-trigger.active {
    background: #fff;
}

header .menu-trigger.active span {
    background-color: #ef7d95;
}

header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}

header #overlay {
    width: 100%;
    height: 100vh;
    margin: auto;
    padding-top: 5%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #ef7d95;
    display: none;
    text-align: center;
    color: #fff;
}

header #overlay h1 {
    text-align: center;
    margin-bottom: 10px;
}

header #overlay .info {
    font-size: 1.4rem;
    text-align: center;
}

header #overlay ul {
    width: 100%;
    margin: 10px 0 10px;
}

header #overlay ul li {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 10px;
}

header #overlay ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

header #overlay ul li a span {
    display: none;
}

/*
header.is-fixed{
	position: fixed;
	top: 0;
	z-index: 100;
	left: 50%;
transform: translate(-50%, 0%);
	background: url(../img/header.jpg) no-repeat center top;
}
*/
footer {
    background: url(../img/common/bg_footer.png) no-repeat bottom center/cover;
}

footer .inner {
    padding: 30px 0 20px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 1101px) {
    footer .inner {
        padding: 30px 15px;
    }
}

footer .inner .info {
    margin: 30px 0;
    line-height: 1.8;
    font-size: 1.4rem;
}
footer .inner .info a[href*="tel:"] {
    color: #fff;
}

footer address {
    text-align: center;
    padding: 15px;
    font-size: 1.4rem;
}

#mainImg {
    position: relative;
}

#mainImg video {
    width: 100%;
}

/*社内タブレットに合わせる為*/
/* --------------------------------------------------------------- */
/* 全体レイアウト */
/* --------------------------------------------------------------- */
/* 画面全体の設定 */
#loader_wrap {
    z-index: 9999;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: url(../img/common/bg_main.jpg) repeat-y top center/cover;
}

/* ローディングアニメーションの設定 */
.loader {
    width: 203px;
    height: 68px;
    background: url("../img/common/logo.png") no-repeat;
    opacity: 0;
    animation: blink 1.5s infinite linear;
}

@keyframes blink {
    50% {
        opacity: 1;
    }
}

/* ローディング終了後 */
.loaded {
    opacity: 0;
    visibility: hidden;
}

#container {
    overflow: hidden;
}

#container .main section p {
    line-height: 1.6;
}

#container .main section .flex {
    display: flex;
    flex-wrap: wrap;
}

#container .main section .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 0;
}

@media screen and (max-width: 1101px) {
    #container .main section .inner {
        padding: 30px 15px;
        box-sizing: border-box;
    }
}

#container .main section .inner img {
    max-width: 100%;
    height: auto;
}

#container .main section img {
    max-width: 100%;
    height: auto;
}

#container .toTop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 4;
}

@media screen and (max-width: 767px) {
    #container .toTop {
        bottom: 25px;
        right: 10px;
    }
}

#container .fix_bnr {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 200;
}

@media screen and (max-width: 767px) {
    #container .fix_bnr {
        display: none;
    }
}

#container .fix_bnr_sp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#container .fix_bnr_sp a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #39608f;
    text-decoration: none;
    padding: 1em;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}

#container .fix_bnr_sp a::before {
    content: url(../img/common/ico_cal.png);
    margin-right: 10px;
}

#container .gmap {
    padding: 0;
}

#ui-datepicker-div{
z-index: 9999 !important;
}

/* --------------------------------------------------------------- */
/* TOP */
/* --------------------------------------------------------------- */
#top #container .sec001 {
    background: url(../img/top/bg_intro.png) no-repeat bottom center/cover;
}

#top #container .sec001 .inner {
    position: relative;
    padding: 220px 0 120px;
}

@media screen and (max-width: 767px) {
    #top #container .sec001 .inner {
        padding: 100px 15px 30px;
    }
}

#top #container .sec001 .inner figure {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

@media screen and (max-width: 1200px) {
    #top #container .sec001 .inner{
        text-align: center;
    }
    #top #container .sec001 .inner figure {
        position: inherit;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-top: 20px;
    }
}

#top #container .sec002 {
    padding: 40px 0;
    background: url(../img/top/bg_point.jpg) no-repeat bottom center;
}

#top #container .sec002 .inner .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 40px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
    #top #container .sec002 .inner .box figure,#top #container .sec002 .inner .box h3{
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #top #container .sec002 .inner .box {
        padding: 0 15px;
    }
}

#top #container .sec002 .inner .box .cont {
    width: 45%;
}

@media screen and (max-width: 1101px) {
    #top #container .sec002 .inner .box .cont {
        width: 100%;
        margin-bottom: 30px;
        order: 1;
    }
}

#top #container .sec002 .inner .box .cont h3 {
    margin-bottom: 40px;
}

#top #container .sec002 .inner .box .cont .txt {
    line-height: 2.0;
    margin-bottom: 50px;
    font-size: 1.8rem;
}

#top #container .sec002 .inner .box .cont .more {
    text-align: center;
}

#top #container .sec002 .inner .box figure {
    width: 50%;
}

@media screen and (max-width: 1101px) {
    #top #container .sec002 .inner .box figure {
        width: 100%;
        order: 2;
    }
}

#top #container .sec003 .inner dl {
    max-width: 800px;
    margin: 0 auto;
}

#top #container .sec003 .inner dl dt {
    background: #f5afbe;
    padding: 20px;
    text-align: center;
    font-size: 2.4rem;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 767px) {
    #top #container .sec003 .inner dl dt {
        font-size: 1.8rem;
    }
}

#top #container .sec003 .inner dl dt::after {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    right: 20px;
    top: 25px;
    font-size: 1.4rem;
}

#top #container .sec003 .inner dl dt.active::after {
    content: "\f068";
}

#top #container .sec003 .inner dl dd {
    background: #fef7f8;
    display: none;
    padding: 25px;
}

#top #container .sec003 .inner dl dd .box {
    margin-bottom: 30px;
    font-size: 1.4rem;
}

#top #container .sec003 .inner dl dd .box:last-child {
    margin-bottom: 0;
}

#top #container .sec003 .inner dl dd .box .tit {
    font-size: 1.8rem;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

#top #container .sec003 .inner dl dd .box p {
    line-height: 1.8;
}

#top #container .sec003 .inner dl dd .box ol {
    padding-left: 1em;
    list-style: decimal;
}

#top #container .sec003 .inner dl dd .box ol li {
    margin-bottom: 10px;
    line-height: 1.8;
}

#top #container .sec003 .inner dl dd .box ol li:last-child {
    margin-bottom: 0;
}

#top #container .sec004 {
    background: url(../img/top/bg_plan.jpg) no-repeat top center/cover;
}

#top #container .sec004 .inner h2 {
    margin-bottom: 50px;
    text-align: center;
}

#top #container .sec004 .inner .box {
    margin-bottom: 40px;
}

#top #container .sec004 .inner .box .plan_rss {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top #container .sec004 .inner .box .plan_rss .mini {
    width: calc(25% - 10px);
}

@media screen and (max-width: 767px) {
    #top #container .sec004 .inner .box .plan_rss .mini {
        width: 100%;
        margin-bottom: 20px;
    }
}

#top #container .sec004 .inner .box .plan_rss .mini h4 {
    color: #664c00;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.4;
}

#top #container .sec004 .inner .box .plan_rss .mini h4 a {
    color: #000;
}

#top #container .sec004 .inner .box .plan_rss .mini .plan_img {
    width: 100%;
}

#top #container .sec004 .inner .box .plan_rss .mini .plan_img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    #top #container .sec004 .inner .box .plan_rss .mini .plan_img img {
        width: 100%;
        height: 250px;
    }
}

#top #container .sec004 .inner .box .plan_rss .mini .plan_text {
    box-sizing: border-box;
    padding: 20px 0;
    font-size: 1.4rem;
}

#top #container .sec004 .inner .box .plan_rss .mini .btn {
    text-align: center;
    margin-top: 20px;
}

#top #container .reserve {
    background: url(../img/top/bg_search.png) no-repeat top center/cover;
}

#top #container .reserve .inner {
    box-sizing: border-box;
    position: relative;
}

#top #container .reserve .inner::before {
    content: url(../img/top/fig_leaf01.png);
    top: 50px;
    left: -20px;
    position: absolute;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    #top #container .reserve .inner::before {
        top: 0;
        left: 0;
    }
}

#top #container .reserve .inner::after {
    content: url(../img/top/fig_leaf02.png);
    bottom: 50px;
    right: -20px;
    position: absolute;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    #top #container .reserve .inner::after {
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    #top #container .reserve .inner {
        padding: 15px 15px;
    }
}

#top #container .reserve .inner .flex {
    background: #fff;
    padding: 30px 30px;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 767px) {
    #top #container .reserve .inner .flex {
        justify-content: center;
        text-align: center;
    }
}

#top #container .reserve .inner .flex h2 {
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.8;
    margin-right: 50px;
    margin-bottom: 0;
}

#top #container .reserve .inner .flex h2 span {
    font-size: 1.4rem;
    display: block;
}

@media screen and (max-width: 767px) {
    #top #container .reserve .inner .flex h2 {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

#top #container .reserve .inner .flex .plan_form {
    padding-left: 30px;
    border-left: 1px solid #ef7d95;
    width: 70%;
}

@media screen and (max-width: 767px) {
    #top #container .reserve .inner .flex .plan_form {
        width: 100%;
        padding-left: 0;
        border: 0;
    }
}

#top #container .reserve .inner .flex .plan_form .form_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #top #container .reserve .inner .flex .plan_form .form_box {
        display: block;
    }
}

#top #container .reserve .inner .flex .plan_form .form_box div {
    margin: 10px 40px 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #top #container .reserve .inner .flex .plan_form .form_box div {
        display: block;
        margin-right: 0;
    }
}

#top #container .reserve .inner .flex .plan_form .form_box div .title {
    font-size: 1.6rem;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    #top #container .reserve .inner .flex .plan_form .form_box div .title {
        margin-right: 20px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ef7d95;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    #top #container .reserve .inner .flex .plan_form .form_box .search_btn {
        display: block;
        text-align: center;
    }
}

#top #container .reserve .inner .flex .plan_form .form_box .search_btn input {
    padding: 5px 30px;
    cursor: pointer;
    color: #000;
    border: 0;
    font-size: 1.6rem;
}

/* --------------------------------------------------------------- */
/* 下階層 */
/* --------------------------------------------------------------- */
#local #container .title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 460px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    #local #container .title {
        height: 300px;
    }
}

#local #container .title h1 {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    font-size: 4.0rem;
    color: #fff;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.8);
}

#local #container .title h1 span {
    display: block;
    font-size: 1.6rem;
}

@media screen and (max-width: 1101px) {
    #local #container .title h1 {
        margin-top: 30px;
        line-height: 1.4;
        width: 70%;
        font-size: 2.8rem;
    }
}

#local #container main {
    position: relative;
}

#local #container section h2 {
    text-align: center;
    margin-bottom: 40px;
}

#local #container section .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
}

@media screen and (max-width: 1101px) {
    #local #container section .inner {
        padding: 30px 15px;
        box-sizing: border-box;
    }
}

#local #container section .inner .flex figure {
    text-align: center;
}

#local #container section .inner h3.style01 {
    font-size: 2.4rem;
    padding-bottom: 0;
    border-bottom: 3px dotted #ef7d95;
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 30px;
}

#local #container section .inner h3.style01::before {
    content: url(../img/common/ico_tit01.png);
    margin-right: 20px;
}

#local #container section .inner h3.style02 {
    font-size: 2.4rem;
    padding-bottom: 0;
    border-bottom: 3px dotted #ef7d95;
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 30px;
}

#local #container section .inner h3.style02::before {
    content: url(../img/common/ico_tit02.png);
    margin-right: 20px;
}

#local #container section .inner table {
    width: 100%;
    background: #fff;
}

#local #container section .inner table.fix_table {
    table-layout: fixed;
}

#local #container section .inner table tr th {
    background: #fce9e6;
    padding: 15px;
    border: #ef7d95 1px solid;
    line-height: 1.6;
    align-items: center;
    width: 25%;
    vertical-align: middle;
}

#local #container section .inner table tr td {
    padding: 15px;
    border: #ef7d95 1px solid;
    line-height: 1.6;
    align-items: center;
}

#local #container .zoom {
    position: relative;
}

#local #container .zoom::after {
    font-family: FontAwesome;
    content: "\f00e";
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
    #local #container .scroll {
        overflow: auto;
        white-space: nowrap;
    }
}

#local #container .pola {
    box-sizing: border-box;
    padding: 8px;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    -webkit-box-shadow: 3px 3px 3px #cccccc;
    -moz-box-shadow: 3px 3px 3px #cccccc;
    box-shadow: 3px 3px 3px #cccccc;
    background: #fff;
}

/* --------------------------------------------------------------- */
/* 館内施設 */
/* --------------------------------------------------------------- */
#local .facility .title {
    background: url(../img/facility/bg_title.jpg) no-repeat top center/cover;
}

#local .facility .sec001 {
    background: url(../img/top/bg_intro.png) no-repeat bottom center/cover;
}

#local .facility .sec001 .inner .flex {
    justify-content: space-between;
    padding: 90px 0 40px;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #local .facility .sec001 .inner .flex {
        padding: 40px 0 40px;
    }
}

#local .facility .sec001 .inner .flex .lead {
    width: 58%;
    line-height: 2.2;
    font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
    #local .facility .sec001 .inner .flex .lead {
        width: 100%;
        margin-bottom: 20px;
    }
}

#local .facility .sec001 .inner .flex figure {
    width: 38%;
}

@media screen and (max-width: 767px) {
    #local .facility .sec001 .inner .flex figure {
        width: 100%;
    }
}

#local .facility .sec002 .flex {
    justify-content: space-between;
    margin-bottom: 50px;
}

#local .facility .sec002 .flex .cont {
    width: 48%;
}

#local .facility .sec002 .flex .cont .person {
    background: #fff6d0;
    padding: 15px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ef7d95;
}

@media screen and (max-width: 767px) {
    #local .facility .sec002 .flex .cont {
        width: 100%;
        margin-bottom: 20px;
    }
}

#local .facility .sec002 .flex .photo {
    width: 48%;
}

@media screen and (max-width: 767px) {
    #local .facility .sec002 .flex .photo {
        width: 100%;
    }
}

#local .facility .sec002 .info {
    padding: 25px;
    border: 4px dashed #ef7d95;
    background: #fff6d0;
    line-height: 2.0;
}

#local .facility .sec003 {
    background: url(../img/top/bg_search.png) repeat-y top center;
}

#local .facility .sec003 .inner .flex {
    justify-content: space-between;
}

#local .facility .sec003 .inner .flex .box {
    width: calc(33.3333333% - 20px);
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
}

#local .facility .sec003 .inner .flex .box figure,
#local .facility .sec003 .inner .flex .box .photo {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #local .facility .sec003 .inner .flex .box {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* --------------------------------------------------------------- */
/* 温泉案内 */
/* --------------------------------------------------------------- */
#local .spa .title {
    background: url(../img/spa/bg_title.jpg) no-repeat top center/cover;
}

#local .spa .sec001 {
    background: #fef7f8;
}

#local .spa .sec001 .flex {
    justify-content: space-between;
    margin-bottom: 50px;
}

#local .spa .sec001 .flex .cont {
    width: 48%;
}

#local .spa .sec001 .flex .cont .txt {
    line-height: 2.0;
}

@media screen and (max-width: 767px) {
    #local .spa .sec001 .flex .cont {
        width: 100%;
        margin-bottom: 20px;
    }
}

#local .spa .sec001 .flex .photo {
    width: 48%;
}

@media screen and (max-width: 767px) {
    #local .spa .sec001 .flex .photo {
        width: 100%;
    }
}

/* --------------------------------------------------------------- */
/* アクセス・周辺観光 */
/* --------------------------------------------------------------- */
#local .access .title {
    background: url(../img/access/bg_title.jpg) no-repeat top center/cover;
}

#local .access .sec001 .inner {
    text-align: center;
}

#local .access .sec002 {
    background-image: url(../img/access/bg01.png), url(../img/access/bg02.png), url(../img/access/bg03.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-color: #fef7f8;
    background-position: left 5%, right 50%, left 95%;
}

@media screen and (max-width: 767px) {
    #local .access .sec002 {
        background: #fef7f8;
    }
}

#local .access .sec002 .inner .lead {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.2rem;
}

#local .access .sec002 .inner .flex {
    justify-content: space-between;
}

#local .access .sec002 .inner .flex li {
    width: calc(33.3333333% - 20px);
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #local .access .sec002 .inner .flex li {
        width: 100%;
    }
}

#local .access .sec002 .inner .flex li h3 {
    padding: 15px;
    border-radius: 20px;
    background: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 20px;
    line-height: 1.6;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 3px 3px 3px #cccccc;
    -moz-box-shadow: 3px 3px 3px #cccccc;
    box-shadow: 3px 3px 3px #cccccc;
}

#local .access .sec002 .inner .flex li h3 span {
    font-size: 1.5rem;
    display: block;
    color: #ef7d95;
}

#local .access .sec002 .inner .flex li h3::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

/* --------------------------------------------------------------- */
/* 料理案内 */
/* --------------------------------------------------------------- */
#local .cuisine .title {
    background: url(../img/cuisine/bg_title.jpg) no-repeat top center/cover;
}

#local .cuisine .sec001 {
    background: url(../img/top/bg_intro.png) no-repeat bottom center/cover;
}

#local .cuisine .sec001 .intro {
    padding: 70px 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #local .cuisine .sec001 .intro {
        padding: 40px 0 40px;
    }
}

#local .cuisine .sec001 .intro .lead {
    text-align: center;
    line-height: 2.2;
    font-size: 2.2rem;
    margin-bottom: 30px;
}

#local .cuisine .sec002 .inner .txt {
    text-align: center;
    line-height: 2.2;
    font-size: 2.0rem;
    margin-bottom: 30px;
}

#local .cuisine .sec002 .inner .txt span {
    font-size: 1.6rem;
}

#local .cuisine .sec002 .inner .movie {
    margin-bottom: 30px;
}

#local .cuisine .sec002 .inner .movie video {
    width: 100%;
}

#local .cuisine .sec002 .inner .box figure {
    margin-bottom: 10px;
}

#local .cuisine .sec002 .inner .box .flex {
    justify-content: space-between;
    margin-bottom: 30px;
}

#local .cuisine .sec002 .inner .box .flex li {
    width: calc(33.3333333% - 10px);
}

@media screen and (max-width: 767px) {
    #local .cuisine .sec002 .inner .box .flex li {
        width: 100%;
        margin-bottom: 10px;
    }
}

#local .cuisine .sec003 {
    background: #fef7f8;
}

#local .cuisine .sec003 .inner .txt {
    text-align: center;
    line-height: 2.2;
    font-size: 2.0rem;
    margin-bottom: 30px;
}

#local .cuisine .sec003 .inner .txt span {
    font-size: 1.6rem;
}

#local .cuisine .sec003 .inner .flex {
    justify-content: space-between;
    margin-bottom: 30px;
}

#local .cuisine .sec003 .inner .flex li {
    width: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
    #local .cuisine .sec003 .inner .flex li {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* --------------------------------------------------------------- */
/* ペットについて */
/* --------------------------------------------------------------- */
#local .pet .title {
    background: url(../img/pet/bg_title.jpg) no-repeat top center/cover;
}

#local .pet .sec001 {
    background: #fef7f8;
}

#local .pet .sec001 h3 {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 40px;
}

#local .pet .sec001 .flex {
    justify-content: space-between;
}

#local .pet .sec001 .flex .lead {
    width: 58%;
    line-height: 2.2;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    #local .pet .sec001 .flex .lead {
        width: 100%;
        margin-bottom: 20px;
    }
}

#local .pet .sec001 .flex figure {
    width: 38%;
}

@media screen and (max-width: 767px) {
    #local .pet .sec001 .flex figure {
        width: 100%;
    }
}

#local .pet .sec002 {
    background: url(../img/top/bg_search.png) repeat-y top center;
}

#local .pet .sec002 .inner .box {
    padding: 25px;
    border: 4px dashed #ef7d95;
    background: #fff6d0;
}

#local .pet .sec002 .inner .box .txt {
    margin-bottom: 20px;
}

#local .pet .sec002 .inner .box ul li {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px dotted #ef7d95;
    line-height: 1.6;
}

#local .pet .sec002 .inner .box ul li::before {
    content: url(../img/pet/ico01.png);
    margin-right: 10px;
}

#local .pet .sec002 .inner .box ul li:nth-child(2)::before {
    content: url(../img/pet/ico02.png);
}

#local .pet .sec002 .inner .box ul li:nth-child(3)::before {
    content: url(../img/pet/ico03.png);
}

#local .pet .sec002 .inner .box ul li:nth-child(4)::before {
    content: url(../img/pet/ico04.png);
}

#local .pet .sec002 .inner .box ul li:nth-child(5)::before {
    content: url(../img/pet/ico05.png);
}

#local .pet .sec002 .inner .box ul li:nth-child(6)::before {
    content: url(../img/pet/ico06.png);
}

#local .pet .sec002 .inner .box ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

#local .pet .sec002 .inner .box ul li:last-child::before {
    content: url(../img/pet/ico07.png);
}

#local .pet .sec003 {
    background-image: url(../img/access/bg01.png), url(../img/access/bg02.png), url(../img/access/bg03.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-color: #fef7f8;
    background-position: left 5%, right 50%, left 95%;
}

@media screen and (max-width: 1200px) {
#local .pet .sec003 {
        background: #fef7f8;
    }
}

@media screen and (max-width: 767px) {
    #local .pet .sec003 {
        background: #fef7f8;
    }
}

#local .pet .sec003 .txt {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

#local .pet .sec003 .flex {
    justify-content: space-between;
}

#local .pet .sec003 .flex li {
    width: calc(33.3333% - 10px);
}

@media screen and (max-width: 767px) {
    #local .pet .sec003 .flex li {
        width: 100%;
        margin-bottom: 10px;
    }
}

#local .pet .sec004 {
    background: url(../img/top/bg_search.png) repeat-y top center;
}

#local .pet .sec004 .inner .txt {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

#local .pet .sec004 .inner video {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 8px;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    -webkit-box-shadow: 3px 3px 3px #cccccc;
    -moz-box-shadow: 3px 3px 3px #cccccc;
    box-shadow: 3px 3px 3px #cccccc;
    background: #fff;
}

#local .pet .sec004 .inner .flex {
    justify-content: space-between;
    align-items: center;
}

#local .pet .sec004 .inner .flex figure {
    width: 68%;
}

#local .pet .sec004 .inner .flex .pop {
    width: 30%;
}

#local .pet .sec005 {
    background-image: url(../img/access/bg01.png), url(../img/access/bg02.png), url(../img/access/bg03.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-color: #fef7f8;
    background-position: left 5%, right 50%, left 95%;
}

@media screen and (max-width: 1200px) {
    #local .pet .sec005 {
        background: #fef7f8;
    }
}

#local .pet .sec005 .txt {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

#local .pet .sec005 .flex {
    justify-content: space-between;
    margin-bottom: 40px;
}

#local .pet .sec005 .flex figure {
    width: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
    #local .pet .sec005 .flex figure {
        width: 100%;
        margin-bottom: 10px;
    }
}

#local .pet .sec005 table {
    margin: 20px 0;
}

#local .pet .sec005 .info {
    padding: 25px;
    border: 4px dashed #ef7d95;
    background: #fff6d0;
    line-height: 2.0;
    margin-top: 30px;
}


.plan_form{width:auto; padding: 20px; position: relative;}
.plan_form .form_box{display: flex; flex-wrap: wrap; justify-content:space-between; align-items: flex-start;}
.plan_form .title{margin:0 0 5px 0!important; padding:0; text-align: center; font-size:16px; color:#762f07; width:100%;}
.plan_form span{margin:0 10px 0 0;}
.plan_form select{position: relative;border-radius: 1px;border: 1px solid #bfbfbf; background: #ffffff; padding:10px;}
.plan_form input{position: relative;border-radius: 1px;border: 1px solid #bfbfbf; background: #ffffff; padding:10px;}
.plan_form .check_in {width:25%; text-align: center; margin:0 0 20px 0;}
.plan_form .check_in input{width:100%;}
.plan_form .undecided {width:10%; text-align: center; margin:0 0 20px 0;}
.plan_form .undecided .title {width:100%; text-align: center; margin:0 0 30px 0; padding: 0;}
.plan_form .undecided input{margin:0 auto;}
.plan_form .undecided .check{width:100%; margin:5px 0 0 0;}
.plan_form .guests{width:25%; text-align: center; margin:0 0 20px 0;}
.plan_form .guests select{width:100%;}
.plan_form .type {width:25%; text-align: center; margin:0 0 20px 0;}
.plan_form .type select{width:100%;}
.plan_form .price {width:70%; text-align: center; display: flex; flex-wrap: wrap; justify-content:space-between; align-items: center; padding:20px 0 0 0;}
.plan_form .price .title{width:100%;}
.plan_form .price select{width:45%;} 
.plan_form .price span {width:10px; text-align: center;}
.plan_form .search_btn{width:25%;}
.plan_form .search_btn .btn{width:100%; height: 70px; margin:30px auto 0 auto;  border: none; background:#ec6c87; background-size:cover; color:#fff!important; letter-spacing: 0.1em; font-size:5vw;}

.plan_form .option-input{position:relative;  cursor: pointer;}
.plan_form .option-input:before { position: absolute; z-index: 1; top: -2px; left: 0.1875rem; width: 1rem; height: 1rem; content: ''; -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); -webkit-transform: rotate(-45deg) scale(0, 0); transform: rotate(-45deg) scale(0, 0); border: 2px solid #330301; border-top-style: none; border-right-style: none;}
.plan_form .option-input:checked:before { -webkit-transform: rotate(-45deg) scale(1, 1); transform: rotate(-45deg) scale(1, 1);}
.plan_form .option-input:after { position: absolute; top: -2px; left: -2px; width: 1.5rem; height: 1.5rem; content: ''; cursor: pointer; border: 2px solid #330301; background: #ffffff;}

input[type="text"] {box-sizing: border-box;font-size: 16px; color:#000;}
select {box-sizing: border-box;font-size: 16px; height: 42px; color:#000;}    
#ui-datepicker-div.ui-datepicker{padding:0 0 50px 0!important;}	
.plan_form .form_box div{margin:inherit!important;}
.plan_form .form_box{align-items: flex-start!important;}

@media only screen and (max-width: 768px){
	
.plan_form{width:auto; padding: 20px; position: relative;}
.plan_form .form_box{display: flex!important; flex-wrap: wrap; justify-content:space-between; align-items: flex-start;}
.plan_form .title{margin:0 0 15px 0!important; padding:0; text-align: center; font-size:16px; color:#762f07; width:100%;}
.plan_form span{margin:0 10px 0 0;}
.plan_form select{position: relative;border-radius: 1px;border: 1px solid #bfbfbf; background: #ffffff; padding:10px;}
.plan_form input{position: relative;border-radius: 1px;border: 1px solid #bfbfbf; background: #ffffff; padding:10px;}
.plan_form .check_in {width:48%; text-align: center; margin:0 0 20px 0; padding:0 0 20px 0; }
.plan_form .check_in input{width:100%;}
.plan_form .undecided {width:48%; text-align: center; margin:0 0 20px 0; padding:0 0 20px 0; }
.plan_form .undecided .title {width:100%; text-align: center; margin:0 0 30px 0; padding: 0;}
.plan_form .undecided input{margin:0 auto;}
.plan_form .undecided .check{width:100%; margin:5px 0 0 0;}
.plan_form .guests{width:48%; text-align: center; margin:0 0 20px 0;}
.plan_form .guests select{width:100%;}
.plan_form .type {width:48%; text-align: center; margin:0 0 20px 0;}
.plan_form .type select{width:100%;}
.plan_form .price {width:100%; text-align: center; display: flex; flex-wrap: wrap; justify-content:space-between; align-items: center; padding:20px 0 0 0;}
.plan_form .price .title{width:100%;}
.plan_form .price select{width:44%;} 
.plan_form .price span {width:10px; text-align: center;}
.plan_form .search_btn{width:100%;}
.plan_form .search_btn .btn{width:100%; height: 70px; margin:30px auto 0 auto;  border: none; letter-spacing: 0.1em; font-size:5vw;}
	
.plan_form .option-input{position:relative;  cursor: pointer;}
.plan_form .option-input:before { position: absolute; z-index: 1; top: -2px; left: 0.3rem; width: 1.5rem; height: 1.5rem; content: ''; -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); -webkit-transform: rotate(-45deg) scale(0, 0); transform: rotate(-45deg) scale(0, 0); border: 2px solid #330301; border-top-style: none; border-right-style: none;}
.plan_form .option-input:checked:before { -webkit-transform: rotate(-45deg) scale(1, 1); transform: rotate(-45deg) scale(1, 1);}
.plan_form .option-input:after { position: absolute; top: -2px; left: -2px; width: 2.5rem; height: 2.5rem; content: ''; cursor: pointer; border: 2px solid #330301; background: #ffffff;}
}






















/*# sourceMappingURL=style.css.map */