/*
Theme Name:
*/
*{
  box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address,
em, img, small, strong, b, i,dl, dt, dd, ol, ul, li, form, label, table, caption,
tbody, tfoot, thead, tr, th, td, article, canvas, footer, header, menu, nav, section,
time, audio, video, figure , button
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{-webkit-appearance: none;border-radius: 0;}
body {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
}
small{display: block;}
address{font-style: normal;}
article, footer, header, menu, nav, section {display: block;}
ul {list-style: none; }
a {margin: 0;color: inherit;padding: 0;font-size: 100%;text-decoration: none;vertical-align: baseline;background: transparent;}
a:link{transition: .3s;}
a:link:hover{opacity: 0.7;cursor: pointer;}
table {border-collapse: collapse;border-spacing: 0; }
em, b {font-style: normal; }
img {max-width: 100%;vertical-align: bottom;}
hr {display: block;height: 1px;margin: 0;padding: 0;border: 0;outline: 0; }
input, select {vertical-align: middle;}
@media screen and (max-width:1200px){
}
@media screen and (max-width:767px){
  body {
    font-size: 12px;
  }
}
/*//////////////////////////////
header
//////////////////////////////*/
header{
  height: auto;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 102;
}
.globalheader{
  padding: 80px 20px 20px;
}
.globalnavi{
  align-items: center;
  margin: auto;
  max-width: 1240px;
  width: 100%;
}
.logo{
  max-width: 360px;
  width: 100%;
}
.contact_btn{
  color: #fff;
  border-radius: 100px;
  background: #000;
  display: inline-flex;
  padding: 14px 40px;
}

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

.mv{
  position: relative;
  height: 650px;
  margin: 0 auto 100px;
  width: 100%;
}
.mv::after{
  content: "";
  display: block;
  background: url('./assets/img/mv.png') no-repeat top right/ cover;
  position: absolute;
  top: 0;
  right: 0;
  height: 650px;
  width: 70%;
  z-index: -1;
}
.mv h2{
  font-size: 38px;
  font-weight: bold;
  padding: 300px 20px 0;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.about{
  padding: 0 20px;
  margin: 0 auto 90px;
  max-width: 1280px;
  width: 100%;
}
.about_content{
  margin-bottom: 80px;
}
.about_left{
  width: 470px;
}
.about_left h2{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.about_left p{
  line-height: 1.8;
}
.about_right{
  max-width: 660px;
  width: calc(100% - 500px);
}
.about_right figure{
  width: 48%;
}

.about_point{
  font-size: 24px;
}
.about_point_ttl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.about_point_ttl p{
  background: #000;
  color: #fff;
  padding: 20px;
  text-align: center;
  min-width: 500px;
  margin: 0 30px;
}
.about_point_ttl::after,
.about_point_ttl::before{
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #000;
}
.about_point_imgarea{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about_point_imgarea div{
  text-align: center;
  margin: 0 30px;
  max-width: 500px;
  width: calc(50% - 60px);
}
.about_point_imgarea div p{
  margin-top: 20px;
}

.about_suggest{
  background: url('./assets/img/img05.png') no-repeat center/ cover;
  height: 300px;
  position: relative;
  padding: 20px;
  margin-bottom: 90px;
}
.about_suggest p{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.about_menu{
  padding: 0 20px;
  margin: 0 auto 70px;
  max-width: 1140px;
  width: 100%;
}
.about_menu_content{
  align-items: center;
  margin-bottom: 60px;
}

.about_menu_content figure{
  max-width: 500px;
  width: 50%;
}
.about_menu_txt{
  width: 45%;
}
.about_menu_txt h2{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about_menu_txt p{
  line-height: 1.8;
}

.price{
  padding: 0 20px;
  margin: 0 auto 100px;
  max-width: 1140px;
  width: 100%;
}
.price h2{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.price table{
  border-collapse: collapse;
  margin: auto;
  width: 100%;
}
.price table th,.price table td{
  border: solid 1px #B3B3B3;
  vertical-align: middle;
  padding: 30px;
  width: calc(100% / 3);
}
.price table th{
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}
.price table td{
  text-align: center;
}
.price table td:nth-child(2){
  color: #B3B3B3;
  font-size: 20px;
  font-weight: bold;
}
.price table td:nth-child(3){
  font-size: 24px;
  font-weight: bold;
  background: #F5F5F5;
}
.price table .price_item th{
  background: #CBCBCB;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.price table .price_item td:nth-child(3){
  background: #1C1C1C;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.attend{
  font-size: 16px;
}

.contact{
  padding: 20px 20px 0;
  margin: 0 auto 90px;
  max-width: 1140px;
  width: 100%;
}
.contact .formarea{
  max-width: 440px;
  width: 48%;
}
.contact figure{
  width: 50%;
}
.contact_txt{
  text-align: center;
  margin-bottom: 20px;
}
.contact h2{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact input[type="text"],.contact input[type="email"],.contact input[type="tel"]{
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  padding: 8px 12px;
  max-width: 440px;
  width: 100%;
}
.contact ul li{
  font-size: 14px;
  margin-bottom: 20px;
}
.form_btn{
  text-align: center;
}
.contact input[type="button"],
.contact input[type="submit"]{
  border-radius: 8px;
  background: #000;
  border: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 10px;
  margin: 0 auto;
  width: 160px;
  display: block;
}
.contact input[type="submit"]:hover{
  cursor: pointer;
  opacity: .6;
}
@media screen and (max-width: 1080px) {
  .about_content,.about_menu{
    margin: auto;
    max-width: 800px;
  }
  .about_left{
    margin-bottom: 20px;
    width: 100%;
  }
  .about_right{
    max-width: 100%;
    width: 100%;
  }
  .about_menu_content figure{
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
  .about_menu_txt{
    width: 100%;
  }
  .flex.colome{
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .globalheader{
    padding: 10px 20px;
  }
  .logo{
    max-width: 260px;
    width: 50%;
  }
  .contact_btn{
    padding: 10px 20px;
  }
  .mv{
    height: 450px;
    margin: 0 auto 50px;
  }
  .mv::after{
    height: 450px;
    width: 100%;
  }
  .mv h2{
    font-size: 23px;
    padding: 140px 20px 0;
    text-align: center;
  }
  .about{
    margin: 0 auto 40px;
  }
  .about_point {
    font-size: 16px;
  }
  .about_content{
    margin-bottom: 40px;
  }
  .about_left{
    margin-bottom: 20px;
    width: 100%;
  }
  .about_left h2,.about_menu_txt h2,.price h2,.contact h2{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about_right{
    width: 100%;
  }
  .about_left p br,.about_menu_txt p br{
    display: none;
  }
  .about_point_ttl{
    margin-bottom: 40px;
  }
  .about_point_ttl p{
    padding: 10px 20px;
    min-width: auto;
    margin: 0 10px;
  }
  .about_point_imgarea div{
    margin: 0 auto 40px;
    max-width: 500px;
    width: 100%;
  }
  .about_suggest{
    height: 150px;
    margin-bottom: 40px;
  }
  .about_suggest p{
    font-size: 18px;
  }
  .about_menu_content{
    margin-bottom: 30px;
  }
  .price {
    margin: 0 auto 50px;
  }
  .price table th,.price table td{
    padding: 10px;
    width: auto;
  }
  .price table th,.price table td:nth-child(3),.price table .price_item td:nth-child(3){
    font-size: 14px;
  }
  .price table td:nth-child(2),.price table .price_item th{
    font-size: 14px;
  }
  .attend {
    font-size: 12px;
  }
  .contact{
    margin-bottom: 40px;
  }
  .contact ul{
    margin: auto;
    max-width: 440px;
    width: 100%;
  }
  .contact .formarea{
    margin-bottom: 20px;
    width: 100%;
  }
  .contact figure{
    width: 100%;
  }
}

/* /////////////////////////////
footer
///////////////////////////// */
footer{
  text-align: center;
  padding: 60px 20px;
  color: #fff;
  background: #000;
  width: 100%;
}
@media screen and (max-width: 768px){
  footer{
    padding: 20px;
  }
}
