/**
* Masthead
* -------------------------------------------------------------------------- */


@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);


body {
margin: 0;
padding: 0;
font-family: 'Noto Sans Japanese', sans-serif;
font-size: 100%;
}

.noto100 {font-weight:100;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto700 {font-weight:700;}
.noto900 {font-weight:900;}


.fs_10{font-size:10px;}
.fs_12{font-size:12px;}
.fs_14{font-size:14px;}
.fs_16{font-size:16px;}
.fs_18{font-size:18px;}
.fs_20{font-size:20px;}
.fs_22{font-size:22px;}

.fs_60{font-size:60%;}
.fs_70{font-size:70%;}
.fs_80{font-size:80%;}
.fs_90{font-size:90%;}
.fs_110{font-size:110%;}
.fs_120{font-size:120%;}
.fs_130{font-size:130%;}
.fs_140{font-size:140%;}
.fs_150{font-size:150%;}
.fs_160{font-size:160%;}
.fs_170{font-size:170%;}
.fs_180{font-size:180%;}
.fs_190{font-size:190%;}
.fs_200{font-size:200%;}
.fs_210{font-size:210%;}
.fs_220{font-size:220%;}
.fs_230{font-size:230%;}
.fs_240{font-size:240%;}
.fs_260{font-size:260%;}
.fs_280{font-size:280%;}
.fs_300{font-size:300%;}
.fs_320{font-size:320%;}

.lf_1{line-height:1.0em;}
.lf_0-5{line-height:0.5em;}
.lf_1-2{line-height:1.2em;}
.lf_1-4{line-height:1.4em;}
.lf_1-6{line-height:1.6em;}
.lf_1-8{line-height:1.8em;}
.lf_2{line-height:2.0em;}
.lf_2-2{line-height:2.2em;}
.lf_2-4{line-height:2.4em;}
.lf_2-6{line-height:2.6em;}

html,
body {
width: 100%;
height: 100vh;
}
 
/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}



a[href^="tel:"] { cursor: default; border: none; text-decoration: none; }

#PAGE{
position:relative;
padding:0;
margin:0;
color:#000;
}


/*----------------------------------------------------
ヘッダー
----------------------------------------------------*/
#HEADER,
#HEADER_POP{
width:100%;
padding:9px 0 0 0;
margin:0 auto;
background-color:#fff;
}

#HEADER > ul,
#HEADER_POP > ul {
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:end;
-moz-box-pack:end;
-webkit-flex-pack:end;
-moz-flex-pack:end;
-ms-flex-pack:end;
-webkit-justify-content:flex-end;
-moz-justify-content:flex-end;
justify-content:flex-end;
padding:0 0 0 0;
width:95%;
margin:0 2.5% 4px 2.5%;
}

#HEADER > ul > li,
#HEADER_POP > ul > li{
text-align:center;
margin:0 0 15px 15px;
}

#HEADER > ul > li.logo,
#HEADER_POP > ul > li.logo {
margin:0;
-webkit-box-flex:1;
-moz-box-flex:1;
-ms-flex-positive:1;
-webkit-flex-grow:1;
-moz-flex-grow:1;
flex-grow:1;
text-align:left;
}

#HEADER > ul > li.woods_logo,
#HEADER_POP > ul > li.woods_logo {
 margin:0;
 padding:20px 0 0 0;
 width:15%; 
 }

#HEADER > ul > li.phone,
#HEADER_POP > ul > li.phone {
line-height:1.0em;
padding:20px 0 0 0;
}

#HEADER > ul > li.tel_mob,
#HEADER_POP > ul > li.tel_mob {
display: none;
}

#HEADER > ul > li.phone > span.tel_main,
#HEADER_POP > ul > li.phone > span.tel_main {
font-weight: 700;
font-size:26px;
}

#HEADER > ul > li.phone > span.tel_sub, 
#HEADER_POP > ul > li.phone > span.tel_sub {
font-size:10px;
}


#HEADER > ul > li.h_btn_res,
#HEADER_POP > ul > li.h_btn_req,
#HEADER_POP > ul > li.h_btn_res {
text-align:center;
width:200px;
height:20px;
margin-top:5px;
}

#HEADER > ul > li.h_btn_req{
text-align:center;
width:200px;
height:20px;
margin-top:5px;
}

#HEADER > ul > li.h_btn_req a,
#HEADER > ul > li.h_btn_res a,
#HEADER_POP > ul > li.h_btn_req a,
#HEADER_POP > ul > li.h_btn_res a {
display:block;
padding:17px 0 7px 0;
background-color:#f5c400;
width:100%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
text-decoration: none;
border:none;
}

#HEADER > ul > li.h_btn_req a,
#HEADER_POP > ul > li.h_btn_req a {
display:block;
background-image: url(../img/header_req.png);
background-position: center 5px;
background-repeat: no-repeat;
}

#HEADER > ul > li.h_btn_res a,
#HEADER_POP > ul > li.h_btn_res a {
display:block;
background-image: url(../img/header_res.png);
background-position: center;
background-repeat: no-repeat;
}

.mob_btn{
font-size: 16px;
font-weight: 700;
}

.mob_btn_req,
.mob_btn_res{
position: relative;
}

.mob_btn_req:before,
.mob_btn_res:before {
position: absolute;
font-size: 16px;
top: 0;
left: 0px;
display: block;
width: 16px;
height: 16px;
font-family: FontAwesome;
color:#000;
}

.mob_btn_req:before {
content:'\f0e0';
}

.mob_btn_res:before {
content:'\f073';
}

@media only screen and (max-width: 700px) {
#HEADER,
#HEADER_POP{
width:100%;
padding:0;
margin:0 auto;
background-color:#fff;
position: relative;
height: 72px;
}

#HEADER > ul,
#HEADER_POP > ul {
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
padding:0;
width:auto;
margin:0;
position: absolute;
top:0;
left:5px;
right:56px;
z-index: 8888;
}

#HEADER > ul{
right:56px;
}

#HEADER_POP > ul{
right:0;
}

#HEADER > ul > li,
#HEADER_POP > ul > li {
margin:0;
}

#HEADER > ul > li.logo,
#HEADER_POP > ul > li.logo {
margin:5px 0 0 0;
}

#HEADER > ul > li.woods_logo,
#HEADER_POP > ul > li.woods_logo {
 margin:0;
 padding:40px 2px 0 0;
 width:30%; 
 }

#HEADER > ul > li.phone,
#HEADER_POP > ul > li.phone {
display: none;
}

#HEADER > ul > li.tel_mob,
#HEADER_POP > ul > li.tel_mob {
display: block;
}

#HEADER > ul > li.tel_mob > a,
#HEADER_POP > ul > li.tel_mob > a {
background-color:#23b8c5;
width:100%;
display:block;
background-image: none;
position: relative;
padding:44px 0 10px 0;
text-decoration: none;
border: none;
}


#HEADER > ul > li.tel_mob,
#HEADER_POP > ul > li.tel_mob {
text-align:center;
width:55px;
height:70px;
margin:0 0 0 1px;
}

#HEADER > ul > li.h_btn_req,
#HEADER > ul > li.h_btn_res,
#HEADER_POP > ul > li.h_btn_req,
#HEADER_POP > ul > li.h_btn_res {
text-align:center;
width:100px;
height:70px;
margin:0 0 0 1px;
}

#HEADER_POP > ul > li.h_btn_req a,
#HEADER_POP > ul > li.h_btn_res a {
display:block;
padding:28px 0 10px 0;
text-decoration: none;
border: none;
background-color:#f5c400;
width:100%;
border-radius: 0;        /* CSS3草案 */  
-webkit-border-radius: 0;    /* Safari,Google Chrome用 */  
-moz-border-radius: 0;   /* Firefox用 */
background-image: none;
position: relative;
}

#HEADER_POP > ul > li.h_btn_req a:before,
#HEADER_POP > ul > li.h_btn_res a:before {
position: absolute;
font-size: 20px;
top: 45%;
left: 35px;
display: block;
margin-top: -32px;
width: 30px;
height: 30px;
font-family: FontAwesome;
color:#000;
}

#HEADER > ul > li.tel_mob > a:before,
#HEADER_POP > ul > li.tel_mob > a:before {
position: absolute;
font-size: 30px;
top: 50%;
left: 12px;
display: block;
margin-top: -32px;
width: 30px;
height: 30px;
font-family: FontAwesome;
color:#000;
}


#HEADER > ul > li.tel_mob > a:before,
#HEADER_POP > ul > li.tel_mob > a:before {
content:'\f095';
}

#HEADER_POP > ul > li.h_btn_req a:before {
content:'\f0e0';
}

#HEADER_POP > ul > li.h_btn_res a:before {
content:'\f073';
}

.mob_btn{
font-size: 8px;
line-height: 1;
}

#HEADER > ul > li.h_btn_res a {
display:block;
padding:16px 0 17px 0;
text-decoration: none;
border: none;
background-color:#f5c400;
width:100%;
border-radius: 0;        /* CSS3草案 */  
-webkit-border-radius: 0;    /* Safari,Google Chrome用 */  
-moz-border-radius: 0;   /* Firefox用 */
background-image: none;
position: relative;
}

#HEADER > ul > li.h_btn_req a{
display:block;
padding:27px 0 25px 0;
text-decoration: none;
border: none;
background-color:#f5c400;
width:100%;
border-radius: 0;        /* CSS3草案 */  
-webkit-border-radius: 0;    /* Safari,Google Chrome用 */  
-moz-border-radius: 0;   /* Firefox用 */
background-image: none;
position: relative;
}

.btn_br{
display: none;
}

.mob_btn_req,
.mob_btn_res {
font-size:14px;
}

.mob_btn_req:after {
	content: "\A" ;
	white-space: pre ;
}

.mob_btn_req:before,
.mob_btn_res:before {
position: absolute;
font-size: 12px;
top: 4px;
left: 0px;
display: block;
width: 12px;
height: 12px;
font-family: FontAwesome;
color:#000;
}
}



/*----------------------------------------------------
menu
----------------------------------------------------*/


#nav {
width:100%;
background:#23b8c5;
display: block;
}

.nav_inner {
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
padding:0;
width:95%;
max-width:1280px;
margin:0 auto;
}
.nav_inner li {
color:#fff;
-webkit-box-flex:1;
-moz-box-flex:1;
-ms-flex-positive:1;
-webkit-flex-grow:1;
-moz-flex-grow:1;
flex-grow:1;
text-align:left;
position: relative;
}
.nav_inner li a {
color:#fff;
width:100%;
padding:15px 0;
background:#23b8c5;
text-decoration:none;
display: table;
vertical-align: middle;
overflow: hidden;
transition:all .5s ease-out;
text-align:center;
line-height:1.2em;
}

.nav_inner li a.current{
color:#ffffff;
}

.nav_inner li a span.nav_main{
padding:0 0 0 9px;
font-size:14px;
position:relative;
letter-spacing:0.1em;
font-weight:700;
}
.nav_inner li a span.nav_main:after{
content: "\A" ;
white-space: pre ;
}

.nav_inner li a span.nav_sub{
padding:0;
font-size:10px;
letter-spacing:-0.05em;
}

.nav_inner li span.nav_main:before{
font-family: 'FontAwesome';
content: '\f054';
position:absolute;
top:2px;
left:-1px;
font-size:6px;
}

.nav_inner > li:first-child a {
margin-top: 0;
}
.nav_inner li a:hover {
background:#2aeeff;
transition:all .5s ease-out;
}

.sub_menu{
  position: absolute;
  width: 120%;
  top: 60px;
}
.sub-menu-item {
  overflow: hidden;
  opacity: 0;
  height: 0;
  width: 100%;
  /* サブメニューが出現する速度の調整 */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav_inner li:hover > .sub_menu > .sub-menu-item {
  overflow: visible;
  opacity: 1;
  height: auto;
  z-index: 10;
}

.nav_inner li:hover > .sub_menu > .sub-menu-item a{
 background-color:#39ccd9;
 }

.nav_inner li:hover > .sub_menu > .sub-menu-item a:hover{
 background-color:#2aeeff;
 }
.nav_inner li:last-child ul{
  left: -20%; 
  width: 120%;
}  
  

@media only screen and (max-width: 1280px) {
.nav_inner {
width:100%;
max-width:1120px;
}

.nav_inner li a span.nav_main{
padding:0 0 0 8px;
letter-spacing:-0.05em;
}


.nav_inner li span.nav_main:before{
top:2px;
left:0;
}
}



@media only screen and (max-width: 1000px) {

.nav_inner li{
-ms-flex-preferred-size:20%;
-webkit-flex-basis:20%;
-moz-flex-basis:20%;
flex-basis:20%;
}
}


@media only screen and (max-width: 700px) {
#nav {
padding: 70px 0 0 0;
width:100%;
background:#fff;
}

.nav_inner li{
-ms-flex-preferred-size:50%;
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
flex-basis:50%;
border-top:1px solid #fff;
}

.nav_inner li a {
padding:10px 0;
}

.nav_inner li:last-child ul{
  left: 0;
  width: 100%
}  

}

@media only screen and (max-width: 500px) {
#nav {
padding: 70px 0 0 0;
width:100%;
background:#fff;
}

.nav_inner li{
-ms-flex-preferred-size:100%;
-webkit-flex-basis:100%;
-moz-flex-basis:100%;
flex-basis:100%;
border-top:1px solid #fff;
}

.nav_inner li a {
padding:15px 0;
line-height:1.0em;
height: 1.0em;
display:block;
}

.nav_inner li span.nav_main:before{
font-family: 'FontAwesome';
content: '\f054';
position:absolute;
top:3px;
left:0;
font-size:7px;
}

.nav_inner li a span.nav_main:after{
content: " " ;
white-space: nowrap ;
}


}


/*----------------------------------------------------
スマホ用メニュー
----------------------------------------------------*/

#openMenu,
#closeMenu{
display: none;
}

@media only screen and (max-width: 700px) {

.mob_tel{
display:none;
}

#openMenu,
#closeMenu{
position:absolute;
top:0;
right:0;
display:block;
background:#ff7b9a;
text-align:center;
width:55px;
padding:0;
cursor:pointer;
}

#openMenu p,
#closeMenu p {
position:relative;
width: 100%;
display:block;
padding:49px 0 10px 0;
line-height: 1;
text-decoration: none;
border: none;
}

#openMenu p:before,
#closeMenu p:before{
position: absolute;
font-size: 30px;
top: 50%;
left: 12px;
display: block;
margin-top: -20px;
width: 30px;
height: 30px;
font-family: FontAwesome;
color:#000;
}

#openMenu p:before{
content:'\f0c9';
}
#closeMenu p:before{
content:'\f00d';
}

#layerMenu{
display:none;
position:absolute;
top:0;
left:0;
right:0;
bottom:auto;
width:100%;
z-index:8000;
text-align:center;
}

}




