@charset 'UTF-8';
/*
Theme Name: Hatutasu
Theme URL: 
Description: Hatutasu
Author: Hatutasu
Version: 1.0
*/

/*--------------------------------------------共通設定*/
html {
	font-size: 62.5%;
}
body {
	position: relative;
  color: #555;
  font-size: 1.6rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Helvetica, Meiryo, "sans-serif";
}
.serif {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
*, *::before, *::after {
  box-sizing: border-box;
	line-height: 1.5;
	letter-spacing: 1px;
}
a:link, a:visited, a:hover, a:active {
  color: #777;
  text-decoration: none;
}
a img:hover {
	opacity: 0.8;
}
a:hover {
	opacity: 0.8;
}
ul {
	list-style: none;
}
.flex {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
   -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
}
.clear {
	clear: both;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
img {
	width: 100%;
}
.pcNone {
	display: none;
}
.relative {
	position: relative;
}
/*--------------------------------------------ヘッダー*/
section.header {
	padding-bottom: 45%;
	margin-bottom: 0;
}
h1.siteTitle {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 25%;
	height: auto;
}
h2.LcatchCopy,h2.RcatchCopy {
	position: absolute;
	font-size: 4rem;
	letter-spacing: 3px;
	color: #FFF;
	text-shadow: 3px -3px 0px #000;
	background-image: linear-gradient(transparent 20%, rgba(0,0,0,0.6) 20%);
	transition: all 2s ease;
	background-size: 0 100%;
	background-repeat: no-repeat;
	padding: 0.8%;
}
h2.LcatchCopy {
	top: 10%;
	left: 0;
	padding-left: 5%;
	background-size: 100% 100%;
}
h2.RcatchCopy{
	top: 60%;
	right: 0;
	text-align: right;
	padding-right: 5%;
	background-position: 100% 100%;
	background-size: 100% 100%;
}
div.topImg {
	position: fixed;
	top: -5%;
	left: 0;
	z-index: -9999;
}

/*--------------------------------------------ナビ*/
nav.nav,main,footer {
	background-color: #fff;
}
nav.nav {
	padding: 1.5% 5%;
	width: 100%;
	position: sticky;
	top: 0px;
	align-items: center;
	z-index: 10;
	background-color: #fff;
}
nav.nav ul {
	align-items: center;
}

nav.nav ul li {
	width: 20%;
	text-align: center;
	padding: 1% 0;
	border-right: solid 2px #777;
}
nav.nav ul li:nth-last-child(1){
	border-right: none;
}
nav.nav ul li a {
	vertical-align: middle;
}
nav.nav ul li a span {
	border-bottom: solid 3px #1eaa39;
}
nav.nav ul li a span.navEn {
	display: block;
	width: 100%;
	font-size: 1.2rem;
	border: none;
}
nav.nav ul li.navTopic{
	background-color: #1eaa39;
	border-right: none;
}
nav.nav ul li.logoIcon {
	border-right: none;
	display: none;
}
nav.nav ul li.navTopic a {
	font-size: 2rem;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
}
nav.nav.scroll {
	background-color: rgba(255,255,255,0.95);
	transition: all 0.8s ease;
	padding: 0.5% 5%;
}
nav.nav.scroll ul li.navTopic {
	display: none;
}
nav.nav.scroll ul li.logoIcon {
	display: block;
	width: 25%;
	padding: 0;
}
nav.nav.scroll ul li {
	width: 18%;
}
nav.nav.scroll ul li.logoIcon img {
	width: 70%;
}
/*---------------------------------------singleNav*/
.nav.singleNav h1 {
	width: 25%;
	text-align: center;
}
.nav.singleNav h1 a img {
	width: 70%;
}
.nav.singleNav ul {
	width: 75%;
}
.nav.singleNav ul li {
	width: 25%;
}
.nav.scroll.singleNav ul li {
	width: 25%;
}
/*--------------------------------------------main*/
/*---------------------------------------news*/
main,footer {
	padding: 5% 10%;
}
section {
	margin-bottom: 8%;
}
section.detailsWrap {
	margin-bottom: 0;
}
h2.sectionTitle {
	padding: 1% 2%;
	margin-bottom: 3%;
	border-left: solid 5px #9ac717;
}
ul.newsList {
	padding: 0 10% 3%;
}
ul.newsList li {
	padding: 1.5% 0;
	border-bottom: dotted 2px #777;
}
ul.newsList li a {
	align-items: center;;
}
ul.newsList li a span {
	font-size: 1.3rem;
	width: 10%;
}
ul.newsList li a h3 {
	width: 87%;
	font-weight: normal;
	font-size: 1.8rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #126623;
}
div.back.more {
	display: block;
	text-align: right;
	padding: 2%;
}
div.back.more a ,div.back.more button {
	color: #1eaa39;
	padding: 2%;
	border: solid #aaa 2px;
	border-radius: 10px;
	background-color: #fff;
}
/*---------------------------------------concept*/
.conceptContent {
	width: 80%;
	margin: 0 auto;
}
.conceptContent .conceptList {
	width: 85%;
	margin: 0 auto 6%;
}
.conceptContent .conceptList h3 {
  position: relative;
  padding: 2% 2%;
  text-align: center;
  color: #fff;
  border-radius: 0 10px 10px 10px;
  background: #1eaa39;
	font-size: 2.5rem;
	margin-top: 50px;
}

.conceptContent .conceptList h3:before {
  font-size: 1.5rem;
  position: absolute;
  top: -24px;
  left: 0;
  height: 24px;
  padding: 0 1em;
  content: '\POINT';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #9ac717;
}

.conceptContent p {
	margin-bottom: 1%;
}
.conceptContent p.flex img {
	width: 48%;
	border: solid 4px #9ac717;
	border-radius: 30px;
}
.conceptContent p.imgCaption {
	text-align: center;
}
/*---------------------------------------detail*/
.detailsContent {
	width: 80%;
	margin: 0 auto;
}
.priceContent {
	width: 80%;
	margin: 0 auto 6%;
}
.priceContent>* {
	margin-bottom: 3%;
	font-size: 2rem;
}
.priceContent h3{
	border-bottom: solid 2px #333;
}
.priceContent h3:first-letter {
 font-size: 150%;
  color: #eb6100;
	color: #1eaa39;
}
.priceContent .priceDetails {
	width: 80%;
	margin: 0 auto 3%;

}
.price {
	width: 60%;
	margin: 0 auto 2%;
	position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 80px;
  border: 3px solid #000;
  border-radius: 100vh;
	text-align: right;
	font-size: 3rem;
	font-weight: bold;
}
.price span {
	font-size: 30px;
  font-size: 3rem;
  line-height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: 10px;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  background: #1eaa39;
	text-align: center;
}
.priceContent ul li {
	width: 49%;
}
.medical,.disease{
	margin-bottom: 6%;
}
.medical h3,.disease h3{
	position: relative;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
	margin-bottom: 3%;
	font-size: 2rem;
}
.medical h3:before,.medical h3:after,.disease h3:before,.disease h3:after{
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  color: #1eaa39;
  font-weight: bold;
}
.medical h3:before,.disease h3:before {
  left: 0;
  content: '>>';
}

.medical h3:after,.disease h3:after {
  right: 0;
  content: '<<';
}
.medical ul,.disease ul {
	justify-content: flex-start;
	margin-bottom: 6%;
}
.medical ul li,.disease ul li {
	width: 24%;
	font-size: 1.6rem;
	margin: 0.5%;
	padding: 0.5% 1%;
	border: dotted 1px #9ac717;
	border-radius: 25px;
	align-content: center;
}
.disease ul li span {
	font-weight: bold;
	color: #1eaa39;
}
.disease p {
	font-size: 1.8rem;
	line-height: 1.5;
}
/*--------------------------------------------flow*/
.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
	font-size: 1.8rem;
	position: relative;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 60px;
  height: 60px;
  content: "";
  border-radius: 30px;
  background-color: #1eaa39;
  color: #fff;
  text-align: center;
	z-index: 2;
	position: absolute;
	left: 0;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 2.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  top: 18px;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 2.2rem;
	padding-left: 65px;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
	font-size: 1.6rem;
}
.stepbar .stepbarwrap .steptxt a {
	color: #1eaa39;
	font-size: 2rem;
}
.stepbar .stepbarwrap .steptxt .txt {
  font-size: 1.8rem;
}

.stepbar .stepbarwrap .stepline {
  width: 3px;
  height: calc(115% + 1em);
  background-color: #1eaa39;
  position: absolute;
  top: 1em;
  left: 28.5px;
  z-index: 1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}
/*--------------------------------------------footer*/
footer {
	padding-bottom: 0;
}
.contactWrap {
	margin-bottom: 3%;
}
.footerContent {
	width: 70%;
	margin: 0 auto;
}
.footerContent div.contactAddress {
	width: 100%;
	margin-bottom: 3%;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: left;
}
.footerContent>div {
	padding: 0 2%;
}
.footerContent .access {
	width: 40%;
}
.footerContent .map {
	width: 59%;
}
.footerContent .access>* {
	margin-bottom: 3%;
}
.footerContent .company p{
	font-size: 1.8rem;
}
.footerContent a {
	color: #1eaa39;
}
.footerContent .company p img {
	width: 70%;
}
.privacy {
	width: 100%;
	text-align: center;
}
section.footer {
	text-align: center;
	margin-bottom: 0;
}
/*----------------------------------------------------------------------------pagenavi*/
.wp-pagenavi {
	margin: 40px auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9ac717;
}
.wp-pagenavi a {
	color: #333;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
}
.wp-pagenavi span.current {
		border: solid 1px #9ac717;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi .first,
.wp-pagenavi .last {
	background: #9ac717;
	color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: none;
}
