@charset "UTF-8";
/* //////////////////////////////////////
- reset
////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  border-radius: 0;
  border: 0;
  outline: none;
}

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

input[type='button'],
input[type='text'],
input[type='submit'],
input[type='image'],
input[type='search'],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a:hover {
  text-decoration: none;
}

a {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

.align_l {
  text-align: left;
}

.align_c {
  text-align: center;
}

.colorGray {
  color: #808080;
}

.colorRed {
  color: #e31d1d;
}

.pcbl {
  display: block;
}

@media screen and (max-width: 768px) {
  .pcbl {
    display: none;
  }
}

.pcib {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pcib {
    display: none;
  }
}

.spbl {
  display: none;
}

@media screen and (max-width: 768px) {
  .spbl {
    display: block;
  }
}

.spib {
  display: none;
}

@media screen and (max-width: 768px) {
  .spib {
    display: inline-block;
  }
}

.pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
}

.sp_none {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

.indent_txt {
  text-indent: -1em;
  padding-left: 1em;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
}

.cf:before {
  content: '';
  display: block;
  clear: both;
}

.cf {
  display: block;
}

a {
  color: #3a76d5;
}

body {
  font-family: 'Noto Sans JP', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
}

.btn__graduation {
  position: relative;
  background: linear-gradient(160deg, #4caee6 0%, #449972 100%);
  display: inline-block;
  padding: 20px 32px;
  border-radius: 80px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn__graduation span {
  padding-right: 20px;
  color: #fff;
  padding-right: 20px;
}

.btn__graduation span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.btn__graduation:hover {
  opacity: 0.9;
}

body {
  width: 100%;
  margin: 0 auto;
}

main p {
  letter-spacing: 1px;
  line-height: 1.6;
}

section.main_visual {
  margin: 0 auto;
  max-width: calc(1316px + 120px);
  overflow: hidden;
}

section.main_visual .inner {
  position: relative;
  margin: 60px 60px;
  background: #449972;
  background: linear-gradient(145deg, #f9d949 0%, #d2347b 28%, #4caee6 71%, #449972 100%);
}

@media screen and (max-width: 1140px) {
  section.main_visual .inner {
    margin: 16px 20px;
  }
}

section.main_visual h1 {
  width: 100%;
  padding: 85px 0 104px;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  section.main_visual h1 {
    padding: 112px 0;
  }
}

section.main_visual h1 picture img {
  width: 365px;
}

@media screen and (max-width: 1140px) {
  section.main_visual h1 picture img {
    width: 34%;
    min-width: 210px;
  }
}

section.main_visual .leads picture:first-child img {
  position: absolute;
  top: 64px;
  right: 28%;
  width: 34px;
}

@media screen and (max-width: 1140px) {
  section.main_visual .leads picture:first-child img {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  section.main_visual .leads picture:first-child img {
    top: -12px;
    right: 20px;
  }
}

section.main_visual .leads picture:last-child img {
  position: absolute;
  top: 64px;
  left: 22%;
  width: 111px;
}

@media screen and (max-width: 1140px) {
  section.main_visual .leads picture:last-child img {
    width: 54px;
  }
}

@media screen and (max-width: 768px) {
  section.main_visual .leads picture:last-child img {
    top: 24px;
    left: -10px;
  }
}

section.main_visual .lines img:nth-of-type(1) {
  position: absolute;
  top: -47px;
  right: 38%;
  width: 117px;
}

@media screen and (max-width: 768px) {
  section.main_visual .lines img:nth-of-type(1) {
    top: -17px;
    right: 57%;
    width: 66px;
  }
}

section.main_visual .lines img:nth-of-type(2) {
  position: absolute;
  top: 56%;
  right: -32px;
  width: 61px;
}

@media screen and (max-width: 768px) {
  section.main_visual .lines img:nth-of-type(2) {
    top: 260px;
    right: -18px;
    width: 35px;
  }
}

section.main_visual .lines img:nth-of-type(3) {
  position: absolute;
  bottom: -24px;
  right: 55%;
  width: 117px;
}

@media screen and (max-width: 768px) {
  section.main_visual .lines img:nth-of-type(3) {
    display: none;
    bottom: -16px;
    right: 56%;
    width: 82px;
  }
}

section.main_visual .lines img:nth-of-type(4) {
  position: absolute;
  top: 8%;
  left: -35px;
  width: 112px;
}

@media screen and (max-width: 768px) {
  section.main_visual .lines img:nth-of-type(4) {
    display: none;
  }
}

section.main_visual .cosplayers .cosplayer01 {
  position: absolute;
  bottom: -60px;
  left: -62px;
  max-width: 479px;
  width: 40%;
}

section.main_visual .cosplayers .cosplayer01 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  section.main_visual .cosplayers .cosplayer01 {
    display: none;
  }
}

section.main_visual .cosplayers .cosplayer02 {
  position: absolute;
  bottom: -60px;
  right: -62px;
  max-width: 484px;
  width: 40%;
}

section.main_visual .cosplayers .cosplayer02 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  section.main_visual .cosplayers .cosplayer02 {
    display: none;
  }
}

section.main_visual .cosplayers .cosplayer_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  section.main_visual .cosplayers .cosplayer_sp {
    display: block;
    max-width: 365px;
    margin: -20% auto 0;
  }
}

@media screen and (max-width: 390px) {
  section.main_visual .cosplayers .cosplayer_sp {
    max-width: 370px;
    margin-top: -30%;
    margin-left: -12px;
    margin-right: -12px;
  }
}

section.main_visual .cosplayers .cosplayer_sp img {
  width: 100%;
}

nav.navarea {
  max-width: calc(1316px + 120px);
  margin: 0 auto 54px;
}

@media screen and (max-width: 768px) {
  nav.navarea {
    margin: 0 auto 16px;
  }
}

nav.navarea .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 60px 20px;
}

@media screen and (max-width: 1140px) {
  nav.navarea .wrapper {
    margin: 16px 20px;
  }
}

@media screen and (max-width: 480px) {
  nav.navarea .wrapper {
    display: block;
  }
}

nav.navarea .wrapper a {
  position: relative;
  display: inline-block;
  max-width: 320px;
  width: 24%;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  nav.navarea .wrapper a {
    max-width: none;
    width: 100%;
  }
}

nav.navarea .wrapper a img {
  width: 100%;
}

nav.navarea .wrapper a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav.navarea .wrapper a::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 2px;
  height: 0px;
  background-color: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 769px) {
  nav.navarea .wrapper a:hover::before {
    -webkit-transform: translateY(10px) rotate(135deg);
            transform: translateY(10px) rotate(135deg);
  }
  nav.navarea .wrapper a:hover:after {
    height: 50%;
  }
}

nav.navarea .wrapper a:nth-of-type(1)::before {
  border-color: #00afec;
}

nav.navarea .wrapper a:nth-of-type(1)::after {
  background-color: #00afec;
}

nav.navarea .wrapper a:nth-of-type(2)::before {
  border-color: #009c6f;
}

nav.navarea .wrapper a:nth-of-type(2)::after {
  background-color: #009c6f;
}

nav.navarea .wrapper a:nth-of-type(3)::before {
  border-color: #e4007f;
}

nav.navarea .wrapper a:nth-of-type(3)::after {
  background-color: #e4007f;
}

nav.navarea .wrapper a:nth-of-type(4)::before {
  border-color: #ff9d00;
}

nav.navarea .wrapper a:nth-of-type(4)::after {
  background-color: #ff9d00;
}

#navfixed {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  z-index: 998;
}

@media screen and (max-width: 768px) {
  #navfixed {
    display: none;
  }
}

#navfixed a img {
  width: 100%;
}

#navfixed.NavShowMove {
  -webkit-animation: NavUpAnime 0.5s forwards;
          animation: NavUpAnime 0.5s forwards;
}

@-webkit-keyframes NavUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes NavUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#navfixed.NavHiddenMove {
  -webkit-animation: NavDownAnime 0.5s forwards;
          animation: NavDownAnime 0.5s forwards;
}

@-webkit-keyframes NavDownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes NavDownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

#hum {
  display: inline;
  position: fixed;
  top: 12px;
  right: 12px;
  width: 60px;
  z-index: 9998;
	cursor: pointer;
	display: none;
}
#gallery #hum{
	display: inline;
}
#hum img {
  width: 100%;
}

/*@media screen and (min-width: 769px) {
  #hum {
    display: none;
    opacity: 0;
    height: 0;
  }
}*/

