/*--------------

bacies

--------------*/

body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#wrapper{
	width:100%;
}

.containar{
	width:98%;
	margin:0 auto;
}


img{
	width:100%;
}

h1{
	margin:5px 0;
	padding:0 4px 0;
}

h2{
	color:#ffa200;
	font-size:18px;
	text-align: center;
	line-height: 1.5;
}

h2.bigtext{
	font-size:25px;
}

h3{
	color:#ffa200;
	font-size:18px;
	text-align: left;
	line-height: 1.5;
}

h4{
	color:#ffa200;
	font-size:17px;
	text-align: left;
	line-height: 1.5;
}


p{
	font-size:14px;
	color:#5b5b5b;
	padding-bottom:15px;
	line-height:1.6;
}


.bk-red{
	background-color: #fff2e2;
	padding:10px 5px 20px 5px;
}


.text-red{
	color:#ff3f3f;
}

.text-yellow{
	background: yellow;
}

.bigtext{
	font-size: 25px;

}

.mg30{
	margin:30px 0;
}

.mg50{
	margin:50px 0;
}

.tenten{
	width:20px;
	height:50px;
	margin: 20px auto;
	background: url(../img/tenten.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
	}





/*--------------

contents

--------------*/

#about{
	width:98%;
	margin:	0 auto;
}
#about h2{
	color:#ffa200;
	font-size:15px;
	text-align: center;
	line-height: 1.5;
}


#about p{
	font-size:14px;
	color:#5b5b5b;
	padding-bottom:15px;
	line-height:1.6;
}

#kuchikomi {
	width:98%;
	margin:0 auto;
}


#kuchikomi p{
	font-size:14px;
	color:#5b5b5b;
	padding-bottom:15px;
	line-height:1.6;
}

#demerit ul{
	margin:0;
	padding:0;
}

#demerit ul li{
	font-size:19px;
	color:#666;
	font-weight: bold;
	list-style: none;
}


.tokuchou_icon{
	width:50%;
	margin:20px auto;
}

.tokuchou_detail h3{
	letter-spacing: -0.1em;
	font-style: 17px;
}



.naiyou_detail_title{
	width:50%;
	margin:0 auto;

}


.price_button{
	display: flex;
}

#shitsumon{
	position:relative;
	margin:80px 0 0 0 ;
}

#shitsumon h2{
	text-align:left;
	font-size: 30px;
}

#shitsumon .shitumon_nakamura{
	position: absolute;
	top:-50px;
	right:0;
	width:40%;
}

.price_area{
	background: #ffe3bf;
	font-size: 25px;
	padding:10px 0 10px 5px;
}

#footer{
	background: #ffe3bf;
}
.googlemap {
  position: relative;
  padding-bottom: 63.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 20px auto;
  max-height: 600px;
}
.googlemap iframe,
.googlemap object,
.googlemapembed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hikaku h4{
    font-size: 16px;
    color: #4e0202;
    padding-bottom: 15px;
    line-height: 1.5;
	margin: 0;
    padding: 0;
}

.suisenbun_wrap{
	display: flex;
}

.suisenbun{
	padding:10px;

}

.suisenbun h3{
	font-size:25px;
	font-weight: bold;
	color: orange;
}




.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #ffa05d;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}


@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/

}
@media screen and (min-width:768px) {
    /*　画面サイズが1024pxからはここを読み込む　*/

#wrapper{

	width:900px;
	margin: 0 auto;
	border:1px solid #eee;
}


#about h2 {
    color: #ffa200;
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
}

h2{
	color:#ffa200;
	font-size:30px;
	text-align: center;
	line-height: 1.5;
}

h2.bigtext{
	font-size:40px;
}

h3{
	color:#ffa200;
	font-size:28px;
	text-align: left;
	line-height: 1.5;
}

h4{
	color:#ffa200;
	font-size:28px;
	text-align: left;
	line-height: 1.5;
}


p{
	font-size:16px;
	color:#5b5b5b;
	padding-bottom:15px;
	line-height:1.6;
}

.bk-red {
    background-color: #fff2e2;
    padding: 10px 10px 20px 10px;
}

.containar{
	width:90%;
	margin:0 auto;
}

.tokuchou_icon {
    width: 30%;
    margin: 20px auto;
}

.naiyou_detail_title {
    width: 30%;
    margin: 0 auto;
}

.price_button a{
	padding:10px 10px;

}
#shitsumon .shitumon_nakamura {
    position: absolute;
    top: -50px;
    right: 100px;
    width: 23%;
}
#footer{
	padding:10px 0;
}
#footer p{
	text-align:center;
}


}