@charset "UTF-8";
/* CSS Document */
body {
  background: url("../img/bg5.png"), url("../img/bg4.png"), url("../img/bg3.png"), linear-gradient(to bottom, #8568A8 80px, #D5B329 1000px, #EEE0A9 1250px);
  background-size: 1500px auto, 1470px auto, 450px auto, 100%;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-position: calc(50% - -250px) 0px, calc(50% - 220px) 60px, 0px 0px, 0px 0px;
  min-height: 100vh;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}
.flex-wrap {
  width: calc(100% - 305px);
  padding: 0 0% 0 0%;
  margin: 0px 0px 0px 0px;
  display: block;
  position: relative;
}
.main_r_wrap {
  display: flex;
  justify-content: flex-end;
  margin: 25px 0 50px auto;
  padding: 3px;
  border-radius: 10px;
  background: linear-gradient(to left, #4B3A6C 0%, #D5B329);
}
.main_r {
  width: 100%;
  padding: 40px 30px;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .2);
  position: relative;
}
.main_r h2 {
  background: linear-gradient(to right, #4B3A6C 20%, #A49BB5 80%, #FFF 100%);
  color: #FFF;
  border-left: 7px #D5B329 solid;
  padding: 15px 0px 10px 20px;
  margin: 0px 0px 40px 0px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 1px;
}
.main_r h3 {
  border-bottom: 1px solid #c21500;
  border-image: linear-gradient(to right, #4B3A6C 0%, #D5B329 100%);
  border-image-slice: 1;
  color: #4B3A6C;
  font-size: 1.7rem;
  padding: 0px 0px 5px 17px;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  position: relative;
}
.main_r h3::after {
  content: "";
  list-style: none;
  position: absolute;
  top: 0px;
  left: 2px;
  background: #4B3A6C;
  width: 5px;
  height: 20px;
}
.main_r h4.title1 {
  background: #f6efd4;
  padding: 5px 0px 5px 17px;
  margin: 0px 0px 8px 0px;
  font-weight: bold;
  border-radius: 3px;
}
.main_r h4.title2 {
  z-index: 0;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 3px 15px;
  color: #4B3A6C;
  font-weight: bold;
  border-bottom: 1px dotted #4B3A6C;
  position: relative;
}
.title2:after {
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0px;
  margin: auto;
  content: "";
  vertical-align: top;
  width: 7px;
  height: 7px;
  border-top: 2px solid #4B3A6C;
  border-right: 2px solid #4B3A6C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pro_title {
  color: #4B3A6C;
  font-weight: bold;
}
.txt1 {
  padding: 0px 0px 25px 0px;
  line-height: 180%;
  text-align: justify;
}
.txt2 {
  padding: 0px 0px 15px 0px;
  line-height: 180%;
  text-align: justify;
}
.fs_b {
  font-size: 2.0rem;
  font-weight: bold;
}
.preparation {
  font-size: 2.0rem;
  font-weight: bold;
  background: #f6efd4;
  padding: 110px 0px;
  margin: 300px 0;
  width: 100%;
  text-align: center;
}
.description {
  height: auto;
  min-height: 880px;
}
.btn1 {
max-width: 370px;
  width: 100%;
  margin: 10px auto 20px auto;
}
.btn1 > a:link, .btn1 > a:visited, .btn1 > a:active {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 22px 0px;
  margin: 0px auto;
  text-decoration: none;
  display: block;
  border-radius: 100vh;
  box-shadow: 0 5px 0 #4B3A6C;
  color: #4B3A6C;
  transition: 0.3s;
  position: relative;
  background: linear-gradient(to right, #EEE0A9, #D6B52D);
}
.btn1 > a:hover {
  transform: translate3d(0, 3px, 0);
  text-decoration: none;
  box-shadow: none;
  opacity: 0.9;
}
.btn_wrap {
  display: flex;
  margin: 0px 0px 30px 0px;
}
.flame_t {
  background-color: #EEE0A9;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 12px 0px;
  text-align: center;
  margin: 20px auto 0px auto;
  border-radius: 5px 5px 0px 0px;
}
.flame {
  background-color: #ffffff;
  font-size: 2rem;
  box-shadow: 0 2px 1px #bababa85;
  border: 1px solid #eee;
  font-weight: bold;
  padding: 15px;
  margin: 0px 0px 20px 0px;
  line-height: 140%;
  text-align: center;
}
.flame table {
  display: inline-block;
  text-align: left;
  width: auto;
  table-layout: fixed;
}
.greeting {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.greeting_l {
  text-align: right;
  line-height: 180%;
}
.greeting_r {
  width: 200px;
  margin: 0px 0px 0px 20px;
}
.greeting_r img {
  width: 100%;
}
.grid-wrap {
  display: grid;
  grid-template-columns: 45px auto;
  height: auto;
  margin: 0px 0px 20px 0px;
}
.grid-wrap2 {
  display: grid;
  grid-template-columns: 25px auto;
  height: auto;
  margin: 0px 0px 20px 0px;
  row-gap: 10px;
}
.reg {
  background-color: #ece6f6;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 1.8rem;
  margin: 0px 0px 20px 0px;
}
.table1 {
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin: 5px 0px 20px 0px;
  vertical-align: middle;
}
.table1 th {
  background-color: #ece6f6;
  text-align: center;
  line-height: 150%;
  font-weight: bold;
  padding: 10px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.table1 td {
  text-align: center;
  line-height: 120%;
  padding: 10px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.kome {
  text-indent: -1.3rem;
  padding-left: 1.0rem;
}
.list01 {
  margin: 0px 0px 0px 25px;
}
.list02 li {
  list-style: none;
  position: relative;
  padding: 0px 0px 0px 18px;
}
.list02 li::after {
  content: '';
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #4B3A6C;
  border-right: 2px solid #4B3A6C;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 10px;
}


.group img{
  width: 500px;
}

.group span{
  display: inline-block;
}
.group p{
  padding: 15px 0 0 0;
}

.bold{font-weight: bold;}
.photo-desc{
  padding: 5px 0 0 0!important;
}

@media screen and (max-width:1060px) {
  .flex-wrap {
    width: 100%;
    padding: 0px;
  }
    .description {
    height: auto;
    min-height:auto;
  }
}
@media screen and (max-width:750px) {
  .flame table th, .flame table td {
    width: 100%;
    display: block;
  }
    .btn1 {
    margin: 0px auto 25px auto;
  }
}
@media screen and (max-width:560px) {
  .top-wrapper {
    width: 100%;
  }
  .main_r_wrap {
    display: flex;
    justify-content: flex-end;
    margin: 25px 0 50px auto;
    padding: 0px;
    border-radius: 0px;
    background: none;
  }
  .main_r {
    width: 100%;
    padding: 25px 20px;
    border-radius: 0px;
  }
  .main_r h2 {
    font-size: 2.0rem;
  }
  .fs_b {
    font-size: 1.7rem;
  }
  .preparation {
    font-size: 1.7rem;
    margin: 50px 0;
  }


  .btn_wrap {
    display: block;
  }
  .greeting {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .greeting_l {
    order: 2;
    text-align: center;
    line-height: 180%;
  }
  .greeting_r {
    order: 1;
    width: 200px;
    margin: 20px auto;
  }
  .item1 {
    order: 2;
  }
  .item2 {
    order: 3;
  }
}