/*----------------------------------------------------
フッター
----------------------------------------------------*/
.top_catch{
text-align: center;
font-size:120%;
line-height:2.0em;
margin: 40px 0;
}

.top_catch_img{
    display:none;
}

.topics_list{
padding:5px 0 0 0;
width:350px;
float:right;
}

.topics_list ul{
list-style:none;
}

.topics_list ul li{
text-align:left;
padding:15px 0 0 0;
}

.topics_list_title{
font-size:18px;
font-weight:700;
padding:0 0 10px 0;
margin:0;
border-bottom:3px solid #000;
}

.event_day_tit{
float:left;
font-size:10px;
padding:0 0 0 0;
width:40px;
margin:0 5px 0 0;
border-right:2px solid #000;
}

.event_day{
float:left;
padding:0 0 0 5px;
font-size:10px;
}

.event_tit{
clear:both;
width : 94.5% ; /* IE8以下とAndroid4.3以下用フォールバック */
width : -webkit-calc(100% - 55px) ;
width : calc(100% - 55px) ;
padding:0 0 0 55px;
}

.under{
width:100%;
border-top:1px solid #e0e0e0;
margin:50px 0 0 0;
padding:70px 0 30px 0;
}

.under_inner{
width:95%;
max-width:1000px;
margin:0 auto;
}

.under_inner ul,
.inquiry ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -webkit-flex-pack:center;
    -moz-flex-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content:center;
padding:0;
margin:0 auto;
}

.under_inner ul li,
.under_inner ul li.under_btn{
width:250px;
text-align:center;
margin:0 20px 0;
line-height: 1;
}

.under{
width:100%;
border-top:1px solid #e0e0e0;
margin:0 0 0 0;
padding:70px 0 30px 0;
}

.under02{
width:100%;
border-top:1px solid #e0e0e0;
margin:50px 0 0 0;
padding:70px 0 30px 0;
}

.under_inner{
width:95%;
max-width:1000px;
margin:0 auto;
}

.under_inner ul,
.inquiry ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -webkit-flex-pack:center;
    -moz-flex-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content:center;
padding:0;
margin:0 auto;
}

.under_inner ul li,
.under_inner ul li.under_btn{
width:250px;
text-align:center;
margin:0 20px 0;
line-height: 1;
}


.inquiry ul li,
.inquiry ul li.under_btn{
width:280px;
text-align:center;
margin:0 10px 10px 10px;
line-height: 1;
}

.under_inner ul li a,
.inquiry ul li a{
display:block;
padding:45px 0 25px 0;
background:#23b8c5;
width:100%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
border: none;
text-decoration: none;
}


.under_inner ul li.under_btn a,
.inquiry ul li.under_btn a{
display:block;
background:#f5c400;
width:100%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
border: none;
}

.under_inner ul li.btn_bg a,
.inquiry ul li.btn_bg a{
display:block;
background-image: url(../img/btn_bg.jpg);
background-position: left;
background-repeat:no-repeat;
background-size: auto 100%;
width:100%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}

.under_btn_req,
.under_btn_res,
.under_btn_br{
font-weight: 700;
font-size:20px;
position: relative;
letter-spacing: 5px;
}

.under_btn_req:before,
.under_btn_res:before {
position: absolute;
margin: auto;
font-size: 20px;
top: -20px;
left: 0;
right: 0;
display: block;
width: 20px;
height: 20px;
font-family: FontAwesome;
color:#000;
}

.under_btn_req:before {
content:'\f0e0';
}

.under_btn_res:before {
content:'\f073';
}

.banner_area{
width:90%;
max-width:660px;
margin:0 auto 30px auto;
}

.banner_area > ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
padding:0;
margin:0 auto;
}

.banner_area > ul > li{
width:33.3%;
margin: 0 0 1px 0;
}

.banner_area > ul > li a{
width:89%;
padding:20% 5% 15% 5%;
background:#DDDDDD;
display:block;
font-size: 140%;
font-weight: 700;
color: #000000;
text-decoration: none;
line-height: 2;
}

.sitemap{
background:#d5d5d5;
padding:20px 0;
width:100%;
font-size:80%;
color:#fff;
font-weight:normal;
}

.sitemap_inner{
max-width:1000px;
width:90%;
margin:0 auto;
}

.sitemap_inner > ul {
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
padding:0;
width:100%;
margin:0 auto;
}

.sitemap_inner > ul > li {
-webkit-box-flex:1;
-moz-box-flex:1;
-ms-flex-positive:1;
-webkit-flex-grow:1;
-moz-flex-grow:1;
flex-grow:1;
}

.sitemap_inner > ul > li > ul {
list-style:none;
}

.sitemap_inner > ul > li > ul > li {
padding:10px 0 10px 20px;
text-align:left;
font-size:12px;
font-weight:700;
}

.sitemap_inner > ul > li > ul > li.indent01{
padding:5px 0 5px 20px;
font-size:10px;
}

.sitemap_inner > ul > li > ul > li.indent02{
padding:5px 0 5px 40px;
font-size:10px;
}

.sitemap_inner > ul > li > ul > li a {
text-decoration:none;
color:#333;
position:relative;
}


.sitemap_inner > ul > li > ul > li a:hover{
opacity:0.6;
filter: alpha(opacity=60);        /* ie lt 8 */
-ms-filter: "alpha(opacity=60)";  /* ie 8 */
-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.6;              /* Safari 1.x */
}

.sitemap_inner > ul > li > ul > li.indent01 a{
text-decoration:none;
color:#555;
padding:0 0 10px 0;
}

.sitemap_inner > ul > li > ul > li.indent02 a{
text-decoration:none;
color:#777;
}

.sitemap_inner > ul > li > ul > li a:before{
font-family: 'FontAwesome';
content: '\f101';
position:absolute;
top:0;
left:-12px;
font-size:12px;
}

.sitemap_inner > ul > li > ul > li.indent01 a:before,
.sitemap_inner > ul > li > ul > li.indent02 a:before{
font-family: 'FontAwesome';
content: '\f105';
position:absolute;
top:0;
left:-12px;
font-size:12px;
}

.sitemap_inner > ul > li > ul > li.home a:before{
content: '';
}

.sitemap_inner > ul > li > ul > li span.fmn01 {
text-decoration:none;
color:#333;
position:relative;
}

.sitemap_inner > ul > li > ul > li span.fmn01:before{
font-family: 'FontAwesome';
content: '\f101';
position:absolute;
top:0;
left:-12px;
font-size:12px;
}

.copy{
background:#333333;
padding:20px 0;
width:100%;
font-size:80%;
color:#fff;
font-weight:normal;
}

.copy_inner{
max-width:1000px;
width:90%;
margin:0 auto;
}

.copy_l{
float:left;
}

.copy_r{
float:right;
}

.copy a{
color:#fff;
}

@media screen and (max-width: 1000px) {
.under_inner ul{
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
width:90%;
}

.under_inner ul li{
width:280px;
text-align:center;
margin:0 auto 30px auto;
}

}

@media screen and (max-width: 600px) {
.banner_area{
width:100%;
}

.banner_area > ul > li a{
font-size: 100%;

}

.top_catch{
float: none;
width : 100%;
}

.topics_list{
padding:30px 0 0 0;
width:100%;
float:none;
}

.sitemap_inner > ul > li {
-webkit-box-flex:1;
-moz-box-flex:1;
-ms-flex-positive:1;
-webkit-flex-grow:1;
-moz-flex-grow:1;
flex-grow:1;
width:100%;
margin:0 auto;
}

.sitemap_inner > ul > li > ul {
list-style:none;
width:160px;
margin:0 auto;
}

.sitemap_inner > ul > li > ul > li.home{
text-align:center;
}

.under_inner ul li{
width:280px;
text-align:center;
margin:0 0 30px 0;
}

.copy{
background:#333333;
padding:20px 0 50px;
width:100%;
font-size:80%;
color:#fff;
font-weight:normal;
}

.copy_l{
float:none;
text-align:center;
}

.copy_r{
float:none;
text-align:center;
padding:20px 0 0 0;
}

.under_inner ul li a,
.inquiry ul li a{
padding:20px 0;
}

.under_inner ul li,
.under_inner ul li.under_btn
{line-height: 2.5em; margin:10px 0;}

.inquiry ul li,
.inquiry ul li.under_btn{
line-height: 2.5em;
}

.under_btn_br{
display: none;
}

.under_btn_req:after {
	content: "\A" ;
	white-space: pre ;
}

.under_btn_req,
.under_btn_res {
padding: 0 0 0 40px;
}

.under_btn_req:before,
.under_btn_res:before {
top: 0;
left: 15px;
right: auto;
}

}

@media screen and (max-width: 480px) {
.copy{
background:#333333;
padding:5px 0 50px;
width:100%;
font-size:80%;
color:#fff;
font-weight:normal;
}

.copy_l{
float:none;
text-align:center;
}

.copy_r{
float:none;
text-align:center;
padding:5px 0 0 0;
}
}


/*----------------------------------------------------
page-top
----------------------------------------------------*/
#page-top {
position:fixed;
bottom:50px;
left:auto;
right:10px;
height:50px;
width:50px;
text-indent:-9999px;
z-index:800;
}

#page-top a {
background:url(../img/toppage.png) no-repeat 0px 0px;
display:block;
width:100%;
height:100%;
text-indent:-9999px;
}

#page-top a:hover{
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";
-moz-opacity:0.6;
-khtml-opacity: 0.6;
}

.op08:hover{
 opacity:0.8;
}

/*----------------------------------------------------
キャンペーンバナー
----------------------------------------------------*/
#camp01 {
position:fixed;
top:180px;
left:auto;
right:0;
z-index:900;
}
#camp02 {
display:none;
}

@media screen and (max-width: 480px) {
#camp01 {
display:none;
}

#camp02 {
position:fixed;
top:auto;
bottom:0;
left:0;
right:0;
width:95%;
padding:5px 2.5%;
background:#23b8c5;
display:inherit;
z-index:900;
}
}


/*----------------------------------------------------
ページボタン
----------------------------------------------------*/

.page_btn,
.page_btn02 {
width:100%;
max-width:980px;
margin:30px auto 0 auto;
}

.page_btn ul,
.page_btn02 ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
padding:0;
width:100%;
margin:0;
}

.page_btn ul li{
width:185px;
text-align:center;
margin:0 5px 20px 5px;
padding:0;
}

.page_btn02 ul li{
width:140px;
text-align:center;
margin:0 5px 20px 5px;
padding:0;
}

.page_btn ul li.current{
padding:20px 0;
color:#000;
background:#2aeeff;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */
background-position:center;
display:block;
font-size:130%;
}

.page_btn ul li a,
.page_btn02 ul li a{
display:block;
font-size:130%;
text-align:center;
margin:0;
padding:20px 0;
color:#fff;
text-decoration:none;
background:#23b8c5;
width:100%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */
background-position:center;
}

.page_btn ul li a:hover,
.page_btn02 ul li a:hover{
display:block;
font-size:130%;
text-align:center;
margin:0;
padding:20px 0;
color:#fff;
text-decoration:none;
background:#2aeeff;
width:100%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */
background-position:center;
}


@media screen and (max-width: 480px) {
.page_btn ul li{
width:160px;
}

.page_btn ul li.current{
font-size:110%;
}

.page_btn ul li a,
.page_btn02 ul li a{
font-size:110%;
}

.page_btn ul li a:hover,
.page_btn02 ul li a:hover{
font-size:110%;
}

.sitemap{
    display:none;
}

}

/*----------------------------------------------------
page
----------------------------------------------------*/


.br_1000:before {
	content: "\A" ;
	white-space: pre ;
}

@media screen and (max-width: 1000px) {
.br_1000:before {
	content: "" ;
	white-space: nowrap ;
}
}


#headline{
display:none;
}

section {
padding:0;
width:100%;
}

.content {
width:1000px;
margin:0 auto;
padding:45px 0;
text-align:left;
}

.content_np {
width:1000px;
margin:0 auto;
padding:45px 0 0 0;
text-align:left;
}

.content_top {
width:1000px;
margin: 40px auto;
text-align:left;
}

.area ul{
list-style:none;display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
padding:0;
width:100%;
margin:0 auto;
}

.area_c ul{
list-style:none;display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
padding:0;
width:100%;
margin:0 auto;
}

@media screen and (max-width: 1000px) {
.content,
.content_np,
.content_top{
width:90%;
margin:0 auto;
}
}

@media screen and (max-width: 700px) {
#headline{
display:block;
width:98%;
background:#23b8c5;
text-align: left;
padding: 10px 1%;
margin: 1px 0 0 0;
}

#headline span.bre_main{
padding:0 0 0 15px;
font-size:18px;
font-weight:700;
position: relative;
}

#headline span.bre_sub{
padding:0 0 0 10px;
font-size:10px;
letter-spacing:-0.05em;
}

#headline span.bre_main:before{
font-family: 'FontAwesome';
content: '\f054';
position:absolute;
top:6px;
left:2px;
font-size:12px;
}
.content_top{
width:100%;
margin:0 auto;
padding:0;
text-align:center;
}
}

@media screen and (max-width: 600px) {
.content {
padding:30px 0;
}
}

@media screen and (max-width: 480px) {
.area ul{
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
}
}


/*----------------------------------------------------
トップページ
----------------------------------------------------*/

h2 {
font-size: 32px;
line-height: 1.5;
}

h3 {
font-size: 380%;
line-height: 1.5;
display: inline-block;
  position: relative;
  margin: 0 0 50px;
}

h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*ä¸‹ç·šã®ä¸Šä¸‹ä½ç½®èª¿æ•´*/
  display: inline-block;
  width: 120%; /*ä¸‹ç·šã®å¹…*/
  height: 2px; /*ä¸‹ç·šã®å¤ªã•*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*ä½ç½®èª¿æ•´*/
  background-color: #666666; /*ä¸‹ç·šã®è‰²*/
}

.h2_top{
 border-bottom: solid 4px #000000;
 width: 200px;
 }


#top_main_catch{
position: relative;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding:0 0 0 0;
width: 100%;
}

.top_main_catch_inner{
bottom:0;
max-width: 1000px;
width: 100%;
margin: 15px auto;
left: 0;
right: 0;
z-index: 100;
box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, .5);
}

.top_main_catch_inner ul{
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:single;
-moz-box-lines:single;
-webkit-flex-wrap:nowrap;
-moz-flex-wrap:nowrap;
-ms-flex-wrap:none;
flex-wrap:nowrap;
}

.top_main_catch_inner02{
 display:none;
 }

.tit_top{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 56%;
background: url(../img/bg_01_1920.jpg) 0 0 no-repeat;
background-size: contain;
width:100%;
margin:0 auto 1%;
position:relative;
}

