@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
    font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #012c3d;
	margin:0;
}
@media (max-width: 768px){
body {
    font-size: 1.5rem;
}
}
@media (max-width: 480px){
body {
	font-size: 1.4rem;
}
}
a{
	color: #012c3d;
	text-decoration: none;
}
a:hover{
	color: #012c3d;
}
/* ------------------------------------- /
/   スマホ表示・非表示
/* ------------------------------------- */
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media only screen and (max-width: 480px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.wrap{
    overflow: hidden;
}
/* ---------------------------------------------------------------------------- /
/   Header
/* ---------------------------------------------------------------------------- */
.header{
	position:fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 70px;
	background: #fff;
}
.header .navbar .header_logo{
	margin:0 auto;
	text-align: center;
    position:absolute;
    top:5px;
    left:20px;
    z-index:999;
}
.header .navbar .header_logo a{
	display: inline-block;
}
.header .navbar .header_logo a img{
	width: 97px;
}
@media (max-width: 1024px){
.header .navbar .header_logo {
    left: 10px;
}
.header nav.nav-wrap ul.nav {
    right: 20px !important;
}
}
@media (max-width: 768px){
.header .navbar .header_logo {
    top: 5px;
    z-index: 999;
}
}
@media (max-width: 480px){
.header .navbar .header_logo {
    top: 7px;
}
.header .navbar .header_logo a img {
    width: 76px;
}
.header {
    height: 60px;
}
}
@media (max-width: 375px){
}
/* ---------------------------------------------------------------------------- /
/   pagetop
/ ---------------------------------------------------------------------------- */
/* ページTOPに戻る */
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index:999;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    background:#f8444e;
    border-radius: 50%;
    line-height: 40px;
}
.pagetop a i{
    font-size: 16px;
    color:#fff;
    line-height: 40px;
}
.anchor{
    margin-top: -100px;
    padding-top:100px;
}
/* ---------------------------------------------------------------------------- /
/   TOP
/ ---------------------------------------------------------------------------- * /
/   main_area
/ ---------------------------------------------------------------------------- */
.main_area {
    padding: 70px 0;
}
/*.main_area img{
    width: 100%;
}*/
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_txt{
    width: 50%;
    background: linear-gradient(180deg, #f7f8f4 0%, #f7f8f4 50%, #78bdc4 50%, #78bdc4 100%);
    position: relative;
    display: flex;
    align-items: center;
}
.main_txt img{
    width: 450px;
    display: block;
    margin:0 auto;
}
.main_img{
    width: 50%;
/*    display: flex;
    align-items: center;*/
}
.slick-slide {
    height: 630px!important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}
.slick-slide img {
    display: block;
    height: 100%!important;
}
.slick-prev {
    display: none!important;
}
ul.slick-dots {
    display: none!important;
}
@media (max-width: 1200px){
.main_txt img {
    width: 360px;
}
}
@media (max-width: 768px){
.main_txt {
    width: 100%;
    height: 290px;
    order: 2;
}
.slick-slide {
    height: 510px!important;
}
.main_img {
    width: 100%;
}
}
@media (max-width: 480px){
.main_txt img {
    width: 190px;
}
.main_txt {
    height: 120px;
}
.main_area {
    padding: 50px 0;
}
.slick-slide {
    height: 290px!important;
}
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}
/* ---------------------------------------------------------------------------- /
/   about_area
/ ---------------------------------------------------------------------------- */
.about_area{
    padding-bottom: 100px;
}
.ttl{
    padding-top: 163px;
    background-image: url(https://marunihotel.comhttps://www.marunihotel.com/img/top/ttl_icon.png);
    background-size: 214px;
    background-repeat: no-repeat;
    background-position: center top;
}
.ttl p{
    font-family: 'Roboto', sans-serif;
    text-align:center;
    padding-bottom: 5px;
    font-weight: 900;
    font-size: 2.4rem;
}
.ttl h2{
    text-align:center;
    font-weight: 600;
    font-size: 1.4rem;
}
.about_area p.about_txt {
    padding-top: 70px;
    line-height: 2.2;
}
.inner{
    max-width: 1080px;
    margin:0 auto;
}
@media (max-width: 1024px){
.inner{
    padding:0 20px;
}
}
@media (max-width: 1024px){
.about_area p.about_txt {
    padding-top: 50px;
}
}
@media (max-width: 768px){
}
@media (max-width: 480px){
.about_area {
    padding-bottom: 50px;
}
.about_area p.about_txt {
    padding-top: 30px;
}
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}
/* ---------------------------------------------------------------------------- /
/   facility_area
/ ---------------------------------------------------------------------------- */
.facility_area{
    background: linear-gradient(180deg, #f7f8f4 0%, #f7f8f4 45%, #fff 45%, #fff 100%);
    padding:90px 0;
}
.facility_area .ttl{
    background-image: none;
    padding-top: 0;
}
.facility_area ul{
    margin:60px 0 90px;
}
.facility_area li{
    width: 30%;
}
/*.facility_area li:nth-child(2){
    margin-top:70px;
}*/
.facility_area li img{
    width: 100%;
    display: block;
    margin-bottom:30px;
}
.facility_area li h3{
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom:20px;
}
.facility_area li p{
    font-weight: 500;
}
.btn{
    max-width: 250px;
    margin:0 auto;
}
.btn a{
    display: block;
    background-color: #012c3d;
    border:solid 1px  #012c3d;
    color: #fff;
    text-align:center;
    padding:10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.btn a:hover{
    background-color: #fff;
    color:  #012c3d;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
}
@media (max-width: 480px){
.facility_area {
    padding: 50px 0;
}
.facility_area li:nth-child(2) {
    margin-top: 0;
}
.facility_area li {
    width: 100%;
    margin-bottom: 30px;
}
.facility_area li img {
    margin-bottom: 8px;
}
.facility_area li h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.facility_area ul {
    margin: 40px 0 0px;
}
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}


/* ---------------------------------------------------------------------------- /
/   access_area
/ ---------------------------------------------------------------------------- */
.access_area{

}
.access_area .flex{
    align-items: inherit;
}
.iframe{

}
.iframe {
    display: flex;
    align-items: center;
    width: 60%;
    position: relative;
    padding-bottom: 26%;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.access_txt{
    width: 40%;
    background-color: #78bdc4;
    padding:60px;
    box-sizing: border-box;
}
.access_txt .ttl{
    background-image: none;
    padding-top: 0;
}
.access_txt .ttl h2,
.access_txt .ttl p{
    color: #fff;
    text-align:left;
}
.access_txt h2.access_h2{
    margin:30px 0 20px;
    font-size: 1.8rem;
    font-weight: 600;
}
.access_txt p.adress{
    padding-bottom:20px;
}
@media (max-width: 1440px){
.iframe {
    padding-bottom: 39%;
}
}
@media (max-width: 768px){
.iframe {
    width: 100%;
}
.access_txt {
    width: 100%;
    padding: 40px;
}
}
@media (max-width: 480px){
.iframe {
    padding-bottom: 59%;
}
.access_txt {
    padding: 20px;
}
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}



/* ---------------------------------------------------------------------------- /
/   footer
/ ---------------------------------------------------------------------------- */
footer{
    background-color: #012c3d;
    padding:66px 0 15px;
}
.foot_logo {
    max-width: 180px;
    margin:0 auto 40px;
}
.foot_logo a img{
    width: 100%;
}
.foot_logo a:hover{
    opacity:0.7;
}
.footer_adress {
    max-width: 336px;
    margin:0 auto 30px;
}
.footer_adress p.adress{
    color: #fff;
    text-align:center;
    display: block;
}
.footer_adress p.adress span{
    padding-right: 7px;
}
.footer_adress p{
    display: inline-block;
    color: #fff;
    text-align:center;
}
.footer_adress p.footer_tel{
    padding:0 5px;
}
.footer_adress p.footer_tel a,
.footer_adress p.footer_fax a{
    color: #fff;
}
.footer_adress p.footer_tel a:hover,
.footer_adress p.footer_fax a:hover{
    color: #fff;
    opacity: 0.7;
}
footer .btn{
    max-width: 250px;
    margin:60px auto 50px;
}
footer .btn a{
    display: block;
    background-color: #f8444e;
    border:solid 1px  #f8444e;
    color: #fff;
    text-align:center;
    padding:10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
footer .btn a span{
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}
footer .btn a:hover{
    opacity: 0.7;
    background-color: #f8444e;
    color: #fff;
}
footer ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    margin:40px auto 30px;
}
footer li{
    width: 24%;
    border-right: solid 1px #fff;
    height: 22px;
}
footer li:last-child{
    border:solid 0px;
}
footer li a{
    color: #fff;
    display: block;
    text-align:center;
    line-height: 1.2;
}
footer li a:hover{
    opacity: 0.7;
    color: #fff;
}
footer .copy p {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
}
footer .copy p a{
    color: #fff;
}
footer .copy p a:hover{
    color: #fff;
    opacity: 0.7;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
}
@media (max-width: 480px){
footer {
    padding: 36px 0 15px;
}
footer .btn {
    margin: 30px auto;
}
.footer_adress p.footer_tel {
    padding: 0 5px 0 25px;
}
.foot_logo {
    max-width: 150px;
}
}
@media (max-width: 375px){
.access_txt h2.access_h2 {
    margin: 11px 0;
}
}
@media (max-width: 320px){
.footer_adress p.adress span {
    display: block;
}
.footer_adress p.adress{
    text-align:left;
}
.footer_adress p.footer_tel {
    padding: 0 5px 0 0;
}
.foot_logo {
    margin: 0 auto 20px;
    width: 250px;
}
footer li {
    border-right: solid 0 #fff;
}
}

/* ---------------------------------------------------------------------------- /
/   lower facility
/ ---------------------------------------------------------------------------- * /
/   main_area
/ ---------------------------------------------------------------------------- */
.lowe_main_area {
    padding-top: 70px;
    position: relative;
}
.lowe_main_area img{
    width: 100%;
}
.lowe_main_area .ttl{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%)!important;
    background-image: none;
    padding-top: 0;
}
.lowe_main_area .ttl h2,
.lowe_main_area .ttl p{
    color: #fff;
    text-shadow: 1px 2px 5px #545454;
}
.lowe_main_area .ttl h2{
    font-size: 1.8rem;
}
.lowe_main_area .ttl p{
    font-size: 3.4rem;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
.lowe_main_area .ttl {
    position: absolute;
    top: 41%;
}

}
@media (max-width: 480px){
.lowe_main_area {
    padding-top: 60px;
}
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}
/* ---------------------------------------------------------------------------- /
/   facility_btn_area
/ ---------------------------------------------------------------------------- */
.facility_btn_area{
    max-width: 800px;
    margin:100px auto;
}
.facility_btn_area ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.facility_btn_area li{
    width: 30%;
}
.facility_btn_area li a{
    display: block;
    background-color: #78bdc4;
    color: #fff;
    text-align:center;
    padding:10px 0;
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.facility_btn_area li a span{
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
}
.room_area{
    padding: 0;
    background:inherit;
}
.room_area li{
    margin-bottom: 70px;
}
.room_area li:nth-child(2) {
    margin-top: 0;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
}
@media (max-width: 480px){
.facility_btn_area li {
    width: 32%;
}
.room_area li {
    margin-bottom: 40px;
}
.facility_btn_area {
    margin: 50px auto;
    padding: 0 20px;
}
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}
/* ---------------------------------------------------------------------------- /
/   service_area
/ ---------------------------------------------------------------------------- */
.service_area{
    padding-bottom: 100px;
}
.service_txt{
    max-width: 800px;
    margin:40px auto;
}
.service_area .ttl{
    background-image: none;
    padding-top: 0;
}
.service_area ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.service_area li{
    width:14%;
    margin-bottom:30px;
}
.service_area li img{
    width: 90px;
    display: block;
    margin:0 auto;
}
.service_area li p{
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
}

.amenity{
    background-color: #78bdc4;
    padding:45px 60px;
    margin:70px 0;
}
.amenity h3{
    text-align:center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    padding-bottom:30px;
}
.amenity_list li {
    display: inline-block;
    padding-right: 20px;
    color: #fff;
    width: inherit;
    margin-bottom: 0;
}
.amenity_list li.sp_charging{
    width: 100%;
    margin-top:10px;
    text-align:center;
}
.amenity_list li:last-child{
    padding-right: 0;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
.amenity_list li.sp_charging{
    text-align:left;
}
}
@media (max-width: 480px){
.service_area li {
    width: 24%;
    margin-bottom: 30px;
}
.amenity {
    background-color: #78bdc4;
    padding: 25px 20px;
    margin: 0 0 20px;
}
.service_area {
    padding-bottom: 40px;
}
.amenity_list li {
    padding-right: 0;
    margin-bottom: 0;
    width: 48%;
}

}
@media (max-width: 375px){
}
@media (max-width: 320px){
.service_area li {
    width: 48%;
}
}
/* ---------------------------------------------------------------------------- /
/   contact
/ ---------------------------------------------------------------------------- */
.contact_area{
    padding-bottom:100px;
}
.contact_txt{
    padding:100px 0;
}
.contact_txt p{
    text-align:center;
    margin-bottom:40px;
    font-weight: 600;
}
.contact_txt p.contact_tel{
    color: #78bdc4;
    font-size:3.4rem;
    margin-bottom:0;
}
.contact_txt p.contact_tel a{
    color: #78bdc4;
}
.contact_txt p.contact_tel span{
    font-size:2.4rem;
}
.formbox{
    width: 100%;
    margin: 0 auto 60px;
}
.formbox p{
    text-align: center;
    padding:20px 0;
}
.formbox p span{
    color: #e37e77;
}
.formbox dl{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.formbox dt{
    width: 30%;
    box-sizing: border-box;
    padding: 0 0 7px;
    font-size: 16px;
}
.formbox dt p{
    display: inline-block;
    width: 60%;
    text-align:left;
}
.formbox dt span{
    color: #f8444e;
}
.formbox dd{
    padding: 10px 0;
    display: inline-block;
    width: 70%;
    font-size: 16px;
}
.formbox input{
    width: 100%;
    -webkit-appearance: none;
}
.formbox textarea {
    width: 100%;
    -webkit-appearance: none;
}
.formbox .right {
    margin-top: 5px;
    font-size: 13px;
    color: #f3ae00;
}
.formbox input[type="text"],
.formbox textarea {
    padding: 20px 10px;
    font-size: 14px;
    outline: none;
    border: 1px solid #f7f8f4;
    background-color: #f7f8f4;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.formbox .btn_box {
    max-width: 280px;
    margin: 50px auto 0;
}
.formbox .btn_box .submit_button {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #012c3d;
    border: 2px solid #012c3d;
    letter-spacing: 0.2em;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    padding:7px 0;
}
.formbox .btn_box .submit_button:hover{
    background-color: #fff;
    color: #012c3d;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    -webkit-appearance: none;
}
.thanks_txt{
    padding:100px 0;
}
.thanks_txt h2{
    text-align:center;
    font-size:2.5rem;
    font-weight: 600;
    margin-bottom:30px;
}
.thanks_txt p{
    text-align:center;
    padding-bottom:40px;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
}
@media (max-width: 480px){
.formbox dt {
    padding: 10px 0 7px;
    font-size: 15px;
}
.formbox dd {
    display: block;
    width: 100%;
}
.formbox dt{
    width: 100%;
}
.formbox dt p {
    display: inline-block;
    width: auto;
    padding-right: 7px;
    padding: 0;
}
.contact_txt {
    padding: 50px 0;
}
.contact_txt p {
    text-align: left;
    margin-bottom: 20px;
}
.contact_area {
    padding-bottom: 50px;
}
.thanks_txt{
    padding:50px 0;
}
.thanks_txt h2{
    text-align:left;
    font-size:2rem;
}
.thanks_txt p{
    text-align:left;
}
}
@media (max-width: 375px){
}
@media (max-width: 320px){
.contact_txt p.contact_tel {
    font-size: 2.4rem;
}
}
/* ---------------------------------------------------------------------------- /
/   プライバシーポリシー
/ ---------------------------------------------------------------------------- */

/*プライバシーポリシー*/
.privacy_area {
    margin:40px 0;
    padding: 50px 0 30px;
    border: solid 1px #012c3d;
    background-color: #fff;
}
.privacy_area .ttl_p  {
    margin-bottom: 20px;
}
.privacy_area .ttl_p h3{
    font-size:2.2rem;
    text-align:center;
    font-weight:500;
}
.privacy_area .ttl_p p{
    font-size: 1.4rem;
    text-align:center;
    padding-bottom: 15px;
    position: relative;
}
.privacy_area .ttl_p p:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    border-bottom: solid 1px #012c3d;
}
.privacy_box{
    max-width: 800px;
    margin:0 auto;
    line-height: 2;
    overflow: auto;
    height: 200px;
    margin-bottom: 1.5em;
    background-color: #ffffff;
    border: 1px #fff solid;
    padding:20px;
    box-sizing: border-box;
}
.privacy_box p{
    display: block;
    font-size:1.4rem;
    text-align: left;
}
.privacy_box h3{
    font-weight: 500;
    border-bottom: 1px dashed #21295c;
    padding: 10px 0 ;
    margin:30px 0 15px;
    font-size:1.8rem;
}

/* ---------------------------------------------------------------------------- /
/   measures_area
/ ---------------------------------------------------------------------------- */
.measures_area{
    padding:100px 0;
}
.measures_area  li{
    width: 48%;
}

.measures_area_txt{
    max-width: 800px;
    margin:80px auto;
    line-height: 2.5;
}
.btn_2{
    margin:70px auto 0;
}
.btn_2 a{
    font-weight: 600;
}
@media (max-width: 1200px){
.facility_main_area .ttl {
    top: 46%;
}
}
@media (max-width: 768px){
.facility_main_area .ttl p {
    font-size: 2.5rem;
}
}
@media (max-width: 480px){
.facility_main_area .ttl {
    width: 80%;
}
.facility_main_area .ttl p {
    font-size: 2.4rem;
}
.measures_area{
    padding:50px 0;
}
.measures_area_txt {
    margin: 40px auto;
    line-height: 2;
}
.measures_area li {
    width: 100%;
}
.btn_2{
    margin:40px auto 0;
}
}
@media (max-width: 375px){
.facility_main_area .ttl {
    width: 90%;
}
/*.layer_borad_content img {
    display: none!important;
}*/
.facility_main_area .ttl h2 {
    font-size: 1.4rem;
}
}
@media (max-width: 320px){
}