@charset "utf-8";


/*=======================================================================================
    ■ share 
=======================================================================================*/

@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

.sawarabi {
	font-family: "Sawarabi Mincho" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-hannari {
	font-family: "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-rounded {
	font-family: "Rounded Mplus 1c";
}

*{
	outline: none;
	color: #1F1F1F;
	margin:0;
	padding:0;
	font-family: Meiryo, メイリオ,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	letter-spacing: 1px;
	background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
	vertical-align: top;
	border-style: none;
}

li,ul,dl,dt,dd {
	list-style:none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

a {
	color: #1F1F1F;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	opacity: 0.8 ;
}
.imgover {
	opacity: 0;
	position: absolute;
}

body {
	text-align: center;
	overflow-x: hidden;
}

.c_f:after {
  content: "";
  clear: both;
  display: block;
}
.sp {
	display: none;
}

/*==================================================
    ■ share end
==================================================*/



/*==================================================
    ■ Layout start
==================================================*/

/*------------------------------------------------
    header start
------------------------------------------------*/

header {
	width: auto;
	margin: auto;
	font-size:62.5%;
}

/******* header_cnt start (in header) ********/
#header_cnt {
	margin: 0 auto;
	position: relative;
	width: 1100px;
	text-align: left;
	padding-bottom: 30px;
}
#header_cnt h1{
	float: left;
	padding-top: 45px;
}
#header_cnt .h_right{
	float: right;
}
/******* h_en ********/
#header_cnt .h_right .h_en{
	height: 22px;
	width: 120px;
	text-align: center;
	padding-top: 5px;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 15px;
	background-image: url(../img/common/h_en.png);
	background-repeat: repeat;
}
#header_cnt .h_right .h_en a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 1.0em;
}
/******* h_menu ********/
#header_cnt .h_right .h_menu{
	margin-bottom: 18px;
}
#header_cnt .h_right .h_menu ul{
	text-align: right;
}
#header_cnt .h_right .h_menu ul li{
	display: inline;
	margin-right: 25px;
}
#header_cnt .h_right .h_menu ul li:last-child {
	margin-right: 0px;
}
#header_cnt .h_right .h_menu ul li img{
	margin-top: -1px;
	margin-right: 9px;
}
#header_cnt .h_right .h_menu ul li a{
	font-size: 1.2em;
	color: #1F1F1F;
	text-decoration: none;
}
/******* h_bl ********/
#header_cnt .h_right .h_bl {
}

/******* textsize (in h_bl) ********/
#header_cnt .h_right .h_bl .textsize {
	float: left;
	margin-right: 20px;
	margin-left: auto;
	padding-top: 4px;
}
#header_cnt .h_right .h_bl .textsize p {
	font-size: 1.1em;
	float: left;
	padding-right: 9px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}
#header_cnt .h_right .h_bl .textsize ul {
	float: left;
}
#header_cnt .h_right .h_bl .textsize li {
	float: left;
	margin: 0 5px 0 0;
	display: block;
	text-align: center;
	font-size: 1.2em;
	border: 1px solid #8E8E8E;
	vertical-align: middle;
	padding: 3px;
}
#header_cnt .h_right .h_bl .textsize li:nth-child(1) {
	display:none
}
#header_cnt .h_right .h_bl .textsize .t1 {
	background: #ffffff;
	color: #1F1F1F;
	cursor: pointer;
}
#header_cnt .h_right .h_bl .textsize .t2 {
	background: #757575;
	color: #FFFFFF;
	cursor: default;
}
/******* h_search (in h_bl) ********/
#header_cnt .h_right .h_bl #h_search {
	float: left;
}
#header_cnt .h_right .h_bl #h_search input[type="text"] {
	margin-right: 10px;
	width: 220px;
}

#header_cnt .h_right .h_bl #h_search input[type="submit"] {
	border-style: none;
	background-image: url(../img/common/h_search.png);
	background-position: center center;
	height: 15px;
	width: 15px;
	cursor: pointer;
	background-color: #FFFFFF;
}


/******* header_cnt end (in header) ********/

/*------------------------------------------------
    header end
------------------------------------------------*/


/*------------------------------------------------
    nav start
------------------------------------------------*/

nav {
	width: auto;
	margin: auto;
	clear: both;
	background-color: #F5F3F1;
	font-size:62.5%;
}

/******* nav_cnt start (in nav) ********/
#nav_cnt {
	margin: 0 auto 70px;
	text-align: left;
	position: relative;
	width: 1000px;
	padding-top: 13px;
	padding-bottom: 13px;
}
#nav_cnt #main_menu {
	float:left;
}
#nav_cnt #sub_menu {
	float:right;
}
#nav_cnt #main_menu ul {
}
#nav_cnt #main_menu ul li {
	float:left;
	margin-right: 20px;
}
#nav_cnt #main_menu ul li a {
	display: block;
	font-size: 1.4em;
}
#nav_cnt #main_menu ul li a img {
	margin-right: 9px;
}
#nav_cnt #sub_menu ul {
}

