@charset "utf-8";
/*
Theme Name: expo_2
Theme URI: 
Template: 
Description: 
Author: 
Tags: 
Version: 
*/

/*ベース*/
*{
    margin: 0;
    padding: 0;
}


body {
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
    margin: 0px auto;
    color: #3E3E3E;
    background-color: #F8F8F8;
}
h2 {
    font-size: 25px;
    font-weight: bold;
}
h3 {
    font-size: 22px;
    font-weight: bold;
}
a {
    color: #3E3E3E;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover{
    opacity: 0.6;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

input[type="submit"]{
    -webkit-appearance: none;
    border-radius: 0;
}

.pc{
    display: block !important;
}
.sp{
    display: none !important;
}
.red{
	color: #FF0000;
}
/*ベース*/

/* -------------------- */
/* header
/* -------------------- */
.header{
    width: 100%;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 12;
    background-color: #fff;
}
.header_content{
    max-width: 910px;
    margin: 0px auto;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
}
.header_content a{
	font-size: 13px;
}
.header .h_logo{
    width: 400px;
    height: auto;
}

.nav-item .panelpc {
  position: absolute;
  top: 60px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 2%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  background-color: #F9DE2F;
}
.nav-item:hover .panelpc {
  visibility: visible;
  opacity: 1;
}
.panel-inner{
  display: flex;
  justify-content: center;
}
.panel-inner .panel_item{
  margin: 0px 15px;
}
.panel-inner .panel_item a{
  color: #000;
}

.burger-btn{
  display: none;
}
ul {
  list-style: none;
}

.nav-list-01, .nav-list-02 {
  display: flex;
  font-size: 14px;
  font-weight: bold;
}

.nav-list-01 .nav-item{
  margin: 0px 5px;
}

.nav-list-01 .syutten{
  padding: 8px;
  background-color: #F9DE2F;
  border: 1px solid #F9DE2F;
  color: #000000;
  line-height: 2.2;
}

.nav-list-01 .raijyo{
  padding: 8px;
  background-color: #fff;
  border: 1px solid #F9DE2F;
  color: #000000;;
  line-height: 2.2;
}

.nav-list-01 .mypage{
  padding: 8px 0px 8px 0px;
  border: 1px solid #F9DE2F00;
  color: #7E7E7E;  
  line-height: 2.2;
}

.nav-list-01 .mypage::before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/icon_mypage.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.nav-list-02 {
  justify-content: space-between;
  padding: 0px 5px;
  margin-top: 15px;
}

.header.HeightMin{
	position: fixed;
    z-index: 999;/*最前面へ*/
	height: 80px;
	animation: DownAnime 0.5s forwards;
}
.header.HeightMin .header_content{
    width: auto;
    padding: 20px 20px;
    align-items: center;
}
.header.HeightMin .h_logo{
    width: 200px;
}
.header.HeightMin .header-nav{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.header.HeightMin .nav-list-02 {
  margin-top: 0px;
  padding: 0px;
}
.header.HeightMin .nav-item {
  margin: 0px 5px;
}

.header.HeightMin .nav-item .panelpc{
  top: 50px;
}
.color_orange {
    color: #F9DE2F;
    font-size: 7px;
    vertical-align: middle;
}

/* 下層メニュー*/
#header_sub.header{
    top: 0;
	position: fixed;
    z-index: 999;/*最前面へ*/
	height: 80px;
	animation: DownAnime 0.5s forwards;
}
#header_sub.header .header_content{
    width: auto;
    padding: 20px 20px;
    align-items: center;
}
#header_sub.header .h_logo{
    width: 200px;
}
#header_sub.header .header-nav{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#header_sub.header .nav-list-02 {
  margin-top: 0px;
  padding: 0px;
}
#header_sub.header .nav-item {
  margin: 0px 5px;
}

#header_sub.header .nav-item .panelpc{
  display: block !important;
  top: 50px;
}
/* 下層メニュー*/