.top_header {
position:absolute;
top: 0;
bottom:0;
left: 0;
right:auto;
margin:auto;
padding:6% 20px;
text-align:left;
background-color: rgba(30,16,0,0.8);
}

.top_header_img{width: 100%; height: auto;}

.top_header_img_s{
    display:none;
}

.top04_tit{
width:66.5%;
padding:0;
color:#000000;
position:absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.top06_tit{
width:85%;
margin:0 auto 0 auto;
text-align:left;
}

.top_movie{
margin: 50px 0 0 0;
}

.reflection-img{
    width       :268px;
    height      :180px;
    position    :relative;
    overflow    :hidden;
}
 
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 5s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 5s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 5s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 5s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 5s ease-in-out infinite;
}

.content_topconcept{
position: relative;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding:1% 0 0 0;
width: 100%;
}

.concept_top{
height: 100%;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 59.2%;
background: url(../img/bnr_concept_pc.jpg) 0 0 no-repeat;
background-size: contain;
width:100%;
margin:0 auto;
position:relative;
}

.concept_top_test{
height: 100%;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 59.2%;
background: url(../img/bnr_concept02_pc.jpg) 0 0 no-repeat;
background-size: contain;
width:100%;
margin:0 auto;
position:relative;
}

.concept_top03{
height: 100%;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 59.2%;
background: url(../img/bnr_concept03_pc.jpg) 0 0 no-repeat;
background-size: contain;
width:100%;
margin:0 auto;
position:relative;
}

.content_topconcept_u{
position: relative;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding:0;
width: 100%;
}

.top_modelhouse{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 75%;
background: url(../img/bg_modelhouse_pc.jpg) 0 0 no-repeat;
background-size: contain;
background-color:rgba(255,255,255,0.7);
background-blend-mode:lighten;
width:100%;
margin:0 auto;
position:relative;
border-bottom:1px solid #e0e0e0;
}

.top_brandconcept{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 66.65%;
background: url(../img/bg_brandconcept01_pc.jpg) 0 0 no-repeat;
background-size: contain;
background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
width:100%;
margin:0 auto;
position:relative;
border-top:1px solid #e0e0e0;
}

.top_choiceplan{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 66.65%;
background: url(../img/bg_choiceplan_pc.jpg) 0 0 no-repeat;
background-size: contain;
background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
width:100%;
margin:0 auto;
position:relative;
border-top:1px solid #e0e0e0;
}

.top_lowcost{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 66.72%;
background: url(../img/bg_lowcost01_pc.jpg) 0 0 no-repeat;
background-size: contain;
background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
width:100%;
margin:0 auto;
position:relative;
border-top:1px solid #e0e0e0;
}

.top-contentblock01, .top-contentblock02{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.top-contentblock01 p{
 line-height:1.8;  
 font-size: 180%;
 margin: 0 auto 100px;
}

.top-contentblock02 p{
 line-height:1.8;  
 font-size: 180%;
 margin: 0 auto 100px;
}

.pc_hid{
    display: none;
}

@media screen and (max-width: 1024px) {
 .top-contentblock02{
    top: 55%;
 }
.top-contentblock01 p{
 line-height:1.6;  
 font-size: 200%;
 margin: 0 auto 100px;
} 
.top-contentblock02 p{
 line-height:1.6;  
 font-size: 200%;
 margin: 0 auto 30px;
} 
}

@media screen and (max-width: 768px) {
.top_main_catch_inner{
 margin: auto ;

}

h3 {
font-size: 330%;
line-height: 1.5;
display: inline-block;
  position: relative;
  margin: 0 0 40px;
}

 .top-contentblock01 p{
 margin: 0 auto 70px;
} 

.top-contentblock02{
    top: 55%;
 }

.top-contentblock02 p{
 line-height:1.5;  
 font-size: 180%;
 margin: 0 auto 20px;
} 

} 
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

#video{
width: 100%;
height: auto;
max-width: 1280px;
}

#video video{
width: 100%;
height: auto;
}

.mov_close{
width: 100%;
}

.mov_close a{
width: 98%;
display: block;
background: #000;
text-align: center;
font-weight: 700;
color: #fff;
border: none;
text-decoration: none;
padding: 10px 1%;
}

.mov_close span{
position: relative;
}
.mov_close span:before {
position: absolute;
font-size: 18px;
top: -4px;
left: -20px;
display: block;
font-family: FontAwesome;
content:'\f00d';
}
.top_sp_slider, .top_jisseki_sp{
    display:none;
}


@media screen and (max-width: 1500px) {
#top_main_catch{
padding:0 0 0 0;
}
}

@media screen and (max-width: 1080px) {
.top_header img {
width:201px;
height:auto;
}

.reflection-img{
    width       :201px;
    height      :135px;
}

#top_main_catch{
padding:0 0 0 0;
}
}

@media screen and (max-width: 900px) {
.top_header {
padding:3% 20px;
}

.top_header img {
width:190px;
height:auto;
}

.top_movie{
margin: 20px 0 0 0;
}

.reflection-img{
    width       :190px;
    height      :127px;
}

#top_main_catch{
padding:0 0 0 0;
}
}

@media screen and (max-width: 800px) {
.top04_tit{
width:90%;
}

.top06_tit{
width:100%;
margin:0 auto 0 auto;
text-align:left;
}
}

@media screen and (max-width: 768px) {
.top-contentblock{
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.content_topconcept{
	padding:3% 0 0 0;
}
}


@media screen and (max-width: 700px) {

.top_main_catch_inner{
 display:none;
 }

.top_main_catch_inner02{
bottom:auto;
width: 98%;
padding:5px 1% 0 1%;
}

.tit_top{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 0;
background-size: contain;
width:100%;
margin:0 auto;
position:relative;
}

.top_header {
display:none;
}

.top_movie{
display:none;
}

.reflection-img{
display:none;
}

.reflection{
display:none;
}


.top_main_catch_inner ul{
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.top_main_catch_inner ul li{
width:100%;
text-align: center;
margin: 0 0 3% 0;
}

.top_main_catch_inner_none{
display: none;
}

.top_catch_img{
    display:block;
}

.content_concept{
position: relative;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding:74.9% 0 0 0;
width: 100%;
}

h3 {
font-size: 350%;
line-height: 1.4;
display: inline-block;
  position: relative;
  margin: 0 0 50px;
}

.content_topconcept{
position: relative;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 105%;
width: 100%;
}

.concept_top{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
background: url(../img/bnr_concept_sp.jpg) 0 0 no-repeat;
background-size: contain;
width:100%;
height:100%;
top:0;
margin:0 auto;
padding:0;
position:absolute;
}

.concept_top_test{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
background: url(../img/bnr_concept02_sp.jpg) 0 0 no-repeat;
background-size: contain;
width:100%;
height:100%;
top:0;
margin:0 auto;
padding:0;
position:absolute;
}

.concept_top03{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
background: url(../img/bnr_concept03_sp.jpg) 0 0 no-repeat;
background-size: contain;
width:100%;
height:100%;
top:0;
margin:0 auto;
padding:0;
position:absolute;
}

.top_modelhouse{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 110.75%;
background: url(../img/bg_modelhouse_sp.jpg) 0 0 no-repeat;
background-size: contain;
background-color:rgba(255,255,255,0.7);
background-blend-mode:lighten;
width:100%;
margin:0 auto;
position:relative;
}

.top_brandconcept{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 130%;
background: url(../img/bg_brandconcept01_sp.jpg) 0 0 no-repeat;
background-size: contain;
background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
width:100%;
margin:0 auto;
position:relative;
}

.top_choiceplan{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 110%;
background: url(../img/bg_choiceplan_sp.jpg) 0 0 no-repeat;
background-size: contain;
background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
width:100%;
margin:0 auto;
position:relative;
}

.top_lowcost{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 110%;
background: url(../img/bg_lowcost01_sp.jpg) 0 0 no-repeat;
background-size: contain;
background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
width:100%;
margin:0 auto;
position:relative;
}

.top-contentblock02{
    top: 55%;
 }

.top-contentblock01 p{
 line-height:1.8;  
 font-size: 180%;
 margin: 0 auto 100px;
} 

.top-contentblock02 p{
 line-height:1.6;  
 font-size: 180%;
 margin: 0 auto 50px;
} 

.sitemap{
display:none;
}
.top_sp_slider{
    display:block;
}
.top_jisseki_sp{
    display:block;
    margin:0 auto;
}
.top_pc_slider{
    display:none;
}
}

@media screen and (max-width: 600px) {	
.top04_tit{
padding:20px 0;
margin:0 auto;
color:#000000;
position:inherit;
top:inherit;
left:inherit;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
transform:none;
}
}


@media screen and (max-width: 425px) {

.content_concept{
position: relative;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding:25.9% 0 0 0;
width: 100%;
}

h3 {
 font-size: 280%;
 line-height: 1.4;
  margin: 0 0 40px;
}

.top-contentblock01{
  top: 60%;
}

.top-contentblock01 p{
 line-height:1.6;  
 font-size: 140%;
 margin: 0 auto 50px;
} 

.top-contentblock02{
  top: 55%;
}

.top-contentblock02 p{
 line-height:1.6;  
 font-size: 122%;
 margin: 0 auto 40px;
}
.bottom-space{
    margin-top:80px;
}
.bottom-space02{
    margin-top:90px;
}
}

@media screen and (max-width: 395px) {
.top-contentblock02 p{ 
 font-size: 115%;
}
}

@media screen and (max-width: 375px) {

.content_concept{
position: relative;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding:21.1% 0 0 0;
width: 100%;
}

h3 {
 font-size: 240%;
 line-height: 1.4;
  margin: 0 0 30px;
}

.top-contentblock01{
  top: 55%;
}

.top-contentblock01 p{
 line-height:1.6;  
 font-size: 125%;
 margin: 0 auto 40px;
} 

.top-contentblock02{
  top: 58%;
}

.top-contentblock02 p{
 line-height:1.5;  
 font-size: 110%;
 margin: 0 auto 20px;
} 
}


@media screen and (max-width: 320px) {

.top_header {
 height:286px;
 }

.content_concept{
position: relative;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding:13.9% 0 0 0;
width: 100%;
}

h3 {
 font-size: 220%;
}

.top-contentblock01 p{
 line-height:1.6;  
 font-size: 120%;
 margin: 0 auto 40px;
} 

.top-contentblock02 p{
 line-height:1.5;  
 font-size: 95%;
 margin: 0 auto 30px;
} 

#HEADER > ul > li.h_btn_req{
width:80px;
height:71px;
}
}
@media (min-width: 321px) and (max-width: 359px) {
.pc_hid{
        display: block;
    }
}

/*----------------------------------------------------
CONCEPT
----------------------------------------------------*/

/*------
.tit_top02{
height: 0;
padding-top: 60%;
background: url(../img/bg_02_1920.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
position:relative;
}
------*/

.top02_l{
width:46%;
float:left;}

.top02_r{
width:52%;
float:right;}

.top02 ul li a{
text-decoration:none;
border:none;
}

.con_w600{
width:600px;
margin: 0 auto 30px auto;
padding: 30px 0 0 0 ;
text-align: center;
}


.top02 ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
padding:0;
width:100%;
margin:0 auto;
}

.top02 ul li{
width:311px;
text-align:center;
margin:0 0 30px 0;
}

.top02 ul li:nth-child(even){
width:33px;
display: block;
}

.con_area01{
width:220px;
margin: 20px auto;
}

.con_area02 {
position: relative;
display: inline-block;
padding: 18px;
width: auto;
min-width: 115px;
/*height: 455px;*/
text-align: center;
background: #fff;
border: 3px solid #23b8c5;
z-index: 0;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}
.con_area02:before {
content: "";
position: absolute;
top: -8px; left: 50%;
margin-left: -9px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 9px 9px 9px;
border-color: transparent transparent #fff transparent;
z-index: 0;
}
.con_area02:after {
content: "";
position: absolute;
top: -12px; left: 50%;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #23b8c5 transparent;
z-index: -1;
}

.con_btn{
font-weight: 700;
margin: 20px 0 0 0;
background:#23b8c5;
text-align: center;
padding: 10px;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}

.con_btn span{
position: relative;
}

.con_btn span:before {
position: absolute;
font-size: 18px;
top: -5px;
left: -12px;
display: block;
font-family: FontAwesome;
color:#000;
content:'\f0da';
}

.bl{
color:#23b8c5;
}

.ye{
color: #faee00;
}

.con_area03{
background:#6ec8ce;
width: 95%;
color: #fff;
padding: 10px 2.5% 20px 2.5%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}

.con_area03_inner01 ul,
.con_area03_inner02 ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
padding:0;
width:100%;
margin:0 auto;
}

.con_area03_inner01  ul li{
width:65%;
text-align:left;
margin:15px 0 30px 0;
color: #fff;
font-size: 24px;
line-height: 1.5em;
}

.con_area03_inner01 ul li:first-child{
width:30%;
margin:0 0 30px 0;
text-align:center;
line-height: 1.0em;
}

.con_area03_inner01-right {
margin: 25px 0 0 0;
position: relative;
display: inline-block;
padding: 10px 15px;
width: auto;
height: auto;
color: #fff;
background: #686462;
z-index: 0;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}
.con_area03_inner01-right:after {
content: "";
position: absolute;
top: 50%; right: -10px;
margin-top: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #686462;
}


.con_area03_inner02  ul li{
width:283px;
text-align:center;
margin:0 0 20px 0;
}

.con_area03_inner02 ul li:nth-child(even){
width:30px;
display: block;
position: relative;
}

.con_area03_inner02 ul li span:before {
position: absolute;
font-size: 35px;
top: 45px;
right: 5px;
display: block;
font-family: FontAwesome;
color:#686462;
content:'\f0da';
}
.concept_mt30{
    margin-top:30px;
    margin-bottom:425px;
}


@media screen and (max-width: 1000px) {
.top02 ul li:nth-child(even){
display: none;
}

.top02 ul{
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
}
}

@media screen and (max-width: 800px) {
.top02_l{
width:100%;
float:none;
padding:0 0 20px 0;}

.top02_r{
width:100%;
float:none;
text-align:center;
padding:0 0 20px 0;}


.top02 ul{
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
padding:0;
width:100%;
margin:0 auto;
}

.top02 ul li{
margin:0 0 30px 0;
}


.con_area03_inner01 ul,
.con_area03_inner02 ul{
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
}

.con_area03_inner01  ul li{
width:100%;
text-align: center;
}

.con_area03_inner01 ul li:first-child{
width:100%;
margin: 0 0 10px 0;
}

.con_area03_inner01-right:after {
top:inherit;
right:inherit;
bottom: -10px; left: 50%;
margin-top: 0;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #686462 transparent transparent transparent;
}


.con_area03_inner02  ul li{
width:283px;
text-align:center;
margin:0 0 20px 0;
}

.con_area03_inner02 ul li:nth-child(even){
width:100%;
height: 35px;
margin: 0;
}

.con_area03_inner02 ul li span:before {
position: absolute;
font-size: 35px;
top: -20px;
right: 50%;
content:'\f0d7';
}
.concept_mt30{
    margin-top:0;
    margin-bottom:0;
}
}