#hum_open {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 52px;
  z-index: 99999;
}

#hum_open img {
  width: 100%;
}

#nav_sp {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: fixed;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  background: linear-gradient(145deg, #f9d949 0%, #d2347b 28%, #4caee6 71%, #449972 100%);
  z-index: 9999;
}

@media screen and (min-width: 769px) {
  #nav_sp {
    /*display: none;*/
  }
}

#nav_sp.open {
  -webkit-animation-name: nav_open_anime;
          animation-name: nav_open_anime;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes nav_open_anime {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes nav_open_anime {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#nav_sp .inner {
  opacity: 0;
  display: block;
  width: 300px;
}

#nav_sp .inner.open {
  opacity: 0;
  -webkit-animation-name: nav_inner_anime;
          animation-name: nav_inner_anime;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes nav_inner_anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes nav_inner_anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#nav_sp a {
  display: block;
  width: 286px;
  padding: 16px 0;
}

#nav_sp a img {
  width: 100%;
}
#nav_sp a img.gallery_btn{
	width: 80%;
}

section.survey {
  background: linear-gradient(176deg, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 80%, white 80%), linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.4) 13%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0) 100%), linear-gradient(135deg, #f9d949 15%, #d12f7d 90%, rgba(209, 47, 125, 0) 100%);
}

@media screen and (max-width: 480px) {
  section.survey {
    background: linear-gradient(156deg, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 65%, white 65%), linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.4) 13%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0) 100%), linear-gradient(135deg, #f9d949 15%, #d12f7d 90%, rgba(209, 47, 125, 0) 100%);
  }
}

section.survey {
  position: relative;
  margin-bottom: 80px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  section.survey {
    margin-bottom: 16px;
  }
}

section.survey .inner {
  margin: 0 auto;
  max-width: calc(1100px + 120px);
}

