@charset "utf-8";
/**
 * style 
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "import/reset.css";
@import "import/util.css";
@import "../font/flaticon.css";

/**
 * 2. html, body
 */
	body {
		background-color: #fff;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-x;
		background-position: center top;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -ms-transform: rotate(0.001deg);
		-webkit-text-size-adjust: 100%;
	}
	.page {
		color: #000;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.1em;

		/* serif */
		font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
		/* sans serif */
		/*font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	}
	.wrap {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
@media only screen and (max-width: 960px) {
	.wrap {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width:640px) {
	.page {
		font-size: 12px;
	}
}


/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		color: #000;
		text-decoration: none;
	}
	a:visited {}
	a:hover {
		color: #000;
		text-decoration: none;
	}
	a:active {}

/* img */
	img {
		vertical-align: bottom;
	}
@media only screen and (max-width: 960px) {
	img {
		max-width: 100%;
		height: auto;
	}
}
/* heading */
	.siteTitle {
		/*dont use <h1> selector*/
	}
	.contentTitle {
		text-align: center;
		font-size: 36px;
		font-weight: normal;
		letter-spacing: 0.2em;
		margin-bottom: 55px;
	}
	.mainCopy {
		text-align: center;
		font-size: 36px;
		font-weight: normal;
		letter-spacing: 0.2em;
		margin-bottom: 51px;
	}
@media only screen and (max-width:960px) {
	.contentTitle {
		font-size: 28px;
		margin-bottom: 27px;
	}
	.mainCopy {
		font-size: 28px;
		margin-bottom: 26px;
	}
}
@media only screen and (max-width:640px) {
	.contentTitle {
		font-size: 20px;
		letter-spacing: 0.1em;
	}
	.mainCopy {
		font-size: 20px;
	}
}
/* cap */
	.cap,
	.caption {
		background: none;
		color: #000;
		font-size: 12px;
		font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	}
	.cap {
		padding-top: 5px;
	}
@media only screen and (max-width:960px) {
	.cap,
	.caption {
		font-size: 10px;
	}
}

/* altText */
	.altText {
		display: none;
	}
@media only screen and (max-width:640px) {
	.toText {
		display: none;
	}
	.altText {
		display: inline;
	}
}

/**
 * 4. Layout
 */

/* ===================================
HEADER
=================================== */
	#gHeader {
		/*position: relative;*/ /* PC時　header固定ナシ */
		position: fixed; /* PC時　header固定アリ */
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	.headerInner {
		background-color: #eee;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.headerInner .wrap {
		position: relative;
	}
@media only screen and (max-width:960px) {
	.headerInner {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media only screen and (max-width:640px) {
	#gHeader {
		position: relative;
	}
	.headerInner {
		padding-bottom: 0;
	}
}
/* hdrLogo */
	.hdrLogo {
	}
	.shldrTxt {
		font-size: 10px;
		margin-bottom: 7px;
	}
@media only screen and (max-width:960px) {
	.hdrLogo {
		float: left;
	}
	.shldrTxt {
		display: none;
	}
}
@media only screen and (max-width:640px) {
	.hdrLogo {
		float: none;
		text-align: center;
		margin-bottom: 20px;
		display: none;
	}
}
/* pNav */
	#pNav {
		position: absolute;
		top: 5px;
		right: 0;
	}
	#pNav li {
		display: inline-block;
		vertical-align: bottom;
		margin-left: 15px;
		font-size: 12px;
	}
	#pNav li a {
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
		font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	}
	#pNav li a:hover {
		text-decoration: underline;
	}
	#pNav li.req a,
	#pNav li.res a {
		display: block;
		width: 130px;
		line-height: 40px;
		font-size: 18px;
		background-color: #ddd;
		text-align: center;
		font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
		-webkit-transition: all .5s ease;
		   -moz-transition: all .5s ease;
		    -ms-transition: all .5s ease;
		     -o-transition: all .5s ease;
		        transition: all .5s ease;
	}
	#pNav li.req a:hover,
	#pNav li.res a:hover {
		text-decoration: none;
		opacity: 0.5;
	}

	#pNav li.oss a,
	#pNav li.oss a {
		display: block;
		width: 236px;
		line-height: 40px;
		font-size: 18px;
		background-color: #ddd;
		text-align: center;
		font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
		-webkit-transition: all .5s ease;
		   -moz-transition: all .5s ease;
		    -ms-transition: all .5s ease;
		     -o-transition: all .5s ease;
		        transition: all .5s ease;
	}
	#pNav li.oss a:hover,
	#pNav li.oss a:hover {
		text-decoration: none;
		opacity: 0.5;
	}

