@charset "UTF-8";

input:disabled {
    background-color: #8e0707;
}

.pankuzu {
    margin-bottom: 30px;
    font-size: 86%;
}

.pankuzu a {
    text-decoration: underline;
}

.pankuzu a:hover {
    text-decoration: none;
}

body {
    font-family: Lucida Bright, Lucida Fax, Palatino, "Palatino Linotype", Palladio, "URW Palladio", serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 100%;
    line-height: 180%;
    color: #333;
}

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

li {
    list-style: none;
}

.drawer {
    display: none;
}

nav {
    overflow: hidden;
}

h1 {
    text-align: center;
    position: absolute;
    font-size: 12px;
    font-weight: normal;
    bottom: -80%;
    right: 0;
}

h2 {
    font-size: 300%;
    line-height: 130%;
    text-align: center;
    margin-bottom: 100px;
    text-shadow: 0px 0px 6px #4e2600;
    letter-spacing: 2px;
}

.outer-menu {
    display: none;
}

header {
    background-color: #ffffffa3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    position: fixed;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
}

.header2_r{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.header2_r .tel {
    font-size: 150%;
    line-height: 150%;
    letter-spacing: 2px;
    background: url(../img/phone-receiver.svg) no-repeat left 5px;
    background-size: 20px 20px;
    padding-left: 26px;
    letter-spacing: 0;
    margin-right: 10px;
}

.hmail_btn {
    width: 140px;
    font-size: 100%;
    line-height: 1em;
    margin: 0 auto;
}

.hmail_btn a {
    display: block;
    color: #fff;
    padding: 10% 5%;
    background-color: #84110d;
    border-radius: 10px;
    text-align: center;
}

.hmail_btn span {
    background-image: url(../img/mail.png);
    padding: 0 0 0 30px;
}
.top-name {
    font-size: 130%;
    padding: 0 0 0 30px;
    background-image: url(../img/tp_logo.svg);
    background-size: 25px 30px;
}

.pc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.nav-con li {
    font-size: 100%;
}

.time {
    font-size: 90%;
}

.tel {
    font-size: 170%;
    line-height: 150%;
    letter-spacing: 2px;
    background: url(../img/phone-receiver.svg) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 30px;
}

.subu_tit {
    text-align: center;
    font-size: 230%;
    line-height: 150%;
    margin: 0;
    text-shadow: unset;
}

.subu_tit2 {
    font-size: 200%;
    margin: 0 0 30px 0;
    line-height: 40px
}

.s_font {
    text-align: center;
    font-size: 95%;
}

.g_font {
    text-align: center;
    font-weight: normal;
    letter-spacing: 3px;
    font-size: 50%;
    color: #978041;
}

.line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ff0));
    background: linear-gradient(transparent 50%, #ff0 50%);
}

