/*---------------
common
-----------------*/


/*text*/

body {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.nsj {
    font-family: 'Noto Sans Japanese', sans-serif;
}

.ubt {
    font-family: 'Ubuntu', sans-serif;
}

.abff {
    font-family: 'Abril Fatface', cursive;
    letter-spacing: .1rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
a,
.td-name,
td,
button,
input,
select,
textarea {
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 2rem;
    line-height: 3.6rem;
    padding: 2rem 0;
    margin: 0;
}

p {
    margin-bottom: 0;
    line-height: 1.6;
}

.sec h2 {
    font-size: 2rem;
    margin: 0;
    letter-spacing: .06rem;
}

br.pc {
    display: block;
}

br.sp {
    display: none;
}

.txt_ahf {
    height: 1.8rem;
    display: block;
    margin: 1rem auto 2rem;
}


/*header*/

.top_logo {
    display: block;
    width: 14rem;
    padding: 1rem;
}

.top_logo img {
    width: 100%;
}


/*nav*/

.navbar,
.navbar.navbar-transparent {
    background: none!important;
    box-shadow: none!important;
    border-bottom: none!important;
    padding: 0;
}

.navbar-translate {
    transition: inherit;
}


/*content*/

.main {
    overflow: hidden;
}

.container-fluid {
    padding: 1rem;
}

.img_box img {
    width: 100%;
}

.img-thumbnail {
    border-radius: .2rem;
    padding: 0;
}


/*footer*/

#footer {
    padding: 2rem 2rem 1rem;
    background: #333;
}

#footer a.txt_link {
    color: #fff;
    line-height: 4;
    display: inline-block;
    float: right;
    transition: .3s;
}

#footer a.txt_link:hover {
    color: #ffc107;
    transition: .3s;
}

.sns_box {
    display: inline-block;
    float: left;
    line-height: 4;
    margin-left: 2rem;
}

.sns_box a {
    color: #333;
}

.sns_box i {
    background: #fff;
    padding: 1rem;
    width: 10rem;
    height: 10rem;
    border-radius: 120rem;
}

.sns_box i.ion-social-facebook {
    padding: 1rem 1.28rem;
}

.sns_box i.ion-social-instagram {
    padding: 1rem 1.18rem;
}

.share_box {
    display: inline-block;
    float: right;
    line-height: 2.8;
    padding: 0 1rem;
}

.share_box .btn_fb {
    vertical-align: text-bottom;
    padding-bottom: 0.14rem;
    margin-top: 0;
}

.share_box .list-inline-item {
    display: inline-block;
}

.logo_white {
    width: 10rem;
    float: left;
    margin: 0;
}


/*---------------
top
-----------------*/

#top {
    z-index: 200;
    background: url(../img/img_top_01.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 100vh;
}


/* #top .page-header {
    background: url(../img/img_top_01.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
} */

a.btn_rsv {
    display: block;
    color: #413500;
    font-size: 1.6rem;
    background: #ffdb43;
    text-align: center;
    position: fixed;
    z-index: 200;
    top: 3rem;
    right: -3rem;
    padding: 1rem 4rem 1rem 2rem;
    border-radius: 20rem 0 0 20rem;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    transition: .2s;
}

a.btn_rsv:hover {
    right: -2.6rem;
    transition: .4s;
    background: #FFC500;
}

a.btn_rsv i {
    font-size: 2rem;
    line-height: 1;
    vertical-align: text-top;
    padding-left: 1rem;
    transition: .2s;
}

a.btn_rsv:hover i {
    padding-left: 2rem;
    transition: .2s;
}

a.btn_rsv:active_l,
a.btn_rsv:focus {
    background: #E8B300;
}

.box_top_title {
    position: absolute;
    /* top: 32%; */
    top: calc(50% - 90px);
    right: 0;
    left: 0;
    z-index: 100;
}

.box_top_title img {
    width: 28rem;
}

.box_txt {
    background: linear-gradient(90deg, #fff0, #ffffffe3, #fff0);
    width: 50%;
    padding: 1rem;
    margin: 2rem auto;
}

.box_top_title h2 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .01rem;
    margin: 0;
}


/*video*/

.box_btn_movie {
    display: block;
    width: 14rem;
    color: #333;
    background: #fff;
    margin: 2rem auto;
    font-family: open-sans;
    border-radius: 10rem;
    letter-spacing: .04rem;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    transition: .5s;
}

.box_btn_movie:hover,
.box_btn_movie:active,
.box_btn_movie:focus {
    background: #E8B300;
    transition: .5s;
}

a.btn_movie {
    display: block;
    width: 14rem;
    padding: 1rem;
    font-size: 1rem;
}


/*/video*/