@media only screen and (max-width:960px) {
	#pNav {
		position: static;
		float: right;
	}
	#pNav li {
		font-size: 10px;
		margin-left: 10px;
	}
	#pNav li.req a,
	#pNav li.res a {
		font-size: 16px;
		line-height: 30px;
		width: 130px;
	}
}
@media only screen and (max-width:640px) {
	#pNav {
		display: none;
	}
}

/* sNav */
	#sNav {
		display: none;
	}
    .spHeaderFixed #sNav {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }
@media only screen and (max-width:640px) {
	#sNav {
		display: block;
	}
	#sNav ul {
		display: flex;
		justify-content: center;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	#sNav li {
		width: 20%; /* btn 5つ */
		/*width: 25%;*/ /* btn 4つ */
		text-align: center;
		font-size: 9px;
		line-height: 1.7;
		letter-spacing: 0;
		border-right: 1px solid #eee;
	}
	#sNav li a {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: 100%;
		padding: 3% 3% 5% 3%;
		background-color: #ddd;
	}
	#sNav li [class^="flaticon-"] {
		font-size: 25px;
	}
	#sNav li.menu .flaticon-cancel {
		display: none;
	}
	#sNav li.menu.on .flaticon-cancel {
		display: inline;
	}
	#sNav li.menu.on .flaticon-menu {
		display: none;
	}
}
/* ===================================
gNav
=================================== */
	#gNav {
		background-color: #ddd;
	}
	#gNav ul {
		display: flex;
		justify-content: center;
	}
	#gNav li.sp {
		display: none;
	}
	#gNav li a {
		display: block;
		padding: 12px 22px;
		font-size: 14px;
		position: relative;
		-webkit-transition: all .5s ease;
		   -moz-transition: all .5s ease;
		    -ms-transition: all .5s ease;
		     -o-transition: all .5s ease;
		        transition: all .5s ease;
	}
	#gNav li a:hover,
	#gNav li.on a {
		background-color: #ccc;
	}
	#gNav li.off a {
		pointer-events: none;
		opacity: 0.5;
	}
	#gNav li .new {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
		background-color: #004066;
		padding: 0 3px 1px;
		line-height: 1;
	}
@media only screen and (max-width:960px) {
	#gNav li a {
		padding: 12px 8px;
		font-size: 12px;
		letter-spacing: 0;
	}
}
@media only screen and (max-width:640px) {
	#gNav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 9999;
		display: none;
	}
	.spHeaderFixed #gNav {
		position: fixed;
	}
	#gNav .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	#gNav ul {
		display: block;
		font-size: 0;
		letter-spacing: -0.4em;
	}
	#gNav ul li {
		display: inline-block;
		width: 50%;
		text-align: center;
		font-size: 10px;
	}
	#gNav li.sp {
		display: inline-block;
	}
	#gNav ul li a {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 10%;
		letter-spacing: -0.115em;
	}
}
/* ===================================
CONTAINER
=================================== */
	#container {
		padding-top: 117px;
	}
	#mainContent {
		margin-bottom: 96px;
	}
@media only screen and (max-width:960px) {
	#mainContent {
		margin-bottom: 48px;
	}
}
/* ===================================
breadcrumb
=================================== */
	.breadcrumb {
		padding-top: 10px;
		margin-bottom: 56px;
	}
	.breadcrumb ul {
		font-size: 0;
		letter-spacing: -0.4em;
	}
	.breadcrumb li {
		display: inline-block;
		font-size: 12px;
		letter-spacing: 0.1em;
		margin-right: 7px;
	}
	.breadcrumb li a {
		padding-right: 4px;
	}
	.breadcrumb li a:hover {
		text-decoration: underline;
	}
