@charset "UTF-8"; /* スタイルシートのエンコーディングを Unicode UTF-8 にします*/


.fv {
	
}
.fv img {
	width: 100%;
	height: auto;
}
.c-both {
    clear: both;
    display: block;
    visibility: hidden;
}
/* --------------------------　

TOPスマホメニュー　

-------------------------- */

.spMENU {
    background: linear-gradient(180deg, #b2f5ef 0%, #81d8d0 50%, #93d7d1 50%, #e0fffc 100%);
	background-size: cover;
	background-position: center top;
	padding: 15px;
	box-sizing: border-box;
}

.spMENU_rogo {
    max-width: 350px;
    margin: 0px auto 20px auto;
    width: 100%;
}


.spMENU ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    width: 100%;
    margin: auto;
}

.spMENU ul li {
  display: block;
  list-style: none;
  margin: 0;margin-right: 3px;
  padding: 0;
	width: 24%;
	margin-bottom: 5px;
}
.spMENU ul li a {
  padding: 10px 5px;
  display: block;
  color: #313131;
	font-size: clamp(1.1rem, 2.1vw, 1.4rem);
  text-decoration: none;
  transition: all 200ms ease;
	 background-image: linear-gradient(0deg, rgba(210, 232, 225, 1), rgba(255, 255, 255, 1));
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
	transition: 0.5s; /* マウスカーソルを載せるとき */
}
.spMENU ul li a:hover {
 opacity: 0.8;
	transition: 0.5s; /* マウスカーソルを載せるとき */
}

.spMENU ul li a i {
color:#81D8D0;
	font-size: 2.4rem;
	margin-bottom: 5px;
}


/* --------------------------　

ページの見出し

-------------------------- */

.subpage h1 {
    text-align: center;
    font-size: clamp(2.4rem, 5.6vw, 3.6rem);
    color: #81D8D0;
    border-bottom: 3px solid #5b4d41;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: "Zen Maru Gothic", serif;
    background: #81D8D0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
}
.subpage .en {
    text-align: center;
    font-size: clamp(1.4rem, 2.5vw, 1.6rem);
    display: block;
    font-family: "Noto Serif JP", serif;
    color: #5b4d41 !important;
    line-height: 1;
    letter-spacing: 0.2rem;
}
/* --------------------------　

メインコンテンツ

-------------------------- */

.contentMIN {
	padding: 15px 15px 80px 15px;
	box-sizing: border-box;
}


/* --------------------------　

TOP コンテンツ01

-------------------------- */

.content01 {
	border: 2px dashed #37312c;
	border-radius: 10px;
	padding: 20px 10px 10px 10px;
	text-align: center;
	color:#d21c61;
	font-size: clamp(1.5rem, 3.7vw, 2.rem);
	font-family: "Zen Maru Gothic", serif;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content01 figure  {
	width: 140px;
	margin: auto;
	margin-top: -58px;
}
.content02 {
padding: 0px 5px 20px 5px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* --------------------------　

TOP コンテンツ02

-------------------------- */

.content02 {
	
}
/* --------------------------　

TOP コンテンツ03

-------------------------- */

.content03 {
	background: #ebe3da;
	padding: 15px;
	box-sizing: border-box;
}

div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 15px;/*ここで動画の周りの余白を調整*/
background: #fff;/*余白の背景色*/
	box-sizing: border-box;
	border-radius: 10px;
}
video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}

/* --------------------------　

TOP コンテンツ04

-------------------------- */

.content04 {
    background-color: rgb(255 255 255 / 50%);
	padding: 15px;
	box-sizing: border-box;
	    color: #080808;
}