section.survey .bnr_survey {
  position: relative;
  margin: 0 60px 60px;
  border: 10px solid #f9d949;
  -o-border-image: linear-gradient(145deg, #f9d949 0%, #d2347b 28%, #4caee6 71%, #449972 100%);
     border-image: linear-gradient(145deg, #f9d949 0%, #d2347b 28%, #4caee6 71%, #449972 100%);
  border-image-slice: 1;
  background-color: #fff;
}

@media screen and (max-width: 1140px) {
  section.survey .bnr_survey {
    margin: 0 20px 48px;
  }
}

section.survey .bnr_survey .start_survey {
  padding: 32px 0 90px;
  margin-left: 40%;
}

@media screen and (max-width: 1140px) {
  section.survey .bnr_survey .start_survey {
    padding: 32px 0 96px;
    margin-left: 36vw;
  }
}

@media screen and (max-width: 768px) {
  section.survey .bnr_survey .start_survey {
    width: 100%;
    padding: 0 16px 48px;
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  section.survey .bnr_survey .start_survey {
    padding: 0 16px 26px;
  }
}

section.survey .bnr_survey .start_survey p {
  padding: 0 8px 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1140px) {
  section.survey .bnr_survey .start_survey p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  section.survey .bnr_survey .start_survey p {
    margin-bottom: 16px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  section.survey .bnr_survey .start_survey p {
    font-size: 14px;
  }
}

section.survey .bnr_survey img.survey_img01 {
  position: absolute;
  top: -26px;
  left: -32px;
  max-width: 455px;
  width: 50%;
}

@media screen and (max-width: 1140px) {
  section.survey .bnr_survey img.survey_img01 {
    width: 40vw;
  }
}

@media screen and (max-width: 768px) {
  section.survey .bnr_survey img.survey_img01 {
    display: none;
  }
}

section.survey .bnr_survey img.survey_img01_sp {
  width: 100%;
  padding: 12px;
}

@media screen and (min-width: 769px) {
  section.survey .bnr_survey img.survey_img01_sp {
    display: none;
  }
}

section.survey .bnr_survey img.survey_img02 {
  position: absolute;
  top: -26px;
  right: 8px;
  max-width: 308px;
}

@media screen and (max-width: 1140px) {
  section.survey .bnr_survey img.survey_img02 {
    width: 24vw;
    top: 4%;
  }
}

@media screen and (max-width: 768px) {
  section.survey .bnr_survey img.survey_img02 {
    display: none;
  }
}

section.survey .bnr_survey .end_survey {
  padding: 50px 0;
  margin-left: 46%;
}

@media screen and (max-width: 1140px) {
  section.survey .bnr_survey .end_survey {
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  section.survey .bnr_survey .end_survey {
    padding: 0 16px 16px;
    margin-left: 0;
    text-align: center;
    line-height: 1.4;
  }
}

section.survey .bnr_survey .end_survey h4 {
  margin-bottom: 8px;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  section.survey .bnr_survey .end_survey h4 {
    font-size: 22px;
  }
}

section.survey .bnr_survey .end_survey p {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  section.survey .bnr_survey .end_survey p {
    font-size: 16px;
  }
}

section.survey .bnr_survey .btn_area {
  position: absolute;
  font-size: 18px;
}

@media screen and (max-width: 1140px) {
  section.survey .bnr_survey .btn_area {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  section.survey .bnr_survey .btn_area {
    width: 100%;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

section.survey .bnr_plan {
  position: relative;
  margin: 0 60px 60px;
  background: #e68862;
  background: linear-gradient(20deg, #e68862 0%, #d2347b 15%, #4caee6 70%, #459c83 100%);
}

@media screen and (max-width: 1140px) {
  section.survey .bnr_plan {
    margin: 0 20px 72px;
    background: linear-gradient(120deg, #e68862 0%, #d2347b 15%, #4caee6 70%, #459c83 100%);
  }
}

section.survey .bnr_plan .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

@media screen and (max-width: 1140px) {
  section.survey .bnr_plan .inner {
    display: block;
  }
}

section.survey .bnr_plan .inner .ttl {
  width: 24%;
  padding: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 1140px) {
  section.survey .bnr_plan .inner .ttl {
    width: 100%;
    max-width: 420px;
    padding: 8px 32px 16px;
  }
}

section.survey .bnr_plan .inner .ttl picture img {
  width: 100%;
}

section.survey .bnr_plan .inner .txtbody {
  width: 76%;
  padding: 24px 18px 18px;
  background-color: #fff;
}

@media screen and (max-width: 1140px) {
  section.survey .bnr_plan .inner .txtbody {
    width: 100%;
  }
}

section.survey .bnr_plan .inner .txtbody > p {
  padding-left: 16px;
  margin-bottom: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  section.survey .bnr_plan .inner .txtbody > p {
    padding-left: 4px;
  }
}

@media screen and (max-width: 768px) {
  section.survey .bnr_plan .inner .txtbody > p {
    font-size: 14px;
  }
}

section.survey .bnr_plan .inner .btn_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 768px) {
  section.survey .bnr_plan .inner .btn_area {
    display: block;
  }
}

section.survey .bnr_plan .inner .btn_area a.btn__plan {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 16px;
  margin-right: 8px;
  border: 2px solid #009c6f;
  border-radius: 100px;
}

@media screen and (max-width: 1140px) {
  section.survey .bnr_plan .inner .btn_area a.btn__plan {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  section.survey .bnr_plan .inner .btn_area a.btn__plan {
    width: 100%;
    margin-bottom: 12px;
    padding: 12px 12px;
  }
}

section.survey .bnr_plan .inner .btn_area a.btn__plan > span {
  padding: 0 32px 0px 8px;
  font-size: 20px;
  font-weight: bold;
  color: #009c6f;
}

@media screen and (max-width: 1140px) {
  section.survey .bnr_plan .inner .btn_area a.btn__plan > span {
    font-size: 18px;
  }
}

section.survey .bnr_plan .inner .btn_area a.btn__plan::before {
  content: '';
  display: inline-block;
  min-width: 94px;
  height: 42px;
  background-image: url(../img/plan_img02.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  section.survey .bnr_plan .inner .btn_area a.btn__plan::before {
    min-width: 80px;
    height: 36px;
  }
}

section.survey .bnr_plan .inner .btn_area a.btn__plan::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/plan_arrow_green.png);
  background-repeat: no-repeat;
  background-size: cover;
}

section.survey .bnr_plan .inner .btn_area a.btn__plan__taxi {
  border-color: #e4007f;
}

section.survey .bnr_plan .inner .btn_area a.btn__plan__taxi > span {
  color: #e4007f;
}

section.survey .bnr_plan .inner .btn_area a.btn__plan__taxi::before {
  background-image: url(../img/plan_img03.png);
  min-width: 42px;
}

@media screen and (max-width: 768px) {
  section.survey .bnr_plan .inner .btn_area a.btn__plan__taxi::before {
    min-width: 36px;
  }
}

section.survey .bnr_plan .inner .btn_area a.btn__plan__taxi::after {
  background-image: url(../img/plan_arrow_magenta.png);
}

section.survey .bnr_member {
  margin: 0 60px 60px;
}

@media screen and (max-width: 1140px) {
  section.survey .bnr_member {
    margin: 0 20px 48px;
  }
}

section.survey .bnr_member a img {
  width: 100%;
}

section.survey .message {
  z-index: 99;
  width: 100%;
  padding: 96px 20px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section.survey .message {
    padding: 96px 20px 96px;
  }
}

section.survey .message p {
  width: 60%;
  margin: 0 auto 26px;
}

section.survey .message p img {
  width: 100%;
}

section.survey .message img {
  width: 100%;
  max-width: 1000px;
  z-index: 999;
}

section.survey .lines img:nth-of-type(1) {
  position: absolute;
  top: 180px;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  section.survey .lines img:nth-of-type(1) {
    width: 102px;
    top: 282px;
  }
}

section.survey .lines img:nth-of-type(2) {
  position: absolute;
  bottom: -108px;
  right: 125px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  section.survey .lines img:nth-of-type(2) {
    width: 54px;
    bottom: 15px;
    right: 48px;
  }
}

section.survey .lines img:nth-of-type(3) {
  position: absolute;
  bottom: calc(109px - 5vw);
  left: 20px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  section.survey .lines img:nth-of-type(3) {
    display: none;
  }
}

section.survey .lines img:nth-of-type(4) {
  position: absolute;
  top: 420px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  section.survey .lines img:nth-of-type(4) {
    top: 370px;
    width: 48px;
  }
}

section.survey .movie_area {
  max-width: 1000px;
  margin: 0 auto 48px;
}

section.survey .movie_area .movie_wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  border: 2px solid #fff;
  -webkit-box-shadow: 4px 4px 5px rgba(201, 193, 197, 0.2);
          box-shadow: 4px 4px 5px rgba(201, 193, 197, 0.2);
}

section.survey .movie_area .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.facility_area {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1140px) {
  section.facility_area {
    margin: 0 20px;
  }
}

section.facility_area .ttl_area {
  text-align: center;
}

section.facility_area .ttl_area h2 {
  max-width: 434px;
  margin: 0 auto 32px;
}

@media screen and (max-width: 768px) {
  section.facility_area .ttl_area h2 {
    max-width: 176px;
  }
}

section.facility_area .ttl_area h2 img {
  width: 100%;
}

section.facility_area .ttl_area h2 + p {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  section.facility_area .ttl_area h2 + p {
    font-size: 16px;
  }
}

section.facility_area img.facility_map {
  width: 100%;
  margin-bottom: 32px;
}

section.facility_area p.map_desc {
  margin-bottom: 16px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  section.facility_area p.map_desc {
    font-size: 14px;
    line-height: 1.6;
  }
}

section.facility_area .facility_items {
  padding: 32px 0 110px;
}

@media screen and (max-width: 768px) {
  section.facility_area .facility_items {
    padding: 32px 0 20px;
  }
}

section.facility_area .facility_items .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section.facility_area .facility_items .fac_item {
  position: relative;
  width: 32%;
  max-width: 340px;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  section.facility_area .facility_items .fac_item {
    width: 48%;
  }
}

section.facility_area .facility_items .fac_item > div{
	position: relative;
}
section.facility_area .facility_items .fac_item > div img {
  width: 100%;
}

section.facility_area .facility_items .fac_item h4 {
  padding: 0.4em 0;
  font-size: 22px;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 768px) {
  section.facility_area .facility_items .fac_item h4 {
    font-size: 17px;
  }
}

section.facility_area .facility_items .fac_item a.pdf_file {
  position: relative;
  display: inline-block;
  padding: 6px 6px 6px 36px;
  margin-bottom: 8px;
  border: 1px solid #00afec;
  border-radius: 6px;
  color: #333;
  letter-spacing: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  section.facility_area .facility_items .fac_item a.pdf_file {
    padding: 4px 4px 4px 26px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

section.facility_area .facility_items .fac_item a.pdf_file span {
  font-size: 12px;
}

section.facility_area .facility_items .fac_item a.pdf_file:hover {
  background-color: #00afec;
  color: #fff;
  padding-right: 42px;
}

section.facility_area .facility_items .fac_item a.pdf_file::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: inline-block;
  width: 18px;
  height: 22px;
  background-image: url(../img/ico_pdf.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  section.facility_area .facility_items .fac_item a.pdf_file::before {
    left: 6px;
  }
}

section.facility_area .facility_items .fac_item a.pdf_file:hover::before {
  background-image: url(../img/ico_pdf_active.png);
}

section.facility_area .facility_items .fac_item a.pdf_file:hover::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 21px;
  height: 10px;
  background-image: url(../img/ico_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
}

section.facility_area .facility_items .fac_item a.gmaplink {
  position: relative;
  display: inline-block;
  padding: 0px 8px 0 16px;
  margin-bottom: 8px;
  color: #333;
  text-decoration: underline;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  section.facility_area .facility_items .fac_item a.gmaplink {
    font-size: 14px;
  }
}

section.facility_area .facility_items .fac_item a.gmaplink::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 11px;
  height: 15px;
  background-image: url(../img/ico_pin.png);
  background-repeat: no-repeat;
  background-size: cover;
}

section.facility_area .facility_items .fac_item a.gmaplink:hover {
  text-decoration: none;
  color: #00afec;
}

section.facility_area .facility_items .fac_item p.tel {
  letter-spacing: 1.5px;
}

section.facility_area .facility_items .fac_item p.tel > a {
  color: #333;
}

@media screen and (max-width: 768px) {
  section.facility_area .facility_items .fac_item p.tel {
    font-size: 14px;
    line-height: 1.4;
  }
}

section.facility_area .facility_items .fac_item::before {
  content: '01';
  position: absolute;
  top: -24px;
  left: 8px;
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 3px solid #00afec;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  line-height: 2.6;
  font-weight: bold;
  color: #00afec;
	z-index: 1;
}

section.facility_area .facility_items .fac_item:nth-of-type(1)::before {
  content: "01";
}

section.facility_area .facility_items .fac_item:nth-of-type(2)::before {
  content: "02";
}

section.facility_area .facility_items .fac_item:nth-of-type(3)::before {
  content: "03";
}

section.facility_area .facility_items .fac_item:nth-of-type(4)::before {
  content: "04";
}

section.facility_area .facility_items .fac_item:nth-of-type(5)::before {
  content: "05";
}

section.facility_area .facility_items .fac_item:nth-of-type(6)::before {
  content: "06";
}

section.facility_area .facility_items .fac_item:nth-of-type(7)::before {
  content: "07";
}

section.facility_area .facility_items .fac_item:nth-of-type(8)::before {
  content: "08";
}

section.facility_area .facility_items .fac_item:nth-of-type(9)::before {
  content: "09";
}

section.facility_area .facility_items .fac_item:nth-of-type(10)::before {
  content: "10";
}

section.facility_area .facility_items .fac_item:nth-of-type(11)::before {
  content: "11";
}

section.facility_area .facility_items .fac_item:nth-of-type(12)::before {
  content: "12";
}

section.facility_area .facility_items .fac_item:nth-of-type(13)::before {
  content: "13";
}

section.facility_area .facility_items .fac_item:nth-of-type(14)::before {
  content: "14";
}

section.facility_area .facility_items .fac_item:nth-of-type(15)::before {
  content: "15";
}

section.facility_area .facility_items .fac_item:nth-of-type(16)::before {
  content: "16";
}

section.facility_area .facility_items .fac_item:nth-of-type(17)::before {
  content: "17";
}

section.facility_area .facility_items .fac_item:nth-of-type(18)::before {
  content: "18";
}

section.facility_area .facility_items .fac_item:nth-of-type(19)::before {
  content: "19";
}

section.facility_area .facility_items .fac_item:nth-of-type(20)::before {
  content: "20";
}

section.hotels_area {
  max-width: 1100px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 1140px) {
  section.hotels_area {
    margin: 0 20px 32px;
  }
}

section.hotels_area .ttl_area {
  text-align: center;
}

section.hotels_area .ttl_area h2 {
  max-width: 250px;
  margin: 0 auto 32px;
}

@media screen and (max-width: 768px) {
  section.hotels_area .ttl_area h2 {
    max-width: 210px;
  }
}

section.hotels_area .ttl_area h2 img {
  width: 100%;
}

section.hotels_area .ttl_area h2 + p {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  section.hotels_area .ttl_area h2 + p {
    font-size: 16px;
  }
}

section.hotels_area .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-bottom: 72px;
}

@media screen and (max-width: 480px) {
  section.hotels_area .description {
    display: block;
    margin-bottom: 48px;
  }
}

section.hotels_area .description .leftblk {
  width: 50%;
  padding-right: 2em;
  border-right: 1px solid #bebebe;
}

@media screen and (max-width: 480px) {
  section.hotels_area .description .leftblk {
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
    border-right: none;
  }
}

section.hotels_area .description .leftblk h4 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  section.hotels_area .description .leftblk h4 {
    font-size: 16px;
  }
}

section.hotels_area .description .leftblk ul {
  margin-bottom: 1.6em;
}

section.hotels_area .description .leftblk ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #009c6f;
}

@media screen and (max-width: 768px) {
  section.hotels_area .description .leftblk ul li {
    font-size: 16px;
  }
}

section.hotels_area .description .leftblk ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/ico_check01.png);
  background-repeat: no-repeat;
  background-size: cover;
}

section.hotels_area .description .leftblk figure {
  max-width: 411px;
}

section.hotels_area .description .leftblk figure img {
  width: 100%;
}

section.hotels_area .description .rightblk {
  width: 50%;
  padding-left: 2em;
}

@media screen and (max-width: 480px) {
  section.hotels_area .description .rightblk {
    width: 100%;
    padding: 0;
  }
}

section.hotels_area .description .rightblk p {
  margin-bottom: 12px;
  font-size: 14px;
}

section.hotels_area .description .rightblk ul li {
  position: relative;
  text-indent: -1.4em;
  padding-left: 1em;
  margin-bottom: 8px;
  font-size: 14px;
  list-style-type: disc;
  color: #009c6f;
  line-height: 1.6;
}

section.hotels_area .description .rightblk ul li span {
  color: #333;
}

section.hotels_area .hotel_items h3 {
  width: 270px;
  margin: 0 auto 36px;
}

@media screen and (max-width: 768px) {
  section.hotels_area .hotel_items h3 {
    width: 210px;
  }
}

section.hotels_area .hotel_items h3 img {
  width: 100%;
}

section.hotels_area .hotel_items .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.hotels_area .hotel_items .item {
  width: 32%;
  padding: 16px;
  margin-bottom: 24px;
  border: 1px solid #bebebe;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  section.hotels_area .hotel_items .item {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  section.hotels_area .hotel_items .item {
    width: 100%;
    padding: 12px;
    margin-bottom: 16px;
  }
}

section.hotels_area .hotel_items .item h4 {
  padding: 10px 0 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid #bebebe;
  font-size: 20px;
  font-weight: bold;
  color: #009c6f;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 768px) {
  section.hotels_area .hotel_items .item h4 {
    padding: 2px 0 12px;
    margin-bottom: 16px;
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  section.hotels_area .hotel_items .item h4 {
    padding: 0px 0 8px;
    margin-bottom: 12px;
    font-size: 16px;
  }
}

section.hotels_area .hotel_items .item span.area {
  display: inline-block;
  padding: 0px 4px;
  margin-bottom: 8px;
  color: #009c6f;
  border: 1px solid #009c6f;
  text-align: center;
  font-size: 14px;
}

section.hotels_area .hotel_items .item a.gmaplink {
  position: relative;
  display: inline-block;
  padding: 0px 8px 0px 16px;
  margin-bottom: 8px;
  color: #333;
  text-decoration: underline;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  section.hotels_area .hotel_items .item a.gmaplink {
    font-size: 14px;
  }
}

section.hotels_area .hotel_items .item a.gmaplink::before {
  content: '';
  position: absolute;
  top: 53%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 11px;
  height: 15px;
  background-image: url(../img/ico_pin_hotel.png);
  background-repeat: no-repeat;
  background-size: cover;
}

section.hotels_area .hotel_items .item a.gmaplink:hover {
  text-decoration: none;
  color: #009c6f;
}

section.hotels_area .hotel_items .item p.tel {
  margin-bottom: 12px;
  letter-spacing: 1.5px;
}

section.hotels_area .hotel_items .item p.tel > a {
  color: #333;
}

@media screen and (max-width: 768px) {
  section.hotels_area .hotel_items .item p.tel {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 480px) {
  section.hotels_area .hotel_items .item p.tel {
    display: inline-block;
    margin-right: 8px;
  }
}

section.hotels_area .hotel_items .item a.sitelink {
  position: relative;
  display: inline-block;
  padding: 0px 8px 0px 16px;
  margin-bottom: 8px;
  color: #333;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  section.hotels_area .hotel_items .item a.sitelink {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  section.hotels_area .hotel_items .item a.sitelink {
    display: inline;
  }
}

@media screen and (max-width: 374px) {
  section.hotels_area .hotel_items .item a.sitelink {
    display: inline-block;
  }
}

section.hotels_area .hotel_items .item a.sitelink::before {
  content: '';
  position: absolute;
  top: 53%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/ico_outlink.png);
  background-repeat: no-repeat;
  background-size: cover;
}

section.hotels_area .hotel_items .item a.sitelink:hover {
  text-decoration: none;
  color: #009c6f;
}

section.hotels_area .hotel_items .item p.annotation {
  font-size: 14px;
  line-height: 1.6;
}

section.taxi_area {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1140px) {
  section.taxi_area {
    margin: 0 20px;
  }
}

section.taxi_area .ttl_area {
  text-align: center;
}

section.taxi_area .ttl_area h2 {
  max-width: 285px;
  margin: 0 auto 32px;
}

@media screen and (max-width: 768px) {
  section.taxi_area .ttl_area h2 {
    max-width: 240px;
  }
}

section.taxi_area .ttl_area h2 img {
  width: 100%;
}

section.taxi_area .ttl_area h2 + p {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  section.taxi_area .ttl_area h2 + p {
    font-size: 16px;
  }
}

section.taxi_area .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-bottom: 72px;
}

@media screen and (max-width: 480px) {
  section.taxi_area .description {
    display: block;
    margin-bottom: 48px;
  }
}

section.taxi_area .description .leftblk {
  width: 50%;
  padding-right: 2em;
  border-right: 1px solid #bebebe;
}

@media screen and (max-width: 480px) {
  section.taxi_area .description .leftblk {
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
    border-right: none;
  }
}

section.taxi_area .description .leftblk h4 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  section.taxi_area .description .leftblk h4 {
    font-size: 16px;
  }
}

section.taxi_area .description .leftblk ul {
  margin-bottom: 1.6em;
}

section.taxi_area .description .leftblk ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #e4007f;
}

