@charset "utf-8";

/*======
   初期化
======*/
*, *::before, *::after {
	box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
 	font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

li {
	list-style: none;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

a {
	color: #000;
	text-decoration: none;
}


/*======
   基本レイアウト
======*/
.wrap {
}

.onlyPC {
	display: none;
}

.overflow {
	overflow: hidden;
}

.position_rel {
	position: relative;
}

.flex {
	display: flex;
}

.row_r {
	flex-direction: row-reverse;
}

.colu {
	flex-direction: column;
}

.colu_r{
	flex-direction: column-reverse;
}

.justify_center {
	justify-content: center;
}

.align_center {
	align-items: center;
}

.center {
	text-align: center;
}

.font_ss {
	font-size: 2.25vw;
}

.font_s {
	font-size: 2.5vw;
}

.font_ms {
	font-size: 3vw;
}

.font_m {
	font-size: 3.5vw;
}

.font_ml {
	font-size: 4vw;
}

.font_l {
	font-size: 5vw;
}

.font_ll {
	font-size: 5.5vw;
}


.shadow {
  box-shadow:  0 -1px 3px rgba(0, 0, 0, .15);
}


.roboto-flex-h3 {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}

.block {
	display: block;
}

/*======
   header
======*/

header {
	height: 4.5rem;
}

.h_back {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 4.5rem;
	background-color: #fff;
	box-shadow: 2px 0 4px 0 rgba(0, 0, 0, .25);
	z-index: 6;
}

.logo {
	margin: 0.75rem 0.5rem;
}

.info {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 90%;
	background-color: #fff;
	z-index: 9;
}

.info li a {
	display: block;
	height: 3rem;
	line-height: 3rem;
	color: #fff;
}

.bg {
	background-color: #9acbd1;
}

.or {
	background-color: rgb(244, 126, 0);
}

/*ハンバーガーメニュー*/

#navToggle {
	position: fixed;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
    width: 2.2rem;
    height: 2.2rem;
	border: solid 1px #ccc;
	border-radius: 5px;
	z-index: 10;
}

#navToggle span {
	display: inline-block;
	transition: all .5s;
    position: absolute;
    left: 0.5rem;
	top: 0;
    height: 2px;
    border-radius: 5px;
	background: #000;
    width: 50%;
}

#navToggle span:nth-of-type(1) {
	 top: 0.7rem;
}

#navToggle span:nth-of-type(2) {
	 top: 1.0rem;
}

#navToggle span:nth-of-type(3) {
	 top: 1.3rem;
}



#navToggle.active span:nth-of-type(1) {
    top: 0.6rem;
    left: 0.5rem;
	width: 30%;
    transform: translateY(6px) rotate(-45deg);
}

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

#navToggle.active span:nth-of-type(3){
    top: 1.3rem;
    left: 0.95rem;
	width: 30%;
    transform: translateY(-5px) rotate(45deg);
}


#navToggle.active {
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 10;
}

/*--*/


#gnavi {
	width: 100%;
	height: 34vw;
	position: fixed;
	top: 4rem;
	left: 0;
	transform: translateY(-105%);
	background-color: rgb(235, 255, 244);
	z-index: 5;
	transition: 0.5s all;
}

#gnavi.active {
	transform: translateY(0%);
	transition: 0.5s all;
}

#gnavi .menu {
	padding: 2.5vw;
}

#gnavi .menu li {
	width: 100%;
	line-height: 10vw;
}

#gnavi .menu li a {
	display: block;
}

#gnavi .menu li a:hover {
	text-decoration: underline;
}


/*--main--*/


/*mv*/
.mv {
	height: 65vw;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.mv h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;	
	margin: 4rem 0 0;
	line-height: 3rem;
	color: #583822;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}


.mv h2 span {
	display: block;
}

.mvime {
	width: 50%;
	max-width: 250px;
	position: absolute;
	top: 1rem;
	right: -1rem;
	z-index: -1;
}

/*--section--*/
section {
	padding: 5rem 0 0;
	max-width: 800px;
	margin: 0 auto;
}

h3::after {
	display: block;
	content: "";
	width: 7rem;
	height: 0.1rem;
	background-color: #9acbd1;
	margin: 0.5rem auto;
}

.sab {
	color: #88bfc1;
}

.concept {
	margin: 2rem 0 0;
	line-height: 2.5rem;
	letter-spacing: 0.1rem;
}

.M_box {
	width: 80%;
	margin: 0 auto;
}

.M_box dl {
	margin: 3rem 0 0;
	padding: 40vw 1rem 1rem;
	box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .3);
}

.M_box dl dd {
	position: absolute;
	width: 80%;
	top: -1.5rem;
	left: 10%;
}

.message {
	width: 90%;
	margin: 0 auto;
}

.message li {
	margin: 1rem 0 0;
	line-height: 1.5;
	letter-spacing: 0.02rem;
}

.check li {
	padding-left: 1rem;
	position: relative;
}

.check li::before {
	display: block;
	content: "✔";
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
}

