@charset "UTF-8";
/* CSS Document */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled,
button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* font
font-family: "Sawarabi Mincho";
font-family: 'Zen Maru Gothic', serif;
font-family: 'Mochiy Pop One', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/
/* base */
* {
  position: relative;
  z-index: 1;
}

body {
  color: #58594a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  text-align: justify;
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 15.625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  body {
    font-size: 4.6153846154vw;
  }
}

p,
h2 {
  line-height: 1.5;
}

@media screen and (max-width: 780px) and (orientation: portrait) {
  p br {
    display: none;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  width: 25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  h1 {
    width: 64.1025641026vw;
    margin-left: 3.8461538462vw;
  }
}
h1 a {
  width: 100%;
}
h1 a img {
  width: 100%;
}

h2 {
  font-size: 1.9791666667vw;
  border-left: 5px solid #f26522;
  padding-left: 1.5625vw;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  h2 {
    font-size: 4.8717948718vw;
    padding-left: 3.8461538462vw;
    padding-top: 1.2820512821vw;
    padding-bottom: 1.2820512821vw;
    margin-bottom: 7.6923076923vw;
  }
}

h3 {
  font-size: 1.875vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  h3 {
    font-size: 4.6153846154vw;
  }
}

.red {
  color: #ffbebe;
}

/* header */
header {
  width: 100%;
  height: auto;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header {
    width: 100%;
  }
}
header .headbox {
  width: 83.3333333333vw;
  margin: 0 auto;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
  align-items: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .headbox {
    width: 100%;
    padding-top: 3.8461538462vw;
    padding-bottom: 3.8461538462vw;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header #hamburger {
    width: 10.2564102564vw;
    height: 5.7692307692vw;
    position: fixed;
    right: 5.2083333333vw;
    top: 4.4270833333vw;
    z-index: 201;
  }
  header #hamburger div {
    width: 10.2564102564vw;
    height: 4px;
    background-color: #484a39;
    position: absolute;
    transition: 0.25s all ease-out;
  }
  header #hamburger .hamburgerT {
    left: 0;
    top: 0;
  }
  header #hamburger .hamburgerC {
    top: 2.4358974359vw;
  }
  header #hamburger .hamburgerB {
    left: 0;
    bottom: 0;
  }
}
header #hamburger.active div {
  background-color: #fff;
}
header #hamburger.active .hamburgerT {
  top: 1.0416666667vw;
  transform: translateY(0) rotate(30deg);
  transition: 0.25s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header #hamburger.active .hamburgerT {
    top: 2.4358974359vw;
  }
}
header #hamburger.active .hamburgerC {
  display: none;
}
header #hamburger.active .hamburgerB {
  bottom: 1.0416666667vw;
  transform: translateY(0) rotate(-30deg);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header #hamburger.active .hamburgerB {
    bottom: 2.4358974359vw;
  }
}
header nav {
  width: 44.2708333333vw;
  height: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header nav {
    display: none;
  }
}
header nav ul {
  width: 100%;
  height: auto;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header nav ul {
    gap: 6.4102564103vw;
  }
}
header nav ul li {
  width: auto;
}
header nav ul li a {
  font-size: 0.8333333333vw;
  color: #333;
  font-weight: bold;
}
header nav ul li a:hover {
  color: #e04403;
  font-weight: bold;
  border-bottom: 1px solid #e04403;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header nav ul li a {
    font-size: 4.6153846154vw;
  }
}
header nav.open {
  width: 100%;
  height: 100vh;
  background-color: rgba(23, 69, 143, 0.9);
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
header nav.open ul {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header nav.open ul li {
  width: 10em;
  height: auto;
  margin: 0 auto;
}
header nav.open ul li a {
  color: #fff;
}

/* footer */
footer {
  width: 100%;
  background-color: #0067c8;
  padding-top: 6.25vw;
  padding-bottom: 4.1666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer {
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 10.2564102564vw;
    padding-bottom: 10.2564102564vw;
  }
}
footer section {
  width: 66.6666666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer section {
    width: 100%;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
footer section ul {
  margin-bottom: 4.1666666667vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer section ul {
    display: none;
  }
}
footer section ul a {
  color: #fff;
}
footer section p {
  color: #fff;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer section p {
    margin-top: 2.5641025641vw;
  }
}
footer section .rotary_name {
  font-size: 1.5625vw;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer section .rotary_name {
    font-size: 3.8461538462vw;
    margin-bottom: 10.2564102564vw;
  }
}
footer section .rotary_name span {
  font-size: 1.0416666667vw;
  display: block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer section .rotary_name span {
    font-size: 4.1025641026vw;
  }
}
footer small {
  color: #fff;
  margin: 3.125vw auto 0;
  text-align: center;
  display: block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer small {
    margin-top: 7.6923076923vw;
  }
}

/* main */
main {
  margin-top: 5.7291666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main {
    margin-top: 14.1025641026vw;
  }
}
main .main_pic {
  width: 100%;
  padding-right: 9.8958333333vw;
  position: relative;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .main_pic {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  main .main_pic .sp_toph {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
main .main_pic .toph {
  width: 66.6666666667vw;
  height: 38.5416666667vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .main_pic .toph {
    width: 0;
    height: 0;
    display: none;
  }
}
main .main_pic .rotary_theme {
  width: 28.6458333333vw;
  position: absolute;
  right: 9.8958333333vw;
  top: 9.1145833333vw;
}
main .main_pic .rotary_theme p {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .main_pic .rotary_theme {
    width: 70.5128205128vw;
    position: relative;
    right: 0;
    top: 0;
    margin: 3.8461538462vw auto;
  }
  main .main_pic .rotary_theme p {
    position: relative;
  }
}
main .innerbox {
  width: 100%;
  height: auto;
  margin-top: 8.3333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .innerbox {
    margin-top: 20.5128205128vw;
  }
}
main .righton section {
  width: 100%;
}
main .righton section .leftbox {
  width: 35.4166666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 12.5vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .righton section .leftbox {
    width: 100%;
    padding: 0 1.2820512821vw;
    margin-bottom: 3.8461538462vw;
  }
  main .righton section .leftbox p br {
    display: block;
  }
}
main .righton section .leftbox img {
  width: 19.7916666667vw;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .righton section .leftbox img {
    width: 48.7179487179vw;
    margin-bottom: 0.5208333333vw;
  }
}
main .righton section .rightbox {
  width: 57.2916666667vw;
  padding: 2.6041666667vw 12.5vw 2.6041666667vw 2.6041666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f26522;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .righton section .rightbox {
    width: 100%;
    padding: 15.3846153846vw 6.4102564103vw;
  }
}
main .righton section .rightbox .kainan_rc_slogan {
  font-size: 1.9791666667vw;
  font-weight: bold;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .righton section .rightbox .kainan_rc_slogan {
    font-size: 6.1538461538vw;
    margin-top: 0;
  }
}
main .righton section .rightbox p {
  font-size: 1.875vw;
  color: #fff;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .righton section .rightbox p {
    font-size: 4.8717948718vw;
  }
  main .righton section .rightbox p br {
    display: block;
  }
}
main .righton .slogan a {
  margin-top: 3.125vw;
  padding-bottom: 0.5208333333vw;
  font-size: 1.3541666667vw;
  color: #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .righton .slogan a {
    margin-top: 7.6923076923vw;
    padding-bottom: 1.2820512821vw;
    font-size: 3.3333333333vw;
  }
}
main .lefton {
  width: 100%;
}
main .lefton section {
  width: 100%;
  height: auto;
  display: flex;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .lefton section {
    display: block;
  }
}
main .lefton .leftbox {
  width: 58.3333333333vw;
  color: #fff;
  padding: 2.6041666667vw 4.1666666667vw 4.6875vw 12.5vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #00acbb;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .lefton .leftbox {
    width: 100%;
    padding: 15.3846153846vw 6.4102564103vw;
    margin-bottom: 7.6923076923vw;
  }
}
main .lefton .leftbox .flexbox {
  margin-bottom: 2.6041666667vw;
  gap: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .lefton .leftbox .flexbox {
    margin-bottom: 6.4102564103vw;
    gap: 3.8461538462vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
main .lefton .leftbox .flexbox h3 {
  font-size: 1.875vw;
  font-weight: bold;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .lefton .leftbox .flexbox h3 {
    width: 100%;
    font-size: 4.6153846154vw;
  }
}
main .lefton .leftbox .flexbox h3 span {
  margin-top: 2.0833333333vw;
  font-size: 1.5625vw;
  display: block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .lefton .leftbox .flexbox h3 span {
    font-size: 3.8461538462vw;
    margin-top: 2.5641025641vw;
  }
}
main .lefton .leftbox .flexbox .shuho_link {
  width: 17.7083333333vw;
  padding-bottom: 0.5208333333vw;
  border-bottom: 2px solid #e04403;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .lefton .leftbox .flexbox .shuho_link {
    width: 60%;
    margin-top: 3.8461538462vw;
    padding-bottom: 1.2820512821vw;
  }
}
main .lefton .leftbox .flexbox .shuho_link a {
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .lefton .leftbox .flexbox .shuho_link a {
    font-size: 3.5897435897vw;
  }
}
main .lefton .leftbox .reikai_year {
  display: flex;
  flex-direction: column;
  gap: 1.3020833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .lefton .leftbox .reikai_year {
    gap: 2.5641025641vw;
  }
}
main .lefton .leftbox .reikai_year div {
  width: 100%;
  height: auto;
  padding-bottom: 0.78125vw;
  border-bottom: 1px solid #fff;
  font-size: 1.1458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .lefton .leftbox .reikai_year div {
    font-size: 2.8205128205vw;
    padding-bottom: 2.5641025641vw;
  }
}
main .lefton .leftbox .important {
  background-color: #fff;
  color: #333;
  padding: 0.5208333333vw 1.5625vw;
  border-radius: 0.5208333333vw;
  margin-top: 1.5625vw;
}
main .lefton .rightbox {
  width: 25vw;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .lefton .rightbox {
    width: 100%;
  }
}
main .lefton .rightbox .ri_sns {
  margin-bottom: 3.125vw;
  padding-top: 2.6041666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .lefton .rightbox .ri_sns {
    margin-bottom: 7.6923076923vw;
    padding-top: 6.4102564103vw;
  }
}
main .lefton .rightbox .ri_sns h3 {
  font-weight: bold;
  text-align: center;
}
main .lefton .rightbox .ri_sns ul {
  width: 100%;
  display: flex;
  gap: 1.0416666667vw;
  margin-top: 1.5625vw;
}
main .lefton .planning {
  width: 18.2291666667vw;
  border: 2px solid #fad5c3;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .lefton .planning {
    width: 57.6923076923vw;
  }
}
main .righton .infobox {
  align-items: flex-start;
}
main .righton .infobox h3 {
  font-weight: bold;
}
main .righton .infobox .leftbox {
  padding-top: 2.6041666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .righton .infobox .leftbox {
    width: 100%;
  }
}
main .righton .infobox .leftbox .fb-page {
  width: 26.0416666667vw;
  height: 36.4583333333vw;
  margin-top: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .righton .infobox .leftbox .fb-page {
    width: 64.1025641026vw;
    max-width: 64.1025641026vw;
    height: 115.3846153846vw;
    margin-top: 7.6923076923vw;
    margin-bottom: 15.3846153846vw;
    overflow: hidden;
  }
}
main .righton .infobox .rightbox {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
main .righton .infobox .rightbox .info {
  width: 100%;
}
main .righton .infobox .rightbox .info h3 {
  color: #fff;
}
main .righton .infobox .rightbox .info .info_scr {
  height: 15.625vw;
  overflow-y: scroll;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .righton .infobox .rightbox .info .info_scr {
    height: 76.9230769231vw;
  }
}
main .righton .infobox .rightbox .info .info_scr div {
  margin-top: 2.0833333333vw;
  justify-content: flex-start;
}
main .righton .infobox .rightbox .info .info_scr div p {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .righton .infobox .rightbox .info .info_scr div p {
    font-size: 2.8205128205vw;
  }
}
main .righton .infobox .rightbox .info .info_scr div .ymd {
  width: 10em;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .righton .infobox .rightbox .info .info_scr div {
    margin-top: 7.6923076923vw;
  }
}
main .righton .infobox .rightbox .banner_link {
  width: auto;
  height: 15.625vw;
  margin-top: 6.25vw;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-self: baseline;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .righton .infobox .rightbox .banner_link {
    width: 100%;
    height: auto;
    margin-top: 15.3846153846vw;
    flex-direction: row;
    align-self: auto;
    gap: 1.9230769231vw;
  }
}
main .righton .infobox .rightbox .banner_link li {
  width: 10.9375vw;
  height: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .righton .infobox .rightbox .banner_link li {
    width: 26.9230769231vw;
  }
}
main .righton .infobox .rightbox .banner_link li a {
  width: 100%;
  display: block;
}
main .righton .infobox .rightbox .banner_link li a img {
  width: 100%;
}
main .googlemap {
  width: 100%;
  margin-top: 10.4166666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .googlemap {
    margin-top: 25.641025641vw;
  }
}
main .googlemap iframe {
  width: 100%;
  height: 36.4583333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .googlemap iframe {
    height: 90vh;
  }
}
main section {
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main section {
    width: 100%;
  }
}

.pankuzu {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .pankuzu {
    margin-bottom: 7.6923076923vw;
    display: flex;
    justify-content: center;
  }
}
.pankuzu p {
  font-weight: bold;
}
.pankuzu a {
  color: #e04403;
  font-weight: normal;
}

.column2box {
  width: 100%;
  max-width: 83.3333333333vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .column2box {
    display: block;
  }
}
.column2box .columnleft {
  width: 52.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .column2box .columnleft {
    width: 100%;
  }
}
.column2box .columnright {
  width: 21.875vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .column2box .columnright {
    width: 100%;
    margin-top: 15.3846153846vw;
  }
}
.column2box .columnright h3 {
  font-size: 1.4583333333vw;
  text-align: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .column2box .columnright h3 {
    font-size: 4.8717948718vw;
  }
}
.column2box .columnright .ri_sns {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .column2box .columnright .ri_sns {
    margin-bottom: 7.6923076923vw;
  }
}
.column2box .columnright .ri_sns h3 {
  font-weight: bold;
  text-align: center;
}
.column2box .columnright .ri_sns ul {
  width: 100%;
  display: flex;
  gap: 1.0416666667vw;
  margin-top: 1.5625vw;
  justify-content: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .column2box .columnright .ri_sns ul {
    margin-top: 3.8461538462vw;
    justify-content: space-between;
  }
  .column2box .columnright .ri_sns ul img {
    width: 7.6923076923vw;
  }
}
.column2box .columnright .banner_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.0416666667vw;
}
.column2box .columnright .banner_link a {
  width: 12.5vw;
  display: block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .column2box .columnright .banner_link a {
    width: 48.7179487179vw;
  }
}

/* policy */
.slogan_box {
  width: 100%;
}
.slogan_box .namebox {
  display: flex;
  justify-content: flex-start;
  position: relative;
  gap: 4.1666666667vw;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .slogan_box .namebox {
    display: block;
    margin-bottom: 15.3846153846vw;
  }
}
.slogan_box .namebox .profbox {
  width: 19.7916666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .slogan_box .namebox .profbox {
    width: 100%;
  }
}
.slogan_box .namebox .profbox img {
  width: 100%;
}
.slogan_box .namebox .name {
  position: absolute;
  left: 17.7083333333vw;
  bottom: 1.0416666667vw;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 3px solid #000;
  padding: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .slogan_box .namebox .name {
    position: relative;
    left: 0;
    bottom: auto;
    margin-top: 3.8461538462vw;
  }
}
.slogan_box .slogan {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .slogan_box .slogan {
    font-size: 4.1025641026vw;
    margin-top: 7.6923076923vw;
  }
  .slogan_box .slogan br {
    display: block;
  }
}
.slogan_box .slogan .theme {
  font-size: 1.6666666667vw;
  color: #e04403;
  font-weight: bold;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .slogan_box .slogan .theme {
    font-size: 6.1538461538vw;
  }
}
.slogan_box .slogan a {
  padding-bottom: 0.5208333333vw;
  margin-top: 1.5625vw;
  color: #0067c8;
  font-size: 1.0416666667vw;
  font-weight: bold;
  border-bottom: 3px solid #0067c8;
  display: inline-block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .slogan_box .slogan a {
    font-size: 3.0769230769vw;
    margin-top: 7.6923076923vw;
  }
}

.rotary_policy {
  padding-top: 6.25vw;
  margin-top: -6.25vw;
  margin-top: 8.3333333333vw;
}
.rotary_policy h3 {
  font-size: 1.9791666667vw;
  font-weight: bold;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .rotary_policy h3 {
    font-size: 4.8717948718vw;
    text-align: center;
  }
}
.rotary_policy .rotary_policy2024 {
  font-size: 2.5vw;
  font-weight: bold;
  color: #f26522;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .rotary_policy .rotary_policy2024 {
    font-size: 5.1282051282vw;
    text-align: center;
    margin-top: 7.6923076923vw;
  }
}
.rotary_policy .flexbox {
  align-items: center;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .rotary_policy .flexbox {
    margin-bottom: 7.6923076923vw;
  }
  .rotary_policy .flexbox .flag {
    display: flex;
    justify-content: center;
  }
}
.rotary_policy .mt1em {
  margin-top: 1em;
}

/* club */
.club h3 {
  width: 52.0833333333vw;
  font-size: 1.5625vw;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #17458f, #00a2e0);
  padding: 1.0416666667vw;
  display: block;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .club h3 {
    width: 100%;
    font-size: 4.6153846154vw;
    padding: 2.5641025641vw;
    margin-bottom: 3.8461538462vw;
  }
}
.club h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.0416666667vw;
  padding-bottom: 0.5208333333vw;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .club h4 {
    margin-bottom: 2.5641025641vw;
    padding-bottom: 1.2820512821vw;
  }
}
.club h4 span {
  width: 9.375vw;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(-90deg, #fff, #e04403);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .club h4 span {
    width: 23.0769230769vw;
  }
}
.club section {
  margin-bottom: 4.1666666667vw;
}
.club section ul {
  width: 52.0833333333vw;
  display: block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .club section ul {
    width: 100%;
  }
}
.club section ul li {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .club section ul li {
    margin-bottom: 5.1282051282vw;
  }
}
.club section ul li p {
  display: block;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .club section ul li p {
    padding-top: 1.2820512821vw;
    padding-bottom: 1.2820512821vw;
  }
}
.club section ul li p:first-child {
  font-size: 1.4583333333vw;
  font-weight: bold;
  padding-bottom: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .club section ul li p:first-child {
    font-size: 4.358974359vw;
    padding-bottom: 0;
  }
}
.club section ul li p span {
  display: block;
}
.club section ul li .fontB {
  font-weight: bold;
  padding-bottom: 0;
}
.club section .membersli p:last-child {
  padding-top: 0;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .club section .membersli p:last-child {
    font-size: 3.5897435897vw;
  }
}
.club section .sanyaku {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .club section .sanyaku {
    display: block;
  }
}
.club section .sanyaku li {
  width: 15.625vw;
  text-align: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .club section .sanyaku li {
    width: 100%;
  }
  .club section .sanyaku li br {
    display: block;
  }
  .club section .sanyaku li img {
    width: 80%;
  }
}
.club .commMember a {
  width: 52.0833333333vw;
  display: block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .club .commMember a {
    width: 100%;
  }
}
.club .commMember a p {
  text-align: center;
  font-weight: bold;
}
.club .commMember a:hover img {
  padding: 0;
  border: 1px solid #f26522;
}
.club .commMember a img {
  width: 52.0833333333vw;
  padding: 1px;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .club .commMember a img {
    width: 100%;
  }
}

.SistersClub a {
  color: #bb0404;
  text-decoration: underline;
}

/* shuho */
.shuho .ym_calendar {
  font-size: 1.6666666667vw;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .shuho .ym_calendar {
    font-size: 4.1025641026vw;
  }
}
.shuho table {
  width: 52.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .shuho table {
    width: 100%;
    font-size: 2.5641025641vw;
  }
}
.shuho table tr {
  width: 52.0833333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shuho table tr:first-of-type {
  background: linear-gradient(90deg, #fff, #ff8f1c);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .shuho table tr {
    width: 100%;
  }
}
.shuho table th {
  width: 142.8571428571vw;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
  display: block;
  text-align: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .shuho table th {
    width: 14.2857142857%;
  }
}
.shuho table td {
  width: 142.8571428571vw;
  display: block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .shuho table td {
    width: 14.2857142857%;
  }
}
.shuho table td .red {
  color: #c23a00;
}
.shuho table td p {
  text-align: center;
  font-size: 1.0416666667vw;
}
.shuho table td a {
  width: 142.8571428571vw;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
  display: table-cell;
  text-align: center;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .shuho table td a {
    width: 14.2857142857%;
  }
}
.shuho table td a:hover {
  background-color: #f0dfd8;
}

/* backnumber */
.backnumber .columnleft ul {
  width: 52.0833333333vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .backnumber .columnleft ul {
    width: 100%;
  }
}
.backnumber .columnleft ul li {
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .backnumber .columnleft ul li {
    margin-bottom: 3.8461538462vw;
  }
}
.backnumber .columnleft ul li a {
  width: 7em;
  padding: 0.5208333333vw;
  border-bottom: 2px solid #e04403;
  display: inline-block;
}
.backnumber .columnleft ul li a:hover {
  background-color: #f7cfbd;
}

/* link */
.link .columnleft ul {
  width: 52.0833333333vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .link .columnleft ul {
    width: 100%;
    display: block;
  }
}
.link .columnleft ul li {
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .link .columnleft ul li {
    margin-bottom: 3.8461538462vw;
  }
}
.link .columnleft ul li a {
  width: 15.625vw;
  padding: 0.5208333333vw;
  border-bottom: 2px solid #e04403;
  display: inline-block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .link .columnleft ul li a {
    width: 100%;
  }
}
.link .columnleft ul li a:hover {
  background-color: #f7cfbd;
}

/* sign_up */
.sign_up .mailform {
  width: 100%;
}
.sign_up .mailform li {
  margin-top: 3.125vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .sign_up .mailform li {
    display: block;
    margin-top: 7.6923076923vw;
  }
}
.sign_up .mailform li p {
  width: 18.2291666667vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5625vw;
  padding: 1.0416666667vw 0vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .sign_up .mailform li p {
    width: 100%;
    padding: 2.5641025641vw 0vw;
    justify-content: flex-start;
  }
}
.sign_up .mailform li p:last-child {
  width: 31.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .sign_up .mailform li p:last-child {
    width: 100%;
  }
}
.sign_up .mailform li p span {
  display: block;
}
.sign_up .mailform li p .required {
  display: inline-block;
  background-color: #bb0404;
  border-radius: 0.2604166667vw;
  color: #fff;
  padding: 0.78125vw 1.0416666667vw;
  font-size: 0.8333333333vw;
  line-height: 1;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .sign_up .mailform li p .required {
    padding: 1.9230769231vw 2.5641025641vw;
    font-size: 3.8461538462vw;
  }
}
.sign_up .mailform li .Hname {
  margin-top: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .sign_up .mailform li .Hname {
    margin-top: 7.6923076923vw;
  }
}
.sign_up .mailform li input {
  width: 100%;
  height: 2.5em;
  padding: 1.0416666667vw;
  border-radius: 0.2604166667vw;
  border: 1px solid #484a39;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .sign_up .mailform li input {
    border-radius: 0.641025641vw;
    padding: 2.5641025641vw;
  }
}
.sign_up .mailform li textarea {
  width: 100%;
  min-height: 15.625vw;
  border-radius: 0.2604166667vw;
  border: 1px solid #484a39;
  padding: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .sign_up .mailform li textarea {
    border-radius: 0.641025641vw;
    min-height: 38.4615384615vw;
    padding: 2.5641025641vw;
  }
}
.sign_up .mailform .submit {
  display: flex;
  justify-content: center;
  margin-top: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .sign_up .mailform .submit {
    margin-top: 7.6923076923vw;
  }
}
.sign_up .mailform .submit p {
  text-align: center;
}
.sign_up .mailform .submit p input {
  width: 15.625vw;
  background-color: #1d2089;
  border-radius: 1.0416666667vw;
  color: #fff;
  font-size: 1.3541666667vw;
  font-weight: bold;
  display: block;
  padding: 1.5625vw 4.1666666667vw;
  line-height: 1;
}
.sign_up .mailform .submit p input:hover {
  opacity: 0.8;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .sign_up .mailform .submit p input {
    width: 100%;
    border-radius: 2.5641025641vw;
    font-size: 3.3333333333vw;
    padding: 3.8461538462vw 0;
  }
}

/* 20240820追加 */
.banner50th {
  width: 100%;
  max-width: 57.2916666667vw;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .banner50th {
    display: block;
    max-width: none;
    margin: 0 auto 7.6923076923vw;
  }
}
.banner50th div {
  width: 26.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .banner50th div {
    width: 80%;
    margin: 0 auto 10.2564102564vw;
  }
}
.banner50th div p {
  text-align: center;
}
.banner50th .signuplink {
  width: 100%;
  margin-top: 1.5625vw;
  padding: 1.0416666667vw 0;
  color: #fff;
  font-size: 1.25vw;
  text-align: center;
  background-color: #1d2089;
  display: inline-block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .banner50th .signuplink {
    font-size: 3.8461538462vw;
    margin-top: 3.8461538462vw;
    padding: 3.8461538462vw 0;
  }
}
.banner50th .leftbanner .signuplink {
  background-color: #1d2089;
}
.banner50th .rightbanner .signuplink {
  background-color: #4fc170;
}

.photo .library_box {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5625vw;
  margin-top: 3.125vw;
  text-align: center;
  font-weight: bold;
}
.photo .library_box p {
  margin-top: 0.5208333333vw;
  font-weight: normal;
  font-size: 0.9375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .photo .library_box p {
    font-size: 3.0769230769vw;
    margin-bottom: 3.8461538462vw;
  }
}
.photo .library_box a {
  width: 19.7916666667vw;
  height: 13.0208333333vw;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .photo .library_box a {
    width: 100%;
    height: auto;
  }
}
.photo .library_box a img {
  width: 41.6666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .photo .library_box a img {
    width: 100%;
    height: auto;
  }
}

/*　共有　*/
.roundedbox {
  border-radius: 1.5625vw;
  padding-top: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .roundedbox {
    border-radius: 3.8461538462vw;
    padding-top: 7.6923076923vw;
    padding-bottom: 7.6923076923vw;
  }
}

.bold {
  font-weight: bold;
}

.flexbox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .flexbox {
    display: block;
  }
}

