@charset "utf-8";

/* 
Theme Name: Bach Artists Japan TAKUMI Trumpet seminar - Original Theme
Theme URL: https://arte75.org/japanbachtrumpetseminar/
Author: arte75 Association Inc.
 */

* {
  margin: 0;
  box-sizing: border-box;
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

img {
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  -webkit-touch-callout:none;
  user-select:none;
}


html,body {height: 100%;}
html {
    scroll-behavior: smooth;
}

a {
  color: #040404;
  text-decoration: none;
  border-bottom: 1.5px dotted;
}
a:hover {
	color:#25505c;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

p {
 padding-bottom: 10px;
}

.topview {
  padding: 0px 0 0;
  min-height: 100vh;
  background-image: url('./img/mainimg1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mainview{
  padding: 20px 5% 10px;
  background-color: #f0f0f0;
  height: auto;
}

h2 {
  font-family: 'Alata', sans-serif;
  font-size: 1.7em;
  padding-bottom: 0.5em;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
  border-bottom: solid 2px #00762d;
  max-width: 70%;
  text-align: center;
  margin: auto;
}

h2 span {
  font-family: 'Alata', sans-serif;
  font-size: 1.1em;
	text-align: center;
	color: #000;
	font-size: 18px;
}

h3 {
  font-family: 'Alata', sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #00762d;
}

h3 span {
	display: flex;
	align-items: center;
  color: #00762d;
	font-size: 16px;
  font-weight: 500;
}

h3 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #00762d;
}

b {
  color: #498ee0;
  font-weight: bold;
}

h4 {
  color: #00762d;
  font-weight: 500;
  border: 1.5px solid #00762d;
  padding: 0.5em 1em;/*文字まわり（上下左右）の余白*/
}

.seminar h4 {
  color: #fff;
  font-weight: 500;
  background: #005220;/*背景色*/
}

h5 {
  position: relative;
  display: inline-block;
  padding: 30px 45px;
  font-size: medium;
  font-weight: 600;
  align-content: center;
}
h5:before, h5:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 0.5px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h5:before {
  left:0;
}
h5:after {
  right: 0;
}

h6 {
  font-weight: 500;
  font-size: 1em;
  border: 1px solid #25505c;
  padding: 0.5em 1em;/*文字まわり（上下左右）の余白*/
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
}


/* header */

.arte75 {
  font-size: 0.4em;
}

.pc_nav {
  padding: 0px 4%;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  z-index: 1;
  filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.1));
  transition: .3s;
}

.pc_nav.change-color {
  background-color: #e0e0e0;
}

.pc_nav.change-color2 {
  background-color: #e0e0e0;
}

.logo {
  margin: 0;
  padding: 8px;
  height: 100%;
  max-width: 30%;
  display: flex;
}

.logo a {
  border-bottom: none;
}

.logo img {
  height: 100%;
  width: 100%;
}

.logochange {
  transition: .3s;
}

.logochange.headerLogoScroll.silverlogo {
  display : none;
}
.logochange.redlogo {
  display : none;
}
.logochange.headerLogoScroll.redlogo {
  display : block;
}

.logochange2 {
  transition: .3s;
}

.logochange2.headerLogoScroll2.silverlogo {
  display : none;
}
.logochange2.redlogo {
  display : none;
}
.logochange2.headerLogoScroll2.redlogo {
  display : block;
}


h1 a {
  border-bottom: none;
}

.pc_navmenu01 {
  margin: 0 0 0 auto;
  display: inline-block;
  border: none;
  color: #8a7529;
}