@media screen and (max-width: 700px) {
}


@media screen and (max-width: 600px) {
.con_w600{
width:100%;
text-align: left;
}

.tit_top02{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 83.3333333333%;
background: url(../img/bg_02_480.jpg) 0 0 no-repeat;
background-size: contain;
}
}

@media screen and (max-width: 490px) {
}



/*----------------------------------------------------
Select
----------------------------------------------------*/

/*-------------各ページ画像非表示---------------------
.tit_sel{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
background: url(../img/bg_03_1920.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
}


.tit_sel01,
.tit_sel02,
.tit_sel03,
.tit_sel04,
.tit_sel05{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
background: url(../img/sel_bg04.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
position:absolute;
top:0;
left:0;
right:0;
z-index:5;
}



.tit_sel01{
background: url(../img/sel_bg01.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel02{
background: url(../img/sel_bg02.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel03{
background: url(../img/sel_bg03.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel04{
background: url(../img/sel_bg04.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel05{
background: url(../img/sel_bg05.jpg) 0 0 no-repeat;
background-size: contain;
}

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

.sel_top{
position:relative;
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
}

.sel_top01_bg,
.sel_top02_bg,
.sel_top03_bg,
.sel_top04_bg{
width:190px;
height:148px;
padding:210px 105px 10px 105px;
/*----
position:absolute;
left:10px;
----*/
margin: 0 auto;
bottom:60px;
z-index:10;
}

.sel_top01_bg{
background:url(../img/sel01_img01.png) no-repeat center center;
background-size:cover;
}

.sel_top02_bg{
background:url(../img/sel02_img01.png) no-repeat center center;
background-size:cover;
}

.sel_top03_bg{
background:url(../img/sel03_img01.png) no-repeat center center;
background-size:cover;
}

.sel_top04_bg{
background:url(../img/sel04_img01.png) no-repeat center center;
background-size:cover;
}

.sel_area{
padding:10px;
border:3px solid #23b8c5;
margin:50px auto 0 auto;
}


.sel_entery04 ul li{
width:236px;
margin:0 0 20px 0;
}

.sel_entery03 ul li{
width:225px;
margin:0 10px 20px 10px;
}

.sel_entery03 ul li.wide{
width:344px;
margin:0 10px 20px 10px;
}

.sel_entery02 ul li{
width:482px;
margin:0 0 20px 0;
}

.sel01_entery02 ul li{
width:400px;
margin:0 5px 20px 5px;
}

.sel01_l_tit{
text-align:left;
padding:15% 0 10% 0;
}
.sel01_l{
width:46%;
float:left;
padding:0 0 0 0;
}

.sel01_r{
width:52%;
float:right;}


.top03_tit{
width:66.5%;
margin:0 auto;
}

.top03_l{
width:20%;
float:left;
padding:0 0 20px 0;
}

.top03_r{
width:79%;
float:right;
padding:30px 0 20px 0;
}

.sel02_l{
width:39%;
float:left;
padding:0 0 30px 0;}

.sel02_r{
width:59%;
float:right;
padding:30px 0 30px 0;}

.btn_p a,
.btn_g a,
.btn_r a,
.btn_v a{
display:block;
padding:8px 0;
width:90%;
text-align:center;
color:#fff;
margin:0 auto;
text-decoration:none;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}

.btn_p a{
background:#8b9d66;
}

.btn_g a{
background:#b9717f;
}

.btn_r a{
background:#8995a5;
}

.btn_v a{
background:#9e8a64;
}

.btn_b a{
display:block;
padding:8px 0;
width:250px;
text-align:center;
color:#fff;
margin:0 auto;
background:#23b8c5;
text-decoration:none;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}


.top03p{
color:#8b9d66;
}

.top03g{
color:#b9717f;
}

.top03r{
color:#8995a5;
}

.top03v{
color:#9e8a64;
}


.sel_btn {
width:100%;
max-width:980px;
margin:30px auto 0 auto;
}

.sel_btn ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
padding:0;
width:100%;
margin:0;
}

.sel_btn ul li{
width:185px;
text-align:center;
margin:0 5px 20px 5px;
padding:0;
}

.sel_btn ul li.sel_p a,
.sel_btn ul li.sel_g a,
.sel_btn ul li.sel_r a,
.sel_btn ul li.sel_v a,
.sel_btn ul li.sel_p a:hover,
.sel_btn ul li.sel_g a:hover,
.sel_btn ul li.sel_r a:hover,
.sel_btn ul li.sel_v a:hover{
display:block;
font-size:130%;
text-align:center;
margin:0;
padding:20px 0;
color:#fff;
text-decoration:none;
width:100%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */
background-position:center;
}

.sel_btn ul li.sel_p.current,
.sel_btn ul li.sel_g.current,
.sel_btn ul li.sel_r.current,
.sel_btn ul li.sel_v.current{
padding:20px 0;
color:#000;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */
background-position:center;
display:block;
font-size:130%;
}

.sel_btn ul li.sel_p a{
background-color:#8b9d66;
}

.sel_btn ul li.sel_g a{
background-color:#b9717f;
}

.sel_btn ul li.sel_r a{
background-color:#8995a5;
}
.sel_btn ul li.sel_v a{
background-color:#9e8a64;
}

.sel_btn ul li.sel_p.current,
.sel_btn ul li.sel_p a:hover{
background-color:#c6ccb9;
}

.sel_btn ul li.sel_g.current,
.sel_btn ul li.sel_g a:hover{
background-color:#dca8b2;
}

.sel_btn ul li.sel_r.current,
.sel_btn ul li.sel_r a:hover{
background-color:#aeb9c8;
}

.sel_btn ul li.sel_v.current,
.sel_btn ul li.sel_v a:hover{
background-color:#c1b6a1;
}

.sel_pla_entry{
width:100%;
padding:10px 0;
margin:10px 0;
text-align: center;
border-bottom:1px dotted #D9D9D9;
}

.tab, .tab02, .tab03, .tab04{overflow:hidden;
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
padding:0;
width:100%;
margin:0;}

.tab li, .tab02 li, .tab03 li, .tab04 li{
text-align:center;
color:#fff;
background:#23b8c5;
padding:10px 0;
margin:0 0 0 2px;
        -ms-flex-negative:1;
        -webkit-flex:1;
        -moz-flex:1;
        flex:1;
text-align:center;
cursor:pointer;
}
.tab li:first-child, .tab02 li:first-child, .tab03 li:first-child, .tab04 li:first-child{
margin:0 0 0 0;
}
.tab li.select, .tab02 li.select, .tab03 li.select, .tab04 li.select{
background:#2aeeff;
color:#000;
}

.br:before {
	content: "\A" ;
	white-space: pre ;
}
.sel_area_tab > li, .sel_area_tab02 > li, .sel_area_tab03 > li, .sel_area_tab04 > li{
padding:10px;
border:3px solid #23b8c5;
margin:0 auto 0 auto;
}

.sel_area_tab > li.hide, .sel_area_tab02 > li.hide, .sel_area_tab03 > li.hide, .sel_area_tab04 > li.hide {
display: none;
}

.tab02, .sel_area_tab02, .tab04, .sel_area_tab04{
display: none;
}

.sel_under{
margin:30px auto 0 auto;
padding:30px 0;
width:100%;
background:#d2ebef;
}



@media screen and (max-width: 800px) {

.top03_tit{
width:100%;
margin:0 auto;
}

.top03_l{
width:100%;
float:none;
padding:0 0 30px 0;}

.top03_r{
width:100%;
float:none;
padding:0 0 30px 0;}

.top03 ul{
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
padding:0;
width:100%;
margin:0 auto;
}

.top03 ul li{
width:250px;
text-align:center;
padding:0 0 0 0;
margin:0 0 30px 0;
}

.sel01_l_tit{
text-align:left;
padding:0 0 5% 0;
}
}


@media screen and (max-width: 700px) {
.tab li:first-child,
.tab li,
.tab02 li:first-child,
.tab02 li,
.tab03 li:first-child,
.tab03 li,
.tab04 li:first-child,
.tab04 li,
{
margin:1px 0 0 2px;
padding:2px 1%;
border-radius: 5px 5px 0 0;        /* CSS3草案 */  
-webkit-border-radius: 5px 5px 0 0;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px 5px 0 0;   /* Firefox用 */
}

.br:before {
	content: "" ;
	white-space: nowrap ;
}
}


@media screen and (max-width: 600px) {
.sel_top{
position:relative;
height: auto;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 0;
}

.tit_sel01,
.tit_sel02,
.tit_sel03,
.tit_sel04,
.tit_sel05{
position:static;
}

.tit_sel{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/bg_03_480.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel01{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/sel_bg01_480.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel02{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/sel_bg02_480.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel03{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/sel_bg03_480.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel04{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/sel_bg04_480.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel05{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/sel_bg05_480.jpg) 0 0 no-repeat;
background-size: contain;
}

.sel_top01_bg,
.sel_top02_bg,
.sel_top03_bg,
.sel_top04_bg{
position:absolute;
margin:auto;
bottom:0;
left:0;
top:0;
right:0;
}

.sel01_l_tit{
text-align:center;
padding:0 0 10px 0;
}

.sel01_l{
width:100%;
float:none;
padding:0 0 20px 0;}

.sel01_r{
width:100%;
float:none;}

.sel02_l{
width:100%;
float:none;
padding:0 0 30px 0;
text-align:center;}

.sel02_r{
width:100%;
float:none;
padding:0 0 0 0;}


.sel_btn ul li{
width:160px;
}

.sel_btn ul li.sel_p a,
.sel_btn ul li.sel_g a,
.sel_btn ul li.sel_r a,
.sel_btn ul li.sel_v a,
.sel_btn ul li.sel_p.current,
.sel_btn ul li.sel_g.current,
.sel_btn ul li.sel_r.current,
.sel_btn ul li.sel_v.current,
.sel_btn ul li.sel_p a:hover,
.sel_btn ul li.sel_g a:hover,
.sel_btn ul li.sel_r a:hover,
.sel_btn ul li.sel_v a:hover{
font-size:110%;
}
}

@media screen and (max-width: 480px) {
.sel_top01_bg,
.sel_top02_bg,
.sel_top03_bg,
.sel_top04_bg{
position:static;
margin:auto;
bottom:0;
left:0;
top:0;
right:0;
}
}

@media screen and (max-width: 425px) {
.tab, .sel_area_tab, .tab03, .sel_area_tab03{
	display: none;
}
.tab02, .sel_area_tab02, .tab04, .sel_area_tab04{
	display: flex;
}
.tab02 li.select02, .tab04 li.select04{
	background:none;
	color:none;
	pointer-events: none;
}
.room_plan_center{
   margin-bottom:-12px; 
}
}

@media screen and (max-width: 400px) {
.sel_top01_bg,
.sel_top02_bg,
.sel_top03_bg,
.sel_top04_bg{
padding:210px 60px 10px 60px;
}
}

/*----------------------------------------------------
   equipment
----------------------------------------------------*/

.tit_equ{
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 67.5%;
    background: url(../img/equ_bg01.jpg) 0 0 no-repeat;
    background-size: contain;
	width:96%;
	margin:20px auto 0 auto;
}
.equ_entery02 ul li{
	width:475px;
	margin:0 0 30px 0;
}

.equ_tit01{
	padding:0 0 12px 0;
	font-size:140%;
	font-weight:700;
	color:#b9717f;
	text-align:left;
}
.equ_color01{
	color:#b9717f;
}
.equ_color02{
	color:#21b8c5;
}
.equ_area01{
	padding:10px;
	border:1px solid #b9717f;
	color:#b9717f;
	margin:10px 0 0 0;
	text-align:left;
}

.equ_tit02{
	padding:0 0 12px 0;
	font-size:140%;
	font-weight:700;
	color:#21b8c5;
	text-align:left;
}

.equ_area02{
	padding:10px;
	border:1px solid #21b8c5;
	color:#21b8c5;
	margin:10px 0 0 0;
	text-align:left;
}

.equ_toptit01{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	text-align: center;
	margin: 30px 0;
}

.equ_toptit01::before,
.equ_toptit01::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #21b8c5;
}

.equ_toptit01::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.equ_toptit01:after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.equ_toparea01{
	display: grid;
	height: auto;
	grid-template: repeat(3, 1fr) / repeat(3, 1fr);
	gap: 20px;
	margin-bottom:70px;
}
.equ_toparea01box{
	background-color: #21b8c5;
	font-size: 1.3em;
	font-weight:600;
	text-align: center;
	color: #ffffff;
	padding: 20px 0;
}


@media screen and (max-width: 800px) {
.equ_entery02 ul li{
	width:100%;
	text-align:center;
}

.equ_toparea01{
	grid-template: repeat(2, 1fr) / repeat(2, 1fr);
	gap: 20px;
	margin-bottom:50px;
}
}

@media screen and (max-width: 600px) {
.tit_equ{
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 108.3333333%;
    background: url(../img/equ_bg01_480.jpg) 0 0 no-repeat;
	background-size: contain;
}

.equ_toptit01{
	font-size: 1.4em;
}

.equ_toparea01box{
	font-size: 1.1em;
	font-weight:600;
	padding: 20px;
}

}


/*----------------------------------------------------
DIY
----------------------------------------------------*/

.tit_diy{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
background: url(../img/diy_bg01.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
}

.diy_area{
background: url(../img/diy_bg02.jpg) 0 0 no-repeat;
background-size: cover;
width:100%;
}

.diy_entery04{
padding:50px 0 0 0;
}

.diy_entery04 ul li{
width:225px;
margin:0 10px 30px 10px;
}

.diy_tit{
text-align:center;
padding:20px 0 10px 0;
font-size:120%;
font-weight:700;
}

.diy_txt{
text-align:left;
padding:0 5px 0 5px;
}



@media screen and (max-width: 600px) {

.tit_diy{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/diy_bg_480.jpg) 0 0 no-repeat;
background-size: contain;
}

}

@media screen and (max-width: 480px) {

}


/*----------------------------------------------------
GALLERY
----------------------------------------------------*/
.tab_content li.tab_spe {
visibility: visible;
height: auto;
}
.tab_content li.tab_spe.panel {
visibility: hidden;
height: 0;
overflow: hidden;
}


/*----------------------------------------------------
After Support
----------------------------------------------------*/

/*-----------------
.tit_aft{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
background: url(../img/aft_bg01.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
}
------------------*/

.low_entery02{
padding:50px 0 0 0;
}

.aft_entery02 ul li{
width:475px;
margin:0 0 10px 0;
}

.aft_entery04 ul li{
width:205px;
margin:0 0 30px 0;
background:#d2ebef;
padding:10px;
}

.aft_entery04_2 ul li{
width:240px;
margin:0 0 30px 0;
}


.aft_entery04 ul li.bg_bk{
width:205px;
margin:0 0 30px 0;
background:#000;
padding:10px;
color:#fff;
}

.aft_entery04 ul li.bg_gr{
width:205px;
margin:0 0 30px 0;
background:#b3ad98;
padding:10px;
color:#fff;
}

.aft_tit{
color:#21b8c5;
font-weight:700;
font-size:110%;
padding:0 0 5px 0;
}

.aft_tit_w{
color:#fff;
font-weight:700;
font-size:110%;
padding:0 0 5px 0;
}

.aft_txt{
width:130px;
float:right;
}


@media screen and (max-width: 1000px) {
.aft_entery02 ul li{
width:100%;
}
}

@media screen and (max-width: 600px) {
.tit_aft{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/aft_bg01_480.jpg) 0 0 no-repeat;
background-size: contain;
}
}

@media screen and (max-width: 480px) {

}



/*----------------------------------------------------
LOW COST
----------------------------------------------------*/

.top05_tit{
width:75%;
margin:0 auto 0 auto;
text-align:center;
}

/*---------------------
.tit_low{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
background: url(../img/bg_05_1920.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
}
-----------------------*/


.low_area{
border-top:3px solid #000;
width:100%;
}

.low_entery02{
padding:50px 0 0 0;
}

.low_entery02 ul li{
width:475px;
margin:0 0 30px 0;
}

.low_num{
background:#000;
color:#fff;
text-align:center;
width:22px;
padding:3px 0;
font-size:10px;
float:left;
margin:0 10px 0 0;
border-radius: 3px;        /* CSS3草案 */  
-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 3px;   /* Firefox用 */ 
}

.low_tit{
color:#b9717f;
font-weight:700;
font-size:140%;
}

.low_txt{
clear:both;
padding:10px 0;
}


@media screen and (max-width: 800px) {
.top05_tit{
width:100%;
margin:0 auto 0 auto;
text-align:left;
}
}

@media screen and (max-width: 600px) {
.tit_low{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/bg_05_480.jpg) 0 0 no-repeat;
background-size: contain;
}
}

@media screen and (max-width: 480px) {
.low_entery02 ul li{
width:100%;
}
}


/*----------------------------------------------------
full support
----------------------------------------------------*/

.tit_ful{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
background: url(../img/ful_bg01.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
}

.ful_tit{
width: 100%;
}

.ful_tit ul{
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-pack:start;
-moz-box-pack:start;
-webkit-flex-pack:start;
-moz-flex-pack:start;
-ms-flex-pack:start;
-webkit-justify-content:flex-start;
-moz-justify-content:flex-start;
justify-content:flex-start;
}

.ful_tit ul li{
width: auto;
margin: 10px 0 20px 20px;
font-size:220%;
font-weight: 700;
color:#9e8a64;
}

.ful_tit ul li:first-child{
width:85px;
margin: 0 0 20px 0;
}

.ful_area{
text-align: center;
width: 100%;
padding: 0 0 30px 0;
margin: 0 0 30px 0;
border-bottom: 1px dashed #000;
}

.ful_tit_sub{
width: 100%;
font-size: 180%;
text-align: left;
padding: 0 0 10px 0;
font-weight: 700;
}


.ful_area_inner01 > ul,
.ful_area_inner02 > ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
padding:0;
width:100%;
margin:0 auto;
}



.ful_area_inner01 > ul > li{
width: 233px;
margin: 0 10px 20px 10px;
}

.ful_area_inner02 > ul > li{
width: 400px;
padding: 5px;
margin: 0 10px 20px 10px;
background:#f6f6f6;
text-align: center;
}

.ful_area_inner-bottom {
position: relative;
display: inline-block;
padding: 5px 0;
width: 100%;
height: auto;
color: #fff;
text-align: center;
background: #9e8a64;
z-index: 0;
font-size:120%;
font-weight: 700;
}
.ful_area_inner-bottom:after {
content: "";
position: absolute;
bottom: -10px; left: 0;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 200px 0 200px;
border-color: #9e8a64 transparent transparent transparent;
}

.ful_area_inner02 > ul > li > ul {
margin: 20px auto 0 auto;
width: auto;
}

.ful_area_inner02 > ul > li > ul > li{
padding: 0 20px 5px 45px;
text-align: left;
position: relative;
}

.ful_area_inner02 > ul > li > ul > li:before {
position: absolute;
display: block;
font-size: 14px;
top: -2px;
left: 25px;
color: #9e8a64;
content:'●';
}

.ful_area_inner02 > ul > li > ul > li > ul {
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
padding:0;
width:100%;
margin:0 auto;
}

.ful_area_inner02 > ul > li > ul > li > ul > li{
width: 49%;
}


@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px) {
.tit_ful{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/ful_bg01_480.jpg) 0 0 no-repeat;
background-size: contain;
}
}

