/*!
Theme Name: sprout
*/

@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap');



bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Noto Sans Japanese","繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif !important;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Noto Sans Japanese","繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif !important;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Noto Sans Japanese","繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif !important;
}

input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #ff0000;
}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans Japanese","繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif !important;
	-webkit-text-size-adjust: 100%;
	font-size:1.3rem;
	color: #05150B;
	font-weight: 200;
	background: #fff;
	line-height: 1.75;
}
img{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color: #333;
}
table{
	width: 100%;
}
a:hover{
	opacity:0.6;
}

#wrap{
	overflow:hidden;
}
.relative{
	position:absolute;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
img.pc{
	display:inline;
}
img.sp{
	display:none;
}
.in{
	width:1140px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.flex_ac{
	align-items: center;
}
.flex_jc{
	justify-content: center;
}
.round_f{
	 font-family: 'M PLUS Rounded 1c', sans-serif;
	 font-weight: 600;
}
.round_f_900{
	font-weight: 900;
}

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

	.sp{
		display:block;
	}
	img.pc{
		display:none;
	}
	img.sp{
		display:inline;
	}
	.in {
			width: 340px;
			margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
  .w_50{
    width: 100%;
  }
}


#header{
	padding: 20px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	top:0;
  background: rgba(255,255,255,0);
  transition: 0.5s;
}
#header.bg_h{
  background: rgba(255,255,255,1);
}
#header .in{
	width: 90%;
	justify-content: space-between;
	align-items: center;
}
#header .site_logo{
	width: 120px;
}
#header .btn_area a{
	color: #fff;
	margin-right: 10px;
}
#header .btn_area a.mypage_btn{
	background: #fff;
}
#header .btn_area a.mypage_btn img{
	width: 50px;
}
#header .btn_area a.ac_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 30px;
}
#header .btn_area .hum_btn{
	width: 30px;
	height: 25px;
	position: relative;
	cursor: pointer;
}
#header .btn_area .hum_btn span{
	background: #F07D3A;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 100px;
	position: absolute;
	overflow: hidden;
}
#header .btn_area .hum_btn span:before{
	position: absolute;
	display: block;
	content: "";
	background: #ffb38d;
	height: 100%;
	width: 100%;
	top: 0;
	left: -100%;
	transition: 0.5s;
}
#header .btn_area .hum_btn:hover span:before{
	left: 0%;
}
#header .btn_area .hum_btn span:nth-of-type(1){
	top:0;
}
#header .btn_area .hum_btn span:nth-of-type(2){
	top:50%;
	transform: translate(0%,-50%);
}
#header .btn_area .hum_btn span:nth-of-type(3){
	bottom:0;
}

.hum_menu{
	position: fixed;
	right: -100%;
	top: 0;
	background: #F07D3A;
	height: 100%;
	box-sizing: border-box;
	padding: 80px 0 30px;
	overflow: auto;
	min-width: 25%;
	transition: 0.5s;
  z-index: 99999999;
}
.hum_menu.open{
	right: 0%;
}
.hum_menu .close{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transform: rotate(45deg);
}
.hum_menu .close span{
	background: #fff;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 100px;
	position: absolute;
	overflow: hidden;
}
.hum_menu .close span:nth-of-type(1){
	transform: rotate(90deg);
}
.hum_nav_w li{
	border-top: 2px solid #fff;
}
.hum_nav_w li:nth-last-of-type(1){
	border-bottom: 2px solid #fff;
}
.hum_nav_w li a{
	color: #fff;
	font-size: 1.8rem;
	cursor: pointer;
	padding:10px 20px;
	display:block;
}


@media screen and (max-width: 640px) {
  #header .site_logo {
    width: 120px;
  }
  #header .btn_area a.ac_btn{
    display: none;
  }
  .hum_menu{
    min-width: 100%;
  }
  #loader {
    width: 100%;
  }
  #loader > div {
      width: 80%;
      padding: 0;
          margin: auto;
  }
  #header .btn_area a.mypage_btn img{
  	width: 40px;
  }
}

.page-id-11 #header.u_header,
.page-id-13 #header.u_header,
.page-id-25 #header.u_header{
	background: #F07D3A;
	padding: 10px 0;
	box-sizing: border-box;
}
.page-id-15 #header.u_header{
	background: #00C19F;
	padding: 10px 0;
	box-sizing: border-box;
}
.page-id-17 #header.u_header,
.page-id-19 #header.u_header,
.page-id-23 #header.u_header{
	background: #0095C0;
	padding: 10px 0;
	box-sizing: border-box;
}
#header.u_header .site_logo{
	width: 100px;
}
#header.u_header .btn_area .hum_btn span{
	background: #fff;
}
.page-id-15 .hum_menu{
  background: #00C19F;
}
.page-id-17 .hum_menu,
.page-id-19 .hum_menu{
  background: #0095C0;
}

.top_temp{
	height: 100vh;
	background: url(images/common/body_bg.png);
	padding-top: 0px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
}
.top_temp h1{
	text-align: center;
	margin-bottom: 30px;
}
.top_temp .btns_area{
	align-items: center;
}
.top_temp .btns_area .btns{
	margin-right: 80px;
}
.top_temp .btns_area .btns a{
	width: 500px;
	display: block;
	border-radius: 5px;
	box-shadow: 10px 10px 20px 0 rgba(0,0,0,.2);
	margin-bottom: 30px;
	transition: 0.25s;
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
}
.top_temp .btns_area .btns a:hover{
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,.2);
	opacity: 1;
}
.top_temp .btns_area .imgarea{
	flex-shrink: 0;
	width: 450px;
}

@media screen and (max-width: 640px) {
	.top_temp{
		padding-top: 100px;
		height: auto;
	}
	.top_temp .btns_area{
		flex-flow:column-reverse;
	}
	.top_temp .btns_area .btns {
    margin-right: 0;
    width: 100%;
	}
	.top_temp .btns_area .btns a{
		width: 100%;
	}
	.top_temp .btns_area .imgarea {
    flex-shrink: 0;
    width: 100%;
		margin-bottom: 40px;
	}
}

footer{
	background: #FFF6E8;
	text-align: center;
	padding: 5px 0;
}