.pc_navmenu02 {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  li:not(:last-child) {
    margin-right: 10px;
  }
  li {
    border: 2px solid transparent;
    border-radius: 5px;
    font-weight: 400;
    font-size: smaller;
    padding: 10px;
    transition: background 0.2s;
    a {
      text-decoration: none;
      text-transform: uppercase;
      border-bottom: none;
      transition: color 0.2s;
      font-weight: 600;
    }
    ul {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      display: block;
      margin: 12px -12px;
      padding: 0;
      background: #0086ac;
      border-top: 2px solid #fffef2;
      border-radius: 5px;
      width: 135px;
      transition: opacity 0.2s, visibility 0.2s;
      li {
        width: 100%;
        line-height: 1.7;
        a {
          font-weight: 600;
        }
        list-style-type: none;
      }
    }
    &:hover {
      background: #25505c;
      a {
        color: #F9F8FD;
      }
      ul {
        visibility: visible;
        opacity: 1;
        filter: drop-shadow(0px 3px 5px 2px #EBECF1);
        li {
          a {
            color: #F9F8FD;
          }
        }
      }
    }
  }
}

.pc_navmenu {
  margin: 0 0 0 auto;
}

.pc_navmenu ul {
    list-style: none;
    margin: 0;
    padding: 0 10;
    display: flex;
}

.pc_navmenu li {
  margin: 0 0 0 25px;
  font-size: 18px;
}

.pc_navmenu li a,
.navi li a {
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
  border-bottom: none;
  color: #8a7529;
}

.pc_navmenu li a:hover,
.pnavi li a:hover {
	color:#25505c;
}

.pc_navmenu li a::after,
.navi li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 2px;
  background:#25505c;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: left top;/*左上基点*/
}

.pc_navmenu li a:hover::after,
.navi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

.sp_nav {
  display: none;
}

@media screen and (max-width: 750px) {
.pc_nav,
.pc_only {
      display: none;
   }

.sp_nav {
  display: block;
}

.navi_inner li {
 padding: 7px; 
}

/*ハンバーガーボタン*/
.el_humburger {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;}
 
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 30px;
  display: inline-block; }
 
.el_humburger_text {
  font-size: 10px;
  letter-spacing: 0.1em;
  padding-top: 2px; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }
 
.el_humburger_text.el_humburger_text__close {
  display: none; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
 
.el_humburger_text svg path {
  -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
  -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
  transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
  fill: #000; }

.js_humburgerOpen .el_humburger_text svg path {
  fill: #000; }
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 8px;
  height: 2px;
  left: 0;
  top: 0;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  width: 250px;
  z-index: 3;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  transform:translateZ(0) translateX(100%);
  overflow: auto; }
.js_humburgerOpen .navi {
    width: 200px;
    transform:translateZ(0) translateX(0); }

.navi ul{
  list-style: none;
}

.navi_item {
  margin: 0;
  padding: 0.5em 0;
  font-size: 18px;
  white-space: nowrap; }
  .navi_item.op_innerLink {
    cursor: pointer; }

    @media screen and (max-width: 400px) {
      .navi {
        width: 60vw;}
      .js_humburgerOpen .navi {
        width: 60vw; }
    }
}

/* コンテナ画像背景h2そのうえ */

.containertop {
  min-height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #00a33e7a; /* 文字可読性UP */
}

.homepage p {
  font-family: "Alata", sans-serif;
  font-weight: bold;
}

.homepage a {
	position: absolute;
	top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  font-family: "Alata", sans-serif;
  font-weight: bold;
  font-size: 2em;
  color: #fff;
}

.homepage span {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
}

.homepage h2 {
  text-align: left;
  font-family: "Alata", sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  color: #fff;
}

.toppagemain {
  width: 40%;
  color: #fff;
}

.toppagemain h1 {
  padding: 0;
  max-width: 100%;
  margin: 20% 0px 30px -20%;
}

.toppagemain h2 {
  font-size: 1em;
  color: #e0e0e0;
  border-bottom: solid;
  border-width: thin;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}

.toppagemain p {
  font-size: 1em;
  color: #e0e0e0;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  max-width: 70%;
  margin: auto;
}

.toppageback {
  width: 100%;
  background-image: url('./img/mainimg1.png');
  background-position: 50% 10%;
  background-size: cover;
  height: 100%;
}

h2 {
  font-size: 2em;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}

.singleevent {
	height: 60px;
}

.toppagebacksp{
  display: none;
}

.bachlogo {
  content: url("./img/Bach_vincent.png");
  max-width: 140px;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .topview {
  background-image: url('./img/mainimg2.png');
}
    .containertop {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
  }
        .toppagemain {
    width: 90%;
  }
  .toppagemain h1 {
    margin: 20% 0 20px;
  }
      .toppagemain h2 {
        font-size: 1em;
        color: #e0e0e0;
        border-bottom: solid;
        border-width: thin;
        font-family: "Zen Antique Soft", serif;
        font-weight: 400;
        font-style: normal;
        max-width: 100%;
      }
      .toppagemain p {
        font-size: 1em;
        align-items: center;
        color: #e0e0e0;
        font-family: "Zen Antique Soft", serif;
        font-weight: 400;
        font-style: normal;
        max-width: 100%;
        margin: auto;
      }
      .small {
    font-size: 0.7em;
    padding-bottom: 40px;
  }
  @media (max-width: 768px) {
  .bachlogo {
    max-width: 140px;
  }
}
}
    .toppageback{
      display: none;
    }
    .toppagebacksp{
      display: block;
    }
    .toppagebacksp img{
      width: 100%;
      height: auto;
      object-fit: cover;
    }


/* コンテナ左画像右テキスト */
.containerPT {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
}

.lecturersPT {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
}

/* コンテナ左テキスト右画像 */
.containerTP {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
}

.lecturersTP {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
}

/* コンテナテキスト１つのみ */
.containerT {
  align-items: flex-start;
  padding-bottom: 50px;
}

/* コンテナテキスト１つのみセンター寄せ */
.containerTC {
  text-align: center;
  padding-bottom: 50px;
}

/* コンテナテキストのみ日英2段 */
.containerTT {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
}

/* コンテナ左タイトル右イベントリスト */
.container_upcoming {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
}

.container_upcoming h3 {
  color: #fff;
}

.final {
  padding-bottom: 20px;
}

.item-upcoming01 {
  width: 22%;
  color: #ffF;
  background-color: #25505c;
  align-self: stretch;
  text-align: center;
  padding-top: 90px;
}

.item-upcoming02 {
  width: 78%;
  padding: 15px 3%;
  box-sizing: border-box;
}

.item-upcoming03 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

.item-upcoming04 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}

