@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;
}
.sp_br {
	display: none!important;
}
.pc_br {
	display: block!important;
}

    @media screen and (max-width:980px) {
        .sp_br {
            display: block!important;
        }
        .pc_br {
            display: none!important;
        }
    }
/*==================================================
    ■ 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: 1100px;
	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.8em;
}
#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: 30px;
}
#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_cnt_ver2 start (in nav) ********/
.nav_cnt_ver2 {
	position: relative;
	width: 100%;
    height: 95px;
    margin: auto;
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
	margin: 0 auto 40px;
}
    @media screen and (max-width:1240px) {
        .nav_cnt_ver2 {
            width: 96%;
        }
    }
    @media screen and (max-width:980px) {
        .nav_cnt_ver2 {
            display: none;
            margin: 0 auto 0px;
            width: 96%;
        }
        #index .nav_cnt_ver2 {
            display: block;
        }
    }
.nav_cnt_ver2 #main_menu {
}
.nav_cnt_ver2 #main_menu ul {
	display: flex;
}
.nav_cnt_ver2 #main_menu ul li {
}
.nav_cnt_ver2 #main_menu ul a {
	font-size: 2.1em;
    color: #473E1F;
    width: 220px;
    height: 95px;
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-image: url("../img/common/menu_bg.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #E2DABE;
    padding-right: 6px;
    padding: 0px 10px;
}
    @media screen and (max-width:1240px) {
        .nav_cnt_ver2 #main_menu ul a {
            width: 160px;
        }
    }
.nav_cnt_ver2 #main_menu ul a:hover {
    color: #FFFFFF;
    background-color: #C0AF74;
	transition : all 0.5s ease 0s;
}
.nav_cnt_ver2 #main_menu ul #m_navi01 a {
    position: relative;
    line-height: 1.1;
    background-color: #FF9F40;
    color: #FFFFFF;
}
.nav_cnt_ver2 #main_menu ul #m_navi01 a .new_icon {
    position: absolute;
    font-size:  0.6em;
    left: 0;
    bottom: 0;
    background: #DF0000;
    color: #fff;
    font-weight: bold;
    padding: 6px 16px 2px 8px;
    line-height: 1;
    /* 右側を上→下に斜めカット */
    clip-path: polygon(
        0 0,
        85% 0,
        100% 100%,
        0 100%
    );
}
.nav_cnt_ver2 #main_menu ul #m_navi04 a {
    width: 200px;
}
.nav_cnt_ver2 #main_menu ul #m_navi05 a {
    width: 220px;
}
    @media screen and (max-width:1390px) {
        .nav_cnt_ver2 #main_menu ul li a {
	        font-size: 1.8em;
        }
    }
    @media screen and (max-width:1300px) {
        .nav_cnt_ver2 #main_menu ul li a {
	        font-size: 1.6em;
        }
    }
    @media screen and (max-width:1240px) {
        .nav_cnt_ver2 #main_menu ul li a {
	        font-size: 1.6em;
        }
        .nav_cnt_ver2 #main_menu #m_navi04 a {
            width: 150px;
        }
        .nav_cnt_ver2 #main_menu #m_navi05 a {
            width: 180px;
        }
    }
    @media screen and (max-width:1000px) {
        .nav_cnt_ver2 #main_menu li {
            width: 33%;
            margin: 0px 0.5%;
        }
        .nav_cnt_ver2 #main_menu li a {
            font-size: 1.6em;
            width: 100%!important;
            background-image: none;
            padding: 0px 10px;
        }
        .nav_cnt_ver2 #main_menu #m_navi03 {
            display: none;
        }
        .nav_cnt_ver2 #main_menu #m_navi01 {
            width: 50%;
        }
        .nav_cnt_ver2 #main_menu #m_navi01 a {
            width: 100%;
        }
        .nav_cnt_ver2 #main_menu #m_navi02 {
            width: 50%;
        }
        .nav_cnt_ver2 #main_menu #m_navi02 a {
            width: 100%;
        }
        .nav_cnt_ver2 #main_menu #m_navi03 a {
            display: none;
        }
        .nav_cnt_ver2 #main_menu #m_navi04 {
            display: none;
        }
        .nav_cnt_ver2 #main_menu #m_navi05 {
            width: 33%;
        }
        .nav_cnt_ver2 #main_menu #m_navi05 a {
            width: 100%;
            font-size: 1.5em;
        }
    }
