@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html {
  color: #222;
  font-size:20px;
  line-height:1.6;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,sans-serif;
}

body {
  margin: 0;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width:100%;
}

p {
  line-height: 1.8;
  margin: 0 0 1em;
  padding: 0;
}

p:last-child {
    margin: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #000000;
    right: 0px;
    text-align: right;
    font-size: 14px;
}

a {
  text-decoration: none;
}

@media (min-width:640px){
  a:hover,
  .hover:hover {
    opacity: .7;
    text-decoration: none;
  }
}

table{
    border-collapse: collapse;
    margin-top: 0px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.clear{
  clear:both;
}

.pc {
  display: block !important;
}
.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none;
}
.sp-ib {
  display: none !important;
}

.outer-block {
    min-width: 1020px;
    background-image: url(url);
    background-color: #FAF7F7;
}

.inner-block {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1020px;
  background-color: #ffffff;
  border-left: 1px #a6a6a7 solid;
  border-right: 1px #a6a6a7 solid;
}

.inner-block:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#wrapper {
  position: relative;
  background-color: #f3eeee;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/

h1{
  text-align: right;
  padding: 5px 10px 5px 0;
  font-size: 12px;
}

#header .cell02{
  float:left;
  width: 100%;
  height: 192px;
  background-color: #fce7ee;
}

#header .cell02 img{
  float:left;
}

#header .logo{
  display: block;
  padding: 0;
  float: left;
}

#header .main_head_visual{
  display: block;
  float: right;
}

#header .main_head_visual img{
  max-width: 800px;
}


/*------------------------------------------------------------------------------
  top
------------------------------------------------------------------------------*/
#mv{
  background-color: #ffffff;
  width: 1000px;
  height: 310px;
}

#navi{
  border-top: #dddddd 1px solid;
  border-bottom: #dddddd 1px solid;
  height: 46px;
  background-image: url(../img/common/gnavi_bg.png);
}

#navi p{
  float: left;
  color: #333333;
}

.navi-ul{
  float: right;
}

#navi li{
  height: 46px;
  line-height: 46px;
  float: left;
  border-left: #aaaaaa 1px solid;
  display: block;
  cursor: pointer;
}

#navi li:hover{
  height: 46px;
  background-color: #e3f2f7;
  opacity: 1;
  position: relative;
}

#navi li:hover:before{
  content: "";
  position: absolute;
  background: url(../img/common/gnavi_hover_line.png);
  background-size: 100%;
  width:3px;
  height:41px;
  left:4px;
  top:3px;
}

#navi li a:hover{
  opacity: 1;
}

#navi li a{
  color: #333333;
  display: block;
  height: 100%;
  padding: 0 20px 0 20px;
}


#navi .company_name{
  margin: 15px 10px 10px 10px;
  font-size: 14px;

}

#main{
  float: right;
  width: 710px;
  margin: 20px 30px 0 0;
}

#main-content{
  padding:10px;
}

#main-content .inner-block{
  background-color: #ffffff;
  border-left: 1px #a6a6a7 solid;
  border-right: 1px #a6a6a7 solid;
}

#main .idea_area{
  border: #f19ec2 2px solid;
  border-radius: 10px;
  background: url(../img/top/idea_bg.png) no-repeat;
  margin-bottom: 20px;
  background-position: center center;
}

#main .idea_area p{
    margin: 30px 86px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #000000;
    font-size: 20px;
    text-align: left;
}

#main .name_list{
  width: 600px;
  text-align: center;
  border: solid 1px #9f9fa0;
  background-color: #f9f2f3;
}

#main .name_list a{
  text-decoration: underline;
  color: #333333;
}

#main .name_list th{
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background-color: #f49f2d;
}

#main .name_list td{
    font-size: 18px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    height: auto;
    width: auto;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}

#main .name_list td a:hover{
  text-decoration: none;
  opacity: 1;
}

h2.rinen{
  background: url(../img/common/h2_bg.png) no-repeat;
  background-size: 100%;
  border-radius: 10px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

#main .basic_title{
  line-height: 1.5;
  margin: 0 0 0.2em;
  padding: 0;
}

#main .basic_list{
  border-top: 1px #333333 solid;
  padding: 10px 0 10px 0;
  border-bottom: 1px #333333 solid;

  margin-bottom: 30px;
}

#main .basic_list li{
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 30px;
}

#main .block01 .news_text{
	float: left;
	width: 450px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	height: 165px;
	border: 1px solid #FB0094;
	border-radius: 10px;
	margin: 0 20px 30px 20px;
	overflow: auto;
}

#main .block01 .news_text p{
    font-size: 20px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #000000;
    text-align: left;
}


#main .block01{
  margin-bottom: 30px;
}

.block02{
	width: 550px;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: auto;
}