.titleBOX {
	position: relative;
	background: url("../../image/common/header.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
	margin-top: 40px;
	padding: 15px;
}
.titleBOX h2 {
	position: relative;
	font-size: clamp(2.2rem, 3.4vw, 3rem);
	text-align: center;
	color:#fff;
	 font-family: "Zen Maru Gothic", serif;
	line-height: 1.2;
	 background-image: linear-gradient(0deg, rgba(186, 230, 145, 1), rgba(255, 255, 255, 1));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	
	
}
.titleBOX .num {
	font-family: "Noto Serif JP", serif;
	color:#7fbea0;
	font-size: clamp(2.8rem, 12vw, 7rem);
	position: absolute;
	top:-40px;
	left:10px;
	font-style: italic;
	font-weight: bold;
	opacity: 0.5;
	text-shadow: 0 0 20px rgba(100,100,100,0.8);
}
.titleBOX .num span {
	font-size: clamp(3rem, 10vw, 5.5rem);
}
.titleBOX .en {
	color:#71c6ae;
	font-size: clamp(1.4rem, 2.8vw, 1.8rem);
	text-align: center;
	line-height: 1.6;
}
.newstitle {
	background: #5c2f37;
	border: 2px solid #875f66;
	color:#fff;
	font-size: clamp(1.6rem, 3.1vw, 2.2rem);
	border-radius: 5px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 1px;
}
.newstime {
    font-size: 1.2rem;
    margin-left: 10px;
    text-align: right;
    color: #5f5a5a;
    margin: 1px 8px 5px 0px;
}
.newsPOST {
	background: #eeedeb;
	border: 2px solid #dedede;
	border-radius: 5px;
	padding: 20px 20px 30px 20px;
	box-sizing: border-box;
	
}
.newsPOST a{
	color:#0034FF;
	
}
.newsPOST .text {
	 overflow:auto;
	width: 100%;
	height:500px;
	margin-bottom: 20px;
}
.newsPOST p {
	font-size: 1.8rem;
}

.newsPOST img {
    width: auto;
    height: auto;
	max-width: 150px !important;

}

/* 電話ボタン */

.moreNEWS a {
    background: #cdcdcd;
    /* border: 3px solid #5e584d; */
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px 0px 1px 38px;
    max-width: 60%;
    box-sizing: border-box;
    padding: 1px 19px;
    /* color: #5e584d; */
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: clamp(1.2rem, 3.1vw, 2rem);
    margin-bottom: 47px;
    /* border-radius: 40px; */
    width: 40%;
    float: right;

}
.moreNEWS a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #5e584d;
  border-right: solid 2px #5e584d;
  transform: translateY(-50%) rotate(45deg);
}

.moreNEWS a:hover:after {
  right: 1.4rem;
}


/* --------------------------　

TOP コンテンツ05

-------------------------- */

.content05 {
padding: 15px;
}
.content05 .today {
	text-align: center;
	font-size: clamp(1.8rem, 3.1vw, 2rem);
	margin-bottom: 10px;
}

.castLIST {
display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
overflow: auto;
}

.listITEM {
    width: 25%;
    border: 1px solid #a9a78f;
    box-shadow: 0 0 20px rgb(39 36 36 / 10%);
    box-sizing: border-box;
    margin-bottom: 15px;
background-color: rgb(161 161 161 / 75%);
}
.listITEM a {
	padding: 10px;
	display: block;
}
.listITEM .soku {
	display: flex;
	justify-content: space-between;
	font-size: 1.5rem;
	border: 1px solid #997165;
	border-radius: 5px;
	margin-bottom: 5px;
}

.listITEM .title {
	background: #997165;
	color: #fff;
	width: 50%;
	padding: 5px;
	text-align: center;
}
.listITEM .soku .kekka {
	width: 50%;
	padding: 5px;
	text-align: center;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
}
.listITEM .ph {
	position: relative;
	margin-bottom: 5px;
}
.listITEM .ph .new {
	position: absolute;
	width: 60px;
	top:10px;
	left: 10px;
	z-index: 1;
}
.listITEM .ph .cate {
	position: absolute;
	width: 50px;
	top:220px;
	left: 10px;
	z-index: 1;
}

