@charset "utf-8";

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 2.1;
  color: #333;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;

}

h2 {
  font-size: 2.5rem;
  border-bottom: solid 3px black;
}

/*h3設定*/
h3 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
}

h3:before,
h3:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

h3:before {
  border-left: solid 1px #000;
  border-top: solid 1px #ff5722;
  top: 0;
  left: 0;
}

h3:after {
  border-right: solid 1px #000;
  border-bottom: solid 1px #ff5722;
  bottom: 0;
  right: 0;
}

i {
  margin-right: 5px;
}

/*テーブル*/

table {
  border-collapse: collapse;
}

table,
th,
td {
  border: 1px solid #000;
}

#about table {
  width: 100%;
  text-align: left;
}

#about th,
#aout td {
  font-size: 1.8rem;
  padding: 20px 0 20px 20px;
}

#about th {
  font-weight: bold;
  background: rgba(100, 6, 6, 0.647);
  color: #f1f1f1;
  width: 20rem;
}

#about td {
  background: pink;
  padding-left: 1rem;
}


/*ヘッダー*/

header .inner {
  display: flex;
  /*縦並び→横並び*/
  justify-content: space-between;
  /*要素同士を引き離す*/
  align-items: center;
  /* background: #3b8282; */
}

header .inner h1 img {
  padding-top: 3rem;
  width: 310px;
}

header nav ul {
  display: flex;
  /* background: rgb(255, 0, 221); */
}

header nav ul li {
  margin-left: 40px;
}

header {
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  box-shadow: 0 6px 3px -3px rgba(255, 0, 0, 0.3);
  /* background: */
  /*#fff*/
  /* #f5c638; */
}



header nav ul li a {
  color: #333;
  font-size: 1.5rem;
}

/*フッター*/
footer {
  /* background: #5D96F1; */
  text-align: center;
  padding-top: 50px;
  position: relative;
  margin-top: 100px;
}

footer .sns {
  /* background: #7fb3c4; */
  width: 150px;
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
}

footer #page_top {
  /* background: #ff5722; */
  transition: all 1s;
  position: absolute;
  right: 50px;
  bottom: 30px;
  font-size: 3rem;
  text-align: center;
}

footer #page_top:hover {
  color: rgb(199, 57, 57);
  opacity: 0.5;
}

footer #page_top .top_text {
  font-size: 1.8rem;
}

.footer-top {
  margin-top: 0;
}

.inner {
  max-width: 1600px;
  /* background: orange; */
  margin: 0 auto;
}

/*ビジュアル*/
#visual {
  display: flex;
}

#visual .visual-st {
  position: relative;
  text-shadow: 6px 6px 6px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 5rem;
  font-weight: bold;
  width: 50%;
  height: 100vh;
  background: url(../images/visual-studio.jpg) no-repeat center/ cover;
}

#visual .visual-st .st {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 50%;
  left: 50%;
  /*文面スタートを上下半分地点・左右半分地点からスタートさせる*/
  transform: translate(-50%, -50%);
  width: 500px;
}

#visual .visual-st img {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

#visual .visual-sc {
  position: relative;
  font-family: "DotGothic16", sans-serif;
  text-shadow: 6px 6px 6px rgba(169,0,255,1.0);
  color: rgb(255, 0, 149);
  font-size: 5rem;
  font-weight: bold;
  width: 50%;
  height: 100vh;
  background: url(../images/visual-school.jpg) no-repeat center/ cover;
}

#visual .visual-sc .sc {
  position: absolute;
  background: rgba(255, 222, 255, 0.8);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
}


#visual .visual-sc .cos img {
  width: 200px;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
}


/*コンセプト*/
/*ID→＃　クラス→.*/

#comcept p {
  position: relative;
}


#comcept .spring img {
  position: absolute;
  top: 180px;
  right: 30px;
  width: 200px;
}


#comcept .summer img {
  position: absolute;
  top: 180px;
  right: 30px;
  width: 200px;
  display: none;
}


#comcept {
  /* background: yellow; */
  padding: 100px 0;
}

#comcept .textbox {
  /* background: #16dc62; */
  max-width: 650px;
  margin: 0 auto;
}

/*メニュー*/
#menu {
  /* background: red; */
  padding: 100px 0;
}

#menu .textbox {
  /* background: #16dc62; */
  max-width: 500px;
  margin: 20px auto;
}

#menu .block .item {
  margin-bottom: 20px;
  width: 400px;
}

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

/*ギャラリー*/

#gallery {
  background: pink;
  padding: 100px 0;

}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper {
  margin: 0 auto;
}

/*コンタクト*/
#contact-top {
  background:rgb(255 209 192);
  text-align: center;
  padding: 100px 0;
}

#contact-top .btn a {
  width: 220px;
  background: rgb(67, 220, 197);
  color: rgb(0, 0, 0);
  height: 50px;
  display: block;
  margin: 10% auto 0;
  line-height: 50px;
  border-radius: 20px;
  border: 8px double #0090bb;
}

#contact-tpo .btn a:hover

/*マウスが重なったら*/
  {
  background: rgb(144, 230, 217);
}

/*アクセスエリア*/
/*#access{
   background: #a5beff; }
   */


.googlemap {
  width: 50%;
  /* background: #ff5722; */
}

.access-text {
  width: 50%;
  /* background: #24a49c; */
  padding: 100px 0 100px 100px;
  box-sizing: border-box;
}