.top {
    background: url(../img/kokoro_mv.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 550px 0 300px;
    color: #fff;
    min-height: 760px;
    max-height: 760px;
    margin: 0 0 50px 0;
    position: relative;
}

.top_font {
    position: absolute;
    bottom: 10%;
    left: 8%
}

.top_box {
    width: 100%;
    max-width: 1120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.kokoro_logos {
    position: absolute;
    top: -60%;
    right: 0;
}

.mail_btn {
    background-color: #84110d;
    border-radius: 10px;
    width: 285px;
    font-size: 120%;
    line-height: 100%;
    margin: 0 auto;
}

.mail_btn a {
    display: block;
    color: #fff;
    padding: 7% 10%;
    text-align: center;
}

.mail_btn span {
    background-image: url(../img/mail.png);
    padding: 0 0 0 50px;
}

.resson {
    background-image: url(../img/back1.jpg);
    background-repeat: repeat;
    margin: 50px 0 0 0;
    padding: 50px 0;
}

.resson_box {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.resson_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.resson_item_sv {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.resson_img {
    width: 50%;
    line-height: 1em;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.resson_img img {
    width: 100%;
    height: auto;
}

.resson_con {
    width: 50%;
    padding: 4%;
}

.resson_tit {
    font-size: 180%;
    line-height: 150%;
    margin: 20px 0;
}

.resson_tit span {
    color: #a59059;
}

.comp {
    background-image: url(../img/iw_img04.jpg);
    background-size: cover;
    margin-bottom: 60px;
}

.comp_box {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0;
}

.comp_img {
    width: 40%;
}

.comp_item {
    width: 55%;
    color: #fff;
}

.comp_item p {
    margin: 30px 0 0 0;
    line-height: 35px
}

.raku {
    width: 70%;
    margin: 0 auto;
}

.hyou {
    background: #e2d4cb;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: 40px;
}

.hyou dt,
.hyou dd {
    padding: 10px 10px 0 10px;
    border-top: 1px solid #ccc;
}

.hyou dt {
    width: 10%;
    float: left;
    text-align: center;
}

.hyou dd {
    background: #fff;
    margin-left: 10%;
    padding-bottom: 10px;
    border-left: 1px solid #ccc;
}

.hyou dd:after {
    content: '';
    display: block;
    clear: both;
}

.raku_top {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 480px;
    margin: 50px 0 30px 0;
}

.raku_kuro {
    position: absolute;
    width: 60%;
    height: auto;
    top: 25%;
    left: 10%;
    max-width: 250px;
    background: rgba(0, 0, 0, .8);
    padding: 7% 2%;
    color: #fff;
    text-align: center;
    font-size: 150%;
    line-height: 150%;
}

.raku_back {
    width: 85%;
    float: right;
    background-image: url(../img/iw_img05.jpg);
    min-height: 480px;
    background-position: right;
    background-size: cover;
}

.raku_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 40px 0 0 0;
}

.raku_item1 {
    width: 48%;
    line-height: 30px
}

.raku_item1 dl {
    margin: 0 0 0px 0;
}

.raku_item1 dt {
    font-size: 130%;
    color: #934224;
    background: url(../img/dot-line.gif) repeat-x left bottom;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.raku_item1 dd {
    margin: 0 0 30px 0
}

.raku_item2 {
    width: 48%;
    line-height: 0;
}

.raku_item2 img {
    width: 100%;
}

.ghr {
    width: 70%;
    margin: 0 auto;
}

.ghr_top {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 480px;
    margin: 50px 0 30px 0;
}

.ghr_kuro {
    position: absolute;
    width: 55%;
    height: auto;
    top: 30%;
    right: 5%;
    max-width: 250px;
    background: rgba(0, 0, 0, .8);
    padding: 7% 2%;
    color: #fff;
    text-align: center;
    font-size: 150%
}

.ghr_back {
    width: 85%;
    float: left;
    background-image: url(../img/geirou.jpg);
    min-height: 480px;
    background-position: right;
    background-size: cover;
}

.ghr_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    margin: 40px 0 0 0;
}

.ghr_item1 {
    width: 48%;
    line-height: 30px
}

.ghr_item1 dl {
    margin: 0 0 0px 0;
}

.ghr_item1 dt {
    font-size: 130%;
    color: #934224;
    background: url(../img/dot-line.gif) repeat-x left bottom;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.ghr_item1 dd {
    margin: 0 0 30px 0
}

.ghr_item2 {
    width: 48%;
    line-height: 0;
}

.ghr_item2 img {
    width: 100%;
}

.kids {
    background: url(../img/iw_img11.jpg) no-repeat center bottom #f5f5f5;
    margin: 50px 0 0 0;
}

.kids_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 70px 0 0% 0;
}

.kids_item1 {
    width: 55%;
    line-height: 30px;
    position: relative;
    padding-bottom: 0px;
}

.rinen {
    position: absolute;
    bottom: 34%;
    right: 0;
}

.kids_item2 {
    width: 40%;
}

.kids_item2 img {
    width: 100%;
    height: auto;
}

.size {
    font-weight: bold;
    margin: 20px 0 0 0;
}

.size span {
    font-size: 150%
}

.goods {
    background-image: url(../img/back3.jpg);
    background-repeat: repeat;
    padding: 60px 0;
}

.goods_box {
    width: 70%;
    margin: 0 auto;
}

.goods_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 30px;
}

.goods_item li {
    width: 23%;
    margin: 0 0 1% 0;
    text-align: center;
    font-weight: bold;
    font-size: 130%;
}

.goods_item li img {
    width: 100%;
    height: auto;
}

.data {
    width: 70%;
    margin: 50px auto 0;
}

.data_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}

.data_item {
    width: 32%;
    margin-right: 2%;
}

.data_item:nth-of-type(3){    margin-right: 0;}

.data_item img {
    width: 100%;
}

.data_item dl {
    margin: 10px 0 0 0;
}

.data_item dt {
    font-size: 120%;
    font-weight: bold;
}

.yaku {
    width: 70%;
    margin: 50px auto 0;
}

.yaku_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;
    margin: 30px 0 0 0;
}

.yaku_item {
    width: 32%;
    margin-right: 2%;
}

.yaku_item:nth-of-type(3){
    margin-right: 0;
}

.yaku_item img {
    width: 100%;
}

.yaku_item dl {
    margin: 10px 0 0 0;
}

.yaku_item dt {
    font-size: 120%;
    font-weight: bold;
}

.iti_btn {
    background-color: #796d66;
    border-radius: 10px;
    width: 385px;
    background-image: url(../img/sankaku.png);
    background-position: 95% 50%;
    font-size: 120%;
    margin: 0 auto;
}

.iti_btn a {
    display: block;
    color: #fff;
    padding: 5% 0% 5% 0%;
    text-align: center;
    margin: 30px 0 0 0;
}

.flow {
    background-image: url(../img/back1.jpg);
    background-repeat: repeat;
    margin: 50px 0 0 0;
    padding: 40px 0;
}

.flow_box {
    width: 70%;
    margin: 0 auto;
}

.flow_siro {
    background-color: #fff;
    padding: 2% 5%;
    margin: 30px 0 0 0;
    position: relative;
}

.san:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}

.flow_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.step {
    position: absolute;
    top: -20px;
    left: 370px;
}

.flow_img {
    width: 20%;
}