.listITEM .icon {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.listITEM .icon li {
	width: 30px;
	margin: 0 3px;
}
.listITEM .icon li .none {
	opacity: 0.3;
}
.listITEM .name {
	font-size: 2rem;
	text-align: center;
}
.listITEM .name span {
	font-size: 1.6rem;
	text-align: center;
}
.listITEM .size {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 5px;
}


.listITEM .type {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.listITEM .type li {
	width: 49%;
	font-size: 1.3rem;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.listITEM .type li.type01 {
	background: linear-gradient(180deg, #585858 0%, #585858 50%, #303030 50%, #303030 100%);
	color:#fff;
}
.listITEM .type li.type02 {
	border: 1px solid #585858;
}
.listITEM .type li.type03 {
	background: #ffb6e1;
	border: 1px solid #585858;
}
.listITEM .time {
	text-align: center;
	border-top: 1px solid #585858;
	font-size: 1.6rem;
	padding-top: 5px;
}


.listITEM2 {
width: 25%;
    border: 1px solid #a9a78f;
    box-shadow: 0 0 20px rgb(39 36 36 / 10%);
    box-sizing: border-box;
    margin-bottom: 15px;
	background-color: rgb(193 193 193 / 50%);

}
.listITEM2 img{
	opacity: 1;
    /* background-color: #fff; */
    /* filter: grayscale(58%); */
    /* filter: blur(0px); */
    /* filter: blur(1px); */
    filter: contrast(67%);
}	
.listITEM2 a {
	padding: 10px;
	display: block;
	background-color: rgb(227 227 227 / 55%);
        color: #e9e9e9;
}
.listITEM2 .soku {
	display: flex;
	justify-content: space-between;
	font-size: 1.5rem;
	border: 1px solid #997165;
	border-radius: 5px;
	margin-bottom: 5px;
}

.listITEM2 .title {
	background: #997165;
	color: #fff;
	width: 50%;
	padding: 5px;
	text-align: center;
}
.listITEM2 .soku .kekka {
	width: 50%;
	padding: 5px;
	text-align: center;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
}
.listITEM2 .ph {
	position: relative;
	margin-bottom: 5px;
}
.listITEM2 .ph .new {
	position: absolute;
	width: 60px;
	top:10px;
	left: 10px;
	z-index: 1;
}
.listITEM2 .ph .cate {
	position: absolute;
	width: 50px;
	top:220px;
	left: 10px;
	z-index: 1;
}

.listITEM2 .icon {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.listITEM2 .icon li {
	width: 30px;
	margin: 0 3px;
}
.listITEM2 .icon li .none {
	opacity: 0.3;
}
.listITEM2 .name {
	font-size: 2rem;
	text-align: center;
}
.listITEM2 .name span {
	font-size: 1.6rem;
	text-align: center;
}
.listITEM2 .size {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 5px;
}


.listITEM2 .type {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.listITEM2 .type li {
	width: 49%;
	font-size: 1.4rem;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.listITEM2 .type li.type01 {
	background: linear-gradient(180deg, #585858 0%, #585858 50%, #303030 50%, #303030 100%);
	color:#fff;
}
.listITEM2 .type li.type02 {
	border: 1px solid #585858;
}
.listITEM2 .type li.type03 {
	background: #ffb6e1;
	border: 1px solid #585858;
}
.listITEM2 .time {
	text-align: center;
	border-top: 1px solid #585858;
	font-size: 1.6rem;
	padding-top: 5px;
}


.NewlistITEM {
    width: 100%;
    border: 1px solid #a9a78f;
    box-shadow: 0 0 20px rgb(39 36 36 / 10%);
    box-sizing: border-box;
    margin-bottom: 15px;
background-color: rgb(161 161 161 / 75%);
}
.NewlistITEM a {
	padding: 10px;
	display: block;
}
.NewlistITEM .soku {
	display: flex;
	justify-content: space-between;
	font-size: 1.5rem;
	border: 1px solid #997165;
	border-radius: 5px;
	margin-bottom: 5px;
}

.NewlistITEM .title {
	background: #997165;
	color: #fff;
	width: 50%;
	padding: 5px;
	text-align: center;
}
.NewlistITEM .soku .kekka {
	width: 50%;
	padding: 5px;
	text-align: center;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
}
.NewlistITEM .ph {
	position: relative;
	margin-bottom: 5px;
}
.NewlistITEM .ph .new {
	position: absolute;
	width: 60px;
	top:10px;
	left: 10px;
	z-index: 1;
}
.NewlistITEM .ph .cate {
	position: absolute;
	width: 50px;
	top:220px;
	left: 10px;
	z-index: 1;
}

.NewlistITEM .icon {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.NewlistITEM .icon li {
	width: 30px;
	margin: 0 3px;
}
.NewlistITEM .icon li .none {
	opacity: 0.3;
}
.NewlistITEM .name {
	font-size: 2rem;
	text-align: center;
}
.NewlistITEM .name span {
	font-size: 1.6rem;
	text-align: center;
}
.NewlistITEM .size {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 5px;
}


.NewlistITEM .type {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.NewlistITEM .type li {
	width: 49%;
	font-size: 1.4rem;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.NewlistITEM .type li.type01 {
	background: linear-gradient(180deg, #585858 0%, #585858 50%, #303030 50%, #303030 100%);
	color:#fff;
}
.NewlistITEM .type li.type02 {
	border: 1px solid #585858;
}
.NewlistITEM .type li.type03 {
	background: #ffb6e1;
	border: 1px solid #585858;
}
.NewlistITEM .time {
	text-align: center;
	border-top: 1px solid #585858;
	font-size: 1.6rem;
	padding-top: 5px;
}



/* --------------------------　

TOP コンテンツ06

-------------------------- */

.content06 {
padding: 15px;
	background: url("../../image/common/bg01.jpg");
	background-size: cover;
}
@media screen and (max-width: 768px) {
.heithkotei {
height: 350px;
overflow: hidden;
	}
}


/* --------------------------　

TOP コンテンツ07

-------------------------- */

.content07 {
padding: 15px 15px 0px 15px;
}

/* --------------------------　

TOP コンテンツ08

-------------------------- */

.content08 {
padding: 15px 15px 25px 15px;
	background: url("../../image/common/bg02.jpg");
	background-size: cover;
}
.eventbn {
	margin-bottom: 25px;
}
/* --------------------------　

TOP コンテンツ09

-------------------------- */

.content09 {
padding: 35px 15px 15px 15px;
}
.content09 h3 {
	text-align: center;
	background: #81D8D0;
	color:#fff;
	font-size: clamp(1.5rem, 2.8vw, 1.8rem);
	margin-bottom: 5px;
	padding: 5px;
	box-sizing: border-box;
}
.bnLIST {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;	
}
.bnLIST li {
	margin-bottom: 10px;
	width: 48%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

/* --------------------------　

TOP コンテンツ10

-------------------------- */

.content10 {
padding: 15px 15px 25px 15px;
	background: url("../../image/common/bg02.jpg");
	background-size: cover;
	max-width: 850px;
font-size: 1.1rem;
	margin: 1% auto 2% auto;
}
.content10 h2 {
font-size: 1.8rem;
    text-align: center;
    margin: 3% auto 3% auto;
}
.content10 h3 {
font-size: 1.8rem;
    text-align: center;
    margin: 3% auto 3% auto;
}
.content10 h4 {
font-size: 1.8rem;
    text-align: center;
    margin: 3% auto 3% auto;
}
.content10 h5 {
font-size: 1.8rem;
    text-align: center;
    margin: 3% auto 3% auto;
}
.content10 h6 {
font-size: 1.2rem;
    text-align: center;
    margin: 1% auto 1% auto;
}
.content10 .group {
	margin-bottom: 5px;
}




/* ----------------------------------------

動画コンテンツ

---------------------------------------- */

.videolist {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between
}
.videoitem {
	width: 32%;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
	box-sizing: border-box;
}


.videolist .vid_contents {
width:100%;/*背景色を横幅いっぱいに広げる*/
max-width: 548px;
max-height:  350px;	
text-align: center;
margin: 0px auto 10px auto;
padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
background: linear-gradient(#434343 50%, #222222 50%);
	box-sizing: border-box;
}
.videolist .vid_main {
width: 100%;
	max-width: 450px;	
max-height:  350px;	
}



@media screen and (max-width: 768px) {
.videolist .vid_contents {
width:100%;/*背景色を横幅いっぱいに広げる*/
max-width: 548px;
max-height:  350px;	
text-align: center;
margin: 0px auto 30px auto;

background: linear-gradient(#434343 50%, #222222 50%);
	box-sizing: border-box;
}	
.videolist {
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
}
.videoitem {
	width: auto;
	margin: 10px 10px 0px 10px;
	text-align: center;
	line-height: 1.5;
}
.videoitem img {
	width: 94%;
	height: auto;
	padding: 4%;
	background: linear-gradient(#434343 50%, #222222 50%);
	margin-bottom: 5px;
}
	
/* --------------------------　

TOP コンテンツ10

-------------------------- */



.content10 h3 {
	text-align: center;
	background: #81D8D0;
	color:#fff;
	font-size: clamp(1.5rem, 2.8vw, 1.8rem);
	margin-bottom: 5px;
	padding: 5px;
	box-sizing: border-box;
}
.content10 .group {
	margin-bottom: 5px;
}

	
	
	
/* --------------------------　

TOPスマホメニュー　

-------------------------- */

.spMENU {

	background-size: cover;
	background-position: center top;
	padding: 15px;
	box-sizing: border-box;
}

.spMENU ul {
 display: flex;
	flex-wrap: wrap;
	    /* justify-content: space-between; */
	width: 100%;
	margin: auto;
}

.spMENU ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
	width: 23.5%;
	margin-right: 2px;
	margin-bottom: 5px;
}
.spMENU ul li a {
  padding: 10px 5px;
  display: block;
  color: #313131;
	font-size: clamp(1rem, 2.1vw, 1.4rem);
  text-decoration: none;
  transition: all 200ms ease;
	 background-image: linear-gradient(0deg, rgba(210, 232, 225, 1), rgba(255, 255, 255, 1));
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
		font-size: 43%;
	transition: 0.5s; /* マウスカーソルを載せるとき */
}
.spMENU ul li a:hover {
 opacity: 0.8;
	
	transition: 0.5s; /* マウスカーソルを載せるとき */
}

.spMENU ul li a i {
color:#81D8D0;
	font-size: 2.4rem;
	margin-bottom: 5px;
}

/* --------------------------　

メインコンテンツ

-------------------------- */

.contentMIN {
	padding: 15px 0 50px 0;
	
}


/* --------------------------　

TOP コンテンツ01

-------------------------- */

.content01 {
	border: 2px dashed #37312c;
	border-radius: 10px;
	padding: 20px 10px 10px 10px;
	text-align: center;
	color:#d21c61;
	font-size: clamp(1.5rem, 3.7vw, 2.4rem);
	font-family: "Zen Maru Gothic", serif;
	font-weight: bold;
	margin: 20px 15px;
	box-sizing: border-box;
}
.content01 figure  {
	width: 140px;
	margin: auto;
	margin-top: -58px;
}

/* --------------------------　

TOP コンテンツ02

-------------------------- */

.content02 {
	
}
/* --------------------------　

TOP コンテンツ03

-------------------------- */

.content03 {
	background: #ebe3da;
	padding: 15px;
	box-sizing: border-box;
}

div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 15px;/*ここで動画の周りの余白を調整*/
background: #fff;/*余白の背景色*/
	box-sizing: border-box;
	border-radius: 10px;
}
video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}

/* --------------------------　

TOP コンテンツ04

-------------------------- */

.content04 {

	padding: 15px;

}

.titleBOX {
	position: relative;
	background: url("../../image/common/header.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
	margin-top: 20px;
	padding: 10px;
}
.titleBOX h2 {
	position: relative;
	font-size: clamp(2.2rem, 3.4vw, 3rem);
	text-align: center;
	color:#fff;
	 font-family: "Zen Maru Gothic", serif;
	line-height: 1.2;
	 background-image: linear-gradient(0deg, rgba(186, 230, 145, 1), rgba(255, 255, 255, 1));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	
	
}
.titleBOX .num {
	font-family: "Noto Serif JP", serif;
	color:#7fbea0;
	font-size:6rem;
	position: absolute;
	top:-30px;
	left:5px;
	font-style: italic;
	font-weight: bold;
	opacity: 0.5;
	text-shadow: 0 0 20px rgba(100,100,100,0.8);
}
.titleBOX .num span {
	font-size: 4rem;
}
.titleBOX .en {
	color:#71c6ae;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.6;
}
.newstitle {
	background: #5c2f37;
	border: 2px solid #875f66;
	color:#fff;
	font-size: 1.6rem;
	border-radius: 5px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 1px;
}
.newsPOST {
	background: #eeedeb;
	border: 2px solid #dedede;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	
}
.newsPOST .text {
	 overflow:auto;
	width: 100%;
	height:280px;
	margin-bottom: 20px;
}
.newsPOST p {
	font-size: 1.5rem;
}



/* 電話ボタン */
.moreNEWS a {
/*    background: #fff;
	border: 3px solid #5e584d;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 60%;
	box-sizing: border-box;
    padding: 7px 25px;
    color: #5e584d;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 5px;
	border-radius: 40px;*/
}
.moreNEWS a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #5e584d;
  border-right: solid 2px #5e584d;
  transform: translateY(-50%) rotate(45deg);
}

.moreNEWS a:hover:after {
  right: 1.4rem;
}


/* --------------------------　

TOP コンテンツ05

-------------------------- */

.content05 {
padding: 0px 15px;
	box-sizing: border-box;
}
.content05 .today {
	text-align: center;
	font-size: 1.8rem;
	margin: 10px 0;
}

.castLIST {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.listITEM {
width: 49.5%;
        box-sizing: border-box;
        margin-bottom: 10px;
}
.listITEM a {
	padding: 5px;
	display: block;
}
.listITEM .soku {
	display: flex;
	justify-content: space-between;
	font-size: 1.2rem;
	border: 1px solid #997165;
	border-radius: 5px;
	margin-bottom: 5px;
}

.listITEM .title {
	background: #997165;
	color: #fff;
	width: 50%;
	padding: 5px;
	text-align: center;
}
.listITEM .soku .kekka {
	width: 50%;
	padding: 5px;
	text-align: center;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
}
.listITEM .ph {
	position: relative;
	margin-bottom: 5px;
}
.listITEM .ph .new {
	position: absolute;
        width: 26%;
        top: 1%;
        left: 5px;
        z-index: 1;
}
.listITEM .ph  .cate {
position: absolute;
        width: 24%;
top: 195px;
        /* left: 5px; */
        /* left: 5px; */
        /* bottom: 2%; */
        z-index: 1;
}

.listITEM .icon {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.listITEM .icon li {
	width: 23px;
	margin: 0 3px;
}
.listITEM .icon li .none {
	opacity: 0.3;
}
.listITEM .name {
	font-size: 1.6rem;
	text-align: center;
}
.listITEM .name span {
	font-size: 1.4rem;
	text-align: center;
}
.listITEM .size {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 5px;
}


.listITEM .type {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.listITEM .type li {
	width: 49%;
	font-size: 1.12rem;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
	margin-bottom: 3px;
}
.listITEM .type li.type01 {
	background: linear-gradient(180deg, #585858 0%, #585858 50%, #303030 50%, #303030 100%);
	color:#fff;
}
.listITEM .type li.type02 {
	border: 1px solid #585858;
}
.listITEM .type li.type03 {
	background: #ffb6e1;
	border: 1px solid #585858;
}
.listITEM .time {
	text-align: center;
	border-top: 1px solid #585858;
	font-size: 1.4rem;
	padding-top: 3px;
}

.listITEM2 {
width: 49.5%;
        box-sizing: border-box;
        margin-bottom: 10px;

}
.listITEM2 a {
	padding: 5px;
	display: block;
}
.listITEM2 .soku {
	display: flex;
	justify-content: space-between;
	font-size: 1.2rem;
	border: 1px solid #997165;
	border-radius: 5px;
	margin-bottom: 5px;
}

.listITEM2 .title {
	background: #997165;
	color: #fff;
	width: 50%;
	padding: 5px;
	text-align: center;
}
.listITEM2 .soku .kekka {
	width: 50%;
	padding: 5px;
	text-align: center;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
}
.listITEM2 .ph {
	position: relative;
	margin-bottom: 10px;
}
.listITEM2 .ph .new {
	position: absolute;
	width: 40px;
	top:5px;
	left: 5px;
	z-index: 1;
}
.listITEM2 .ph .cate {
position: absolute;
        width: 24%;
top: 195px;
        /* left: 5px; */
        /* left: 5px; */
        /* bottom: 2%; */
        z-index: 1;
}

.listITEM2 .icon {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.listITEM2 .icon li {
	width: 25px;
	margin: 0 3px;
}
.listITEM2 .icon li .none {
	opacity: 0.3;
}
.listITEM2 .name {
	font-size: 1.6rem;
	text-align: center;
}
.listITEM2 .name span {
	font-size: 1.4rem;
	text-align: center;
}
.listITEM2 .size {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 5px;
}


.listITEM2 .type {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.listITEM2 .type li {
	width: 49%;
	font-size: 1.2rem;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
	margin-bottom: 3px;
}
.listITEM2 .type li.type01 {
	background: linear-gradient(180deg, #585858 0%, #585858 50%, #303030 50%, #303030 100%);
	color:#fff;
}
.listITEM2 .type li.type02 {
	border: 1px solid #585858;
}
.listITEM2 .type li.type03 {
	background: #ffb6e1;
	border: 1px solid #585858;
}
.listITEM2 .time {
	text-align: center;
	border-top: 1px solid #585858;
	font-size: 1.4rem;
	padding-top: 3px;
}	
/* --------------------------　

TOP コンテンツ06

-------------------------- */

.content06 {
padding: 15px;
	background: url("../../image/common/bg01.jpg");
	background-size: cover;  
	height: 566px;
        overflow: hidden;
        margin-bottom: 50px;
}


/* --------------------------　

TOP コンテンツ07

-------------------------- */

.content07 {
padding: 15px 0 0px 0;
}

/* --------------------------　

TOP コンテンツ08

-------------------------- */

.content08 {
padding: 15px 15px 15px 15px;
	background: url("../../image/common/bg02.jpg");
	background-size: cover;
}
.eventbn {
	margin-bottom: 15px;
}
/* --------------------------　

TOP コンテンツ09

-------------------------- */

.content09 {
padding: 35px 15px 15px 15px;
	box-sizing: border-box;
}
	.content09 h3 {
	text-align: center;
	background: #81D8D0;
	color:#fff;
	font-size: 1.5rem;
	margin-bottom: 5px;
	padding: 5px;
	box-sizing: border-box;
}
.bnLIST {
	
}
.bnLIST li {
        margin:5px  10px;
        width: 96%;
	
}

/* --------------------------　

TOP コンテンツ10

-------------------------- */

.content10 {
padding: 15px 15px 15px 15px;
	background: url("../../image/common/bg02.jpg");
	background-size: cover;
}

.content10 h3 {
	text-align: center;
	background: #81D8D0;
	color:#fff;
	font-size: 1.5rem;
	margin-bottom: 5px;
	padding: 5px;
	box-sizing: border-box;
}
.content10 .group {
	margin-bottom: 5px;
}


}




/* --------------------------　

続きを見る

-------------------------- */



.accordion {
  position: relative;
}
.accordion input {
  display: none;
}
/*開くためのボタンとテキストを隠すグラデーションの設定*/
.accordion label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
/* 開いた時にグラデーションを消す */
.accordion input:checked + label {
  background: inherit;
}
.accordion input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}
.accordion .cp_container {
  overflow: hidden;
  height: 250px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
/*続きをよむボタン*/
.accordion label:after,
.accordion label::before {
  content: '';
  position: absolute;
  line-height: 2.5rem;
}
.accordion label:after {
  content: '続きをよむ';
        display: table;
        left: 50%;
        bottom: 0px;
        margin: 10px auto;
        width: 50%;
        box-sizing: border-box;
        padding: 10px 25px;
        color: #5e584d;
        color: #5e584d;
        text-align: center;
        transition: 0.3s ease-in-out;
        border: 2px solid #5e584d;
        font-weight: 700;
        font-size: 1.4rem;
        border-radius: 40px;
        background-color: #fff;
        transform: translateX(-50%);
        cursor: pointer;
        z-index: 1;
}
.accordion label::before {
  position: absolute;
  bottom: 38px;
  left: calc(50% - 3.5em);
  z-index: 3;
  width: 10px;
  height: 5px;
  background: #ffffff;
  clip-path: polygon(50% 100%, 0 0, 100% 0)
}
/*閉じるボタン*/
.accordion input:checked + label:after {
  content: '閉じる';
}
.accordion input:checked + label:before {
  left: calc(50% - 2.5em);
  transform: scale(1, -1);
}
.accordion input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}


/* --------------------------　

続きを見る

-------------------------- */



.readmore {
  position: relative;
  margin: 0px auto 0;
  padding: 0px 0px 0px;
}



.readmore-content {
  position: relative;
  height: 300px;
  transition: all .4s;
  overflow: hidden;
	    margin-bottom: 50px;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  transition: all .4s;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100% );
}

.readmore-content.is_open:before{
  display: none;
}

.readmore button{
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0px;
  margin:10px auto;
   width: 40%;
	box-sizing: border-box;
	padding: 10px 25px;
    color: #5e584d;
  color: #5e584d;
  text-align: center;
	 transition: 0.3s ease-in-out;
	border: 3px solid #5e584d;
    font-weight: 700;
	font-size: 1.6rem;
  border-radius: 40px;
  background-color: #fff;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}


@media screen and (max-width: 768px) {

.readmore {
  position: relative;
  margin: 0px auto 0;
  padding: 0px 0px 5px;
}

.readmore-content {
  position: relative;
  height: 400px;
  transition: all .4s;
  overflow: hidden;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  transition: all .4s;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100% );
}

.readmore-content.is_open:before{
  display: none;
}

.readmore button{
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0px;
  margin: 10px auto;
   width: 50%;
	box-sizing: border-box;
	padding: 10px 25px;
    color: #5e584d;
  color: #5e584d;
  text-align: center;
	 transition: 0.3s ease-in-out;
	border: 2px solid #5e584d;
    font-weight: 700;
	font-size: 1.4rem;
  border-radius: 40px;
  background-color: #fff;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}
}


/* ふわっとフェードイン */

.fadein {
	opacity : 0.3;
	transform : translate(0px,50px);
	transition : all 1400ms;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}

#effect1 .fadein:nth-of-type(2) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
	}
#effect2 .fadein:nth-of-type(3) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
	}


/* --------------------------　
注意文言
-------------------------- */
.btm20 {margin-bottom: 20px	}
.btm10 {margin-bottom: 10px	}
.btm30 {margin-bottom: 30px	}
.caution {		
	font-size: 1.2rem;
	    line-height: 150%;  
    font-family: "Zen Maru Gothic", serif;
		margin-bottom: 5px;
text-align: center;
		}


.system_bg01 {
    background-image: url(../../image/system/bg01.jpg);
    width:90%;
    background-size: cover;
    padding: 10px 15px;
margin-left: auto; margin-right: auto;
    border: 1px solid #b7e9e4;
	    color: #7C7C7C;
	margin-top: 1em;
    margin-bottom: 1em;	font-size: 2.4rem;
}
.system_frame.backblack {
    background-color: rgb(0 0 0 / 50%);
}
.reserve_title {
    text-align: center;
font-size: 83%;
    line-height: 242%;
    margin-top: 5px;
    margin-bottom: 8px;
    font-weight: bold;
}
table#yoyaku {
    width: 100%;
    /* font-weight: bold; */
    font-size: 80%;
}

table#yoyaku2 {
    width: 100%;
    /* font-weight: bold; */
    font-size: 80%;
}



.more {
	position: relative;
	display: inline-block;
	padding: .4em 2em;
	border: 1px solid #676767;
	color: #fff;
	text-align: center;
	text-shadow: 1px 2px 3px #535353;
	text-decoration: none;
	transition: all .3s;
	margin-top:0px;
	margin-bottom:10px;
	width:80%;
	font-size:14px;
	border-radius: 8px;
/*	background: linear-gradient(#81d8d0, #A5E4DF);*/
	background: #686868;
	opacity: 0.7;
	box-shadow: 0 0 5px gray;
	margin-left: 5px;
	margin-right: 5px;
}
.more::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more:link {
	color: #fff;
	text-decoration: none;
}
.more:visited {
	color: #fff;
}
.more:hover {
	background-color: #fff;
	color: #676767;
	text-decoration:none;
}
.more:hover::after {
	border-left-color: #676767;
}
.sykkinG_oyasumi{opacity:0.5;
	overflow:hidden;
filter:alpha(opacity=90);
	
	-moz-opacity:0.5;
}


.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
	margin-bottom: 20px;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 100px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(0,0,0,0.95) 90%);

}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
    line-height: 2.0rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 8rem;
    font-family: FontAwesome;
    content: ' 続きをよむ';
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
color: #666666;
    border-radius: 4px;
    background-color: #6ee6da;
    font-size: 12px;
    opacity: 0.9;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 255px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
	    background: linear-gradient(#ABABAB, #3B3B3B);
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: ' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 60px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
