@charset "UTF-8";

@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");


@font-face {
	font-family: 'WebSubsetFont';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/NotoSerifCJKjp-Medium.woff') format('woff');
}
@font-face {
	font-family: 'WebSubsetFont';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/NotoSerifCJKjp-Bold.woff');
}

.font-min {
	font-family: "WebSubsetFont";	
}

/* -------------------------------------------

browser style reset

--------------------------------------------*/
html {
	-webkit-text-size-adjust: none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; padding:0;
}
table {
	border-collapse:collapse;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal; font-weight:normal;
}
ol, ul{  
	list-style:none;  
}  
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

a { outline: none; text-decoration: none; }

a { color: #ffa51f;}
a:visited { color: #ffa51f;}
a:hover { color: #ffba53; text-decoration: none;}
a:active { color: #ff236c;}

object {
	outline: none;
}

strong {font-weight: bold;}

/* -------------------------------------------

フォント

--------------------------------------------*/
body {
	font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo,'メイリオ', sans-serif;
	font-size: 62.5%;
	color: #333;
	background-color: #fff;
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

@font-face {
  font-family: 'WebSubsetFont';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/NotoSerifCJKjp-Medium.woff') format('woff');
}
@font-face {
   font-family: 'WebSubsetFont';
   font-style: normal;
   font-weight: 700;
  src: url('fonts/NotoSerifCJKjp-Bold.woff');
}
.font-min {
font-family: "WebSubsetFont";
}
[class*='fw-100'] { font-weight: 100; }
[class*='fw-200'] { font-weight: 200; }
[class*='fw-300'] { font-weight: 300; }
[class*='fw-400'] { font-weight: 400; }
[class*='fw-500'] { font-weight: 500; }
[class*='fw-600'] { font-weight: 600; }
[class*='fw-700'] { font-weight: 700; }
[class*='fw-800'] { font-weight: 800; }
[class*='fw-900'] { font-weight: 900; }

/* 共通クラス
---------------------------------*/

/* For Switch */
.pc {
	display: none;
}

/* Default Btn */

a.btn,
span.btn {
	display: block;
	border: 2px solid #e7e7e7;
	color: #333;
	background: url(../../common/img/btn_bg.png) repeat-x 0 0 #f2f2f2;
}
span.btn {
	background: none;
}
a.btn span,
span.btn span {
	display: block;
	border: 1px solid #fff;
	padding: 5px 20px 5px 26px;	
	background: url(../../common/img/icon_arrow.png) no-repeat 12px 9px;
}
span.btn span {
	border: 1px solid #ccc;
	background: #ccc;
}
a.btn:hover {
	background: none;
	background-color:#ffc100;	
}
a.btn:hover span {
	background: url(../../common/img/icon_arrow_black.png) no-repeat 12px 9px;
}

a.link-usual {
	color: #333;
	display: inline-block;
	padding:2px 14px 2px 28px;
	background: url(../../common/img/icon_arrow_orange.png) no-repeat 10px 6px;
}

/* Fontawesome */
i.fa {
	padding: 0 0.4em 0 0;
	color: #fff;
}

/* Icon */
.ico-new {
  	animation: 2s ease 0s normal none infinite running horizontal;
    background: rgba(0, 0, 0, 0) url("../../common/img/ico_new.gif") no-repeat scroll 0 0;
    display: inline-block;
    height: 9px;
    margin: 0 0.5em;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    width: 21px;
}

/* -------------------------------------------

セカンダリレイアウト

--------------------------------------------*/
#wrapper {
	width: 100%;
}
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	overflow:hidden;
	_zoom:1;
}
#header #logo a {
	width: 218px;
	height: 40px;
	background: url(../img/logo_sp.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 auto 0 0;
	display: block;
	background-size: contain;
}

#header #snav {
	display: none;
}
#header #gh-menuicon {
	display: block;
	width: 50px;
	height: 50px;
	background: #55abd7;
	position: relative;
}
#header #gh-menuicon span {
	display: block;
	width: 26px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transition: .2s;
}

#header #gh-menuicon .ghnav-btn-1 {
	top: 12px;
}

#header #gh-menuicon .ghnav-btn-2 {
	top: 22px;
}

#header #gh-menuicon .ghnav-btn-3 {
	top: 32px;
}

#header #gh-menuicon.is-open .ghnav-btn-1 {
	top: 12px;
	transform: translateY(10px) rotate(-45deg);
}

#header #gh-menuicon.is-open .ghnav-btn-2 {
	opacity: 0;
}

#header #gh-menuicon.is-open .ghnav-btn-3 {
	top: 12px;
	transform: translateY(10px) rotate(45deg);
}		

#top .gnav {
	display: none;
}