#main .block02 tr{
  width: 600px;
}


#main .news_title{
	background-image: url(../img/common/gnavi_bg.png);
	height: 60px;
	margin-bottom: 10px;
	line-height: 42px;
	font-size: 20px;
	padding-left: 50px;
	position: relative;
	color: #FF0509;
	font-weight: bold;
}

#main .news_title:before{
  content: "";
  position: absolute;
  background: url(../img/common/main_icon_01.png);
  background-size: 100%;
  width:22px;
  height:21px;
  left:10px;
  top:13px;
}

#main .service_title{
	width: 598px;
	height: 35px;
	line-height: 35px;
	text-indent: 38px;
	position: relative;
	background-color: #ef845d;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
  margin-bottom:0;
  border: solid 1px #9f9fa0;
}

#main .service_title:before{
  content: "";
  position: absolute;
  background: url(../img/common/side_arrow02.png) no-repeat;
  background-size: 100%;
  width: 31px;
  height: 32px;
  top: 2px;
  left: 2px;
}


#side{
  margin-top: 20px;
  float: left;
  width:228px;
}

#side .banner{
  margin-bottom: 20px;
}

#side .side_tl01{
  height: 35px;
  line-height: 37px;
  padding-left: 38px;
  position: relative;
  background-color: #ef845d;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
}


#side .side_tl01:before{
  content: "";
  position: absolute;
  background: url(../img/common/side_arrow02.png) no-repeat;
  background-size: 100%;
  width: 31px;
  height: 32px;
  top: 1px;
  left: 2px;
}

#side .side_tl02:before{
  content: "";
  position: absolute;
  background: url(../img/common/side_arrow02.png) no-repeat;
  background-size: 100%;
  width: 31px;
  height: 32px;
  top: 1px;
  left: 2px;
}

#side_tl01 li{
  background:url(../img/common/side_btn.png) no-repeat;
  width: 213px;
  height: 52px;
  display: block;
}

#side .side_tl02 a{
  display: block;
  height: 35px;
  line-height: 35px;
  padding-left: 38px;
  position: relative;
  background-color: #77bd47;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

#side .side_tl02 a:before{
  content: "";
  position: absolute;
  background: url(../img/common/side_arrow03.png) no-repeat;
  background-size: 100%;
  width: 31px;
  height: 32px;
  top: 2px;
  left: 2px;
}

#side .side_menu{
  border: #727171 1px solid;
  margin-bottom: 20px;
}

#side .side_menu li{
  height: 52px;
  line-height: 1.2;
  display: block;
  color: #595757;
  position: relative;
  background:url(../img/common/side_btn.png) no-repeat;
  padding-left: 22px;
  cursor: pointer;
  border-bottom: #dddddd 1px solid;
}

#side .side_menu li a{
  color: #595757;
  font-size: 17px;
}

#side .side_menu li:hover{
  background:none;
  background-color: #e3f2f7;
}

#side .side_menu li a:hover{
	opacity: 1;
	font-size: 14px;
}


#side .side_menu li:before{
  content: "";
  position: absolute;
  background: url(../img/common/side_btn_arrow.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 16px;
  left: 9px;
  top: 17px;
}

#side li .btn_text_1{
  display: block;
  font-size: 14px;
  padding-top: 10px;
  
}

#side li .btn_text_2{
  display: block;
  font-size: 14px;
  padding-top: 10px;
  color: #595757;
}

#side li .btn_text_2{

  font-size: 17px;
  margin: 0;
  margin-bottom: 10px;
  color: #595757;
}


#footer{
  border-top: #0063b2 7px solid;
  padding: 10px;
}

#footer li a{
  float: left;
  color: #333333;
  border-left:#333333 1px solid;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

#footer li:first-child a{
  border-left: none;
}


#footer .copyright{
	font-size: 15px;
	float: right;
	display: block;
}

#footer ul {
  display: block;
  float: left;
  list-style: none;
  margin-bottom: 40px;
  width: 660px;
}

#pagetop{
  display: block;
  float: right;
  margin: 0 0 10px 0;
}


/*------------------------------------------------------------------------------
  sakura
------------------------------------------------------------------------------*/

#under_main .text_green{
    color: #8fc31f;
    font-size: 19px;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

#under_main .text_green:after{
  content: "";
  position: absolute;
  background: url(../img/sakura/main_text_bg.png);
  background-size: 100%;
  width:119px;
  height:153px;
  right:-5px;
  top:69px;
}

#under_main .service_name{
  font-size: 17px;
}

#under_main .facility_info{
    border-left: #595757 5px solid;
    padding-left: 5px;
    font-size: 20px;
}

#under_main .facility_info.style01{
  float: left;
  margin-right: 30px;
}

