@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700;900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
  background-color: #f1f1f1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
  clear: both;
}
p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
p {
  margin-bottom: 1.8rem;
}
p:last-child {
  margin-bottom: 0;
}
span {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
strong{
	font-weight: 700;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-family: 'Noto Sans JP', sans-serif, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #231815;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
a, a:hover, a:active, a:visited, a:link {
  text-decoration: none;
  color: inherit;
}
article {
  max-width: 1200px;
  margin: auto;
  width: 100%;
	background-color: #fff;
}
section {
  padding: min(10vw, 60px) 20px;
}
.inner {
  margin: auto;
  max-width: 1020px;
  width: 100%;
}
h2 {
  font-size: 2.2rem;
  margin-bottom: min(10vw, 60px);
  text-align: center;
  font-weight: 700;
}
h3 {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  flex-wrap: wrap;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  margin-bottom: min(10vw, 60px);
  font-weight: 700;
  padding: 0.5rem 1rem;
  max-width: 1020px;
  width: 100%;
  box-sizing: border-box;
}
h3 span {
  display: block;
}
h3:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-top: 1.2rem solid #E60012;
  border-left: 1.2rem solid #E60012;
  border-right: 1.2rem solid transparent;
  border-bottom: 1.2rem solid transparent;
}
h3:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1.2rem solid #E60012;
  border-right: 1.2rem solid #E60012;
  border-left: 1.2rem solid transparent;
  border-top: 1.2rem solid transparent;
}
@media screen and (max-width: 800px) {
h3 {
	font-size: 1.4rem;
	}
}
.dot {
  color: #E60012;
}
#mainvisual {
  padding: 0;
}
#mainvisual h1 {
  display: block;
  width: 100%;
}
#comment {
  color: #fff;
  background-color: #E60012;
}
#comment p:not(:last-child) {
  margin-bottom: min(7vw, 30px);
}
#profile {}
#profile hr {
  margin: 0;
  margin: 1.5rem 0;
  border: none;
  height: 2px;
  display: block;
  width: 100%;
  background-color: #E60012;
}
.profile_box1 h4 {
  font-size: 1.2rem;
  color: #fff;
  background-color: #E60012;
  padding: 0.5rem;
  margin-bottom: 0.9rem;
}
.profile_box1 ul li {
  margin-bottom: 1.8rem;
  position: relative;
  padding-left: 1rem;
}
.profile_box1 ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #E60012;
}
.profile_box1 ul li:last-child {
  margin-bottom: 0;
}
.profile_box1, .profile_box2 {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.profile_box1 {
  margin-bottom: min(10vw, 50px);
}
.profile_box2 > div {
  padding: 0.9rem;
  background-color: #E60012;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  padding-bottom: calc(40px + 0.9rem);
}
.profile_box2 > div:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0.9rem;
  right: 0.9rem;
  border-bottom: 15px solid #fff;
  border-right: 15px solid #fff;
  border-left: 15px solid transparent;
  border-top: 15px solid transparent;
}
.profile_box2 h4 {
  font-size: 1.2rem;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .profile_box1, .profile_box2 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: stretch;
  }
  .profile_box1 > div, .profile_box2 > div {
    width: 50%;
  }
}
#policy {
  color: #fff;
  background-color: #E60012;
}
#policy h3:before {
  border-left-color: #fff;
  border-top-color: #fff;
}
#policy h3:after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
#policy ul {
  margin-bottom: 1.8rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
#policy ul li {
  width: 100%;
  background-color: #fff;
  color: #E60012;
  display: flex;
  flex-direction: column;
}
#policy ul li h4 {
  text-align: center;
  font-weight: 700;
  padding: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 601px)and (max-width: 800px) {
  #policy ul li {
    width: calc(50% - 1rem / 2);
  }
}
@media screen and (min-width: 801px) {
  #policy ul li {
    width: calc(33.33% - 2rem / 3);
  }
}
#sns {
  background-image: url("../images/bg_sns.svg");
  background-size: 120px;
}
#sns ul {
  display: flex;
  gap: 1.8rem;
	flex-wrap: wrap;
}
#sns ul li {
  width: 50%;
    width: calc(50% - 0.9rem);
}
#kouenkai .inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.renrakusaki li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.renrakusaki li:last-child {
  margin-bottom: 0px;
}
.renrakusaki img {
  width: 2rem;
  margin-right: 0.5rem;
}
#gmap {
  padding: 0;
}
#gmap iframe {
  width: 100%;
    display: block;
}
footer {
  color: #fff;
  background-color: #E60012;
  padding: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 400px) {
  html {
    font-size: 14px;
  }
}

#movie ul{
	display: flex;
	flex-wrap: wrap;
	gap:40px;
}
#movie ul > li{
	width: calc( 50% - 20px);
}
#movie ul > li.full{
	width: 100%;
}
#movie ul > li .imgbox{
    position: relative;
}
#movie ul > li .imgbox:before{
    content: "";
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    transition: 0.3s;
	background-color: rgba(0,0,0,0.00);
}
#movie ul > li .imgbox:after {
    content: "";
    width: 25%;
    height: 0;
    padding-top: 25%;
    background-image: url(../images/icon_play.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 10;
    transition: 0.3s;
    opacity: 0;
    opacity: 0.5;
}
#movie h4{
    text-align: center;
    font-weight: 700;
    padding: 0.5rem;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	color: #E60012;
}
@media screen and (max-width: 400px) {
#movie ul{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
#movie ul > li.full{
	width: 100%;
}
#movie ul > li{
	width: calc( 50% - 10px);
}
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
.modalbtn{
	cursor: pointer;
}
.modalbox {
	position: fixed;
	width: 100%;
	z-index: 100001;
	display: none;
	left: 0;
	bottom: 0;
	margin: auto;
	top: 0;
	align-items: center;
	height: 100vh;
	box-sizing: border-box;
	padding: 20px;
	padding-top: 50px;
	background-color: rgba(0,0,0,0.70);
	flex-direction: column;
	justify-content: flex-start;
}
.modalinner{
    display: flex;
flex-direction: column;
    max-width: 1200px;
	width: 100%;
}
.modal_imgarea{
    max-height: calc(100vh - 50px - 0.9rem - 70px);
    height: 100%;
    display: flex;    margin: auto;
}
#modal_img {
    max-width: 100%;
    width: 100%;
    width: auto;
    /* max-width: none; */
    max-height: 100%;
}
.modalclose{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0.9rem;
}
.modalclose img{
	max-width: 50px;
	width: 10vw;
}



.youtubearea {
  padding: 0 !important;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25% !important;
  overflow: hidden;
}
.youtubearea iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20%;
  right: -20%;
  left: -20%;
  bottom: -20%;
  margin: auto;
}

.schedule_btn{
	background-color: #fff;
    color: #E60012;
	border: solid 1px #fff;
	padding:10px 15px;
	border-radius: 100px;
    font-size: min(calc((100vw - 60px) / 16),1.4rem);
	font-weight: 700;
	margin: auto;
	display: block;
	max-width: 400px;
    margin-bottom: min(10vw, 60px);
	text-align: center;
}
.schedule_btn:link,
.schedule_btn:active,
.schedule_btn:visited{
    color: #E60012;
}


.schedule_btn:hover{
	color: #fff;
	background-color: #E60012;
}