.nav_cnt_ver2 #sub_menu {
    padding-left: 5%;
}
    @media screen and (max-width:1200px) {
        .nav_cnt_ver2 #sub_menu {
            padding-left: 3%;
        }
    }
    @media screen and (max-width:1070px) {
        .nav_cnt_ver2 #sub_menu {
            padding-left: 1%;
        }
    }
.nav_cnt_ver2 #sub_menu ul {
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.nav_cnt_ver2 #sub_menu ul li {
	margin-right: 30px;
}
.nav_cnt_ver2 #sub_menu ul li:last-child {
	margin-right: 0px;
}
.nav_cnt_ver2 #sub_menu ul li a {
	display: block;
	font-size: 1.2em;
}
.nav_cnt_ver2 #sub_menu ul li a img {
	margin-right: 9px;
	margin-top: 3px;
}

    @media screen and (max-width:1000px) {
        .main_menu_all{
            background-color: #FFFFFF;
            margin-bottom: 15px;
            width: 90%;
        }
        .nav_cnt_ver2 #sub_menu {
            display: none;
        }
        .nav_cnt_ver2 #main_menu {
            width: 100%;
        }
    }
/*------------------------------------------------
    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:1024px) { 
        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: 1200px;
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 100px;
}
    @media screen and (max-width:1240px) { 
        .cnt_f1 {
            width: 90%;
        }
    }
.cnt_f1 ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
.cnt_f1 .f_menu2 {
    margin-left: auto;
    margin-right: auto;
}
.cnt_f1 .f_menu3 {
}
.cnt_f1 ul li {
    margin-bottom: 20px;
    display: flex;
}
.cnt_f1 ul .s_h {
    margin-bottom: 7px;
}
.cnt_f1 li span {
    font-size: 1.2em;
}
.cnt_f1 li a {
    font-size: 2em;
    display: flex;
    align-content: center;
    align-items: center;
}
    @media screen and (max-width:1100px) { 
        .cnt_f1 li a {
            font-size: 1.6em;
        }
    }
.cnt_f1 li img {
    margin-right: 9px;
}
/*---------- タブレット・スマホ ----------*/
    @media screen and (max-width: 1024px) {
        .cnt_f1 {
            width: 100%;
            display: block;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .cnt_f1 ul {
            width: 100%;
        }
        .cnt_f1 .f_menu3 {
            text-align: left;
        }
    }
.wrap_f2 {
}
.cnt_f2 {
	width: 1000px;
	text-align: center;
}
.cnt_f2 h2 {
    width: 100%;
	font-size: 3em;
	font-family: "Rounded Mplus 1c";
	background-image: url(../img/common/f_bar.png);
	background-repeat: repeat-x;
	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: 2.2em;
	padding-bottom: 20px;
}
.cnt_f2 ul {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.cnt_f2 ul li {
	font-size: 2.2em;
	font-weight: bold;
    padding: 10px;
}
.cnt_f2 ul li:nth-child(2) {
	float: right;
}
.cnt_f2 .copy {
	margin-right: auto;
	margin-left: auto;
	font-size: 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%;
        max-width: 432px;
	}
	#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
	------------------------------------------------*/

	.navigation {
		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: #AF9876;
		transition: all 0.2s ease-in-out;
	}
	.el_humburger > span:last-child {
		margin-bottom: 0;
	}
	.js_humburgerOpen .el_humburger > span {
		background-color: #AF9876;
	}

	.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
	------------------------------------------------*/
}




/* ==================================================
   リニューアル版ヘッダー
================================================== */
.header_ver2 {
    width: 100%;
    background: #fff;
}
.header_ver2__inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* ------------------------------
   ロゴ
------------------------------ */
.header_ver2__logo {
    flex-shrink: 0;
    padding-left: 60px;
}
.header_ver2__logo img {
    width: auto;
    max-width: 100%;
    height: auto;
}
/* ------------------------------
   右側
------------------------------ */
.header_ver2__right {
    width: 37.24%;
    margin-left: auto;
}
/* =========================
   上段
========================= */
.header_ver2__sub {
    width: 100%;
    height: 150px;
    background: #DCE8F4;
    clip-path: polygon(
        45px 0,
        100% 0,
        100% 100%,
        0 100%
    );
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2px;
}
/* -------------------------
   文字サイズブロック
------------------------- */
.header_ver2__size {
    position: relative;
    width: 41.96%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 文字サイズブロックの右側の斜め線 */
.header_ver2__size::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 45px;
    height: 150px;
    background: #FFFFFF;

    clip-path: polygon(
        43px 0,
        45px 0,
        2px 100%,
        0 100%
    );
}
/* -------------------------
   文字サイズ
------------------------- */
.header_ver2__size .textsize {
	display: flex;
    align-content: center;
    align-items: center;
}
    @media screen and (max-width: 1390px) {
        .header_ver2__size .textsize {
            display: block;
        }
    }
.header_ver2__size .textsize p {
	font-size: 1.8em;
    margin-right: 10px;
}
    @media screen and (max-width: 1640px) {
        .header_ver2__size .textsize p {
            font-size: 1.6em;
        }
    }
    @media screen and (max-width: 1390px) {
        .header_ver2__size .textsize p {
            margin-bottom: 10px;
            margin-right: 0px;
        }
    }
.header_ver2__size .textsize ul {
    display: flex;
}
    @media screen and (max-width: 1390px) {
        .header_ver2__size .textsize ul {
            justify-content: center;
        }
    }
.header_ver2__size .textsize li {
	display: block;
	text-align: center;
	font-size: 2em;
	border: 1px solid #8E8E8E;
	vertical-align: middle;
	padding: 3px;
    margin-right: 5px;
    margin-left: 5px;
}
    @media screen and (max-width: 1640px) {
        .header_ver2__size .textsize li {
            font-size: 1.8em;
        }
    }
.header_ver2__size .textsize li:nth-child(1) {
	display:none
}
.header_ver2__size .textsize .t1 {
	background: #ffffff;
	color: #1F1F1F;
	cursor: pointer;
}
.header_ver2__size .textsize .t2 {
	background: #757575;
	color: #FFFFFF;
	cursor: default;
}
/* =========================
   ツールブロック
========================= */
.header_ver2__tools {
    width: 58.04%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header_ver2__tools_inner {
    width: 290px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
    @media screen and (max-width: 1500px) {
        .header_ver2__tools_inner {
            width: 90%;
        }
    }
    @media screen and (max-width: 1024px) {
        .header_ver2__tools_inner {
            width: 90%;
            align-items: center;
        }
    }
/* -------------------------
   ENGLISHボタン
------------------------- */
.header_ver2__tools .global {
    width: 200px;
    height: 50px;
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    background-color: #C9BB88;
    font-family: Meiryo;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    line-height: 35px;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 8px;
    margin-left: auto;
}
    @media screen and (max-width: 1024px) {
        .header_ver2__tools .global {
            justify-content: center;
            font-size: 16px;
            width: 90%;
        }
    }
.header_ver2__tools .global img {
    margin-right: 15px;
}
/* -------------------------
   検索セット
------------------------- */
.header_ver2__tools #h_search {
    order: 2;
    width: 290px;
}
    @media screen and (max-width: 1500px) {
        .header_ver2__tools #h_search {
            width: 100%;
        }
    }
.header_ver2__tools #h_search form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
    @media screen and (max-width: 1500px) {
        .header_ver2__tools #h_search form {
            justify-content: flex-end;
        }
    }
