@charset "UTF-8";
* ,*::before,*::after{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*color*/
:root {
  --themeyellow:#EFD669;
  --themered:#AE3923;
  --themewhite: #F3F0EB;
  --themebeige: #C0A17B;
  --themeblack: #3E3A39;
  --beige40: #e6d9ca;

  --booth: #B89F36;
  --field:#cf8342;
  --indoor: #345c70;
  --stage: #7da4ae;
  --sympo: #5a7444;
  --decoration: #b4534b;
}




body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  background-color: var(--themewhite);
  width: 100%;
}

main{
  font-size: 12px;
  width: 100%;
  margin-bottom: 45px;
}

a{
  text-decoration: none;
  color: var(--themeblack);
  white-space: normal; /* 自然に改行できる */
  word-break: break-word; /* 単語の途中でも折り返せる */
}

p{
  color: var(--themeblack);
  line-height: 1.5;
  text-align: justify;
}

.padding_true {
  padding: 0 10%;
  margin-bottom: 10px;
}

/*スクロールバー*/
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    background-color: var(--themewhite);
}
::-webkit-scrollbar-thumb {
    background: var(--themered);
    border-radius: 20px;
    border: 3.5px solid var(--themewhite);
}


/*大見出し*/
.pagetitle {
  padding: 0 0 0 10%;
  width: 90%;
  background-image: linear-gradient(90deg, #ae3923 30%, #f3f0eb);
  margin-top: 65px;
  position: relative;
}

.pagetitle_text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0 ;
}

.pagetitle_text span {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 12px;
  color: var(--themewhite);
  margin-bottom: -5px;
}

h1{
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--themewhite);
}
.pagetitle img {
  position: absolute;
}

.pagetitle img:nth-of-type(1) {
  top: -45%;
  left: 53%;
  width: 62px;
}
.pagetitle img:nth-of-type(2) {
  top: -70%;
  left: 75%;
  width: 106px;
}

.pagetitle_img_forpc {
  display: none;
}


/*ページ内リンク*/
.anchorlink-list{
list-style: none;
display: flex;
justify-content: center;
width:100%;
margin: 5% auto;
padding: 0 10%;
}

.a_link {
  width:calc(100%/5);
  position: relative;
  display: block;
  text-align:center;
  margin:2px 0 5px 0;
}

.a_link:after{
    width: 0.5px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    background-color:var(--themered);
}

.a_link:nth-of-type(1):before{
    width: 0.5px;
    content: "";
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    background-color:var(--themered);
}

.a_link a{
  text-decoration: none;
  color:var(--themered);
  padding:8px 4px 15px 4px;
  font-size: 0.8em;
  font-weight: 600;
  display: flex; 
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all .5s;
}
.a_link a::before {
  content: "";
  position: absolute;
  display: inline-block;
  color: var(--themered);
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid var(--themered);
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
  bottom: 0;
}

.a_link a:hover{
  scale: 1.1;
}


/*中見出し*/
h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  margin-left: 10%;
  padding-left: 10px;
  width: 80%;
  display: inline-block;
  position: relative;
  border-bottom: solid 2.5px var(--themered); /* 内枠のスタイル */
  color: var(--themered);
  margin-top: 20px;
  margin-bottom: 20px;
}
 
h2::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 80%;
  height: 1.2px;
  background: linear-gradient(90deg, #ae3923, #f3f0eb); /* 外枠のスタイル */
  z-index: -1;
}

/*小見出し*/
.h3_wrapper {
  margin-left: 10%;
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
}

h3 {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--themeblack);
  padding-left: 8px;
  margin-bottom: 1px;
}

.h3_circle {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 1px var(--themered);
}

.h3_circle::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--themered) ;
  top: 0px;
  left: 7px;
}

/*リンク系*/
.textlink {
  color: var(--themeblack);
  font-weight: bold;
  text-decoration: underline var(--themered);
 -webkit-text-decoration: underline var(--themered);
}
.textlink:hover{
  color: var(--themered);
}
/*メアド*/
.domain::before {
  content: '@';
  font-weight: bold;
}


/*ボタン*/
.btn{
  text-align: center;
  margin: 20px 0 30px 0;
  position: relative;
}
.btn a{
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 12px;
  padding: 0.6em 3.5em;
  position: relative;
  transition: all .3s;
}
.btn span{
    display: inline-block;
    width: 40px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -13px;
    transition: all .3s;
}
.btn span::after{
  content: "";
  position: absolute;
  height: 1px;
  width: 7px;
  transform:rotate(35deg);
  right: -1px;
  top: -2px;
}
.btn a:hover span{
  right: -26px;
}



.btn_red a{
  color: var(--themered);
  border:1px solid var(--themered);
}
.btn_red span,.btn_red span::after{
  background: var(--themered);
}
.btn_red a:hover{
  background: var(--themered);
  color: var(--themewhite);
}


