@charset "utf-8";

:root {
  --main-color:#ad2a42;
  --sub-color:#e6cd55;
  --bold-color:#791d2e;
}


/* reset
---------------------------- */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 * 全ての要素にbox-sizing: border-box;.
 * 全ての背景画像にbackground-repeat: no-repeat.
 */html{box-sizing:border-box;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{border-style:none;vertical-align: bottom}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}ul,ol{list-style:none;}a{text-decoration:none;}.wrapper{overflow:hidden;}body{overflow-y:scroll;}
html,body,h1,h2,h3,p,ul,li,dl,dt,dd{
line-height: 1.0;
}
img{
vertical-align: bottom;
border: 0;
max-width: 100%;
}
html{
  font-size: 62.5%;
}

a{
  color: inherit;
}
@font-face {
  font-family: 'フォント名';
  src: url('フォント名.eot');
  src: url('フォント名.eot?iefix') format('eot'),
       url('フォント名.woff') format('woff'),
       url('フォント名.ttf') format('truetype'),
       url('フォント名.svg#webfontjSpbZQRv') format('svg');
}
/* body
---------------------------- */
body{
  font-size: 1.4rem;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #333;
  letter-spacing: 1px;
  font-weight: 100;
}

@media (min-width:768px){
  body{
    font-size: 1.6rem;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    color: #333;
    letter-spacing: 1px;
  }
}