@media screen and (max-width: 480px) {
.ful_tit ul li{
width: 80%;
margin: 5px 0 20px 5%;
font-size:220%;
font-weight: 700;
color:#9e8a64;
}

.ful_tit ul li:first-child{
width:15%;
margin: 0 0 20px 0;
}

.ful_area_inner02 > ul > li{
width: 280px;
}

.ful_area_inner-bottom {
width: 280px;
}
.ful_area_inner-bottom:after {
border-width: 10px 140px 0 140px;
}

.ful_area_inner02 > ul > li > ul > li > ul > li{
width: 100%;
}

}




/*----------------------------------------------------
interview
----------------------------------------------------*/

.tit_int{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
background: url(../img/int_bg01.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
}

.int_entery01 ul,
.int_entery02 ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.int_entery02 ul{
    -webkit-box-direction:reverse;
    -moz-box-direction:reverse;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row-reverse;
    -moz-flex-direction:row-reverse;
    flex-direction:row-reverse;
}

.int_entery01 ul li,
.int_entery02 ul li{
width:44%;
}

.int_entery01 ul li:first-child,
.int_entery02 ul li:first-child{
width:52%;
}

.int_tit01{
padding:0 0 10px 0;
font-size:140%;
font-weight:700;
color:#21b8c5;
text-align:left;
}

.int_tit_sub01{
color:#21b8c5;
}

.int_tit_sub02{
color:#b9717f;
}

.int_tit_sub03{
color:#bf9b5d;
}

.int_bg{
background:#21b8c5;
width:100%;
color:#fff;
padding: 5%;
}

.int_bg02{
background:#eaf5f7;
width:100%;
}

.int_txt{
color:#b9717f; 
}

.int_tit02{
padding:0 0 10px 0;
margin:0 0 10px 0;
font-size:140%;
font-weight:700;
border-bottom:1px solid #fff;
text-align:left;
}

.w_37{
width:37.11340206%;
float:left;
}

.w_50{
width:50%;
margin: 40px auto 0 auto;
}


.w_60{
width:60%;
float:right;
text-align: left;
}


@media screen and (max-width: 800px) {
.int_entery01 ul li,
.int_entery02 ul li,
.int_entery01 ul li:first-child,
.int_entery02 ul li:first-child{
width:100%;
}

.int_entery01 ul li:first-child,
.int_entery02 ul li:first-child{
margin: 0 0 30px 0;
text-align: center;
}

.w_50{
width:80%;
}
}

@media screen and (max-width: 600px) {
.tit_int{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/int_bg01_480.jpg) 0 0 no-repeat;
background-size: contain;
}


}

@media screen and (max-width: 480px) {
.w_37{
width:100%;
float:none;
padding:0 0 10px 0;
}


.w_60{
width:100%;
float:none;
}
}

/*----------------------------------------------------
モデルハウス
----------------------------------------------------*/

.content_m {
width:1000px;
margin:0 auto;
padding:20px 0;
text-align:left;
position:relative;
}

.content_m a{text-decoration:none; }

.main_ch, .main_ch_yurihama{
    position:absolute;
    width: 700px;
    top: 55%;
    left: -10%;
    height: auto;
    background-color: rgba(248,248,255,0.5);
    padding: 40px 30px;
    font-size: 180%;
}

.main_ch, .main_ch_kurayoshi{
    position:absolute;
    width: 700px;
    top: 40%;
    left: -10%;
    height: auto;
    background-color: rgba(248,248,255,0.5);
    padding: 40px 30px;
    font-size: 180%;
}

.main_ch_yonago{
    position:absolute;
    width: 708px;
    top: 40%;
    left: -10%;
    height: auto;
    background-color: rgba(248,248,255,0.5);
    padding: 40px 30px;
    font-size: 180%;
}

.content_md {
position:relative;
width:1000px;
margin:0 auto;
padding:30px 0 50px;
text-align:center;
}

.mh_details, .mh_details_k, .mhyu_details{
position: relative;
display: inline-block;
padding: 30px 5px;
margin: 0 auto;
width: 31%;
height:  310px;
min-width: 115px;
text-align: center;
vertical-align:  middle;
background: #ffffff;
border: 2px solid #23b8c5;
z-index: 0;
border-radius: 5px;        /* CSS3è‰æ¡ˆ */  
-webkit-border-radius: 5px;    /* Safari,Google Chromeç”¨ */  
-moz-border-radius: 5px;   /* Firefoxç”¨ */ 
}

.mh_details p, .mh_details_k p, .mhyu_details p{
 font-size: 135%;
 text-align: left;
 width: 90%;
 margin:15px auto;
 }

.mhm_btn{
font-weight: 700;
margin: 30px auto 0;
width: 60%;
font-size: 160%;
background:#23b8c5;
text-align: center;
padding: 10px;
border-radius: 10px;          
-webkit-border-radius: 10px;    /* Safari,Google Chrome */  
-moz-border-radius: 10px;   /* Firefox */ 
}

.mhm_btn span{
position: relative;
}

.mhm_btn span:before {
position: absolute;
font-size: 25px;
top: -5px;
left: -20px;
display: block;
font-family: FontAwesome;
color:#000;
content:'\f0da';
}

.content_ms {
width:1000px;
margin:0 auto;
padding:45px 0;
text-align:left;
}

.content_ms a{text-decoration:none; }

.int_entery02 h4.conms_mhtop, .int_entery02 h4.conms_mhtop_yonago, .int_entery02 h4.conms_mhtop_kurayoshi, .int_entery02 h4.conms_mhtop_yurihama{
font-size: 250%;
line-height: 1.5;
display: inline-block;
  position: relative;
  margin: 0 0 50px;
}

.int_entery02 h4.conms_mhtop:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px; 
  display: inline-block;
  width: 250%; 
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); 
  background-color: #666666; 
}

.int_entery02 h4.conms_mhtop_yonago:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px; 
  display: inline-block;
  width: 200%; 
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); 
  background-color: #666666; 
}

.int_entery02 h4.conms_mhtop_kurayoshi:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px; 
  display: inline-block;
  width: 240%; 
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); 
  background-color: #666666; 
}

.int_entery02 h4.conms_mhtop_yurihama:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px; 
  display: inline-block;
  width: 270%; 
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); 
  background-color: #666666; 
}

.int_entery02 h4.conms_left01 {
font-size: 250%;
line-height: 1.5;
display: inline-block;
  position: relative;
  margin: 0 0 50px;
}

.int_entery02 h4.conms_left01:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px; 
  display: inline-block;
  width: 250%; 
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); 
  background-color: #666666; 
}

.int_entery02 h4.conms_left02 {
font-size: 250%;
line-height: 1.5;
display: inline-block;
  position: relative;
  margin: 0 0 50px;
}

.int_entery02 h4.conms_left02:before {
  content: '';
  position: absolute;
  left: 20%;
  bottom: -10px; 
  display: inline-block;
  width: 190%; 
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); 
  background-color: #666666; 
}


.int_entery01 h4.conms_right01, h4.conms_right01_kurayoshi {
font-size: 250%;
line-height: 1.5;
display: inline-block;
  position: relative;
  margin: 0 0 50px;
}

.int_entery01 h4.conms_right01_yonago {
font-size: 193%;
line-height: 1.5;
display: inline-block;
  position: relative;
  margin: 0 0 50px;
}


.int_entery01 h4.conms_right01:before, h4.conms_right01_kurayoshi:before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: -10px; 
  display: inline-block;
  width: 205%;  
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); 
  background-color: #666666; 
}

.int_entery01 h4.conms_right01_yonago:before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: -10px; 
  display: inline-block;
  width: 205%;  
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); 
  background-color: #666666; 
}


.content_ms p{
 font-size: 150%;
 line-height: 1.5;
 margin-bottom: 50px;
 }

.conms_other_bg{
background:#ffffff;
border: 5px solid #23b8c5;
width:98%;
padding: 30px 0;
margin: 20px auto 10px;
text-align: center;
border-radius: 10px;          
-webkit-border-radius: 10px;    /* Safari,Google Chrome */  
-moz-border-radius: 10px;   /* Firefox */ 
}

.conms_other_bg h4 {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  font-size: 270%;
  margin: 0 0 20px;
}

.conms_other_bg h4:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.conms_other_bg h4:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}  

.conms_other_bg h4:before {
  left:0;
}
.conms_other_bg h4:after {
  right: 0;
}

.conms_other_bg ul{
 width: 80%;
 font-size: 160%;
 margin: 0 auto;
 list-style: none;
  padding: 0;
 }
.conms_other_bg li{
 text-align:left;
 position: relative;
 padding: 0 0 0 2em;
 margin: 0;
 } 

.conms_other_bg li::before {
position: absolute;
font-size: 25px;
top: -5px;
left: 0;
font-family: FontAwesome;
color: #00ACDB;
content:'\f00c';
}

.b-conditions{
 padding: 1rem 3rem;
 border-top: dashed 2px #86C2D2;
 background: #f4f4f4;
 margin: 3% 5%;
  }
 
.b-conditions h5 {
  position: relative;
  padding: 1rem 0 0.5rem;
  text-align: center;
   font-size: 170%;
}

.b-conditions h5:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #000;
}
  
.b-conditions ul{
 width: 70%;
 font-size: 140%;
 margin: 30px auto 20px;
 list-style: none;
  padding: 0;
 }
 
.b-conditions li{
 text-align:left;
 position: relative;
 padding: 0 0 0 2em;
 margin: 0;
 } 

.b-conditions li::before {
position: absolute;
font-size: 20px;
top: -5px;
left: 0;
font-family: FontAwesome;
color: #00ACDB;
content:'\f00c';
}  

.quo-benefits-pc{
 display:block;
}

.quo-benefits-sp{
 display:none;
}



.acsses_other01{
   width: auto;
   margin: 10px auto 30px;
 }
 
