@charset utf-8


html{
	font-size: 62.5%;
}

body{
	margin:0;
	text-align: center;
	width:100%;
}

li{
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,p,li{
	margin:0 auto;
	font-family:
	"ヒラギノ明朝 Pro",
	"HiraMinProN",
	"HG明朝E",
	"ＭＳ Ｐ明朝",
	"MS PMincho",
	"MS 明朝",
	serif;
}

h1{
	background-color: #E68594;
	font-size: calc(1rem + ((1vw - 0.34rem) * 2.1429));/* 24px~36pxで可変*/
	font-weight: bold;
	color:#fff;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

h2{
	font-size: calc(1.5rem + ((1vw - 0.34rem) * 2.1429));/* 24px~36pxで可変*/
	font-weight: bold;
	color:#ce145a;
	text-align: center;
	font-family:
	margin:20px 0px 0px 0px;
}

h3{
	font-size: 1.5em;
	font-weight: normal;
	color:#000;
	text-align: left;
	margin:3px 0px 3px 0px;
}

h4{
	font-size: 0.8em;
	font-weight: bold;
	color:#000;
	display: block;
	margin:5px 0px 5px 0px;
}

h5{
	font-size: 1.2em;
	font-weight: normal;
	color:#000;
	text-align: left;
	float:right;
}

h6{
	font-size: 1.4em;
	font-weight: normal;
	color:#ce145a;
	text-align: left;
	margin: 5px 0px 5px 0px;
}

span{
	font-size: 1.3em;
	display: inline-block;
}

p{
	font-size: 0.9em;
	text-align: left;
}

li{
	font-size: 0.9em;
	line-height: 2em;
	text-align: left;
}


/*PAGETOPの設定*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 70px;
  background: #E68594;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,1);
}

#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -34px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after{
  content: 'TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 34px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*ここからheader*/
.main-V{
	margin: 0 auto;
	width:100%;
	text-align: center;
}

/*ここからコンテンツ*/
#wrap{
	margin: 0 auto;
}

.inner{
	margin: 0 auto;
	width:80%;
	text-align: center;
	margin-top:10px;

}

.page2{
	padding:80px 0px 50px 0px;
	margin-top: -90px;
	width:100%;
}

.tokuten{
	width:100%;
	position: relative;
}


.page3{
	width:100%;
	margin-bottom: 60px;
}

.page4{
	width:100%;
}

.page5{
	margin-top: -3px;
	width:100%;
}

.page6{
	margin-top: -6px;
	padding:0px 0px 0px 0px;
	width:100%;
}

.page7{
	margin-top: -4px;
	width:100%;
}

.page8{
	margin-top: -4px;
	padding:0px 0px 20px 0px;
	width:100%;
}

.page9{
	position: relative;
	top:0px;
	width:100%;
	margin-bottom: 50px;
}

.page10{
	padding:50px 0px 50px 0px;
	background: url(../img/page9.png) repeat;
	background-position: 50% 50%;
	width:100%;
}

.formtitle{
	width:100%;
	margin-bottom: 20px;
}

.address{
	display: block;
	text-align: center;
	width:80%;
	margin:0 auto;
	padding: 15px;
	border-radius: 	10px;
	font-size: calc(1.2rem + ((1vw - 0.34rem) * 2.1429));/* 24px~36pxで可変*/
	box-shadow:0px 0px 6px 5px rgba(0, 0, 0, 0.3) inset;
}

form{
	margin:0;
}

.btn{
	font-size: calc(1.4rem + ((1vw - 0.34rem) * 2.1429));/* 24px~36pxで可変*/
	color: #fff;
	background: rgb(0,125,62);
	background: linear-gradient(0deg, rgba(0,125,62,1) 0%, rgba(122,184,101,1) 100%);
	padding: 20px 40px 20px 40px;
	margin:30px;
	border-radius: 20px;
	display: inline-block;
	font-family:
	"ヒラギノ明朝 Pro",
	"HiraMinProN",
	"HG明朝E",
	"ＭＳ Ｐ明朝",
	"MS PMincho",
	"MS 明朝",
	serif;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	border:3px solid rgb(122,184,101);
}

.btn:hover{
	background: rgb(122,184,101);
	cursor: pointer;
}

.formtext{
	width:80%;
	font-size: 0.8em;
}

.voice-inner{
	margin: 0 auto;
	margin-top: 30px;
	width:70%;
	text-align: center;
	background-color: rgba(255,255,255,0.6);
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 8px 4px rgba(0,0,0,0.3);
}

.bookmark{
	font-size: 0.9em;
	color:#fff;
	background-color: #ce145a;
	border-radius:10px;
	height: 24px;
	width:50px;
	letter-spacing: 0.3em;
	padding:4px 0px 0px 3px;
	font-family:
	"ヒラギノ明朝 Pro",
	"HiraMinProN",
	"HG明朝E",
	"ＭＳ Ｐ明朝",
	"MS PMincho",
	"MS 明朝",
	serif;
}

.about-text{
	font-size: calc(1.0rem + ((1vw - 0.34rem) * 2.1429));/* 24px~36pxで可変*/
	text-align: left;
	line-height: 1.7em;
	width:80%;
	margin-top: 30px;
	margin-bottom: 30px;
}


.profile-inner{
	margin: 0 auto;
	margin-top: 30px;
	width:70%;
	height: auto;
	text-align: center;
	background-color: rgba(255,255,255,0.6);
	border-radius: 20px;
	padding: 30px 30px 30px 30px;
	box-shadow: 0 8px 4px rgba(0,0,0,0.3);
}

.page9-title{
}

.profile-book{
	display: none;

}

.profile-left{
}

.profile-img{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 20px;
	opacity:1.0;
	width: 90%;
}

.profile-title{
	font-size: calc(1rem + ((1vw - 0.34rem) * 2.1429));/* 24px~36pxで可変*/
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 
}

.profile-name{
	font-size: calc(1.9rem + ((1vw - 0.34rem) * 2.1429));/* 24px~36pxで可変*/
	font-weight: normal;
	color:#000;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-bottom: 30px;
}

.profile-text{
}

.profile-right{
	line-height: 1.7em;
	font-size:1.1em;
	font-weight: normal;
	margin-bottom: 40px;
}

.profile-bottom{

}

.profile-bottom-text{
}


/*スマホのみ非表示のクラス*/
.sp_br{
	display: none;
}

.pink{
	font-size: 1em;
	color: #E68594;
	font-weight: bold;
}

.bold-black{
	font-size: 1.2em;
	display: inline-block;
	margin:0px 5px 0px 5px;
	font-weight: bold;
}

footer{
	background-color: #E68594;
	height: 50px;
	font-size: 0.8em;
	color:#fff;
	padding: 100px 0px 10px 0px;
}

.copyright{
	text-align: center;
}