@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"; }

/*===============================================
 レスポンシブ PCサイズ 横幅 741px以下
===============================================*/
@media screen and (min-width: 741px), print {

#drawer_head {
display: none;
}

* {
	font-family: "Rounded Mplus 1c";
	-webkit-font-feature-settings: 'palt' 1; /*for Android 4.4*/
	font-feature-settings: 'palt' 1;
	font-weight: 500;
	font-style: normal;
}
body {
	width: 100%;
	min-width: 1080px;
	font-size: 18px;
	box-sizing: border-box;
	color: #644741;
}
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 {}
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 {
}


/* ==========================================================================
   header
   ========================================================================== */
body {
}
header {
	position: relative;
	width: 100%;
	height: 200px;
	border-top: 10px solid #28C3FF;
	background: #FFFFFF;
	z-index: 100;
}
header #header {
	position: relative;
	width: 960px;
	height: 200px;
	margin: 0px auto 0px;
}
header #header:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 320px;
	height: 120px;
	margin: 0px 0px 0px -160px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background: #FFFFFF;
}
header #header h1 {
	display: block;
	position: absolute;
	top: 20px;
	left: 50%;
	width: 220px;
	height: 190px;
	margin: 0px 0px 0px -110px;
	text-align: center;
}
header #header h1 a {
	display: block;
	overflow: hidden;
	width: 220px;
	height: 190px;
	margin: 0px auto 0px;
}
header #header h1 a img.logoSp {
	display: none;
}

header #subNavi {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	height: 80px;
	padding: 30px 0px 0px 0px;
}
header #subNavi ul {
	box-sizing: border-box;
	width: 50%;
}
header #subNavi ul.left {}
header #subNavi ul.right {}
header #subNavi ul li {
	display: block;
	padding: 0px 0px;
	height: 20px;
	line-height: 20px;
}
header #subNavi ul li a {
	display: block;
	color: #28C3FF;
 font-weight: 700;
	height: 20px;
	line-height: 20px;
}
header #subNavi ul li a:before {}
header #subNavi ul li a:after {
	display: block;
	content: "";
	float: right;
	background:url(../img/common/naviRight.png) no-repeat center top;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	margin: 0px 0px 0px 8px;
}
header #subNavi ul li a:hover {
	color: #FF7D00;
}

header #subNavi ul.left li {
	float: left;
}
header #subNavi ul.left li a {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
}
header #subNavi ul.left li:nth-child(1) {
	border-right: 2px solid #28C3FF;
}
header #subNavi ul.left li:nth-child(1) a {
	padding: 0px 20px 0px 0px;
}
header #subNavi ul.left li:nth-child(2) a {
	padding: 0px 0px 0px 20px;
}
header #subNavi ul.left li:nth-child(1) a:after {
	display: block;
	content: "";
	float: left;
	background:url(../img/common/navileft.png) no-repeat center top;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	margin: 0px 8px 0px 0px;
}

header #subNavi ul.right {
	padding: 0px 0px 0px 160px;
}
header #subNavi ul.right li {
	float: left;
	padding: 0px 0px;
}
header #subNavi ul.right li a {
	font-size: 10px;
	padding: 0px 0px 0px 8px;
}
header #subNavi ul.right li a:after {
	margin: 0px 0px 0px 4px;
}

header #subNavi ul.right.sn2605 {}
header #subNavi ul.right.sn2605 li a {}
header #subNavi ul.right.sn2605 li:nth-last-of-type(1) {}
header #subNavi ul.right.sn2605 li:nth-last-of-type(1) a {
	font-size: 13px;
	color: #fff;
	background: #28C3FF;
	padding: 0.4em 5px 0.4em 20px;
	margin: -5px 0px 0px 10px;
	border-radius: 15px;
}
header #subNavi ul.right.sn2605 li:nth-last-of-type(1) a:after {
	margin: 0px 0px 0px 10px;
	background:url(../img/common/naviRightW.png) no-repeat center top;
	background-size: 20px 20px;
}
header #subNavi ul.right.sn2605 li:nth-last-of-type(1) a:hover {
	background: #FF7D00;
}

