@charset "UTF-8";
/*===================================================
    土台作成用CSS
    全ページにて共通で使用するCSSを記述
===================================================*/

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:15px;
	vertical-align:baseline;
	background:transparent;
}
body {
    line-height:1.6;
	letter-spacing: 0.12em;
	font-family: "游ゴシック","YuGothic M",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","MSPゴ",sans-serif;
}
@media screen and (max-width: 750px){
  body {
    min-width: initial;
  }
}
h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.5rem;
    padding: 10px 0 0 0;
}
h4{
	padding: 50px 0 12px 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}
ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {color: #000;text-decoration: none;}
a:focus,
a:active,
a:hover {
	text-decoration: none;
}
a:hover,a:hover img {
		opacity: 0.8;
	}
/* change colours to suit your needs */
ins {background-color:#ff9;color:#000;text-decoration:none;}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
input::placeholder {
    color: #bbb;
    letter-spacing: 0.05em;
}
.entry .entryIn {
min-height: 360px;
}
/*------------------------------------------------------------
	フワッと出す
------------------------------------------------------------*/
.fadein {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 3000ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

.fadein2 {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein2.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/*------------------------------------------------------------
	汎用パーツ
------------------------------------------------------------*/
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt100 {margin-top:100px!important;}
.ml2{margin-left: 2%;}
.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.fl {float: left;}
.fr {float: right;}

/*幅*/
.w-10{width:10%;}
.w-20{width:20%;}
.w-25{width:25%;}
.w-30{width:30%;}
.w-35{width:35%;}
.w-50{width:50%;}
.w-70{width:70%;}
.w-80{width:80%;}
.w-90{width:90%;}
.w-100{width:100%;}

/*色*/
.red {color:#FF0000;}
.blue {color: #006dc3}

.b-none {border: none!important;}

.fs-13e {font-size: 1.3rem;}

.tax {
	font-size: 0.7em;
    margin: 0 0 0 -3px;
}

@media only screen and (max-width: 767.98px) {
	.img100 {
	width: 100%;
}
	.img90 {
	width: 90%;
}
	.img100Box {
	margin: 0 calc(50% - 50vw);
  	width: 100vw;
}
}
/*------------------------------------------------------------
	レスポンシブ規則
------------------------------------------------------------*/
	.pc_only {
		display: block;
}
	.sp_only {
		display: none;
}
@media only screen and (max-width: 767.98px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
		max-width: 100%;
	}
}


/*------------------------------------------------------------
	ボタン　（ヘッダーの会員登録・ログイン）
------------------------------------------------------------*/
a.btn_gradient {
	background:linear-gradient(#005bb8, #0082d9);
	color: #fff;
	padding: 7px 10px;
    border-radius: 30px;
    font-size: 0.9em;
}
a.btn_gradient:hover {
	border: 2px solid #005bb8;
	padding: 5px 8px;
    border-radius: 30px;
    font-size: 0.9em;
	background: #fff;
	color: #005bb8;
}
@media only screen and (max-width: 767.98px) {
a.btn_gradient {
    width: 80%!important;
    margin: 1em auto!important;
    color: #fff!important;
    padding: 20px 0!important;
}
}

a.btn_blue_border {
	border: 2px solid #005bb8;
	padding: 5px 8px;
    border-radius: 30px;
    font-size: 0.9em;
	background: #fff;
}
a.btn_blue_border:hover {
	background:linear-gradient(#005bb8, #0082d9);
	color: #fff;
	padding: 7px 10px;
    border-radius: 30px;
    font-size: 0.9em;
	border:0;
}

@media only screen and (max-width: 767.98px) {
a.btn_blue_border {
    width: 80%!important;
	margin: 1em auto!important;
	background: #fff;
    padding: 18px 0!important;
}
}
/*------------------------------------------------------------
	ボタン　（白丸ボタン青線）
------------------------------------------------------------*/


.btn01 a {
	position: relative;
  	width: 40%;
	color:#000;
	text-decoration: none;
    text-align: center;
    padding: 20px;
    display: block;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    border-radius: 3px;
	border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.1em;
    transition: all 0.3s ease 0s;
	margin: 30px auto 0 auto;
	background: #fff;
	text-decoration: none;
}

.btn01 a:hover {
  color: #000;
	background: #ddd;
	transition: all 0.3s ease 0s;
	border:1px solid #000000;
  transform: translateY(0.1875em);
}
@media only screen and (min-width: 767.98px) {
	.btn01 a:hover {
  background: #fff;
	color:#39bbb3;
	border-bottom-color: transparent;
  transform: translateY(0.1875em);
}
}
@media only screen and (max-width: 767.98px){
.btn01 a {
	width: 76%;
	}
	
}
/*------------------------------------------------------------
	ボタン　（青丸ボタン白線）
------------------------------------------------------------*/
.btn02 a {
	width: 40%;
	color:#fff;
	text-decoration: none;
    text-align: center;
    padding: 30px 20px;
    display: block;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    border-radius: 3px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.1em;
    transition: all 0.3s ease 0s;
	margin: 10px auto;
	background: #30b54d;
}
@media only screen and (min-width: 767.98px) {
.btn02 a:hover {
  background: #a7a7a7;
	color:#fff;
	border-bottom-color: transparent;
  transform: translateY(0.1875em);
}
}
@media only screen and (max-width: 767.98px){
.btn02 a {
	width: 76%;
	}
	
}


/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
background: rgb(64,221,236);
background: linear-gradient(90deg, rgba(64,221,236,1) 0%, rgba(118,242,216,1) 100%);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 100;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px 0;
}
nav .inner ul {
  list-style: none;
  margin: 5% 0 0;
  padding: 0;
	text-align: center;
}
nav .inner ul li {
  position: relative;
  margin: 0;
	width: 40%;
	text-align: center;
	    display: inline-block;
	padding: 10px 0 0;
}
nav .inner ul li a {
  display: block;
  color: #fff;
  font-size: 25px;
	font-weight: bold;
  padding: 20px;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  color: #000;
}
nav .inner p {
text-align: center;
}
nav .inner p img {
width: 30%;
	margin: 12% 0 2% 0;
}




@media screen and (max-width: 767px) {
  nav {
    left: -100%;
    width: 100%;
  }
	nav .inner ul li {
		text-align: left;
		float: none;
		width: 100%;
	}
	nav .inner ul li a {
		font-size: 5vw;
		padding: 14px 0 0 5%;
	}
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 16px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 110;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #757575;
  border-radius: 4px;
  transition: all .5s;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
	width: 27px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
.logo h1 {
	padding: 9px;
	width: 180px;
	float: left;
}
.logo h1 img {
	width: 180px;
	}
.logo ul {
	padding: 20px 100px 0 0;
    float: right;
}
.logo ul li {
	display: inline;
	margin: 0 7px;
	font-size: 1.2vw;
}
.logo ul li:first-child{
	margin-left: 10px;
}
.logo ul li a {
	text-decoration: none;
	padding: .3em .3em;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(70,178,255,1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
	letter-spacing: 0.1em;
}
.logo ul li a:hover {
	color: #0082cc;
	background-position: -100% 0;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
.logo ul {
	display: none;
}
}

/*---------------------------------------------------------*/
/* 下層のヘッダー */
/*---------------------------------------------------------*/

/*---------------------------------------------------------*/
/* フッター */
/*---------------------------------------------------------*/

#footer {
	background:#5c9e64;
	position: sticky;
    z-index: 2;
}
#footer_content {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 40px 0;
	color: #fff;
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
#footer_content ul {
	width: 33%;
}
#footer_content ul li {
	padding: 0 0 10px 30px;
	font-size: 0.9rem;
}

#footer_content ul li a {
	color: #fff;
	text-decoration: none;
}
#footer_content ul li a:hover {
	color: #83b0da;
}


.copy {
	width: 1020px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	color: #fff;
}
.copy p {
	font-size: 80%;
	letter-spacing: 0.1em;
	padding: 40px 0 0 0;
}

@media only screen and (max-width: 767.98px) {
	#footer_content {
		width: 100%;
    	line-height: 1.6;
		display: block;
	}
	#footer_content ul {
	width: auto;
}
	#footer_content ul li {
	padding: 0 0 20px 30px;
	font-size: 1.3rem;
}
	#footer_sns {
		width: 98%;
	}
	.copy {
		width: 100%;
	}
	.footer_logo {
	width: 90%;
}
}