/* 下部メニュー */
.under_menu {
  width: 100%;
  background-color: #F9DE2F;
  position: fixed;
  bottom: 0;
  z-index: 11;
}
.under_menu .under_list{
  max-width: 910px;
  margin: 0px auto;
  font-weight: bold;
  letter-spacing: 0.1em;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.under_list .syutten_c, .under_list .raijyo_c {
  padding: 8px 12px;
  background-color: #fff;
  color: #000000;;
  line-height: 2.2;
  margin: 0px 30px;
}
.under_list .syutten_c{
  margin-right: 5px;
}

.under_list .contact{
  padding: 8px 20px 8px 0px;
  color: #000000;
  line-height: 2.2;
}
/*
.under_list .contact::before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../img/icon_contact.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}
*/

.under_list .event{
  padding: 15px 20px;
  background-color: #fff;
  color: #000000;
  line-height: 2.2;
}
.under_list .event::after{
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(../img/icon_arrow_or.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
}



/* 下層 */
.sub_content{
  max-width: 910px;
/*  padding: 0px 30px;*/
  padding: 0px 10px;
  margin: 170px auto 140px;
}
.sub_content h2{
  text-align: center;
}
/* 下層 */


@media screen and (max-width:850px){
  /* ----------------------- */
/* base_sp
/* ----------------------- */
/* デフォルトのbuttonスタイルをリセット */
	button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		border: 0;
		border-radius: 0;
		color: inherit;
		cursor: pointer;
		font: inherit;
		margin: 0;
		outline: none;
		padding: 0;
		vertical-align: middle;
	}

  /* ------------------ */
  /* humberger-menu */
  /* ------------------ */
/* 以下、ハンバーガーボタン */
.burger-btn{
  display: block;      
  width: 60px;      
  height: 60px;      
  position: relative;      
  z-index: 3;
  border:none;  
  top: 0px;
  right: 0px;
}    
.bar{      
  width: 40px;      
  height: 2px;        
  display: block;      
  position: absolute;          
  background-color: #F9DE2F; 
  right: 0;
  left: 0;
  margin: auto;
}    
.bar_top{   
  top: 15px;
}
.bar_mid{    
  top: 50%;
  transform: translateY(-50%);
}
.bar_bottom{
  bottom: 15px;
}

.burger-btn.close .bar_top{      
  transform: translatey(15px) rotate(45deg);
  transition: transform .3s;
}    
.burger-btn.close .bar_mid{      
  opacity: 0;       
  transition: opacity .3s;    
}    
.burger-btn.close .bar_bottom{      
  transform: translateY(-13px) rotate(-45deg);      
  transition: transform .3s;
}
    
.noscroll{
  overflow: hidden;
}
    
.nav-wrapper{      
  /* visibility: hidden; */     
  /* opacity: 0; */ 
    display: none;
    margin-top: 0px;
	/*height: 100vh;*/
	left: 0;
	position: fixed;
	top: 80px;
	transform: translateX(100%);
	transition: transform .3s;
	width: 100vw;
	z-index: 2; /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/ 
}     
.header-nav{        
  width: 100%;        
  height: 100%;        
  background-color: #fff;
  display: flex;
  flex-wrap: wrap-reverse;
}     
.nav-list{        
  display: block;        
  position: absolute;        
  top: 50%;        
  left: 50%;        
  transform: translate(-50%,-50%);        
  text-align: center;      
}      

/* メニューオープン時 */
.nav-wrapper.slide-in {
    display: block;
	transform: translateX(0);
}
    
.nav-list-01, .nav-list-02 {
  flex-wrap: wrap;
  width: 100%;
}

.nav-item {
  width: 100%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 15px 0px;
}
.nav-list-01 .nav-item {
  margin: 0px 0px;
  border-top: 2px solid #F9DE2F;
}
.nav-list-01 .syutten {
  padding: 0px;
  background-color: #fff;
  border: 0px solid #F9DE2F;
  color: #000000;
}
.nav-list-01 .raijyo {
  padding: 0px;
  background-color: #fff;
  border: 0px solid #F9DE2F;
  color: #000000;
}
.nav-list-01 .mypage {
  padding: 0px;
  border: 0px solid #F9DE2F;
  color: #000000;
}
.nav-list-01 .mypage::before {
  display: none;
}
    
.nav-list-02 {
  margin-top: 0px;
}
.nav-list-02 .nav-item {
  padding: 10px 0px;
}
.nav-list-02 .nav-item:last-child {
  padding-bottom: 15px;
}
    
.js-dropdown-menu{
  display: none;
}
.panel-inner .panel_item a {
  color: #3E3E3E;
}
.panel-inner {
  flex-wrap: wrap;
}
.panel-inner .panel_item {
  position: relative;
  margin: 0px 15px;
  width: 100%;
  padding: 15px 15px;
  text-align: left;
  border-top: 1px solid #3E3E3E;
  font-size: 14px;
}
.panel-inner .panel_item:first-child{
  margin: 10px 15px 0px;
}
.panel-inner .panel_item::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(../img/icon_arrow_gr.png) no-repeat;
  background-size: contain;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
}
    
.under_menu .under_list{
  position: relative;      
}
    
.apply_list {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 45px;
  background-color: #fff;
  padding: 5px 0px;
  text-align: center;
}
.apply_list_sp {
  display: flex;
  justify-content: center;
}
.under_list .syutten_c{
  border-right: 1px solid #F9DE2F;
  width: 40%;
}
.under_list .raijyo_c{
  width: 40%;
}
    
.under_list .apply {
  padding: 0px 30px;
  background-color: #fff;
  color: #000000;
  line-height: 2.2;
  margin-left: 20px;
  margin-right: 20px;
}
.under_list .contact {
/*  padding: 8px 0px 8px;*/
  border-right: 0px solid #fff;
}
    
.header.HeightMin .header_content {
  width: auto;
  padding: 10px 20px;
  align-items: center;
}

.header_content, #header_sub.header .header_content{
  padding: 10px 20px;
  align-items: center;
}

}

