/*layout*/
/*------------------------------------------------------------------------------*/
body.default {
    background: #ffe111 url("../image/common/bg01.png") repeat-x top center;
}
body.summer {
    background: #50ccff url("../image/common/bg01.png") repeat-x top center;
}
body.winter {
    background: #dfe1dc url("../image/common/bg01.png") repeat-x top center;
}
#wrapper {
	width: 100%;
	overflow: hidden;
	background: url("../image/common/bg02.png") repeat-y center 5px;
}
.summer #wrapper {
	background: url("../image/common/bg02_s.png") no-repeat center 5px;
}
.winter #wrapper {
	background: url("../image/common/bg02_w.png") no-repeat center 5px;
}
.inner01 {
	width: 100%;
	max-width: 1156px;
	margin-left: auto;
	margin-right: auto;
}
.inner02 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1040px;
}
.inner03 {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.sp {
	display: none;
}
.tb {
	display: none;
}
.tb_sp {
	display: none;
}
.bold {
	font-weight: bold;
}
.in_bl {
	display: inline-block;
}
.v_m {
	vertical-align: middle;
	display: table-cell;
}
.flex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex02 {
	display: flex;
	flex-wrap: wrap;
}

/*header*/
/*------------------------------------------------------------------------------*/
header {
    width: 100%;
	height: 100px;
	position: relative;
	z-index: 10;
}
header .inner01 {
	height: 100px;
	display: flex;
	justify-content:flex-end;
}
header h1,
header .header_logo {
	margin-right: auto;
	padding-top: 25px;
}
header h1 a,
header .header_logo a {
	text-indent: -999px;
	background: url("../image/common/logo.png") no-repeat left center;
	width: 201px;
	height: 69px;
	display: block;
}
.summer header h1 a,
.summer header .header_logo a {
	background: url("../image/common/logo_s.png") no-repeat left center;
}
header #h_sns {
	order: 3;
	padding-top: 55px;
	margin-left: 15px;
}
header #h_sns_btn {
	display: none;
}
header #h_sns ul {
	display: flex;
}
header #h_sns ul img {
	width: 28px;
	height: 28px;
}
header #h_sns li:first-child {
	margin-right: 10px;
}

/* Fixed */
/*------------------------------------------------------------------------------*/
#top-head.fixed {
    position: fixed;
	-webkit-box-shadow : 0 3px 10px rgba(0,0,0,0.1);
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	background-color: #FFF;
    background: #ffe111 url("../image/common/bg01.png") repeat-x top center;
}
.summer #top-head.fixed {
    background: #50ccff url("../image/common/bg01.png") repeat-x top center;
}
.winter #top-head.fixed {
    background: #dfe1dc url("../image/common/bg01.png") repeat-x top center;
}

/*globalnav*/
/*------------------------------------------------------------------------------*/
#globalnav{
	order: 2;
	padding-top: 57px;
	overflow: hidden;
}
#gnav_btn{display:none;}

#globalnav .menu {
	display: flex;
}
#globalnav li{
    font-size: 17px;
    vertical-align: middle;
    font-weight: bold;
}

#globalnav.site-header-2022 li{
    font-size: 14px;
    letter-spacing: -.04em;
    }
#globalnav li img {
    vertical-align: middle;
    margin-right: 2px;
}
#globalnav li a {
    display: block;
    height: 43px;
	position: relative;
	padding: 0 15px;
}
#globalnav li:hover > a:before,
#globalnav li.main_current > a:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 90px;
    bottom: -20px;
    left: 50%;
    transform: rotate(-8deg) translate(-50%,0);
    z-index: 1;
}
#globalnav li a:hover {
	color: #333;
}
.summer #globalnav li a {
	color: #fff;
}
#globalnav .mega a {
	position: relative;
}
#globalnav .in {
	position: relative;
	z-index: 3;
}
#globalnav .mega_wrap {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    opacity: 0;
    max-height: 0;
    z-index: 999;
    overflow: hidden;
    transition: all .2s ease-in;
}
#globalnav .mega:hover .mega_wrap {
	max-height: 9999px;
	opacity: 1;
    padding: 40px 0;
}
#globalnav .mega_wrap dl {
	width: 1156px;
	margin: 0 auto;
}
#globalnav .mega_wrap dt {
	font-size: 44px;
	background: url("../image/common/icon01.png") no-repeat left center;
	margin-bottom: 30px;
	padding-left: 50px;
	line-height: 1.2;
}
#globalnav .mega_wrap dt .sub {
	font-size: 18px;
	vertical-align: middle;
	margin-left: 10px;
}
#globalnav .mega_wrap dd {
	padding: 0 60px;
}
#globalnav .mega_wrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#globalnav .mega_wrap li {
	width: 327px;
	margin: 0 0 20px 0;
	float: none;
}
#globalnav .mega_wrap li a {
	width: 327px;
	height: auto;
	position: static;
	padding: 0;
	background: #fff;
}
#globalnav .mega_wrap li a:hover img {
	background: #fff;
}
#globalnav .mega_wrap li .sub {
	margin-bottom: 5px;
}
#globalnav .mega_wrap a:before {
	content: none!important;
}

/*footer*/
/*------------------------------------------------------------------------------*/
footer {
    width: 100%;
	text-align: center;
	padding: 60px 0;
	line-height: 1.2;
	background-color: #eff0e6;
}
footer ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
footer li {
	font-size: 18px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #0ca4dd;
}
footer li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
footer li a {
	color: #0ca4dd;
}
footer a:hover,
footer li.current a {
	color: #b6b6b6;
}
footer #f_logo {
	margin-bottom: 15px;
}
footer #f_logo img {
	max-width: 184px;
}

/*pagetop*/
/*------------------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  bottom: -370px;
  right: 30px;
  z-index: 20;
}
.pagetop a {
  display: block;
  width: 130px;
  height: 370px;
}
.pagetop img {
  max-width: 130px;
}





