@charset "UTF-8";

img{
    max-width:100%;
}

.block_center{
    display: block;
    text-align: center;
}


.title001{
    display: block;
    text-align: center;
    font-size: 250%;
    font-weight: bold;
}

.title001 span{
    display: block;
    font-size: 40%;
    font-weight: bold;
    margin:-8px 0px 20px;
}


.f120-b{
    font-size: 130%;
    font-weight: bold;
}

.red{
    color: red;
    display: inline-block;
}

.block_title{
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #86B0CD;
	font-size: 120%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
    margin-bottom: 20px;
}


.box01{
    margin-bottom: 80px;
    overflow: hidden;
    zoom: 1;

}

.box01 img {
    text-align: center;
    width:100%;
}



/********************************####################################################
マージンマージン
*####################################################********************************/
.sp40{
    height: 60px;
    display: block;
    float: none;
    clear: both;
}

.mb25{
    margin-bottom: 25px;
}


.mb40{
    margin-bottom: 40px;
}


/********************************####################################################
スマホ Header
####################################################*********************************/
nav ul {
    list-style:none;
}
#header {
    background: #FFFFFF;
    border-bottom: 1px solid #ddd;
    height: 65px;
    position: relative;
    width: 100%;
}

#sm_toplogo {
    margin-left:49px;
    text-align: center;
    font-size: 80%;
    margin-top: 5px;
}

#sm_toplogo img {
    width: 227px;
    height: 25px;
}

#sm_toplogo h1{
font-size: 130%;
}

.button {
    width: 65px;
    height: 65px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url('../images/common/menu_button_back.png');
    background-position: center;
}
.menu-button-left {
    left: 0px;
    border-right: 1px solid #ddd;
}
.menu-button-right {
    right: 0px;
    border-left: 1px solid #ddd;
}

/*slidemenu*/
.slidemenu {
    background-color: #333;
}
.slidemenu li {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:14px;
    line-height: 1.8;
}
.slidemenu li a {
    padding:10px 0 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    border-bottom: none;
}
.slidemenu .slidemenu-header {
    height: 49px;
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    background-color: #333;
}
.slidemenu .slidemenu-header div {
    padding: 17px 0px 0px 19px;
    text-decoration: none;
    color: #fff;
}

/*main*/
#main {
    background: #FFFFFF;
}


/*plugin*/
#main {
  z-index: 1;
}
.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
}


/********************************####################################################
 スマホ Header
####################################################*********************************/
#pc_logo{
    display: none;
}
#pc_navi{
    display: none;
}

#head_tel{
    display: none;
}


#main_copy {
	height: 400px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position:relative;
}

#eye_catch{
    display: inherit;
    padding:0px 3% 10px;
    font-size: 200%;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 240px;
}

#eye_catch span{
    max-width:600px;
    display: block;
    font-size: 50%;
    color: black;

}


#main_contents_t{
    margin: 15px 10px;

}


#main_contents{
    margin: 15px 10px;

}











/********************************####################################################
index Header
####################################################*********************************/
.in_g{
    background-color: #E7E7E8;
    overflow: hidden;
    zoom: 1;
    display: none;
}


#about_small{
    max-width:1000px;
    margin: 20px auto;
    padding: 0px 5px;

}

#about_small dt{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}

#about_small dd lo li{
    font-size: 120%;
    margin-bottom: 7px;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 1em;
    text-indent: -1em;
}

#service_icon{
    text-align: center;
}

#service_icon li {
    font-size: 110%;
    width: 150px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: left;
}

#service_icon li:last-child {
    margin-right: none;
}


#service_icon li img{
    width: 18%;
    height: 18%;
    vertical-align:middle;
    margin-right: 5px;
}


.service_pic {
    margin: 30px 0px;
    text-align: center;
}

.service_pic li {
    margin: 0px 0px 30px;
    text-align: left;
}

.service_pic_t {
    font-size: 110%;
    height: 25px;
    background-image: url('../images/top/ser_pic_p.png');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 5px;
    vertical-align:middle;
}

.service_pic li img {
    margin: 0px 0px 10px;

}

