@charset "utf-8";
/* CSS Document */

.pconly{
	display: block;
}
.sponly{
	display: none;
}
.fs-c-heading--page{
	padding:0;
	border-bottom: 0;
	margin: 0 0 15px;
}

body .serif-font{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.hbd-contents{
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.05em;
	margin-bottom: 100px;
	font-size: 16px;
	margin-top: 20px;
}
.hbd-contents p{
	width: 80%;
	margin: 1rem auto;
}
.hbd-contents img{
	margin: 15px 0;
	}
.hbd-contents h2 {
	font-size: 25px;
	letter-spacing: 0.2em;
	position: relative;
	padding: 1.5rem 2rem;
	background: #ffeee4;
	text-align:center;
}

.hbd-contents h2 span{
	font-size: 20px;
}
.hbd-contents h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #a99687;
}

.hbd-contents h3{
	font-size: 25px;
	letter-spacing: 0.2em;
  position: relative;
  padding: 2rem 1rem;
	margin:60px 0 20px;
}

.hbd-contents h3:after {
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 70%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #a99687, #a99687 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #a99687, #a99687 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hbd-contents .pink-marker {
  background: linear-gradient(transparent 55%, #efc5c7 30%);
}

.hbd-contents .point{
		width: 50%;
		margin: 60px auto;
		padding: 30px 0;
		background: #ffeee4;
		outline: 1px solid #a99687;
		outline-offset: -10px;
	}
	.hbd-contents .point img{
		width: 13%;
	}
.hbd-contents .point ul{
	margin-top: 15px;
}
	.hbd-contents h4 {
		background: #ffeee4;
		font-size: 25px;
		padding: 15px 0;
		letter-spacing:0.2em;
		margin: 70px 0 40px;
	}

	.hbd-contents .jirei-img img{
		max-width: 49%;
	}
	.hbd-contents .jirei-img{
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
	}
		
.hbd-place{
	background: #ffeee4;
	padding: 20px 25px;
	margin-top: 100px;
}
.hbd-place p{
	margin-top:20px;
}
.hbd-contents h4.place {
  position: relative;
  padding: 1.5rem;
  text-align: center;
	margin: 0;
}

.hbd-contents h4.place:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #685649;
}
		
.hbd-contents .toiawase a{
	display: block;
	padding:10px;
	color: #fff;
}
.hbd-contents .toiawase{
	position: relative;
	background: #685649;
	width: 20%;
	margin:50px auto 100px;
}
.hbd-toiawase::after{
    /* 擬似要素で三角アイコンをつくる */
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 52%;
    right: 20px;
    transform: translateY(-50%); /* translateYのみ */
}
		
		/*掲載までの流れ*/
		.publish-step{
			margin-bottom: 50px;
		}
.publish-step-inner{
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: left;
	width: 90%;
}

.publish-step-inner .flow {
  padding-left: 0;
		}

.publish-step-inner .flow > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-bottom: solid 1px #E1E8ED;
}

.publish-step-inner .flow > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.publish-step-inner .flow > li .icon {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #E26B5D;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.publish-step-inner .flow > li .icon::before {
  content: 'STEP';
  font-size: 0.4em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.publish-step-inner .flow > li .icon::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.publish-step-inner .flow > li dl dd {
  margin: 0;
}

.publish-step-inner .flow > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}
.hbd-contents h5{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 2px;
}
.hbd-contents .publish-step-point{
margin: 30px auto;
padding: 20px 30px;
background: #ffeee4;
outline: 1px solid #a99687;
outline-offset: -7px;
}
		
/*料金*/
.hbd-contents .hbd-price{
	width: 80%;
	margin: 60px auto 10px;
}

.hbd-contents .price-leftbox{
	width: 50%;
	float: left;
}
.hbd-contents .price-leftbox img{
	max-width: 100%;
}
.hbd-contents .price-rightbox{
	width: 50%;
	float: left;
	text-align: left;
	padding: 30px 50px;
	box-sizing: border-box;
	position: relative;
}
.hbd-contents .price-rightbox li{
	padding:3px 0;
}
.hbd-contents .price-rightbox img{
	position: absolute;
	top: 0%;
	right: 12%;
	width: 28%;
}
.hbd-contents .hbd-price:after{
	content: "";
	 display: block;
	 clear: both;
}

.hbd-contents .hbd-attention{
		background: #ffeee4;
		border-radius: 10px;
		padding-bottom: 40px;
	    margin-bottom: 70px;

	}
.hbd-contents .hbd-attention p{
	text-align: left;
	width: 71%;
	margin: 0 auto;
}
		

@media screen and (max-width:480px){
/*　画面サイズが480pxからはここを読み込む　*/
	
	.pconly{
		display: none;
	}
	.sponly{
		display: block;
	}
	.hbd-contents{
		box-sizing: border-box;
	}
	
	.hbd-contents .pink-marker{
		font-size: 1.4rem;
		display: inline;
	}
			
	.hbd-contents p{
		width: 100%;
		font-size: 1.4rem;
		text-align: left;
		padding: 0 10px;
	}
	
	.hbd-contents h2{
		letter-spacing: 0.1em;
		font-size: 2.0rem;
	}
	.hbd-contents h2 span {
    font-size: 1.6rem;
}
	.hbd-contents h3{
		letter-spacing: 0;
		margin: 20px 0;
		font-size: 2.0rem;
		padding: 2rem 0;
	}
	
	.hbd-contents .point{
		width: 100%;
	}
	.hbd-contents .point img {
    width: 18%;
}
	.hbd-contents h4{
		font-size: 2.0rem;
		padding: 5px 0;
		margin: 50px 0 30px;
		letter-spacing: 0;
	}
	.hbd-contents .jirei-img{
		display: block;
		margin-bottom: 20px;
	}
	.hbd-contents .jirei-img img{
		max-width: 100%;
		margin-top: 15px;
	}
	.hbd-contents .jirei-size{
		text-align: center;
	}
	
	.hbd-contents .hbd-place{
		padding: 20px 15px;
	}
	.hbd-contents .hbd-place h4{
		margin: 0;
	}
	.hbd-contents .hbd-place p{
		padding: 15px 10px;
	}

	.hbd-contents .toiawase{
		width: 80%;
	}
	
	.hbd-contents .price-leftbox {
    width: 100%;
    float: none;
}
	.hbd-contents .price-rightbox {
    width: 100%;
    float: none;
		padding: 10px 30px 0;
	}
	
	.hbd-contents .price-rightbox img {
    top: 5%;
    right: 0%;
	}
	
	.hbd-contents .hbd-price{
		margin:20px auto;
		width: 90%;
	}
	.hbd-contents .hbd-attention{
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.hbd-contents .hbd-attention p{
		width: 100%;
		padding: 0 13px;
	}
	.publish-step-inner{
		font-size: 1.4rem;
	}
	
	
}
		




