@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%; /*16px x 62.5%=10px*/
}
body {
	color: #333;
	font-family: fot-tsukuardgothic-std, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.6rem;
}
a {
	color: #333;
	display: block;
}
a:hover {
	opacity: 0.5;
}
img {
	max-width: 100%;
	height: auto;
}

/*------------------
 * utility
------------------*/
.pc {
	display: none;
}

.se {
	display: none;
}

.inner {
	box-sizing: border-box;
	padding: 0 20px;
}

.relative {
	position: relative;
	height: 100vh;
}

.text-center {
	text-align: center;
}

.phone-copy {
	font-size: 1.6rem;
	margin-bottom: 7px;
	width: 100%;
}

.phone-number {
	font-size: 2.4rem;
	font-weight: 700;
}

.phone-btn {
	display: block;
	padding: 16px 0;
	margin-bottom: 200px;
	border-radius: 50px;
	background-color: #EB7C0E;
	color: #fff;
	font-weight: 700;
	margin: 0 auto;
}

.time-schedule__sp {
	margin: 0 auto;
	padding-bottom: 7px;
}

.time-schedule__annotation {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 7px;
}

.text {
	line-height: 1.5;
}

.text-mb {
	margin-bottom: 2rem;
}

.text-orange {
	color: #E87C0E;
}

.text-bold {
	font-weight: 700;
}