@media only screen and (max-width:960px) {
	.breadcrumb {
		margin-bottom: 28px;
	}
	.breadcrumb li {
		font-size: 10px;
	}
}
/* ===================================
cvArea
=================================== */
	.cvArea {
		display: flex;
		flex-wrap: wrap;
		max-width: 1084px;
		justify-content: space-between;
		margin: 0 auto 85px auto;
	}
	.cvArea .cv {
		width: 48.95833333%;
		background-color: #eee;
		margin-left: 2.08333333%;
		text-align: center;
		padding-top: 16px;
		padding-bottom: 15px;
	}
	.cvArea .cv:first-child {
		margin-left: 0;
	}
	.cvArea .cv a {
		display: block;
		-webkit-transition: all .5s ease;
		   -moz-transition: all .5s ease;
		    -ms-transition: all .5s ease;
		     -o-transition: all .5s ease;
		        transition: all .5s ease;
	}
	.cvArea .cv a:hover {
		opacity: 0.5;
	}
	.cvArea .cv .txt {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.cvArea .cv .btn {
		width: 58.5106383%;
		line-height: 60px;
		background-color: #dedddd;
		font-size: 18px;
		margin-right: auto;
		margin-left: auto;
	}
	.cvArea .cv.app_bnr {
		max-width: 100%;
		width: 100%;
		margin: 30px 0;
	}
@media only screen and (max-width:960px) {
	.cvArea {
		margin-bottom: 43px;
	}
	.cvArea .cv .txt {
		font-size: 14px;
	}
	.cvArea .cv .btn {
		line-height: 50px;
		font-size: 16px;
	}
}
@media only screen and (max-width:640px) {
	.cvArea {
		 flex-direction: column;
	}
	.cvArea .cv {
		width: 100%;
		margin-left: 0;
	}
	.cvArea .cv:first-child {
		margin-bottom: 20px;
	}
}
/* ===================================
fNav
=================================== */
	#fNav {
		margin-bottom: 21px;
	}
	#fNav ul {
		text-align: center;
		font-size: 0;
		letter-spacing: -0.4em;
	}
	#fNav li {
		display: inline-block;
		padding-left: 10px;
		border-left: 1px solid #000;
		margin-left: 10px;
		font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	}
	#fNav li:first-child {
		margin-left: 0;
		border-left: none;
		padding-left: 0;
	}
	#fNav a,
	#fNav span {
		color: #000;
		font-size: 12px;
		letter-spacing: -0.1em;
	}
	#fNav a:hover {
		text-decoration: underline;
	}
	#fNav li.on {
		font-weight: bold;
		pointer-events: none;
	}
	#fNav li.off {
		opacity: 0.5;
		pointer-events: none;
	}
	#fNav .space {
		display: none;
	}
	#fNav li .new {
		display: none;
	}
@media only screen and (max-width:960px) {
	#fNav li {
		margin-bottom: 10px;
	}
	
}
@media only screen and (max-width:640px) {
	#fNav {
		margin-bottom: 0;
	}
	#fNav .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	#fNav ul {
		text-align: left;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
	}
	#fNav li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		border-left: none;
		padding: 0;
		margin: 0;
		width: 50%;
		text-align: center;
		position: relative;
	}
	#fNav a,
	#fNav span {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: 100%;
		padding: 8%;
	}
	#fNav .space {
		display: inline-block;
	}
	#fNav li .new {
		width: auto;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
		background-color: #004066;
		padding: 0 3px 1px;
		line-height: 1;
	}
}
/* ===================================
contactArea
=================================== */
	#contactArea {
		padding-top: 28px;
		padding-bottom: 32px;
		background-color: #dedddd;
	}
	.contactInner {
		margin-bottom: 40px;
		display: flex;
		justify-content: space-between;
	}
@media only screen and (max-width:960px) {
	#contactArea {
		padding-top: 14px;
		padding-bottom: 16px;
	}
	.contactInner {
		margin-bottom: 20px;
		 flex-direction: column;
	}
}
/* contact */
	.contact {
		padding-right: 47px;
		border-right: 1px solid #000;
		margin-right: 40px;
	}
	.contact br.sp {
		display: none;
	}
	.contact .txt {
		font-size: 16px;
		letter-spacing: -0.05em;
	}
	.contact .tell {
		line-height: 1;
		margin-bottom: 8px;
	}
	.contact .tell a {
		display: block;
		font-size: 50px;
		pointer-events: none;
		letter-spacing: 0;
	}
	.contact .tell a:before {
		content: "";
		display: inline-block;
		width: 52px;
		height: 30px;
		background: transparent url(../imgs/icn-tell.png) left bottom no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		margin-right: 7px;
	}
	.contact .txt02 {
		font-size: 12px;
		font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		letter-spacing: -0.05em;
	}