.linear-wipe {
    text-align: center;
    background: linear-gradient(to right, #333 20%, #806600 40%, #deb924 48%, #e8c845 50%, #deb924 52%, #806600 60%, #333 80%);
    background-size: 200% auto;
    color: #333;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradation 5s ease-in-out infinite;
}

@keyframes gradation {
    to {
        background-position: -200% center;
    }
}

a.mouse_scroll {
    padding-top: 60px;
    position: relative;
    left: 50%;
    z-index: 100;
}

a.mouse_scroll span {
    position: absolute;
    width: 26px;
    height: 40px;
    bottom: 1rem;
    margin-left: -15px;
    border: 2px solid #333;
    border-radius: 50px;
    box-sizing: border-box;
}

a.mouse_scroll span::before {
    position: absolute;
    top: 0;
    left: 55%;
    content: '';
    width: 4px;
    height: 10px;
    margin-left: -3px;
    background-color: #333;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

a.btn_translate {
    background: #FFDB43;
    position: fixed;
    width: 5rem;
    height: 5rem;
    right: 2rem;
    bottom: 2rem;
    border-radius: 5rem;
    text-align: center;
    z-index: 100;
    padding-top: 1.1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
    transition: .3s;
}

a.btn_translate:hover,
a.btn_translate:active,
a.btn_translate:focus {
    background: #FFC500;
    transition: .3s;
}

a.btn_translate img {
    width: 50%;
}


/*---------------
sec_01
-----------------*/

#sec_01 {
    height: 100%;
    z-index: 10;
    background: #fff;
    border-top: 1px solid #fff2c7;
    border-bottom: 1px solid #fff2c7;
    position: relative;
}

.title_box {
    text-align: center;
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    top: 37%;
    margin: auto;
}

.title_box::before {
    content: "";
    display: block;
    max-width: 20rem;
    height: .4rem;
    margin: auto;
    background: linear-gradient(90deg, #e8b300, #fff4a180, #e8b300);
    background-size: 200% 200%;
    -webkit-animation: LineTop 3s linear infinite;
    -moz-animation: LineTop 3s linear infinite;
    animation: LineTop 3s linear infinite;
}

@-webkit-keyframes LineTop {
    0% {
        background-position: 0% 50%
    }
    100% {
        background-position: 200% 50%
    }
}

@-moz-keyframes LineTop {
    0% {
        background-position: 0% 50%
    }
    100% {
        background-position: 200% 50%
    }
}

@keyframes LineTop {
    0% {
        background-position: 0% 50%
    }
    100% {
        background-position: 200% 50%
    }
}

.title_box::after {
    content: "";
    display: block;
    max-width: 20rem;
    height: .4rem;
    margin: auto;
    background: linear-gradient(90deg, #e8b300, #fff4a180, #e8b300);
    background-size: 200% 200%;
    -webkit-animation: LineBottom 3s linear infinite;
    -moz-animation: LineBottom 3s linear infinite;
    animation: LineBottom 3s linear infinite;
}

@-webkit-keyframes LineBottom {
    0% {
        background-position: 0% 50%
    }
    100% {
        background-position: -200% 50%
    }
}

@-moz-keyframes LineBottom {
    0% {
        background-position: 0% 50%
    }
    100% {
        background-position: -200% 50%
    }
}

@keyframes LineBottom {
    0% {
        background-position: 0% 50%
    }
    100% {
        background-position: -200% 50%
    }
}

.bg_images .img_concept {
    height: 12.4rem;
    padding: 4rem;
}

.bg_images .img_01 {
    background: url(../img/img_concept_01.jpg) center no-repeat;
    background-size: cover;
}

.bg_images .img_02 {
    background: url(../img/img_concept_02.jpg) center no-repeat;
    background-size: cover;
}

.bg_images .img_03 {
    background: url(../img/img_concept_03.jpg) center no-repeat;
    background-size: cover;
}

.bg_images .img_04 {
    background: url(../img/img_concept_04.jpg) center no-repeat;
    background-size: cover;
}

.bg_images .img_05 {
    background: url(../img/img_concept_05.jpg) center no-repeat;
    background-size: cover;
}

.bg_images .img_06 {
    background: url(../img/img_concept_06.jpg) center no-repeat;
    background-size: cover;
}

.bg_images .img_07 {
    background: url(../img/img_concept_07.jpg) center no-repeat;
    background-size: cover;
}

.bg_images .img_08 {
    background: url(../img/img_concept_08.jpg) center no-repeat;
    background-size: cover;
}

.bg_images .img_09 {
    background: url(../img/img_concept_09.jpg) center no-repeat;
    background-size: cover;
}

.bg_images .img_10 {
    background: url(../img/img_concept_10.jpg) center no-repeat;
    background-size: cover;
}

.bg_images .img_11 {
    background: url(../img/img_concept_11.jpg) center no-repeat;
    background-size: cover;
}

.bg_images .img_12 {
    background: url(../img/img_concept_12.jpg) center no-repeat;
    background-size: cover;
}

.bg_images_sp {
    background: url(../img/img_bg_sp.jpg) center no-repeat;
    background-size: cover;
    height: 0;
    display: none;
}


/*---------------
sec_02
-----------------*/

#sec_02 {
    position: relative;
    padding: 8rem 4rem;
    background: -moz-linear-gradient(top, #ffffff 0%, #abd9e4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #abd9e4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #abd9e4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='abd9e4', GradientType=0);
    /* IE6-9 */
    /* z-index: -1; */
}


/*
#sec_02.bg_blue {
background: #b9d6de;
}*/

#sec_02 h2,
#sec_02 p {
    z-index: 10;
    position: relative;
}

.bg_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40rem 50rem 0 0;
    border-color: #FFDF74 transparent transparent transparent;
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: 1.4s;
}

.bg_triangle.stretch {
    border-width: 180rem 140rem 0 0;
    border-color: #FFDF74 transparent transparent #FFDF74;
    opacity: 1;
    transition: 1.4s;
}

.bg_triangle.stretch.stretch_hide {
    border-width: 0 0 0 0;
    transition: .6s;
}

.img_box {
    display: table-cell;
    position: relative;
    z-index: 10;
}

.box_l {
    padding: 4rem 5rem 4rem 0;
}

.box_r {
    padding: 4rem 0 4rem 5rem;
}

.img_box_title_01 {
    position: absolute;
    top: 2rem;
    left: -3rem;
    padding: 1rem;
    background: #fff;
    border: 2px solid #E8B300;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
}

.img_box_title_02 {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    padding: 1rem;
    background: #fff;
    border: 2px solid #E8B300;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
}

.img_box_title_03 {
    position: absolute;
    top: 3rem;
    left: 1rem;
    padding: 1rem;
    background: #fff;
    border: 2px solid #E8B300;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
}

.img_box_title_04 {
    position: absolute;
    bottom: 2rem;
    right: -3rem;
    padding: 1rem;
    background: #fff;
    border: 2px solid #E8B300;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
}

#sec_02_02,
#sec_03 {
    padding-top: 4rem;
    position: relative;
    z-index: 50;
}

