@charset "utf-8";

.display_pc{
        display:block;
    }
    
    .display_sp{
        display:none;
    }

.thanks_mt{
    margin:0 auto;
    margin-top: 160px;
    width: 100%;
    max-width: 800px;
}

.thanks_mt h1 {
    text-align: left;
    margin-bottom: 40px;
    padding: 0px 15px;
    font-size: 200%;
    font-weight: bold;
    border-left: #009D5B solid 10px;
}

#visitors .thanks_mt h1 {
    border-left: #D11C2C solid 10px;
}

.thanks_mt .flow_regi{
    margin-bottom: 40px;
}

.thanks_mt .flow_regi img{
    width:100%;
    max-width: 400px;
    height: auto;
}

.thanks_mt .intro{
    width: 100%;
}

.thanks_mt .modoru{
    width: 100%;
    margin: 0 auto;
    margin-bottom:100px;
    margin-top: 40px;
    text-align: center;
    background-color: #ddd;
    padding: 20px 0;
}

.thanks_mt .modoru a{
    text-decoration: none;
    color: #333;
    font-weight: bold;
    text-align: center;
    border: 1px solid #333;
    background: #eee;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
}

.thanks_mt + footer .site_wrap{
    padding-bottom: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

.site_wrap {
  max-width: 1200px;
}

a {
  color: #6699CC;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #336699;
  text-decoration: underline;
}

li {
  list-style: none;
}

.site_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}


.flex_box {
  display: flex;
  justify-content: space-between;
}

.flex_item {
  width: 45%;
}

.banner img {
  width: 100%;
}

.h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.h3 {
  font-size: 22px;
  border-bottom: 1px solid;
  margin-top: 2em;
  margin-bottom: 1em;
}

.event li {
  margin-bottom: 1em;
}

.event_history li {
  margin-bottom: 1em;
  text-decoration: underline #6699CC;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}

.header_top{
    background: #009D5B;
    padding: 5px 0;
}

#visitors .header_top{
    background: #D11C2C;
}

.header_top ul{
    display: flex;
    justify-content: flex-end;
}

.header_top ul li{
    display:inline-block;
    margin-right: 20px;
}

.header_top ul li a{
    color: #fff;
    font-size: 14px;
}

.header_top ul li a:hover {
  text-decoration: underline;
}

.header_inner {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  box-shadow: 0 0 6px #aaa;
  padding: 0 0 0 10px;
}

main {
  margin-top: 40px;
    padding-top: 35px;
}

.mv_area{
    background: #eee;
    padding: 40px 0;
}

.navigation {
  display: flex;
}

.navigation li {
  margin-right: 1em;
}

.logo {
  width: auto;
  height: 65px;
}

.logo img {
  width: 150px;
}

.btn {
  width: 260px;
    height: 50px;
    font-size: 120%;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 5px;
    border: #009D5B solid 2px;
    box-sizing: border-box;
    background: #009D5B;
    transition-duration: .2s;
    margin-top: 1em;
}

#visitors .btn {
    border: #D11C2C solid 2px;
    background: #D11C2C;
}

.text {
  margin-bottom: .2em;
}

.komidashi {
  margin-top: .5em;
  margin-bottom: 0.2em;
}

footer{
    background: #009D5B;
    padding: 20px 0;
}

#visitors footer{
    background: #D11C2C;
}

footer p{
    color: #fff;
}

footer ul{
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

footer ul li{
    margin-right: 20px;
}

footer ul li a{
    color: #fff;
    font-size: 12px;
}

.past footer .site_wrap{
    padding-bottom:0;
    height: auto;
}

.mypage footer .site_wrap{
    padding-bottom:0;
    height: auto;
}

#visitors footer .site_wrap{
  padding-bottom: 0;
  height: auto;
}

@media screen and (min-width: 769px) {
  .btn:hover {
    text-decoration: none;
    filter: brightness(1.3);
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
    .display_pc{
        display: none;
    }
    
    .display_sp{
        display: block;
    }
    
  .site_wrap {
    width: 94%;
  }

  .flex_box {
    flex-wrap: wrap;
  }

  .flex_item {
    width: 100%;
  }

  .navigation {
    flex-wrap: wrap;
      text-align: right;
      justify-content: flex-end;
  }

  .name {
    width: 100%;
    font-size: 14px;
  }
    
    .thanks_mt h1 {
    font-size: 150%;
}
    
    .navigation li:last-of-type{
    margin-right:0;
}
    
.header_top ul li a {
    font-size: 12px;
}
   
.thanks_mt {
    width: 90%;
}
 
footer ul {
    flex-wrap: wrap;
}

footer ul li {
    margin-right:0;
    width: 100%;
}

    .navigation li {
    font-size: 14px;
}
    
.navigation li.name{
    margin-right:0;
}
    
 .header_inner {
    flex-wrap: wrap;
     padding: 5px;
     height: auto;
}   
    
 .header_top ul li:last-of-type{
    margin-right: 0;
}   
    
.h2 {
    font-size: 22px;
}    
    
main {
    margin-top: 86px;
    padding-top: 0;
}    
    
 .mv_area {
    padding: 20px 0;
}   
    
    .tyuui_news{
        text-align: left !important;
        margin: 20px auto 0 !important;
        width: 95% !important;
    }   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}






















