﻿@charset "UTF-8";

body {
	background: linear-gradient(#F4DFF1, #AE87BB);
	background: -webkit-linear-gradient(#F4DFF1, #ECDCF1);
	font-family:"Rounded Mplus 1c", "游ゴシック Medium", "Yu PGothic Medium","游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
a {
	color: #444;
}
a:hover {
	color: tomato;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
img, video {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#wrapper {
	width: 100%;
}
h2.diams::before {
	content: "\02666";
}
h3.diams::before {
	content: "\02666";
}
header {
	width: 100%;
	background-size:cover;
}
header h1 {
	padding: 1% 0 7.6% 2%;
	width: 20%;
}
header h2 {
	margin:0 1.4em 0 0;
	padding-bottom:0.4em;
	font-size: 1.8rem;
	color: #FFF;
	text-align: right;
}
header h4 {
	margin:0 1.4em 0 0;
	font-size: 1.2rem;
	color: #FFF;
	text-align: right;
}
.drawerBt {
	display: none;
}
nav.dNavWrapper {
	width: 100%;
	margin: 20px 0;
}
nav ul.dNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: auto;
	width: 74%;
	border-radius: 1.2em;
	background: rgb(0,0,0,0.7);
}
.dNav li {
	width: calc(100%/6);
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2;
	text-align: center;
}
nav li a{
	display: block;
	color: #FFF;
	border-radius: 1em;
}
nav li a:hover{
	color: #C30D22;
	background: rgba(230,180,230,0.8);
	border-radius: 1em;
}

.ask {
	margin: 0 10px 0 auto;
	width: 160px;
	font-size: 1.4rem;
	line-height:1.2;
	text-align: center;
	border-radius: 13px;
	background: rgba(0,100,0,0.9);
}
.ask a {
	display: block;
	padding: 3px;
	color: #FFF;
	border-radius: 13px;
}
.ask a:hover {
	color: #000;
	background: springgreen;
}
footer {
	width: 100%;
	margin: 0 auto 40px;
	padding-top: 30px;
	border-top: 1px dotted #999;
}
#footer_box {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 80%;
}
#footer_box li {
	font-size: 1rem;
	line-height: 1.8;
}
footer p {
	font-size: 0.9rem;
	color: purple;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 0.6%;
}
.pagetop a {
	display: block;
	background-color: rgba(55,120,235,0.7);
	text-align: center;
	color: #FFF;
	font-size: 0.8rem;
	line-height:1.2;
	text-decoration: none;
	padding: 1.2em 0.9em;
	border-radius: 40px;
}
.pagetop a:hover {
	display: block;
	background-color: rgba(195,28,28,0.7);
	text-align: center;
	color: #FFE6D9;
	line-height:1.2em;
	font-size: 0.8rem;
	text-decoration: none;
	padding:1.2em 0.9em;
}


@media screen and (max-width:1025px){
	header h1 {
		width: 30%;
	}
}

@media screen and (max-width:770px){
	a:hover {
		color: #444;
	}
	nav ul.dNav {
		width: 76%;
	}
	header h1 {
		width: 30%;
	}
	.ask {
		margin: 10px 10px 0 auto;
		font-size: 1.2rem;
	}
	#footer_box {
		flex-direction: column;
	}
	#footer_box p {
		order: 2;
	}
	#footer_box ul {
		order: 1;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:642px){
	#container {
		padding-top: 24px;
		width: 96%;
	}
	header h1 {
		width: 44%;
	}
	header h2 {
		font-size: 1.2rem;
	}
	#footer_box {
		flex-direction: column;
	}
	#footer_box p {
		order: 2;
	}
	#footer_box ul {
		order: 1;
		margin-bottom: 20px;
	}
.drawerBg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(120, 120, 120, 0.4);
	display: none;
	top: 0;
	left: 0;
}
.drawerBt {
	display: block;
	background: rgba(200,240,220,0.8);
	border: none;
	padding: 0 4px 2px;
	width: 42px;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 3px;
	right: 10px;
	z-index: 1001;
	text-align: center;
	outline: none;
	border-radius: 3px;
}

.drawerBt.active .drawerBar {
	width: 49px;
}
.drawerBt.active .drawerBar1 {
	transform: rotate(30deg);
}
.drawerBt.active .drawerBar2 {
	opacity: 0;
}
.drawerBt.active .drawerBar3 {
	transform: rotate(-30deg);
}
.drawerBt.active .drawerMenuText {
	display: none;
}
.drawerBt.active .drawerClose {
	display: block;
}
.drawerBar {
	display: block;
	height: 2px;
	margin: 10px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}
.drawerText {
	text-align: center;
	font-size: 10px;
}
.drawerClose {
	letter-spacing: 0.08em;
	display: none;
}
.drawerMenuText {
	display: block;
}
nav.dNavWrapper {
	width: 80%;
	height: 100%;
	transition: all 0.2s;
	transform: translate(400px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
}
.dNavWrapper.open {
	transform: translate(0);
}
/*+++ Default Navigation CSS +++*/
.dNav {
	padding: 120px 0 40px;
	flex-direction:column;
	width: 100%;
}
.dNav li {
	flex-direction: column;
	width: 100%;
	font-size: 1rem;
	padding: 10px;
	margin-bottom: 0;
	border-bottom: 1px solid #CCC;
	border-left: none;
}
/*+++ Default Button Color +++*/
.drawerBt {
	color: tomato;
}
.drawerBt .drawerBar {
	background-color: tomato;
}
}