@media screen and (max-width: 768px) {
  section.taxi_area .description .leftblk ul li {
    font-size: 16px;
  }
}

section.taxi_area .description .leftblk ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/ico_check02.png);
  background-repeat: no-repeat;
  background-size: cover;
}

section.taxi_area .description .leftblk figure {
  max-width: 411px;
}

section.taxi_area .description .leftblk figure img {
  width: 100%;
}

section.taxi_area .description .rightblk {
  width: 50%;
  padding-left: 2em;
}

@media screen and (max-width: 480px) {
  section.taxi_area .description .rightblk {
    width: 100%;
    padding: 0;
  }
}

section.taxi_area .description .rightblk p {
  margin-bottom: 12px;
  font-size: 14px;
}

section.taxi_area .description .rightblk ul li {
  position: relative;
  text-indent: -1.4em;
  padding-left: 1em;
  margin-bottom: 8px;
  font-size: 14px;
  list-style-type: disc;
  color: #e4007f;
  line-height: 1.6;
}

section.taxi_area .description .rightblk ul li span {
  color: #333;
}

section.taxi_area .taxi_items .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  section.taxi_area .taxi_items .wrapper {
    display: block;
  }
}

section.taxi_area .taxi_items .leftblk {
  width: 49%;
}

@media screen and (max-width: 480px) {
  section.taxi_area .taxi_items .leftblk {
    width: 100%;
  }
}