.btn_white a{
  color: var(--white);
  border:1.5px solid var(--white);
}
.btn_white span,.btn_white span::after{
  background: var(--white);
}
.btn_white a:hover{
  background: var(--white);
  color: var(--themenavy);
}


/*アコーディオンメニュー*/

.q{
    padding: 15px 40px 15px 15px;
    position: relative;
    cursor: pointer;
    background: var(--beige40);
}

.q:before {
      position: absolute;
      content: "";
      display: block;
      width: 10px;
      height: 1.5px;
      background-color: var(--themered);
      right: 20px;
      top: 50%;
      transform: translate(0, -50%);
    }
 
.q:after {
      position: absolute;
      content: "";
      display: block;
      width: 10px;
      height: 1.5px;
      background-color: var(--themered);
      right: 20px;
      top: 50%;
      transform: translate(0, -50%) rotate(90deg);
      transition: all .3s;
}
.q.active:after {
      transform: translate(0, -50%) rotate(0deg);
}
.a {
    background-color: transparent;
    display: none;
    padding: 1em 2em;
}

.faq_corner{
    padding: 0 10%;
    width: 100%;
    margin: 10px auto 0 auto; 
}
.faq_corner>div{
    border-bottom: var(--themered) 1.2px solid;
}
.faq_corner>div:first-child{
    border-top: var(--themered) 1.2px solid;
}
.faq_corner p{
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.q.active>p {
  color: var(--themered);
}

/*to the top*/
#pagetop{
    position: fixed;
    bottom: -90px;
    right: 10px;
    width: 70px;
    height: 72px;
    transition: .5s;
    z-index: 2000;
}

#pagetop.is-show {
  bottom: 20px;
}

#pagetop img{
      position: absolute;
      top: 0;
      left: 0;
      transition: all .6s;
      width: 65px;
}

#pagetop p{
  color: var(--themewhite);
  font-size: 10px;
  font-family: "Shippori Mincho", serif;
  position: absolute;
    bottom: 8px;
    right: 17px;
    text-align: center;
}
#pagetop span {
  display: inline-block;
  vertical-align: middle;
  color: var(--themewhite);
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  position: absolute;
    top: 12px;
    right: 31px;
}

#pagetop:hover img{
  transform: rotate(-15deg);
}

#pagetop a{
  position: absolute;
  width: 100%;
  height: 100%;
}



/*PC版*/
@media screen and (min-width:1024px){

main{
  font-size: 17px;
  margin-top: 110px;
  margin-bottom: 80px;
}  
.padding_true {
  padding: 0 15%;
}

.a_link a{
  font-size: 0.9em;
}
.pagetitle_text {
  padding: 18px 0 ;
}
.pagetitle_text span {
  font-size: 15px;
  margin-bottom: -5px;
}

h1{
  font-size: 33px;
}

.pagetitle_img {
  display: none;
}
.pagetitle_img_forpc {
  position: absolute;
  display: block;
}

.pagetitle img:nth-of-type(3) {
  top: -30%;
  left: 45%;
  width: 10%;
}
.pagetitle img:nth-of-type(4) {
  bottom: 0;
  left: 60%;
  width: 155px;
}
.pagetitle img:nth-of-type(5) {
    top: 0;
  left: 71%;
  width: 145px;
}
.pagetitle img:nth-of-type(6) {
  bottom: 0;
  left: 87%;
  width: 100px;
}

.anchorlink-list{
  padding: 0 15%;
}

h2 {
  font-size: 22px;
  margin-left: 15%;
  padding-left: 20px;
  border-bottom: solid 3px var(--themered); /* 内枠のスタイル */
  width: 70%;
  margin-top: 35px;
  margin-bottom: 30px;
}

 
h2::before {
  height: 1.5px;
  top: 40px;
  width: 60%;
}

.h3_wrapper {
  margin-left: 15%;
  margin-top: 25px;
}

h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.h3_circle {
  width: 18px;
  height: 18px;
  border: solid 1.5px var(--themered);
}

.h3_circle::before {
  width: 7px;
  height: 7px;
  top: -1px;
  left: 10px;
}

.btn a{
  font-size: 16px;

}


/*to the top*/
#pagetop{
 transform: scale(1.3);
 right: 20px;
 bottom: -100px;
 transition: all .5s;
}

#pagetop.is-show {
    bottom: 20px;
}

.pc_br {
  display: block;
}
.sp_br{
  display: none;
}

.faq_corner{
    padding: 0 15%;
}

#pagetop p{
  color: var(--themewhite);
  font-size: 11px;
  font-family: "Shippori Mincho", serif;
  position: absolute;
    bottom: 7px;
    right: 12px;
    text-align: center;
}
#pagetop span {
    top: 7px;
    right: 29px;
}

#pagetop img{
      position: absolute;
      top: -5px;
      left: -5px;
      width: 75px;
}



}


