@charset "UTF-8";

@import url("layout.css");
@import url("globalnavi.css");
@import url("font-awesome.min.css");
@import url("fonts.css");

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	margin: 0;
	padding: 0;
	font-size: 100%; 
}

body { 
	padding: 0;
	min-width: 320px;
	background-color: #ffffff;
	color: #383a3b;
}

p {
	line-height: 1.6;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: none;
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle;
}

span.bf {
	visibility: hidden;
	text-indent: -9999px;
	display: none;
}

/* Correct overflow not hidden in IE9 */
figure { 
	margin: 0; 
}

address {
	font-weight: normal;
	font-style: normal;
}

hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #e1e3e6; 
	margin: 20px 0; 
	padding: 0;
}

/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}

::selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}

/* Typography == */
.f-small {
	ontf-size: 85%;
}

.center {
	text-align: center!important;
}

.right {
	text-align: right!important;
}

.left {
	text-align: left!important;
}

/* Lists */
ul, ol { 
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none; 
}

dd { 
	margin: 0;
}
/* Contain floats:Clearfix */

/* For modern browsers */
.cf:before, .cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* === primary styles / Author:IMUCO === */

/* For Mobile */
.mobile-only {
  display: none;
	visibility: hidden;
	overflow: hidden;
}

/* Fade Transition */
.fade-efct a {
   opacity: 0;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   -webkit-transition: opacity 0.3s ease-in-out;
   -moz-transition: opacity 0.3s ease-in-out;
   -o-transition: opacity 0.3s ease-in-out;
   -ms-transition: opacity 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out;
}

.fade-efct a:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

/*---------------------------------------------------- */
/* Links */ 
/*---------------------------------------------------- */
p a {
	color: #2bacdf;
	text-decoration: underline;
}

p a:hover {
	color: #7eceed;
	text-decoration: underline;
}

/*---------------------------------------------------- */
/* maincontainer */ 
/*---------------------------------------------------- */
#maincontainer {
	width: 100%;
	margin: 0;
	padding-bottom: 0;
	background-color: #fff;
}

.wrapper {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
}

/*---------------------------------------------------- */
/* SNS */
/*---------------------------------------------------- */	
#share {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}

#share .sns_box {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-decoration: none;	
}


/*  PC  */
@media print, screen and (min-width: 961px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_tab {
	display: none;
	visibility: hidden;
}

.only_sp {
	display: none;
	visibility: hidden;
}

.only_tabsp {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
body {
	position: relative;
	top: 0;
}

#maincontainer {
	padding-bottom: 40px;
}

/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	width: 100%;
	max-height: 180px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 5000;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35);
	background-color: rgba(255,255,255,1);
}

header > .wrapper {
	height: 120px;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	-ms-transition: height 0.4s;
	-o-transition: height 0.4s;
	transition: height 0.4s;
}

/* //== H1 logo ==// */
header .logo {
	padding: 0;
	margin-top: 12px;
	width: 420px; 
	height: auto;
	float: left;
}

header .logo p {
	margin: 0 0 5px 20px;
	height: auto;
	font-size: 11px;
	color: #626262;
	font-weight: normal;
	text-align: left;
	display: inline-block;
}