/* layout
---------------------------- */
.container{
  padding: 0 16px;
}
.br{
  display: none;
}
.hover-opacity{
  transition: 0.3s;
}
.hover-opacity:hover{
  opacity: 0.7;
}
@media (min-width:768px){
  .container{
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .br{
    display: block;
  }
}

/* header
---------------------------- */
.page-header{
  position: relative;
}
h1{
  padding: 0 10px;
  position: absolute;
  text-align: left;
  height: 20px;
  line-height: 2.0;
  top: 0;
  bottom: -230px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
}
@media (min-width:768px){
  h1{
    padding: 0;
    width: 490px;
    }
  .br-h1{
  display: none;
    }
}
/* key-vis
---------------------------- */
.key-vis{
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.key-vis p>img{
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: center;
}
.key-mb{
  margin-bottom: 40px;
}
@media (min-width:768px){
  .key-vis{
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0;
  }
  .key-vis p>img{
    height: calc(65vh - 50px);
  }
}
/* logo
---------------------------- */

.logo{
  width: 150px;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
@media (min-width:768px){
  .logo{
    width: 250px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
  }
}
/* nav
---------------------------- */
#check{
  display: none;
}
.ham-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--sub-color);
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 2;
  cursor: pointer;
}
.ham-btn>span {
  width: 32px;
  height: 1px;
  background: var(--sub-color);
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.2s;
}
.ham-btn>span::after {
  width: 20px;
  height: 1px;
  content: "";
  background:var(--sub-color);
  position: absolute;
  top: 0;
  bottom: -20px;
  right: 0;
  margin: auto;
}
nav.g-nav{
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 1;
}
.g-nav{
  padding-left: 30%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  transform: translate(100%,0);
  transition: 0.3s;
}
.g-nav>ul{
  display: block;
  justify-content: space-between;
  background:var(--bold-color);
  height: 100vh;
  padding: 60px 20px 0;
}
.g-nav li{
  line-height: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--sub-color);
}
.g-nav li:last-child{
  border-bottom: 0;
}
.g-nav a{
text-align: center;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-size: 14px;
}
.g-nav a:hover{
  color: var(--sub-color);
}
#check:checked~label>.ham-btn>span{
  transform: rotate(45deg);
  top: 0;
  width: 44px;
}
#check:checked~label>.ham-btn>span::after{
  transform: rotate(90deg);
  bottom: 0;
  width: 44px;
}
#check:checked~.g-nav{
  transform: translate(0,0);
}
@media (min-width:768px){
  #check{
    display: none;
  }
  .ham{
    display: none;
  }
  .g-nav{
  transform: translate(0,0);
  }
  nav.g-nav{
    width: 100%;
    height: 50px;
    padding-left: 0;
    margin-left: 0;
    box-sizing: border-box;
    background:var(--bold-color);
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .g-nav>ul{
    display: flex;
    justify-content: space-between;
    height: 50px;
    padding:0;
  }
  .g-nav li{
    line-height: 50px;
    box-sizing: border-box;
    border-bottom:0;
    width: calc(100%/7);
  }
  .g-nav a{
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  .g-nav a:hover{
    color: var(--sub-color);
  }
  .menu-contact{
    margin-top: 6px;
  }
  .menu-contact>a{
    border: 4px double var(--sub-color);
    border-radius: 5px;
    line-height: 30px;
    margin: 0 20px;
  }
}

/* subtitle
---------------------------- */
.header-subtitle{
  background: url("../img/contact-bg.jpg") no-repeat center/cover;
  /* height: 30vh; */
  width: 100%;
  color: #fff;
  margin-bottom: 40px;
  padding: 10px 0;
  display:table;
  }
.header-subtitle>.container{
  display:table-cell;
  vertical-align:middle;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.4;
  font-size: 1.3rem;
  height: 30vh;
}
.header-subtitle h1,.header-subtitle p{
  line-height: 1.7;
}

@media (min-width:768px){
  .header-subtitle{
    background: url("../img/contact-bg.jpg") no-repeat center/cover;
    height: 35vh;
    color: #fff;
    margin-bottom: 70px;
    }
  .header-subtitle>.container{
    box-sizing: border-box;
    text-align: left;
    padding: 0 20px;
  }
  .header-subtitle>.container >p{
    width: 650px;
    margin: 0 auto;
    padding-left: 10px;
  }
  .header-subtitle h1,.header-subtitle p{
    font-size: 1.5rem;
    line-height: 2.0;
  }
}
/* main
---------------------------- */
.side-deco{
  display: none;
}
h2{
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
.h2-deco{
  position: absolute;
  top: 0;
  bottom: -30px;
  right: 0;
  left: 25px;
  margin: auto;
  width: 130px;
  height: 25px;
}
.about-title{
  margin-bottom: 50px;
}
.contact-title{
  color: #fff;
}
@media (min-width:768px){
  .side-deco{
    display: block;
    position: absolute;
  }
  .side-deco1{
    right: 55px;
    top: 850px;
    width: 50px;
  }
  .side-deco2{
    right: 30px;
    top: 900px;
    width: 30px;
    transform: rotate(95deg);
  }
  .side-deco3{
    left: 10px;
    top: 1220px;
    width: 100px;
  }
  .side-deco4{
    left: 40px;
    top: 1320px;
    width: 20px;
  }
  .side-deco5{
    left: 70px;
    top: 1300px;
    width: 15px;
  }
  .side-deco6{
    right: 30px;
    top: 1750px;
    width: 90px;
  }
  .side-deco7{
    left: 40px;
    top: 2150px;
    width: 50px;
  }
  .side-deco8{
    left: 90px;
    top: 2200px;
    width: 30px;
    transform: rotate(95deg);
    }
    .side-deco9{
      right: 10px;
      top: 2450px;
      width: 100px;
    }
    .side-deco10{
      right: 40px;
      top: 2550px;
      width: 20px;
    }
    .side-deco11{
      right: 70px;
      top: 2540px;
      width: 15px;
    }
    .side-deco12{
      right: 20px;
      top: 4350px;
      width: 90px;
    }
    .side-deco13{
      right: 70px;
      top: 2540px;
      width: 15px;
    }
    .side-deco14{
      right: 70px;
      top: 2540px;
      width: 15px;
    }

  h2{
    font-size: 28px;
    text-align: center;
    margin-bottom: 100px;
    position: relative;
  }
  .h2-deco{
    position: absolute;
    top: 0;
    bottom: -30px;
    right: 0;
    left: 25px;
    margin:auto;
    width: 180px;
    height: 20px;
  }
  .about-title{
    margin-bottom: 50px;
  }
  .contact-title{
    color: #fff;
  }
}
/* about
---------------------------- */
.photo-content{
  position: relative;
}
.name{
  background: var(--main-color);
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100px;
  text-align: center;
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 5px;
  font-size: 1.6rem;
}
.about-sentei{
  margin-bottom: 40px;
}
.about-suisen{
  margin-bottom: 50px;
}
.photo-content{
  margin-bottom: 20px;
}
.about-content .txt{
margin-bottom: 20px;
line-height: 1.7;
}
.about-content>.btn{
margin: 0 auto;
width: 70%;
}
.about-content a{
  border: 1px solid var(--sub-color);
  text-align: center;
  padding: 12px 0;
  border-radius: 5px;
  display: block;
  transition: 0.3s;
}
.about-content a:hover{
  background: var(--sub-color);
}
@media (min-width:768px){
  .photo{
    width: 300px;
  }
  .photo-content{
  position: relative;
  }
  .name{
    background: var(--main-color);
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    text-align: center;
    writing-mode: vertical-rl;
    position: absolute;
    right: 0;
    top: 0;
    letter-spacing: 5px;
    font-size: 20px;
  }
  .about-sentei{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .about-suisen{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 60px;
  }
  .about-content{
    width: 65%;
  }
  .about-content .txt{
  padding-top: 60px;
  margin-bottom: 30px;
  line-height: 1.7;
  }
  .about-content .btn{
    margin-right: 0;
    width: 90px;
  }
  .about-content a{
    border: 1px solid var(--sub-color);
    text-align: center;
    padding: 8px 0;
    border-radius: 5px;
    display: block;
    transition: 0.3s;
  }
  .about-content a:hover{
    background: var(--sub-color);
  }
}
.work-content{
 box-sizing: border-box;
}
.work-content .box-content{
  position: relative;
  width: 70%;
}
.work-content .box-content img{
  /* width: 300px;
  height: 300px; */
  border-radius: 100%;
  object-fit: cover;
}
.work-content .box-content:nth-of-type(even){
  text-align: right;
}
.work-content .box-content.sp-right-1,.sp-right-2{
  box-sizing: content-box;
  margin-left: 100px;
  margin-bottom: 10px;
}
.work-content h3{
writing-mode: vertical-rl;
letter-spacing: 3px;
position: absolute;
right: 15px;
top: 0;
background: var(--main-color);
color: #fff;
height: 140px;
border-radius: 5px;
padding: 12px 15px 0px;
font-size: 1.6rem;
box-sizing: border-box;
}
.work-txt-content{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.work-txt-content dt{
  box-sizing: border-box;
  line-height: 2.5;
  font-size: 1.6rem;
  padding-top: 5px;
}
.work-txt-content dd{
  margin-bottom: 10px;
  box-sizing: border-box;
  line-height: 1.5;
}
.work-txt-content >dt:nth-child(n+2){
  border-top: 1px solid var(--sub-color);
}

.work-txt-btn{
  margin-bottom: 50px;
}
.work-txt-btn a{
  margin: 0 auto;
  display: block;
  border: 1px solid var(--sub-color);
  width: 70%;
  text-align: center;
  padding: 12px 0;
  border-radius: 5px;
  transition: 0.3s;
}
.work-txt-btn a:hover{
  background: var(--sub-color);
}
.btn-wrapper{
display: block;
margin-bottom: 50px;
width: 100%;
}

.btn-wrapper a{
  display: block;
  width: 100%;
  color: #fff;
  outline: 1px solid var(--sub-color);
  outline-offset: -5px;
  border-radius: 5px;
  background: var(--main-color);
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.3s;
}

.btn-wrapper a:first-child{
  margin-bottom: 10px;
}

.btn-wrapper a:hover{
  background: var(--sub-color);
}

@media (min-width:768px){
  .work-content{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
   }
   .work-content .box{
   width: 50%;
   }
   .work-content .box-content{
     position: relative;
     width: 290px;
   }
   .work-content .box-content.pc-right{
     margin-left: 200px;
     box-sizing: content-box;
   }
   .work-content h3{
   writing-mode: vertical-rl;
   position: absolute;
   right: 15px;
   top: 0;
   background: var(--main-color);
   color: #fff;
   height: 150px;
   border-radius: 5px;
   padding: 10px 20px 0px;
   }
   .work-txt-content{
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     box-sizing: border-box;
     margin-bottom: 10px;
   }
   .work-txt-content dt{
     width: 20%;
     margin-bottom: 20px;
     box-sizing: border-box;
     padding-left: 30px;
     line-height: 3.0;
     font-size: 18px;
   }
   .work-txt-content dd{
     width: 80%;
     margin-bottom: 20px;
     padding-right: 30px;
     box-sizing: border-box;
     line-height: 1.5;
   }
   .work-txt-content>dd{
   padding-top: 20px;
   }
   .work-txt-content >dt:nth-child(n+2){
     padding-top: 20px;
     border-top: 1px solid var(--sub-color);
   }
   .work-txt-content dd:nth-child(n+3){
     padding-top: 20px;
     border-top: 1px solid var(--sub-color);
   }
   .work-content .box-content.sp-right-1{
    margin-left: 0px;
  }
   .work-txt-btn{
     margin-bottom: 100px;
   }
   .work-txt-btn a{
     margin: 0 auto;
     display: block;
     border: 1px solid var(--sub-color);
     width: 90px;
     text-align: center;
     padding: 8px 0;
     border-radius: 5px;
     transition: 0.3s;
   }
   .work-txt-btn a:hover{
     background: var(--sub-color);
   }
   .btn-wrapper{
    display: flex;
    justify-content: space-around;
    margin-bottom: 110px;
    width: 100%;
    }
    .btn-wrapper p{
      width: 40%;
    }
    .btn-wrapper a:first-child{
      margin-bottom: 0px;
    }


}
/* event
---------------------------- */
.event-flex{
  margin-bottom: 50px;
}
.event-content{
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.event-content .box{
  box-sizing: border-box;
  width: 48.5%;
  border: 1px solid var(--sub-color);
  border-radius: 8px;
  margin-bottom: 10px;
}
.event-content img{
  border-radius: 6px 6px 0 0;
}
.event-content .txt{
  padding: 10px;
  line-height: 1.5;
}
.box-sns{
  box-sizing: border-box;
  border: 1px solid var(--sub-color);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
}
.box-sns-txt{
  text-align: center;
  border-bottom: 4px double var(--sub-color);
  line-height: 2.0;
  margin-bottom: 10px;
  padding: 0 5px;
  font-size: 1.5rem;
}
.box-sns-content{
  padding: 0px;
  text-align: center;
}
@media (min-width:768px){
  .event-flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .event-content{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    justify-content: space-between;
  }
  .event-content .box{
    box-sizing: border-box;
    width: 32%;
    border: 1px solid var(--sub-color);
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .event-content img{
    border-radius: 6px 6px 0 0;
  }
  .event-content .txt{
    padding: 10px;
  }
  .box-sns{
    box-sizing: border-box;
    border: 1px solid var(--sub-color);
    border-radius: 8px;
    width: 23.5%;
    padding: 10px;
    margin-bottom: 10px;
  }

}
/* Gallery
---------------------------- */
.youtube{
  width: 100%;
  padding: 20px 0;
  background: url(../img/gallery-bg.jpg) no-repeat center/cover;
}
.youtube p{
  text-align: center;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.youtube iframe{
  border-radius: 10px;
  border: 2px solid #aa9115;
}
.gallery-photo{
  position: relative;
  margin-bottom: 50px;
}
.gallery-photo-slide{
  display: flex;
}
gallery-photo-slide p{
  width: 50px;
}
.gallery-btn{
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.gallery-btn a{
display: block;
line-height: 1.2;
padding-top: 25px;
position: relative;
}
.gallery-btn-arrow{
  position: absolute;
  width: 7px;
  top: 33px;
  right: 6px;
}
.gallery-btn:hover{
  background: var(--sub-color);
}
@media (min-width:768px){
  .youtube{
    width: 100%;
    padding: 30px 0;
    background: url(../img/gallery-bg.jpg) no-repeat center/cover;
  }
  .youtube p{
    text-align: center;
  }
  .youtube iframe{
    width: 450px;
    height: 256px;
    border-radius: 10px;
    border: 3px solid#aa9115;
  }
  .gallery-photo{
    position: relative;
    margin-bottom: 70px;
  }
  .gallery-photo-slide{
    display: flex;
  }
  .gallery-photo-slide p{
    width: 50px;
  }
  .gallery-btn{
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 130px;
    height: 130px;
    border-radius: 100px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
  }
  .gallery-btn a{
  display: block;
  line-height: 1.2;
  padding-top: 45px;
  position: relative;
  }
  .gallery-btn-arrow{
    position: absolute;
    width: 10px;
    top: 55px;
    bottom: 0;
    right: 17px;
  }
  .gallery-btn:hover{
    background: var(--sub-color);
  }
}
/* accordion
---------------------------- */
.accordion{
  box-sizing: border-box;
  margin-bottom: 70px;
}
.accordion dt {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 0;
  padding-left: 10px;
  border-bottom: 1px solid var(--sub-color);
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 10px;
  position: relative;
}
.accordion dd {
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 10px;
  background: #fdfae8;
  border-top: 0;
  line-height: 1.3;
}
.accordion dt::before {
  box-sizing: border-box;
  background-image: url(../img/umehana.png);
  content: ' ';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.accordion dt:nth-of-type(even)::before {
  box-sizing: border-box;
  background-image: url(../img/mari.png);
  content: ' ';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.accordion dt::after {
  display: block;
  content: "+";
  font-family: "FontAwesome";
  position: absolute;
  top: 3px;
  right: 5px;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  font-weight: lighter;
  color: var(--sub-color);
}
@media (min-width:768px){
  .accordion{
    box-sizing: border-box;
    margin-bottom: 70px;
  }
  .accordion dt {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    padding-left: 20px;
    border-bottom: 1px solid var(--sub-color);
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 10px;
    position: relative;
  }
  .accordion dd {
    margin-bottom: 20px;
    width: 100%;
    padding: 20px 50px;
    background: #fdfae8;
    border-top: 0;
    line-height: 1.5;
  }
  .accordion dt::before {
    box-sizing: border-box;
    background-image: url(../img/umehana.png);
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  .accordion dt:nth-of-type(even)::before {
    box-sizing: border-box;
    background-image: url(../img/mari.png);
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  .accordion dt::after {
    display: block;
    content: "+";
    font-family: "FontAwesome";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    font-weight: lighter;
    color: var(--sub-color);
  }
}
/* Contact
---------------------------- */
.contact-wrapper{
  padding: 4rem 0 7rem;
  background: url(../img/contact-bg.jpg) no-repeat center/cover;
  width: 100%;
}
.contact-item{
  align-items: center;
  box-sizing: border-box;
}
.contact-txt-area{
  align-items: baseline;
  line-height: 30px;
}
.contact-input{
  border: 2px solid var(--sub-color);
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 5px;
  background: #fff;
  margin-bottom: 10px;
}
.contact-input-area{
  height: 100px;
}
.contact-ttl{
  position: relative;
  width: 27%;
  color: #fff;
  line-height: 2.0;
}
.contact-ttl-deco{
  display: none;
}
.contact-layout{
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
  margin: 0 auto;
}
.contact-btn{
  box-sizing: border-box;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  padding: 2.5rem;
  border: 1px solid var(--sub-color);
  border-radius: 5px;
  transition: 0.3s;
  margin-bottom: 2rem;

}

.contact-btn:hover{
  background: var(--sub-color);
}
.contact-btn-tel{
  position: relative;
  padding-left: 3rem;
}
.contact-btn-tel::before{
  content: "";
  background-image: url(/img/tel.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top:0;
  bottom:0;
  margin: auto;
} 
.contact-btn-mail{
  position: relative;
  padding-left: 3.5rem;

}
.contact-btn-mail::before{
  content: "";
  background-image: url(/img/mail.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top:0;
  bottom:0;
  margin: auto;
} 
@media (min-width:768px){
  .contact-wrapper{
    padding: 5rem 0 8rem;
    background: url(../img/contact-bg.jpg) no-repeat center/cover;
    width: 100%;
  }
  .contact-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
    box-sizing: border-box;
  }
  .contact-txt-area{
    align-items: baseline;
    line-height: 30px;
  }
  .contact-input{
    border: 2px solid var(--sub-color);
    border-radius: 5px;
    width: 70%;
    height: 40px;
    padding: 5px;
    background: #fff;
  }
  .contact-input-area{
    height: 150px;
  }
  .contact-ttl{
    position: relative;
    width: 27%;
    color: #fff;
    line-height: 50px;
  }
  .contact-ttl-deco{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    height: 1px;
    border-radius: 3px;
    background: var(--sub-color);
  }

  .contact-btn{
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    width: 40%;
    padding: 2.5rem 0;
    border: 1px solid var(--sub-color);
    border-radius: 5px;
    transition: 0.3s;
  }
  .contact-layout{
    width: 75%;
    margin: 0 auto;
    justify-content: space-evenly;
}
  .contact-btn:hover{
    background: var(--sub-color);
  }
}
/* Footer
---------------------------- */
.page-footer{
  box-sizing: border-box;
  padding: 20px 0 10px;
  width: 100%;
  background: var(--bold-color);
  color: #fff;
  position: relative;
}
.footer-sns{
  margin: 0 auto;
  padding-bottom:30px;
}
.footer-sns ul{
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 margin: 0 auto;
 width: 60%;
}
.st0:hover{
  fill: #444;
}
.sns-icon{
  width: 49%;
  text-align: center;
  margin-bottom: 15px;
}
.sns-icon img{
  width: 40px;
  height: 40px;
}
.footer-link{
  width: 100%;
  text-align: center;
  font-size: 11px;
}
.footer-logo{
  width: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#back-top-btn{
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
p.copyright{
  text-align: center;
  margin: 0 auto;
}
@media (min-width:768px){
  .page-footer{
    box-sizing: border-box;
    padding: 40px 0 10px;
    width: 100%;
    background: var(--bold-color);
    color: #fff;
  }
  .footer-sns{
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    padding-bottom:30px;
  }
  .footer-sns ul{
   display: flex;
   flex-wrap: nowrap;
   align-items: center;
   /* justify-content: space-between; */
   margin: 0;
   width: 320px;
  }
  .footer-sns li{
  font-size: 14px;
  }
  .st0:hover{
    fill: #444;
  }
  .sns-icon{
    width: 40px;
    height: 40px;
    width: 25%;
    text-align: left;
    margin-bottom: 0;
  }
  .footer-logo{
    width: 120px;
    margin-left: 0;
  }
  .footer-link{
    text-align: left;
  }
  #back-top-btn{
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: 0.3s;
  }
  p.copyright{
  text-align: center;
  margin: 0 auto;
  }
}

/* page-about
---------------------------- */
.menu-mb{
  margin-bottom: 50px;
}
#about-top .menu{
  border-bottom: 1px solid var(--sub-color);
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 100px;
}
#about-top .menu li{
  width: 50%;
  padding-bottom: 10px;
  font-size: 1.8rem;
}
#about-top .menu a::before{
  background-image: url(../img/about-arrow.jpg);
  content: ' ';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
#about-top dl{
  display: flex;
  flex-wrap: wrap;
}
#about-top dt{
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  font-size: 1.4rem;
}
#about-top dd {
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.5;
  font-size: 1.4rem;
}
#about-top .box-sentei,#about-top .box-suisen{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  flex-direction: column-reverse;
}
#about-top .txt{
  width: 100%;
}
#about-top .about-img{
width: 100%;
position: sticky;
margin-bottom: 30px;
}
#about-top .about-btn{
  margin: 0 auto;
  width: 70%;
  }
#about-top .about-btn a{
  border: 1px solid var(--sub-color);
  text-align: center;
  padding: 12px 0;
  border-radius: 5px;
  display: block;
  transition: 0.3s;
}
#about-top .about-btn a:hover{
  background: var(--sub-color);
}
#about-top h3{
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  padding: 20px 50px;
  font-size: 2.0rem;
  position: relative;
  margin-bottom: 20px;
}
#about-top .about-name-content-1{
  font-size: 1.4rem;
  padding-left: 10px;
}
#about-top .about-name-content-2{
  background: #fff;
  display: block;
  position: absolute;
  height: 35px;
  width: 1px;
  border-radius: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 130px;
  
}
#about-top .about-name-content-3{
  font-size: 1.4rem;
  height: 50px;
  padding-left: 70px;
}
#about-top h4{
  padding:10px 0px 20px;
  font-size: 1.6rem;
}
.list1 li{
  line-height: 1.8;
  font-size: 1.4rem;
  position: relative;
  padding-left: 1rem;
  display: block;
}
.list1 li:before{
content: '';
position: absolute;
left: 0;
top:12px;
display: block;
width: 12px;
height: 12px;
width: 3px;
height: 3px;
background: #000;
border-radius: 50%;

}
@media (min-width:768px){
  #about-top .about-btn{
    width: 90px;
  margin-right: 30px;
  margin-bottom: 50px;
  }
  #about-top .about-img{
    margin-top:30px;
  }
  .menu-mb{
    margin-bottom: 80px;
  }
  #about-top .menu{
    border-bottom: 1px solid var(--sub-color);
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 100px;
  }
  #about-top .menu li{
    width: 20%;
    padding-bottom: 10px;
  }
  #about-top dl{
    display: flex;
    flex-wrap: wrap;
  }
  #about-top dt{
    box-sizing: border-box;
    width: 28%;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #about-top dd {
    margin-bottom: 20px;
    width: 67%;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  #about-top .box-sentei,#about-top .box-suisen{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-direction: row;
  }
  #about-top .box-sentei{
    flex-direction: row-reverse;
  
  }
  #about-top .txt{
    width: 63%;
  }
  #about-top .about-img{
  width: 35%;
  position: sticky;
  }

  #about-top .about-btn a{
    border: 1px solid var(--sub-color);
    text-align: center;
    padding: 12px 0;
    border-radius: 5px;
    display: block;
    transition: 0.3s;
  }
  #about-top .about-btn a:hover{
    background: var(--sub-color);
  }
  #about-top h3{
    background: var(--main-color);
    color: #fff;
    border-radius: 5px;
    padding: 20px 50px;
    width: 70%;
    font-size: 2.0rem;
    position: relative;
    margin-bottom: 20px;
  }
  #about-top .about-name-content-1{
    font-size: 1.4rem;
    padding-left: 10px;
  }
  #about-top .about-name-content-2{
    background: #fff;
    display: block;
    position: absolute;
    height: 35px;
    width: 1px;
    border-radius: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 130px;
  }
  #about-top .about-name-content-3{
    font-size: 1.4rem;
    height: 50px;
    padding-left: 60px;
  }
  #about-top h4{
    padding:10px 20px 20px;
    font-size: 1.6rem;
  }

}
/* work-top
---------------------------- */
#work-top h3{
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 2.0rem;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  letter-spacing: 3px;
}
.work-img-wrapper{
  width: 320px;
  margin: 0 auto;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
#work-top .work-img{
  margin-bottom: 20px;
  display: flex;
  width: 860px;
  justify-content: space-between;
}
#work-top .work-img p{
width:calc((100% - 40px) / 3);
}