.under_tel {
    display: none;
}

footer{
    background-color: #3C3D3B;
    color: white;
    padding: 15px 0px;
}

#footer_navi{
    display: none;
    text-align: center;
}
#footer_navi li{
    display: inline-block;
    padding: 2px 15px;
    border-right-style:solid ;
    border-width: 1px;
    border-color: white;
}

#footer_navi li:last-child{
    border-right-style:none ;
}


#footer_navi li a{
    color: white;
}

#footer_navi li a:hover{
    color: #A8A8A9;
}


address{
    margin: 20px;
    text-align: center;
}

#side_area{
    display: none;
}

/*###############################################################################
service
###############################################################################*/

#sub_headerline{
    display:none;
}



#page_title{
    font-size: 250%;
    margin-top: 20px;
    padding-left:5px;
}

#page_title span{
    font-size: 45%;
    vertical-align: 0px;
    margin-left: 15px;

}


.pic_right{
    text-align: center;
}

.pic_right img{
    margin-bottom: 20px;
}

#time-to{
    border: solid 1px #4C4841;
    background-color: #F5F5F5;
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
    margin-top: 20px;
}
#brown-head{
    background-color: #5C574F;
    color: white;
    padding: 5px 0px 5px 10px;
}

#time-to ul{
    margin:10px ;
}

#service_box{
    border: solid 1px #4C4841;
    background-color: #F5F5F5;
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
    margin-top: 20px;
}

#service_box ul{
    margin:10px 1px;
}


#service_icon2 {
    text-align: center;
}
#service_icon2 li{
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height:1.2em;
    margin-bottom: 10px;

}

#service_icon2 li img{
    margin-bottom: 5px;

}



/*###############################################################################
price
###############################################################################*/

.floor-navi {
	padding-top: 10px;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 20px;
	clear: none;
	float: none;
}

.floor-navi li{
	display: inline-block;
	margin-right: 8px;
	margin-left: 8px;
}