section.taxi_area .taxi_items .rightblk {
  width: 49%;
}

@media screen and (max-width: 480px) {
  section.taxi_area .taxi_items .rightblk {
    width: 100%;
  }
  section.taxi_area .taxi_items .rightblk .item:last-of-type {
    border: 1px solid #bebebe;
  }
}

section.taxi_area .taxi_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #bebebe;
  border-bottom: none;
}

@media screen and (min-width: 480px) {
  section.taxi_area .taxi_items .item:last-of-type {
    border-bottom: 1px solid #bebebe;
  }
}

@media screen and (max-width: 768px) {
  section.taxi_area .taxi_items .item {
    display: block;
  }
}

section.taxi_area .taxi_items .item h4 {
  width: 40%;
  padding: 20px 16px;
  font-size: 18px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
  section.taxi_area .taxi_items .item h4 {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
  }
}

section.taxi_area .taxi_items .item .tel_and_site {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 60%;
}

@media screen and (max-width: 768px) {
  section.taxi_area .taxi_items .item .tel_and_site {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 14px;
  }
}

section.taxi_area .taxi_items .item p.tel {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 16px 8px;
  letter-spacing: 1.5px;
}

section.taxi_area .taxi_items .item p.tel > a {
  color: #333;
}

@media screen and (max-width: 768px) {
  section.taxi_area .taxi_items .item p.tel {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1.4;
  }
}

section.taxi_area .taxi_items .item a.sitelink {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  display: inline-block;
  padding: 16px 8px 16px 16px;
  color: #333;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  section.taxi_area .taxi_items .item a.sitelink {
    font-size: 14px;
    padding: 12px 8px 12px 16px;
  }
}

@media screen and (max-width: 480px) {
  section.taxi_area .taxi_items .item a.sitelink {
    display: inline;
  }
}

@media screen and (max-width: 374px) {
  section.taxi_area .taxi_items .item a.sitelink {
    display: inline-block;
  }
}

section.taxi_area .taxi_items .item a.sitelink::before {
  content: '';
  position: absolute;
  top: 53%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/ico_outlink02.png);
  background-repeat: no-repeat;
  background-size: cover;
}

section.taxi_area .taxi_items .item a.sitelink:hover {
  text-decoration: none;
  color: #e4007f;
}

section.taxi_area .taxi_items .item.plusanno .tel_and_site {
  display: block;
}

section.taxi_area .taxi_items .item.plusanno .tel_and_site .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 768px) {
  section.taxi_area .taxi_items .item.plusanno .tel_and_site .inner {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 14px;
  }
}

section.taxi_area .taxi_items .item.plusanno .tel_and_site p.annotation {
  padding: 0 4px 4px 12px;
  margin-top: -8px;
  font-size: 13px;
  line-height: 1.4;
}

section.about_area {
  position: relative;
  background: linear-gradient(28deg, #4caee6 0%, #449972 90%);
}

section.about_area .gradient_area01 {
  height: 500px;
  background: linear-gradient(8deg, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 65%, white 65%);
}

section.about_area .gradient_area02 {
  height: 590px;
  margin-top: -500px;
  background: linear-gradient(170deg, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 65%, white 65%);
  z-index: -1;
}

@media screen and (max-width: 480px) {
  section.about_area .gradient_area02 {
    height: 450px;
    margin-top: -400px;
    background: linear-gradient(156deg, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0) 65%, white 65%);
  }
}