header .logo h1 {
	padding: 0;
	margin: 0;
	width: 398px; 
	height: 58px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

header .logo h1 a {
	padding: 58px 0 0 0;
	margin: 0;
	width: 100%;
	height: 0;
	display: block;
	background: url(../images/common/h1_logo.png) 0 0 no-repeat;
	overflow: hidden;
}

/* //== Waku Sub ==// */
header .sub {
	padding: 0;
	margin-top: 18px;
	width: 400px;
	height: auto;
	float: right;
}

/* //== headnavi ==// */
header .sub .headnavi {
	padding: 0;
	margin: 0;
	width: 400px;
	height: auto;
}

header .sub .headnavi .headnavi_box {
	padding: 0;
	margin-left: 15px;
	height: auto;
	float: right;
}

header .sub .headnavi .headnavi_box .links-btn {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #303c42;
	font-weight: normal;
	text-align: left;
}

header .sub .headnavi .headnavi_box .links-btn .fa {
	font-size: 105%;
}

header .sub .headnavi .headnavi_box .links-btn a {
	padding: 4px 15px;
	color: #646464;
	text-decoration: none;
	border-radius: 2px;
	border: solid 1px #dcdcdc;
	background-color: #ffffff;
}

header .sub .headnavi .headnavi_box .links-btn a:hover {
	padding: 4px 15px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 2px;
	border: solid 1px #3889c5;
	background-color: #509dd6;
}

/* //== headbnr ==// */
header .sub .headbnr {
	padding-top: 18px;
	margin: 0;
	width: 400px;
	height: auto;
}

header .sub .headbnr .headbnr_box {
	padding: 0;
	margin: 0;
	width: 250px;
	display: inline;
	float: right;
}

header .sub .headbnr .headbnr_box .links-tel {
	padding-top: 15.2%;
	margin: 0;
	width: 250px; 
	height: 0;
	display: block;
	background: url(../images/common/img_tel2.png) 0 0 no-repeat;
	overflow: hidden;
}

/*---------------------------------------------------- */
/* Global Navigation */
/*---------------------------------------------------- */	
#globalnav {
	width: 100%;
	min-height: 50px;
	background-color: #1a72b3;
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-o-transition: background-color .4s;
	-ms-transition: background-color .4s;
	transition: background-color .4s;
}

/*---------------------------------------------------- */
/* H3 */
/*---------------------------------------------------- */
.category-title {
	padding: 0 0 22px 0;
	margin: 0 auto;
	width: 100%;
}

.category-title h3 {
	padding: 0 0 12px 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.4;
	color: #2d2e2f;
}

.category-title h3 span {
	font-size: 15px;
	font-weight: 600;
	color: #605f5f;
}

.category-title .line-title {
	margin: 0 auto;
	width: 80px;
	height: 2px;
	background-color: #1868a3;
}

/*---------------------------------------------------- */
/* SNS */
/*---------------------------------------------------- */	
#share {
	padding: 60px 0 0 0;
	width: 98%;
	max-width: 1080px;
}

#share .sns_box {
	width: 60%;
}
	
/*---------------------------------------------------- */
/* Ask */
/*---------------------------------------------------- */
#ask {
	padding: 30px 0;
	width: 100%;
	height: auto;
	background-color: #0f66a7;
}

#ask .waku_ask {
	padding: 0;
	margin: 0 auto;
	max-width: 1120px;
	height: auto;
	text-align: center;
}

#ask .waku_ask .askbox {
	padding: 0;
	margin: 0 0.5%;
	width: 23%;
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

#ask .waku_ask .askbox2 {
	padding: 0;
	margin: 0 0.5%;
	width: 23%;
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

#ask .waku_ask .askbox .ask-title {
	padding: 6px 0 0 0;
	margin: 0;
	width: 100%;
	height: auto;
}

#ask .waku_ask .askbox .ask-title h4 {
	padding: 0;
	margin: 0;
	color: #ffffff;
    font-size: 126%;
    font-weight: 700;
    text-decoration: none;
    text-align: left; 
	line-height: 1.3;
}

#ask .waku_ask .askbox2 .btn_tel a {
	padding: 16px 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 2px;
	border: solid 1px #ffffff;
	background-color: rgba(255, 255, 255, .95);
	display: block;
    color: #1a6dab;
    font-size: 112%;
    font-weight: 500;
    text-decoration: none;
    text-align: center; 
}

#ask .waku_ask .askbox2 .btn_tel a:hover {
	border: solid 1px #acd1ed;
	background-color: #509dd6;
	color: #ffffff;
}

#ask .waku_ask .askbox2 .btn_mail a {
	padding: 16px 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 2px;
	border: solid 1px #ffffff;
	background-color: rgba(255, 255, 255, .95);
	display: block;
    color: #1a6dab;
    font-size: 108%;
    font-weight: 500;
    text-decoration: none;
    text-align: center; 
}

#ask .waku_ask .askbox2 .btn_mail a:hover {
	border: solid 1px #acd1ed;
	background-color: #509dd6;
	color: #ffffff;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */	