#sec_02_02 h2,
#sec_03 h2 {
    font-size: 1.6rem;
    display: inline-block;
    border-bottom: 1px solid rgba(51, 51, 51, .8);
    padding-bottom: .8rem;
    letter-spacing: .04rem;
    vertical-align: top;
    margin-top: 0;
    a
}

#sec_02_02 p,
#sec_03 p {
    font-size: 1.2rem;
    line-height: 2;
    display: inline-block;
    margin: 0 0 0 3rem;
    font-feature-settings: "palt" 1;
}


/*room_slide --------------------------------------------*/

.main_box,
.main_box li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_box {
    margin-bottom: 2rem;
    background: #fff;
}

.main_box li {
    width: 100%;
    overflow: hidden;
    margin: 2rem auto;
    width: 100%;
}

.main_box .item_double_02,
.main_box .item_double_03,
.main_box .item_double_04,
.main_box .item_double_05,
.main_box .item_double_06,
.main_box .item_double_07,
.main_box .item_double_08,
.main_box .item_dormitory_02,
.main_box .item_dormitory_03,
.main_box .item_dormitory_04,
.main_box .item_dormitory_05,
.main_box .item_dormitory_06,
.main_box .item_dormitory_07,
.main_box .item_dormitory_08 {
    display: none;
}

.thumb_box,
.thumb_box li {
    margin: 0 -1rem;
    padding: 0;
    list-style: none;
}

.thumb_box li {
    display: table-cell;
    cursor: pointer;
    vertical-align: top;
    padding: 1rem;
}

.thumb_box li img {
    width: 100%;
    border: 4px solid #fff;
    transition: .3s;
}

.img-thumbnail {
    margin-bottom: 0;
    border: 10px solid #fff;
}

.thumb_box li:hover img {
    opacity: 0.8;
    transition: .3s;
}


/*slide --------------------------------------------*/


/*---------------
sec_03
-----------------*/

#sec_03 {
    padding: 8rem 2rem 2rem;
}


/*---------------
sec_04
-----------------*/

#sec_04 {
    padding: 0;
    height: 100vh;
    position: relative;
    z-index: 10;
    background: #ffeda2;
    overflow: hidden;
}

#sec_04 .message_center {
    position: absolute;
    margin: 30vh auto;
    display: block;
    z-index: 40;
    opacity: 1;
    transition: 1s;
}

#sec_04.active_l .message_center,
#sec_04.active_r .message_center {
    opacity: 0;
    transition: 1s;
}

#sec_04 .message_center h2 {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: .04rem;
    margin-bottom: 0;
}

#sec_04 .message_center h3 {
    font-size: 4rem;
    display: inline-block;
    margin-right: .4rem;
    margin-left: .4rem;
    margin-top: 0;
    color: #000;
    cursor: pointer;
}

#sec_04 .message_center h3.ubt {
    animation: move_l_01 2.6s infinite;
    color: #2d1b03;
}

@-webkit-keyframes move_l_01 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-1rem, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

@keyframes move_l_01 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-1rem, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

#sec_04 .ion-ios-arrow-back {
    animation: move_l_02 2.6s infinite;
}

@-webkit-keyframes move_l_02 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    5% {
        -webkit-transform: translate(0, 0);
    }
    55% {
        -webkit-transform: translate(-1rem, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

@keyframes move_l_02 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    5% {
        -webkit-transform: translate(0, 0);
    }
    55% {
        -webkit-transform: translate(-1rem, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

#sec_04 .message_center h3.abff {
    animation: move_l_03 2.6s infinite;
    color: #2d1b03;
}

@-webkit-keyframes move_l_03 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(1rem, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

@keyframes move_l_03 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(1rem, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

#sec_04 .ion-ios-arrow-forward {
    animation: move_l_04 2.6s infinite;
}

@-webkit-keyframes move_l_04 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    5% {
        -webkit-transform: translate(0, 0);
    }
    55% {
        -webkit-transform: translate(1rem, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

@keyframes move_l_04 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    5% {
        -webkit-transform: translate(0, 0);
    }
    55% {
        -webkit-transform: translate(1rem, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

#sec_04 .message_center img.logo_and {
    width: 2rem;
    vertical-align: baseline;
}

#sec_04 .ion-ios-arrow-back {
    color: #2d1b03;
    font-size: 3rem;
    display: inline-block;
    padding-right: 1rem;
    vertical-align: top;
    line-height: 2;
}

#sec_04 .two_words_box .ion-ios-arrow-forward {
    color: #2d1b03;
    font-size: 3rem;
    display: inline-block;
    padding-left: .6rem;
    vertical-align: top;
    line-height: 2;
    cursor: pointer;
}

#sec_04 img.frame_l {
    position: absolute;
    top: -4rem;
    left: -2rem;
    width: 24rem;
    height: 24rem;
    z-index: 100;
    transition: 1s;
}

#sec_04 img.frame_r {
    position: absolute;
    bottom: -4rem;
    right: -6rem;
    width: 24rem;
    height: 24rem;
    z-index: 100;
    transition: 1s;
}

#sec_04.active_l img.frame_l {
    left: 1rem;
    transition: 1s;
}

#sec_04.active_l img.frame_r {
    right: -30rem;
    transition: 1s;
}

#sec_04.active_r img.frame_r {
    right: 1rem;
    transition: 1s;
}