.mb20 {
  margin-bottom: 1.0416666667vw;
}

/* animation_delay */
.delay_2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.delay_3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.delay_4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.delay_6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.delay_8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.delay_9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.delay_12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

/* animation */
@-webkit-keyframes bound {
  0% {
    transform: translateY(7.2916666667vw);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(1.5625vw);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes bound {
  0% {
    transform: translateY(7.2916666667vw);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(1.5625vw);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.bound {
  opacity: 0;
}

.bound.animated {
  -webkit-animation: bound 0.5s cubic-bezier(0.57, 0.23, 0.37, 0.95) 1 forwards;
          animation: bound 0.5s cubic-bezier(0.57, 0.23, 0.37, 0.95) 1 forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.animated {
  -webkit-animation: bound 0.7s cubic-bezier(0.57, 0.23, 0.37, 0.95) 1 forwards;
          animation: bound 0.7s cubic-bezier(0.57, 0.23, 0.37, 0.95) 1 forwards;
}

@-webkit-keyframes fadeup {
  0% {
    transform: translateY(1.5625vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(1.5625vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup {
  opacity: 0;
}

.fadeup.animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.slideleft {
  opacity: 0;
  transform: translateX(-1.0416666667vw);
}

.slideleft.animated {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s 0s ease-out;
}

.slideright {
  opacity: 0;
  transform: translateX(1.0416666667vw);
}

.slideright.animated {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s 0s ease-out;
}
/*# sourceMappingURL=style.css.map */