@charset "UTF-8";
/* ==========================================================================
COMMON
文字濃茶　：#644741
文字オレンジ：#FF7D00
水色　　　：#28C3FF
メイン背景：#E1FAFF
背景薄緑　：#F2F9EA
背景薄黄　：#FDFBBE
========================================================================== */

/* Google Fonts + 日本語 早期アクセス 250 300 350 400 500 700 900 */
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }
.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }
.gf-quicksand { font-family: 'Quicksand', sans-serif; }

/*===============================================
 レスポンシブ スマホサイズ 横幅 740px以下
===============================================*/
@media screen and (max-width: 740px) {

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	
	text-rendering: optimizelegibility;
	
	-webkit-tap-highlight-color:rgba(0,0,0,0.2);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	
	-moz-tap-highlight-color:rgba(0,0,0,0.2); 
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	
	-ms-tap-highlight-color:rgba(0,0,0,0.2); 
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
	
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	font-style: normal;
	
	-webkit-font-feature-settings: 'palt' 1; /*for Android 4.4*/
	font-feature-settings: 'palt' 1;
}
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	font-size: 1.4rem;
	min-width: 320px;
	position:relative;
	color: #644741;
/*	padding-top: 80px;*/
}
h1, h2, h3, h4 {
	font-family: "Rounded Mplus 1c";
	font-weight: 900;
}
h1, h2, h3, h4, h5, p {
	display:block;
	margin:0;
}
p {
	line-height:1.8;
}
img {
	vertical-align:top;
}
ul, ol, dl {
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
em {
	font-style:normal;
}
a {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;  
      -o-transition: 0.2s ease-in-out;  
         transition: 0.2s ease-in-out;
	text-decoration:none;
	color: #534741;
}
a:hover {
	opacity:1.0;
	color: #FF7D00;
}
figure {
	margin: 0px;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
	height:0px;
}
/* shadow */
.bg_shadow {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	behavior:url(../js/PIE.htc);
}
.bg_shadow2 {
	box-shadow:0px 5px 0px 0px #773920,0px -5px 0px 0px #773920;
}
.corner_circle {
	border-radius: 6px;        /* CSS3草案 */  
  -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 6px;   /* Firefox用 */
	behavior:url(../js/PIE.htc);
}
.transition {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;  
       -o-transition: 0.2s ease-in-out;  
          transition: 0.2s ease-in-out;
}
.txt_scale {
	transform: scale( 0.75 , 1 );
	letter-spacing: -0.1em;
}
.arrow a:after {
	display:block;
	content:"";
	position:absolute;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	width:6px;
	height:6px;
	top:50%;
	right:8px;
	margin-top:-4px;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}
.arrow2 a:after {
	display:block;
	content:"";
	position:absolute;
	border-top: none;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	width:6px;
	height:6px;
	top:50%;
	right:16px;
	margin-top:-4px;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}
.gradient {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #f39000), color-stop(0.00, #f89900));
	background: -webkit-linear-gradient(top, #f89900 0%, #f39000 50%);
	background: -moz-linear-gradient(top, #f89900 0%, #f39000 50%);
	background: -o-linear-gradient(top, #f89900 0%, #f39000 50%);
	background: -ms-linear-gradient(top, #f89900 0%, #f39000 50%);
	background: linear-gradient(to bottom, #f89900 0%, #f39000 50%);
}

a img.transform01 {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover img.transform01 {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

a img.transform02 {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover img.transform02 {
	-webkit-transform: rotate(-4deg) scale(1.2);
	transform: rotate(-4deg) scale(1.2);
}
#wrapper {
}

}

/*===============================================
 レスポンシブ スマホサイズ 横幅 740px以下
===============================================*/
@media screen and (min-width: 375px) {
header #header {
}
}

/*===============================================
 レスポンシブ スマホサイズ 横幅 740px以下
===============================================*/
@media screen and (min-width: 414px) {
header #header {
}
}

/*===============================================
 レスポンシブ スマホサイズ 横幅 740px以下
===============================================*/
@media screen and (min-width: 568px) {
header #header {
}
}


/*===============================================
 レスポンシブ スマホサイズ 横幅 740px以下
===============================================*/
@media screen and (max-width: 740px) {

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

header {
/*	position: fixed;*/
	position: relative;
	box-sizing:border-box;
	width: 100%;
	top: 0px;
	left: 0px;
	border-top: 5px solid #28C3FF;
	background: #FFFFFF;
}
header #header {
	position: relative;
	width:100%;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}
header #header h1 {
	display: block;
	text-align: center;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
}
header #header h1 a {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px;
}
header #header h1 a img {
	display: none;
}
header #header h1 a img.logoSp {
	display: block;
	width: 240px;
	height: auto;
	margin: 5px auto 5px;
	padding: 0px 0px 0px 0px;
}