#sec_04.active_r img.frame_l {
    left: -30rem;
    transition: 1s;
}


/*---------------
smart
-----------------*/

#sec_04 .switch_smart,
#sec_04 .switch_hostel {
    cursor: pointer;
}

#sec_04 .smart_box,
#sec_04 .hostel_box {
    background: #FFDB43;
    height: 100vh;
    position: relative;
    transition: 1s;
    margin-left: -6rem;
}

#sec_04 .hostel_box {
    background: transparent;
    margin-left: 0;
}

.smart_box::after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    right: -12.4rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100vh 200px 0 0;
    border-color: #ffdc43 #ffeea2;
    transition: .3s;
}

#sec_04.active_l .smart_box {
    max-width: 100%;
    flex: 100%;
    transition: 1s;
    margin-left: 0;
}

#sec_04.active_r .smart_box {
    max-width: 0;
    flex: 0;
    transition: 1s;
    margin-left: -2rem;
}

#sec_04.active_l .smart_box::after {
    max-width: 0%;
    flex: 0%;
    transition: 1s;
    margin-left: 0;
}

#sec_04.active_r .smart_box {
    max-width: 0;
    flex: 0;
    transition: 1s;
    margin-left: -2rem;
}

#sec_04.active_l .smart_box::after {
    max-width: 0%;
    flex: 0%;
    transition: 1s;
    margin-left: 0;
}

#sec_04.active_r .smart_box::after {
    transition: 1.6s;
    transition-timing-function: ease-out;
    right: 0;
}

.smart_image_box {
    padding: 8vh 0;
    opacity: 0;
    transition: 1s;
}

.smart_image_box.active_l {
    opacity: 1;
    transition: 1.6s;
    z-index: 120;
}

.smart_image_box h3 {
    font-size: 2.4rem;
    z-index: 20;
    position: relative;
    line-height: 1.6;
    color: #2d1b03;
    display: table-cell;
}

.smart_image_box p {
    font-size: 1.2rem;
    display: table-cell;
    padding-left: 1rem;
    vertical-align: bottom;
}

.smart_image_box img {
    width: 100%;
    border: 4px solid #fff;
    margin: 1rem auto;
}

.btn_back_l {
    font-size: 1.4rem;
    background: #fff;
    padding: .6rem 1.6rem;
    border-radius: 20rem;
    margin: 1rem auto;
    display: block;
    border: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}

.btn_back_l .ion-ios-arrow-right {
    margin-left: .6rem;
}


/*---------------
hostel
-----------------*/

#sec_04.active_r .hostel_box {
    max-width: 0;
    flex: 0;
    transition: 1s;
}

#sec_04.active_r .hostel_box::after {
    max-width: 0;
    flex: 0;
    transition: 1s;
}

#sec_04.active_r .hostel_box {
    max-width: 100%;
    flex: 100%;
    transition: 1s;
}

#sec_04.active_r .hostel_box::after {
    max-width: 100%;
    flex: 100%;
    transition: 1s;
}

.hostel_image_box {
    padding: 8vh 0;
    opacity: 0;
    transition: 1s;
}

.hostel_image_box.active_r {
    opacity: 1;
    transition: 1.6s;
    z-index: 120;
}

.hostel_image_box h3 {
    font-size: 2.4rem;
    z-index: 20;
    position: relative;
    line-height: 1.6;
    color: #2d1b03;
    display: table-cell;
}

.hostel_image_box p {
    font-size: 1.2rem;
    display: table-cell;
    padding-left: 1rem;
    vertical-align: bottom;
}

.hostel_image_box img {
    width: 100%;
    border: 4px solid #fff;
    margin: 1rem auto;
}

.btn_back_r {
    font-size: 1.4rem;
    background: #fff;
    padding: .6rem 1.6rem;
    border-radius: 20rem;
    margin: 1rem auto;
    display: block;
    border: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}

.btn_back_r .ion-ios-arrow-left {
    margin-right: .6rem;
}


/*---------------
sec_andaco
-----------------*/

#sec_andaco {
    height: auto;
    padding: 3rem 0;
    background: #edc151;
    border-top: 40px solid #145b7e;
    border-bottom: 40px solid #145b7e;
    z-index: 1000;
    position: relative;
}

.box_logo_andaco {
    width: 14rem;
    margin: 0rem auto 2rem;
}

.box_img_andaco {
    width: 80%;
    animation-delay: .2s;
    margin: 0 auto;
}

.box_img_andaco .img_pc {
    display: block;
}

.box_img_andaco .img_sp {
    display: none;
}

.box_txt_andaco {
    width: 80%;
    margin: 3rem auto;
    animation-delay: .4s;
}

.box_txt_andaco h2 {
    color: #603813;
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    letter-spacing: .25rem;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.6;
}


/* amatic-sc-regular - latin */

@font-face {
    font-family: 'Amatic SC';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/amatic-sc-v12-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url('../fonts/amatic-sc-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/amatic-sc-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/amatic-sc-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/amatic-sc-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/amatic-sc-v12-latin-regular.svg#AmaticSC') format('svg');
    /* Legacy iOS */
}

.box_txt_andaco h2.txt_en {
    font-family: 'Amatic SC';
    font-size: 3.2rem;
    margin-bottom: 1.4rem;
    line-height: 1;
}

