@charset "UTF-8";

/*-----------------------------------------------------------------

>>> FV Style

------------------------------------------------------------------*/
.top_fv {
    width: 100%;
    height: 100vh;
    background-color: #cdcdcd;
    position: relative;
}
.top_fv .fv_logo {
    width: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.top_fv .fv_news {
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    padding:10px 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 2;
}
.top_fv .fv_news div {
    padding: 10px 0;
    color: #fff;
    letter-spacing: .05em;
    font-family: 'Noto Serif JP', serif;

}
.top_fv .fv_news .meta {
    border-right: 1px solid #fff;
    padding-right: 23px;
    letter-spacing: .05em;
    line-height: 1.4;
}
.top_fv .fv_news .ttl {
    padding-left: 30px;
    letter-spacing: .05em;
    line-height: 1.4;
}
@media (max-width: 520px) {
    .top_fv .fv_news {
        width: 90%;
        display: flex;
        flex-wrap:wrap;
        padding:10px 5%;
        bottom: 20px;
        z-index: 2;
    }
    .top_fv .fv_news div {
        width: 100%;
        padding: 5px 0;
        color: #fff;
        letter-spacing: .05em;
        font-family: 'Noto Serif JP', serif;
    
    }
    .top_fv .fv_news .meta {
        width: 100%;
        border-right: 0px solid #fff;
        padding-right: 0;
        letter-spacing: .05em;
    }
    .top_fv .fv_news .ttl {
        padding-left: 0;
        letter-spacing: .05em;
    }
    
}
/*-----------------------------------------------------------------*/
.top_fv .fv_bg {
    width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.top_fv .fv_nav {
    width: 250px;
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 3;
}
.top_fv .fv_nav ul {
    width: 100%;
    justify-content: space-between;
}
.top_fv .fv_nav li {
    color: #fff;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    text-shadow: 2px 3px 5px rgba(0,0,0,.35);
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .4em;

    -webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.top_fv .fv_nav li a {
    color: #fff;
}
@media (max-width: 520px) {
    .top_fv .fv_nav {
        display: none;
    }
}


.sub_fv {
    width: 100%;
    height: 100vh;
    position: relative;
    margin-bottom: 150px;
}
.sub_fv .container {
    width: 100%;
    height: 100vh;
    position: relative;
}
.sub_fv .container .inner {
    width: 475px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sub_fv .container .inner h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 3.33rem;
    letter-spacing: .2em;
}
.sub_fv .container .inner p {
    font-size: 1.1rem;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 20px;
}
.sub_fv .main_visual {
    display: block;
    width: 795px;
    position: absolute;
    top: 50%;
    left: -240px;
    transform: translateY(-50%);
}
@media (max-width: 520px) {
    .sub_fv {
        width: 100%;
        height: 100vh;
        position: relative;
        margin-bottom: 50px;
        padding-top: 15vh;
    }
    .sub_fv .container {
        width: 100%;
        height: 100vh;
        position: relative;
    }
    .sub_fv .container .inner {
        width: 90%;
        position: relative;
        top: auto;
        right: auto;
        transform: translateY(0%);
        margin: 35px auto 0;
    }
    .sub_fv .container .inner h1 {
        text-align: center;
        font-size: 2rem;
    }
    .sub_fv .container .inner p {
        font-size: 1rem;
        margin-top: 20px;
        text-align: center;
    }
    .sub_fv .main_visual {
        width: 70%;
        position: relative;
        top: auto;
        left: auto;
        transform: translateY(0%);
        margin: 0 auto
    }
}


.simple_fv {
    width: 100%;
    margin-top: 200px;
}
.simple_fv h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.5rem;
    letter-spacing: .1em;
    font-weight: 500;
    text-align: center;
}
.simple_fv h1 span {
    position: relative;
}
.simple_fv h1 span::before {
    display: block;
    content: "";
    width: 140px;
    height: 160px;
    background:url(../img/common/icon_gray_nuri.png) center center/contain no-repeat;
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    z-index: -1;
}
@media (max-width: 520px) {
    .simple_fv {
        width: 100%;
        margin-top: 75px;
    }
    .simple_fv h1 {
        font-size: 2rem;
    }
    .simple_fv h1 span::before {
        display: block;
        content: "";
        width: 80px;
        height: 100px;
        background:url(../img/common/icon_gray_nuri.png) center center/contain no-repeat;
        position: relative;
        top: auto;
        left: auto;
        transform: translateY(0%);
        z-index: 1;
        margin: 0 auto 10px;
    }
    
}

/*-----------------------------------------------------------------

>>> page_top Style

------------------------------------------------------------------*/
.page_top {
}
.page_top .concept {
    margin-top: 200px;
}
.page_top .concept h2 {
    text-align: center;
}
.page_top .concept p {
    text-align: center;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 55px;
    font-size: 1.1rem;
}
@media (max-width: 520px) {
    .page_top .concept {
        margin-top: 100px;
        padding: 0 5%;
    }
    .page_top .concept h2 {
        text-align: center;
    }
    .page_top .concept p {
        text-align: left;
        letter-spacing: .1em;
        line-height: 2;
        margin-top: 55px;
        font-size: 1.1rem;
    }
}

/*-----------------------------------------------------------------*/
.page_top .read {
    margin-top: 200px;
}
.page_top .read p {
    letter-spacing: .05em;
    line-height: 2;
    margin-top: 55px;    
}
.page_top .read .flex {

}
.page_top .read .flex .f_item:nth-of-type(1) {
    width: 48%;
}
.page_top .read .flex .f_item:nth-of-type(2) {
    width: 52%;
    padding-left: 65px;
}
.page_top .read .flex .f_item .thumb {
    width: 100%;
    background-color: #000;
    position: relative;
}
.page_top .read .flex .f_item .thumb img {
    width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.page_top .read .btn_area {
    padding: 0 200px;
    margin-top: 130px;
    justify-content: space-between;
}
.page_top .read .btn_area a {
    width: 48%;
    font-size: 1.4rem;
}
.page_top .read .btn_area a:nth-of-type(1) {
    width: 100%;
    margin-bottom: 35px;
}
@media (max-width: 520px) {
    .page_top .read {
        margin-top: 100px;
    }
    .page_top .read p {
        letter-spacing: .05em;
        line-height: 2;
        margin-top: 55px;    
    }
    .page_top .read .flex {
    
    }
    .page_top .read .flex .f_item:nth-of-type(1) {
        width: 100%;
    }
    .page_top .read .flex .f_item:nth-of-type(2) {
        width: 100%;
        padding-left: 0;
        padding: 0 5%;
        margin-top: 25px;
    }
    .page_top .read .btn_area {
        padding: 0 5%;
        margin-top: 75px;
        justify-content: space-between;
    }
    .page_top .read .btn_area a {
        width: 100%;
        font-size: 1.4rem;
    }
    .page_top .read .btn_area a:nth-of-type(1) {
        width: 100%;
        margin-bottom: 0;
    }
    .page_top .read .btn_area a + a {
        margin-top: 15px
    }
}


.page_top .contents_block {
    margin-top: 150px;
} 
.page_top .contents_block .thumb {
    width: 100%;
    height: 400px;
    background-color: #dcdcdc;
    position: relative;
}
.page_top .contents_block .thumb img {
    width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.page_top .contents_block .inner {
    padding: 50px 200px 0;
    position: relative;
}
.page_top .contents_block .inner h2 {
    position: absolute;
    top: 10px;
    right: 0;
}
.page_top .contents_block:nth-of-type(2n) .inner h2 {
    right: auto;
    left: 0;
}
.page_top .contents_block .inner p {
    letter-spacing: .05em;
    line-height: 2;
    margin-top: 50px;    
}
.page_top .contents_block a {
    width: 460px;
    margin-top: 60px;
}
@media (max-width: 520px) {
    .page_top .contents_block {
        margin-top: 100px;
    } 
    .page_top .contents_block .thumb {
        height: 200px;
    }
    .page_top .contents_block .inner {
        padding: 15px 5% 0;
        position: relative;
    }
    .page_top .contents_block:nth-of-type(2n) .inner {
        padding: 15px 5% 0;
    }
    .page_top .contents_block .inner h2 {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto 15px;
    }
    .page_top .contents_block:nth-of-type(2n) .inner h2 {
        left: auto;
    }
    .page_top .contents_block .inner p {
        letter-spacing: .05em;
        line-height: 2;
        margin-top: 15px;    
    }
    .page_top .contents_block a {
        width: 100%;
        margin-top: 35px;
    }
    
}

.page_top .insta {
    margin-top: 150px;
}
.page_top .insta .container {
    padding: 0 100px;
    margin-top: 55px;
}
@media (max-width: 520px) {
    .page_top .insta {
        margin-top: 100px;
    }
    .page_top .insta .container {
        padding: 0;
        margin-top: 55px;
    }
}

/*-----------------------------------------------------------------

>>> page_facility Style

------------------------------------------------------------------*/
.page_facility p {
    font-size: 1.1rem;
    letter-spacing: .1em;
    line-height: 1.8;
}

.repeat_block + .repeat_block {
    padding-top: 100px;
    margin-top: 50px;
}
.repeat_block .inner {
    width: 100%;
    padding: 0 0 0 230px;
    position: relative;
}
.repeat_block:nth-of-type(2n) .inner {
    padding: 0 230px 0 0;
}
.repeat_block .inner h2 {
    position: absolute;
    top: 0;
    left: 0;
}
.repeat_block:nth-of-type(2n) .inner h2 {
    left: auto;
    right: 0;
}
@media (max-width: 520px) {
    .page_facility p {
        font-size: 1rem;
    
    }
    .repeat_block + .repeat_block {
        padding-top: 75px !important;
        margin-top: 25px;
    }
    .repeat_block .inner {
        width: 100%;
        padding: 0 0 0 0;
        position: relative;
    }
    .repeat_block:nth-of-type(2n) .inner {
        padding: 0 0 0 0;
    }
    .repeat_block .inner h2 {
        position: relative;
        top: auto;
        left: auto;
    }
    .repeat_block:nth-of-type(2n) .inner h2 {
        left: auto;
        right: auto;
    }
}
/*-----------------------------------------------------------------*/

.page_facility .exterior h3 {
    margin-top: 40px;
    font-weight: 500;
}
.page_facility .exterior p {
    margin-top: 50px;
}
.page_facility .exterior h4 {
    font-size: 2.33rem;
    margin-top: 50px;
    font-weight: 500;
}
@media (max-width: 520px) {
    .page_facility .exterior {
        padding: 0 5%;
    }
    .page_facility .exterior .thumb {
        margin-top: 35px;
    }
    .page_facility .exterior h3 {
        margin-top: 20px;
        font-weight: 500;
    }
    .page_facility .exterior p {
        margin-top: 25px;
    }
    .page_facility .exterior h4 {
        font-size: 1.83rem;
        margin-top: 25px;
        font-weight: 500;
    }
}
/*-----------------------------------------------------------------*/

.page_facility .floor_gallery .gallery_container{
    margin-top: 100px;
}
.page_facility .floor_gallery .gallery_container .gallery_item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
}
.page_facility .floor_gallery .gallery_container .gallery_item:nth-of-type(3n) {
    margin-right: 0;
}
.page_facility .floor_gallery .gallery_container .thumb {
    position: relative;
}
.page_facility .floor_gallery .gallery_container .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;  
}
.page_facility .floor_gallery .gallery_container .caption {
    display: block;
    text-align: center;
}
.page_facility .floor_gallery .amenities_area {
    margin-top: 30px;
}
.page_facility .floor_gallery .amenities_area .amenities_container {
    margin-top: 65px;

}
.page_facility .floor_gallery .amenities_area .amenities_block {
    width: 31%;
    margin-bottom: 30px;
    text-align: center;
}
.page_facility .floor_gallery .amenities_area .amenities_block + .amenities_block{
    margin-left: 3.5%;
}
.page_facility .floor_gallery .amenities_area .amenities_block h4 {
    font-size: .92rem;
    letter-spacing: .1em;
}
.page_facility .floor_gallery .amenities_area .amenities_block h4 span {
    padding:5px 35px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
}
.page_facility .floor_gallery .amenities_area .amenities_block ul li {
    margin-top: 25px;
    letter-spacing: .1em;
    font-size: 1.2rem;
}
.page_facility .floor_gallery .amenities_area .amenities_block ul li + li {
    margin-top: 15px;
}
.page_facility .floor_gallery .attention {
    margin-top: 50px;
}
.page_facility .floor_gallery .attention ul li {
    font-size: .92rem;
    letter-spacing: .1em;
}
.page_facility .floor_gallery .attention ul li + li {
    margin-top: 10px;
}
@media (max-width: 520px) {
    .page_facility .floor_gallery {
        padding:0 5%;
    }
    .page_facility .floor_gallery .gallery_container {
        justify-content: space-between;
        margin-top: 35px;
    }
    .page_facility .floor_gallery .floor_map {
        margin-top: 35px;
    }    
    .page_facility .floor_gallery .gallery_container .gallery_item {
        width: 47%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .page_facility .floor_gallery .gallery_container .caption {
        font-size: .92rem;
    }
    .page_facility .floor_gallery .amenities_area .amenities_block {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .page_facility .floor_gallery .amenities_area .amenities_block + .amenities_block{
        margin-left: 0;
        margin-top: 20px;
    }
    .page_facility .floor_gallery .amenities_area .amenities_block ul li {
        margin-top: 25px;
        font-size: 1rem;
    }
    .page_facility .floor_gallery .attention ul li {
        line-height: 1.4;
    }
}

/*-----------------------------------------------------------------*/
.page_facility .other_gallery .inner {
    height: 510px;
}
.page_facility .other_gallery ul {
}
.page_facility .other_gallery ul li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 30px;
    position: relative;
}
.page_facility .other_gallery ul li:nth-of-type(4n) {
    margin-right: 0;
}
.page_facility .other_gallery ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;  
}
@media (max-width: 520px) {
    .page_facility .other_gallery {
        padding:0 5%;
    }
    .page_facility .other_gallery .inner {
        height: auto;
    }
    .page_facility .other_gallery ul {
        justify-content: space-between;
        margin-top: 35px;
    }
    .page_facility .other_gallery ul li {
        width: 30%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
/*-----------------------------------------------------------------*/


.page_facility .price_area h3 {
    font-size: .92rem;
    letter-spacing: .1em;
    margin-top: 30px;
}
.page_facility .price_area h3:first-child {
    margin-top: 0;
}
.page_facility .price_area h3 span {
    display: inline-block;
    padding: 10px 35px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
}
.page_facility .price_area .table_pt01 {
    margin-top: 25px;
    width: 100%;
}
.page_facility .price_area .table_pt01 td {
    border: 1px solid #707070;
    font-size: 1.2rem;
    letter-spacing: .1em;
    text-align: center;
    padding:10px 20px;
}
.page_facility .price_area .table_pt01 td:first-child {
    width: 277px;
    text-align: left;
}
.page_facility .price_area .table_02 {
    display: none;
}
.page_facility .price_area ul {
    margin-top: 25px;
    padding-left: 30px;
}
.page_facility .price_area ul li {
    font-size: 1.2rem;
    letter-spacing: .1em;
    position: relative;
}
.page_facility .price_area ul li + li {
    margin-top: 10px;
}
.page_facility .price_area ul li::before {
    content: "";
    width: .7em;
    height: .7em;
    background-color: #000;
    display: block;
    position: absolute;
    top: 3px;
    right: calc(100% + 10px);
}
.page_facility .price_area .btn_area {
    width: 100%;
    justify-content: space-between;
    margin-top: 55px;
}
.page_facility .price_area .btn_area a {
    display: block;
    width: 48%;
}
@media (max-width: 520px) {
    .page_facility .price_area {
        padding: 0 5%;
    }
    .page_facility .price_area .table_pt01 {
        width: 100%;
    }
    .page_facility .price_area .table_pt01 tr {}
    .page_facility .price_area .table_pt01 td {
        width: 20%;
        font-size: 1rem;
        line-height: 1.4;
    }
    .page_facility .price_area .table_pt01 td:first-child {
        width: 20%;
    }    
    .page_facility .price_area .table_01 {
        display: none;
    }
    .page_facility .price_area .table_02 {
        display: block;
    }
    .page_facility .price_area ul {
        padding-left: 20px;
    }
    .page_facility .price_area ul li {
        font-size: .92rem;
        line-height: 1.4;
    }
    .page_facility .price_area .btn_area {
        width: 100%;
        justify-content: space-between;
        margin-top: 55px;
    }
    .page_facility .price_area .btn_area a {
        width: 100%;
    }
    .page_facility .price_area .btn_area a + a {
        margin-top: 10px;
    }
}

/*-----------------------------------------------------------------*/
@media (max-width: 520px) {
    .page_facility .recommend_area {
        padding: 0 5%;
    }
    .page_facility .recommend_area .imgbox {
        margin-top: 35px;
    }
}


/*-----------------------------------------------------------------*/

.page_facility .access_area {

}
.page_facility .access_area .f_item:nth-of-type(1) {
    width: calc(100% - 455px);
}
.page_facility .access_area .f_item:nth-of-type(2) {
    width: 455px;
}
.page_facility .access_area .access_logo {
    display: block;
    width: 263px;
    margin: 0 auto 20px;
}
.page_facility .access_area p {
    font-size: 1.33rem;
    letter-spacing: .1em;
    text-align: center;
}
.page_facility .access_area .block h3 {
    text-align: center;
    margin-top: 40px;
}
.page_facility .access_area .block h3 span {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 10px 35px;
}
.page_facility .access_area .block p {
    font-size: 1rem;
    margin-top: 25px;
}
.page_facility .access_area .g_map {
    width: 100%;
    height: 100%;
}
@media (max-width: 520px) {
    .page_facility .access_area {
        padding: 0 5%;
    }
    .page_facility .access_area .f_item:nth-of-type(1) {
        width: 100%;
    }
    .page_facility .access_area .access_logo {
        display: block;
        width: 60%;
        margin: 35px auto 20px;
    }
    .page_facility .access_area p {
        font-size: 1rem;
    }    
    .page_facility .access_area .f_item:nth-of-type(2) {
        width: 100%;
    }
    .page_facility .access_area .g_map {
        margin-top: 35px;
        height: 300px;
    }
}

/*-----------------------------------------------------------------

>>> page_information Style

------------------------------------------------------------------*/

.page_infotmation .asobibba .in_block {
    
}
.page_infotmation .asobibba .in_block + .in_block {
    margin-top: 75px;
}
@media (max-width: 520px) {
    .page_infotmation .asobibba {
        padding: 0 5%;
    }
    .page_infotmation .asobibba .in_block {
        margin-top: 35px;
    }
}

.page_infotmation .btn_area {
    width: 960px;
    margin: 150px auto 0;
    justify-content: space-between;
}
.page_infotmation .btn_area a {
    display: block;
    width: 47%;
}
@media (max-width: 520px) {
    .page_infotmation .btn_area {
        width: 90%;
        margin: 100px auto 0;
    }
    .page_infotmation .btn_area a {
        width: 100%;
    }
    .page_infotmation .btn_area a + a {
        margin-top: 10px;
    }
}

/*-----------------------------------------------------------------

>>> page_contact Style

------------------------------------------------------------------*/
.page_contact {
    margin-top: 215px;
}
.page_contact .contact_body .info_area {
    width: 410px;
}
.page_contact .contact_body .info_area h1 {
    font-size: 3.33rem;
    line-height: 1.5;
    letter-spacing: .2em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}
.page_contact .contact_body .info_area p {
    font-size: 1.1rem;
    line-height: 1.7;
    letter-spacing: .1em;
    margin-top: 20px;
}
.page_contact .contact_body .info_area h2 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 1.1rem;
    text-align: center;
    padding: 10px 0;
    margin-top: 40px;
    letter-spacing: .1em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.page_contact .contact_body .info_area .tel {
    display: block;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    letter-spacing: .1em;
    color: #000;
    font-size: 2.1rem;
    margin: 20px 0 65px;
}
.page_contact .contact_body .info_area .tel img {
    display: inline-block;
    width: auto;
    height: 1em;
    position: relative;
    top: -3px;
    margin-right: 10px;
}
.page_contact .contact_body .form_area {
    width: calc(100% - 410px);
    padding-left: 100px;
}
.page_contact .link_area {
    margin-top: 35px;
}

@media (max-width: 520px) {
    .page_contact {
        margin-top: 100px;
        padding: 0 5%;
    }
    .page_contact .contact_body .info_area {
        width: 100%;
    }
    .page_contact .contact_body .info_area h1 {
        font-size: 2.5rem;
        line-height: 1.3;
        text-align: center;
    }
    .page_contact .contact_body .info_area p {
        font-size: 1rem;
    }
    .page_contact .contact_body .form_area {
        width: 100%;
        padding-left: 0;
        margin-top: 75px;
    }
}


.page_thanks .thanks_body {
    width: 100%;
    height: 100vh;
    position: relative;
}
.page_thanks .thanks_body .container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.page_thanks .thanks_body .container h1 {
    width: 260px;
    margin: 0 auto;
}
.page_thanks .thanks_body .container p {
    font-size: 1.6rem;
    letter-spacing: .1em;
    font-family: 'Noto Serif JP', serif;
    margin-top: 25px;
    text-align: center;
    font-weight: 600;
}
.page_thanks .thanks_body .container a {
    display: block;
    width: 165px;
    border-radius: 300px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    margin: 40px auto 0;
    text-align: center;
    padding: 10px 0;
    transition:ALL .5s ease;
}
.page_thanks .thanks_body .container a:hover {
    color: #fff;
    background-color: #000;
}
@media (max-width: 520px) {
    .page_thanks .thanks_body .container h1 {
        width: 40%;
        margin: 0 auto;
    }
    .page_thanks .thanks_body .container p {
        font-size: 1.3rem;
    }
}

/*-----------------------------------------------------------------

>>> page_cal Style

------------------------------------------------------------------*/
.page_cal {
}
.page_cal .cal_area {
    margin-top: 100px;
}
.page_cal .cal_area .inner {
    width: 100%;
    height: 700px;
}
@media (max-width: 520px) {
    .page_cal .cal_area {
        margin-top: 75px;
        padding: 0 5%;
    }
    .page_cal .cal_area .inner {
        width: 100%;
        height: 500px;
    }
}
