@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     施設情報
 Notes:          
--------------------------------------------------------------- */
.main-wrap{
width:100%;
padding-top:5em;
}


.main-title{
width:51.04%;
margin: 5% auto 0;
}
.main-title img{
width:100%;
}

.main-content	{
	width:51.04%;
	margin: 0 auto 5%;
}


.itiran-title{
width:100%;
}
.itiran-title img{
width:100%;
}

.cms-area {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

 .cms-area .cms-box {
    width: 46.93%;
    margin: 0 0 5%;
    }
    
 .cms-area .cms-box#last {
    width: 46.93%;
    margin: 0 auto 5%;
    }    
    
.cms-in{
width:100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.villabox{
width:43.9%;
margin: 0 3% 10%;
}

.btn-villa{
width:50%;
display: block;
margin: 0 auto 10%;
border: 1px solid #3871ad;
color: #3871ad;
text-align: center;
line-height: 200%;
font-size: 1vw;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
height: 2vw;
}

.mv-main{
width:100%;
height: 10vw;
}

.mv-main a:hover{
opacity: 0.6;
}

.mv-title{
font-size:0.8vw;
line-height: 140%;
text-align: center;
height: 2.4vw;
}

.mv-main img{
width:100%;
height: 10vw;
object-fit:cover;
border-radius: 50%;	
}

/**********  シングルページ　****************************************/

.mvbox01{
width:100%;
margin: 5% auto 10%;
}

.mv-title#single{
font-size: 2.4vw;
line-height: 100%;
color: #3871ad;
font-family: Georgia, "Times New Roman", Times, "serif";
font-weight: bold;
text-align: center;
}

.mv-title-s{
color:#3871ad;
font-size: 1vw;
text-align: center;
line-height: 200%;
margin-bottom: 3%;
}

.mv-txt01{
font-size: 1.3vw;
line-height: 170%;
text-align: center;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
margin-bottom: 3%;
color: #000000;
}

.mv-txt02{
font-size: 1vw;
line-height: 170%;
text-align: center;
margin-bottom: 3%;
color: #000000;
}

.mvbox02{
width:100%;
margin-bottom: 10%;
}

.mvbox-l{
width:46.22%;
float: left;
}

.mvbox-r{
width: 48.98%;
float: right;
}

.mvbox03{
width:100%;
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
}

.mv-mainpic{
width: 100%;
}
.mv-mainpic img{
width: 100%;
}

.mv-title02{
font-size: 1.2vw;
font-weight: bold;
line-height: 170%;
border-bottom: 1px solid #000000;
margin-bottom: 5%;
}

.mv-txt03{
font-size: 1vw;
line-height: 200%;
margin-bottom: 2%;
}

.mv-map a{
width: 30.46%;
line-height: 250%;
display: block;
background-color: #e60000;
color: #ffffff;
text-align: center;
text-decoration: none;
border-radius: 1.5vw;
font-size: 1.2vw;
}

.mv-map a:hover{
opacity: 06;
}

.mv-sub{
width:32%;
margin:0 0.666% 5%;
}

.s-pic{
width:100%;
height: 12vw;
}
.s-pic img{
width:100%;
height: 100%;
object-fit: cover;
}

.mv-cap{
font-size: 0.9vw;
line-height: 150%;
text-align: left;
margin: 5% 0;
}

.mv-access{
font-size: 1vw;
line-height: 200%;
}

.mv-access-title{
font-size: 1.1vw;
font-weight: bold;
}

.mv-link a{
display: block;
    width: 50%;
    margin: 0 auto 3%;
    font-size: 1.3vw;
    font-weight: bold;
    line-height: 300%;
    text-align: center;
    color: #ffffff;
    background-color: #e60000;
    text-decoration: none;
    border-radius: 2vw;
}

.mv-link a:hover{
opacity: 0.6;
}

.pr-link a {
    display: block;
    width: 50%;
    margin: 0 auto 3%;
    font-size: 1.3vw;
    font-weight: bold;
    line-height: 300%;
    text-align: center;
    color: #ffffff;
    background-color: #e60000;
    text-decoration: none;
    border-radius: 2vw;
}
.pr-link a:hover{
opacity: 0.6;
}

.pr-link2 a {
    display: block;
    width: 100%;
    margin: 0 auto 3%;
}

.pr-link2 a img {
    width: 100%;
}

.pr-link2 a:hover{
opacity: 0.6;
}
/********　オンラインストアボタン　*************************************/
.f-bana{
width:61.224%;
margin: 5% auto;
}
.f-bana img{
width:100%;
}

.f-bana a:hover{
opacity: 0.6;
}

/* ===============================================================================================================================
== スマホ 
================================================================================================================================= */
@media only screen and (max-width:699px) {

.main-content {
    width: 90%;
    margin: 0 auto 15%;
}

.main-title {
    width: 100%;
    margin: 5% auto;
}

.topics-container{
	width:100%;
float: none;
}

.cms-area .cms-box {
    width: 100%;
    margin: 0 0 5%;
}

.cms-area .cms-box#last {
    width: 100%;
    margin: 0 auto 5%;
}

.btn-villa{
width:100%;
display: block;
margin: 0 auto 10%;
border: 1px solid #3871ad;
color: #3871ad;
text-align: center;
line-height: 200%;
font-size: 14px;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
height: auto;
}

.mv-title {
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    height: 40px;
}

.mv-main {
    width: 100%;
    height: 40vw;
}

.mv-main img {
    width: 100%;
    height: 38vw;
    object-fit: cover;
    border-radius: 50%;
}

.mv-title#single {
    font-size: 18px;
    line-height: 140%;
    color: #3871ad;
    font-family: Georgia, "Times New Roman", Times, "serif";
    font-weight: bold;
    text-align: center;
    margin: 0 0 3%;
}

.mv-title-s {
    color: #3871ad;
    font-size: 14px;
    text-align: center;
    line-height: 200%;
    margin-bottom: 3%;
}

.mv-txt01 {
    font-size: 16px;
    }

.mv-txt02 {
    font-size: 14px;
    line-height: 170%;
    text-align: left;
    margin-bottom: 3%;
    color: #000000;
}

.mvbox-r {
    width: 100%;
    float: none;
}

.mvbox-l {
    width: 100%;
    float: none;
}

.mv-title02 {
    font-size: 16px;
    }

.mv-txt03 {
    font-size: 14px;
    }

.mv-map a {
    border-radius: 18px;
    font-size: 14px;
}

.mv-sub {
    width: 48%;
    margin-bottom: 5%;
}

.s-pic {
    width: 100%;
    height: 40vw;
}

.mv-cap {
    font-size: 13px;
    line-height: 150%;
    text-align: left;
    margin: 5% 0;
}

.mv-access {
    font-size: 14px;
    line-height: 170%;
}

.mv-access-title {
    font-size: 16px;
    font-weight: bold;
}

.mv-link a {
   display: block;
    width: 100%;
    margin: 0 auto 3%;
    font-size: 16px;
    border-radius: 25px;
}


.before-kiji {
    width: 30%;
    margin-right: 5%;
    text-align: left;
}

.kiji-list {
    width: 30%;
    margin-right:5%;
    text-align: center;
}

.after-kiji {
    width: 30%;
    margin: 0;
    text-align: right;
}

.after-kiji a {
    font-size: 14px;
    }
    
.kiji-list a {
    font-size: 14px;
    }  
    
.before-kiji a {
    font-size: 14px;
    } 
    
.pr-link a {
    display: block;
    width: 100%;
    margin: 0 auto 3%;
    font-size: 16px;
    border-radius: 25px;
}    

}