.mb70 {
	margin-bottom: 70px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb10 {
	margin-bottom: 10px;
}

.link {
	color: #E87C0E;
	cursor: pointer;
}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/*------------------
 * icon
------------------*/
.phone:before {
	margin-right: 5px;
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}

.train:before {
	margin-right: 5px;
	content: "\f239";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}

.car:before {
	margin-right: 5px;
	content: "\f1b9";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}

/*------------------
 * bg
------------------*/
.bg {
	background-image: url("../images/home/hero-image@2x.jpg");
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100vh;
}

.bg-orange {
	background-color: #FDEEED;
}

.bg-footer {
	background-color: rgba(204, 194, 192, 0.2);
}

/*------------------
 * header
------------------*/
.header {
	height: 70px;
	position: fixed;
	width: 100%;
	transition: 0.3s;
	z-index: 1000;
}

.header-left {
	max-width: 70vw;
}

.header.scroll {
	background-color: #fff;
	opacity: 0.9
}

.header-inner {
	padding: 15px 20px;
}
.sub-name {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.main-name {
	font-size: 3.0rem;
	font-weight: 700;
}

/*------------------
 * navigation
------------------*/
.btn-trigger {
	position: fixed;
	top: 15px;
	right: 20px;
	border: none;
	width: 40px;
	height: 30px;
	background: transparent;
	z-index: 999;
}

.btn-trigger span {
	position: absolute;
	display: block;
	width: 39px;
	height: 3px;
	background-color: #333;
	transition: all 0.5s;
}

.btn-trigger {
	padding: 0;
}

.btn-trigger span:first-of-type {
	top: 0;
}

.btn-trigger span:nth-of-type(2) {
	top: 13px;
}

.btn-trigger span:last-of-type {
	top: 26px;
}

.btn-trigger.active span:first-of-type {
	transform: rotate(45deg);
	top: 13px;
}

.btn-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.btn-trigger.active span:last-of-type {
	transform: rotate(-45deg);
	top: 13px;
}

.btn-trigger::after {
	position: absolute;
	bottom: -20px;
	content: "メニュー";
	display: block;
	width: 100%;
	color: #333;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
}

.btn-trigger.active::after {
	content: "閉じる"
}

.navigation {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height: 120%;
	padding: 70px 20px 50px;
	background-color: rgba(255, 255, 255, 0.97);
}

.nav-item {
	margin-bottom: 25px;
	font-weight: 700;
}

.nav-phone {
	margin-bottom: 24px;
	color: #E87C0E;
}

/*------------------
 * top-wrapper
------------------*/
.top-wrapper-inner {
	padding-top: 28vh;
	padding-right: 20px;
	padding-left: 20px;
}

.message {
	font-weight: 700;	
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 10vh;
}

.time-schedule {
	margin-bottom: 10px;
}

.time-schedule>img {
	margin-bottom: 7px;
}

.top-wrapper__address {
	font-size: 1.4rem;
	font-weight: 700;
}

/*------------------
 * flexfooter
------------------*/
.flexfooter {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
	opacity: 0.9;
}

.flexwrapper {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
}

.flexleft {
	background-color: #fff;
	width: 40%;
	padding: 16px 8px;
	margin: 0;
	left: 0;
	height: 40px;
	cursor: pointer;
}

.map-copy {
	font-size: 1.6rem;
	margin-bottom: 7px;
	width: 100%;
}

.map-link {
	font-size: 2.4rem;
	font-weight: 700;
}

.map-icon:before {
	margin-right: 5px;
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}

.flexright {
	background-color: #e87C0E;
	width: 60%;
	padding: 16px 8px;
	margin: 0;
	right: 0;
	height: 40px;
	cursor: pointer;
}

.phone-link p {
	color: #fff;
}

.fs4vw {
	font-size: 4vw;
}

.fs6vw {
	font-size: 6vw;
}

/*------------------
 * section-sp
------------------*/
.section-inner {
	padding: 70px 20px;
	box-sizing: border-box;
}

.section-title {
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: 700;
}

.section-header {
	margin: 0 20px;
	padding-top: 120px;
}

.section-title2 {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 30px;
}

.section-img {
	margin-bottom: 30px;
}

.section-subtitle {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 50px;
}

/*------------------
 * news
------------------*/
.news-body {
	max-width: 500px;
	margin: 0 auto;
}

.news-list {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.news-date {
	width: 90vw;
}

.news-text {
	width: 250vw;
	text-align: left;
}

/*------------------
 * sympotos
------------------*/
.sympotos-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.sympotos-item {
	box-sizing: border-box;
	width: 45%;
	margin-bottom: 30px;
}

.mb0 {
	margin-bottom: 0;
}

/*------------------
 * daycare
------------------*/
.btn {
	display: block;
	max-width: 342px;
	padding: 27px 0;
	margin-bottom: 200px;
	border-radius: 50px;
	background-color: #EB7C0E;
	color: #fff;
	font-weight: 700;
	margin: 0 auto;
}

/*------------------
 * greeting
------------------*/
.dr-img {
	margin-bottom: 24px;
}

.dr-name {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 24px;
}

/*------------------
 * guide
------------------*/
.guide-img {
	margin-bottom: 24px;
}

.guide-title {
	margin-bottom: 10px;
	font-weight: 700;
}

.guide-text {
	margin-bottom: 50px;
}

/*------------------
 * footer
------------------*/
.footer {
	position: relative;
}

.footer-mb {
	margin-bottom: 40px;
}

.footer-mb .link {
	display: inline;
}

.footer-title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.footer-phone__link p {
	color: #E87C0E;
}

.footer-time {
	font-size: 1.4rem;
}

.footer-ubjects {
	line-height: 1.5;
}

.footer-map {
	margin-bottom: 10px;
}

.footer-address {
	line-height: 1.5;
}

.footer-menu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.footer-menu__list {
	box-sizing: border-box;
	width: 50%;
	margin-bottom: 14px;
}

.btn-pageTop {
	position: fixed;
	right: 5px;
	bottom: 85px;
	width: 56px;
	height: 56px;
	background-color: #EB7C0E;
	border-radius: 50%;
}

.btn-pageTop a {
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
}

.btn-pageTop a::before {
	position: relative;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	content: '\f062';
	color: #fff;
	font-size: 30px;
	line-height: 56px;
}

.copyright {
	display: inline-block;
	font-size: 1.2rem;
	margin-bottom: 20px;
}

/*------------------
 * doctor
------------------*/
.doctor-message {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 50px;
}

.doctor-list {
	width: 100%;
	margin: 0 auto;
}

/*------------------
 * map
------------------*/
.maps-outer {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.maps {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------
 * information
------------------*/
.information-list {
	border-bottom: dotted 2px #333;
}

.information-content {
	margin-bottom: 15px;
}

@media screen and (min-width:641px) {
	body {
		font-size: 1.8rem;
	}
	
	.pc {
		display: block;
	}
	
	.sp {
		display: none;
	}
	
	.se {
		display: none;
	}
	
	.inner-pc {
		max-width: 900px;
		margin: 0 auto;
		padding: 0 20px;
	}
	
	.inner-pc-800 {
		max-width: 800px;
		margin: auto;
	}
	
	.pc-flex {
		display: flex;
		justify-content: space-between;
	}
	
	.pc-flex__around {
		display: flex;
		justify-content: space-around;
	}
	
	.pc-flex__left {
		width: 48%;
		height: auto;
	}
	
	.pc-flex__right {
		width: 48%;
		height: auto;
	}
	
	.text-center-pc {
		text-align: center;
	}
	
	.fs20 {
		font-size: 2.0rem;
	}
	
	.dsf {
		display: flex;
	}
	
	/*------------------
	 * section-pc
	------------------*/
	.section-title {
		font-size: 2.4rem;
		margin-bottom: 64px;
	}
	
	.section-title2 {
		font-size: 2.8rem;
	}
	
	.page-title {
		margin-top: 80px;
		font-size: 3.2rem;
	}
	
	.section-subtitle {
		font-size: 2.8rem;
	}
	
	.section-img {
		max-width: 528px;
		height: auto;
	}
	
	/*------------------
	 * header
	------------------*/
	.header {
		height: 125px;
	}
	
	.header-inner-pc {
		max-width: 1000px;
		margin: auto;
	}
	
	.header-inner {
		display: flex;
		justify-content: space-between;
		padding-top: 20px;
		margin-bottom: 15px;
	}
	
	.top-wrapper-pc {
		max-width: 850px;
		margin: 0 auto;
	}
	
	.sub-name {
		font-size: 1.5rem;
	}
	
	/*------------------
	 * navigation
	------------------*/
	.menu-pc {
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.nav-list {
		display: flex;
		justify-content: space-between;
	}
	
	/*------------------
	 * top-wrapper
	------------------*/
	.message {
		padding-top: 40vh;
		font-size: 2.6rem;
		width: 100%;
	}
	
	.map-time {
		padding-top: 25vh;
	}
	
	.top-wrapper__map {
		margin-bottom: 10px;
	}
	
	.map__annotation {
		font-weight: 700;
	}
	
	.map {
		width: 340px;
		margin: 0 auto;
	}

	/*------------------
	 * sympotos
	------------------*/
	.sympotos-item {
		width: 30%;
		margin-bottom: 50px;
	}
	
	/*------------------
	 * guide
	------------------*/
	.guide-pc {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}
	
	.guide-item {
		width: 45%;
	}

	/*------------------
	 * doctor-pc
	------------------*/
	.doctor-message {
		font-size: 20px;
	}
	
	/*------------------
	 * map-pc
	------------------*/
	.map-img {
		width: auto;
		height: 363px;
	}
	
	.map-flex__left {
		width: 30%;
	}
	
	.map-flex__right {
		width: 68%;
	}

	/*------------------
	 * information-pc
	------------------*/
	.inner-pc-information {
		width: 800px;
		margin: auto;
	}
	
	.information-list {
		display: flex;
	}
	
	.information-date {
		width: 30%;
	}
	
	.information-content {
		width: 70%;
		margin-bottom: 30px;
	}
	
	/*------------------
	 * footer-pc
	------------------*/
	.footer-menu-pc {
		max-width: 800px;
		margin: 0 auto;
	}
	
	.footer-pc {
		display: flex;
		justify-content: space-between;
		text-align: left;
	}
	
	.footer-pc__left {
		width: 46%;
	}
	
	.footer-pc__right {
		width: 46%;
	}
	
	.footer-title {
		margin-bottom: 24px;
	}
	
	.footer-mb {
		margin-bottom: 48px;
	}
	
	.time-schedule {
		width: 340px;
	}
	
	.footer-time {
		font-size: 1.6rem;
	}
	
	.phone-number {
		font-size: 4.0rem;
	}
	
	.footer-map {
		width: 335px;
	}
	
	.footer-menu {
		display: flex;
		justify-content: space-between;
	}
	
	.footer-menu__list {
		width: auto;
	}
	
	/*------------------
	 * daycare-pc
	------------------*/
	.btn {
		bottom: 0;
	}
	
	.daycare-left {
		width: 40%;
	}
	
	.daycare-right {
		width: 55%;
	}
	
	.daycare-phone-number {
		font-size: 3.2rem;
		font-weight: 700;
	}
	
	.phone-btn {
		width: 530px;
	}
	
	.mb0 {
		margin-bottom: 0;
	}
}

/*---------------------
 * iPhone5, iPhoneSE
---------------------*/
@media screen and (max-width:321px) {
	.se {
		display: block;
	}
	
	.pc {
		display: none;
	}
}