#nav_cnt #sub_menu ul li {
	float:left;
	margin-right: 50px;
}
#nav_cnt #sub_menu ul li:last-child {
	margin-right: 0px;
}
#nav_cnt #sub_menu ul li a {
	display: block;
	font-size: 1.2em;
}
#nav_cnt #sub_menu ul li a img {
	margin-right: 9px;
	margin-top: 3px;
}

/******* nav_cnt end (in nav) ********/

/*------------------------------------------------
    nav end
------------------------------------------------*/


/*------------------------------------------------
    main start
------------------------------------------------*/

main {
	width: auto;
	margin: auto;
	clear: both;
	display: block;
	font-size:62.5%;
	padding-bottom: 100px;
}
@media screen and (max-width:980px) {
	main {
		width: 90%;
		padding-bottom: 20px;
	}
}
/*------------------------------------------------
    main end
------------------------------------------------*/

/*------------------------------------------------
    footer start
------------------------------------------------*/
footer {
	width: 100%;
	margin: auto;
	clear: both;
	display: block;
	font-size:62.5%;
	border-top: 1px solid #B5A697;
}
.cnt_f {
	margin: 0 auto;
	position: relative;
	text-align: left;
}
.wrap_f1 {
}
@media screen and (max-width:980px) { 
	footer {
		width: 90%;
		margin: auto;
		clear: both;
		display: block;
		font-size:62.5%;
		border-top: 1px solid #B5A697;
	}
	.wrap_f1 .f_mk3 {
		width: 9px;
	}
	.wrap_f1 .f_mk4 {
		width: 9px;
	}
}
.cnt_f1 {
	width: 950px;
	padding-top: 45px;
	padding-bottom: 100px;
}
.cnt_f1 ul {
	float:left
}
.cnt_f1 .f_menu1 {
	width: 310px;
}
.cnt_f1 .f_menu2 {
	width: 360px;
}
.cnt_f1 .f_menu3 {
}
.cnt_f1 ul li {
	margin-bottom: 17px;
}
.cnt_f1 ul .s_h {
	margin-bottom: 7px;
}
.cnt_f1 li span {
	font-size: 1.2em;
}
.cnt_f1 li a {
	font-size: 1.2em;
}
.cnt_f1 li img {
	margin-right: 9px;
}
@media screen and (max-width:980px) { 
	.cnt_f1 {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.cnt_f1 ul {
		float: inherit;
	}
	.cnt_f1 .f_menu1 {
		width: 100%;
	}
	.cnt_f1 .f_menu2 {
		width: 100%;
	}
	.cnt_f1 .f_menu3 {
	}
}

.wrap_f2 {
}
.cnt_f2 {
	width: 1000px;
	text-align: center;
}
.cnt_f2 h2 {
	font-size: 1.8em;
	font-family: "Rounded Mplus 1c";
	background-image: url(../img/common/f_bar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #555555;
}
.cnt_f2 .ad {
	margin-right: auto;
	margin-left: auto;
	font-size: 1.4em;
	color: #555555;
	padding-bottom: 20px;
}
.cnt_f2 ul {
	width: 325px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 90px;
}
.cnt_f2 ul li {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #555555;
}
.cnt_f2 ul li:nth-child(2) {
	float: right;
}
.cnt_f2 .copy {
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	color: #555555;
	padding-bottom: 100px;
}
@media screen and (max-width:980px) { 
	.cnt_f2 {
		width: 100%;
		text-align: center;
	}
	.cnt_f2 h2 {
		font-size: 1.5em;
		font-family: "Rounded Mplus 1c";
		background-image: url(../img/common/f_bar.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-weight: bold;
		color: #555555;
		line-height:160%;
	}
	.cnt_f2 .ad {
		margin-right: auto;
		margin-left: auto;
		font-size: 1.4em;
		color: #555555;
		padding-bottom: 20px;
	}
	.cnt_f2 ul {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 20px;
	}
	.cnt_f2 ul li {
		float: inherit;
		font-size: 1.4em;
		font-weight: bold;
		color: #555555;
	}
	.cnt_f2 ul li:nth-child(2) {
		float: inherit;
	}
	.cnt_f2 .copy {
		margin-right: auto;
		margin-left: auto;
		font-size: 1.2em;
		color: #555555;
		padding-bottom: 20px;
	}
}

/* pagetop start*/

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 40px;
	text-align: center;
	display: block;
	background-image: url(../img/common/f_page_top_sp.png);
	height: 40px;
	background-repeat: no-repeat;
}
#page-top a:hover {
    text-decoration: none;
	background-image: url(../img/common/f_page_top_sp_o.png);
}

/*------------------------------------------------
    footer end
------------------------------------------------*/


@media screen and (max-width:980px) { 
	.pc { display: none !important; }
	.sp { display: block !important; }

	img {
		width:100%;
	}

	/*------------------------------------------------
	    header start
	------------------------------------------------*/

	header {
		width: 100%;
		margin: auto;
		background-repeat: no-repeat;
		background-position: center center;
		padding-bottom: 30px;

	}
	/******* header_cnt start (in header) ********/
	header #header_cnt{
		margin: 0 auto;
		position: relative;
		height: inherit;
		width: 100%;
		text-align: center;

		text-align: left;
		padding-bottom: 0px;
	}
	#header_cnt h1{
		padding-top: 10px;
		float: inherit;
		padding-right: 0px;
		padding-left: 10px;
		padding-bottom: 0px;
		text-align: left;
	}
	#header_cnt h1 img{
		width: 85%;
	}
	#header_cnt .menu{
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		float: inherit;
	}
	#header_cnt .menu ul{
	}
	#header_cnt .menu ul li{
		background-image: url(../img/common/menu_bg.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		float: inherit;
		padding-top: 37px;
		margin-right: 45px;
		margin-right: 68px;
	}
	#footer_cnt_b .sns ul li:nth-child(4) {
		margin-right: 0px;
	}
	#header_cnt .menu ul li a{
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}
	#header_cnt .menu ul li a:hober{
		text-decoration: none;
	}
	/******* header_cnt end (in header) ********/

	/*------------------------------------------------
	    header end
	------------------------------------------------*/


	/*------------------------------------------------
		nav start
	------------------------------------------------*/

	nav {
		width: auto;
		margin: auto;
		clear: both;
		background-color: #ffffff;
		height: 100vh;
		margin-top: 50px;/* ナビゲーションのトップからの開始位置 */
	}

	/*ナビゲーション*/
	nav {
	}
	.uq_spNavi {
		display: none;
		margin-top: 0px;
		padding-top: 0px;
	}
	.uq_spNavi.js_appear {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: block;
		z-index: 9999;
	}

	.uq_spNavi_screen {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 0;
		margin-top: 0px;
		padding-top: 0px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.navigation {
		padding-top: 0px;
		text-align: center;
		padding-bottom: 0px;
	}

	.navigation_item {
		font-family: "Rounded Mplus 1c";
		background-repeat: repeat;
		margin-right: 20px;
		margin-left: 20px;
		position: relative;
		height: 30px;
		line-height: 30px;
		margin-bottom: 2px;
	}

	.navigation_item > a {
		text-decoration: none;
		font-size: 2.0em;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: #000000;
		background-color:#EEEEEE;
	}
	.g_bt1 a {
	}
	.g_bt2 a {
	}
	.g_bt3 a {
	}
	.g_bt4 a {
	}
	.g_bt5 a {
	}
	.g_bt6 a {
	}
	.g_bt7 a {
	}
	.js_fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	/******* nav_cnt start (in nav) ********/

	#nav_cnt {
		margin: 0 auto;
		text-align: left;
		position: relative;
		width: auto;
	}
	#nav_cnt ul {
	}
	#nav_cnt ul li {
		float: inherit;
		list-style:none;
	}
	#nav_cnt ul li a {
		display: block;
		font-size: 1.8em;
	}

	#nav_cnt #m_navi01 {
	}

	#nav_cnt #m_navi02 {
	}

	#nav_cnt #m_navi03 {
	}

	#nav_cnt #m_navi04 {
	}

	#nav_cnt #m_navi05 {
	}

	/******* nav_cnt end (in nav) ********/

	/*------------------------------------------------
	    nav end
	------------------------------------------------*/


	/*------------------------------------------------
	    hamb start
	------------------------------------------------*/

	.el_humburger {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 26px;
		height: auto;
		padding-top: 1px;
		box-sizing: border-box;
		z-index: 10000;
		transition: all 0.2s ease-in-out;
		cursor: pointer;
		pointer-events: auto;
	}
	.el_humburger > span {
		display: block;
		width: 100%;
		margin: 0 auto 6px;
		height: 3px;
		background-color: #000000;
		transition: all 0.2s ease-in-out;
	}
	.el_humburger > span:last-child {
		margin-bottom: 0;
	}
	.js_humburgerOpen .el_humburger > span {
		background-color: #000000;
	}

	.js_humburgerOpen .el_humburger > span.top {
		transform: translateY(9px) rotate(-45deg);
	}

	.js_humburgerOpen .el_humburger > span.middle {
		opacity: 0;
	}

	.js_humburgerOpen .el_humburger > span.bottom {
		transform: translateY(-9px) rotate(45deg);
	}

	.el_humburgerButton.el_humburgerButton__close {
		top: 2%;
		right: 2%;
	}

	.el_humburgerButton__close > span {
		display: block;
		width: 35px;
		margin: 0 auto;
		height: 4px;
		background: #fff;
	}

	.el_humburgerButton__close > span.el_humburgerLineTop {
		transform: translateY(5px) rotate(-45deg);
	}

	.el_humburgerButton__close > span.el_humburgerLineBottom {
		transform: translateY(-6px) rotate(45deg);
	}

	/*------------------------------------------------
	    hamb end
	------------------------------------------------*/
}