.header {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	clear: both;
	width: 100%;
	z-index: 25;
	background: #fff;
	height: 135px;
	box-shadow: 0 3px 5px -0px rgba(0, 0, 0, .3);
	padding: 0 10px;
	box-sizing: border-box;
}

.header-wrap {
	max-width: 1160px;
	margin: auto;
	position: relative;
}

.header h1 {
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	font-weight: normal;
	position: absolute;
	top:35px;
	left: 180px;
}
.header_logo {
	position: relative;
	margin-right: 20px;
	margin-top: 5px;
}

.header_logo img {
	width: 145px;
	height: auto;
	transition: all 0.3s ease;
	margin-top: 10px;
}


.nav-small {
	position: absolute;
	top:10px;
	right: 10px;
	display: flex;
}
.nav-small li {
	margin-left: 10px;
}
.nav-small li a {
	font-size: 1.4rem;
	text-decoration: underline;
	color: #383838;
}
.nav-small li i {
	margin-left: 3px;
}



.header_nav {
	
}
.header_btn {
	display: flex;
	justify-content: space-between;
}
.header_btn li {
text-align: center;
width: 12%;
margin:0 4px 0 4px;
	position: relative;
}
.header_btn li:last-child {
text-align: center;
width: 14%;
}
.header_btn li a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #383838;
	text-align: center;
	display: block;
	padding: 10px 0 10px 0;
box-sizing: border-box;
}
.header_btn .type01 {
	position: relative;
	text-align: center;
	width: 15% !important;
	display: block;
  justify-content: center;
  align-items: center;
}
.header_btn .type01::after {
  content: '';
  width: 100%;
  height: 4px;
  display: inline-block;
  background-color: #f8f8f8;
  position: absolute;
  bottom: 2px;
  left: calc(50% - 50%)
}
.header_btn .type01 img {
	position: relative;
	top:-7px;
	margin-right: 5px;
	
}
.header_btn li a.type02 {
	background: #b188c0;
	color:#fff;
	font-size: 1.2rem;
	line-height: 1.2;
	position: relative;
	border-radius: 10px;
	box-sizing: border-box;
	height: 55px;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	padding-top: 16px;
}
.header_btn li a.type02 span {
	color:#ffc737;
	font-size: 3rem;
	font-family: 'Poppins', sans-serif;
	margin-left: 5px;
}