.box_txt_andaco h2.txt_en span {
    vertical-align: text-bottom;
}

.box_txt_andaco p {
    font-size: 1.2rem;
    letter-spacing: .02rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.btn_menu {
    color: #603812;
    background: #f9ebc7;
    margin: 1rem auto;
    display: table;
    font-size: 1.2rem;
    border: none;
    border-radius: 0;
    padding: 1rem 2rem;
    animation-delay: .4s;
    text-transform: inherit;
}

.btn_menu span {
    margin-left: .6rem;
}

.btn_menu:hover {
    background: #145b7e;
}

.btn_menu:active,
.btn_menu:focus {
    color: #603812;
    background: #f9ebc7;
}

.box_delay {
    animation-delay: .8s;
}

.img_cheers {
    width: 20rem;
    position: absolute;
    bottom: 0;
    right: 0;
    animation-delay: 1.4s;
}


/*---------------
/sec_andaco
-----------------*/


/*---------------
sec_05
-----------------*/

#sec_05 {
    position: relative;
    background: url(../img/bg_staff.jpg) center no-repeat;
    background-size: cover;
    padding: 20vh 0;
}

.staff_box table {
    margin: 1rem auto;
    height: 60vh;
}

.staff_box table tr td img {
    width: 65%;
    margin-top: 1rem;
}

.img-circle {
    padding: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.txt_statement {
    margin-top: 10%;
    padding: 2.4rem 1.8rem 3rem;
    background: url(../img/bg_paper.png) no-repeat top left;
    background-size: cover;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
}

.txt_statement p {
    font-feature-settings: "palt" 1;
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: .4rem;
    letter-spacing: .05rem;
}

.txt_statement.txt_en p {
    font-size: .9rem;
}

.txt_statement p strong {
    border-bottom: 2px solid #e2b90ba1;
    padding-bottom: .2rem;
}

img.logo_wide {
    width: 30%;
    float: right;
}


/*---------------
sec_06
-----------------*/

#sec_06 {
    position: relative;
    background: #FFDF74;
    padding: 2rem 0;
}

.access_box {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.access_box a.txt_link {
    margin-bottom: 2rem;
}

.map_box {
    height: 30rem;
    margin-bottom: 2rem;
}

table.hostel_info_box {
    background: #FAFAFA;
    height: 30rem;
    width: 100%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
    border-radius: 4px;
}

table.hostel_info_box tr td {
    padding: .6rem;
}

table.hostel_info_box tr td.icon {
    padding-right: 0;
}

.hostel_info_box .ion-android-train {
    font-size: 28px;
    padding-left: .7rem;
}

#sec_06 table.hostel_info_box tr td a {
    color: #E8B300;
    font-weight: bold;
}


/*---------------
sec_news
-----------------*/

#sec_news {
    position: relative;
    background: url(../img/bg_news.jpg) center no-repeat;
    background-size: cover;
    padding: 2rem 0;
}

.news_wrapper {
    padding: 1rem 0;
}

.news_wrapper a {
    color: inherit;
    transition: .4s;
}

.news_box {
    background: #fff;
    padding: 1rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .2);
    border-radius: 4px;
    margin-bottom: 2rem;
    transition: .4s;
}

.news_wrapper a:hover .news_box {
    background: #fbc658;
    transition: .4s;
}

.news_box .thumb_square,
.news_box .txt_news {
    display: table-cell;
}

.news_box .thumb_square img {
    width: 10rem;
    height: 10rem;
    display: initial;
    margin: auto;
    border: 1px solid #ccc;
}

p.txt_data {
    color: #666;
    margin-top: .4rem;
}

.news_box .txt_news {
    padding: 1rem;
    vertical-align: middle;
}

.news_box .txt_news p {
    font-size: 1rem;
    line-height: 1.5;
    vertical-align: middle;
}

p.txt_view {
    padding-right: .4rem;
    display: inline;
}

.news_box i {
    font-size: 1.1rem;
    vertical-align: top;
    display: inline;
}


/*---------------
sec_08
-----------------*/

#sec_08 {
    position: relative;
    background: #fff;
    padding: 2rem 0 0;
}

#sec_08 .photo_box {
    position: relative;
    overflow: hidden;
    padding: 0 0 100%;
    margin-bottom: -85.4%;
}

#sec_08 .photo_box img {
    position: absolute;
    width: 100%;
}

#sec_08 a.link_post {
    font-size: 1.2rem;
    color: #E8B300;
    display: table;
    margin: 1rem auto;
    text-align: center;
}


/*---------------
sec_group
-----------------*/

#sec_group h2.heading {
    font-size: 39px;
    font-family: 'Noto Sans Japanese', sans-serif;
}


/*---------------
sec_09
-----------------*/

#sec_09 {
    position: relative;
    background: #FAFAFA;
    padding: 2rem 0;
}

.contact_box {
    margin: 2rem auto;
}

.contact_box .form-control {
    line-height: 1;
    padding: 1rem;
    transition: .1s;
    font-size: 1rem;
}

.contact_box textarea.form-control {
    line-height: 1.6;
}

.contact_box .form-control::-moz-placeholder {
    color: #bbb;
}

.contact_box .form-control:-moz-placeholder {
    color: #bbb;
}

.contact_box .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.contact_box .form-control:-ms-input-placeholder {
    color: #bbb;
}