.floor-navi .n1 {
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(../images/price/1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
	background-attachment: scroll;
	margin-bottom: 10px;
}
.floor-navi .n2 {
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(../images/price/2.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
	margin-bottom: 10px;
}
.floor-navi .n3 {
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(../images/price/3.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
	margin-bottom: 10px;
}
.floor-navi .n4 {
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(../images/price/4.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
	background-attachment: scroll;
	margin-bottom: 10px;
}
.floor-navi .n5 {
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(../images/price/5.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
}
.floor-navi .n6 {
	float: left;
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(../images/price/6.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-right: 2px;
	margin-left: 19px;
	padding-left: 45px;
	margin-bottom: 10px;
}

#room_pic li{
    margin-bottom: 40px;
}

.room_number {
    color:#86B0CD;
    margin-top: 15px;
    font-size: 140%;
    font-weight: bold;
}

#room-syosai {
	width: 99.5%;
	height: 100%;
    margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
}

#room-syosai dl{
    text-align: right;
    overflow: hidden;

}
#room-syosai dt {
	background-color: #F0F0F1;
	width: 30%;
    height: 100%;
	float: left;
	clear: both;
	padding-left: 3%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#room-syosai dd {
	width: 64%;
    padding-left: 3%;
    height: 100%;
	margin-left: 33%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.price_table table { width: 100%; margin-top: 25px;}
.price_table th, .price_table td  { padding: 10px; border: 1px solid #E1DFDB; }
.price_table th  { background: #EEEAE3; }
.c_t { background: #F5F3EF; }
/*----------------------------------------------------
  .demo02
----------------------------------------------------*/
.price_table th  { width: 13%; }
.price_table td  { text-align: center; }
.price_table td:first-child  { text-align: left; }
@media only screen and (max-width: 800px) {
  .price_table {
    display: block;
    width: 100%;
    margin: 0 -10px;
  }
  .price_table thead{
    display: block;
    float: left;
    overflow-x:scroll;
  }
  .price_table tbody{
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .price_table th{
    display: block;
    width:auto;
  }
  .price_table tbody tr{
    display: inline-block;
    margin: 0 -3px;
  }
  .price_table td{
    display: block;
  }
}









/*###############################################################################
access
###############################################################################*/
.build_info {
    float: none;
    clear: both;
    padding-top:40px;
}

.build_info dt {
    float: left;
    font-size: 110%;
}

.build_info dd {
    padding-left: 80px;
    font-size: 150%;
}

.build_info dd ul {
    font-size: 70%;
}

#full_table {
    border: solid 1px #4C4841;
    background-color: #F5F5F5;
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
    margin-top: 20px;
    overflow: hidden;
    zoom: 1;


}

#full_table ul{
    margin:10px 10px;
}


.around_place {
}

.around_place li {
    width: 100%;
    margin-bottom: 20px;

}


/*###############################################################################
apply
###############################################################################*/



.apply{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #5C574F;
    padding-bottom: 5px;
    margin-top: 30px;
}

.apply th {
    background-color: #F5F3EF;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    display: block;

}

.apply td {
    display: block;
    margin: 5px 0px;
}

.apply td img{
    max-width: 150px;
    float: right;
    margin-left: 50px;
}

.next {
    float: none;
    display: block;
    text-align: center;
    margin-top: 15px;
}

.next img {
    width: 100px;
}

/*###############################################################################
company
###############################################################################*/

.company_info dt{
    float: left;
    width :30%;
    padding-left: 1px;

}

.company_info dd{
    padding: 0px 0px 5px 31%;
    width :69%;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #5C574F;
    margin-bottom: 15px;
}


/*###############################################################################
company
###############################################################################*/

#privacy2 dd {
    margin:3px 0px 15px 1em;

}


/*###############################################################################
480px 以上で タブレットスタイル
###############################################################################*/

@media all and (min-width: 480px)
{

.service_pic li {
    width: 45%;
    display: inline-block;
    margin: 0px 15px 25px;
}

.around_place {
    margin-right: -5%;
}

.around_place li {
    width: 45%;
    display: inline-block;
    margin-right: 4%;
    text-align: left;

}


}


/*###############################################################################
768px 以上で タブレットスタイル
###############################################################################*/

@media all and (min-width: 768px)
{
#sm_na{
    display: none;
}

header{
    display: none;
}

#innor01{
    display: inherit;
}


#main_copy {
	height: 500px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position:relative;
}

#pc_logo{
    display: inherit;
    width: 220px;
    height: 130px;
    background-color: rgba(255,255,255,0.8);
    padding: 30px 15px 15px;
    text-align: center;
    font-size: 90%;
    float: left;
    -webkit-border-radius:0px 0px 5px 5px;
    -moz-border-radius:0px 0px 5px 5px;
    border-radius:0px 0px 5px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CCC;
}

#pc_logo h1{
    margin: 15px 0px 10px;
}

#head_tel {
    float: right;
    display: inline;
}

#pc_navi {
    display: inherit;
    clear: both;
    float: right;
    margin-top: -70px;
}

#pc_navi li {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    width: 125px;
    height: 50px;
    display: inline-block;
    font-size: 125%;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    font-weight: bold;
}

#pc_navi li span {
    font-size: 70%;
    display: block;
    margin-top: -2px;
    font-weight: normal;
    font-family: "Questrial", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#pc_navi li a{
    color: black;
}

#pc_navi li a:hover{
    color: #E25927;
    background-color: rgba(255,255,255,0.4);
}



#eye_catch{
    padding:0px 0% 10px;
    font-size: 300%;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 340px;
}

#eye_catch span{
    max-width:600px;
    display: block;
    font-size: 35%;
    color: black;

}


#sm_tel001{
    display: none;
}


.in_g{
    display: inherit;
}


#about_small dt{
    float: left;
}

#about_small dd{
    margin-left: 250px;
}


.service_pic li {
    width: 30%;
    display: inline-block;
    margin: 0px 15px 25px;
}

.under_tel{
    display: inherit;
    margin-bottom: 30px;
}

#footer_navi{
    display: inherit;
}


/*###############################################################################
service
###############################################################################*/
#sub_headerline{
    display: inherit;
    overflow: hidden;
    zoom: 1;
}