.item-upcoming04 a {
  border-bottom: none;
}

.item-upcomingimg,
.item-upcomingimg img {
  width: 125px;
  height: 88px;
}

.item-upcomingtext {
  width: calc(100% - 125px);
  min-height: 120px;
  box-sizing: border-box;
  padding-left: 12px;
}

.item-upcomingtext h3 {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: small;
  line-height: 16px;
  color: #25505c;
}

.item-upcomingtext p {
  flex-wrap: wrap;
  font-size: small;
  line-height: 18px;
}
@media screen and (max-width: 750px) { 
  .item-upcoming01 {
    width: 100%;
    padding-top: 10px;
  }
  
  .item-upcoming02 {
    width: 100%;
  }
}

.orga {
  text-align: center;
}

/* アーティストリスト */
.container_artistlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  overflow: visible;
  padding-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .containerTP,
  .containerPT,
  .containerTT,
  .containerA {
    justify-content: center;
  }
}

/* コンテナ内item */
.item-text {
  width: 45%;
}

.item-img {
  width: 50%;
}

.item-img img {
  width: 100%;
  height: auto;
}

.lecturersPT .item-text,
.lecturersTP .item-text {
  width: 65%;
}

.lecturersPT .item-img,
.lecturersTP .item-img {
  width: 30%;
  background-image: url('#');
  background-position: 50% 50%;
  background-size: cover;
  height: 300px;
}