/* Waku */
footer {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_footer {
	padding: 30px 0;
	margin: 0;
	width: 100%;
	background-color: #07294d;
}

footer .waku_end {
	padding: 20px 0;
	margin: 0;
	width: 100%;
	background-color: #ffffff;
}

/* Message */
footer .waku_footer .message {
	padding: 0 0 20px 0;
	margin: 0 auto;
	max-width: 1120px;
	border-bottom: solid 1px #6e8398;
}

footer .waku_footer .message .message_box {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_footer .message .message_box p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

/* SNS */
footer .waku_footer .btn_instagram {
	text-align: center;
	margin-top: 20px;
}

/*footer .waku_footer .btn_instagram a {
	font-size: 18px;
	margin: 0;
	padding: .5em 1.5em .4em;
	display: inline-block;
	position: relative;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(255, 255, 255, .6);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .btn_instagram a:hover {
	color: #187ac2;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}*/

footer .waku_footer .btn_instagram a {
	font-size: 20px;
	margin: 0;
	padding: .7em 2.2em;
	display: inline-block;
	position: relative;
	background-color: #fff;
	background: linear-gradient(to right, #5478f2 0%, #f23f79 60%, orange 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .btn_instagram a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	text-decoration: none;
	color: #fff;
}

footer .waku_footer .btn_instagram a i {
	margin-right: 5px;
	font-weight: 500;
}


/* Navi */
footer .waku_footer .footer_navi {
	padding: 20px 0 0 0;
	margin: 0 auto;
	max-width: 1120px;
}

footer .waku_footer .footer_navi ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	color: #fff;
	text-align: center;
}

footer .waku_footer .footer_navi ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
}

footer .waku_footer .footer_navi ul li a {
	padding: 0;
	margin: 0 10px 0 10px;
	text-decoration: none;
	border: 0px;
	display: inline-block;
}

htmlfooter .waku_footer .footer_navi ul li a {
	zoom: 1;/* 余白を解消する指定・*/
}

footer .waku_footer .footer_navi ul li a {
	font-size: 100%;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .footer_navi ul li a:hover {
	font-size: 100%;
	font-weight: 500;
	color: #fff;
	text-decoration: underline;
}

/* END */
footer .waku_end .endbox {
	padding: 0;
	margin: 0 auto;
	max-width: 1120px;
	overflow: hidden;
}

footer .waku_end .endbox .endbox_left {
	padding: 0;
	margin: 0;
	width: 36%;
	height: auto;
	float: left;	
}

footer .waku_end .endbox .endbox_right {
	padding: 0;
	margin: 0;
	width: 36%;
	height: auto;
	float: right;	
}

/* Logo */
footer .waku_end .endbox .endbox_left .logo_footer {
	padding: 0 0 4px 0;
	margin: 0;
	width: 258px;
	height: auto;
}

footer .waku_end .endbox .endbox_left .logo_footer h2 a {
	padding-top: 7.751938%;
	margin: 0;
	width: 100%;
	height: 0;
	display: block;
	background: url(../images/common/logo_footer.png) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}

footer .waku_end .endbox .endbox_left .moji_footer {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_end .endbox .endbox_left .moji_footer p {
	padding: 0;
	margin: 0;
	color: #383a3b;
	font-size: 94%;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
}

/* copyright */
footer .waku_end .endbox .endbox_right .copyright {
	padding: 10px 0 0 0;
	margin: 0;
	width: 100%;
}

footer .waku_end .endbox .endbox_right .copyright p { 
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	color: #383a3b;
	font-size: 100%;
	font-weight: 400;
	text-align: right;
}


}


/* Tablet */
@media only screen and (max-width: 960px) and (min-width: 569px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_pc {
	display: none;
	visibility: hidden;
}

.only_sp {
	display: none;
	visibility: hidden;
}

.only_pcsp {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
body {
	position: relative;
	top: 0;
}

#maincontainer {
	padding-bottom: 30px;
}

.wrapper {
	max-width: 1119px;
	margin: 0 auto;
	padding: 0 15px;
}

/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	max-width: 1119px;
	height: 46px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 5000;
	background-color: rgba(255,255,255,1);
}

header > .wrapper {
	display: none;
}

/*---------------------------------------------------- */
/* H3 */
/*---------------------------------------------------- */
.category-title {
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 100%;
}

.category-title h3 {
	padding: 0 0 10px 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 138%;
	font-weight: 800;
	line-height: 1.3;
	color: #2d2e2f;
}

.category-title h3 span {
	font-size: 13px;
	font-weight: 600;
	color: #605f5f;
}

.category-title .line-title {
	margin: 0 auto;
	width: 80px;
	height: 2px;
	background-color: #1868a3;
}

/*---------------------------------------------------- */
/* SNS */
/*---------------------------------------------------- */	
#share {
	padding: 50px 0 0 0;
	width: 96%;
}

#share .sns_box {
	width: 70%;
}