section.about_area > .inner {
  margin: 0 auto;
}

@media screen and (max-width: 1140px) {
  section.about_area > .inner {
    margin: 0 20px;
  }
}

section.about_area {
  z-index: 1;
}

section.about_area .ttl_area {
  margin-top: -196px;
  margin-bottom: 48px;
  text-align: center;
}

section.about_area .ttl_area h2 {
  max-width: 434px;
  margin: 0 auto 32px;
}

@media screen and (max-width: 768px) {
  section.about_area .ttl_area h2 {
    max-width: 294px;
  }
}

section.about_area .ttl_area h2 img {
  width: 100%;
}

section.about_area .ttl_area h2 + p {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  section.about_area .ttl_area h2 + p {
    font-size: 16px;
  }
}

section.about_area .lines img:nth-of-type(1) {
  position: absolute;
  top: calc(97px + 4.5vw);
  right: 40px;
  width: 210px;
}

@media screen and (max-width: 768px) {
  section.about_area .lines img:nth-of-type(1) {
    top: calc(125px + 4.5vw);
    right: 20px;
    width: 136px;
  }
}

section.about_area .lines img:nth-of-type(2) {
  position: absolute;
  top: 320px;
  left: 40px;
  width: 240px;
}

@media screen and (max-width: 768px) {
  section.about_area .lines img:nth-of-type(2) {
    display: none;
  }
}

section.about_area .movie_area {
  max-width: 1000px;
  margin: 0 auto 48px;
}

section.about_area .movie_area .movie_wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  border: 2px solid #fff;
}

section.about_area .movie_area .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.about_area .pdfitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 108px;
  text-align: center;
}

section.about_area .pdfitems .item {
  width: 32%;
  padding: 18px 32px;
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  section.about_area .pdfitems .item {
    width: 100%;
  }
}

section.about_area .pdfitems .item img {
  width: 102px;
}

@media screen and (max-width: 768px) {
  section.about_area .pdfitems .item img {
    width: 62px;
  }
}

section.about_area .pdfitems .item p {
  padding: 8px 0 0;
  font-size: 22px;
  font-weight: bold;
  color: #00afec;
  line-height: 1.2;
}

@media screen and (max-width: 1140px) {
  section.about_area .pdfitems .item p {
    font-size: 18px;
  }
}

section.about_area .pr_groupe {
  position: relative;
}

section.about_area .pr_groupe > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

section.about_area .pr_groupe .leftblk {
  width: 48%;
  padding-bottom: 126px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  section.about_area .pr_groupe .leftblk {
    width: 100%;
    padding-bottom: 24px;
  }
}

section.about_area .pr_groupe .leftblk h3 {
  width: 380px;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  section.about_area .pr_groupe .leftblk h3 {
    width: 255px;
  }
}

section.about_area .pr_groupe .leftblk h3 img {
  width: 100%;
}

section.about_area .pr_groupe .leftblk h3 + p {
  color: #fff;
  line-height: 2;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
	section.about_area .pr_groupe .leftblk .pcbl {
			display: block;
	}
	section.about_area .pr_groupe .leftblk .pcbl img {
			width: 100%;
	}
}

section.about_area .pr_groupe .rightblk {
  width: 50%;
  display: none;
}

@media screen and (max-width: 768px) {
  section.about_area .pr_groupe .rightblk {
    width: 100%;
    margin-bottom: 40px;
  }
}

section.about_area .pr_groupe .rightblk img {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  max-width: 720px;
}

@media screen and (min-width: 1720px) {
  section.about_area .pr_groupe .rightblk img {
    right: 4vw;
  }
}

@media screen and (max-width: 768px) {
  section.about_area .pr_groupe .rightblk img {
    position: relative;
    width: 100%;
  }
}

footer {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: calc(-320px + 14vw);
  text-align: center;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: -100px;
  }
}

@media screen and (max-width: 480px) {
  footer {
    margin-top: -70px;
  }
}

footer .box_contact {
  margin: 0 auto 60px;
  max-width: 1100px;
  word-break: break-all;
}

footer .box_contact .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .box_contact .wrapper .item {
  border: 10px solid #f9d949;
  -o-border-image: linear-gradient(145deg, #f9d949 0%, #d2347b 28%, #4caee6 71%, #449972 100%);
     border-image: linear-gradient(145deg, #f9d949 0%, #d2347b 28%, #4caee6 71%, #449972 100%);
  border-image-slice: 1;
  background-color: #fff;
}

footer .box_contact .wrapper .item > p > a {
  color: #333;
}

footer .box_contact .wrapper .item:first-child {
  width: 42%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .box_contact .wrapper .item:first-child img {
  width: 100%;
  max-width: 380px;
}

@media screen and (max-width: 768px) {
  footer .box_contact .wrapper .item:first-child {
    width: 100%;
  }
}

footer .box_contact .wrapper .item:last-child {
  width: 58%;
  padding: 32px;
  text-align: left;
  line-height: 1.7;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  footer .box_contact .wrapper .item:last-child {
    width: 100%;
  }
}

footer .box_contact .wrapper .item:last-child h4 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 1.5px;
}

footer .concierge {
  max-width: 234px;
  margin: 0 auto 32px;
}

footer .concierge img {
  width: 100%;
}

footer p.copyright {
  font-size: 14px;
  color: #333;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  footer p.copyright {
    font-size: 12px;
  }
}

body > .totop {
  position: fixed;
  bottom: 64px;
  right: 16px;
  width: 39px;
  opacity: 0;
  -webkit-transform: translateY(260px);
          transform: translateY(260px);
  z-index: 997;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  body > .totop {
    display: none;
  }
}

body > .totop img {
  width: 100%;
}

body > .totop.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(260px);
            transform: translateY(260px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(260px);
            transform: translateY(260px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

body > .totop.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(260px);
            transform: translateY(260px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(260px);
            transform: translateY(260px);
  }
}

/*20230627*/
.plan{
	position: relative;
	margin-bottom: 70px;
}
.plan img{
	width: 100%;
}
.plan a img{
	position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 25%;
}
@media screen and (max-width: 768px) {
	.plan{
		margin-bottom: 40px;
	}
	.plan a img{
		position: absolute;
		bottom: 1%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		max-width: 65%;
	}
}
/*# sourceMappingURL=style.css.map */

/*20231016*/
.g_btn{
    position: absolute;
    bottom: 0%;
    right: 0;
    transform: translate(0px, 0%);
}
.g_btn a:hover{
	opacity: 0.8;
}
.g_btn img{
	max-width: 72px;
	width: 100%;
}
.gallery_p_btn{
	margin: 0 auto;
	text-align: center;
}
.gallery_p_btn a:hover{
	opacity: 0.8;
}
.gallery_p_btn img{
	max-width: 459px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.g_btn img{
		max-width: 50px;
		width: 100%;
	}
	.gallery_p_btn img{
		margin-bottom: 67px;
	}
}

/*ギャラリーページ*/
#gallery{
	position: relative;
}
#gallery .top_log{
	max-width: 218px;
}
#gallery .top_log a{
	display: block;
}
#gallery .top_log img{
	max-width: 218px;
	width: 100%;
}
#gallery .cont{
	margin: -100px auto 160px;
	text-align: center;
}
#gallery .cont .g_ttl{
	margin-bottom: 30px;
}
#gallery .cont .g_ttl img{
	max-width: 334px;
	width: 100%;
}
#gallery .g_list{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
#gallery .g_list .container .row{
	display: flex;
	flex-wrap: wrap;
}
#gallery .g_list .container .row img{
	max-width: 265px;
	width: 100%;
	margin-right: 13px;
    margin-bottom: 20px;
	cursor: pointer;
}
#gallery .g_list .container .row img:nth-child(4n){
	margin-right: 0px;
}
/*pad*/
@media screen and (max-width: 820px) {
	#gallery .cont{
		padding: 0px 20px;
		margin: -40px auto 130px;
	}
	#gallery .g_list .container .row{
		justify-content: space-between;
	}
	#gallery .g_list .container .row img{
		max-width: 244px;
		margin-right: 0px;
	}
	footer {
		position: relative;
		width: 100%;
		padding: 20px;
		margin-top: calc(-320px + 34vw);
		text-align: center;
		z-index: 99;
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	#gallery .top_log{
		max-width: 100px;
	}
	#gallery .cont .g_ttl img{
		max-width: 284px;
	}
	#gallery .g_list .container .row img{
		max-width: 177px;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#gallery .g_list .container .row img:nth-child(2n){
		margin-right: 0px;
	}
	#gallery footer{
		margin-top: -100px;
	}
}
@media screen and (max-width: 393px) {
	#gallery .g_list .container .row img{
		max-width: 167px;
	}
	#gallery footer{
		margin-top: -70px;
	}
}
/*se*/
@media screen and (max-width: 375px) {
	#gallery .g_list .container .row img{
		max-width: 160px;
	}
}
/*アコーディオン*/
.accordion-button {
	cursor: pointer; /* カーソルをポインターに設定 */
	border-bottom: 1px solid #00AFEC;
	padding: 30px 0px;
	margin-bottom: 0px;
	position: relative;
}
#accordion1{
	border-top: 1px solid #00AFEC;
}
.accordion-button dl{
	display: flex;
	font-size: 18px;
}
.accordion-button dl dt{
	color: #00AFEC;
	margin-right: 34px;
	position: relative;
	font-weight: bold;
}
.accordion-button dl dt::after{
	content: "";
	position: absolute;
	top: 0;
	right: -18px;
	width: 2px;
	height: 100%;
	background: #00AFEC;
}
.accordion-button dl dd{
	font-weight: bold;
}
.accordion-button dl dd.btn{
	position: absolute;
	width: 30px;
	height: 30px;
	background: #00AFEC;
	top: 50%;
	right: 0%;
	transform: translate(0%, -50%) rotate(0deg);
	border-radius: 50%;
	cursor: pointer;
	z-index: 100;
	transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
	margin-top: 0px;
}
.accordion-button dl dd.btn::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 2px;
	width: 50%;
	background: white;
}
.accordion-button dl dd.btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 50%;
	width: 2px;
	background: white;
}
.accordion-button.clicked dl dd.btn {
  transform: translate(0%, -50%) rotate(360deg);
  background: #00AFEC;
}

