@charset "utf-8";
/* =========================================================
 Rest.scss
========================================================= */
* {
	text-decoration: none;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3',"ＭＳ Ｐゴシック", "メイリオ",Hiragino Kaku Gothic ProN;
	outline: none;
	font-weight: normal;
	line-height: 1.6em;
	color: #333;
	word-break: break-all;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: none;
	vertical-align: bottom;
	font-size: 0px;
	line-height: 0px;
	max-width:100%;
}
/* ========================================================
 Setting.scss
========================================================= */
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto !important;
	text-align: center;
	float:none !important;
}
.alignright {
	float: right !important;
}
.alignleft {
	float: left;
}
.disnon {
	display: none;
}
.block {
	display: block;
}
.linkbox {
	cursor: pointer;
}
.red{
	color: red;
}
.right{
	float:right !important;
	margin-right:0 !important;
}
/* ◆clearfix
---------------------------- */
.cf:before,
.cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

.clear {
	clear: both;
	visibility: hidden;
	height: 0;
}

.radius{
	border-radius:5px;
	-webkit--webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	box-sizing:border-box;
}
.font{
	font-family: 'ヒラギノ角ゴ Pro W6',Hiragino Kaku Gothic ProN;
}
a img:hover{
	opacity:0.85;
	transition-duration:0.25s;
	-webkit-transition-duration:0.25s;
	-moz-transition-duration:0.25s;
}
/* =========================================================
 Layout
========================================================= */
html {
	overflow: auto;
	font-size: 62.5%;
}

body {
	overflow-y: hidden;
	min-width: 100%;
	position: relative;
	font-size: 1.4rem;/*14px*/
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	background: url(../img/bg.jpg) repeat;
}
.pageWrapp{
	width:95%;
	margin:0 auto;
	clear: both;
}
.left_field{
	float: left;
}
.right_field{
	float: right;
}

/* =========================================================
 header
========================================================= */
#header{
	padding:2% 0;
	background:#fff;
}
#header h1{
	float:left;
	width:11%;
}
/* =========================================================
 GlobalNavi
========================================================= */
#globalNavi{
	/*width:80%;*/
	width:65%;
	float:right;
	margin: 3% 0 0 0;
}
#globalNavi ul{
}
#globalNavi li{
	float:left;
	border-right:1px solid #aeaeae;
	/*width:17.3%;*/
	width:23.1%;
	padding:0 2%;
}
#globalNavi li:last-child{
	border-right:none;
	padding:1% 0 0 0.5%;
	/*width:13%;*/
	width:17%;
}
#globalNavi li a img{
	    width: 100%;
    height: auto;
}
/*--iPhone6 Plus縦--*/
@media screen and (max-width: 550px) {
	#globalNavi li{
		/*width:17.2%;*/
		width:23.1%;
	}
}
/*アイコンメニュー５つの時は削除*/
@media screen and (max-width: 375px) {
	#globalNavi li {
    width: 23%;
	}
}


/* =========================================================
 	Footer
========================================================= */
#footer{
	width: 100%;
	position: relative;
	background: url(../../common/img/foot_bg.jpg) repeat;
	margin: 13% 0 0 0;
	min-height:100px;
}
#footer .footnav ul{
	margin: 10% 0 0 0;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
#footer .footnav ul li{
	float: left;
	margin:0 0 3% 0;
	width: 30%;
}
#footer .footnav ul li a {
	color: #FFF;
	border-left: 1px solid #FFF;
	display: block;
	width: 100%;
    padding: 0 5%;
    font-size: 1rem;
    text-align: center;
}
#footer .footnav ul li.last a{
	border-right: 1px solid #FFF;
}
/*
#footer .footnav ul li:first-child{
	width:19%;
}
#footer .footnav ul li:nth-child(2),
#footer .footnav ul li:nth-child(3){
	width:29%;
}
#footer .footnav ul li:nth-child(4){
	width:20%;
	border-right:1px solid #fff;
}
#footer .footnav ul li:nth-child(5){
	width:22%;
}
#footer .footnav ul li:last-child{
	width:20%;
}
*/

/*---運営一覧削除時のスタイル----*/
/*#footer .footnav ul li:first-child{
	width:16%;
}
#footer .footnav ul li:nth-child(2){
	width:25%;
}
#footer .footnav ul li:nth-child(3){
	width:19%;
}
#footer .footnav ul li:nth-child(4){
	width:19%;
}

#footer .footnav ul li:last-child{
	width:40%;
}*/
/*---------ここまで-------------*/

#footer .footnav ul li a:hover{
	color: #CCC;
}
#footer .fieldWrapp{
	margin: 5% 0 0 0;
	position: relative;
}
#footer .pageWrapp{
	position: relative;
    padding: 0 0 5% 0;
}
#pagetop{
    position: relative;
    top: -28px;
    margin: 0 auto -15%;
    width: 24%;
}
#pagetop img{
	display: block;
	cursor: pointer;
}


#footer .footNav{
	width: 48%;
	float: left;
}
#footer .footNav li{
	margin:2% 0;
}
#footer .footNav:last-child{
	float: right;
}
#footer .footNav .title{
	position: relative;
}
#footer .footNav .title:after{
	position: absolute;
	content:url(../img/cursol.png);
	right: 0;
	top: 4px;
	transition-duration:0.5s;
}
#footer .footNav .title.on:after{
	transform:rotate(180deg);
	transition-duration:0.5s;
}
.nav_set{
	margin-bottom: 3%;
}
.nav_set ul {
	display: none;
}
.nav_set ul li a{
	color: #FFF;
	font-size: 1.2rem;
}
#footer .footNav .title img{
	height: auto;
}
#footer .copy{
	width: 100%;
	background: url(../../common/img/alpha.png) repeat;
	clear: both;
	padding: 2% 0;
	text-align:center;
}
#footer .copy address{
	font-style: normal;
	margin:0 auto;
	color: #FFF;
	font-size: 1rem;
	width:90%;
}
/* =========================================================
 elem
========================================================= */
.mark{
	background: url(../img/mark.gif) no-repeat left 5px;
	/*padding-left: 8%;
    background-size: 8%;
	*/
	padding-left: 7%;
    background-size: 7%;

}
.mark2{
	background: url(../img/mark.gif) no-repeat left 5px;
	padding-left: 8%;
    background-size: 4%;
}
/*=======================================================
	gNavi
========================================================*/
#gNavi{
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    display: none;
}
#gNavi .inner{
	padding: 5%;
}
#gNavi  .field{

}
#gNavi .logo{
	width: 35%;
	margin: 0 auto 5% auto;
	display: block;
}
#gNavi .btnNavi{
    margin: 5% 0;
}
#gNavi .btnNavi li{
    width: 24%;
	float: left;
	margin-bottom: 2%;
}
#gNavi .btnNavi li.default{
    margin-right: 1.3%;
}
#gNavi .btnNavi li.right{
	float: right;
}
#gNavi .txtNavi{
	text-align: left;
}
#gNavi .txtNavi li a{
	display: block;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	color:#0F1734;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 2% 0;
	border-bottom: 1px solid #0F1734;
	background: url(../img/navi/arrow.png) no-repeat 95% center;
	background-size: 3%;
}
#gNavi .close_top{
    width: 12%;
    display: block;
    position: absolute;
	top: 15px;
    right: 5%;
}
#gNavi .close_bottom{
	width: 20%;
	display: block;
	position: absolute;
	left: 40%;
}
#gNavi img{
	height: auto;
}