@charset "utf-8";

/*-----------------------------------------------------------------------/
* cmn_style.css
* version --- 1.0
* updated --- 2018/01/23
/*----------------------------------------------------------------------*/

#machikado #main{
	background:url(/image.jsp?hebel/area/shizuoka/ashitanomori/machikado/img/mainimg_machikado.jpg) no-repeat center center;	
	padding:160px 0 60px;
	position:relative;
	background-size:cover;
}
#machikado #main h1{
	position:relative;
	text-indent: -9999px;
	background: url(/image.jsp?hebel/area/shizuoka/ashitanomori/machikado/img/h1_machikado.png) no-repeat left center;
	max-width:820px;
    width: 90%;
	height:160px;
}

.machikado-contents{
    margin: auto;
    padding: 50px 0;
    max-width: 1000px;
    width: 95%;
}

.machikado-contents .bnr {
  margin: 30px auto 0;
  max-width: 770px;
  width: 90%;
}
.machikado-contents .bnr img { width: 100%; height: auto; }

.machikado-contents .read{
    text-align: center;
    font-size: 16px;
    line-height: 200%;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.machikado-contents .read span.aw{display: inline-block;}
.machikado-contents .read:first-of-type {padding-bottom:20px;}

.txt01 {
    margin-top: 30px;
    text-align: center;
}
.txt01 img{
    width: 90%;
    max-width: 533px;
}
.txt02 {
/*    margin-top:20px;*/
    text-align: center;
}

.txt02 img{
/*    height: 57px;*/
    width: auto;
    margin: 5px 4px 0;
}
h3.txt02 img{
    vertical-align: bottom;
}
h4.txt02 {
    margin-top: 5px;
}
h4.txt02 + p {
    display: block;
    max-width:770px;
    margin:20px auto 0;
    text-align: center;
}

.img01{
    margin-top: 50px;
}
.img01 img{
    width: 100%;
    height: auto;
}


.img02{
    margin-top: 40px;
}
.img02 img{
    width: 100%;
    height: auto;
}
.img02 .sp{
    display: none;
}

.merit_list {
    margin:20px auto;
    width:100%;
    padding:0;
}
.merit_list li {
    display:inline-block;
    margin:0 1% 8px 0;
    width:32%;
    padding:0;
    vertical-align:text-top;
}
.merit_list li:nth-of-type(3n) {
    margin-right:0;
}
.merit_list li dl {
    width:100%;
    padding:2%;
}
.merit_list li dl dt {
    vertical-align: text-bottom;
    width:100%;
    text-align:left;
    font-size: 16px;
    line-height:140%;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color:#b28247;
    padding:1.4em 4px 4px;
    border-bottom:1px solid #b28247;
}
.merit_list li.dt_double dl dt {padding-top:0;}
.merit_list li dl dt span.area {font-size:0.8em;}
.merit_list li dl dd {
    text-align:left;
    font-size: 12px;
    line-height:160%;
/*    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    color:#333;
    padding:6px 4px 4px;
}
.merit_list li dl dd .fl_r {
    float: right;
    margin:0 0 6px 6px;
}
.merit_list li dl dd .fl_l {
    float: left;
    margin:0 6px 6px 0;
}
.merit_list li dl dd .fl_lr {
    width:100%;
    margin:6px 0 0;
}
.merit_list li dl dd .fl_lr img {
    width:48%;
}
.merit_list li dl dd .fl_lr img:nth-child(2n) {
    margin-left:1%;
}

.machi-list{margin-top: 30px;}
.machi-list ul{
    font-size: 0;
    text-align: left;
}
.machi-list ul li{
    display: inline-block;
    vertical-align: top;
    width: 17.6%;
    margin-right: 3%;
    margin-top: 30px;
}
.machi-list ul li:nth-child(5n){margin-right: 0;}
.machi-list ul li h5{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-bottom: 1px solid #0d6fb8;
    font-feature-settings: "palt";
    font-size: 15px;
    padding-bottom: 7px;
}
.machi-list ul li h5 .no{
    display: inline-block;
    text-align: center;
    background: #0d6fb8;
    color: #fff;
    box-sizing: border-box;
    width: 25px;
    margin-right: 5px;
}
.machi-list ul li p{
    font-size: 11px;
    line-height: 180%;
    margin-top: 10px;
}



/*-----------------------------------------------------------------------------------------------------------------------/
responsive
/*----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){

#machikado #main h1 {
	width:auto;
	height:100px;
    background-size: contain;
}
#machikado .locaBox{
	margin:0 0 80px;
}
#llocation #contents {
	padding: 20px 0;
}
#machikado #main{
	padding:30px 0;
}
    
 
.txt02 img{
/*    height: 36px!important;*/
}
 .img01{
    margin-top: 40px;
}
h3.txt02 .sTxt {height:24px!important;}
h4.txt02 + p {
    font-size:0.8em;
    }
h4.txt02 + p span.d-block {
    display: block;
    }
    

.img02 .sp{
    display: block;
}
.img02 .pc{
    display: none;
}
    
.merit_list li {
    display: block;
    width: 100%;
    clear: both;
    margin-left:auto;
    margin-right:auto;
}
.merit_list li dl dt {padding-top:0;}
.merit_list li dl dd .fl_lr {
    margin-left:auto;
    margin-right:auto;
}
    
.machi-list ul li{
    width: 47%;
    margin-right: 6%;
}
.machi-list ul li:nth-child(5n){margin-right: 6%;}
.machi-list ul li:nth-child(2n){margin-right: 0;}
}