.lecturersTP .sato {
  width: 30%;
  background-image: url('./img/sato.jpg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}

.lecturersTP .sawada {
  width: 30%;
  background-image: url('./img/sawada.jpg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}

.lecturersPT .inoue {
  width: 30%;
  background-image: url('./img/inoue.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}

.lecturersPT .tsuru {
  width: 30%;
  background-image: url('./img/tsuruta.jpg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}

.lecturersTP .ono {
  width: 30%;
  background-image: url('./img/ono.jpg');
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}

@media screen and (max-width: 750px) {

  .lecturersPT .item-text,
  .lecturersTP .item-text {
    width: 55%;
  }
  
  .lecturersTP .sato {
    width: 40%;
  }
  
  .lecturersPT .hasegawa {
    width: 40%;
    background-position: 30%;
  }
  
  .lecturersTP .inoue {
    width: 40%;
    background-position: 30%;
  }
  
  .lecturersPT .yoon {
    width: 40%;
    background-position: 40%;
  }
  
  .lecturersTP .ando {
    width: 40%;
    background-position: 30%;
  }  
}

.item-artist {
  display: flex;
  flex-direction: column;
  width: 45%;
  margin: 0 0 1em 0;
}

.item-artistlist {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin: 0 0.5em 3em 0.5em;
  background-color: #fff;
  filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.1));
}

.item-artistlist p {
  margin: 0 15px;
  font-size: 0.8em;
}

.item-artistlist h3 {
  font-size: 1em;
  padding-bottom: 0.5em;
  margin: 0 15px;
  color: #25505c;
}

.item-artistlist h3 span {
	display: flex;
	align-items: center;
	font-size: 1em;
  color: #25505c;
  font-weight: 500;
}

.item-artistlist h3 span::before {
	content: none;
}

.item-artistlist h3 span:hover {
	color: #41889c;
}

.artistlist_name {
  border-bottom: none;
}

.container_artistlist .item-artistlist .box-img,
.container_artistlist .item-artistlist .box-imgono {
  transition: .4s all;
  margin: 0 0 0.3em;
  position: relative;
  overflow: hidden;
  padding-top: 90%;
  
}

.container_artistlist .item-artist .box-img {
  transition: .4s all;
  margin: 0 0 0.3em;
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}

.container_artistlist .item-artistlist .box-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.container_artistlist .item-artistlist .box-imgono img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.container_artistlist .item-artist .box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.artist-link {
  display: block;
  text-decoration: none !important;
  border-bottom: none !important;
  outline: none;
}

.artist-link:hover,
.artist-link:visited,
.artist-link:active {
  color: inherit;
  text-decoration: none;
}

.container_classlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: visible;
  align-items: stretch;
  padding-bottom: 50px;
}

.item-classes {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin: 0 0 3em 0;
  background-color: #fff;
  filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.1));
  padding-bottom: 20px;
}

.semi h3 {
  border-bottom:  1.5px dotted; 
  border-color: #36aa78;
}

.bubu h3 {
  border-bottom:  1.5px dotted; 
  border-color: #4472ce;
}

.higa h3 {
  border-bottom:  1.5px dotted; 
  border-color: #e98127;
}

.item-classes p {
  margin: 10px 15px 0;
  font-size: 0.8em;
}

.item-classes h3 {
  font-size: 1em;
  margin: 0 15px;
  color: #000;
  padding-bottom: 0;
}

.red {
  display: inline-block;
  background: #e43737;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  padding: 0 1em;
  margin: 0.5em;
}

.red::before {
	content: none;
}

.pink {
  display: inline-block;
  background: #ffabaa;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  padding: 0 1em;
  margin: 0.5em;
}

.pink::before {
	content: none;
}

.gray {
  display: inline-block;
  background: #565656;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  padding: 0 1em;
  margin: 0.5em;
}

.gray::before {
	content: none;
}

.class_name {
  border-bottom: none;
  margin-top: 20px;
}

.classinfo {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.classinfo td {
  padding: 10px;
  border-width: 11px;
  border-style: solid;
  border-color: #f3f3f3;
}

.classtd {
  text-align: center;
  background-color: #b4b4b4;
}

@media screen and (max-width: 750px) {
  .item-text {
    width: 100%;
  }
  .item-img {
    width: 80%;
    padding-top: 20px;
  }
  .item-artistlist {
    width: 48%;
    margin: 0 0.3em 3em 0.3em;
  }
  .item-artist {
    width: 100%;
  }
  .item-classes {
    width: 49%;
  }
  .logo{
    height: 60px;
  }
}

.item-text-full {
  width: 100%;
}

/* アーティスト個人プロフィールページ */
.containerA {
  padding-top: 50px;
}

.item-head {
  width: 25%;
  float: left;
  padding: 0 2% 0 0;
}

.item-head img {
  width: 100%;
  height: auto;
}

.containerA .item-text {
  width: 100%;
}

.clearfix {
  clear: both;
}

@media screen and (max-width: 850px) {
  .item-head {
    width: 35%;
  }
}

@media screen and (max-width: 700px) {
  .item-head {
    width: 45%;
  }
}

@media screen and (max-width: 300px) {
  .item-head {
    width: 100%;
  }
  .containerA .item-text {
    width: 100%;
  }
}

/* 開催概要テーブル */
.competitiontable {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
}
.competitiontable, .competitiontable td, .competitiontable th {
	word-break: break-all;
	padding: 10px;
}
.competitiontable td, .competitiontable th {
	word-break: break-all;
	border: 1px solid #999;
	padding: 10px;
}
.competitiontable th {
	text-align: center;
	width: 20%;
}

.competitiontable th {
	text-align: center;
	width: 20%;
}


.kadaikyoku {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 10px;
}
.kadaikyoku, .kadaikyoku td, .kadaikyoku th {
	word-break: break-all;
	padding: 0px;
}

.kadaikyoku th {
	text-align: center;
  vertical-align: top;
	width: 10%;
}


/* Google calender */
.googlecalendar {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  font-family: 'Alata', sans-serif;
}

.googlecalendar iframe {
  width: 80%;
  height: 500px;
}

@media all and (max-width: 750px) {
  .googlecalendar iframe {
    width: 100%;
    height: 400px;
  }
}

/* APPLYボタン */

.apply a {
  border-bottom: none;
}

.apply button {
  padding: 0;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.buttonIconText02 {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  padding: 8px 8px 8px 64px;
  margin: 40px auto 0 auto;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #b81651;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}

.buttonIconText02_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.buttonIconText02_text {
  flex-shrink: 1;
  width: 100%;
  font-family: 'Alata', sans-serif;
  font-size: 20px;
  letter-spacing: 0.2em;
}

@media (any-hover: hover) {
  .buttonIconText02 {
    transition: background-color 0.2s;
  }

  .buttonIconText02_icon {
    transition: transform 0.2s;
  }

  .buttonIconText02:hover {
    background-color: #b81651;
  }

  .buttonIconText02:hover .buttonIconText02_icon {
    transform: translateX(4px);
  }

  .buttonIconText02:hover .buttonIconText02_icon__left {
    transform: translateX(-4px);
  }
}

.iconArrowLeft {
  rotate: 180deg;
}

/* お問い合わせ */

.Form {
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
  }
  @media screen and (max-width: 750px) {
	.Form {
	  margin-top: 40px;
	}
  }
  .Form-Item {
	padding-top: 24px;
	padding-bottom: 24px;
	width: 100%;
	display: flex;
	align-items: center;
  }
  @media screen and (max-width: 750px) {
	.Form-Item {
	  padding-left: 14px;
	  padding-right: 14px;
	  padding-top: 16px;
	  padding-bottom: 16px;
	  flex-wrap: wrap;
	}
  }

  .Form-Item-Label {
	width: 100%;
	max-width: 248px;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 18px;
  text-align: left;
  }
  @media screen and (max-width: 750px) {
	.Form-Item-Label {
	  max-width: inherit;
	  align-items: center;
	  font-size: 15px;
	}
  }
  .Form-Item-Label.isMsg {
	margin-top: 8px;
	margin-bottom: auto;
  }
  @media screen and (max-width: 750px) {
	.Form-Item-Label.isMsg {
	  margin-top: 0;
	}
  }
  .Form-Item-Label-Required {
	border-radius: 6px;
	margin-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 48px;
	display: inline-block;
	text-align: center;
	background: #498ee0;
	color: #fff;
	font-size: 14px;
  }
  @media screen and (max-width: 750px) {
	.Form-Item-Label-Required {
	  border-radius: 4px;
	  padding-top: 4px;
	  padding-bottom: 4px;
	  width: 32px;
	  font-size: 10px;
	}
  }
  .Form-Item-Input {
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-left: 40px;
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	flex: 1;
	width: 100%;
	background: #eaedf2;
	font-size: 18px;
  }
  @media screen and (max-width: 750px) {
	.Form-Item-Input {
	  margin-left: 0;
	  height: 40px;
	  flex: inherit;
	  font-size: 15px;
	}
  }
  .Form-Item-Textarea {
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-left: 40px;
	padding-left: 1em;
	padding-right: 1em;
	height: 216px;
	flex: 1;
	width: 100%;
	background: #eaedf2;
	font-size: 18px;
  }
  @media screen and (max-width: 750px) {
	.Form-Item-Textarea {
	  margin-left: 0;
	  height: 200px;
	  flex: inherit;
	  font-size: 15px;
	}
  }
  .Form-Btn {
	border-radius: 40px;
  border: none;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 280px;
	display: block;
	letter-spacing: 0.05em;
	background: #498ee0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
  }
  @media screen and (max-width: 750px) {
	.Form-Btn {
    border-radius: 20px;
	  margin-top: 24px;
	  padding: 8px 20px;
	  width: auto;
	  font-size: 16px;
	}
  }
  .confirm {
    display: flex;
    justify-content: center;
  }
  .Form-Btn2 {
	border-radius: 40px;
  border: none;
	margin: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 150px;
	display: block;
	letter-spacing: 0.05em;
	background: #498ee0;
	color: #fff;
	font-weight: bold;
  }
  @media screen and (max-width: 750px) {
	.Form-Btn2 {
    border-radius: 20px;
	  margin: 10px;
	  padding: 8px 20px;
	  width: auto;
	}
  }

/* FAQ */
/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 100%;
  margin:0 auto;
  padding: 0;
}

.accordion-area li{
  margin: 10px 0;
}

.accordion-area section {
border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title,
.title2 {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:1rem;
  font-weight: normal;
  padding: 2% 3% 2% 50px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;
}
.title2::before,
.title2::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #ebebeb;
}
.title::before,
.title2::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
}
.title::after,
.title2::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/

.title.close::before,
.title2.close::before{
transform: rotate(45deg);
}

.title.close::after,
.title2.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  background: #f3f3f3;
  margin:0 3% 3% 3%;
  padding: 3%;
}


/*ニュースリスト*/

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list p {
  padding-bottom: 0;
}
.news-list .newsitem a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 10px 20px;
}
.news-list .newsitem:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .newsitem .newsdate{
  margin: 0;
  min-width: 90px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .newsitem .newslabel{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .newsitem .newslabel span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
}
.news-list .newsitem .newstitle{
  margin: 0;
  width: 100%;
  font-size: 0.8em;
}
.news-list .newsitem a:hover .newstitle{
  color: #00F;
}

@media screen and (max-width: 750px){
.news-list .newsitem a{
  flex-wrap: wrap;
}
.news-list .newsitem .newsdate{
  min-width: 100px;
}
.news-list .newsitem .newstitle{
  margin-top: 10px;
}
}

/* 申込ボタン */

.applybutton {
  margin: 1rem 0;
  text-align: center;
}

.applyform {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 1rem 4rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #b81651;
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

.applyform:hover {
  color: #fff;
  background: #a10b42;
}

.news{
  display: inline-block;
  background: #5e0022;
  border-radius: 100vh;
  color: #FFF;
  text-align: center;
  font-size: 1.1em;
  padding: 0 1em;
  margin-left: 0.5em;
}

/*========= レイアウトのためのCSS ===============*/

.faqh2 {
  text-align: center;
  margin: 30px 0;
  font-size:1rem;
}

/*========= フッター ===============*/

/* footer */
footer {
	clear: both;
	text-align: center;
	font-size: 70%;		/*文字サイズ*/
  background-color: #e0e0e0;
}
footer a {
	text-decoration: none;
}