#back_gray{
    background-color: #E9E9E9;
    height:160px;
}

#innor02{
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    zoom: 1;
}


#side_area{
    display: inherit;
    padding-top: 20px;
}

#side_area ul{
    width: 90%;
    margin: 0px 5% 15px;
}

#side_area ul li{
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

#main_contents{
    margin: auto;
    max-width: 735px;
    float: left;
}


#page_title{
    border-top-style: solid;
    border-top-width: 2px;
    border-color: #E9E9E9;
    font-size: 250%;
    margin-top: 20px;
    padding-top: 10px;
    padding-left:5px;
}

.pic_right{
    float: right;
}

.pic_right img{
    margin-bottom: 20px;
    max-width: 100%;

}

.left_box{
    width: 360px;
}
#time-to{
    width: 360px;
}

#service_box{
    width:360px;
}
#service_icon2 li{
    width: 55px;
    display: inline-block;
    text-align: center;
    line-height:1.2em;
    margin-bottom: 10px;

}


/*###############################################################################
price
###############################################################################*/

#room_pic li{
    overflow: hidden;
    zoom:-1;
}

#room_pic img {
    width:30%;
    float: left;

}

#room-syosai {

	width: 62%;
	height: 100%;
    float: right;
    margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
}


#room_pic li:nth-child(odd) {
}




/*###############################################################################
access
###############################################################################*/

#access_left {
    float:left;
    margin-right: 30px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #5C574F;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}


#access_right {
    float:left;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.around_place {
    margin-right: -25px;
    text-align: center;
}
.around_place li {
    width: 220px;
    display: inline-block;
    margin-right: 25px;
    text-align: left;

}


/*###############################################################################
apply
###############################################################################*/

.apply

.apply table {
    display: table;
}

.apply tr {

}

.apply th {
    width: 23%;
    height: 100%;
    padding: 0px ;
    text-align: center;
    display: table-cell;
    border-spacing: 5px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #5C574F;
    vertical-align: middle;
}

.apply td {
    width: 70%;
    display: table-cell;
    padding: 5px 1% 10px 2%;
}


/*###############################################################################
company
###############################################################################*/

.company_info dt{
    float: left;
    width :18%;
    padding-left: 2%;

}

.company_info dd{
    padding: 0px 0px 5px 20%;
    width :50%;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #5C574F;
    margin-bottom: 15px;
}

}
/*###############################################################################
1000px 以上で タブレットスタイル
###############################################################################*/

@media all and (min-width: 1000px)
{
#innor01{
    width: 1000px;
    margin: 0px auto;
    position: relative;
}


#main_contents_t{
    width: 1000px;
    margin: 0px auto;
}


#main_contents{
    width: 1000px;
    margin: 0px auto;
}

#side_area{
    width: 230px;
    float: right;
    padding-top: 20px;
}

#side_area ul li{
    margin-right: 0px;
    display: inline-block;
}

#side_area ul li img {
    width: 215px;
}

}


/*----------------------------------------------*/
/*                                              */
/* バナー                                     */
/*                                              */
/*----------------------------------------------*/


.banner{
	margin-top: 30px;
	 width: 97%;
   margin-bottom: 30px;
   margin-left: 3%;
   clear: both;
   overflow: hidden;
   overflow-y: hidden;
}
.banner li {
	 margin-right: 30px;
   float: left;
   	 width: 43%;
     margin-bottom: 20px
}

.banner li:last-child {
	 margin-right: 0px
}

.banner li img{
	 width: 100%;
}

@media all and (min-width: 756px)
{
  .banner{
  	margin-top: 30px;
  	display: flex;
     justify-content: center;
  	 width: 100%;
     margin-bottom: 30px;
     margin-left: 0%;
  }

  .banner li img{
  	 width: 210px;
  }
}


/*----------------------------------------------*/
/*                                              */
/* 追加                                     */
/*                                              */
/*----------------------------------------------*/
.fot{
    margin: 50px 0 50px;
}

.fot h3{
    font-size: 130%;
    margin-bottom: 10px;
}