.acsses_other02{
 width: 90%;
 margin: 0 auto
 }
 
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.mhfs_220{font-size:220%;}

.pc_hid_mh01, .pc_hid_mh02, .pc_hid_mh04, .pc_hid_mh05, .pc_hid_mh06, .pc_hid_mh06_yurihama, .pc_hid_mh07, .sp_hid_mh395over, .pc_hid_mhk02, .pc_hid_mhk03, .pc_hid_mhk04, .pc_hid_mhk07, .pc_hid_mhk08 {
    display: none;
}
.pc_hid_mh05{
	 display:block;
}
.mh_mrg_bot{
 margin-bottom:10px;
}
.marker-mh-main{
 text-align:left;
 margin:17px auto 10px;
 font-size:120%;
 }
.marker-mh{
 background:linear-gradient(transparent 60%, #c1e0ff 60%);
 }

@media only screen and (max-width: 1150px){
.main_ch, .main_ch_kurayoshi,.main_ch_yonago{
    left: -3%;
 }
}

@media only screen and (max-width: 1024px){
.main_ch, .main_ch_yonago, .main_ch_kurayoshi{
 left: 0;
 }
}

@media only screen and (max-width: 800px){
.pc_hid_mhk05, .pc_hid_mhk06{
	 display:none;
 }
}

@media only screen and (max-width: 768px) {
.content_m {
 width:100%;
 margin:0 auto 20px;
 padding:0 0 30px;
}

.main_ch, .main_ch_yonago, .main_ch_kurayoshi{
    position:absolute;
    width:80%;
    top: 25%;
    left: 0%;
    height: auto;
    background-color: rgba(248,248,255,0.5);
    padding: 40px 0 40px30px;
    font-size: 170%;
}

.main_ch_yurihama{
    position:absolute;
    width:80%;
    top: 50%;
    left: 0%;
    height: auto;
    background-color: rgba(248,248,255,0.5);
    padding: 40px 0 40px30px;
    font-size: 170%;
}

.content_md {
width:100%;
padding:5px 0 50px;
}

.mh_details, .mh_details_k {
padding: 15px 5px;
height:  280px;
min-width: 115px;
}

.mhyu_details{
padding: 15px 5px;
height:  310px;
min-width: 115px;
}

.mh_details p, .mh_details_k p{
 font-size: 125%;
 }

.content_ms {
width:100%;
}

.int_entery02 h4.conms_mhtop {
  font-size: 230%;
  display: block;
  margin: 0 auto 50px;
  border-bottom: 2px solid #666666;
  width: 50%;
  text-align:center;
}

.int_entery02 h4.conms_mhtop_yonago {
  font-size: 230%;
  display: block;
  margin: 0 auto 50px;
  border-bottom: 2px solid #666666;
  width: 70%;
  text-align:center;
}

.int_entery02 h4.conms_mhtop_kurayoshi {
  font-size: 230%;
  display: block;
  margin: 0 auto 50px;
  border-bottom: 2px solid #666666;
  width: 70%;
  text-align:center;
}

.int_entery02 h4.conms_mhtop_yurihama {
  font-size: 230%;
  display: block;
  margin: 0 auto 50px;
  border-bottom: 2px solid #666666;
  width: 70%;
  text-align:center;
}

.int_entery02 h4.conms_mhtop:before, .int_entery02 h4.conms_mhtop_yonago:before, .int_entery02 h4.conms_mhtop_kurayoshi:before, .int_entery02 h4.conms_mhtop_yurihama:before{
  display: none;
}

.int_entery02 h4.conms_left01 {
  font-size: 230%;
  display: block;
  margin: 0 auto 50px;
  border-bottom: 2px solid #666666;
  width: 50%;
  text-align:center;
}

.int_entery02 h4.conms_left01:before {
  display: none;
}

.content_ms p{
 margin: 0 30px 50px 30px;
 text-align:left;
 }

.int_entery01 h4.conms_right01, .int_entery01 h4.conms_right01_yonago, h4.conms_right01_kurayoshi {
  font-size: 195%;
  display: block;
  margin: 0 auto 40px;
  border-bottom: 2px solid #666666;
  width: 95%;
  text-align:center;
}

.int_entery01 h4.conms_right01:before, h4.conms_right01_kurayoshi:before {
  display: none;
  }

.int_entery01 h4.conms_right01_yonago:before {
  display: none;
  }

.int_entery02 h4.conms_left02 {
  font-size: 230%;
  display: block;
  margin: 0 auto 40px;
  border-bottom: 2px solid #666666;
  width: 50%;
  text-align:center;
}

.int_entery02 h4.conms_left02:before {
  display: none;
  }
  
 .sp_hide_yonago{
     display: none;  
  }
  .pc_hid_mhk01, .pc_hid_mhk06{
 	 display:block;
 }
}

@media only screen and (max-width: 700px) {
.main_ch, .main_ch_yonago, .main_ch_kurayoshi{
    top: 25%;
    }

.mh_details, .mh_details_k{
 width: 30%;
 }   
.int_entery01 h4.conms_right01, .int_entery01 h4.conms_right01_yonago, h4.conms_right01_kurayoshi {
  font-size: 180%;
  }
.conms_other_bg h4 {
  font-size: 230%;
}
.pc_hid_mhk04{
 	display:block;
 }
}

@media only screen and (max-width: 600px) {
.main_ch, .main_ch_yonago, .main_ch_kurayoshi{
    font-size: 145%;
    }

.int_entery02 h4.conms_mhtop, .int_entery02 h4.conms_mhtop_yonago, .int_entery02 h4.conms_mhtop_kurayoshi, .int_entery02 h4.conms_mhtop_yurihama {
  font-size: 220%;
}

.int_entery01 h4.conms_right01, .int_entery01 h4.conms_right01_yonago {
  font-size: 150%;
  }

h4.conms_right01_kurayoshi {
  font-size: 190%;
}

.int_entery02 h4.conms_left01 {
  font-size: 220%;
}
  
.int_entery02 h4.conms_left02 {
  font-size: 200%;
  width: 70%;
}

.conms_other_bg h4 {
  font-size: 200%;
}
.pc_hid_mh01, .pc_hid_mh02, .pc_hid_mh08{
    display: none;
}
.pc_hid_mh03, .pc_hid_mh04{
        display: block;
    }
.pc_hid_mhk05{
	 display:block;
 }
}
@media only screen and (max-width: 430px) {
.pc_hid_mhk03{
 	display:block;
 }
.pc_hid_mhk04{
 	display:none;
 }
 
 
}

@media only screen and (max-width: 425px) {
.mhfs_220{font-size:185%;}

.mh_details {
 width: 90%;
 margin-bottom: 20px;
 padding: 15px 5px 37px;
 }
.mh_details_k {
 width: 90%;
 margin-bottom: 20px;
 padding: 15px 5px 55px;
 }      

.mhyu_details {
 width: 90%;
 margin-bottom: 20px;
 padding: 15px 5px 37px;
 }

.mh_details p, .mh_details_k p, .mhyu_details p{
 font-size: 140%;
 }

.int_entery02 h4.conms_mhtop {
  font-size: 200%;
  width: 80%;
}

.int_entery02 h4.conms_mhtop_yonago {
  font-size: 195%;
  width: 90%;
}

.int_entery02 h4.conms_mhtop_kurayoshi {
  font-size: 195%;
  width: 90%;
}

.int_entery02 h4.conms_mhtop_yurihama {
  font-size: 195%;
  width: 90%;
}

.int_entery01 h4.conms_right01, h4.conms_right01_kurayoshi {
  font-size: 180%;
} 
.int_entery01 h4.conms_right01_yonago {
  font-size: 160%;
}
  
.int_entery02 h4.conms_left02 {
  font-size: 200%;
  width: 88%;
}

.conms_other_bg h4 {
  font-size: 200%;
}

.mhm_btn{
 width: 80%;
 padding: 10px 0 10px 20px;
}

.content_ms p{
 font-size: 140%;
 }

.conms_other_bg{
width:96%;
}

.conms_other_bg ul{
 font-size: 140%;
 }

.conms_other_bg h4:before {
  left:1%;
}
.conms_other_bg h4:after {
  right: 1%;
}
.main_ch, .main_ch_kurayoshi{
    width:85%;
    top: 53%;
    font-size: 120%;
    background-color: rgb(0 0 0 / 49%);
    left:15%;
    color: #fafafa;
    padding: 10px;
}
.main_ch_yonago{
    top: 51%;
    width:82%;
    font-size: 120%;
    background-color: rgb(0 0 0 / 51%);
    left:15%;
    color: #fafafa;
    padding: 10px;
}

.main_ch_yurihama{
    top: 45%;
    width:82%;
    font-size: 120%;
    background-color: rgb(0 0 0 / 51%);
    left:15%;
    color: #fafafa;
    padding: 10px;
}

.pc_hid_mh06_yurihama{
    display: block;
}

.pc_hid_mh05, .pc_hid_mhk02, .pc_hid_mhk04, .pc_hid_mhk08{
  display:block;
}
.sp_hid_mh425{
    display:none;
}
.pc_hid_mhk03{
 	display:none;
 }
.marker-mh-main{
 font-size:110%;
 margin:19px auto 5px;
 }
}
@media only screen and (max-width: 395px) {
.main_ch, .main_ch_kurayoshi{
    font-size: 116%;
    left:11%;
    top:50%;
    } 
.main_ch_yonago{
    top:47%;
    left:16%;
    } 
.pc_hid_mh07{
    display: block;
    }
.sp_hid_mh395over {
	display: block;
	}
}

@media only screen and (max-width: 383px) {
    .pc_hid_mh07{
        display: block;
    }
.int_entery01 h4.conms_right01_yonago {
  font-size: 150%;
  }
}

@media only screen and (max-width: 375px) {
.main_ch, .main_ch_kurayoshi{
    font-size: 113%;
    left:11%;
    }
.main_ch_yonago{
    font-size: 120%;
    left:15%;
    }
.int_entery01 h4.conms_right01, .int_entery01 h4.conms_right01_yonago, h4.conms_right01_kurayoshi {
  font-size: 185%;
  }

.int_entery02 h4.conms_left02 {
  font-size: 190%;
}

.mhm_btn{
 width: 90%;
 padding: 10px 0 10px 20px;
}

.int_entery02 h4.conms_mhtop_yonago {
  font-size: 178%;
  width: 93%;
}

.int_entery02 h4.conms_mhtop_kurayoshi {
  font-size: 178%;
  width: 93%;
}

.int_entery02 h4.conms_mhtop_yurihama {
  font-size: 178%;
  width: 93%;
}

}

@media only screen and (max-width: 364px) {
.main_ch, .main_ch_kurayoshi{
    font-size: 110%;
    left:9%;
    width:90%;
    }
.main_ch_yonago{
    font-size: 115%;
    left:16%;
    width:80%;
    }
.mh_details p, .mh_details_k p{
 	font-size: 135%;
 }
.int_entery02 h4.conms_left02 {
  font-size: 180%;
  width: 94%;
}
.int_entery01 h4.conms_right01_yonago {
  font-size: 160%;
  }
.pc_hid_mhk04{
	display: none;
 }
.pc_hid_mhk03{
	display: block;
 }
}


@media only screen and (max-width: 345px) {
.pc_hid_mh01, .pc_hid_mh02, .pc_hid_mh06{
    display: block;
}
.pc_hid_mh03{
    display: none;
}
.main_ch{
    left:13%;
    top:45%;
}
.main_ch_yonago{
    top:40%;
}
.main_ch_kurayoshi{
 	left:6%;
    top:45%;
}
.bottom-space{
    margin-top:80px;
}   
.main_ch_yurihama{
    top:40%;
}    
.mh_details p, .mh_details_k p{
 	font-size: 126%;
 }
.pc_hid_mh07, .pc_hid_mhk06{
     display:none;
 }
.pc_hid_mhk07{
     display:block;
 }
}

@media only screen and (max-width: 320px) {
.int_entery02 h4.conms_mhtop {
  font-size: 200%;
  width: 90%;
}

.int_entery02 h4.conms_mhtop_yonago {
  font-size: 169%;
  width: 90%;
}

.int_entery02 h4.conms_mhtop_kurayoshi {
  font-size: 169%;
  width: 90%;
}

.int_entery02 h4.conms_mhtop_yurihama {
  font-size: 169%;
  width: 90%;
}

.int_entery01 h4.conms_right01, h4.conms_right01_kurayoshi {
  font-size: 180%;
  }
}

/*----------------------------------------------------
施工事例
----------------------------------------------------*/
#primary-works{
 max-width:1200px;
 margin:0 auto;
 padding:45px 0;
 text-align:center;
 overflow: hidden;
}

.content-worksarea{
 max-width:1000px;
 margin:0 auto;
 padding:45px 0;
 text-align:center;
 overflow: hidden;
}

.content-worksarea::after {
    content: "";
    display: block;
    clear: both;
}

.entry_works{
	width:45%;
	margin: 0 10px 25px;
	padding:30px 10px 50px;
	display: inline-block;
	border: 1px solid #cccccc;
	vertical-align: top;
	height:550px;
}

.thumbnail_works{
	width: 315px;
	height:210px;
	margin:10px auto 20px;
	display:block;
}

.entry_works_wrap{
	width: 80%;
	margin: 0 auto;
}

.entry_works_wrap h3{
    width:100%;
}

.entry_works_wrap h3:before {
  width: 40%; 
}

.entry_works_wrap h3 span.tit{
	font-size:80%;
	font-weight:600;
}

.entry_works_wrap h3 a{
	text-decoration: none;
}

.entry_works_wrap p {
    line-height: 1.8;
    text-align:left;
    font-size: 150%;
    margin: 0 0 30px;
}

.entry_works_btn a{
	padding:12px 80px;
	margin: 0 auto;
	background:#23b8c5;
	font-size: 140%;
	color:#ffffff;
	text-decoration:none;
    border-radius: 10px;        /* CSS3 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome */  
    -moz-border-radius: 10px;   /* Firefox */ 
}
p.work_single_main_coments{
    font-weight:600;
    font-size:160%;
    margin-top:36px;
     margin-bottom:35px;
    letter-spacing:1.5px;
    position: relative;
   line-height: 1.4;
  padding:0.25em 1.5em;
  display: inline-block;
 
}
p.work_single_main_coments:before, p.work_single_main_coments:after{
     content:'';
  width: 15px;
  height: 15px;
  position: absolute;
  display: inline-block;
}

p.work_single_main_coments:before {
  border-left: solid 2.5px #23b8c5;
  border-top: solid 2.5px #23b8c5;
  top:0;
  left: 0;
}

p.work_single_main_coments:after {
  border-right: solid 2.5px #23b8c5;
  border-bottom: solid 2.5px #23b8c5;
  bottom:0;
  right: 0;
}
p.work_single_sub_tittle{
    font-weight:500;
    font-size:135%;
    margin-top:10px;
    letter-spacing:1.5px;
    text-align:left;
    padding:0 10%;
}
p.work_single_sub_coments{
    font-size:110%;
    padding:0 10%;
    text-align:left;
    line-height: 1.9;
}