/* 検索ボタンを左へ */
.header_ver2__tools #h_search input[type="submit"] {
    order: 1;
    border: none;
    background-color: transparent;
    background-image: url(../img/common/bt_search_ver2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    cursor: pointer;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
}
    @media screen and (max-width: 1500px) {
        .header_ver2__tools #h_search input[type="submit"] {
            height: 40px;
            width: 40px;
            min-width: 40px;
            margin-right: 10px;
        }
    }
/* 検索ボックスを右へ */
.header_ver2__tools #h_search input[type="text"] {
    order: 2;
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #707070;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    padding: 0 15px;
}
    @media screen and (max-width: 1200px) {
        .header_ver2__tools #h_search input[type="text"] {
            width: 90%;
        }
    }
/* =========================
   下段
========================= */
.header_ver2__nav {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    background-color: #F0F5FA;
    height: 110px;
    margin-bottom: 2px;
}
.header_ver2__nav ul {
    display: flex;
    justify-content: flex-end;
    width: 58.33%;
}
    @media screen and (max-width: 1810px) {
        .header_ver2__nav ul {
            width: 100%;
            padding-left: 60px;
            flex: 1;
        }
    }
.header_ver2__nav li {
    margin-left: -30px;
    width: 25%;
}
    @media screen and (max-width: 1810px) {
        .header_ver2__nav li {
            width: 100%;
        }
    }