/*---------------------------------------------------- */
/* Ask */
/*---------------------------------------------------- */
#ask {
	padding: 20px 0;
	width: 100%;
	height: auto;
	background-color: #0f66a7;
}

#ask .waku_ask {
	padding: 0;
	margin: 0 auto;
	width: 94%;
	height: auto;
	text-align: center;
}

#ask .waku_ask .askbox {
	padding: 0;
	margin: 0 0.5%;
	width: 27%;
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

#ask .waku_ask .askbox2 {
	padding: 0;
	margin: 0 0.5%;
	width: 27%;
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

#ask .waku_ask .askbox .ask-title {
	padding: 5px 0 0 0;
	margin: 0;
	width: 100%;
	height: auto;
}

#ask .waku_ask .askbox .ask-title h4 {
	padding: 0;
	margin: 0;
	color: #ffffff;
    font-size: 108%;
    font-weight: 600;
    text-decoration: none;
    text-align: left; 
	line-height: 1.3;
}

#ask .waku_ask .askbox2 .btn_tel a {
	padding: 11.5px 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 2px;
	border: solid 1px #ffffff;
	background-color: rgba(255, 255, 255, .95);
	display: block;
    color: #1a6dab;
    font-size: 107%;
    font-weight: 500;
    text-decoration: none;
    text-align: center; 
}

#ask .waku_ask .askbox2 .btn_tel a:hover {
	border: solid 1px #acd1ed;
	background-color: #509dd6;
	color: #ffffff;
}

#ask .waku_ask .askbox2 .btn_mail a {
	padding: 12px 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 2px;
	border: solid 1px #ffffff;
	background-color: rgba(255, 255, 255, .95);
	display: block;
    color: #1a6dab;
    font-size: 100%;
    font-weight: 500;
    text-decoration: none;
    text-align: center; 
}

#ask .waku_ask .askbox2 .btn_mail a:hover {
	border: solid 1px #acd1ed;
	background-color: #509dd6;
	color: #ffffff;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */	