.works_selectpoint{
    float:left;
    width:50%;
    padding:20px 0;
    min-height:510px;
}
.works_selectpoint img{
    max-width:90%;
}
.main_tit_voices{
    display:inline-block;
}
.work_concept_mainpic{
    max-width:1000px;
    margin:0 auto; 
}

@media only screen and (max-width: 768px) {
.content-worksarea{
 width:100%;
 padding:10px 0;
}

.entry_works{
	margin: 0 5px 25px;
	height:550px;
}

.entry_works_btn a{
	padding:12px 50px;
}
.works_selectpoint{
    clear:both;
    width:100%;
    padding:30px 0;
    min-height:0;
}
p.work_single_sub_tittle{
    padding-top:8px;
    padding-bottom:8px;
    line-height: 1.5;
}
.works_selectpoint img{
    max-width:100%;
}
}

@media only screen and (max-width: 678px) {
.entry_works{
	margin: 0 5px 20px;
	width:85%;
}
p.work_single_main_coments{
    font-size:150%;
   line-height: 1.7;
}
p.work_single_main_coments:before {
  margin-left:5px
}

p.work_single_main_coments:after {
  margin-right:5px
}
}

@media only screen and (max-width: 425px) {
.entry_works{
	height:520px;
}
p.work_single_main_coments:before {
  left: 3px;
}

p.work_single_main_coments:after {
  right: 3px;
}
}

@media only screen and (max-width: 375px) {
.thumbnail_works{
	width: 100%;
}
p.work_single_main_coments{
    font-size:140%;
}
}

@media only screen and (max-width: 345px) {
.entry_works_btn a{
	font-size: 130%;
}
p.work_single_main_coments{
    font-size:130%;
}
 .mhfs_220{font-size:174%;
	}
}


/*----------------------------------------------------
お客様の声
----------------------------------------------------*/
#primary-voices{
    max-width:850px;
    margin:0 auto;
    padding:45px 0;
    text-align:center;
    overflow: hidden;
}
.content-voicesarea{
    max-width:1000px;
    margin:0 auto;
    padding:45px 0;
    text-align:center;
    overflow: hidden;
}
.content-voicesarea::after {
    content: "";
    display: block;
    clear: both;
}
.entry_voices{
	width:45%;
	margin: 0 10px 25px;
	padding:30px 10px 50px;
	display: inline-block;
	border: 1px solid #cccccc;
	vertical-align: top;
}
.entry_voices h3:before {
    height: 0;
}
.thumbnail_voices{
	width: 315px;
	height:210px;
	margin:10px auto 20px;
	display:block;
}

.entry_voices_wrap{
	width: 90%;
	margin: 0 auto;
	margin-top:15px;
}
.entry_voices_wrap02{
    display:block;
}

.entry_voices_wrap h3 span.tit{
	font-size:55%;
	font-weight:600;
    display:block;
}
.entry_voices_wrap h3{
    margin-bottom:3px;
}

.entry_voices_wrap h3 a{
	text-decoration: none;
}

.entry_voices_wrap02 p {
    line-height: 1.8;
    font-size: 150%;
    margin: 5px 0 45px;
}

.entry_voices_btn a{
	padding:12px 80px;
	margin: 0 auto;
	background:#23b8c5;
	font-size: 140%;
	color:#ffffff;
	text-decoration:none;
    border-radius: 10px;        /* CSS3 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome */  
    -moz-border-radius: 10px;   /* Firefox */ 
}
.main_tit_voices1{
	font-size:220%;
	font-weight:700;
	margin-bottom:10px;
}
p.voices_single_main_coments:before {
    font-size: 25px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #23b8c5;
}
p.voices_single_main_coments{
    font-weight:600;
    font-size:160%;
    margin-top:42px;
     margin-bottom:13px;
    letter-spacing:1.5px;
    position: relative;
   line-height: 1.4;
   padding:0.25em 1.0em 0.25em 2.0em;
   display: inline-block;
}
p.voices_a_single_main_coments{
    padding:0 10px 0 39px;
    font-size:123%;
}
p.voices_single_main{
    margin-bottom:50px;
    font-size:130%;
}
.voices_cotents{
    max-width:700px;
    margin:0 auto;
    text-align:left;
}
.voices_cotents_staff{
    text-align:left;
    margin:0 auto;
    border: 1px solid #76ccd3;	/* 線の太さ・種類・色 */
	padding: 65px 0 25px 0;	/* 内側の余白 上・右・左・下 */
	position: relative;
	z-index: 0;
	margin-top:55px;
	margin-bottom:55px;
}
.voices_cotents_staff:before{
    background-color: #76ccd3;	/* タイトル部分背景色 */
	color: #fff;	/* タイトル部分文字色 */
	font-size:170%;
	font-weight:500;
	background-image:url(/img/house_voice.png); 
	background-repeat:no-repeat;
	content: 'STAFFより';
	height: 30px;	/* タイトル部分高さ */
	padding: 6px 0 7px 91px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.voices_cotents_staff:after {
	border-style: solid;
	border-width: 18px 18px 0 18px;
	border-color: #76ccd3 transparent transparent transparent;	/* 吹き出し三角部分の色 */
	content: "";
	position: absolute;
	top: 35px;
	left: 93px;
	width: 0px;
	height: 0px;
	z-index: 1;
}
p.voices_single_sub_coments{
    font-size:128%;
    line-height: 1.7;
    padding:0 35px 0 35px;
}
.voices_tit_font{
    font-size:140%;
}

@media only screen and (max-width: 900px) {
#primary-voices{
    padding:0 20px 0 20px;
}
.main_tit_voices{
	margin:15px 0 10px 0;
}
}

@media only screen and (max-width: 768px) {
.entry_voices{
	margin: 0 5px 25px;
}
.entry_voices_btn a{
	padding:12px 50px;
}
p.voices_single_main_coments{
    font-size:145%;
    margin-bottom: 10px;
    padding-left: 2.1em;
    padding-right: 0;
}
p.voices_a_single_main_coments{
    padding:0 0 0 36px;
}
p.voices_single_sub_coments{
    line-height: 1.8;
    padding:5px 28px 0 28px;
}
p.voices_single_main_coments:before{
    top:1px;
}
.voices_cotents_staff:before{
	padding: 8px 0 9px 94px;
}
.voices_cotents_staff:after {
	border-width: 22px 22px 0 22px;
	left: 91px;
}
.voices_cotents_staff:before{
    background-position:left 0 top 2px;
}
}

@media only screen and (max-width: 678px) {
.entry_voices{
	margin: 0 5px 20px;
	width:85%;
}
}

@media only screen and (max-width: 425px) {
#primary-voices{
    padding:0 12px 0 12px;
}
.entry_voices_wrap h3 span.tit{
	font-size:70%;
	line-height:1.5;
}
.main_tit_voices{
    display: flex;
    flex-direction: column;
    margin-bottom:6px;
}
.main_tit_voices1{
    order: 1;
    margin:0 auto;
    font-size:175%;
    margin-top:20px;
    margin-top:12px;
}
.main_tit_voices2{
    margin:0 auto;
}
p.voices_single_main_coments{
    font-size:128%;
    line-height: 1.7;
    margin-top:38px;
    padding-left: 2.2em;
    padding-right:1em;
}
p.voices_a_single_main_coments{
    padding:0 10px 0 34px;
    font-size:115%;
}
p.voices_single_main_coments:before{
    top:3px;
    font-size: 24px;
}
.voices_cotents_staff:before{
	font-size:155%;
	background-position:left -15px top 1px;
}
p.voices_single_sub_coments{
    font-size:118%;
    padding:0 15px 0 15px;
}
p.voices_single_main{
    font-size:120%;
    margin-bottom:43px;
}
.voices_cotents_staff:before{
	padding-left: 78px;
}
.voices_cotents_staff:after {
	left: 74px;
}
.voices_tit_font{
    font-size:130%;
}
}

@media only screen and (max-width: 375px) {
.thumbnail_voices{
	width: 100%;
}
}

@media only screen and (max-width: 345px) {
.entry_voices_btn a{
	font-size: 130%;
}
.entry_voices_wrap{
	margin-top:0;
}
}




/*----------------------------------------------------
選べるプラン、ローコスト
----------------------------------------------------*/
.room_plan_center{
    text-align:center;
}
.fs_room_font{
    font-size:140%;
    text-align:left;
}
.pc_hid_rp01{
	display: none;
}
.lowcost-pic-bottom{
    margin-bottom:12px;
}
.pc_hid_lw03, .pc_hid_lw04, .pc_hid_lw08, .pc_hid_lw07{
	display: none;
}
li.sp_plantab{
	border-bottom:solid 2px #fff; 
}
.hide-sp{
	display: none;
}

.pl_frame {
  border-collapse: separate;
  border-spacing: 30px 0;
  display: table;
  width: 60%;
  height:100px;
  margin:0 auto;
}

.pl_box {
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  border: 2px solid;
  color:#767676;
  padding:12px 0 12px 0;
  width:25%;
  
}

.pl_box a{
 text-decoration:none;
}

.pl_box:hover{
opacity:0.6;
}

.pl_box_text{
    font-size:260%;
    font-weight: 600;
    margin-top:3px;
   letter-spacing: 0.1em
}

.pl_arrow {
     display: block;
     width: 15px;
     height: 15px;
     border-bottom: solid 3px #000;
     border-right: solid 3px #000;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     margin:0 auto;
     margin-top:4px;
}

@media only screen and (max-width: 768px) {
.pc_hid_lw03{
	display: block;
}
}

@media only screen and (max-width: 720px) {
.fs_room_font{
    margin-top:20px;
    text-align:left;
}
}
@media only screen and (max-width: 583px) {
.pc_hid_lw06, .pc_hid_lw07, .pc_hid_lw08{
	display: block;
}
}

@media only screen and (max-width: 430px) {
.pc_hid_rp01, .pc_hid_lw04{
	display: block;
}
.pc_hid_lw01{
	display: none;
}
.fs_room_font{
     font-size:130%;  
}
.hide-pc{
	display: none;
}
.hide-sp{
	display: block;
}
.pl_frame {
  width: 100%;
}
.pl_box_text{
    font-size:220%;
}
}

@media only screen and (max-width: 395px) {
.pc_hid_lw06{
	display: block;
}
.pc_hid_lw07{
	display: block;
}
}

@media only screen and (max-width: 375px) {
.pc_hid_lw03, .pc_hid_lw02{
	display: none;
}
}
@media only screen and (max-width: 367px) {
.pc_hid_lw03{
	display: block;
}
.lw_font01{
    font-size:180%; 
}
}
@media only screen and (max-width: 354px) {
.lw_font01{
    font-size:155%; 
}
.pc_hid_lw04{
	display: none;
}
}
@media only screen and (max-width: 336px) {
.lw_font02{font-size:170%;
}
.lw_font03{font-size:120%;
}

.pl_box_text{
    font-size:160%;
}
}


/*----------------------------------------------------
4つのセレクト
----------------------------------------------------*/

.pc_hid_select01{
	display: none;
}

@media screen and (min-width:768px) and ( max-width:815px) {
.sel_entery04 ul li{
padding:0 48px 10px 48px;
}
}
@media screen and (min-width:730px) and ( max-width:767px) {
.sel_entery04 ul li{
padding:0 39px 10px 39px;
}
}
@media screen and (min-width:650px) and ( max-width:729px) {
.sel_entery04 ul li{
padding:0 21px 10px 21px;
}
}

@media screen and (max-width: 425px) {
.top03_l{
text-align:center;
}
}

@media only screen and (max-width: 397px) {
.pc_hid_select01{
display: block;
}
}



/*----------------------------------------------------
プライバシーポリシー
----------------------------------------------------*/


.pp{
padding:0 0 30px 0;
}

.pp > ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:start;
-moz-box-pack:start;
-webkit-flex-pack:start;
-moz-flex-pack:start;
-ms-flex-pack:start;
-webkit-justify-content:flex-start;
-moz-justify-content:flex-start;
justify-content:flex-start;
padding:0;
width:100%;
margin:0 auto;
border-bottom:1px solid #dddddd;
}

.pp > ul > li{
width:66%;
text-align:left;
padding:10px 2%;
margin:0;
}

.pp > ul > li:first-child{
width:24%;
background:#f6f6f6;
}





.mailform_tit{background:#333333;  padding:10px 0; width:100%; font-size:140%; color:#fff; text-align:center; font-weight:normal;}

.required {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background: #cc0000;
}

.mailform{}

.mailform > ul{
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
}

.mailform > ul > li{
padding: 10px 0;
}

.mailform > ul > li:nth-child(even){
width: 20%;
text-align: right;
}

.mailform > ul > li:nth-child(odd){
width: 80%;
text-align: left;
}

.mailform > ul > li:nth-child(4n+1),
.mailform > ul > li:nth-child(4n+2){
background:#f6f7f9;
border-bottom:#cccccc; 
}


/* --------------------------------- 
    top events 
--------------------------------- */
#topEventsBox {
	padding-top: 20px;
	margin-top:  80px;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
    #topEventsBox {
        padding-top: 40px;
    }
}

.events {
  max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .events {
    margin: 0px;
    margin-bottom: 40px;
  }
}

.modListEvent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -25px;
}

@media only screen and (max-width: 992px) {
  .modListEvent {
    margin: 0 -10px;
  }
}

@media only screen and (max-width: 768px) {
  .modListEvent {
    margin: 0 -7.5px;
  }
}

.modListEvent__item {
padding: 0 20px;
margin-bottom: 20px;
width: calc(33.333% - 40px);
}

@media only screen and (max-width: 992px) {
  .modListEvent__item {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .modListEvent__item {
    width: 100%;
    margin-bottom: 5vw;
		padding: 20px 7.5px 0;
		flex: none;
  }
}

.modListEvent .box {
  position: relative;
  display: block;
  text-decoration: none;
}

.modListEvent .box__photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 70%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .modListEvent .box__photo {
    padding-top: 100%;
  }
}

.modListEvent .box__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .modListEvent .box__category {
    margin-bottom: 1vw;
  }
}

.modListEvent .box__category-item {
  border: 2px solid #ccc;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1;
  padding: 5px 10px;
}

@media only screen and (max-width: 768px) {
  .modListEvent .box__category-item {
    font-size: 2.66667vw;
    padding: .3em .5em;
    border-width: 1px;
  }
}

.modListEvent .box__category-item.-category01 {
  background: #000;
  border-color: #000;
  color: #fff;
}

.modListEvent .box__ttl {
  font-size: 17px;
  font-size: 1.45rem;
  font-weight: bold;
  line-height: 1.588235;
}

