@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}

.none {
  display: none;
}
a{
  text-decoration:none;
  color: #fff; 
}
a:hover{
  opacity: 0.5 ;
}
h2 {
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;  
  font-weight: 400;
}
h3{
  font-size: 3.0rem;
  font-family: 'Roboto', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif; 
  font-weight: 500;
}
h4{
  font-size: 3.0rem;
  font-family: 'Roboto', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif; 
  font-weight: 500;
}
h5{
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif; 
  font-weight: 500;
}
.br_sp {
  display: none;
}
/*ボタン*/
.ringo_btn{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 152px;
	padding: 1rem 4rem;
  background-color: #C49D67;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
  border: none;
  position: relative;
}
.send_btn{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 230px;
	padding: 1rem 4rem;
  background-color: #C49D67;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
  border: none;
  font-size: 17px;
  position: relative;
}
.submit_btn{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 230px;
  background-color: #C49D67;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
  border: none;
  font-size: 17px;
  position: relative;
}

.ringo_btn::after{
  /* 擬似要素で三角アイコンをつくる */
  display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #fff;
}

.send_btn.send_btn:hover{
  opacity: 0.5 ;
}
.submit_btn:hover{
  opacity: 0.5 ;
}
.send_btn::after{
  /* 擬似要素で三角アイコンをつくる */
  display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */
	border-left: 5px solid #fff;
}
.submit_btn::after{
  display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.btn-red{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	margin: 68px auto;
	padding: 1rem 4rem;
	font-weight: bold;
  background-color: #D6533A;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
  position: relative
}

.btn-blue{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	margin: 68px auto;
	padding: 1rem 4rem;
	font-weight: bold;
  background-color: #ECC131;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
  position: relative
}

.text-space{ 
  margin-bottom: 30px;
}
.subtitle_wrapper{
  border-bottom:3px dotted #368D3E;
  max-width: 1124px;
  margin: 0 auto 30px;
}
.subtitle{
  display: flex;
  align-items:center;
  margin: 0 0 10px 40px;
}
.subtitle img{
  margin-right: 10px;
}
/*色指定*/
.color-red{
 color: #D6533A;
}
.color-red_line{
  border-bottom:3px dotted #D6533A;
}
.color-blue{
 color: #ECC131;
}
.color-blue_line{
border-bottom:3px dotted #62A6D8;
}
.color-green{
 color: #368D3E;
}
.color-green_line{
  border-bottom:3px dotted #368D3E;
}
.color-yellow{
 color: #ECC131;
}
.color-yellow_line{
border-bottom:3px dotted #ECC131;

}
.color-white{
 color: #fff;
}
/*文字指定*/
.font-14{
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif; 
  font-weight: 500;
}
.font-18{
  font-size: 1.8rem;
  font-family: 'Roboto', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif; 
  font-weight: 600;
}
.font-20{
  font-size: 2.0rem;
  font-family: 'Roboto', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;  
  font-weight: 600;
}
.font-30{
  font-size: 3.0rem;
  font-family: 'Roboto', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;  
  font-weight: 600;
}
.font-24{
  font-size: 2.4rem;
}
.font-14{
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;  
  font-weight: 500;
}
.facility_table_boxTxt span{
  font-size: 1.2rem;
}
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 100px
}
@media screen and (max-width:1000px) {
  /*　画面サイズが1000px以下の場合ここの記述が適用される　*/
  p{
    font-size: 1.4rem;
  }
  h3{
    font-size: 2.3rem;
    line-height: 3.0rem;
  }
  .br_sp-non{
    display: none;
  }
  .br_sp {
    display: block;
  }  
  #pagetop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 50px;
}
  }
@media screen and (max-width:480px) {
  h2{
    font-size: 1.4rem;
  }
  h4{
    font-size: 2.0rem;
  }
  h5{
    font-size: 1.8rem;
  }
  .subtitle{
    display: flex;
    align-items:center;
    margin: 0 0 10px 22px;
  }
  .subtitle img{
    margin-right: 10px;
    width: 22px;
  }
}