.contact_box .toggle_box.collapsed {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.contact_box .toggle_box {
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.contact_box .toggle_box p.txt_s {
    font-size: .8rem;
}

.contact_box .panel {
    border: 0;
}

.contact_box .panel-title a p,
.contact_box .panel-title a i {
    color: #868686;
    display: inline;
    padding-top: 0;
}

.contact_box .panel-collapse {
    background: #f1f1f1;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
}

.contact_box .panel-body {
    padding: 1rem;
}

.contact_box .panel-collapse h2 {
    font-size: 1.4rem;
    margin: 0;
    padding: 0 0 1rem;
}

.contact_box .panel-collapse h3 {
    font-size: 1.4rem;
    line-height: 2;
}

.contact_box .form-check {
    margin-top: 1.6rem;
}

.contact_box .form-check p {
    font-size: .9rem;
}

.contact_box .form-check input[type="checkbox"],
.contact_box .form-check-radio input[type="radio"] {
    opacity: inherit;
    position: inherit;
    visibility: inherit;
}

.contact_box .btn_submit,
.thanks_box .btn_back_top,
.input_confirm_box .btn_send,
.input_confirm_box .btn_fix,
.btn_group_rsv {
    color: #413500;
    margin-top: 2rem;
    border-radius: 20rem;
    text-transform: initial;
    padding: .8rem 3rem;
    margin-right: 1rem;
    margin-left: 1rem;
    background: #ffdb43;
    border: none;
    font-size: 1.4rem;
    letter-spacing: .04rem;
    line-height: 1;
    font-weight: normal;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    transition: all 150ms linear;
}

.contact_box .btn_submit:hover,
.thanks_box .btn_back_top:hover,
.input_confirm_box .btn_send:hover,
.btn_group_rsv:hover {
    color: #413500;
    background: #FFC500;
    border: none;
    transition: all 150ms linear;
}

.contact_box .btn_submit:focus,
.contact_box .btn_submit:active,
.thanks_box .btn_back_top:focus,
.thanks_box .btn_back_top:active,
.input_confirm_box .btn_send:focus,
.input_confirm_box .btn_send:active,
.btn_group_rsv:focus,
.btn_group_rsv:active {
    background: #E8B300;
    border: none;
    color: #413500;
}


/*---------------
comfirm / thanks.html
-----------------*/

.thanks_box,
.input_confirm_box {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.thanks_box h2,
.input_confirm_box h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: bold;
}

.thanks_box p,
.input_confirm_box p {
    font-size: 1rem;
    margin-bottom: 2%;
}

.thanks_box .btn_back_top,
.input_confirm_box .btn_send {
    font-size: 1.4rem;
    color: #413500!important;
}

.input_confirm_box .btn_fix {
    font-size: 1.4rem;
    color: #333;
    background: #b9b9b9;
    transition: .3s;
}

.input_confirm_box .btn_fix:hover,
.input_confirm_box .btn_fix:focus,
.input_confirm_box .btn_fix:active {
    color: #333;
    background: #929292;
    transition: .3s;
}

.input_confirm_box .formTable {
    margin: 1rem auto;
    width: 40rem;
}

.input_confirm_box tr {
    display: block;
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: .6rem;
}

.input_confirm_box th {
    font-weight: bold;
    width: 10rem;
}

.input_confirm_box td {
    text-align: left;
    padding-left: 1rem;
    word-break: break-all;
    max-width: 70vw;
}


/*---------------------------------------------
992px
---------------------------------------------*/

@media (max-width:992px) {
    /*---------------
common
-----------------*/
    /*text*/
    .contact_box .btn_submit,
    .thanks_box .btn_back_top,
    .input_confirm_box .btn_send,
    .input_confirm_box .btn_fix,
    .btn_group_rsv {
        font-size: 1rem;
    }
    h2.nsj,
    #sec_group h2.heading {
        font-size: 1.8rem;
    }
    #sec_05 h2.nsj {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    br.pc {
        display: none;
    }
    br.sp {
        display: block;
    }
    /*header*/
    .navbar .container {
        width: 90%;
    }
    /*nav*/
    /*footer*/
    #footer {
        padding: 2rem 2rem 6rem;
    }
    .logo_white {
        width: 8rem;
        float: inherit;
        display: inline-block;
        margin: 0 auto 1rem;
    }
    .sns_box {
        float: inherit;
        display: block;
        margin-left: 0;
    }
    .share_box {
        float: inherit;
        display: block;
    }
    #footer a.txt_link {
        float: inherit;
    }
    /*---------------
sec_top
-----------------*/
    #top {
        min-height: 94vh;
        background: url(../img/img_top_mobile_01.jpg) no-repeat center center;
        background-size: cover;
    }
    /* #top .page-header {
        background-attachment: inherit;
    } */
    /*---------------
sec_01
-----------------*/
    .box_top_title img {
        width: 25rem;
    }
    .box_top_title h2 {
        font-size: 1.2rem;
        line-height: 2;
    }
    .box_txt {
        width: 60%;
        padding: .8rem;
    }
    /*---------------
sec_02
-----------------*/
    #sec_02 h2 {
        margin-bottom: 1rem;
    }
    #sec_02_02 p,
    #sec_03 p {
        margin: 0;
    }
    #sec_02 {
        padding: 2rem 0;
    }
    .box_l,
    .box_r {
        padding: 1rem;
    }
    .box_l {
        margin-bottom: 2rem;
    }
    .img_box {
        display: block;
    }
    .img_box_title_01,
    .img_box_title_03 {
        top: -1rem;
        left: -2rem;
    }
    .img_box_title_02,
    .img_box_title_04 {
        bottom: 0rem;
        right: -2rem;
    }
    #sec_02_02,
    #sec_03 {
        padding-top: 2rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    /*---------------
sec_03
-----------------*/
    /*---------------
sec_04
-----------------*/
    #sec_04 {
        padding: 0 1rem;
    }
    #sec_04 .message_center {
        margin: 20vh auto;
    }
    .smart_image_box,
    .hostel_image_box {
        padding: 15vh 0;
    }
    #sec_04 .smart_box {
        margin-left: 0rem;
    }
    #sec_04 .message_center h2 {
        font-size: 1.2rem;
        line-height: 1.8;
        margin-bottom: 2rem;
    }
    #sec_04.active_l .smart_box {
        padding-left: 1rem;
    }
    .smart_image_box p,
    .hostel_image_box p {
        font-size: 1rem;
        padding-left: 0;
        display: block;
    }
    .smart_box::after {
        right: -6.2rem;
    }
    #sec_04.active_l .smart_box::before {
        border-width: 0 0 100vh 100px;
        transition: 3s;
    }
    #sec_04.active_l .smart_box::after {
        border-width: 100vh 100px 0 0;
        transition: 3s;
        right: -6.2rem;
    }
    /*---------------
sec_05
-----------------*/
    .txt_statement {
        margin-top: 2rem;
    }
    .txt_statement p {
        letter-spacing: .04rem;
    }
    .staff_box table tr td img {
        width: 60%;
        margin-top: 1rem;
    }
    /*---------------
sec_06
-----------------*/
    .map_box {
        width: 100%;
    }
    .access_box {
        padding-top: 1rem;
        padding-bottom: 0;
    }
    /*---------------
sec_news
-----------------*/
    /*---------------
sec_08
-----------------*/
}