.accordion-button.clicked dl dd.btn:before {
  width: 0;
}

.accordion-content {
	display: none;
	background-color: #fff;
}

/* クリック時にコンテンツを表示 */
.active + .accordion-content {
	display: block;
	opacity: 0;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}
@media screen and (max-width: 768px) {
	.accordion-button{
		padding: 20px 0px;
	}
	.accordion-button dl{
		font-size: 14px;
	}
	.accordion-button dl dd.btn{
		width: 22px;
		height: 22px;
	}
}
/*モーダル*/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.modal-content img{
	max-width: 680px;
	width: 100%;
	max-height: 650px;
}

.close {
    position: absolute;
    top: -20px;
    right: -8px;
    font-size: 24px;
    cursor: pointer;
    width: 40px;
    height: 40px;
	background: url("../img/gallery/close.png");
	background-size: 100%;
}

.modalCount {
    font-size: 16px;
}
.btn {
    margin-top: 10px;
	display: flex;
	color: white;
	justify-content: space-between;
	position: absolute;
    bottom: -40px;
    width: 100%;
}
.btn p{
	margin: 6px 0px 0px;
}

.prev,
.next {
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
	color: white;
}
@media screen and (max-width: 820px) {
	.modal-content{
		max-width: 670px;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.modal-content{
		max-width: 320px;
	}
	.modal-content img {
		width: 100%;
		height: 100%;
	}
}

/*ローディングアニメーション*/
.m_img{
	position: relative;
}
.m_img img{
	
}
.modal-content::before {
	content: "";
  color: #ffffff;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/*202401追加*/
.bnr img{
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.bnr img{
		margin: 0 auto;
		max-width: 335px;
		width: 100%;
	}
}

/*新着情報*/
#news .top_log img {
    max-width: 218px;
    width: 100%;
}
#news #hum {
    display: inline;
}
.info{
	text-align: center;
	max-width: 1100px;
	margin: 47px auto;
}
.info .info_ttl{
	max-width: 141px;
	margin: 0 auto 38px;
}
.info .info_ttl img{
	width: 100%;
}
.info .info_list{
	margin-bottom: 31px;
}
.info .info_list a{
	color: #333333;
	position: relative;
	display: block;
}
.info .info_list a::after{
	content: "";
	width: 0;
  	height: 0;
  	border-left: 7px solid #707070;
  	border-top: 7px solid transparent;
  	border-bottom: 7px solid transparent;
	position: absolute;
	top: 50%;
	right: 29px;
	transform: translate(0,-50%);
}
.info .info_list dl{
	display: flex;
	align-items: center;
	background: #F5F5F5;
	border-radius: 10px;
	padding: 23px 47px 23px 20px;
	gap:0px 9px;
	margin-bottom: 10px;
}
.info .info_list dl dt{
	display: flex;
	align-items: center;
	gap:0px 15px;
	font-size: 14px;
}
.info .info_list dl dt .day{
	color: #666666;
}
.info .info_list dl dt .category{
	background: #00AFEC;
	color: #fff;
	text-align: center;
	width: 82px;
	padding: 2px 5px;
	border-radius: 5px;
}
.info .info_list a dl dd{
	text-align: left;
}
.info .info_list dl dt .category.news{
	background: #00AFEC;
}
.info .info_list dl dt .category.event{
	background: #E4007F;
}
.info .info_list dl dt .category.recruitment{
	background: #009C6F;
}
.info .info_list a:hover dl dt .day,.info .info_list a:hover dl dd{
	text-decoration: underline;
}
.info .info_btn a{
	max-width: 208px;
	background: #fff;
	border:solid 2px #E4007F;
	border-radius: 50px;
	display: block;
	padding: 19px 0px;
	text-align: center;
	margin: 0 auto;
	transition: 0.3s;
}
.info .info_btn a p{
	font-size: 16px;
	color: #E4007F;
	font-weight: bold;
	line-height: 1;
	padding-right: 15px;
	position: relative;
	transition: 0.3s;
}
.info .info_btn a p::before{
	content: "";
	width: 20px;
	height: 20px;
	background: #E4007F;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translate(0,-50%);
}
.info .info_btn a p::after{
	content: "";
	width: 0;
  	height: 0;
  	border-left: 5px solid #fff;
  	border-top: 5px solid transparent;
  	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	right: 46px;
	transform: translate(0,-50%);
}
.info .info_btn a:hover{
	background: #E4007F;
	border:solid 2px #E4007F;
}
.info .info_btn a:hover p{
	color: #fff;
}
.info .info_btn a:hover p::before{
	background: #fff;
}
.info .info_btn a:hover p::after{
	border-left: 5px solid #E4007F;
  	border-top: 5px solid transparent;
  	border-bottom: 5px solid transparent;
}
/*新着情報下層*/
#news main{
}
#news .cont {
	margin: -100px auto 160px;
}
#news .info .info_ttl{
	margin-bottom: 42px;
}
#news .info .select{
	text-align: left;
	margin-bottom: 20px;
	font-size: 14px;
}
#news .info .select select{
	padding: 8px 14px 8px 32px;
	border-radius: 10px;
	border:solid 1px #BEBEBE;
	-webkit-appearance: none;
    appearance: none;
    background-image: url("../img/info/arrow.png");
    background-repeat: no-repeat;
	background-size: 14px auto;
    background-position: left 12px center;
}
#news .info .pagenation ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
#news .info .pagenation ul li a{
	background: #fff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #E4007F;
	width: 43px;
	height: 43px;
}
#news .info .pagenation ul li.active a{
	background:#E4007F;
	color: #fff;
}
#news .info .info_btn a p{
	padding-left: 30px;
}
#news .info .info_btn a p::before{
	right: auto;
	left: 37px;
}
#news .info .info_btn a p::after{
	right: auto;
	left: 44px;
    transform: translate(0, -50%) rotate(180deg);
}
#news .cont.info_page{
	margin: -50px auto 160px;
}
#news .info .info_block{
	margin-bottom: 80px;
	text-align: left;
}
#news .info .info_block h1{
	font-size: 26px;
	font-weight: bold;
	text-align: left;
}
#news .info .info_block dl{
	display: flex;
	align-items: center;
	gap:0px 15px;
	margin-bottom: 26px;
}
#news .info .info_block dl dt{
	font-size: 14px;
	color: #666666;
}
#news .info .info_block dl dd{
	background: #00AFEC;
    color: #fff;
    text-align: center;
    width: 82px;
    padding: 2px 5px;
    border-radius: 5px;
}
#news .info .info_block dl dd.news{
	background: #00AFEC;
}
#news .info .info_block dl dd.event{
	background: #E4007F;
}
#news .info .info_block dl dd.recruitment{
	background: #009C6F;
}
#news .info .info_block h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}
#news .info .info_block .txt_area{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
}
#news .info .info_block .red{
	color: #E60A0A;
}
#news .info .info_block .fb{
	font-weight: bold;
}
#news .info .info_block a{
	color: #00AFEC;
}
#news .info .info_block .list li{
	text-indent: -16px;
	margin-left: 16px;
	margin-bottom: 5px;
}
#news .info .info_block .list li:last-child{
	margin-bottom: 0px;
}
#news .info .info_block .pdf_btn{
	margin-bottom: 40px;
}
#news .info .info_block .pdf_btn a{
	display: inline-block;
	background: #fff;
	padding: 10px 48px;
	border-radius: 10px;
	border:solid 2px #BEBEBE;
	position: relative;
	color: #333333;
}
#news .info .info_block .pdf_btn a::before{
	content: "";
	width: 20px;
	height: 20px;
	background: url("../img/info/pdf_icon.png");
	background-size: 100%;
	position: absolute;
	top:50%;
	left: 19px;
	transform: translate(0,-50%);
}
#news .info .info_block .pdf_btn a::after{
	content: "";
	width: 0;
    height: 0;
    border-left: 7px solid #333333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translate(0, -50%);
}
#news .info .info_block .img{
	margin-bottom: 40px;
}
#news .info .info_block .img img{
	width: 100%;
	margin-bottom: 40px;
}
#news .info .info_block .img img:last-child{
	margin-bottom: 0px;
}
@media screen and (max-width: 1099px) {
	.inner{
		padding: 0px 20px;
	}
	#news .cont{
		padding: 0px 20px;
	}
}
@media screen and (max-width: 767px) {
	.bnr img{
		max-width: 100%;
	}
	.info .info_ttl{
		max-width: 116px;
		margin-bottom: 22px;
	}
	.info .info_list{
		margin-bottom: 20px;
	}
	.info .info_list dl{
		display: block;
		padding: 20px;
	}
	.info .info_list dl dt{
		margin-bottom: 9px;
		gap:0px 10px;
	}
	.info .info_list a::after{
		display: none;
	}
	.info .info_list dl dt p{
		font-size: 12px;
	}
	.info .info_list dl dt .category{
		width: 66px;
	}
	.info .info_list dl dd{
		font-size: 14px;
	}
	.info .info_btn a{
		max-width: 160px;
		padding: 16px;
		padding: 19px 0px;
	}
	.info .info_btn a p::before{
		right: 0px;
	}
	.info .info_btn a p::after{
		right: 6px;
	}
	
	#news .top_log {
        max-width: 100px;
    }
	#news .cont {
        padding: 0px 20px;
        margin: -40px auto 130px;
    }
	#news main {
		padding-bottom: 80px;
	}
	#news .info .info_ttl{
		margin-bottom: 35px;
	}
	#news .info .pagenation ul li a{
		width: 40px;
		height: 40px;
	}
	#news .info .info_btn a p::before{
		left: 17px;
	}
	#news .info .info_btn a p::after{
		left: 24px;
	}
	
	#news .info .info_block dl{
		margin-bottom: 10px;
	}
	#news .info .info_block dl dt{
		font-size: 12px;
	}
	#news .info .info_block dl dd.news{
		font-size: 12px;
	}
	#news .info .info_block{
		margin-bottom: 50px;
	}
	#news .info .info_block h1{
		font-size: 20px;
	}
	#news .info .info_block h2{
		font-size: 16px;
	}
	#news .info .info_block .txt_area p{
		font-size: 14px;
		line-height: 2;
	}
	#news .info .info_block .list li{
		margin-bottom: 16px;
		font-size: 14px;
	}
	#news .info .info_block .pdf_btn a{
		width: 100%;
		text-align: center;
	}
}