#secvisual {
	width: 100%;
}
#secvisual h1 {
	margin: 0 auto;
	padding:  35px 26px 33px; 
	font-size:20px;
	color: #101010;
	font-weight: bold;
	background: url(../img/bg_visual_sp.jpg) no-repeat top left;
	background-size: cover;
}
#secvisual h1 span {
	display: none !important;
}
#secvisual ul {
	margin: 0 auto;
	line-height: 30px
}
#secvisual .pannav {
	padding-left: 10px;
}

#secvisual .pannav ul {
	display: inline-block;
}

#secvisual .pannav li {
	float: left;
	display: inline-block;
	padding-left: 26px;
	color: #333;
	background: url(../img/icon_arrow2.png) no-repeat 9px center;
}
#secvisual .pannav li:first-child {
	width: 15px;
	height: 30px;
	padding-left: 0px;
	text-indent: -9999px;
	background: url(../img/icon_home.png) no-repeat center;
	background-size: contain;
}

#secvisual ul li a {
	color: #333;
}

#secvisual ul li strong {
	font-weight: inherit;
}
/*
.gnav {
	display: block;
}
.gnav ul#menu {
	border-top: solid #53b4e5 4px;
}
.gnav ul#menu li {
}
.gnav ul#menu li a {
	color: #333;
	padding: 0.5em 1em;
	display: block;
	border-bottom: 1px solid #53b4e5;
	font-size: 140%;
}
.gnav ul#menu li:nth-child(even) a{ background: #edf3f7; }
*/

.gnav {	
	display: block;
}
.gnav ul.menu{
    list-style-type: none;
    color: #333;	
	/*border-top: 1px solid #53b4e5;*/
}
.gnav ul.menu li{
    margin: 0;
	padding: 0;
	font-weight: bold;	
	font-size: 140%;
}
.gnav ul.menu li.menu-label {
	background-color: #edf5fa;
	padding: 0.5em 1em;
}
.gnav ul.menu li a {
	color: #333;
    display: block;
	border-bottom: 1px solid #53b4e5;
	padding: 0.5em 1em;
}
.gnav ul.menu li a:hover {
	color: #52b4e5;
}
.gnav ul.child{
	padding: 0;
}
.gnav ul.child li a{
    padding: 0;
    display: block;
    color: #333;
	font-size: 70%;
	font-weight: normal;
	background-color: #fff;
	padding-left: 2em!important;
}


/**/

/* フッター メニュー
---------------------------------*/
#footer_menu a {
	color: #323333;
}

#footer_menu p a {
	display: block;
	padding: 0 55px;
	font-size: 14px;
	font-weight: bold;
	line-height: 69px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
  background: linear-gradient(#ffffff, #dddddd);
	position: relative;
}

#footer_menu p a:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/icon_search.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16px;
	margin: auto;
}

#footer_menu h3 a {
	display: block;
	padding: 12px 15px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	border-bottom: 4px solid #666666;
	background: #323333;
}

#footer_menu #menu {
	border-bottom: 1px solid #cccccc;
}

#footer_menu #menu h4 a {
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #cccccc;
  background: #efeeed;
	position: relative;
}

#footer_menu #menu ul li a {
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	border-top: 1px solid #cccccc;
  background: #fff;
	position: relative;
}

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

#wrapper #footer {
	clear: both;
	width: 100%;
}
#wrapper #footer .pagetop {
	width: 100%;
	background-color:#fff;
}
#wrapper #footer .pagetop p {
	width: 100%;
	margin: 20px auto 10px auto;
	text-align: center;
	font-size: 140%;
}
#wrapper #footer .pagetop p a {
	color: #333;
}
#wrapper #footer .pagetop p a:hover {
	color: #ffa51f;
}
#wrapper #footer #footnav {
	width: 100%;
	background-color:#ecf5fa;
}
#wrapper #footer #footnav ul {
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
	_zoom:1;
}
#wrapper #footer #footnav ul li {
	text-align: center;	
	border-bottom: 2px solid #c2ddeb;
	font-size: 140%;
}
#wrapper #footer #footnav ul li a {
	color: #333;
	display: block;
	padding:10px 0;	
	background-color:#ecf5fa;
}

#wrapper #footer #footsub {
	width: 100%;
	padding: 19px 15px 60px;
	background-color:#333;
	box-sizing: border-box;
}
#wrapper #footer #footsub p.menu {
	letter-spacing: 0.5px;
	text-align: center;
	color: #fff;
	font-size: 12px;	
	padding: 0 0 10px 0;
	width: 100%;
	margin: 0 auto;
	color: #999;
}
#wrapper #footer #footsub p.menu a {
	display: inline-block;
	color: #f6b554;
}
#wrapper #footer #footsub p.copyright {
	letter-spacing: 0.5px;
	text-align: center;
	color: #fff;
	font-size: 9px;	
	padding: 0;
	width: 100%;
	margin: 0 auto;
	color: #ccc;
}

/* フロートボタン */
#back-top {
	display: none;
    position: fixed;
    bottom: 0;
	right: 0;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
}
#back-top a img {
    width: 60px;
    height: 60px;
    display: block;
}

.sp-hide {
	display: none;
}