/*---------------------------------------------
776px
---------------------------------------------*/


/*---------------
common
-----------------*/

@media (max-width:767px) {
    h1 {
        font-size: 1.4rem;
        line-height: 2rem;
        padding: 2rem 0;
        margin: 0;
    }
    .txt_ahf {
        height: 1rem;
        margin: 1rem auto .6rem;
    }
    /*text*/
    .navbar .container {
        width: 90%;
    }
    /*nav*/
    .share_box {
        line-height: 4;
    }
    .share_box .btn_fb {
        margin-top: -2.4rem;
        display: block;
        margin-bottom: .4rem;
    }
    .share_box .list-inline-item {
        display: block;
    }
    /*footer*/
    /*---------------
sec_top
-----------------*/
    .top_logo {
        display: block;
        width: 10rem;
        padding: 1rem;
    }
    /* #top .page-header {
        min-height: 94vh;
        background: url(../img/img_top_mobile_01.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: inherit;
    } */
    a.btn_rsv {
        top: inherit;
        bottom: 0;
        right: -4.4rem;
        padding: 1rem 50%;
        border-top: 2px solid #413500;
        position: fixed;
        font-weight: bold;
    }
    a.btn_rsv:hover {
        right: -4.4rem;
        padding: 1rem 50%;
    }
    a.btn_rsv:hover i {
        padding-left: 1rem;
    }
    /* .box_top_title {
        top: calc(50% - 120px);
    } */
    .box_top_title img {
        width: 16rem;
    }
    .box_txt {
        width: 100%;
        padding: .6rem;
        margin: 1rem auto;
    }
    .box_top_title h2 {
        font-size: .8rem;
        line-height: 2;
    }
    a.mouse_scroll span {
        bottom: 6rem;
    }
    a.btn_translate {
        width: 3rem;
        height: 3rem;
        right: 1rem;
        bottom: initial;
        top: 2.2rem;
        padding-top: .7rem;
    }
    /*---------------
sec_01
-----------------*/
    .title_box {
        top: 7%;
    }
    .bg_images {
        display: none;
    }
    .bg_images_sp {
        background: url(../img/img_bg_sp.jpg);
        background-position: 0 0;
        background-repeat: repeat-y;
        background-size: cover;
        height: 70vh;
        display: block;
        animation: bgScroll 16s linear infinite;
    }
    @-webkit-keyframes bgScroll {
        0% {
            background-position: 0 0;
        }
        50% {
            background-position: 0 100%;
        }
        100% {
            background-position: 0 0;
        }
    }
    @keyframes bgScroll {
        0% {
            background-position: 0 0;
        }
        50% {
            background-position: 0 100%;
        }
        100% {
            background-position: 0 0;
        }
    }
    .title_box {
        top: 32%;
        background: rgba(255, 255, 255, .96);
        padding: 3rem 2rem;
    }
    /*---------------
sec_02
-----------------*/
    .img_box_title_01,
    .img_box_title_02,
    .img_box_title_03,
    .img_box_title_04 {
        padding: .4rem;
    }
    .img_box_title_01,
    .img_box_title_03 {
        top: 0;
        left: -1rem;
    }
    .img_box_title_02,
    .img_box_title_04 {
        bottom: 0;
        right: 0rem;
    }
    #sec_02_02,
    #sec_03 {
        padding-top: 2rem;
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 3rem;
    }
    /*---------------
sec_03
-----------------*/
    #sec_02_02 h2,
    #sec_03 h2 {
        font-size: 1.2rem;
    }
    #sec_02_02 p,
    #sec_03 p {
        font-size: 1rem;
    }
    .main_box {
        margin-bottom: 1rem;
    }
    .img-thumbnail {
        border: 4px solid #fff;
    }
    .main_box li {
        margin: 1rem auto;
    }
    .thumb_box li {
        padding: .2rem;
    }
    .thumb_box,
    .thumb_box li {
        margin: 0;
    }
    .thumb_box li img {
        border: 2px solid #fff;
    }
    /*---------------
sec_04
-----------------*/
    #sec_04 {
        padding: 0 1rem;
    }
    #sec_04 .message_center {
        margin: 20vh auto;
    }
    #sec_04 .message_center img.logo_and {
        vertical-align: text-top;
    }
    .smart_image_box,
    .hostel_image_box {
        padding: 15vh 0;
    }
    #sec_04 .smart_box {
        margin-left: 0rem;
    }
    #sec_04 .message_center h2 {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 2rem;
    }
    .two_words_box {
        margin-left: -2rem;
    }
    #sec_04 .message_center h3 {
        font-size: 2rem;
    }
    #sec_04 .two_words_box li {
        display: block;
    }
    #sec_04 .two_words_box .ion-ios-arrow-back,
    #sec_04 .two_words_box .ion-ios-arrow-forward {
        font-size: 2rem;
        line-height: 1.5;
    }
    #sec_04 img.frame_l {
        top: 2rem;
        left: -2rem;
        width: 10rem;
        height: 10rem;
    }
    #sec_04 img.frame_r {
        bottom: 2rem;
        right: -2rem;
        width: 10rem;
        height: 10rem;
    }
    #sec_04.active_l .smart_box {
        padding-left: 1rem;
    }
    .smart_box::after {
        right: -8.4rem;
    }
    #sec_04.active_l .smart_box::before {
        border-width: 0 0 100vh 100px;
        transition: 3s;
    }
    #sec_04.active_l .smart_box::after {
        border-width: 100vh 100px 0 0;
        transition: 3s;
    }
    #sec_04.active_r .smart_box::before {
        right: 0.6rem;
        transition: 1s;
    }
    #sec_04.active_r .smart_box::after {
        right: 0.6rem;
        transition: 1s;
    }
    /*---------------
sec_andaco
-----------------*/
    #sec_andaco {
        border-top: 20px solid #145b7e;
        border-bottom: 20px solid #145b7e;
        height: auto;
        padding-bottom: 20vh;
        padding-top: 1.4rem;
    }
    .box_logo_andaco {
        width: 8rem;
        margin: 0 auto 1rem;
    }
    .box_img_andaco {
        animation-delay: inherit;
        margin: 0 auto;
    }
    .box_img_andaco .img_pc {
        display: none;
    }
    .box_img_andaco .img_sp {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .box_txt_andaco {
        width: 90%;
        margin: 2rem auto;
        animation-delay: inherit;
    }
    .box_txt_andaco h2 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        letter-spacing: .1rem;
    }
    .box_txt_andaco h2.txt_en {
        font-size: 2rem;
        margin-bottom: 1rem;
        line-height: 1;
    }
    .box_txt_andaco p {
        font-size: 1rem;
        letter-spacing: .02rem;
        line-height: 1.6;
    }
    .btn_menu {
        font-size: 1rem;
        letter-spacing: .02rem;
        animation-delay: inherit;
    }
    .btn_menu span {
        margin-left: .6rem;
    }
    .box_delay {
        animation-delay: inherit;
    }
    .img_cheers {
        width: 10rem;
        animation-delay: inherit;
    }
    /*---------------
/sec_andaco
-----------------*/
    /*---------------
sec_05
-----------------*/
    #sec_05 {
        padding: 2rem 1rem;
    }
    .staff_box table {
        margin: 2rem auto 1rem;
        height: 50vh;
    }
    .staff_box table tr td img {
        width: 70%;
        margin-top: 0;
    }
    .txt_statement p {
        font-size: .9rem;
        line-height: 1.8;
    }
    .txt_statement p strong {
        border-bottom: 1px solid #e2b90ba1;
    }
    .txt_statement {
        padding: 2rem 2rem 2.4rem;
    }
    img.logo_wide {
        width: 10rem;
    }
    /*---------------
sec_06
-----------------*/
    #sec_06 {
        padding: 2rem 1rem;
    }
    table.hostel_info_box {
        display: inline-block;
    }
    table.hostel_info_box {
        height: auto;
    }
    table.hostel_info_box tr td {
        padding: .8rem .4rem;
        word-break: break-all;
    }
    /*---------------
sec_news
-----------------*/
    #sec_news {
        padding: 2rem;
    }
    .news_box .thumb_square,
    .news_box .txt_news {
        display: block;
    }
    .news_box .thumb_square img {
        width: 6rem;
        height: 6rem;
        display: block;
        margin: 0 auto;
    }
    /*---------------
sec_08
-----------------*/
    /*---------------
comfirm / thanks.html
-----------------*/
    .input_confirm_box .formTable {
        width: 20rem;
    }
    .thanks_box .btn_back_top,
    .input_confirm_box .btn_send,
    .input_confirm_box .btn_fix {
        font-size: 1rem;
    }
    .input_confirm_box tr {
        display: block;
        line-height: 1.6;
        font-size: .8rem;
        margin-bottom: .6rem;
    }
    .input_confirm_box th {
        font-weight: bold;
        width: 7rem;
    }
    .input_confirm_box td {
        text-align: left;
        padding-left: 1rem;
        max-width: 50vw;
    }
    .input_confirm_box input {
        font-size: 0.9rem;
        margin: 1.4rem;
    }
}
/* lounge_creative_added */
#sec_lounge {
    background: #FFEDA2;
}

.img_area_lounge {
    width: 100%;
    height: 620px;
    background: url(https://veltraxis.cloud/wp/wp-content/themes/andhostel/common/img/img_lounge_AKB.jpg) center center no-repeat;
    background-size: cover;
}

@media (max-width:992px) {
    .img_area_lounge {
    height: 390px;
    }
}

@media (max-width:767px) {
    .img_area_lounge {
    height: 260px;
    }
}