
body {
  background-color: #FEFEF2;
}


/*---------------サービスここから-------------*/

#s-wrap{ 	
	max-width:1234px;
	margin:0 auto;
	box-sizing:border-box;
}


#s-menu{
	text-align:center;
	margin:60px auto;
	padding:0;
	max-width:1234px;
	font-size:18px;
	width: fit-content;
}

#s-menu h2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    font-size: 42px;
    z-index: 1;
}

#text-wrap {
  	text-align: center;
	width:260px;
	height:140px;
	margin:0 auto;
}

#back_title {
    position: relative;
    displa: inline-block;
    white-space: nowrap;
    font-size: 80px;
    font-weight: bold;
    color: #ffcba1;
    top: -115px;
}

#s-sub{
	text-align:center;
	margin-bottom:80px;
	font-weight:bold;
}
#s-sub img{

	padding-bottom:55px;
}

#s-list{
	display: grid;
	flex-wrap: wrap;
	flex-direction: row;
	align-items:center;
	width:940px;
	margin:0 auto;
	grid-template-columns: 1fr 1fr 1fr;
}

#s-list a{
	text-decoration:none;
	color:#000;
}
.table{

	margin-top:10px;
	font-weight: bold;
	width:300px;
	height:500px;
	line-height:2.5em;
	font-size:19px;
}
.table h3{
	padding-top:12px;
	margin:0;
	text-align:center;
	height:53px;
	width:290px;
	font-size:24px;
	color:white;
	border-radius: 20px 20px 0 0;
	border:3px solid #116db0; 
	background-color:#116db0;
}
.table h4{
	padding:0; margin:0;
	text-align:center;
	vertical-align:middle;
	height:410px;
	width:290px;
	border:3px solid #116db0; 
	border-radius:0 0 20px 20px;
	background:#fff;

}

#price{
	width:280px;

}

#price hr{
	margin:0 auto 25px auto;
	width:260px;
	height:4px;
	background-color:#fb8640;
	border: none;


}
#price span{
	color:#fb8640;

}

#price .br{
	color:#000;
}

#b_price{
	font-size:32px;
}

.table img{
	width:140px;
	margin:20px;

}

#s_banner{
	width:98%;
	margin:0 auto;
	margin-top:65px;
	margin-bottom:80px;

}
#red_btn:hover{
  transform: translate3d(0, 12px, 0);
  box-shadow: none;
}

#s_banner2{
	margin:0 auto;
}

#s_banner2 img{
	margin:0 auto;
	width:750px;
}
.Price_details{
	width:750px;
	margin:0 auto;
	padding:0;
	overflow: hidden;

}
.Price_details h1{
	font-size:20px;

}

.Price_details table{

	max-width:749.5px;
	margin:40px auto;
	padding:0;
	text-align: center;
	border-collapse:collapse;
}

.Price_details table th{
	background:#116db0;
	color:#fff;
	padding:0.5em;
	border:1px #116db0 solid;
	border-right:1px #fff solid;
}

.Price_details table td{
	border-bottom: 1px #116db0 solid;
	border-right:1px #116db0 solid;
	border-left:1px #116db0 solid;
	width:375px;
	background-color:#fff;
	padding:0.5em;
}
.Price_details thead{
	border:2px #116db0 solid;
}

.Price_details table span{
	font-size:12px;
}

.Price_details p{
	margin-bottom:45px;
}
/*---------------サービスここまで-------------*/


/*------------------under 766px -----------*/