header #globalNavi {
	height: 120px;
}
header #globalNavi nav {}
header #globalNavi nav ul {
	display: flex;
	justify-content: center;
}
header #globalNavi nav ul li {
	display: block;
	width: 140px;
	height: 120px;
	margin: 0px 10px;
}
header #globalNavi nav ul li:nth-child(2) {
	margin: 0px 160px 0px 10px;
}
header #globalNavi nav ul li:nth-child(3) {
	margin: 0px 10px 0px 160px;
}
header #globalNavi nav ul li a {
	display: block;
	box-sizing: border-box;
	width: 140px;
	height: 120px;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	padding: 5px 0px;
}
header #globalNavi nav ul li a img {
	display: block;
	margin: 0px auto;
	
	-webkit-transform: rotateX(0deg);
	transform: rotateY(0deg);

	-webkit-transform: scale(1.0);
 -moz-transform: scale(1.0);
 -o-transform: scale(1.0);
 -ms-transform: scale(1.0);
 transform: scale(1.0);
	
	-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;
}
header #globalNavi nav ul li a span {
	display: block;
	font-size: 9px;
	font-weight: 500;
	color: #28C3FF;
}
header #globalNavi nav ul li a:hover {
	opacity: 1.0;
	color: #FF7D00;
}
header #globalNavi nav ul li a:hover img {
	-webkit-transform: rotateX(-180deg);
	transform: rotateY(-180deg);
}

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

/* ==========================================================================
   footer
   ========================================================================== */
footer {
	clear: both;
	overflow: hidden;
	background: #1EBEFF;
	color: #FFFFFF;
}
footer a {
	color: #FFFFFF;
}
footer #footer {
	clear: both;
	position: relative;
	box-sizing: border-box;
	width: 960px;
	height: 240px;
	margin: 0px auto 0px;
	padding: 20px 0px 60px 0px;
	color: #685e64;
}
footer #footer:after {
	display: block;
	content: "";
	clear: both;
	line-height: 1px;
	height: 1px;
}
footer h1 {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	line-height: 45px;
}
footer h1 strong {
	font-size: 21px;
	margin: 0px 0px 0px 0.5em;
}
footer h1 img {
	float: left;
	margin: 0px 15px 20px 0px;
}
footer address {
	font-style: normal;
	font-size: 13px;
	line-height: 22px;
	color: #FFFFFF;
	margin: 0px 0px 0px 75px;
}
footer .tel {
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	margin: 0px 0px 0px 75px;
}
footer nav {
	margin: 10px 0px 0px 75px;
}
footer nav ul {}
footer nav ul li {
	float: left;
}
footer nav ul li a {
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px 0px;
}
footer nav ul li:after {
	content: "｜";
	margin: 0px 0.2em;
	color: #FFFFFF;
	font-size: 12px;
}
footer nav ul li:last-child:after {
	content: "";
	margin: 0px;
}
footer #footer p.copyright {
	position: absolute;
	bottom: 0px;
	left: 75px;
	color: #FFFFFF;
	font-size: 12px;
	height: 30px;
}


#page-top {
	position: fixed;
	bottom: -5px;
	left: 50%;
	margin-left:400px;
	z-index:920;

	-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;
}
#page-top:hover {
	bottom: 0px;
}
#page-top a {
	position: relative;
	display:block;
	font-size:10px;
	text-align:center;
	width:60px;
	height:60px;
	line-height:60px;
	color:#FFF;
	background: #FF7D00;
	border-radius: 6px 6px 0px 0px;
}
#page-top a:hover {
	opacity: 1;
}
#page-top a:before {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: 0px 0px 0px -5px;
	border-top: solid 2px #FFF;
	border-left: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}


}