@media only screen and (max-width: 992px) {
  .modListEvent .box__ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .modListEvent .box__ttl {
    font-size: 3.73333vw;
    line-height: 1.5;
    letter-spacing: .025em;
    margin-bottom: 1vw;
  }
  .modListEvent .box__ttl br {
    display: none;
  }
}

.modListEvent .box__info {
  font-size: 14px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .modListEvent .box__info {
    font-size: 2.93333vw;
  }
}

.modListEvent .box__info-item.-item01, .modListEvent .box__info-item.-item02 {
  font-size: 0.85em;
}

.modListEvent + .modListBtn01 {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .modListEvent + .modListBtn01 {
    margin-top: calc(10.6666vw - 6vw);
  }
}

[v-cloak] {
	visibility: hidden;
}

.modListEvent .box__category-item {
	margin-right: 10px;
}

.modListEvent .modListEvent__item .box__body {
    text-align: left;
}

@media only screen and (max-width: 768px) {
	.modListEvent .modListEvent__item a {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-webkit-box-align: start;
		margin: 0 10px;
	}
	.modListEvent .modListEvent__item .box__photo {
		width: 30%;
		margin-bottom: 0;
		padding-top: 30%;
	}
	.modListEvent .modListEvent__item .box__body {
        width: 67%;
        text-align: left;
        margin: 0 10px;
	}
	.modListEvent .box__category-item {
		margin-right: 5px;
	}
}

.events__more-block {
	width: 50%;
	margin: 0 auto 70px;
}
.events__more-btn {
		display: block;
		margin-top: 20px;
    padding: 10px 80px;
    background-color: #23b8c5;
    color: #fff;
    border-radius: 10px;
    font-size: 200%;;
    text-decoration: none;
}


@media only screen and (max-width: 1024px) {
	.events__more-block {
		width: 60%;
	}
	.events__more-btn {
		display: block;
		margin-top: 10px;
		padding: 10px 50px;
		background-color: #23b8c5;
		color: #fff;
		border-radius: 10px;
		font-size: 230%;
		text-decoration: none;
}
}

@media only screen and (max-width: 768px) {
	.events__more-block {
		width: 80%;
	}
	
.events__more-btn {
		font-size: 200%;

}
}

@media only screen and (max-width: 500px) {
  .events__more-block {
		width: 90%;
	} 
	
  .events__more-btn {
	display: block;
	margin-top: 20px;
    padding: 10px;
    background-color: #23b8c5;
    color: #ffffff;
    border-radius: 10px;
    font-size: 145%;
    text-decoration: none;
}

 #topEventsBox {
        padding-top: 0;
    }
    

.b-conditions{
 padding: 1rem 1.5rem;
 margin: 3%;
  }

.b-conditions ul{
 width: 100%;
 font-size: 140%;
 margin: 30px auto 20px;
 list-style: none;
  padding: 0;
 }
 
.quo-benefits-pc{
 display:none;
}

.quo-benefits-sp{
 display:block;
} 
 
 
}

@media only screen and (max-width: 320px) {
.events__more-btn {
    font-size: 135%;
}
}


/* --------------------------------- 
    ストアページ 
--------------------------------- */

.info-tottori, .info-kurayoshi{
		position: absolute;
		right:0;
}
.area-tottori, .area-kurayoshi{
	height:520px;
	max-width: 1366px;	
	width: 100%;
	position:relative;
	margin:0 auto;
	margin-top:70px;
}

.area-matsue{
	height:520px;
	max-width: 1366px;	
	width: 100%;
	position:relative;
	margin:0 auto 50px;
	margin-top:70px;
}

.info-tottori p.number.cols.fz-20.fz-12-sp, .info-kurayoshi p.number.cols.fz-20.fz-12-sp{
	padding-left: 0;
}
	.st_store_pic{
	position: absolute;
	left:-5px;
	margin-top: 54px;
	z-index: 2;
	width:50%;
}
.info-tottori, .info-kurayoshi{
	background-color: #eaf5f7;
	width: 46%;
	height:460px;
	padding-left: 112px;
	padding-top: 60px;
	text-align:left;
}
.rows:before, .rows:after {
	content: "";
	display: table;
}
h3.st_title01{
	font-size: 290%;
	margin-bottom:5px;
	text-align:left;
}
h3.st_title01:before {
	display: none;
}

h3.st_title_yonagosakai{
	font-size: 280%;
	margin-bottom:5px;
	text-align:left;
}

h3.st_title_yonagosakai:before {
	display: none;
}

.rows:after {
	clear: both;
}
.infolist{
	font-size:148%;
	width:43.5%;
	height:50px;
	background-color: #b2805b;
	text-align:center;
	margin-top:5px;
}
.infolist + .infolist{
	margin-left:18px;
}
.info-tottori h3,
.info-kurayohi h3,
.infolist, .number,
.info-tottori-row h3,
.info-kurayoshi-row h3{
	font-weight: bold;
}
 .cols {
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
  box-sizing: border-box;
}

.top_st06_tit{
	width:90%;
	margin:0 auto 0 auto;
	text-align:center;
}

.fz-30{
    font-size:225%;
    margin-bottom:-3px;
}
.fz-20{
    font-size:160%;
    margin:7px 0 0 17px;
}
.fz-14-sp{
    font-size:140%;
}
.info-tottori>p,
	 .info-tottori .biz-hours02>p{
		margin-bottom: 0;
		margin-top: 10px;
		padding-bottom: 6px;
	}
	.info-tottori .biz-hours>p{
   		 margin-bottom: 0;
		padding-bottom: 6px;
}
	.info-tottori>p{
		border-bottom: dotted 1px #000;
		width: 89%;
}
.info-kurayoshi>p,
	 .info-kurayoshi .biz-hours02>p{
		margin-bottom: 0;
		margin-top: 10px;
		padding-bottom: 6px;
	}
	.info-kurayoshi .biz-hours>p{
   		 margin-bottom: 0;
		padding-bottom: 6px;
}
	.info-kurayoshi>p{
		border-bottom: dotted 1px #000;
		width: 89%;
}
.biz-hours p,
.biz-hours02 p,
.address p{	
	border-bottom: dotted 1px #000;
	width: 89%;
}
p.address{
    font-size:140%;
}

.st_btn01{
	font-weight: 700;
	margin: 22px 18px 0 0;
	width: 40%;
	font-size: 145%;
	background:#23b8c5;
	text-align: center;
	padding: 10px;
	float:left;
}

.st_btn01:hover{
opacity:0.6;
}

.st_frame {
  border-collapse: separate;
  border-spacing: 30px 0;
  display: table;
  width: 90%;
  height:100px;
  margin:0 auto;
}

.st_frame_mh {
  border-collapse: separate;
  border-spacing: 30px 0;
  display: table;
  width: 75%;
  height:100px;
  margin:0 auto 50px;
}

.st_box {
  display: table-cell;
  vertical-align: middle;
  border: 2px solid;
  color:#767676;
  padding:12px 0 12px 0;
  width:25%;
}

.st_box_mh {
  display: table-cell;
  vertical-align: middle;
  border: 2px solid;
  color:#767676;
  padding:12px 0 12px 0;
  width:25%;
}

.st_box a{
 text-decoration:none;
}

.st_box_mh a{
 text-decoration:none;
}

.st_box:hover{
opacity:0.6;
}

.st_box_mh:hover{
opacity:0.6;
}

.st_box_text{
    font-size:260%;
    font-weight: 600;
    margin-top:3px;
   letter-spacing: 0.1em
}

.st_box_text_mh{
    font-size:240%;
    font-weight: 600;
    margin-top:3px;
   letter-spacing: 0.1em
}

.st_arrow {
     display: block;
     width: 15px;
     height: 15px;
     border-bottom: solid 3px #000;
     border-right: solid 3px #000;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     margin:0 auto;
     margin-top:4px;
}

@media screen and (min-width:769px) and ( max-width:1024px) {
     .st_box_text{
    font-size:220%;
}

 .st_box_text_mh{
    font-size:220%;
}

.st_frame {
	width: 100%
}
.st_frame {
  border-spacing: 40px 0;
}
.st_store_pic{
		width:100%;
		text-align:left;
	}
.area-tottori img, .area-kurayoshi img, .info-tottori, .info-kurayoshi{
	max-width:50%;
}

.info-tottori p.number, .info-kurayoshi p.number{
		font-size:160%;
		margin: 10px 0 0 10px;
	}
}

@media screen and (max-width: 768px) {
.info-tottori, .info-kurayoshi{
	height:480px;
    }
  .st_box {
    display: block;
    margin-bottom:20px;
    height:100px;
    width:100%;
  }
  
 .st_box_mh {
    display: block;
    margin-bottom:20px;
    height:100px;
    width:100%;
  }  
  
  .st_frame {
  border-spacing: 0;
  width: 90%;
}

.st_frame_mh {
  border-spacing: 0;
  width: 90%;
}

 .st_box_text{
    font-size:230%;
    padding-top:33px;
    padding-left:10px;
    width:40%;
}

 .st_box_text_mh{
    font-size:230%;
    padding-top:5px;
    padding-left:10px;
    width:40%;
}

.st_arrow{
    margin-top:42px;
    margin-left:60px;
}

.st_box_pic{
    padding-left:0;
    width:35%;
    }
    
.st_box_pic_mh{
    padding-left:0;
    width:35%;
    }    

.st_box_pic,
.st_box_pic_mh,
 .st_box_text,
 .st_box_text_mh,
 .st_arrow{
   float:left;
}
.area-tottori{
	height:950px;
	}
 .area-kurayoshi, .area-matsue{
	height:800px;
	margin-bottom: 210px;
	}
	
.st_store_pic{
		width:100%;
		position:static;
	}
.info-tottori, .info-kurayoshi{
		width: 100%;
		position:static;
		margin: 0 auto;
		padding: 0 4%;
	}
.info-tottori>p, .info-kurayoshi>p{
		width: 93%;
}
.biz-hours p,
.biz-hours02 p,
.address p{	
	width: 93%;
}
h3.st_title01, h3.st_title_yonagosakai{
    margin:20px 0 8px;
}
.top_st06_tit{
	text-align:left;
}
}
@media screen and (max-width: 475px) {
.top_st06_tit{
	font-size:89%; 
}
.st_box_mh {
    display: block;
    margin-bottom:25px;
    padding:10px 0 30px;
    height:50px;
    width:100%;
  }

.st_box_text_mh{
    font-size:170%;
    padding-top:5px;
    padding-left:0;
    width:42%;
	letter-spacing:0.15em;
}

}
@media screen and (max-width: 425px) {
.info-kurayoshi{
	height:470px;
    }
.infolist{
    font-size:133%;
	width:45%;
	height:auto;
}  
.infolist + .infolist{
	margin-left:12px;
}
.st_btn01{
	margin-top: 23px;
	width: 70%;
	margin-left:9%;
	margin-bottom:-3px;
}
.area-tottori{
    margin-top:0;
	height:800px;
	}
.area-kurayoshi, .area-matsue{
    margin-top:0;
    margin-bottom:0;
	height:800px;
	}

.fz-30{
    font-size:200%;
}
.fz-20{
    font-size:135%;
    margin:7px 0 0 12px;
}
.fz-14-sp, .address{
    font-size:130%;
}
h3.st_title01{
	font-size: 200%;
}

h3.st_title_yonagosakai{
	font-size: 179%;
}


.top_st06_tit{
	font-size:85%; 
}
.st_box_pic img{
    width:50%;
}

.st_box_pic_mh img{
    width:50%;
}

.st_box {
    display: block;
    margin-bottom:25px;
    height:50px;
    width:100%;
  }

.st_box_mh {
    display: block;
    margin-bottom:25px;
    padding:10px 0 30px;
    height:50px;
    width:100%;
  }
  
.st_box_text{
    font-size:180%;
    padding-top:5px;
    padding-left:0;
    width:42%;
	letter-spacing:0.15em;
}

.st_box_text_mh{
    font-size:170%;
    padding-top:5px;
    padding-left:0;
    width:42%;
	letter-spacing:0.15em;
}

.st_arrow{
    margin-top:12px;
    margin-left:30px;
}
.st_box_pic{
    padding-left:0;
    width:33%;
    }
    
.st_box_pic_mh{
    padding-left:0;
    width:33%;
    }    
}

@media screen and (max-width: 405px) {
 .top_st06_tit{
	font-size:83%; 
}
.info-kurayoshi{
	height:535px;
    }
}

@media screen and (max-width: 400px) {

.fz-20{
    clear:both;
    margin:-16px 0 5px;
}
.info-tottori{
	height:535px;
}
.top_st06_tit{
	font-size:77%; 
}
  .info-kurayoshi{
	height:558px;
   }
}

@media screen and (max-width: 395px) {
.info-kurayoshi{
	height:560px;
  }
}

@media screen and (max-width: 375px) {
.infolist{
	font-size:128%;
}
.top_st06_tit{
	font-size:77%; 
}   
}


@media screen and (max-width: 374px) {
.infolist{
	font-size:114%;
}
.area-tottori, .area-kurayoshi{
    height:765px;
 }
h3.st_title01{
	font-size: 195%;
	margin-bottom:8px;
	text-align:left;
}
h3.st_title_yonagosakai{
	font-size: 174%;
}
.top_st06_tit{
	font-size:75%; 
}
.st_box_text{
    font-size:157%;
    padding-left:0;
    padding-top:7px;
    width:40%;
}
.st_box_text_mh{
    font-size:157%;
    padding-left:0;
    padding-top:7px;
    width:40%;
}

.st_arrow{
    margin-left:35px;
    margin-top:13px;
}

}

@media screen and (max-width: 362px) {
.top_st06_tit{
	font-size:70%; 
}
h3.st_title01{
	font-size: 185%;
}
 h3.st_title_yonagosakai{
	font-size: 165%;
}
}
@media screen and (max-width: 340px) {
.top_st06_tit{
	font-size:67%; 
}
h3.st_title_yonagosakai{
	font-size: 197%;
}
h3.st_title_yonagosakai{
	font-size: 160%;
} 
.st_box_text{
    font-size:155%;
    padding-left:0;
    padding-top:10px;
    width:42%;
}
.st_box_text_mh{
    font-size:135%;
    padding-left:0;
    padding-top:10px;
    width:40%;
}  
.st_arrow{
    margin-left:28px;
}  
}
@media screen and (max-width: 325px) {
.top_st06_tit{
	font-size:65%; 
}   
}

@media screen and (min-width:769px) and ( max-width:992px) {
     .st_btn01{
	width:80%;
 }
	.infolist{
	font-size:125%;
	width:45%;
}
.area-tottori, .area-kurayoshi{
	height:570px;
	}

.info-tottori{
	height:540px;
    }
.info-kurayoshi{
	height:510px;
    }
}
}