#menu-btn-check {
  display: none;
}


/****************************************************
  　                下層ページ共通
*****************************************************/

#title {
  height: 220px;
  width: 100%;
  background: red;
  position: relative;
  margin-bottom: 100px;
}

#title h2 {
  background: #000;
  color: #ffffff;
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: none;
}

/****************************************************
  　                ABOUTページ専用
*****************************************************/
#about #title {
  background: url("../about/images/gaikan.png")no-repeat center center/cover;
}

#about #shop-photo img {
  width: 100%;
  height: 500px;
}

#about #shop-photo {
  display: flex;
  padding: 50px;
}

/****************************************
            CONTACTページ
*****************************************/
#contact #title {
  background: linear-gradient(rgb(255 255 255 / 60%), rgb(255 190 190)), url(../contact/images/bg_contact.jpg) no-repeat center center / cover;
}

#contact table {
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 50px;
}

#contact th {
  width: 26rem;
  text-align: right;
  vertical-align: top;
}

#contact th,
#contact td {
  padding: 10px;
}

#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"] {
  font-size: 1.8rem;
  height: 40px;
  width: 100%;
  border: 1px solid #c2c2c2;
  padding: 10px;
  box-sizing: border-box;
}

#contact input[type="radio"],
#contact input[type="checkbox"] {
  height: 20px;
  width: 20px;
  vertical-align: -4px;
  box-sizing: border-box;
}

#contact select {
  width: 100%;
  padding: 0 0 0 1em;
  height: 40px;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  box-shadow: none;
  background: none;
  color: #666;
  font-size: 1.6rem;
  box-sizing: border-box;
}

#contact textarea {
  font-size: 1.8rem;
  width: 100%;
  height: 300px;
  border: 1px solid #c2c2c2;
}

#contact input[type="submit"],
#contact input[type="reset"] {
  font-size: 1.6rem;
  width: 200px;
  height: 40px;
  text-align: center;
  border: 1px solid #c2c2c2;
  background: #eee;
  border-radius: 5px;
}

::placeholder {
  color: #999
}

.red {
  color: red;
}






/****************************************************
                        スマホ
*****************************************************/
@media screen and (max-width: 767px) {

  /*　共通　*/
  .inner {
    /* background: yellow; */
    width: 94%;
    margin: 0 auto;
  }

  /*ヘッダーとフッター*/

  header h1 img {
    width: 50% !important;
  }

  footer ul {
    font-size: 1.6rem;
  }

  header .inner ul {
    display: block;
  }

  .header-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #5063dd;
    opacity: 0.8;
    transition: all 0.5s;
    /*アニメーション設定*/
  }

  #menu-btn-check:checked~.header-nav {
    left: 0;
    /*メニューを画面内へ*/
  }

  .header-nav ul {
    padding: 70px 10px 0;
    display: block;
  }

  .header-nav ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }

  .header-nav ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    margin: 0;
  }

  .header-nav ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }

  footer #page_top i {
    /* background: #ff5722; */
    transition: all 1s;
    position: absolute;
    right: 50px;
    bottom: 30px;
    font-size: 2rem;
  }

  footer #page_top .top_text {
    font-size: 1.2rem;
    display: block;
    line-height: 1rem;
  }

  /* メニューボタンエリア */
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: #cd3aef;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }



  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /*
ー→/
ー→✖
ー→\
*/

  .menu-btn {
    position: fixed;
  }

  /*メイン*/
  section h2 {
    font-size: 2.7rem;
    line-height: 1.5rem;
    margin: 15px 0 15px;
  }

  /*コンセプト*/

#comcept .spring img,.summer img{
  display:none;
}

  /*ビジュアル*/

  .sinkon,
  .cos {
    display: none;
  }

  #visual {
    display: block !important;
    height: auto !important;
  }

  #visual .visual-st,
  #visual .visual-sc {
    width: 100% !important;
    height: 50vh !important;
    /* 高さを半分ずつに調整 */
    font-size: 2.4rem !important;
  }

  #visual .visual-st p,
  #visual .visual-sc p {
    width: 90% !important;
    font-size: 2.4rem !important;
  }

  /*メニュー*/
  #menu {
    padding: 30px 0;
  }

  .block {
    display: block;
  }

  #menu .block .item {
    width: 100%;
    padding: 30px 0;
  }

  .sc{
    text-align: center;
  }

  /*アクセス*/

  #access .googlemap {
    width: 94% !important;
    margin: 0 auto;
    height: 600px;
  }

  #access .access-text {
    width: 94%;
    margin: 0 auto;
    background: #f1f1f1;
    padding: 0;
  }


  /*コンセプト*/
  #visual .visual-sc {
  position: relative;
  font-family: "DotGothic16", sans-serif;
  text-shadow: 6px 6px 1px rgba(169,0,255,0.2);
  color: rgb(255, 0, 149);
  font-size: 5rem;
  font-weight:bold!important;
  width: 50%;
  height: 100vh;
  background: url(../images/visual-school.jpg) no-repeat center/ cover;
}

  /****************************************************
                        ABOUT
*****************************************************/

  #about th {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
  }

  #about td {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
  }

  /****************************************

              contactページ

*****************************************/

  table,
  th,
  td {
    border: none;
  }

  #contact th {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px dotted #999;
  }

  #contact td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }

  #contact input[type="submit"],
  #contact input[type="reset"] {
    width: 49%;
  }





}