.block01_sakura .sub_text{
  font-size: 18px;
  float: left;
}

#under_main .facility_info_2{
  border-left: #595757 5px solid;
  margin: 10px;
  padding-left: 5px;
  font-size: 20px;
  margin-bottom: 20px;
}

#under_main .facility_area{
  border: #37a436 2px solid;
  margin-bottom: 20px;
  padding: 5px;
  display: block;
}

#breadcrumb{
  font-size: 10px;
  margin-bottom: 10px;
}

#breadcrumb li{
  float: left;
}

#under_main{
    float: right;
    width: 750px;
    margin-top: 0;
    margin-right: 5px;
    margin-left: 10px;
    margin-bottom: 0;
}

#under_main_tushin{
    float: right;
    width: 900px;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
}

#breadcrumb ul li{
  font-size: 12px;
  float:left;
  position:relative;
  padding-left:25px;
  color:#333333;
}

#breadcrumb ul li:first-child{
  padding-left:0;
}

#breadcrumb ul li:first-child:after{
  display:none;
}

#breadcrumb ul li:after{
  content:"＞";
  position:absolute;
  left:5px;
  top:0;
  bottom:0;
  margin:auto;
}

#breadcrumb ul li a{
  color: #333333;
  text-decoration:underline;
}

#breadcrumb ul li a:hover{
  text-decoration:none;
}

#side_2{
  margin-top: 0;
  margin-left: 10px;
  float: left;
  width:215px;
}

#side_2 .banner{
  margin-bottom: 20px;
}

#side_2 .side_tl01{
  height: 35px;
  line-height: 35px;
  padding-left: 38px;
  position: relative;
  background-color: #ef845d;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

#side_2 .side_tl01:before{
  content: "";
  position: absolute;
  background: url(../img/common/side_arrow02.png) no-repeat;
  background-size: 100%;
  width: 31px;
  height: 32px;
  top: 1px;
  left: 2px;
}

#side_2 .side_tl01 li{
  background:url(../img/common/side_btn.png) no-repeat;
  width: 213px;
  height: 52px;
  display: block;
}

#side_2 .side_tl02 a{
  display: block;
  height: 35px;
  line-height: 35px;
  padding-left: 38px;
  position: relative;
  background-color: #77bd47;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

#side_2 .side_tl02 a:before{
  content: "";
  position: absolute;
  background: url(../img/common/side_arrow03.png) no-repeat;
  background-size: 100%;
  width: 31px;
  height: 32px;
  top: 2px;
  left: 2px;
}

#side_2 .side_menu{
  border: #727171 1px solid;
  margin-bottom: 20px;
}

#side_2 .side_menu li{
  line-height: 1.2;
  display: block;
  color: #595757;
  position: relative;
  background:url(../img/common/side_btn.png) no-repeat;
  cursor: pointer;
  border-bottom: #dddddd 1px solid;
}

#side_2 .side_menu li a{
  color: #595757;
  font-size: 17px;
  display: block;
  padding-left: 22px;
  height: 52px;
}

#side_2 .side_menu li:hover{
  background:none;
  background-color: #e3f2f7;
}

#side_2 .side_menu li a:hover{
  opacity: 1;
}


#side_2 .side_menu li:before{
  content: "";
  position: absolute;
  background: url(../img/common/side_btn_arrow.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 16px;
  left: 7px;
  top: 17px;
}

#side_2 li .btn_text_1{
  display: block;
  font-size: 14px;
  padding-top: 10px;
  color: #595757;
}

#side_2 li .btn_text_2{

  font-size: 15px;
  margin: 0;
  margin-bottom: 10px;
  color: #595757;
}

.facility_area img{
  margin: 10px 0 10px 8px;
}

.facility_area .img01{
  float: left;
}

#under_main .block01{
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
}

td{
    width: 100px;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    border-collapse: collapse;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #333333;
    border: 1px solid #f19b00;
    background-color: #f4f5f6;
}


td.type2{
    width: 250px;
    height: 50px;
    color: #ffffff;
    background-color: #f19b00;
    box-sizing: border-box;
    text-align: center;
    border-collapse: collapse;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    border-top: 1px solid #f19b00;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #f19b00;
    border-left: 1px solid #f19b00;
}