header #subNavi {
	display: none;
	visibility: hidden;
}

/* グローバルナビ */
header #globalNavi {
}
header #globalNavi nav {}
header #globalNavi nav ul {
	display: flex;
	justify-content: center;
	padding: 0px 2%;
}
header #globalNavi nav ul li {
	display: block;
	width: calc( 100% / 4 );
	margin: 0px 0px;
}

header #globalNavi nav ul li a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: -0.05em;
	padding: 5px 0px;
}
header #globalNavi nav ul li a img {
	display: block;
	margin: 0px auto;
	width: 50%;
	max-width: 60px;
	height: auto;
}
header #globalNavi nav ul li a span {
	display: block;
	font-size: 0.8rem!important;
	font-weight: 500;
	letter-spacing: 0em;
	color: #28C3FF;
}



/*!------------------------------------*\
    Drawer 3.2.2　Navi 
\*!------------------------------------*/
#drawer_head.drawer-navbar {
	z-index: 102;
	top: 0;
	width: 100%;
}
#drawer_head.drawer-navbar .drawer-navbar-header {
	width: 100%;
	height: 100%;
}

#drawer_head {}
#drawer_head li, #drawer_head li a {
	color: #FFF;
}
#drawer_head div.drawer-container {}
#drawer_head nav.drawer-nav {
	position: fixed;
	z-index: 101;
	top: 0;
	overflow: hidden;
	width: 23.25rem;
	height: 100%;
	color: #FFF;
	background-color: #28C3FF;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}
#drawer_head ul.drawer-menu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 80px 0px;
	list-style: none;
/*	border-top:1px solid rgba(0,0,0,0.25);*/
}
#drawer_head ul.drawer-menu li {
}
#drawer_head ul.drawer-menu li:last-child {
}
#drawer_head .drawer-brand {
	font-size: 2rem;
	line-height: 5rem;
	padding: 0px 0.75rem 0px 1.75rem;
	color: #FFF;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-weight: 100;
	text-align: center;
}
#drawer_head ul.drawer-menu li a {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#drawer_head li a.drawer-menu-item {
	display: block;
	position:relative;
	font-size: 1.4rem;
	line-height: 50px;
	padding: .75rem;
	padding: 0px 10px 0px 3.6rem;
	text-decoration: none;
	color: #FFF;
}
#drawer_head li:first-child a.drawer-menu-item {
	line-height: 50px;
}
.drawer-menu-item:hover {
  text-decoration: underline;
  color: #FFF;
  background-color: transparent;
}
#drawer_head a.drawer-menu-item {}
#drawer_head li.drawer-dropdown {}
#drawer_head ul.drawer-dropdown-menu {}
#drawer_head li a.drawer-dropdown-menu-item {}
#drawer_head li a i {
	position:absolute;
	display:block;
	top: 7px;
	left: 2px;
	font-size:1.6rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}
#drawer_head li:first-child a i {
	position:absolute;
	display:block;
	top: 10px;
	left: 2px;
	font-size:1.6rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}
#drawer_head li a.drawer_arrow:after {
	display:block;
	position:absolute;
	content:'';
	
	top:50%;
	right: 18px;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
	margin:-4px 0px 0px -6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

#drawer_head ul.drawer-menu li:nth-of-type(5) a {
	_background: #FF7D00;
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
#drawer_head .drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent!important;
}
#drawer_head .drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}
#drawer_head .drawer-dropdown-menu-item {
	line-height: 4rem;
	display: block;
	position: relative;
	padding: 0;
	padding-right: .75rem;
	padding-left: 3rem;
	text-decoration: none;
	color: #FFF;
	font-size: 1.2rem;
	background: #685e64;
}
#drawer_head .drawer-dropdown-menu-item:hover {
  text-decoration: none;
  color: none;
  background-color: rgba(104,94,100,0.50);
}
#drawer_head .drawer-dropdown-menu-item:after {
	display:block;
	content: "";
	position:absolute;
	top:50%;
	left: 20px;
	width: 5px!important;
	height: 5px!important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin:-4px 0px 0px -6px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
/*! open */
#drawer_head .drawer-dropdown.open > .drawer-dropdown-menu {
	display: block;
}