.name {
	width: 90%;
	margin: 2rem auto 1rem;
	line-height: 1.5;
	letter-spacing: 0.02rem;
}

/*サービス*/
.service {
	margin: 3rem 0 1rem;
}

.service dl {
	width: 80%;
	margin: 0 auto 3rem;
}

.service dl dt,
.service dl dd {
	padding: 0 0 1rem; 
	line-height: 1.5;
}

.s_text {
	letter-spacing: 0.02rem;
}

.service dt {
	margin: 2.5rem auto;
}

.botton a {
	background-color: #9acbd1;
	color: #fff;
	display: block;
	width: 14rem;
	padding: 1rem;
}


/*プロフィール*/
.p_wrap {
	background: url("images/back.jpg") repeat left center/auto #fff;
	margin: 2rem 0.75rem;
	padding: 0.5rem 0;
}

.P_box {
	width: 90%;
	margin: 4rem auto 8rem;
	line-height: 1.5;
	letter-spacing: 0.02rem;
}

.profile {
	width: 75%;
	margin: 0 auto;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
}

.profile img {
	padding: 0.5rem;
	background-color: #fff;
}

.p_text {
	margin: 2rem 0 1rem;
}

.p_text li {
	padding: 0.5rem 0;
}

.P_box dl {
	margin: 2rem 0 2rem;
}

.P_box dl dd span {
	display: block;
	margin-right: 1rem;
	position: absolute;
	top: 0;
	left: 0;
}

.day {
	padding: 0 0.25rem 0.25rem 4.5rem;
	
}

.list{
	padding-left: 1.5rem;
}

.disc{
	list-style-type: disc;
}

/*お問い合わせ*/
#Contact {
	padding: 3rem 0 6rem 0;
}

.c_wrap {
	width: 85%;
	background-color: #fff;
	margin: 0 auto;
}

.c_box {
	width: 95%;
	margin: 0 auto;
	padding: 2rem 1rem;
}

.c_box li {
	line-height: 1.5;
	margin: 1rem 0;
}

.wrar {
	flex-wrap: wrap;
	justify-content: space-around;
}

.wrar li {
	margin: 0.5rem 0;
}

.color_gb {
	color: #88bfc1;
}


/*--footer--*/

.f_wrap {
	padding: 3rem 0 4rem;
}

#pagetop{
	width: 10%;
	max-width: 60px;
	height: 3rem;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 7;
	background: #fff;
	border-radius: 5%;
}

#pagetop::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0d8';
	font-size: 35px;
	color: #999;
	position: absolute;
	width: 35px;
	height: 30px;
	top: -15px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#copyright a {
	color: #fff;
}




/*======
   スクリーンサイズ　768px
======*/
@media screen and (min-width: 768px) {

	.onlySP {
		display: none;
	}
	
	.onlyPC {
		display: block;
	}
	
	.font_ss {
		font-size: 0.5rem;
	}

	.font_s {
		font-size: 0.8rem;
	}

	.font_ms {
		font-size: 0.9rem;
	}

	.font_m {
		font-size: 1.1rem;
	}

	.font_ml {
		font-size: 1.5rem;
	}

	.font_l {
		font-size: 1.75rem;
	}
	
	.font_ll {
	font-size: 2.5rem;
}
	/*header*/
	
	.info {
		top: 0.75rem;
		bottom: auto;
		left: auto;
		right: 1rem;
		width: 30%;
	}

	header {
		height: 7.5rem;
}
	
	.h_back {
		height: 7.5rem;
}
	
	.logo {
	margin: 0.75rem 2rem;
}
	

	#gnavi {
		width: 100%;
		height: 3rem;
		top: 4.5rem;
		left: auto;
		right: 0;
		transform: none;
		z-index: 7;
	}

	#gnavi .menu {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		align-items: center;
		padding: 0.7rem;
	}

	#gnavi .menu li {
		width: auto;
		line-height: 1.5rem;
		padding: 0 1rem;
	}
	
	#gnavi .menu li:nth-of-type(1),
	#gnavi .menu li:nth-of-type(2) {
		border-right: solid 2px #000;
	}

	/*main*/
	
	.mv {
		height: 30rem;
	}
	
	.mv h2 {
		margin-top: 7rem;
		line-height: 5rem;
	}
	
	.mvime {
		max-width: 400px;
	}
	
	section {
		padding: 10rem 0 0;
	}
	
	.M_box dl {
		padding: 20rem 1rem 1rem;
	}
	
	
	/*サービス*/
	.service {
		display: flex;
		align-items: flex-start;
	}

	.service dl {
		width: 45%;
	}

	.s_text {
		height: 9rem;
	}

	.c_wrap {
	width: 75%;
	}
	
	
	}


/*======
   スクリーンサイズ　910px
======*/
@media screen and (min-width: 910px) {
	
	
	.font_ll {
		font-size: 3.5rem;
	}
		
	.mv h2 {
		margin-top: 8rem;
		line-height: 6rem;
	}
	
}
/*======
   スクリーンサイズ　1200px
======*/
@media screen and (min-width: 1200px) {
	
	
}
	