td.type3{
    width: 250px;
    height: 50px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #f19b00;
    box-sizing: border-box;
    text-align: center;
    border-collapse: collapse;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

td.type33{
    width: 250px;
    height: 50px;
    color: #ffffff;
    background-color: #f19b00;
    box-sizing: border-box;
    text-align: center;
    border-collapse: collapse;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    border-top: 1px solid #f19b00;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #f19b00;
}

td.type4{
    width: 250px;
    height: 50px;
    color: #000000;
    background-color: #DEDDDC;
    border: 1px solid #f19b00;
    box-sizing: border-box;
    text-align: center;
    border-collapse: collapse;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-bottom: 5px;
}

td.type{
    width: 120px;
    height: 50px;
    color: #ffffff;
    background-color: #f19b00;
    border: #ffffff 1px solid;
    box-sizing: border-box;
    text-align: center;
    border-collapse: collapse;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}
td.type.first{
  border-left: solid 1px #f19b00;
}

td.type.last{
  border-right: solid 1px #f19b00;
}

td.type_narita_price_total.last{
  border-right: solid 1px #f19b00;
}

td.price{
  width: 99px;
  padding: 5px 0 5px 0;
  height: 50px;
  background-color: #ffffff;
  color: #333333;
  border:#dddddd 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
}

td.period{
  width: 99px;
  padding: 5px 0 5px 0;
  height: 50px;
  background-color: #ffffff;
  font-size: 14px;
  color: #333333;
  border:#dddddd 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
}

.place_photo img{
  display: block;
  margin: 0 auto;
}

.facility_area li{
  display: block;
  float: left;
}

.bottom_name .address{
  text-align: center;
  margin-bottom: 30px;
  line-height: 28px;

}

.bottom_name .bottom_company_name{
  font-size: 18px;
  float: left;
}

.bottom_name .bottom_company_name:first-child{
  margin: 27px 18px 0 0;
}

.bottom_name .bottom_company_name.type01:first-child{
	line-height: 1.2;
	margin-top: 20px;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 0;
}


.bottom_name a{
  color: #333333;
  text-decoration: underline;
}

.bottom_name a:hover{
  text-decoration: none;
  opacity: 1;
}




/*------------------------------------------------------------------------------
  r_murakami
------------------------------------------------------------------------------*/
.btn_dayservice{
  background:url(../img/common/btn_02_02.png) no-repeat;
  position: relative;
}

.facility_area .left_photo{
  width: 500px;
  float: left;
}

.facility_area .right_photo{
  width: 240px;
  float: right;
}

.right_photo .photo-margin.first{
  margin:0;
}

.right_photo .photo-margin{
  margin:8px 0 0;
  display: inline-block;
}

.right_photo .photo-margin2{
  margin: 10px 0 1px;
}

.small_text{
  display: inline-block;
  font-size: 12px;
}

.small_text2{
  display: inline-block;
  font-size: 12px;
}

.small_text3{
  display: inline-block;
  font-size: 12px;
}

.small_text4{
  display: inline-block;
  font-size: 12px;
}

.small_text5{
    display: inline-block;
    font-size: 12px;
    text-align: left;
}

.middle_text{
  font-size: 15px;
}

#under_main .facility_info_3{
    border-left: #595757 5px solid;
    padding-left: 5px;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

td.type1{
  width: 130px;
  padding: 5px 0 5px 0;
  height: 100px;
  color: #ffffff;
  background-color: #f19b00;
  border: #ffffff 1px solid;
  border-left:#f19b00 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
}

td.type.last{
  border-right:#f19b00 1px solid;
}

td.detail1{
  width: 200px;
  padding: 5px 0 5px 0;
  background-color: #f8e9c9;
  color: #333333;
  border:#f19b00 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
  font-size: 14px;
}

td.detail2{
  width: 144px;
  padding: 5px 0 5px 0;
  background-color: #f8e9c9;
  color: #333333;
  border:#f19b00 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
  font-size: 14px;
}


td.price1{
    width: 99px;
    height: auto;
    background-color: #f4f5f6;
    color: #333333;
    border: #f19b00 1px solid;
    box-sizing: border-box;
    text-align: center;
    border-collapse: collapse;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}

td.price2{
    width: 99px;
    height: auto;
    background-color: #ffffff;
    color: #333333;
    border: #f19b00 1px solid;
    box-sizing: border-box;
    text-align: center;
    border-collapse: collapse;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}


/*------------------------------------------------------------------------------
  sitemap
------------------------------------------------------------------------------*/
.sitemap_box{
  width:720px;
  margin: 0 auto;
  border: solid 1px #000;
  margin-top: 70px;
  font-size: 18px;
}

.sitemap_box li{
  height:34px;
  padding-left: 200px;
}

.sitemap_box .top{
  padding-left: 74px;
}

.sitemap_box a{
  color:#000;
  text-decoration: underline;
}

.sitemap_box .odd{
  background-color: #dfdfdf;
}

/*------------------------------------------------------------------------------
  kyujin
------------------------------------------------------------------------------*/
.main_text{
    padding-top: 0;
    padding-right: 80px;
    padding-bottom: 0;
}

.table_style01{
  width: 720px;
  font-size: 18px;
  margin: 0 auto;
  border:solid 1px #9f9fa0;
}

.table_style01 th{
  width: 110px;
  padding:6px 0;
  background-color: #DEDFDF;
  border:solid 1px #9f9fa0;
  vertical-align: top;
  height:18px;
}

.table_style01 td{
  padding:6px 15px;
  border:solid 1px #9f9fa0;
  text-align: left;
  height:24px;
  font-size: 16px;
}

.table_style01 .cell_01{
  width:200px;
}

.table_style01 .cell_02{
  text-align: center;
}

.table_style04{
  width: 720px;
  font-size: 18px;
  margin: 0 auto;
  border:solid 1px #9f9fa0;
}

.table_style04 th{
  width: 80px;
  padding:6px 0;
  background-color: #DEDFDF;
  border:solid 1px #9f9fa0;
  vertical-align: top;
  height:18px;
  font-weight: normal;
  text-align: center;
}

.table_style04 td{
  padding:6px 15px;
  border:solid 1px #9f9fa0;
  text-align: left;
  height:24px;
  font-size: 16px;
}

.table_style04 .cell_01{
  width:200px;
}

.table_style04 .cell_02{
  text-align: center;
}

/*------------------------------------------------------------------------------
  company
------------------------------------------------------------------------------*/

.table_style01.add_style1{
  font-size:16px;
  margin-bottom: 40px;
}

.table_style01.add_style1 th{
  width: 50px;
  border-right: none;
}

.table_style01.add_style1 td{
    border-left: none;
    font-size: 15px;
}

.table_style01.add_style1 .under{
  color:#000;
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
  nonoka
------------------------------------------------------------------------------*/
.text_blue{
  color: #036EB8;
  text-align: center;
  font-weight: bold;
  padding:5px 0 ;
}

.box_area01{
  border:solid 1px #E4007F;
  padding:20px;
  margin-bottom: 30px;
}

.box_area01 li{
 margin-bottom: 20px;
 position: relative;
 padding-left:20px;
}

.box_area01 li:before{
  content:"●";
  position: absolute;
  top:0;
  left:0;

}

.box_area01 .last{
  margin-bottom: 5px;
}

.box_area02_title{
  color:#fff;
  background-color: #8fc31f;
  border-radius: 7px 7px 0 0;
  text-align: center;
  margin-bottom: -10px;
  font-size: 24px;
  font-weight: bold;
}

.box_area02{
  border: solid 2px #8fc31f;
  border-radius: 7px;
  padding:20px;
  margin-bottom: 20px;
}

.box_area02 .sub_title{
  border-left: solid 7px #595757;
  margin-bottom: 10px;
  padding-left:5px;
  font-weight: bold;
}

.box_area02 .text{
  margin: 0 0 20px 10px;
}

.box_area02 .text.last{
    margin-bottom: 10px;
    text-align: left;
}

.box_area03_title{
	color: #fff;
	background-color: #EC9CA9;
	border-radius: 7px 7px 0 0;
	text-align: center;
	margin-bottom: -10px;
	font-size: 24px;
	font-weight: bold;
}

.box_area03{
  border: solid 2px #EC9CA9;
  border-radius: 7px;
  padding:20px;
  margin-bottom: 20px;
}
.block01 .text_img01{
  margin-bottom: 20px;
}

.block01 .contact_box{
    margin-bottom: 20px;
}

.block01 .contact_box span{
  text-align: center;
  display: block;
  line-height: 1.4;
}

.block01 .contact{
  font-weight: bold;
}

.block01 .contact_tel{
  font-size: 40px;
  color:#036EB8;
  font-weight: bold;
  margin: -7px 0 10px;
}

.block01 .station_name{
  margin: 3px 0 10px;
  text-align: center;
}

.rinen.title2{
  margin-bottom: 30px;
}

.contact_box .mail{
  color:#000;
  text-decoration: underline;
}
/*------------------------------------------------------------------------------
  kojin
------------------------------------------------------------------------------*/
.block01.protection{
  padding: 0 10px;
}

.block01.protection p{
  font-size: 16px;
}

.protection_title{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin:20px 0 40px;
}

.protection_text{
  font-size: 16px;
}

.protection_text li{
  margin-bottom: 40px;
}

.protection_text li p{
  margin-bottom: 10px;
}

.block01.protection .last_text_box{
  text-align: right;
}

.block01.protection .last_text{
  display: inline-block;
  text-align: left;
}

/*------------------------------------------------------------------------------
  m_yasuragi
------------------------------------------------------------------------------*/
.rinen.yasuragi{
  margin: 0;
}

.text_blue.style2{
  margin: 0;
}

.block01.m_yasuragi .main_text{
    font-size: 20px;
    color: #128825;
    padding: 0 20px;
    text-align: left;
}

.block01.m_yasuragi .facility{
  border:solid 1px #37A436;
  padding:15px;
}

.block01.m_yasuragi .facility .left_img{
  float: left;
}

.block01.m_yasuragi .facility .right_img{
  float: right;
}

.block01.m_yasuragi .facility .top{
  margin-bottom: 20px;
}

.block01.m_yasuragi .use_target_text{
  font-size: 18px;
}

.facility_info.fee span{
    font-size: 14px;
    padding-left: 0px;
    clip: rect(auto,0px,auto,auto);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.table_style02{
  color: #fff;
  text-align: center;
  border: solid 1px #F19B00;
}

.table_style02 th{
background-color: #F19B00;
border-right:solid 1px #fff;
border-left:solid 1px #fff;
font-size: 18px;
font-weight: normal;
padding:5px 0 ;
}

.table_style02 td{
color:#000;
border:solid 1px #F19B00;
padding:3px 0;
height: 40px;
font-size: 16px;
}

.table_style02 .main{
width: 132px;
font-size: 20px;
}

.table_style02 .th_last{
  border-right:solid 1px #F19B00;
}

.block01.address_box .day_service{
  display: inline-block;
  padding-top: 30px;
}

.block01.address_box .address{
  margin-top: 20px;
}

.block01.address_box .title{
  text-align: center;
}

/*------------------------------------------------------------------------------
  takatsu
------------------------------------------------------------------------------*/

.block01.takatsu .box_area01{
  border:solid 1px #37A436;
}

.block01.takatsu .table_style03{
  width:600px;
  border:solid 2px #F19B00;
  margin: 0 auto;
}

.block01.takatsu .table_style03 th{
  background-color: #F19B00;
  color:#fff;
  padding:10px 0;
}

.block01.takatsu .table_style03 td{
  border:solid 1px #F19B00;
}

.block01.takatsu .table_style03 .orange{
  background-color: #EA5514;
  color:#fff;
}

.block01.takatsu .table_style03 .border{
  background-color: #F4F5F6;
}

.block01.takatsu .table_style03 .small_text{
  font-size: 14px;
}

.block01.takatsu .table_style03 .left{
  width:50px;
}

.block01.takatsu .table_style03 .right{
  font-weight: bold;
}

.block01.takatsu .fee_box{
  text-align: center;
}

.block01.takatsu .fee_text{
  font-size: 16px;
  display: inline-block;
  text-align: left;
}

.block01.takatsu .fee_text2{
  font-size: 16px;
  display: inline-block;
  text-align: left;
}

.block01.takatsu .fee_text5{
  font-size: 16px;
  display: inline-block;
  text-align: left;
}

/*------------------------------------------------------------------------------
  katsutadai
------------------------------------------------------------------------------*/
.basic_policy{
  margin-top: 10px;
  font-size: 20px;
  color:#128825;
  padding:0 20px 0 40px;
  position: relative;
}

.basic_policy:before{
  content:"1.";
  display: block;
  position: absolute;
  top:0;
  left:20px;
}

.basic_policy.number2{
	margin-top: 0;
	color: #128825;
}

.basic_policy.number2:before{
  content:"2.";
}

.block01.m_yasuragi .facility.katsutadai{
  padding: 20px 30px;
}

.block01.katsutadai .training{
  border: solid 1px #37A436;
  padding:18px;
}

.recreation{
  padding:20px;
  border:solid 1px #37A436;
}

.recreation .left_box{
  float: left;
}

.recreation .left_box{
  float: right;
}

.block01.m_yasuragi .table_sub{
  font-size: 16px;
}
/*------------------------------------------------------------------------------
  toraiasu
------------------------------------------------------------------------------*/
.block01.toraiasu .main_text{
    font-size: 19
		px;
    color: #128825;
    padding: 0 20px;
    text-align: left;
}
.basic_policy{
  margin-top: 10px;
  font-size: 20px;
  color:#128825;
  padding:0 20px 0 40px;
  position: relative;
}

.basic_policy:before{
  content:"1.";
  display: block;
  position: absolute;
  top:0;
  left:20px;
}

.basic_policy.number2{
	margin-top: 0;
	color: #128825;
}

.basic_policy.number2:before{
  content:"2.";
}

.block01.m_yasuragi .facility.katsutadai{
  padding: 20px 30px;
}

.block01.katsutadai .training{
  border: solid 1px #37A436;
  padding:18px;
}

.recreation{
  padding:20px;
  border:solid 1px #37A436;
}

.recreation .left_box{
  float: left;
}

.recreation .left_box{
  float: right;
}

.block01.m_yasuragi .table_sub{
  font-size: 16px;
}

/*------------------------------------------------------------------------------
  d_murakami
------------------------------------------------------------------------------*/

.facility_area02 .box1{
  font-size: 14px;
  float: left;
  width:344px;
}

.facility_area02 .box2{
  float: left;
  width: 150px;
}

.facility_area02 .box3{
  float: left;
  width: 258px;
  position: relative;
}

.facility_area02 .share01{
  float: left;
}

.facility_area02 .share02{
  float: left;
  padding-left: 14px;
}

.facility_area02 .point_title{
  width:144px;
  height: 25px;
  color:#fff;
  background-color: #37A436;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top:7px;
  right:0;
  left:0;
  margin: auto;
}

.facility_area02 .point_box{
  border:solid 1px #37A436;
  padding:20px 8px 10px;
  margin-top: 20px;
  border-radius: 5px;
}

.facility_area02 .point_box li{
  color:#37A436;
  margin-bottom: 5px;
  position: relative;
  font-size: 14px;
  padding-left: 15px;
}

.facility_area02 .point_box li:before{
  content:"●";
  position: absolute;
  top:0;
  left:0;
}

.block01.d_murakami .photo_box{
  margin-top: 20px;
}

.block01.d_murakami .photo{
  float: left;
  margin-right: 10px;
}

.block01.d_murakami .photo.last{
  margin-right: 0px;
}

.block01.d_murakami .detail_box{
  margin-top: 10px;
  font-size: 14px;
}

.block01.d_murakami .detail_box .detail_left{
  float: left;
  margin-right: 10px;
  width:55%;
}

.block01.d_murakami .detail_box .detail_left li{
  margin-bottom: 11px;
  letter-spacing: -0.07em;
}

.block01.d_murakami .detail_box .detail_right{
  float: left;
  width:40%;
}

.block01.d_murakami .detail_box .detail_right li{
  position: relative;
  padding-left: 15px;
}

.block01.d_murakami .detail_box .detail_right li:before{
  content:"●";
  position: absolute;
  top:0;
  left:0;
}

.block01.d_murakami .detail_box .detail_right .last:before{
  content:"";
}

.bottom_name .bottom_company_name.d_murakami{
  margin: 27px 18px 0 0;
  padding-left: 60px;
}

/*------------------------------------------------------------------------------
  r_murakami
------------------------------------------------------------------------------*/

.facility_area img{
  margin: 10px 0 10px 0;
}

.facility_area .right_photo{
  width: 225px;
  float: right;
}

.facility_area .left_photo{
  width: 730px;
  float: left;
  margin-left: 5px;
}

#under_main .text_green_nobg{
    color: #37a436;
    font-size: 17px;
    position: relative;
    margin-bottom: 0;
    text-align: left;
}

#under_main .text_green_nobg2{
    color: #37a436;
    font-size: 17px;
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

#under_main .facility_info2{
  border-left: #595757 5px solid;
  width: 300px;
  padding-left: 5px;
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
  float: left;
}

.btn_dayservice a{
  text-indent: 33px;
  font-size: 16px;
  line-height: 38px;
  color: #333333;
  display: block;
  width: 276px;
  height: 38px;
  border-radius: 7px;
  float: right;
  background:url(../img/common/btn_02_02.png) no-repeat;
  position: relative;
}


.btn_dayservice a:after{
  content: "";
  position: absolute;
  background: url(../img/common/btn_02_arrow.png);
  background-size: 100%;
  width:12px;
  height:16px;
  right: 7px;
  top: 10px;
}

h2.home_name2{
  background: url(../img/common/h2_bg02.png) no-repeat;
  background-size: 100%;
  border-radius: 10px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.vehicle{
  color:#666666;
  margin: 0 0 0;
  line-height: 1.3;
  padding:0;
  font-weight: bold;
}

.feature p{
  color: #37a436;
  line-height: 1.8;
  margin: 0;
  padding-left:20px;
  width: 700px;
}

.feature .feature_text{
  padding-left: 100px;
}

.green_mincho_text{
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3";
  text-align: center;
  color: #37a436;
  line-height: 1;
  margin: 0 0 10px 0;
  padding-left:20px;
  width: 700px;
}

.hope_text{
  font-size: 18px;
  text-align: center;
}

.feature{
  margin-top: 20px;
  padding: 20px 10px 10px 10px;
  border: #37a436 1px solid;
  border-radius: 10px;
  position: relative;
  top:-7px;
  display: block;
  margin-bottom: 20px;
}

.feature .feature_title{
  content: "";
  color: #ffffff;
  width: 300px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: #37a436;
  padding-left: 0px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: -14px;

}

.feature li{
  color: #37a436;
  text-indent: -1em;
  padding-left: 1em;
  padding-left: 36px;
}

td.type_narita_price_basic{
  width: 300px;
  padding: 5px 0 5px 0;
  height: 50px;
  color: #ffffff;
  background-color: #f19b00;
  border: #ffffff 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
}

td.type_narita_price{
  width: 200px;
  padding: 5px 0 5px 0;
  height: 50px;
  color: #ffffff;
  background-color: #f19b00;
  border: #ffffff 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
}

td.type_narita_price3{
  width: 200px;
  padding: 5px 0 5px 0;
  height: 50px;
  color: #ffffff;
  background-color: #f19b00;
  border: #ffffff 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
}

td.type_narita_price4{
  width: 200px;
  padding: 5px 0 5px 0;
  height: 50px;
  color: #ffffff;
  background-color: #f19b00;
  border: #ffffff 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
}

td.type_narita_price5{
  width: 200px;
  padding: 5px 0 5px 0;
  height: 50px;
  color: #ffffff;
  background-color: #f19b00;
  border: #ffffff 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
}

td.type_narita_price_total{
  width: 155px;
  padding: 5px 0 5px 0;
  height: 50px;
  color: #ffffff;
  background-color: #f19b00;
  border: #ffffff 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
}

td.detail2_narita{
  width: 130px;
  padding: 5px 0 5px 0;
  background-color: #f8e9c9;
  color: #333333;
  border:#f19b00 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
  font-size: 12px;
}

td.price1_narita{
  width: 99px;
  padding: 5px 0 5px 0;
  height: 50px;
  background-color: #f4f5f6;
  color: #333333;
  border:#f19b00 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
  font-size: 17px;
}

td.price2_narita{
    width: 99px;
    height: auto;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #f19b00;
    box-sizing: border-box;
    text-align: center;
    border-collapse: collapse;
    font-size: 17px;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}

td.price3_narita{
  width: 229px;
  padding: 5px 0 5px 0;
  height: 50px;
  background-color: #ffffff;
  color: #333333;
  border:#f19b00 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
  font-size: 17px;
}

td.price4_narita{
  width: 229px;
  padding: 5px 0 5px 0;
  height: 50px;
  background-color: #ffffff;
  color: #333333;
  border:#f19b00 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
  font-size: 17px;
}

td.total_narita{
  width: 130px;
  padding: 5px 0 5px 0;
  background-color: #f8e9c9;
  color: #333333;
  border:#f19b00 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
  font-size: 20px;
}

h2.home_name3{
  background: url(../img/common/h2_bg02.png) no-repeat;
  background-size: 100%;
  border-radius: 10px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
}

.h2_btn a{
  content: "";
  color: #333333;
  position: absolute;
  top: 0;
  right: 30px;
  width: 210px;
  height: 44px;
  font-size: 16px;
}

.h2_btn a:after{
  content: "";
  background:url(../img/common/btn_02_arrow.png) no-repeat;
  position: absolute;
  top: 14px;
  right: -14px;
  width: 12px;
  height: 16px;
}

#under_main .facility_area2{
  border: #37a436 2px solid;
  margin-bottom: 35px;
  padding: 5px;
  display: block;
}


.facility_area2 .right_photo{
  width: 225px;
  float: right;
}

.facility_area2 .left_photo{
  width: 735px;
  float: left;
  margin-left: 5px;
}

.left_photo .photo-margin{
  margin: 5px 0 0 12px;
  display: inline-block;
  vertical-align: top;
}

.left_photo .photo-margin.first{
  margin: 5px 0 0 0;
}

/*------------------------------------------------------------------------------
  sakura
------------------------------------------------------------------------------*/

td.price_ore{
  width: 99px;
  padding: 5px 0 5px 0;
  height: 50px;
  background-color: #ffffff;
  color: #333333;
  border: #f19b00 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
}

td.period_ore{
  width: 99px;
  padding: 5px 0 5px 0;
  height: 50px;
  background-color: #ffffff;
  font-size: 14px;
  color: #333333;
  border:#f19b00 1px solid;
  box-sizing:border-box;
  text-align: center;
  border-collapse:collapse;
}

#under_main .block01_sakura{
  display: block;
  margin-bottom: 30px;
}

/*------------------------------------------------------------------------------
  sasaeai
------------------------------------------------------------------------------*/
.block01.sasaeai .last_sub{
  margin: 15px 0 0 0px;
}


/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.clearfix:after{
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
  overflow:hidden;
}

/*========= ページトップのためのCSS ===============*/

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	border-radius: 5px;
}

#page-top a:hover{
	
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}


/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: normal;
    padding-top: 2%;
    padding-right: 3%;
    padding-left: 50px;
    padding-bottom: 2%;
    transition: all .5s ease;
    font-size: 26px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #FD8106;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;
}
li section .box {
}
li section .box {
}
.inner-block #header .cell02.clearfix {
}
.inner-block #header .cell02.clearfix {
}
.inner-block #header .cell02.clearfix {
}
.inner-block #header .cell02.clearfix {
}
