/* 共通 */
html{
  width: 100%;
  height: 100%;
  margin: 0;
}
  
body{
  width: 100%;
  height: 100%;
  margin: 0;
  color:#333333;
  font-weight: 500;
  font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* ヘッダー・トップページ */
#wrapper{
  width: 100%;
  height: 100%;
}

/* .wrapper_top{
  
} */

#top{
  background: repeating-linear-gradient(-45deg, transparent, transparent 19px, #defac3 1px, #defac3 20px), 
  repeating-linear-gradient(45deg, transparent, transparent 19px, #defac3 1px, #defac3 20px),#ffffff;
  animation: animation-article 1s;
  height: auto !important;
}

.animation-wrapper{
  -webkit-animation: animation-wrapper 3s ease ;
	animation: animation-wrapper 3s ease ;
}

header{
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 30px;
  background-color: #115342;
  z-index: 5;
}

.header_logo{
  font-size: 24px;
  font-weight: bold;
}

.header_logo a{
  color: #ffffff;
}

.header_logo a:hover{
  color: #eefdc3;
}

.header_menu ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding : 0;
  list-style: none;
}

.headder-hamburger{
  display: none;
}

#header_menu a{
  margin: 0 25px 0 0;
  padding: 1px 3px;
  color: #ffffff;
  transition: 0.3s;
}

#header_menu a span{
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

#header_menu a:hover{
  text-decoration: none;
}

#header_menu a:hover span{
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  transition: 0.6s;
}
#header_menu a:hover span:nth-of-type(1){
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
#header_menu a:hover span:nth-of-type(2){
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#header_menu a:hover span:nth-of-type(3){
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
#header_menu a:hover span:nth-of-type(4){
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#header_menu a:hover span:nth-of-type(5){
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#header_menu a:hover span:nth-of-type(6){
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#header_menu a:hover span:nth-of-type(7){
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.header_menu_active a{
  color: #eefdc3 !important;
}

#totop_menu{
  display: none;
}

.top_logo{
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 50%;
  margin-top: -115px;
  z-index: -999;
}

.top_logo_mark{
  width: 200px;
  height: 200px;
  background: url("../../img/toppage.png")  right 0 /cover no-repeat;
  opacity: 0;
}

.animation-top_logo_mark{
  -webkit-animation: animation-top_logo_mark 3s;
	animation: animation-top_logo_mark 3s;
}

.top_logo_font{
  height: 30px;
  color: #115342;
  font-size: 24px;
  text-align: center;
  font-family: 'Dela Gothic One', cursive;
  opacity: 0;
}

.animation-top_logo_font{
  -webkit-animation: animation-top_logo_font 3s;
	animation: animation-top_logo_font 3s;
}

.contain{
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 100px 0 20px 0;
  
}

.title{
  margin: 0 auto 40px auto;
  padding: 20px 10px;
  color: #ffffff;
  text-shadow:1px 1px 0 #333333,-1px -1px 0 #333333,-1px 1px 0 #333333, 1px -1px 0 #333333,
              0px 1px 0 #333333,  0 -1px 0 #333333,-1px 0 0 #333333, 1px 0 0 #333333;
  box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.2), 10px 10px 20px 0 rgba(0, 0, 0, 0.19);
  animation: animation-title 1s;
}

.title_en{
  margin: 0 20px;
  font-size: 48px;
  font-weight: bold;
  border-bottom: 3px solid #ffffff;
  opacity: 0.8;
  animation: animation-title_en 1s;
}

.title_jp{
  margin: 0 20px 0 0;
  font-size: 36px;
  font-weight: bold;
  text-align: right;
  opacity: 0.8;
  animation: animation-title_jp 1s;
}

/* Top */
.top_width{
  width: 1200px;
  margin: 0 auto;
}

.top_info{
  display: block; 
  position: relative;
  width: 400px;
  height: 200px;
}

.top_info_form_tmp{
  height: 200px;
}

.top_info_form{
  width: 400px;
  height: 200px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.29);
  transition-duration: 0.5s;
}

.top_info_form img{
  display: block;
  width: 100%;
}

.top_info_form:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000000;
  opacity:0;
  transition:0.3s;

}
.top_info_form:after{
  position:absolute;
  top: 40%;
  left: 50%;
  display: block;
  width: 180px;
  font-family: "Font Awesome 5 Free";
  content: "詳細を見る \f105";
  color: #ffffff;
  font-weight: bold;
  line-height: 48px;
  border:solid 2px #ffffff;
  border-radius:5px;
  text-align:center;
  margin-top:-1em;
  margin-left:-90px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  
}
.top_info_form:hover:before{
  opacity: 0.5;
}
.top_info_form:hover:after{
  opacity: 1;
  margin-top: -0.5em;
}

.animation-top_info_form{
  -webkit-animation: animation-top_info_form 3.5s;
	animation: animation-top_info_form 3.5s;
}

.contain_top{
  display: block;
  background: url("../../img/wall.jpg")  right 0 /cover no-repeat;
}

.contain_top .modal-body table{
  margin: 32px auto 0 auto;
  border: solid 1px #115342;
}

.contain_top .modal-body th{
  width: 200px;
  padding: 5px;
  border: solid 1px #115342;
  background-color: #d7fad3;
}

.contain_top .modal-body td{
  padding: 5px;
  border: solid 1px #115342;
  background-color: #ffffff;
}

.contain_top .modal-body ul{
  margin-bottom: 0;
  padding-left: 1em;
}

.contain_top .modal-body ul li{
  text-indent:-1em;
  list-style-type:none;
}

.modal-content{
  background-color: rgba(255, 255, 255, 0.9);
}