.header_ver2__nav li:first-child {
    margin-left: 0;
    position: relative;
}
.header_ver2__nav li:first-child::after {
    content: "NEW";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #DF0000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 15px;
    z-index: 10;
    clip-path: polygon(
        8px 0,
        calc(100% - 8px) 0,
        100% 100%,
        0 100%
    );
}
/* メインメニューボタン */
.header_ver2__nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    font-size: 24px;
    color: #FFFFFF;
    background-color: #275B8A;
    /* 斜めの形 */
    clip-path: polygon(
        33px 0,
        100% 0,
        calc(100% - 33px) 100%,
        0 100%
    );
    /* 右・下のシャドー */
    filter: drop-shadow(6px 6px 0 rgba(0, 0, 0, 0.15));
}
.header_ver2__nav li:first-child a {
    background-color: #1C3F5E;
}
    @media screen and (max-width: 1640px) {
        .header_ver2__nav li a {
            font-size: 20px;
        }
    }
    @media screen and (max-width: 1340px) {
        .header_ver2__nav li a {
            font-size: 16px;
        }
    }
    @media screen and (max-width: 1024px) {
        .header_ver2__nav li a {
            font-size: 14px;
        }
    }
/* ホバー */
.header_ver2__nav li a:hover {
    color: #fff;
    background: #C0AF74;
    opacity: 1;
}
/* サブメニューブロック */
.header_ver2__nav .header_ver2__links {
    width: 37.24%;
    padding-right: 60px;
}
.header_ver2__nav .header_ver2__links a {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    font-size: 19px;
    line-height: 1;
}
    @media screen and (max-width: 1024px) {
        .header_ver2__nav .header_ver2__links a {
            font-size: 14px;
        }
    }
.header_ver2__nav .header_ver2__links a img {
    max-width: 13px;
    margin-right: 10px;
}

.header_ver2__spNavi {
    display: none;
}
/* ------------------------------
   SP
------------------------------ */
@media screen and (max-width: 1024px) {
    .header_ver2 {
        padding-bottom: 0px;
    }
    .header_ver2__inner {
        width: 100%;
        max-width: none;
        min-height: 60px;
        padding: 0px 15px;
    }
    .header_ver2__right {
        display: none;
    }
    /* ------------------------------
       ロゴ
    ------------------------------ */
    .header_ver2__logo {
        flex-shrink: 0;
        padding-left: 0px;
        max-width: 85%;
    }
    .header_ver2__logo img {
        height: auto;
    }
    .header_ver2 {
        position: relative;
    }
    .header_ver2__nav {
        display:none;
    }
/* ハンバーガー */
    .header_ver2__hamburger {
        position: absolute;
        top: 20px;
        right: 20px;

        width: 30px;
        height: 22px;

        cursor: pointer;
        z-index: 1001;
    }
    .header_ver2__hamburger span {
        position: absolute;
        left: 0;
        width: 30px;
        height: 3px;
        background: #473e1f;
    }
    .header_ver2__hamburger .top {
        top: 0;
    }
    .header_ver2__hamburger .middle {
        top: 9px;
    }
    .header_ver2__hamburger .bottom {
        top: 19px;
    }
    .header_ver2__hamburger span {
        transition: all 0.2s ease;
    }
/* 開いた状態 */
    .header_ver2__hamburger.is_open .top {
        top: 9px;
        transform: rotate(45deg);
    }
    .header_ver2__hamburger.is_open .middle {
        opacity: 0;
    }
    .header_ver2__hamburger.is_open .bottom {
        top: 9px;
        transform: rotate(-45deg);
    }
    .header_ver2__spNavi {
        display: none;
    }

    .header_ver2__spNavi.js_appear {
        display: block;
    }
}
@media screen and (max-width: 1024px) {

    .header_ver2__spNavi {
        display: none;
    }

    .header_ver2__spNavi.js_appear {
        display: block;
    }

    .header_ver2__navigation {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .header_ver2__navigation li {
        list-style: none;
        border-bottom: 1px solid #ddd;
    }

    .header_ver2__navigation li a {
        display: block;
        padding: 20px;
        color: #473E1F;
        background: #fff;
        font-size: 16px;
    }

}