.machikado-contents{
    margin: auto;
	margin-bottom: 80px;
    padding: 50px 0;
    max-width: 1000px;
    width: 95%;
}
.machikado-contents .read{
    text-align: center;
    font-size: 16px;
    line-height: 200%;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.machikado-contents .read span.aw{display: inline-block;}

.spec{
    border: 2px solid #a99c83;
    margin-top: 50px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
}


.s-top {
    background: #fff;
    padding: 15px 15px;
    line-height: 140%;
	position: relative;
}
.s-top .kukaku{
    padding: 10px;
    padding-top: 15px;
    font-size: 18px;
    color: #fff;
    background: #a99c83;
    text-align: center;
    width: 150px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.s-top .kukaku b{
    font-size: 30px;
}
.s-top .ldk{
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    font-size: 55px;
}
.s-top .wic{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 120%;
}
.s-top .kakaku{
	position: absolute;
	right: 15px;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	background: #eeebe2;
	padding: 10px;
}
.s-top .kakaku b{
	font-size: 200%;
	font-weight: lighter;
	transform: translateY(10%);
	display: inline-block;
}
@media screen and (max-width:900px){
	.s-top .kakaku{
		position: inherit;
		right: inherit;
		display: block;
		top: inherit;
		transform: translateY(0%);
		background: none;
		padding: 0;
		border-top: 1px solid #bbb;
		padding-top: 15px;
		margin-top: 15px;
	}
}



.s-bottom{
    background: #eeebe2;
    padding: 10px 15px;
    border-top: 2px dotted #a99c83;
}
.s-bottom .s-left{
    float: left;
    text-align: left;
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
}
.s-bottom .s-left span.aw {
    display: inline-block;
}
.s-bottom .s-left b{
    font-size: 20px;
}

.s-bottom .s-right{
    float: right;
    text-align: right;
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    margin-top: 5px;
}



.merit{
    margin-top: 30px;
}
.merit h5{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    font-size: 22px;
}
.merit ul{
    margin-top: 20px;
    padding-left: 0;
    margin-left: 0;
}
.merit ul li{
    margin-top: 10px;
    list-style: none;
    font-size: 14px;
    line-height: 160%;
    padding-left: 30px;
    position: relative;
}
.merit ul li::before{
    content: "";
    width: 11px;
    height: 11px;
    background: #a99c83;
    position: absolute;
    left: 5px;
    top: 5px;
}

.plan-z{
    margin-top: 40px;
    text-align:center!important; 
}
.plan-z img{
    width: 100%;
    height: auto;
    max-width: 760px;
	margin: auto;
}

.planBtn {
  margin: 90px auto 80px;
	max-width: 650px;
}
.planBtn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.planBtn li {
  float: left;
  /*width: 30%;*/
  width: 46%;
  margin-right: 3%;
  margin-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #01b1c8;
  transition: .3s;
}
.planBtn li:hover {
  border-color: #a5ecf5;
}
.planBtn li a {
  display: block;
  text-decoration: none;
  color: #333;
  width: 100%;
}
.planBtn li:nth-child(3n) {
  /*margin-right: auto;*/
  /*margin-right: 0;*/
}
.planBtn li:last-child {
  /*margin-right: 0;*/
}
.planBtn .spec {
  border: none;
  margin-top: 0;
}
.planBtn li .s-top {
  transition: .3s;
}
.planBtn li:hover .s-top {
  background-color: #e5f4f6;
}
.planBtn .s-top .kukaku {
  display: block;
  margin-right: 0;
  width: 100%;
}
.planBtn .s-top .ldk {
  display: block;
  line-height: 1.2;
}
.planBtn .s-bottom .s-left {
  font-size: 13px;
}
@media screen and (max-width:767px){
  .planBtn li {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
  }
}


/*-----------------------------------------------------------------------------------------------------------------------/
responsive
/*----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){

#plan #main h1 {
	width:auto;
	height:100px;
    background-size: contain;
}
#plan .locaBox{
	margin:0 0 80px;
}
#llocation #contents {
	padding: 20px 0;
}
#plan #main{
	padding:30px 0;
}

    
    
.s-top {
    padding-bottom: 20px;
    text-align: center;
}


.s-top .ldk{
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
}
    

.s-top .kukaku{
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
}
.s-bottom .s-left{
    float: none;
}
.s-bottom .s-right{
    float: none;
    text-align: left;
}
    
    

}



/*-----------------------------------------------------------------------------------------------------------------------/
plandetail
/*----------------------------------------------------------------------------------------------------------------------*/
.plandetail .spec { margin-top: 70px; }
@media screen and (max-width:767px){
  .plandetail .spec { margin-top: 50px; }
}
    















/******************

.spec{
    background: #eee;
    padding: 15px;
    margin-top: 40px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
}
.spec .icon{
    display: inline-block;
    float: left;
    width: 16%;
}
.spec .icon img{
    width: 100%;
    max-width: 160px;
    height: auto;
}
.spec .txt{
    float: right;
    width: 81%;
}
@media screen and (max-width:600px){
.spec .icon{
    float: none;
    width: 100%;
    text-align: center;
}
.spec .txt{
    float: none;
    width: 100%;
}
}


.spec .txt .ldk{
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    font-size: 55px;
}
.spec .txt .wic{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 120%;
}

.menseki{
    border-top: 1px solid #777;
    padding-top: 10px;
    width: 100%;
}


.spec .txt .s-top{
    text-align: left;
    display: block;
    vertical-align: bottom;
    font-size: 14px;
}
.spec .txt .s-top span.aw {
    display: inline-block;
}
.spec .txt .s-top b{
    font-size: 20px;
}
   
.spec .txt .s-bottom{
    display: block;
    font-size: 14px;
}



.plan_layout_style { max-width: 1000px; margin: 0 auto 80px;}
.plan_layout_style img { width: 100%; height: auto; }
.plan_layout_style .ttl { margin: 0 auto 50px; max-width: 500px; text-align: center; }
.plan_layout_style .photo { margin-bottom: 50px; }
.plan_layout_style .txtArea {
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 50px;
}
.plan_layout_style .txtArea h4 { font-size: 36px; font-weight: normal; line-height: 120%; margin-bottom: 20px; }
.plan_layout_style .txtArea h4 span.en { font-size: 21px; }
.plan_layout_style .txtArea .subcopy { font-size: 20px; margin-bottom: 20px; }
.plan_layout_style .txtArea p { font-size: 16px; }
.plan_layout_style .spec { padding: 15px 35px; background: #2397bb; color: #fff; }
.plan_layout_style .spec .txt {
  float: left;
  width: 66%;
}

.plan_layout_style .spec .price {
  float: right;
  width: 30%;
  line-height: 160%;
  margin-top: 39px;
}
.plan_layout_style .menseki { border-top-color: #fff; }
.plan_layout_style .spec .price b { font-size: 45px; font-weight: normal; }
.plan_layout_style .spec .price .note { font-size: 12px; line-height: 1.5;}

.plan_layout_style .spec .yokoku {
	float: right;
	width: 29%;
	margin: 1rem auto 0;
	padding: 0.5rem;
	line-height: 160%;
	background: #eee;
	color: #000;
}
.plan_layout_style .spec .yokoku .yokokuttl { display: block; width: 100%; margin: 0 auto 0.5rem; font-size: 1rem; font-weight: normal; text-align: center; border-bottom: 1px solid #000;}
.plan_layout_style .spec .yokoku hr { color: #000; border: none;}
.plan_layout_style .spec .yokoku .note { font-size: 10px; line-height: 1.5; }
@media screen and (max-width:1000px){
  .plan_layout_style .spec .price { font-size: 1.5vw!important; }
  .plan_layout_style .spec .price b { font-size: 4vw!important; }
  .plan_layout_style .spec .price .note { font-size: 1vw!important; }
  .plan_layout_style .spec .yokoku { font-size: 1.5vw!important; }
  .plan_layout_style .spec .yokoku .yokokuttl { font-size: 2vw!important; }
  .plan_layout_style .spec .yokoku .note { font-size: 1vw!important; }
}
.plan_layout_style .zumen { margin-bottom: 30px; }
.plan_layout_style .point2 { margin: 30px auto; font-size: 13px; }
.plan_layout_style .point2 h4 { font-weight: bold; font-size: 20px; margin-bottom: 10px; }
.plan_layout_style .point2 h5 { font-size: 14px; line-height: 1; border: 1px solid #2397bb; color: #2397bb; display: inline-block; font-weight: normal; padding: 8px 15px; margin-bottom: 8px; }
.plan_layout_style .point2 p { margin-bottom: 20px; }
.plan_layout_style .point2 ul { margin-top: 30px; }
.plan_layout_style .point3 { overflow: hidden; margin-top: 20px; }
.plan_layout_style .point3 .item { float: left; width: 31.25%; margin-right: 3.125%; }
.plan_layout_style .point3 .item:nth-child(3n) { margin-right: auto; }
.plan_layout_style .point3 .item img { width: 100%; height: auto; }
.plan_layout_style .point3 .item p { margin-top: 10px; font-size: 13px; line-height: 1.8; }
.plan_layout_style .point { overflow: hidden; }
.plan_layout_style .left { float: left; width: 46%; }
.plan_layout_style .right { float: right; width: 46%; }
.plan_layout_style h5 { border: 1px solid #2397bb; color: #2397bb; display: inline-block; font-weight: normal; padding: 0 15px; }
.plan_layout_style ul { list-style: none; margin: 20px 0 0; padding: 0; }
.plan_layout_style li { margin-bottom: 10px; font-size: 14px; position: relative; padding-left: 20px; }
.plan_layout_style li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #2397bb;
}

@media screen and (max-width:768px){
  .plan_layout_style .spec { margin-bottom: 30px; }
  .plan_layout_style .spec .txt { float: none; width: 100%; }
  .plan_layout_style .spec .price { float: none; width: 100%; }
  .plan_layout_style .left { float: none; width: 94%; margin: 0 auto 30px; }
  .plan_layout_style .right { float: none; width: 94%; margin: 0 auto; }
  .plan_layout_style .spec .price { font-size: 14px!important; }
  .plan_layout_style .spec .price b { font-size: 45px!important; }
  .plan_layout_style .spec .price .note { font-size: 10px!important; }
  .plan_layout_style .spec .yokoku { float: none; width: 100%; }
  .plan_layout_style .spec .yokoku { font-size: 14px!important; }
  .plan_layout_style .spec .yokoku .yokokuttl { font-size: 16px!important; }
  .plan_layout_style .spec .yokoku .note { font-size: 10px!important; }
}
@media screen and (max-width:500px){
  .plan_layout_style .txtArea h4 { font-size: 30px; }
  .plan_layout_style .spec .txt .ldk { font-size: 40px; }
  .plan_layout_style .ttl { max-width: 290px; }
  .plan_layout_style .point3 .item { float: none; width: 100%; margin-right: auto; margin-bottom: 30px; }
}


#step_box { border-bottom: 1px solid #ccc; padding-bottom: 50px; }
#step_box.plan_layout_style .ttl { max-width: 360px; }
#step_box.plan_layout_style .zumen { margin: 40px auto; }
@media screen and (max-width:500px){
  #step_box.plan_layout_style .ttl { max-width: 250px; }
}


.plan_layout_style .spec2 {
	display: flex;
	width: 100%;
	padding: 0;
	background: none;
}
.plan_layout_style .spec2 .txt {
	width: 56%;
	margin-right: 1%;
	padding: 15px 35px;
	background: #2397bb;
}
.plan_layout_style .spec2 .price {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43%;
	margin-top: 0;
	padding: 15px;
	border: 3px solid #2397bb;
	box-sizing: border-box;
}
.plan_layout_style .spec2 .price img {
	width: 100%;
	max-width: 390px;
	height: auto;
}
@media screen and (max-width:768px){
.plan_layout_style .spec2 {
	flex-direction: column;
}
.plan_layout_style .spec2 .txt {
	width: 100%;
	margin-right: 0;
	margin-bottom: 1%;
}
.plan_layout_style .spec2 .price {
	width: 100%;
}
}

.plan_layout_style .soldout {
	position: relative;
}
.plan_layout_style .soldout .txt {
	width: 100%;
}
.plan_layout_style .soldout .txt .s-top {
	max-width: 450px;
}
.plan_layout_style .soldout .soldout_txt {
	position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-5%, -50%);
    width: 300px;
    z-index: 2;
	text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #C60003;
    border: 2px solid #fff;
    padding: 30px 0;
}
@media screen and (max-width:768px){
	.plan_layout_style .soldout {
		background: #2397bb;
	}
	.plan_layout_style .soldout .txt .s-top {
		max-width: inherit;
	}
	.plan_layout_style .soldout .soldout_txt {
		position: static;
		right: auto;
		transform: inherit;
		width: 90%;
		margin: 0 auto 20px;
	}
}

.aw {
	display: inline-block;
}

******************/