@media only screen and (min-width: 768px) {
	
}

/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/
.breadcrumb {
	line-height: 1.3;
	padding: 6px 0;
	margin: 0px auto;
	font-size: 12px;
	width: 1024px;
}

.breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb ul {
	padding: 1% 1% 0 1%;
}
.breadcrumb ul li {
	float: left;
	list-style: none;
	margin-bottom: 5px;
	font-size: 12px;
}

.breadcrumb ul li a {
	position: relative;
	padding-right: 18px;
	text-decoration: none;
}
.breadcrumb ul li a:hover {
	text-decoration: underline;
}
.breadcrumb ul li a::before {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	right: 8px;
	position: absolute;
	top: 5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.breadcrumb ul li.home {
	position: relative;
	display: block;
	padding: 0 0 0 22px;
}

.breadcrumb ul li.home::before {
	content: '';
	height: 0px;
	width: 0px;
	display: block;
	position: absolute;
	top:1px;
	left: 0px;
	border: 6px solid transparent;
	border-bottom-color: #808080;
	border-top: 0;
}

.breadcrumb ul li.home::after {
	content: '';
	height: 4px;
	width: 4px;
	display: block;
	position: absolute;
	top: 7px;
	left: 0px;
	border: 4px #808080 solid;
	border-bottom: 0;
}

@media only screen and (max-width: 767.98px){
	.breadcrumb {
		width: 100%;
	}
}

/* ---------------------------------------------
*   pagetop
--------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 6px;
    right: 10px;
	z-index: 100;
}
@media only screen and (max-width: 767.98px){
	#page-top {
    display: none!important;
}
}
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

@charset "utf-8";