.header_btn li a.type02 figure {
	position: absolute;
	padding: 0;
	margin: 0;
	 bottom: 5%;
    left: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.header_btn li a.type04 {
	background: #884f9c;
	color:#fff;
	font-size: 1.2rem;
	line-height: 1.2;
	position: relative;
	border-radius: 10px;
	box-sizing: border-box;
	height: 55px;
	flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header_btn li a.type04 span {
	color:#ffc737;
	font-size: 3rem;
	font-family: 'Poppins', sans-serif;
	margin-left: 5px;
}

.header_btn li a.type04 figure {
	padding: 0;
	margin: 0;
	margin-top: -2px;
}
.header_btn li a.type04 figure i {
	font-size: 2.5rem
	
}


.header_btn li a.type03 {
	background: #eabe53;
	color:#fff;
	font-size: 1.4rem;
	line-height: 1.4;
	position: relative;
	border-radius: 10px;
	height: 55px;
	box-sizing: border-box;
}
.header_btn li a.type03 span {
	font-size: 1.2rem;
}

.header_btn li a.type03::after {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/header/icon03.png");
    background-size: contain;
    width: 17px;/*画像の幅*/
    height: 17px;/*画像の高さ*/
	right: 10px;
	top:38%;
}


.header_sp_btn {
	display: none;
}

.header a:hover {
	opacity: 0.5;
}

.splogin {
	display: none;
}

.sp-view {
	display: none;
}

.pcnone {
		display: none;
}




	
	

.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background:rgba(251,218,136,0.4);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;

}
.popup_content {
  position: absolute;
	right:80px;
	top:140px;
  box-sizing: border-box;
  background: #a97cb6;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
  padding: 15px;
	width: 240px;
}
.popup_content ul {
  margin-top: 0px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.popup_content ul li {
  font-size: 1.5rem;
	width: 100%;	
}
.popup_content a {
	display: block;
	color:#fff;
}
.popup_content ul li span {
  background: #e9be54;
	color:#fff;
	padding: 2px 10px;
	border-radius: 15px;
	font-size: 1.3rem;
	margin-left: 10px;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  color:#fff;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
	background: #e9be54;
	color:#fff;
	font-size: 1.2rem;
	line-height: 1.4;
	position: relative;
	border-radius: 10px;
	height: 55px;
	box-sizing: border-box;
	width: 25%;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	padding-top: 13px;
}
.open_btn::after {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/header/icon03.png");
    background-size: contain;
    width: 17px;/*画像の幅*/
    height: 17px;/*画像の高さ*/
	right: 10px;
	top:38%;
}

.open_btn span {
	font-size: 1.24rem;
}
.open_btn:hover{
   opacity: 0.7;
    transition: .3s ease;
}

.popup_content .title {
	margin-top: 30px;
	font-size: 1.5rem;
	color:#fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
}



















@media screen and (max-width: 1450px) {
	

	
.header {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	clear: both;
	width: 100%;
	z-index: 25;
	background: #fff;
	height: 135px;
	box-shadow: 0 3px 5px -0px rgba(0, 0, 0, .3);
	padding: 0 10px;
	box-sizing: border-box;
}

.header-wrap {
	max-width: 1400px;
	margin: auto;
	position: relative;
}

.header h1 {
	padding: 0;
	margin: 0;
	font-size: 1.3rem;
	font-weight: normal;
	position: absolute;
	top:35px;
	left: 180px;
}
.header_logo {
	position: relative;
	margin-right: 20px;
	margin-top: 15px;
}

.header_logo img {
	width: 135px;
	height: auto;
	transition: all 0.3s ease;
	margin-top: 15px;
}


.nav-small {
	position: absolute;
	top:10px;
	right: 10px;
	display: flex;
}
.nav-small li {
	margin-left: 10px;
}
.nav-small li a {
	font-size: 1.3rem;
	text-decoration: underline;
	color: #383838;
}
.nav-small li i {
	margin-left: 3px;
}



.header_nav {
	
}
.header_btn {
	display: flex;
	justify-content: space-between;
}
.header_btn li {
text-align: center;
width: 10%;
margin:0 4px 0 4px;
	position: relative;
}
.header_btn li:last-child {
text-align: center;
width: 14%;
}
.header_btn li a {
	font-size: 1.5rem;
	font-weight: bold;
	color: #383838;
	text-align: center;
	display: block;
	padding: 10px 0 10px 0;
}
.header_btn .type01 {
	position: relative;
	text-align: center;
	width: 15% !important;
	display: block;
  justify-content: center;
  align-items: center;
}
.header_btn .type01::after {
  content: '';
  width: 100%;
  height: 4px;
  display: inline-block;
  background-color: #f8f8f8;
  position: absolute;
  bottom: 2px;
  left: calc(50% - 50%)
}
.header_btn .type01 img {
	position: relative;
	top:-7px;
	margin-right: 5px;
	
}
.header_btn li a.type02 {

	color:#fff;
	font-size: 1.2rem;
	line-height: 1.2;
	position: relative;
	border-radius: 10px;
	box-sizing: border-box;
	height: 55px;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	padding-top: 15px
}
.header_btn li a.type02 span {
	color:#ffc737;
	font-size: 2.6rem;
	font-family: 'Poppins', sans-serif;
	margin-left: 5px;
}

.header_btn li a.type02 figure {
	position: absolute;
	padding: 0;
	margin: 0;
	 bottom: 5%;
    left: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.header_btn li a.type04 {

	color:#fff;
	font-size: 1.2rem;
	line-height: 1.2;
	position: relative;
	border-radius: 10px;
	box-sizing: border-box;
	height: 55px;
	flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header_btn li a.type04 span {
	color:#ffc737;
	font-size: 2.6rem;
	font-family: 'Poppins', sans-serif;
	margin-left: 5px;
}

.header_btn li a.type04 figure {
	padding: 0;
	margin: 0;
	margin-top: -2px;
}
.header_btn li a.type04 figure i {
	font-size: 2.5rem
	
}


.header_btn li a.type03 {

	color:#fff;
	font-size: 1.3rem;
	line-height: 1.4;
	position: relative;
	border-radius: 10px;
	height: 55px;
	box-sizing: border-box;
}
.header_btn li a.type03 span {
	font-size: 1rem;
}

.header_btn li a.type03::after {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/header/icon03.png");
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	right: 10px;
	top:38%;
}


.header_sp_btn {
	display: none;
}

.header a:hover {
	opacity: 0.5;
}

.splogin {
	display: none;
}

.sp-view {
	display: none;
}
	
}




@media screen and (max-width: 1200px) {
	
.header {
	position: fixed;
	z-index: 2;
}
.header {
		height: 60px;
		overflow: initial;
}
	
	
.header h1 {
	display: none;
	float: none;
}
.header_logo {
	position: relative;
	top: 0px;
	float: none;
}

.header_logo img {
	width: auto;
	height: 35px;
	transition: all 0.3s ease;
}
.nav-small {
	display: none;
}
	
	

.header_sp_btn {
		position: relative;
		float: right;
		display: block;
		width: 50px;
		height: 60px;
	margin-right: -10px;
	background: #e5b641;
	padding-left: 10px;
}
.header_sp_btn span {
	    display: block;
	    position: absolute;    /* .navToggleに対して */
	    width: 30px;
	    border-bottom: solid 2px #fff;
	    -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	    left: 6px;
	margin-left: 10px;
}
.header_sp_btn span:nth-child(1) { top: 18px; }
.header_sp_btn span:nth-child(2) { top: 28px;}
.header_sp_btn span:nth-child(3) { top: 38px; width: 20px;}
.header_sp_btn.active span:nth-child(1) {
	    top: 28px;
	    left: 6px;
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}
	.header_sp_btn.active span:nth-child(2),
	.header_sp_btn.active span:nth-child(3) {
	    top: 28px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    transform: rotate(45deg);
		width: 50%;
	}
	


	.header_nav {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		float: none;
		height: 0px;
		overflow: hidden;
		background-color:#fdf2d5;
		transition: all 0.3s ease;
		margin-left:0px;
		
	}
	.header_nav.active {
		height: 100vh;
		transition: all 0.3s ease;
	}
	.header_btn {
	display: flex;
		flex-direction: column;
	justify-content: space-between;
		padding: 15px 10px 5px 10px;
		box-sizing: border-box;
}
	.header_btn li {
		width: 100% !important;
		background: #fff;
		margin-bottom: 5px;
	}
	
	


.header_btn li a {
	font-size: 1.5rem;
	font-weight: bold;
	color: #383838;
	text-align: center;
	display: block;
	padding: 5px 0 5px 0;
	width: auto;
}
.header_btn li:last-child {
text-align: center;
width: 15%;
	margin-top: 40px;
}
	
.header_btn .type01 {
	position: relative;
	text-align: center;
	width: auto!important;
	display: block;
  justify-content: center;
  align-items: center;
	padding: 0;
	box-sizing: border-box;
}
.header_btn .type01::after {
  content: '';
  width: 100%;
  height: 0px;
  display: inline-block;
  background-color: #f8f8f8;
  position: absolute;
  bottom: 2px;
  left: calc(50% - 50%)
}
.header_btn .type01 img {
	position: relative;
	top:-7px;
	margin-right: 5px;
	
}
.header_btn li a.type02 {
	background: #4dc1da;
	color:#fff;
	font-size: 1.4rem;
	line-height: 1;
	position: relative;
	padding: 25px 10px 10px 10px;
	border-radius: 10px;
	box-sizing: border-box;
	
}
.header_btn li a.type02 span {
	color:#ffc737;
	font-size: 2.8rem;
	font-family: 'Poppins', sans-serif;
	margin-left: 3px;
}

.header_btn li a.type02 figure {
	position: absolute;
	padding: 0;
	margin: 0;
	 top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.header_btn li a.type03 {
	background: #ff2e67;
	color:#fff;
	font-size: 1.6rem;
	line-height: 1.4;
	position: relative;
	padding: 10px 20px 10px 20px !important;
	border-radius: 10px;
	box-sizing: border-box;
}
.header_btn li a.type03 span {
	font-size: 1.2rem;
}

.header_btn li a.type03::after {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/header/icon03.png");
    background-size: contain;
    width: 22px;/*画像の幅*/
    height: 22px;/*画像の高さ*/
	right: 10px;
	top:35%;
}
	
.splogin {
	display: block;
	position: absolute;
	top:15px;
	right:60px;
}
.splogin img {
	width: 35px;
	height: auto;
}
	
.spnone {
		display: none;
}
	
	
	
.sp-guest {
		display: flex;
	justify-content: space-between;
	padding: 10px 20px;
}
.sp-guest li {
		width: 49%;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
	display: flex;
}	

.sp-guest li a {
	padding: 5px 10px;
    display: block;
    width: 100%;
	color:#fff;
}	
	
.sp-guest li.login {
		background: #884f9c;
}		
.sp-guest li.signin {
		background: #eabe53;
}
	
.sp-guest li.login a {
		position: relative;
	padding-top: 15px;
}		
.sp-guest li.signin a {
		position: relative;
}

.sp-guest li span {
		font-size: 1rem;
}
	
.sp-guest li.login:before {
		position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f090';
  padding-top: 12px;
  color: #fff;
	font-size: 1.6rem;
	
}	
	
.sp-guest li.signin:before {
		position: absolute;
   right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f178';
 padding-top: 12px;
  color: #fff;
	font-size: 1.6rem;
}		
	
	
.sp-view {
	display: flex;
	background: #492b56;
	justify-content: space-between;
}
	
.sp-view li {
	width: 50%;
	text-align: center;
	font-weight: bold;
	position: relative;
	line-height: 1.5;
}
.sp-view li:first-child {
	border-right: 1px solid #fff;
}	
.sp-view li a {
	color:#fff;
	font-size: 1.2rem;
}	
.sp-view li a span {
	color:#ffc737;
	font-size: 2.4rem;
	font-family: 'Poppins', sans-serif;
	margin-left: 10px;
}		
.sp-view li a i {
	position: absolute;
	left:10px;
	top:37%;
}	
	
.sp-sublink {
		font-size: 1.2rem;
		padding: 0 12px 10px;
		line-height: 1.8;
}
	
	
.header_nav h2 {
	text-align: center;
	font-family: 'Bathurst';
	color:#e9be54;
	font-size: 2.6rem;
	line-height: 1.5;
	margin-bottom: 3px;
}
	
	
.navslider  {
		margin: 0px 15px 20px;
}
	
.navslider li  {
		background: #fff;
	line-height: 1.7;

}
	
.navslider li a  {

	
}
.navslider li .text  {
	display: flex;
	padding: 5px;
	margin: 0;
	font-size: 1.4rem;
	
}
.navslider li .text figure  {
	width: 80px;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}
.navslider li .text figure img {
	width: 100%;
	height: auto;
}
.navslider li .text .date {
	font-size: 1.2rem;
		text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	
}
.navslider li .text .date p {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	font-size: 1.3rem;

}
	
	
.nav-bn {
		width: 70%;
	margin: auto;
}
.nav-bn img {
		width: 100%;
	height: auto;
}
	
.login-menu {
		background: #884f9c;
		border-radius: 8px;
		padding: 10px;
		margin: 10px;
}
.login-menu .head {
		display: flex;
	color:#fff;
	line-height: 1.4;
	margin-bottom: 5px;
}	
.login-menu .head i {
		font-size: 3.4rem;
	margin-right: 10px;
}	
.login-menu .head .title {
		font-size: 1.4rem;
	font-weight: bold;
}			
.login-menu .head .title span {
		font-size: 1.3rem;
	font-weight: normal;
}			
	
	.mypege-menu {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
.mypege-menu li {
		width: 49%;
		box-sizing: border-box;
	text-align: center;
background:#e9be54;
	font-size: 1.3rem;
	letter-spacing: 0;
	box-sizing: border-box;
	margin-bottom: 5px;
}	
.mypege-menu li a {
		padding: 5px;
		box-sizing: border-box;
	color:#fff;
}		
	.mypege-menu li:first-child {
		width: 100%;
	}
	

	
	
	
.pcnone {
		display: block;
}
	
}