/*リダイレクトページ*/
#redirect{
    -webkit-transform-origin: top right;
    transform-origin: top right;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(145deg, #f9d949 0%, #d2347b 28%, #4caee6 71%, #449972 100%);
    z-index: 9999;
	text-align: center;
}
#redirect .redirect_cnt{
	color: #fff;
}
#redirect .redirect_cnt h1{
	font-size: 32px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 50px;
}
#redirect .redirect_cnt p{
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
}
#redirect .redirect_cnt p.note{
	font-size: 14px;
}
#redirect .redirect_cnt a{
	color: #fff;
	margin: 32px 0px;
	letter-spacing: 0.3em;
	text-decoration: underline;
	display: block;
}
#redirect .redirect_cnt a p{
	font-size: 24px;
	font-weight: bold;
}
#redirect .sp{
	display: none;
}
@media screen and (max-width: 767px) {
	#redirect .sp{
		display: block;
	}
	#redirect .redirect_cnt h1{
		font-size: 22px;
	}
	#redirect .redirect_cnt p{
		font-size: 14px;
	}
	#redirect .redirect_cnt a{
		letter-spacing:0.1em;
	}
	#redirect .redirect_cnt a p{
		font-size: 14px;
	}
	#redirect .redirect_cnt p.note{
		font-size: 12px;
	}
}