.flow_img img {
    width: 100%;
}

.flow_con {
    width: 80%;
    padding: 2% 5%;
}

.subu_tit3 {
    font-size: 160%;
    font-weight: bold;
    line-height: 150%;
    margin: 0 0 10px 0;
}

.faq {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.faq_box {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq_item {
    width: 32%;
    background-color: #fff;
    margin: 20px 0 0 0;
    padding: 2% 3%;
}

.q_font {
    background: url(../img/fontQ.png) no-repeat left top, url(../img/dot-line.gif) repeat-x left bottom;
    background-position: left 2px, auto;
    padding: 0 0 20px 40px;
    font-size: 130%;
    font-weight: bold;
    line-height: 150%;
    min-height: 30px;
}

.a_font {
    background-image: url(../img/fontA.png);
    background-position: left 2px;
    padding: 0 0 10px 40px;
    margin: 10px 0 0 0;
}

.contact {
    width: 100%;
    max-width: 1120px;
    margin: 50px auto 0;
}

.contact p {
    text-align: center;
    margin: 20px 0 0 0;
}

.contact_thank {
    width: 100%;
    max-width: 1120px;
    margin: 50px auto;
    padding: 150px 0;
}

.contact_thank p {
    text-align: center;
    margin: 20px 0 0 0;
}

form {
    width: 80%;
    text-align: left;
    margin: 5% auto 0;
}

.form_line {
    padding: 2% 0 2% 2%;
}

form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

form .form_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

form .form_contact dt {
    margin: 2% 0 0 0;
}

form dl dt {
    width: 25%;
    padding: 15px 0;
}

form dl dt span {
    color: #d00;
}

form dl dd {
    width: 75%;
}

form dl dd p{
    text-align: left !important;
    margin: 0 0 10px !important;
}

form .text,
textarea {
    -webkit-appearance: none;
    border: none;
    background-color: #efefef;
    width: 100%;
    padding: 20px;
    border-radius: unset;
}

form .short{
    -webkit-appearance: none;
    border: none;
    background-color: #efefef;
    width: 200px;
    padding: 20px;
    border-radius: unset;
}

form dl dd textarea {
    resize: vertical;
}

form .contact_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 10%;
    margin: 2% 0px 8%;
}

form .contact_button input {
    -webkit-appearance: none;
    width: 40%;
    padding: 2% 6% 2% 5%;
    font-size: 100%;
    color: #fff;
    border-style: none;
    text-align: center;
    border-radius: 10px;
}

.button-red {
    background-color: #8e0707;
}

label {
    margin-left: 10px;
}

footer {
    background-image: url(../img/hotel07.jpg);
    background-size: cover;
    color: #fff;
    padding: 40px 0 0;
    font-size: 90%;
    line-height: 150%;

}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-top li {
    margin: 0 0 10px 0;
}

.footer-top li a {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin: 20px 0 0 0;
    padding: 15px 0;
    background: rgba(0, 0, 0, .6);
}

.map {
    width: 40%;
}

iframe {
    width: 100%;
}

.footer-add p {
    margin: 0 0 5px 0;
}

.add-top {
    margin: 0 0 30px 0;
}

.formTable {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
}

.formTable th,
.formTable td {
    padding: 3%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.formTable th {
    width: 25%;
    background: #efefef;
}

.finbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.finbtn input {
    width: 48%;
    padding: 15px;
    border-radius: 6px;
    font-size: 120%;
}

.finbtn .hisback {
    background: #333;
    color: #fff;
}

.fins {
    background: #8e0707;
    color: #fff;
}

.hover_box img{
    width: 100%;
    height: auto;
}


.data_item a:hover .hover_box img {
    opacity: 0.5;
}

.data_item a:hover .hover_box dt {
    border-bottom: solid 1px;
    display: table;
}

.data_item a:hover .hover_box dd {
    display: inline;
    border-bottom: solid 1px;
}

.yaku_item a:hover .hover_box img {
    opacity: 0.5;
}

.yaku_item a:hover .hover_box .hover_p {
    display: inline;
    border-bottom: solid 1px;
}


.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.pagination-box {
    display: inline-block;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #fff;
    /* 通常の文字色 */
    background: #333;
    /* 通常の背景色 */
}

.pagination a:hover {
    color: #fff;
    /* マウスホバー時の文字色 */
    background: #000;
    /* マウスホバー時の背景色 */
}

.pagination .current {
    padding: 10px 15px 10px 15px;
    color: #000;
    /* 現在のページの文字色 */
    background: #ccc;
    /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
    .pagination {
        font-size: 12px;
        line-height: 12px;
    }

    .pagination span,
    .pagination a {
        padding: 8px 10px 8px 10px;
    }

    .pagination .current {
        padding: 8px 10px 8px 10px;
    }
}

.related_post{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.related_post li{
    list-style: none;
    width: 32%;
    margin: 0 2% 4% 0;
}

.related_post li:nth-child(3n){
    margin-right: 0;
}

.related_post li img{
    width: 100%;
    height: auto;
}

.spinner{
    display: none;
}