#work-top .kyokugei-content{
  padding-bottom: 30px;
}
#work-top h3 span{
  font-size: 1.2rem;
  padding-left: 30px;
  font-weight: 100;
}
#work-top .work-txt-content
{
  margin-bottom: 50px;
}
@media (min-width:768px){
  #work-top h3{
    width: 38%;
    margin-bottom: 30px;
  }
  .work-img-wrapper{
    width: 100%;
    overflow-x: visible;
  }
  #work-top .work-img{
    margin-bottom: 30px;
  }
  #work-top .work-img p{
    width: 31%;
  }
  #work-top .work-txt{
    margin-bottom: 0px;
    line-height: 1.5;
  }
  #work-top .work-txt span{
    color: var(--main-color);
    display: block;
  }
  #work-top .kyokugei-content{
    padding: 0 30px 70px;
  }
  #work-top .work-txt-content
{
  margin-bottom: 70px;
}
}
/* media-top
---------------------------- */
.media-content{
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  flex-direction: column;
}
.media-left{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.media-right{
  width: 100%;

}
.media-ttl{
text-align: center;
position: relative;
display: inline-block;
padding: 5px;
margin-bottom: 10px;
}
.media-ttl::before {
    position: absolute;
    left: -10px;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    transform: rotate(-25deg);
    border-left: double 5px var(--sub-color);
}
.media-ttl::after {
  position: absolute;
  content: "";
  right: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  transform: rotate(25deg);
  border-left: double 5px var(--sub-color);
}
.media-list li{
  padding: 10px 10px;
  border-bottom: 1px solid var(--sub-color);
}
.media-list a{
  position: relative;
}
.media-list a:hover {
  opacity: 0.7;
}
.media-list a::after {
  display: block;
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  border-top: solid 2px var(--sub-color);
  border-right: solid 2px var(--sub-color);
  transform: rotate(45deg);
}
.media-list p{
  line-height: 1.5;
}
.media-list .data{
  width: 20%;
}
.media-list .nolink{
  pointer-events: none;
}
.media-list .nolink a::after{
  display: none;
}
@media (min-width:768px){
  .media-content{
    display: flex;
    flex-direction: initial;
  }
  .media-left{
    width: 25%;
  }
  .media-right{
    /* width: 100%; */
    width: 70%;
  }
  .media-list a{
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease 0s;
  }
  .media-list li{
    padding: 15px 10px;
  }
}


/* gallery-top
---------------------------- */
#gallery-top .youtube{
margin-bottom: 40px;
}
#gallery-top .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto 20px;
  justify-content: space-around;
}
#gallery-top .gallery-grid li{
  padding: 10px 20px;
  border:  1px solid var(--sub-color);
  border-radius: 5px;
  width: calc(100%/2.05);
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 5px;
}
#gallery-top .gallery-grid li:hover{
  background: var(--sub-color);
}
#gallery-top .mix-container{
  display: flex;
  margin-bottom: 70px;
}
#gallery-top .mix-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mix-container p{
  width: 49.2%;
  margin-bottom: 5px;
}
@media (min-width:768px){
  #gallery-top .youtube{
    margin-bottom: 70px;
    }
    #gallery-top .gallery-grid li{
      padding: 10px 20px;
      border:  1px solid var(--sub-color);
      border-radius: 5px;
      width: calc(100%/2.05);
      text-align: center;
      transition: 0.3s;
      cursor: pointer;
      margin-bottom: 5px;
    }
    #gallery-top .gallery-grid li:hover{
      background: var(--sub-color);
    }
  #gallery-top .gallery-grid {
    display: flex;
    max-width: 960px;
    margin: 0 50px 50px;
    justify-content: space-around;
  }
  #gallery-top .gallery-grid li{
    padding: 10px 20px;
    border:  1px solid var(--sub-color);
    border-radius: 5px;
    width: calc(100%/4.6);
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
  }
  #gallery-top .mix-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .mix-container p{
    width: 32.6%;
    margin-bottom: 10px;
  }
}

/* thanks-top */


#thanks-top .txt{
padding: 100px 0 150px;
text-align: center;
line-height: 2.0;
font-size: 1.8rem;
}