@charset "UTF-8";
/* CSS Document */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.myfont_r {
  font-family: tbudmincho-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}
.myfont_h {
  font-family: tbudmincho-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
.myfont_s {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.my_lineh1 {
  line-height: 20px;
}
.my_lineh2 {
  line-height: 50px;
}
.event-contents {
  margin: 0 auto;
  /*padding: 0 5%;
	*/
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
}
#main_img {
  width: 100%;
}
#main_img img {
  width: 100%;
}
#contents {
  margin: 0 auto;
  width: 100%;
}
#main_tt {
  margin: 50px 0 100px 0;
  text-align: center;
}
#main_tt p.mytt {
  font-size: clamp(23px, 1.953vw, 25px);
  margin-bottom: 30px;
}
#main_tt p.mytt2 {
  font-size: clamp(16px, 1.406vw, 18px);
  line-height: 2;
  margin-bottom: 50px;
}
#main_tt p.mytt3 {
  font-size: clamp(23px, 1.953vw, 25px);
}
#main_tt p.mytt3 span {
  margin: 0 0 0 10px;
  letter-spacing: -5px;
}
.redline {
  width: 100%;
  height: 10px;
  background: #d73616;
  margin-bottom: 60px;
}
.dline {
  width: 100%;
  height: 10px;
  display: flex;
  margin-bottom: 60px;
}
.dline .orange {
  width: 50%;
  height: 10px;
  background: #d73616;
}
.dline .gold {
  width: 50%;
  height: 10px;
  background: #b18a5a;
}
.c_menu {
  width: 50%;
  margin: 0 auto 60px auto;
  display: flex;
}
.c_menu .left {
  width: 47%;
  margin: 0 6% 0 0;
}
.c_menu .right {
  width: 47%;
  margin: 0;
}
.button_red {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #d73616;
  border: 1px solid #d73616;
  border-radius: 5px;
  color: #fff;
  line-height: 50px;
  font-size: clamp(14px, 1.406vw, 18px);
  font-weight: bold;
}
.button_red:hover {
  background-color: #fff;
  border-color: #d73616;
  color: #d73616;
}
.button_red::before, .button_red::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_red, .button_red::before, .button_red::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_green {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #b18a5a;
  border: 1px solid #b18a5a;
  border-radius: 5px;
  color: #fff;
  line-height: 50px;
  font-size: clamp(14px, 1.406vw, 18px);
  font-weight: bold;
}
.button_green:hover {
  background-color: #fff;
  border-color: #b18a5a;
  color: #b18a5a;
}
.button_green::before, .button_green::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_green, .button_green::before, .button_green::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.category_tt {
  font-size: clamp(23px, 1.953vw, 25px);
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.2rem;
}
.category_tt_sub {
  font-size: clamp(16px, 1.406vw, 18px);
  margin-bottom: 40px;
  text-align: center;
}
p.intxt {
  font-size: clamp(16px, 1.406vw, 18px);
  text-align: center;
  margin-bottom: 20px;
}
p.intxt2 {
  font-size: clamp(16px, 1.406vw, 18px);
  text-align: center;
  margin-bottom: 50px;
}
p.viv {
  font-size: clamp(12px, 1.093vw, 14px);
  text-align: center;
  margin-bottom: 85px;
  line-height: 1.8;
}
.menu {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
}
.menu .onemenu {
  width: 20%;
  margin-right: 2%;
  padding: 12px 10px 10px 10px;
  border: solid 1px #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .onemenu:nth-child(4n+4) {
  margin-right: 0;
}
.menu .onemenu a {
  display: block;
  width: 100%;
  opacity: 1;
  transition: 0.5s all;
}
.menu .onemenu a:hover {
  opacity: 0.5;
  transition: 0.5s all;
}
.menu .onemenu img.rf1 {
  width: 22%;
}
.menu .onemenu img.rf1g {
  width: 34%;
}
.menu .onemenu img.rf1j {
  width: 36%;
}
.menu .onemenu img.rf1a {
  width: 66%;
}
.menu .onemenu img.rf1v {
  width: 57%;
}
.cont_rf1 {
  width: 4%;
  margin: 0 auto 40px auto;
}
.cont_rf1g {
  width: 6%;
  margin: 50px auto 40px auto;
}
.cont_rf1j {
  width: 6%;
  margin: 50px auto 40px auto;
}
.cont_rf1a {
  width: 12%;
  margin: 50px auto 40px auto;
}
.cont_rf1v {
  width: 10%;
  margin: 50px auto 40px auto;
}
.phone_area {
  width: 60%;
  height: auto;
  margin: 50px auto;
  border: solid 2px #98cd98;
  border-radius: 10px;
}
.phone_area .title_area {
  width: 100%;
  height: 50px;
  background: #98cd98;
}
.phone_area .title_area p {
  font-size: clamp(23px, 1.953vw, 25px);
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.phone_area .incontent {
  width: 72%;
  margin: 30px auto;
}
.phone_area .incontent p.normal {
  font-size: clamp(13px, 1.25vw, 16px);
}
.phone_area .incontent p.normal span {
  font-size: clamp(10px, 1.015vw, 13px);
}
.phone_area .incontent p.phone_num {
  font-size: clamp(27px, 2.343vw, 30px);
}
.phone_area .incontent p.phone_num span {
  font-size: clamp(17px, 1.562vw, 20px);
}
.phone_area .incontent p.small {
  font-size: clamp(10px, 1.015vw, 13px);
}
.phone_area .incontent p.large {
  font-size: clamp(19px, 1.718vw, 22px);
}
.block_phone {
  margin-bottom: 50px;
}
.line_phone {
  border-bottom: solid 2px #98cd98;
  margin: 0 0 10px 0;
}
p.caption_on {
  text-align: center;
  font-size: clamp(16px, 1.406vw, 18px);
  line-height: 1.65;
  margin-bottom: 50px;
}
img.fix {
  width: 100%;
}
.attxt_bottom {
  font-size: 11px;
  text-align: center;
}