/* Waku */
footer {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_footer {
	padding: 25px 0;
	margin: 0;
	width: 100%;
	background-color: #07294d;
}

footer .waku_end {
	padding: 15px 0;
	margin: 0;
	width: 100%;
	background-color: #ffffff;
}

/* Message */
footer .waku_footer .message {
	padding: 0 0 15px 0;
	margin: 0 auto;
	width: 94%;
	border-bottom: solid 1px #6e8398;
}

footer .waku_footer .message .message_box {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_footer .message .message_box p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

/* SNS */
footer .waku_footer .btn_instagram {
	text-align: center;
	margin-top: 20px;
}

/*footer .waku_footer .btn_instagram a {
	font-size: 16px;
	margin: 0;
	padding: .5em 1.5em;
	display: inline-block;
	position: relative;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(255, 255, 255, .6);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .btn_instagram a:hover {
	color: #187ac2;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}*/

footer .waku_footer .btn_instagram a {
	font-size: 18px;
	margin: 0;
	padding: .7em 2.0em;
	display: inline-block;
	position: relative;
	background-color: #fff;
	background: linear-gradient(to right, #5478f2 0%, #f23f79 60%, orange 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .btn_instagram a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	text-decoration: none;
	color: #fff;
}

footer .waku_footer .btn_instagram a i {
	margin-right: 5px;
	font-weight: 500;
}

/* Navi */
footer .waku_footer .footer_navi {
	padding: 15px 0 0 0;
	margin: 0 auto;
	width: 94%;
}

footer .waku_footer .footer_navi ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	color: #fff;
	text-align: center;
}

footer .waku_footer .footer_navi ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
}

footer .waku_footer .footer_navi ul li a {
	padding: 0;
	margin: 0 10px 0 10px;
	text-decoration: none;
	border: 0px;
	display: inline-block;
}

htmlfooter .waku_footer .footer_navi ul li a {
	zoom: 1;/* 余白を解消する指定・*/
}

footer .waku_footer .footer_navi ul li a {
	font-size: 94%;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .footer_navi ul li a:hover {
	font-size: 94%;
	font-weight: 400;
	color: #fff;
	text-decoration: underline;
}

/* END */
footer .waku_end .endbox {
	padding: 0;
	margin: 0 auto;
	width: 94%;
	overflow: hidden;
}

footer .waku_end .endbox .endbox_left {
	padding: 0;
	margin: 0;
	width: 40%;
	height: auto;
	float: left;	
}

footer .waku_end .endbox .endbox_right {
	padding: 0;
	margin: 0;
	width: 40%;
	height: auto;
	float: right;	
}

/* Logo */
footer .waku_end .endbox .endbox_left .logo_footer {
	padding: 0 0 3px 0;
	margin: 0;
	width: 230px;
	height: auto;
}

footer .waku_end .endbox .endbox_left .logo_footer h2 a {
	padding-top: 7.751938%;
	margin: 0;
	width: 100%;
	height: 0;
	display: block;
	background: url(../images/common/logo_footer.png) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}

footer .waku_end .endbox .endbox_left .moji_footer {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_end .endbox .endbox_left .moji_footer p {
	padding: 0;
	margin: 0;
	color: #383a3b;
	font-size: 90%;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
}

/* copyright */
footer .waku_end .endbox .endbox_right .copyright {
	padding: 8px 0 0 0;
	margin: 0;
	width: 100%;
}

footer .waku_end .endbox .endbox_right .copyright p { 
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	color: #383a3b;
	font-size: 94%;
	font-weight: 400;
	text-align: right;
}


}

/* SP */
@media only screen and (max-width: 568px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_pc {
	display: none;
	visibility: hidden;
}

.only_tab {
	display: none;
	visibility: hidden;
}

.only_pctab {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
body {
	background-color: #ffffff;
	position: relative;
	top: 0;
}

#maincontainer {
	padding-bottom: 20px;
}

.wrapper {
	min-width: 320px;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 5000;
	background-color: rgba(255,255,255,1);
}

/*---------------------------------------------------- */
/* H3 */
/*---------------------------------------------------- */
.category-title {
	padding: 0 0 13px 0;
	margin: 0 auto;
	width: 100%;
}

.category-title h3 {
	padding: 0 0 8px 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 138%;
	font-weight: 800;
	line-height: 1.3;
	color: #2d2e2f;
}

.category-title h3 span {
	font-size: 12px;
	font-weight: 600;
	color: #605f5f;
}

.category-title .line-title {
	margin: 0 auto;
	width: 80px;
	height: 2px;
	background-color: #1868a3;
}
	
/*---------------------------------------------------- */
/* SNS */
/*---------------------------------------------------- */	
#share {
	padding: 40px 0 0 0;
	width: 94%;
}

#share .sns_box {
	width: 60%;
}

/*---------------------------------------------------- */
/* Ask */
/*---------------------------------------------------- */
#ask {
	padding: 15px 0 17px 0;
	width: 100%;
	height: auto;
	background-color: #0f66a7;
}

#ask .waku_ask {
	padding: 0;
	margin: 0 auto;
	width: 94%;
	height: auto;
	text-align: center;
}

#ask .waku_ask .askbox {
	padding: 0 0 8px 0;
	margin: 0 0.5%;
	width: 90%;
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

#ask .waku_ask .askbox2 {
	padding: 0;
	margin: 0 0.5%;
	width: 44%;
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

#ask .waku_ask .askbox .ask-title {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

#ask .waku_ask .askbox .ask-title h4 {
	padding: 0;
	margin: 0;
	color: #ffffff;
    font-size: 112%;
    font-weight: 600;
    text-decoration: none;
	text-align: center;
	line-height: 1.3;
}

#ask .waku_ask .askbox2 .btn_tel a {
	padding: 11.5px 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 2px;
	border: solid 1px #ffffff;
	background-color: rgba(255, 255, 255, .95);
	display: block;
    color: #1a6dab;
    font-size: 105%;
    font-weight: 500;
    text-decoration: none;
    text-align: center; 
}

#ask .waku_ask .askbox2 .btn_tel a:hover {
	border: solid 1px #acd1ed;
	background-color: #509dd6;
	color: #ffffff;
}