@media only screen and (max-width:960px) {
	.contact {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		border-bottom: 1px solid #000;
		padding-bottom: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.contact .txt {
		font-size: 14px;
	}
	.contact .tell a {
		font-size: 40px;
		pointer-events: auto;
	}
	.contact .tell a:before {
		width: 36px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.contact .txt02 {
		display: inline-block;
		text-align: left;
	}
	.contact br.pc {
		display: inline;
	}
}
@media only screen and (max-width:480px) {
	
	.contact br.pc {
		display: none;
	}
	.contact .tell a:before {
		width: 26px;
	}
}
/* right */
	.right {
		display: flex;
		justify-content: center;
	}
@media only screen and (max-width:480px) {
	.right {
		display: block;
	}
}
/* ftrLogo */
	.ftrLogo {
		margin-right: 39px;
	}
	.ftrLogo .txt {
		font-size: 12px;
		margin-bottom: 15px;
		letter-spacing: -0.05em;
	}
	.ftrLogo .seller {
		font-size: 14px;
		margin-bottom: 3px;
	}

.ftrLogo .logo1 {
    width: 100%;
    max-width: 133px;
}

.ftrLogo .logo2 {
    width: 100%;
    max-width: 236px;
}


@media only screen and (max-width:960px) {
	.ftrLogo {
		margin-right: 17px;
	}
	.ftrLogo .txt {
		font-size: 10px;
		margin-bottom: 11px;
	}
	.ftrLogo .seller {
		font-size: 12px;
	}
}
@media only screen and (max-width:480px) {
	.ftrLogo {
		margin-right: 0;
		text-align: center;
		margin-bottom: 20px;
	}
/*
	.ftrLogo img {
		width: 50%;
	}
*/
}
/* club */
	.club {
	}
	.club a {
		display: flex;
		justify-content: center;
		border: 1px solid #060001;
		padding: 11px;
		-webkit-transition: opacity .5s ease;
		   -moz-transition: opacity .5s ease;
		    -ms-transition: opacity .5s ease;
		     -o-transition: opacity .5s ease;
		        transition: opacity .5s ease;
	}
	.club a:hover {
		opacity: 0.5;
	}
	.club .img {
		width: 59px;
		margin-right: 16px;
	}
	.club .txt {
		width: 162px;
		font-size: 12px;
		letter-spacing: 0;
	}
@media only screen and (max-width:960px) {
	.club a {
		padding: 1%;
	}
	.club .txt {
		font-size: 10px;
	}
}
@media only screen and (max-width:480px) {
	.club .img {
		width: 15%;
		margin-right: 3%;
	}
	.club .txt {
		width: 80%;
	}
}
/* ftrLink */
	.ftrLink {
		text-align: center;
		font-size: 0;
		letter-spacing: -0.4em;
	}
	.ftrLink li {
		display: inline-block;
		font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		letter-spacing: 0;
		margin-left: 30px;
	}
	.ftrLink li:first-child {
		margin-left: 0;
	}
	.ftrLink li a {
		font-size: 14px;
		line-height: 2em;
	}
	.ftrLink li a:hover {
		text-decoration: underline;
	}
@media only screen and (max-width:960px) {
	.ftrLink li {
		margin-bottom: 10px;
	}
	.ftrLink li a {
		text-decoration: underline;
	}
}
@media only screen and (max-width:480px) {
	.ftrLink li {
		display: block;
		margin-left: 0;
		margin-bottom: 0;
	}
	.ftrLink li a {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
/* ===================================
copyright
=================================== */
	.copyright {
		font-size: 14px;
		color: #000;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	}
@media only screen and (max-width:960px) {
	.copyright {
		font-size: 12px;
	}
}
@media only screen and (max-width:480px) {
	.copyright {
		font-size: 10px;
	}
}