/*! drawer-caret */
#drawer_head .drawer-dropdown .drawer-caret {
	display:inline-block;
	position:absolute;
	-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, opacity .2s ease;
	transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
	vertical-align: middle;
	top:50%;
	right: 18px;
/*
	width: 8px!important;
	height: 8px!important;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: none!important;
	border-bottom: none!important;
*/
	width: 0;
	height: 0;
	margin-left: 4px;
	-webkit-transform: rotate(0deg);
									transform: rotate(0deg);
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;

	margin:-4px 0px 0px -6px;
}

/*! open */
#drawer_head .drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}



/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}
.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
#drawer_head div.drawer-navbar-header {}

#drawer_head .drawer-hamburger {
	position: fixed;
	z-index: 204;
	top: 10px;
	display: block;
	box-sizing: content-box;
	width: 2.2rem;
	height: 0.6rem;
	padding: 0;
	padding-top: 1.6rem;
	padding-right: 1.4rem;
	padding-bottom: 3rem;
	padding-left: 1.4rem;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
									transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: rgba(255,255,255,0.50);
/* background-color: transparent;*/
/*	background-color: #e8e6e9;*/
	margin-right: 5px;
}
.drawer--right.drawer-open .drawer-hamburger {
	background-color: transparent !important;
}

#drawer_head .drawer-hamburger:hover {
	cursor: pointer;
/* background-color: transparent;*/
}
#drawer_head .drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 0px;

	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	color: #28C3FF;
	font-size: 0.8rem;
	text-align: center;
	line-height: 4rem!important;
}
#drawer_head .drawer-hamburger-icon,
#drawer_head .drawer-hamburger-icon:before,
#drawer_head .drawer-hamburger-icon:after {
  width: 100%;
  height: 3px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		background: #28C3FF;
		border-radius: 2px;
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent!important;
	color: #FFFFFF!important;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
	top: 0px;
	background: #FFFFFF!important;
}

.drawer-hamburger:after {
	display: block;
	position: absolute;
	content: "";

	height: 12px;
	width: 4rem;
	left: 50%;
	bottom: 20px;
	margin-left: -3rem;
	text-align: center;
}
#drawer_head .sr-only {}






/* ==========================================================================
   article
   ========================================================================== */
article {
}

/* ==========================================================================
   footer
   ========================================================================== */
footer {
	clear: both;
	overflow: hidden;
	background: #1EBEFF;
	color: #FFFFFF;
	margin: 0px auto 0px;
}
footer a {
	color: #FFFFFF;
}
footer #footer {
	clear: both;
	position: relative;
	box-sizing: border-box;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
}
footer #footer:after {
	display: block;
	content: "";
	clear: both;
	line-height: 1px;
	height: 1px;
}

footer h1 {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 46px;
	margin: 15px auto 0px;
	width: 300px;
}
footer h1 strong {
	font-size: 2rem;
	margin: 0px 0px 0px 0.5em;
}
footer h1 img {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 46px;
	height: auto;
}

footer address {
	clear: both;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 22px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
footer .tel {
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
footer nav {
	margin: 10px auto 10px;
	width: 100%;
}
footer nav ul {
	display: flex;
	justify-content: center;
}
footer nav ul li {
}
footer nav ul li a {
	display: block;
	color: #FFFFFF;
	font-size: 1.1rem;
	margin: 0px 3px;
	line-height: 16px;
	padding: 10px 6px;
	background: rgba(255,255,255,0.20);
	border-radius: 10px;
}
footer #footer p.copyright {
	display: block;
	clear: both;
	text-align: left;
	color: #FFFFFF;
	font-size: 1.1rem;
	line-height: 1.5rem;
	width: calc( 100% - 20px);
	padding: 10px 0px 10px 0px;
	margin: 10px auto 10px;
}

#page-top {
	position: fixed;
	bottom: -10px;
	right: -5px;
	z-index:920;
}
#page-top a {
	position: relative;
	display: block;
	font-size: 1rem;
	text-align: center;
	width: 64px;
	height: 64px;
	line-height: 12px;
	padding: 24px 10px 5px 5px;
	background: #FF7D00;
	color: #FFF;
	border-radius: 6px 6px 0px 0px;

	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	box-sizing:border-box;
	behavior:url(../js/PIE.htc);
}
#page-top a:hover {
}
#page-top a:before {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	left: 26px;
	width: 6px;
	height: 6px;
	margin: -6px 0 0 0;
	border-top: solid 2px #FFF;
	border-left: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}


}