/*フッター*/
footer {
  margin: 0px auto;
  padding: 35px 0px 110px;
  background-color: #fff;
}
footer .footer_content{
  display: flex;
  justify-content: space-between;
  max-width: 910px;
  margin: 0px auto 50px;
  padding: 0px 30px;
}
.footer_content .f_logo{
  width: 353px;
  height: auto;
}
.footer_content .f_list{
  width: 40%;
  text-align: right;
}
.footer_content .f_list a{
  color: #3E3E3E;
  font-weight: bold;
}
.footer_content .f_list h3{
  font-size: 22px;
}
.footer_content .f_list_sub{
  display: flex;
  justify-content: space-between;
}

footer .cr{
  text-align: center;
}
/*フッター*/


@media only screen and (max-width: 768px) {
.pc{
    display: none !important;
}
.sp{
    display: block !important;
}
h3 {
    font-size: 20px;
}
    
.header .h_logo,.header.HeightMin .h_logo,#header_sub.header .h_logo {
  width: 50%;
}
    
footer .footer_content {
  flex-wrap: wrap;
  justify-content: center;
}
.footer_content .f_logo {
  width: 80%;
  height: auto;
  margin-bottom: 30px;
}
.footer_content .f_list {
  width: 100%;
  text-align: center;
}
footer .cr {
  text-align: center;
  margin: 0px auto;
}
 
.sub_content {
  margin: 130px auto 140px;
}

}

@media only screen and (max-width: 500px) {
.header .h_logo,.header.HeightMin .h_logo,#header_sub.header .h_logo {
  width: 70%;
}
.header_content a{
	font-size: 16px;
}
.under_list .apply {
  padding: 0px 15px;
  margin-left: 10px;
  margin-right: 20px;
}
.under_list .event {
    padding: 15px 10px;
}
}
@media only screen and (max-width: 370px) {
.under_list .apply {
  padding: 0px 10px;
	font-size: 11px;
}
.under_list .event {
    padding: 15px 5px;
	font-size: 11px;
	}

}
/* メニュー */