@media screen and (max-width: 766px) {
  .pc_header {
    display: none;
  }

  .top {
    width: 100%;
    height: 641px;
    background-image: url(../images/mv_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
  }

  .top img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

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


  .top {
    width: 100%;
    height: auto;
    background-image: url(../images/mv_bg.jpg);
    background-repeat: repeat-x;
  }

  .banner {
    padding: 36px 0 0;
  }

  .banner img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .bannertexts {
    display: flex;
    align-items: baseline;
    border-bottom: 2px solid #fff;
    gap: 8px;
    padding-bottom: 12px;
  }

  .bannertext1 {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    padding-bottom: 11px;
  }

  .bannertext2 {
    font-weight: bold;
    color: yellow;
    font-size: 23px;
  }

  .bannertel {
    font-weight: bold;
    color: #fff;
    font-size: 32px;
    line-height: 60px;
  }


  .red_btn {
    display: block;
    margin: 16px auto;
    width: 90%;
    height: auto;
    padding: 17px;
    background-color: #be2930;
    border: 1px solid #a31c21;
    border-radius: 10px;
    box-shadow: 0 12px 0 0 #a31c21;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
  }

  .line_up {
    padding-top: 12px;
  }


  .ha-i {
    font-size: 16px;
    font-weight: 700;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    letter-spacing: 5px;
    margin-right: 0;
  }


  .ha-i::before {
    background-image: url(../images/ha-i_l.gif);
    margin-right: 10px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .ha-i::after {
    background-image: url(../images/ha-i_r.gif);
    margin-right: 10px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .line_up_text {
    font-size: 20px;
    font-weight: bold;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    line-height: 32px;
  }

    .line_up_buttons {
        padding-top: 36px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 180px);
        grid-template-rows: repeat(4, 180px);
        column-gap: .5em;
        row-gap: .5em;
        justify-content: center;
    }

  .line_up_buttons a {
    padding: 0;
    margin: auto;
  }

  .line_up_button {
    width: 180px;
    height: 180px;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    box-shadow: 5px 5px 6px -2px rgba(0, 0, 0, 0.4);
  }

  .line_up_button p {
    font-size: 16px;
    font-weight: bold;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    position: absolute;
    top: 28px;
  }

  .line_up_button img {
    position: absolute;
    bottom: 30px;
  }

  .ls p {
    letter-spacing: 0.5em;
  }

  .service {
    padding-top: 67px;
    text-align: center;
  }


.service_images {
    padding-top: 35px;
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin: 0 auto;
  }


  .service_image img {
    width: 90%;
  }


  .news_button {
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .news {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: auto;
    gap: 25px;
    padding-top: 0;
  }

  .news_button {
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: column;
  }

  .news_button button {
    background-color: #0c6db1;
    border: none;
    border-radius: 30px;
    width: 124px;
    height: 41px;
    font-size: 16px;
    font-weight: normal;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    color: #fff;
  }

  .news_button p {
    font-size: 20px;
    font-weight: bold;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    margin-top: 15px;
  }

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


  .news_list li {
    display: flex;
    flex-direction: column;
    list-style: none;
    border-bottom: 1px dotted #0c6db1;
    height: auto;
    line-height: 1.5em;
    font-weight: bold;
  }

  .news_list .news_date {
    font-size: 12px;
    padding-right: 12px;
  }

  .news_list .news_text {
    font-size: 13px;
  }

  .news_list ul li span {
    padding-right: 0;
    color: #0c6db1;
  }

  .link_title p {
    font-size: 21px;
  }

  .shop_link {
    padding-top: 58px;
    margin: 0 auto;
    width: 95%;
  }

  .shops {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 24px;
    padding-top: 16px;
  }

  .shop a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .shop img {
    width: 100%;
  }

  .shop button {
    width: 100%;
    height: 24px;
    background-color: #0c6db1;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  }

.news_title h2{
	display:inline-block;	
		text-align:center;
		position:relative;
		overflow:hidden;
		margin:0 auto;
		font-size:30px;
		z-index:1;
}


.back_title{
position:relative;
		white-space:nowrap;
		font-size:60px;
		font-weight:bold;
		color:#ffcba1;
		top:-85px;
}

}

/*-------------パンくずリスト------------------*/
.place{
	margin-left:90px;
	max-width: 1070px;
	font-size:12px;
	padding: 20px;
}

.place a{
	text-decoration: none;
	color:black;
}




.main{
padding-top:100px;
}






/*--------------法人向け料金表詳細-------------------*/
body{ 
	margin:0 auto;
	padding:0;
	background-color:#fefef2;
}

#o-wrap{ 	
	width:1234px;
	margin:0 auto;
}

#o-menu h2{
	display:inline-block; 
	position:relative;
	overflow:hidden;
	margin:0 auto;
	font-size:40px;
	z-index:1;
}

.o-text-wrap {
  	text-align: center;
	width:300px;
	height:140px;
	margin:0 auto;
}

.o-back_title{
	position:relative;
	displa: inline-block;
	white-space:nowrap;
	font-size:80px;
	font-weight:bold;
	color:#ffcba1;
	top:-110px;
}
.office_img{
	text-align:center;
}
.office_title{
	text-align:center;
}
.hyou {
 width: 60%;
 border-collapse: collapse;
 border-spacing: 0;
 margin:0 auto;
 margin-bottom:90px;
}

.hyou caption{
 text-align: left;
 margin-bottom:20px;

}

.hyou th {
 padding: 10px;
 background: #116db0;
border-right:1px #fff solid;
 color:#fff;
 text-align:center;
 
}

.hyou td {
 padding: 10px;
 background: #fff;
border-bottom: 1px #116db0 solid;
border-right:1px #116db0 solid;
border-left:1px #116db0 solid;
 text-align:center;
}


.hyou thead{
	border:2px #116db0 solid;
}

@media (max-width:766px){
	#o-wrap{
		width:auto;
		margin:0 auto;
	}
	.place{
		margin-left:10px;
		font-size:12px;
		padding: 20px;
	}

	.place a{
		text-decoration: none;
		color:black;
	}

	#o-menu{
		text-align:center;
		margin:50px auto;
		width:auto;
		padding:0;
		font-size:18px;
	}

	#o-menu h2{
		display:inline-block;	
		text-align:center;
		position:relative;
		overflow:hidden;
		margin:0 auto;
		font-size:30px;
		z-index:1;
	}
	.text-wrap {
	  	text-align: center;
		width:260px;
		height:70px;
		margin:0 auto;
	}

	.back_title{
		position:relative;
		white-space:nowrap;
		font-size:60px;
		font-weight:bold;
		color:#ffcba1;
		top:-85px;
		right:0;
	}
	.office_img{
		margin:0 auto;
	}
}