.top_info_form_link{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin: 20px auto 0 auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background-color: #28876f;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.top_info_form_link:hover{
  color: #28876f;
  border: solid 2px #28876f;
  background-color: #ffffff;
}

.top_info_form_link::before,
.top_info_form_link::after{
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #28876f;
  border-radius: 10px;
}
.top_info_form_link::before{
  right: 0;
}
.top_info_form_link::after{
  left: 0;
}
.top_info_form_link:hover::before,
.top_info_form_link:hover::after{
  width: 0;
  background-color: #28876f;
}

.top_info_form_link,
.top_info_form_link::before,
.top_info_form_link::after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top_notification{
  /* position: fixed;
  bottom: 20px;
  left: 50px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 50px auto;
}

.animation-top_news{
  -webkit-animation: animation-top_news 3.5s;
	animation: animation-top_news 3.5s;
}

.top_news{
  width: 650px;
}

.top_news_header{
  width: 100%;
  padding: 10px;
  background: #115342;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

.top_news_pickup{
  margin: 0 0 5px 0;
  color: #ffffff;
  background-color: rgba(233, 38, 24, 0.8);
}

.top_news_pickup a{
  display: flex;
  flex-direction: column;
  padding: 10px;
  color: #ffffff;
}

.top_news_pickup:hover{
  background-color: rgba(247, 128, 119, 0.8);
}

.top_news_pickup_title{
  font-size: 20px;
  font-weight: bold;
}

.top_news_pickup_date{
  text-align: right;
}

.top_news_box .top_news_box_row:nth-child(odd){
  background-color: rgba(216, 250, 206, 0.8)
}

.top_news_box .top_news_box_row:nth-child(even){
  background-color: rgba(255, 255, 255, 0.8);
}

.top_news_box_row a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #333333;
}

.top_news_box_row a:hover{
  background-color: #faf3da;
}

.top_news_box_date{
  width: 200px;
  padding: 10px 0 10px 10px;
  font-weight: bold;
}

.top_news_box_caption{
  width: 450px;
  padding: 10px 5px 10px 0;
  font-size: 1.2em;
  font-weight: bold;
}

.top_sns{
  width: 400px;
}

.animation-top_sns{
  -webkit-animation: animation-top_sns 3.5s;
	animation: animation-top_sns 3.5s;
}


.top_sns .nav-tabs{
  border-bottom: none;
}

.top_sns .nav-link{
  width: 79px;
  margin-bottom: 0;
  padding: 5px 3px;
  font-size: 12px;
  font-weight: bold;;
  text-align: center;
  border: none;
}

.top_sns .nav-item{
  margin-bottom: 0;
  background-color: #cccccc;
  border-bottom: none;
  border-right: solid 1px #999999;
 
  border-radius: 5px 5px 0 0;
}

.top_sns .nav-item a{
  color: #333333;
}

.top_sns .nav-item:hover{
  background-color: #ffffff;
}

.top_sns .tab-content{
  height: 350px;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: solid 2px #337a1d;
  border-radius: 0 0 5px 5px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  color: #495057;
  background-color: #d8face;
  border-color: #dee2e6 #dee2e6 #f8fafc;
}

#note_content{
  width: 400px;
  height: 350px;
  padding: 5px;
  overflow-y: scroll;
}

#note_content img{
  width: 370px;
}

#note_content p img{
  display: none;
}

.note_content{
  width: 100%;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #333333;
}

.note_content p{
  margin-bottom: 0;
  font-size: 12px;
}

.note_title{
  font-size: 16px;
  font-weight: bold;
}

#note_content a.btn{
  display: block;
  /* position: absolute; */
  top:0;
  left:0;
  right:0;
  bottom: 0
}

.insta_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 20px 40px
}

.insta_list img{
  width: 100px;
  padding: 5px;
}

#line{
  padding: 120px 0 0 0;
  width: 400px;
  text-align: center;
}

#line iframe{
  width: 79px !important;
  height: 20px !important;
  text-align: center;
}

.line_message{
  font-size: 0.9em;
  font-weight: bold;
}

/* 共通パーツ */
.form_size_S{
  width: 170px;
}

.form_size_M{
  width: 400px;
}

a:hover{
  text-decoration: none;
}

.coming_soon{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coming_soon_img{
  width: 600px;
  height: 424px;
  background: url("../../img/ball.png")  no-repeat;
}

.coming_soon_font{
  margin: -40px;
  font-size: 24px;
  font-family: 'Dela Gothic One', cursive;
}

.close{
  font-size: 2rem;
}

.modal-body img{
  max-width: 100%;
}

.submit_area{
  display: flex;
  justify-content: center;
  width: 100%;
}

.submit_area_form{
  margin: 20px 0;
}

.error_message{
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 2px 5px;
  color: #cc0000;
  background-color: #fce1e1;
  border-radius: 10px;
}

.error_message:before{
  content: "";
  position: absolute;
  top: -14px;
  left: 90px;
  margin-left: -7px;
  border: 7px solid transparent;
  border-bottom: 7px solid #fce1e1;
}

.error_message p{
  margin: 0;
  padding: 0;
}

.button{
  position: relative;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
}

.button_color_gray{
  color: #333333;
  background-color: #cccccc;
}

.button_color_green{
  background-color: #186600;
}

.button_size_submit{
  width: 100px;
  margin: 0 10px;
  padding: 8px 0;
  font-weight: bold;
}

.button:hover{
  color: #ffffff;
  top: 1px;
  left: 1px;
  opacity: 0.8;
}

.button_color_gray:hover{
  color: #333333;
}

textarea{
  resize: none;
}

.form-control{
  padding: 0.2rem 0.5rem;
}

.loaded {
  z-index: -9999;
}