@charset "utf-8";
/* css reset ------------------------------------------------*/
html,body,h1,h2,h3,h4,p,ul,li,dl,dt,dd{
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic proN",Meiryo,sans-serif;
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
  color: inherit;
}
img{
  max-width: 100%;
  border: none;
  display: block;
}
*{
  box-sizing: border-box;
}
/* ======================================================= */
/* ======================================================= */
/* 共通css------------------------------------ */
body{
  /* background: url(../img/parts/bg_tomoe.png) center fixed #fff8ec; */
  color: #332b2a;
  position: relative;
  animation: fadeIn 2s ease 0s normal ;
  animation-iteration-count: 1;
}
@keyframes fadeIn {
  from{opacity: 0;}
  to{opacity: 1;}
}
body::after{
  content: '';
  display: block;
  width: 100%;
  height: 110vh;
  background-image: url(../img/parts/bg_tomoe.png);
  background-position: center;
  background-color:  #fff8ec;
  background-size: auto;
  position: fixed;
  top: 0;
  left: 0;
  /* inset: 0; */
  /* margin: auto; */
  z-index: -100;
  overflow: hidden;
}
br.sp{
  display: none;
}
@media screen and (max-width:767px) {
  br.pc{
    display: none;
  }

}

.fontB{
  font-weight: bold;
}
/* margin ------------------------ */
.mb0{
  margin-bottom: 0 !important;
}
.mb5{
  margin-bottom: 5px !important;
}
.mb10{
  margin-bottom: 10px !important;
}
.mb15{
  margin-bottom: 15px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.mb30{
  margin-bottom: 30px !important;
}
.mb50{
  margin-bottom: 50px !important;
}
.mt5{
  margin-top: 5px !important;
}
/*  ------------------------ */

.container{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.heading,h2{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  text-shadow: 1px 1px 5px #b9a5a3;
  color: #400601;
}
.bg_green{
  background: url(../img/parts/bg_tomoe.png) center #ebe5d3;
}
.bg_trans{
  background: #fff8ec7f;
}
.top_page section,.profile_page section{
  position: relative;
  overflow-x: hidden;
}
/* ====================================================== */
/* header============================================= */
header{
  background: #fff;
  height: 130px;
}
header .container{
  display: flex;
  justify-content: space-between;
  position: relative;
}
/* logo,h1------------------------ */
.top_header .top_logo{
  background: #fff;
  border-radius: 0 0 100% 0;
  z-index: 6;
}
.header_logo{
  background: transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
}
.header_logo img{
  width: 63px;
}
.header_logo a:hover{
  opacity: 1;
}
.top_h1{
  position: absolute;
  top: 35px;
  left: 35px;
  width: 160px;
  height: 360px;
  background-image: url(../img/logos/top_h1.png), linear-gradient(to bottom, #7e1300 0%,#9c1d02 25%,#ca4025 50%,#e8330b 75%,#e8340c 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 75%, 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 5;
}
.top_h1 a{
  display: block;
}
/* sns_icons,EnglishBtn------------------------- */
.column{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 70%;
}
.header_top{
  display: flex;
  justify-content: flex-end;
}
.sns_icons{
  display: flex;
}
.sns_icons li+li{
  margin-left: 15px;
}
.sns_icons a{
  display: block;
}
.sns_icons i{
  font-size: 30px;
  color: #5e5e5e;
  line-height: 44px;
}
.btn{
  width: 160px;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
}
.btn.textlink{
  width: auto;
  padding: 0 10px;
  margin-left: 20px;
}
.btn.cv{
  width: 140px;
  background: #d9b448;
  outline: 1px solid #fff;
  outline-offset: -5px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 1px 5px #7b5f0b;
  margin-left: 20px;
}
@media screen and (max-width:767px){
  .btn.cv{
    margin: 0 auto;
  }
}
.btn a{
  display: block;
}
a:hover{
  opacity: .5;
}
/* nav----------------------------------- */
.pcnav ul{
  display: flex;
  justify-content: flex-end;
}
.pcnav li{
  width: 19%;
  text-align: center;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  line-height: 1.2;
}
.pcnav li span{
  font-size: 14px;
  color: #a0711a;
}
.pcnav a{
  display: block;
  height: 44px;
  position: relative;
}
a.hoverline::before{
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #7e1300;
  background: linear-gradient(to right, #7e1300 10%,#e8340c 90%);
  position: absolute;
  bottom: 0;
  left: 10%;
  transition: 300ms;
}
a.hoverline:hover::before{
  width: 80%;
}

/* spnav=========================================== */
.spnav_bg,.spMenu_btn,.spMenu{
  display: none;
}

/* key===================================================== */
/* backgroung img setting */
.bg_parts{
  position: absolute;
  z-index: -1;
}
.redsippo{
  width: 300px;
  height: 300px;
  background: url(../img/parts/red_sippo.png) no-repeat center/contain;
}
.sippo{
  width: 250px;
  height: 250px;
  background: url(../img/parts/sippo.png) no-repeat center/contain;
}
.ichimatsu{
  width: 200px;
  height: 100px;
  background: url(../img/parts/itimatsu.png) no-repeat center/contain; 
}
.tomoe{
  width: 30px;
  height: 30px;
  background: url(../img/parts/tomoe.png) no-repeat center/contain;
}
.redtomoe{
  width: 40px;
  height: 40px;
  background: url(../img/parts/red_tomoe.png) no-repeat center/contain;
}

/* key_bg------------------------- */
.keywrapper{
  position: relative;
  overflow: hidden;
}
.key_bg_redsippo{
  width: 200px;
  height: 200px;
  left: calc(50% + 300px);
  top: 60px;
  z-index: 1;
}
.key_bg_sippo{
  right: calc(50% + 280px);
  /* bottom: 10%; */
  top: 390px;
  z-index: 1;
}


/* keyVis----------------------------------- */
.keyVis2{
  position: relative;
  margin-bottom: 60px;
}
.key_inner2{
  max-height: 600px;
  max-width: 600px;
  margin: 30px auto 0;
  position: relative;
}

.flame2{
  position: absolute;
  inset: 0;
  max-width: 600px;
  max-height: 600px;
  margin: auto;
  background: url(../img/parts/flame.png) no-repeat center/contain;
  z-index: 1;
}

/* keyMessage--------------------------------- */
.keyMessage{
  width: 160px;
  height: 400px;
  position: absolute;
  z-index: 3;
}
.keyMessage.top{
  top: 250px;
  right: 35px;
  background: #fff;
}
.keyMessage p{
  width: 100%;
  height: 100%;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.keyMessage span{
  display: inline-block;
  align-self: flex-start; 
  padding: 8px;
}
.keyMessage span:last-child{
  align-self: flex-end; 
}

/* main=================================================== */
/* setting---------------------- */
.wrap{
  display: flex;
}
.flex_img{
  /* width: calc(50% + 50px); */
  width: calc(50%);
  /* margin: 0 0 0 -50px; */
  align-items: start;
}
.flex_img img{
  box-shadow: 1px 1px 5px #b9a5a3;
}
.desc{
  width: 50%;
  padding: 0 3.5%;
  display: flex;
  flex-direction: column;
}
.desc h2,.title h2,.profile_page h3{
  font-size: 43px;
  line-height: 1.7;
}
span.subtitle{
  display: block;
  font-size: 20px;
  color: #a0711a;
}
.txt{
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  margin-bottom: 30px;
  text-shadow: 1px 1px 5px #b9a5a3;
}
.btn.more{
  background: #fff;
  border: 1px solid #400601;
  font-size: 14px;
  color: #400601;
  align-self: flex-end;
  transition: 300ms;
}
p.btn.more:hover{
  border-color: #7e1300;
  background-color: #7e1300;
  color: #fff;
}
p.btn.more a:hover{
  opacity: 1;
}

/* media_info=============================================== */
.top_page .media_info{
  background: #ebe5d3;
  padding: 50px 0;
}
.media_info h2{
  margin-bottom: 30px;
}
.media_info ul.list li{
  line-height: 1.4;
  padding: 20px 0;
  border-bottom: 1px dotted #332b2a;
}
.btn.center{
  margin: 0 auto;
}


@media screen and (max-width:767px) {
  .media_info{
    margin: 0 0 50px;
  }
  ul.list li span.link{
    display: block;
  }
}

/* profile=============================================== */
/* profile_bg---------------------------------- */
.profile_bg_sippo{
  left: calc(50% + 300px);
  top: 25%;
}
.profile_bg_ichimatsu{
  right: calc(50% + 380px);
  top: calc(50% + 10px);
}
.profile_bg_redsippo{
  left: calc(50% + 380px);
  bottom: -120px;
}

/* profile------------------------------------- */
.profile .wrap{
  justify-content: center;
  margin: 150px auto;
}
.profile .desc{
  margin: 150px 0 0;
}
.profile .heading{
  margin-bottom: 20px;
}
.profile h2,.profile_page .profile h3,.media_info_page h3{
  font-size: 27px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.profile .name{
  display: inline-block;
  font-size: 43px;
}
.profile .jobtitle{
  margin-bottom: 40px;
}
.profile .jobtitle li{
  line-height: 1.3;
}
.profile .desc .txt{
  margin-bottom: 60px;
}

/* 背景色斜め--------------------------------- */
.top_page .profile{
  padding-bottom: 10vh;
}
.top_page .profile::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 15vh solid #ebe5d3;
  border-right: 100vw solid transparent;
  z-index: -1;
}

/* lessons=============================================== */
/* 背景色斜め--------------------------------- */
.lessons{
  padding-bottom: 8vh;
  z-index: 1;
}
.lessons::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 15vh solid #fff8ec;
  border-right: 100vw solid transparent;
}
/* lessons_bg-------------------------------- */
.lessons_bg_sippo{
  width: 300px;
  height: 300px;
  right: calc(50% + 250px);
  top: 60px;
}
.lessons_bg_ichimatsu{
  left: calc(50% + 330px);
  bottom: calc(50% + 130px);
}
.lessons_bg_redsippo{
  width: 350px;
  height: 350px;  
  right: calc(50% + 150px);
  top: calc(50% + 130px);
}

/* lesson h2-------------------------------- */
.title.wrap{
  justify-content: flex-start;
  margin: 80px 0 130px;
}
.title .desc{
  flex-direction: row;
  align-items: center;
  line-height: 1.4;
}
/* lesson------------------------------------ */
.lesson{
  margin-bottom: 180px;
}
.lesson .desc{
  justify-content: center;
}
.lesson .desc h3{
  font-size: 30px;
  margin-bottom: 30px;
}
.lesson:nth-of-type(3){
  flex-direction: row-reverse;
}
.lesson:nth-of-type(3) .flex_img{
  margin: 0 -50px 0 0;
}

/* sns==================================================== */
/* sns_bg------------------------------------------- */
.sns_bg_sippo{
  left: calc(50% + 200px);
  top: 0;
}
.sns_bg_redsippo{
  right: calc(50% + 300px);
  bottom: 0;
}
.sns_bg_ichimatsu{
  left: calc(50% + 300px);
  bottom: 100px;
}

/* sns-------------------------------------------- */
.sns{
  margin-bottom: 50px;
}
.snslist{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.timeline{
  width: 50%;
  display: flex;
  justify-content: center;
}
.snslist ul{
  display: flex;
  margin-bottom: 100px;
}
.snslist li{
  width: 65px;
}
.snslist li+li{
  margin-left: 50px;
}
.snslist a{
  display: block;
}
.bloglink{
  color: #400601;
  text-shadow: 0px 0px 4px #fff,0px 0px 8px #fff,0px 0px 10px #fff;
  font-size: 18px;
  line-height: 70px;
  width: 330px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.link_logo{
  background: url(../img/logos/link.png) no-repeat right center/16px;
}
.bloglink span{
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  background: #a0711a;
  border-radius: 50%;
  z-index: -1;
}
.timeline_bg{
  width: 370px;
  height: 570px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.twitter-timeline {
  display: flex!important;
}
/* contact==================================================== */
/* contact_bg------------------------ */
.contact_bg_redsippo{
  width: 250px;
  height: 250px;
  left: calc(50% + 200px);
  bottom: -100px;
  z-index: 1;
}
/* contact---------------------------- */
.contact{
  padding: 100px 0;
  overflow: hidden;
}
.btn.contact_more{
  line-height: 80px;
  width: 400px;
  margin: 0 auto;
  font-size: 25px;
  background: url(../img/logos/arrow.png) no-repeat 95% center/50px #fff;
}
.btn.contact_more a{
  padding-right: 50px;
}
p.btn.contact_more:hover{
  background-image: url(../img/logos/white_arrow.png);
  color: #fff;
}

/* footer==================================================== */
footer{
  height: 250px;
  padding: 25px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.footer_logo img{
  width: 50px;
}
.footer_title{
  width: 300px;
  height: 25px;
  background: url(../img/logos/footer_tatle.png) no-repeat center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.footer_title a{
  display: block;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* profile page================================================= */

/* header===================================================== */
.header_h1 {
  position: absolute;
  top: 35px;
  left: 110px;
  width: 16%;
  height: 70px;
  background: url(../img/logos/header_h1.png) no-repeat center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
.header_h1 a{
  display: block;
  height: 70px;
}
/* main======================================================= */
.profile_page{
  position: relative;
  overflow: hidden;
}
/* h2------------------------------ */
.h2{
  padding-left: 0;
}
.h2 h2{
  display: inline-block;
  line-height: 100px;
  margin: 50px 0;
  padding-left: 10px;
  padding-right: 10%;
  color: #7e1300;
  font-size: 35px;
  letter-spacing: .1em;
  position: relative;
}
.h2 h2::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: calc(130%);
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #7e1300 10%,#e8340c 90%);
}
.h2_sub{
  position: absolute;
  right: 0;
  bottom: -30px;
  font-size: 40px;
  color: #7e13004a;
  text-shadow: none;
}

/* key======================================================== */
.profile_page .key{
  width: 100%;
  height: 450px;
  background: url(../img/photos/profile_key.jpg) no-repeat center/cover;
  margin-bottom: 150px;
  position: relative;
}
.profile_page .keyMessage{
  top: 0;
  bottom: 0;
  left: 18%;
  margin: auto;
  z-index: 100;
}
.profile_page .keyMessage span{
  background: #fff;
}

/* profile=============================================== */
.profile_page .profile .flex_img{
  width: 50%;
  margin: 0;
}
.profile_page .profile .desc{
  width: 50%;
  margin: 0;
}
.profile_page .profile .txt{
  width: 90%;
  margin: 0 auto;
}
.profile_page .profile .txt span + span{
  display: block;
  margin-top: 30px;
}
.profile_page .profile .wrap {
  margin: 0 0 60px 0;
}
.profile_page .profile{
  margin-bottom: 150px;
}
/* dl setting-----------------------------*/
dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
dt{
  text-align-last: justify;
  line-height: 1.4;
}
dd{
  line-height: 1.4;
}
.jobtitle dt{
  width: 4em;
}
.jobtitle dd{
  width: calc(100% - 4em);
}
.jobtitle dd::before{
  content: '：';
}

/* works======================================= */
.profile_page .works{
  padding: 100px 0 50px;
}
.profile_page .works section{
  margin-bottom: 40px;
}
.profile_page .works h4{
  font-family: "Hiragino Kaku Gothic proN",Meiryo,sans-serif;
  font-size: 30px;
  font-weight: lighter;
  margin-bottom: 20px;
}
.profile_page .works section:last-of-type{
  margin-bottom: 100px;
}
.profile_page .content dt{
  width: 3em;
  font-weight: bold;
}
.profile_page .content dd{
  width: calc(100% - 3.5em);
  margin-bottom: 10px;
}
section span.small{
  display: inline-block;
  font-size: smaller;
  /* text-indent: 1em; */
  padding-left: 1em;
}
.profile_page .content p+p{
  margin-top: 10px;
}
/* profile_page backgraund parts=============================== */
.bg_1{
  left: calc(50% + 200px);
  top: 100px;
}
.bg_2{
  right: calc(50% + 200px);
  top: 580px;
}
.bg_3{
  left: calc(50% + 280px);
  top: 600px;
}
.bg_4{
  right: calc(50% + 280px);
  top: 50%;
}
.bg_5{
  left: calc(50% + 200px);
  bottom: 720px;
  z-index: 1;
}
.bg_6{
  right: calc(50% + 400px);
  bottom: 200px;
  z-index: 1;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* media_info page================================================= */
.media_info_page .date{
  margin-bottom: 10px;
}
/* .media_info_page .flex_img{
  width: 25%;
  margin: 0;
} */
.media_info_page article img{
  width: 500px;
  max-width: 80%;
  margin: 40px auto;
  box-shadow: none;
  /* background-color: #fff; */
  /* padding: 10px; */
}
/* .media_info_page .desc{
  width: 75%;
  margin: 0;
} */
/* .media_info_page .wrap{
  padding: 50px 0;
} */
/* .media_info_page .wrap+.wrap{
  border-top: 1px dotted #332b2a;
} */
.media_info_page dl.schedule dt{
  width: 8em;
  font-weight: bold;
  text-align-last: left;
}
.media_info_page dl.schedule dd{
  width: calc(100% - 9em);
  margin-bottom: 10px;
}

@media screen and (max-width:767px) {
  .media_info_page .flex_img{
    width: 50%;
    margin: 0 auto 20px;
  }
  .media_info_page .desc{
    width: auto;
    margin: 0;
  }
  .media_info_page dl.schedule dt,.media_info_page dl.schedule dd{
    width: 100%;
  }

}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* lessons page================================================= */
.h2.noMargin h2{
  margin-bottom: 0;
}
.wrap.sb{
  justify-content: space-between;
}
.side{
  width: 150px;
}
.main_info{
  width: calc(100% - 180px);
}
/* local nav,setting==========================================*/
.column_nav_design{
  background: #fff;
  padding-bottom: 10px;
}
.column_nav_design li{
  height: 70px;
  background: url(../img/logos/caret-right.jpg) no-repeat 10px center/10px;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
}
.column_nav_design li::after{
  content: '';
  position: absolute;
  left: 10px;
  bottom: 0;
  width: calc(100% - 20px);
  height: 1px;
  background: #a0711a;
}
.column_nav_design li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 27px;
  height: 100%;
}
.column_nav_design span{
  display: inline-block;
}
.pcLocal_nav{
  position: sticky;
  top: 10px;
  box-shadow: 1px 1px 5px #b9a5a3;
  margin-top: 10px;
}

.spLocal{
  display: none;
}
/* lesson_keyimg===========================================*/
.lesson_keyimg{
  margin: 50px 0 300px;
  position: relative;
}
.lesson_keyimg .keyimg{
  width: 85%;
}
.lesson_keyimg .txt{
  max-width: 460px;
  padding: 25px;
  background: #fff;
  box-shadow: 1px 1px 5px #b9a5a3;
  color: #400601;
  position: absolute;
  right: 0;
  top: 80%;
}

/* lesosn_info======================================== */
.contents_info + .contents_info{
  margin-top: 150px;
}
.h3{
  color: #400601;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3;
  border-bottom: 2px solid #400601;
  text-shadow: 1px 1px 5px #b9a5a3;
  padding: 5px;
  margin-bottom: 30px;
}
.contents_info .wrap{
  margin-bottom: 50px;
}
.contents_info section > h4{
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  color: #400601;
  border-bottom: 2px dashed #400601;
  text-shadow: 1px 1px 5px #b9a5a3;
  border-left: 5px solid #400601;
  padding: 5px;
  padding-right: 25px;
  margin-bottom: 10px;
}
.contents_info section>h4 + dl{
  padding-left: 5px;
}
.contents_info section:last-of-type{
  margin-bottom: 60px;
}
.contents_info dt{
  line-height: 1.3;
  width: 4em;
  font-weight: bold;
}
.contents_info dd{
  width: calc(100% - 5em);
  margin-bottom: 15px;
}
.address_info dd span{
  display: block;
  margin-top: 15px;
}
.address_info{
  width: 50%;
  padding: 0 15px 0 5px;  
}
.wrap .googleMap{
  width: 50%;
  align-self: center;
}
.contents_info span.link{
  margin: 0;
}
span.link a{
  /* display: block; */
  text-decoration: underline;
  color: #0000ee;
}
.contents_info span.link a{
  display: block;
}
span.link a:active{
  color: #fe0000;
}
span.link a:visited{
  color: #551b8c;
}

.contents_info>dl{
  padding-left: 5px;
  margin-bottom: 60px;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Works page================================================= */
.works_page .contents_info + .contents_info{
  margin-top: 60px;
}
.works_page .main_info{
  margin: 50px 0;
}
.works_page dl{
  margin-bottom: 0;
}
.em6>dt{
  width: 6em;
}
.em6>dd{
  width: calc(100% - 7em);
}
p.andmore{
  font-weight: bold;
  padding-right: 20px;
  text-align: right;
}
.main_info li+li{
  margin-top: 15px;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* contact_page================================================= */
.contact_page .h3{
  display: inline-block;
  padding-right: 10%;
}

/* contact form------------------- */
.form{
  max-width: 800px;
  margin: 50px auto 150px;
}
dl.contact_form{
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
}
.form_block{
  display: flex;
  padding: 20px 5px;
  border-top: 1px solid #400601;
}
.form_block:last-child{
  border-bottom: 1px solid #400601;
}
.form_block dt{
  width: 15em;
  padding: 5px 0;
  text-align-last: left;
  font-weight: bold;
}
.form_block dd{
  width: calc(100% - 15em);
}
.form_block span.br{
  display: block;
  text-indent: calc(20px + 2em);
}
.form_block span.must,.form_block span.option{
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 5px;
  color: #fff;
}
.form_block span.must{
  background: #7e1300;
}
.form_block span.option{
  background: #777;
}

input,textarea,select{
  padding: 10px;
  font-size: 18px;
}
input[type="text"],textarea{
  width: 100%;
}
input[type="submit"]{
  cursor: pointer;
  display: block;
  width: 50%;
  line-height: 44px;
  margin: 0 auto;
  border: none;
  border-radius: 5px;
  background: #7e1300;
  border: 1px solid #7e1300;
  color: #fff;
  font-size: 20px;
  transition: 300ms;
}
input[type="submit"]:hover{
  background: #fff;
  color: #7e1300;
  border: 1px solid #7e1300;
}
.form p{
  text-align: center;
  margin: 0 auto 10px;
  line-height: 1.3;
  font-size: 14px;
}
.form p span{
  display: inline-block;
}

/* calendar----------------------------- */
.googleCalendar{
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.googleCalendar::before{
  content: '';
  display: block;
  padding-top: 100%;
}
.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact_page{
  margin-bottom: 100px;
}



/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* footer 下部固定============================================= */
.footer_wrapper{
  min-height: 100vh;
  position: relative;
  padding-bottom: 250px;
}
.footer_wrapper>footer{
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* english_page============================================== */
.english_page .profile_page .wrap.profile{
  justify-content: center;
  margin-bottom: 10px;
}
.english_page .lesson_keyimg{
  margin-bottom: 200px;
}
.english_page .contents_info dt{
  width: 5em;
}
.english_page .contents_info dd{
  width: calc(100% - 6em);
}

/* bg_parts---------------------------- */

.english_bg_sippo{
  top: 160px;
  right: calc(50% + 300px);
}
.english_bg_redtomoe{
  left: calc(50% + 200px);
  top: 50px;
}
.english_bg_redsippo{
  bottom: 0;
  left: calc(50% + 200px);
}





/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
@media screen and (max-width:767px) {
  /* =========================================================== */
  br.sp{
    display: block;
  }
  
  /* top page==================================================== */

  /* header------------------------------------------- */
  header{
    height: 80px;
  }
  .top_logo{
    width: 80px;
    height: 80px;
  }
  .header_logo img{
    width: 44px;
  }
  .top_h1{
    top: 20px;
    left: 20px;
    width: 100px;
    height: 210px;
    background-position: center 65%, center;
    background-size: 65%, 100%;
  }
  header .column{
    display: none;
  }


  /* spnav==================================== */
  /* spMenu_btn--------------------------- */
  .spMenu_btn{
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    z-index: 202;
  }
  .spMenu_btn span{
    display: block;
    width: 50%;
    height: 1px;
    background: #000;
    position: absolute;
    right: 0;
    transition: 300ms;
  }
  .spMenu_btn span:nth-of-type(1){
    top: 38%;
  }
  .spMenu_btn span:nth-of-type(2){
    top: 50%;
  }
  .spMenu_btn span:nth-of-type(3){
    top: 62%;
  }
  /* .active JQuery------------------- */
  .spMenu_btn.active{
    position: fixed;
  }
  .spMenu_btn.active span:nth-of-type(1){
    width: 40%;
    transform: rotate(45deg);
    top: 50%;
  }
  .spMenu_btn.active span:nth-of-type(2){
    opacity: 0;
  }
  .spMenu_btn.active span:nth-of-type(3){
    width: 40%;
    transform: rotate(-45deg);
    top: 50%;
  }

  /* .open Jquery------------------------- */
  .spnav_bg.open,.spMenu.open{
    right: 0;
  }
  body.open{
    position: fixed;
  }
  /* spnav_bg---------------------------- */

  .spnav_bg{
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: -100%;
    background: #7e130080;
    z-index: 200;
    transition: 600ms;
  }

  /* spnav---------------------------- */
  .spMenu{
    display: block;
    position: fixed;
    width: calc(100% - 140px);
    height: 100vh;
    top: 0;
    right: -100%;
    background: #fff;
    z-index: 201;
    transition: 600ms;
  }
  .spnav{
    width: 80%;
    margin: 80px auto 20px;
  }
  .spnav li{
    height: 10vh;
    max-height: 70px;
  }
  .spnav span.subtitle{
    font-size: smaller;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  }
  .spnav li.link_logo{
    background: url(../img/logos/caret-right.jpg) no-repeat 10px center/10px , url(../img/logos/link.png) no-repeat 5em center/15px;
}
  .spMenu .sns_icons{
    width: 70%;
    justify-content: space-around;
    margin: 15px auto 0;
  }
  .spMenu .btn.english{
    margin: 0px auto;
  }

  /* key_bg------------------------- */
  .key_bg_redsippo{
    width: 160px;
    height: 160px;
    left: calc(50% + 70px);
    top: -150px;
    z-index: 4;
  }
  .key_bg_sippo{
    width: 120px;
    height: 120px;
    right: calc(50% + 80px);
    left: -25px;
    top: calc(50% + 140px);
    z-index: 1;
  }


  /* keyVis------------------------- */
  .keywrapper{
    /* height: 80vh; */
  }
  .keyVis2{
    margin-bottom: 0;
  }

  .key_inner2{
    margin-top: calc(20px + 8vh);
    margin-bottom: calc(20px + 110px + 8vh);
  }

/* keyMessage--------------------------------- */
  .keyMessage.top{
    width: 300px;
    height: 110px;
    top: calc(50% + 130px);
    right: 0;
  }
  .keyMessage p{
    padding: 12px;
    font-size: 13px;
  }
  .keyMessage.top p{
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }


  /* flex setting======================================= */
  .wrap{
    display: block;
  }
  .flex_img{
    width: 100%;
    margin: 0;
  }
  .desc{
    width: 100%;
    padding: 0;
  }
  .desc h2,.title h2,.profile_page h3,.media_info_page h3{
    font-size: 20px;
  }

  /* profile=============================================== */
  .profile .wrap{
    margin: 0 auto 100px;
  }
  .profile .name{
    display: inline-block;
    font-size: 35px;
  }
  .profile .flex_img{
    width: 100%;
    margin: 50px auto;
  }
  .profile .desc{
    margin: 0 0 100px 0;
  }
  .profile_bg_sippo,.profile_bg_ichimatsu,.profile_bg_redsippo{
    display: none;
  }
  
  /* lessons=============================================== */
  .lessons .title{
    margin: 50px 0 100px;
  }
  .title h2{
    margin-bottom: 10px;
  }
  .lesson.wrap{
    margin-bottom: 120px;
  }
  .lesson.wrap .flex_img{
    margin-bottom: 20px;
  }
  .lesson .desc h3{
    font-size: 23px;
  }
  .lessons_bg_sippo,.lessons_bg_ichimatsu,.lessons_bg_redsippo{
    display: none;
  }

  /* sns==================================================== */
  .sns{
    margin-bottom: 20px;
  }
  .snslist{
    width: 100%;
    margin-bottom: 100px;
  }
  .snslist li{
    width: 44px;
  }
  .bloglink{
    font-size: 14px;
    width: 240px;
    line-height: 50px;
    background-size: 15px;
  }
  .bloglink span{
    width: 50px;
    height: 50px;
  }
  .timeline{
    width: 80%;
    margin: 0 auto;
  }
  .timeline_bg{
    /* width: 100%;
    height: 50vh; */
  }
  .sns_bg_sippo,.sns_bg_ichimatsu,.sns_bg_redsippo{
    display: none;
  }

  /* contact==================================================== */
  .btn.contact_more{
    line-height: 1.2;
    width: 250px;
    font-size: 22px;
  }
  .btn.contact_more span{
    display: block;
  }
  .btn.contact_more a{
    padding: 10px 50px 10px 0;
  }
  .contact_bg_redsippo{
    display: none;
  }


  /* =========================================================== */
  /* profile page==================================================== */
  /* header------------------------------------ */
  .header_h1{
    top: 20px;
    left: 75px;
    width: 30%;
    height: 45px;
  }
  .header_h1 a{
    height: 45px;
  }

  /* main================================================== */
  /* h2----------------------------------------- */
  .h2 h2{
    margin: 30px 0;
    line-height: 40px;
    font-size: 25px;
    padding-bottom: 20px;
  }
  .h2_sub{
    bottom: -3px;
    font-size: 30px;
  }
  /* key---------------------------------------------*/
  .profile_page .key{
    height: 280px;
    background-position: 45% center;
    overflow: visible;
    /* margin-bottom: 100px; */
  }
  .profile_page .keyMessage{
    height: 350px;
    top: 50%;
    left: 0;
    right: 45%;
    margin: auto;
  }
  .profile_page .keyMessage p{
    padding: 25px;
  }

  /* profile----------------------------------= */
  .profile_page .profile .flex_img{
    width: 80%;
    max-width: 240px;
    margin: 0 auto 80px;
  }
  .profile_page .profile .desc{
    width: auto;
  }
  .profile_page .profile .txt{
    width: auto;
  }
  .profile_page .profile{
    margin-bottom: 80px;
  }

  /* works----------------------------------------- */
  .profile_page .works{
    padding: 80px 0 40px 0;
  }
  .profile_page .works .flex_img{
    margin-bottom: 50px;
  }
  .profile_page .works h4{
    font-size: 23px;
  }

  /* bg_parts-------------------------------------- */
  .profile_page .bg_parts{
    display: none;
  }

  /* =========================================================== */
  /* lessons page==================================================== */
  .side{
    display: none;
  }
  .main_info{
    width: auto;
  }

  /* lesson_keyimg===========================================*/
  .lesson_keyimg{
    margin-bottom: 260px;
  }
  .lesson_keyimg .txt{
    max-width: 85%;
    font-size: 13px;
    padding: 1.3em;
  }

  /* lesson_Menu========================================== */

  .spLocal{
    display: block;
    position: sticky;
    top: 0;
    margin-top: 10px;
    z-index: 10;
  }
  .spLocalMenu{
    height: 50px;
    background: #7e1300;
    color: #fff;
  }
  .spLocalMenu p{
    line-height: 50px;
    text-align: center;
    letter-spacing: .2em;
  }

  .spLocal_btn{
    display: inline-block;
    width: 20px;
    height: 50px;
    position: absolute;
    right: calc(50% + 80px);
    top: 0;
    z-index: 6;
  }
  .spLocal_btn span{
    display: block;
    width: 12px;
    height: 1px;
    background: #fff;
    position: absolute;
    transition: 300ms;
  }
  .spLocal_btn span:nth-of-type(1){
    top: 50%;
    right: 0;
    transform: rotate(-45deg);
  }
  .spLocal_btn span:nth-of-type(2){
    top: 50%;
    left: 0;
    transform: rotate(45deg);
  }
  .spLocal_nav.column_nav_design li a{
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }

  /* .active jQuery----------------------- */
  .spLocal_btn.active span:nth-of-type(1){
    transform: rotate(45deg);
  }
  .spLocal_btn.active span:nth-of-type(2){
    transform: rotate(-45deg);
  }

  .spLocal_nav{
    display: none;
    position: absolute;
    width: 100%;
  }
  .spLocal_bg{
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
  }

  /* lesosn_info======================================== */
  .lessons_page .contents_info{
    padding-top: 80px;
  }
  .lessons_page .contents_info + .contents_info{
    margin-top: 50px;
  }
  .h3{
    font-size: 25px;
  }
  .h3 span{
    display: inline-block;
  }
  .address_info{
    width: auto;
    margin-bottom: 20px;
  }
  .wrap .googleMap{
    width: 100%;
    display: block;
    margin: 0 auto;
  }


  /* =========================================================== */
  /* works page==================================================== */
  

  /* =========================================================== */
  /* contact page==================================================== */
  .form_block{
    display: block;
  }
  .form_block dt{
    width: auto;
  }
  .form_block dd{
    width: auto;
  }
  input[type="submit"]{
    width: 80%;
  }

  .googleCalendar::before{
    padding-top: 150%;
  }

  /* =========================================================== */
  /* thanks page==================================================== */
  .h2 h2 span{
    display: inline-block;
  }

  /* =========================================================== */
  /* English page==================================================== */
  .english_page .spLocal{
    position: sticky;
    top: 0;
  }
  .english_page .profile_page .flex_img{
    margin-bottom: 40px;
  }
  .english_page .profile_page .desc{
    max-width: 80%;
    margin: 0 auto;
  }
  .english_page .lesson_keyimg{
    margin-bottom: 170px;
  }
  .english_page .contents_info{
    padding-top: 90px;
  }
  .english_page .contents_info+.contents_info{
    margin-top: 40px;
  }
  /* bg_parts------------------------------ */
  /* .english_page .profile_page .bg_parts{
    display: block;
  }
  .english_bg_sippo{
    top: 160px;
    right: calc(50% + 30px);
  }
  .english_bg_redsippo{
    left: calc(50% + 120px);
  } */


}