#ask .waku_ask .askbox2 .btn_mail a {
	padding: 12px 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 2px;
	border: solid 1px #ffffff;
	background-color: rgba(255, 255, 255, .95);
	display: block;
    color: #1a6dab;
    font-size: 98%;
    font-weight: 500;
    text-decoration: none;
    text-align: center; 
}

#ask .waku_ask .askbox2 .btn_mail a:hover {
	border: solid 1px #acd1ed;
	background-color: #509dd6;
	color: #ffffff;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */	
/* Waku */
footer {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_footer {
	padding: 20px 0 15px 0;
	margin: 0;
	width: 100%;
	background-color: #07294d;
}

footer .waku_end {
	padding: 10px 0;
	margin: 0;
	width: 100%;
	background-color: #ffffff;
}

/* Message */
footer .waku_footer .message {
	padding: 0 0 10px 0;
	margin: 0 auto;
	width: 88%;
}

footer .waku_footer .message .message_box {
	padding: 10px 0;
	margin: 0;
	width: 100%;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, .15);
}

footer .waku_footer .message .message_box p {
	padding: 0;
	margin: 0 auto;
	width: 94%;
	color: #fff;
	font-size: 98%;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

/* SNS */
footer .waku_footer .btn_instagram {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*footer .waku_footer .btn_instagram a {
	font-size: 15px;
	margin: 0;
	padding: .5em 1.5em;
	display: inline-block;
	position: relative;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(255, 255, 255, .6);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .btn_instagram a:hover {
	color: #187ac2;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}*/

footer .waku_footer .btn_instagram a {
	font-size: 16px;
	margin: 0;
	padding: .7em 1.8em;
	display: inline-block;
	position: relative;
	background-color: #fff;
	background: linear-gradient(to right, #5478f2 0%, #f23f79 60%, orange 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .btn_instagram a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	text-decoration: none;
	color: #fff;
}

footer .waku_footer .btn_instagram a i {
	margin-right: 5px;
	font-weight: 500;
}

/* Navi */
footer .waku_footer .footer_navi {
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 94%;
}

footer .waku_footer .footer_navi ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	color: #fff;
	overflow: hidden;
}

footer .waku_footer .footer_navi ul li {
	padding: 0;
	margin: 0 4% 10px 4%;
	width: 42%;
	list-style-type: none;
	display: inline;
	border-bottom: 2px dotted #eeeeee;
	float: left;
}

footer .waku_footer .footer_navi ul li a {
	padding: 0 0 5px 0;
	margin: 0;
	width: 100%;
	text-decoration: none;
	border: 0px;
	display: block;
}

htmlfooter .waku_footer .footer_navi ul li a {
	zoom: 1;/* 余白を解消する指定・*/
}

footer .waku_footer .footer_navi ul li a {
	font-size: 98%;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .footer_navi ul li a:hover {
	font-size: 98%;
	font-weight: 400;
	color: #fff;
	text-decoration: underline;
}

/* END */
footer .waku_end .endbox {
	padding: 0;
	margin: 0 auto;
	width: 94%;
}

footer .waku_end .endbox .endbox_left {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	display: block;
}

footer .waku_end .endbox .endbox_right {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	display: block;
}

/* Logo */
footer .waku_end .endbox .endbox_left .logo_footer {
	padding: 0 0 5px 0;
	margin: 0 auto;
	width: 250px;
	height: auto;
}

footer .waku_end .endbox .endbox_left .logo_footer h2 a {
	padding-top: 7.751938%;
	margin: 0;
	width: 100%;
	height: 0;
	display: block;
	background: url(../images/common/logo_footer.png) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}

footer .waku_end .endbox .endbox_left .moji_footer {
	padding: 0 0 5px 0;
	margin: 0 auto;
	width: 100%;
}

footer .waku_end .endbox .endbox_left .moji_footer p {
	padding: 0;
	margin: 0;
	color: #383a3b;
	font-size: 94%;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

/* copyright */
footer .waku_end .endbox .endbox_right .copyright {
	padding: 8px 0 0 0;
	margin: 0 auto;
	width: 100%;
}

footer .waku_end .endbox .endbox_right .copyright p { 
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	color: #383a3b;
	font-size: 98%;
	font-weight: 400;
	text-align: center;
}


}