@charset "UTF-8";
@import "style.css";

main {
    padding: 0 0 0rem;
}












section {
    padding: 0px 0 90px;
}

@media screen and (max-width: 764px) {
section {
    padding: 0px 0 40px;
}
}

.post ol {
	list-style: decimal;
	margin-left: 20px;
    margin-bottom: 3rem;
}

.privacypolicy .post ul {
	list-style: disc;
	margin-left: 20px;
    margin-bottom: 3rem;
}

privacypolicy .post p + ul {
    margin-top: -1.3rem;
}

.post p a {
	text-decoration: underline;
}

/* --------------------------------------------------
	 kv
-------------------------------------------------- */

#kv {
	height: 250px;
}

#kv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .55);
    z-index: 1;
}

#kv .kv_ttl {
    top: 35% !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto;
    transform: none;
}

section#kvarea #kv strong {
	text-transform: capitalize;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: .05rem;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
	text-transform: uppercase;
}

section#kvarea #kv span {
    font-size: .8rem;
    letter-spacing: .05rem;
    margin-bottom: 0;
    display: block;
    padding-left: 0%;
}

#kv .kv_ttl span::before {
	display: none;
}

#kv .kv_ttl {
    line-height: 1;
}

@media screen and (max-width: 1250px) {
#kv {
    margin-left: 0px;
    width: 100%;
}
#kv .kv_ttl {
	left: 50%;
}
}
@media screen and (max-width: 764px) {
#kv {
	height: 150px;
}
section#kvarea #kv strong {
    font-size: 1.2rem;
    margin-bottom: 8px;
}
section#kvarea #kv span {
    font-size: .6rem;
}
section#kvarea #kv strong::after {
    width: 30px;
    height: 2px;
}
}


/* --------------------------------------------------
	 itemcenter
-------------------------------------------------- */

.itemcenter {
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.itemcenter a {
	font-size: .85rem;
}

.itemcenter span {
    display: inline-block;
    margin-top: 2%;
    padding-left: 27px;
	position: relative;
}

.itemcenter span::after {
	display: inline-block;
    position: absolute;
	top: 0;
    bottom: 0;
    left: 0px;
    margin: auto 0;
    content: "";
    width: 17px;
    height: 7px;
    border-bottom: solid 1px #D95755;
    border-right: solid 1px #D95755;
    transform: skew(45deg);
-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.itemcenter a:hover span::after {
    left: 5px;
}

.itemcenter a img {
	display: block;
	width: 100%;
-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

.itemcenter a:hover img {
	opacity: .7;
}

.itemcenter.defaults a {
    width: 25%;
    padding: 0 1%;
	margin-bottom: 2%;
    box-sizing: border-box;
}
@media screen and (max-width: 764px) {
	.itemcenter.defaults a {
		width: 50%;
		margin-bottom: 4%;
	}
	.itemcenter a {
		margin-bottom: 5%;
	}

.itemcenter span {
	font-size:.75rem;
}
}












#detail .post {
    font-size: .9rem;
	line-height: 2.2;
}

@media screen and (max-width: 764px) {
    #detail .post {
        font-size: .75rem;
        line-height: 1.8;
    }
}

#tinymce p,
.post p {
	margin-bottom: 3rem;
}


table.default {
    font-size: .9rem;
	width: 100%;
    border-top: solid 1px #CCC;
}

table.default.last {
    margin-bottom: 0rem;
}

table.default.only {
    margin-bottom: 7rem;
}

@media screen and (max-width:764px) {

table.default.only {
    margin-bottom: 4rem;
}
}

table.default th {
    background-color: #EFEFEF;
    border-bottom: solid 1px #CCC;
    width: 27%;
}

table.default td {
	border-bottom: solid 1px #CCC;
}

table.default td div {
	overflow: hidden;
}

table.default td small {
	color: #878787;
    font-size: .6rem;
    display: inline-block;
    margin-left: 15px;
}

table.default span.sub {
	width: 85px;
    display: inline-block;
    margin-right: 10px;
}

table.default span.sub-s {
	width: 65px;
    display: inline-block;
}

table.default span.text-s {
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    font-size: .75rem;
	float: right;
}

@media screen and (max-width: 764px) {

table.default th,
table.default td {
    width: 100%;
    display: block;
	line-height: 1.6;
}
table.default th a,
table.default td a {
	color: #FFF;
}
table.default td.td-sub {
	line-height: 1.2;
}
table.default span.sub,
table.default span.sub-s {
    width: auto;
}
table.default span.text-s {
	float: none;
    font-size: .5rem;
}
table.default td small {
    margin-left: 10px;
}
table.default td.td-sub small {
    margin-left: 0px;
}
table.default td.td-sub div {
    margin-bottom: 1rem;
}
table.default td.td-sub div:last-child {
    margin-bottom: 0rem;
}
}

.map iframe {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
}


/* --------------------------------------------------
	 contact
-------------------------------------------------- */

#detail.contact #primary table {
	margin-bottom: 30px;
	font-size: .9rem;
    width: 100%;
}

#detail.contact #primary table input {
	margin-right: 10px;
}

#detail.contact #primary table input[type="checkbox"] {
	margin-right: 0px;
}

#detail.contact #primary table th {
    width: 325px;
	background: #EFEFEF;
    border-bottom: solid 1px #ddd;
}

#detail.contact #primary .hiss {
	font-size: 12px;
    color: #FF0000;
}

#detail.contact #primary table td span.annotation {
	display: inline;
	font-size: 13px;
    color: #AAA;
}

.wpcf7-not-valid-tip {
	display: block!important;
	color: #dc3232!important;
	padding-left: 0px!important;
}

span.wpcf7-list-item {
	margin: 0 10px 0 0!important;
}

.wpcf7-form-control-wrap.where .wpcf7-list-item {
	display: block!important;
}

#detail.contact #primary table td input#size_l {
    width: 100%;
}

#detail.contact #primary table td input#size_m {
    width: 70%;
}

#detail.contact #primary table td input#size_s {
    width: 30%;
}

#detail.contact #primary table td textarea {
	resize: none;
	width: 100%;
}

#detail.contact #primary .confirmarea {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 60%;
    margin: 0 auto;
}

#detail.contact #primary .confirmarea input {
    padding: 15px 100px!important;
    background: none;
    border: solid 1px #CCC;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
	color: #222;
	font-weight: normal!important;
}

#detail.contact #primary .confirmarea input a {
	color: #222!important;
	font-weight: normal!important;
}

#detail.request #primary .confirmarea input:hover {
    color: #FFF!important;
    background: #333;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #F5F0E9!important;
    text-align: center;
    padding: 0.5em 1em;
    background-color: #F5F0E9;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #333!important;
    text-align: center;
    color: #FFF;
    padding: 0.5em 1em;
    background-color: #333;
}

div.wpcf7 .ajax-loader {
	display: none!important;
}

#detail.contact #primary section:nth-child(even) {
    background-color: #FFF;
}

#detail.contact #primary .content_ttl {
    background-color: #F5F0E9;
}

#detail.contact #primary .confirmarea input[type="checkbox"],
#detail.contact #primary .confirmarea input[type="radio"] {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  border: none; }
input[type="checkbox"] {
  background: #FFF;
  border: 1px solid #CCC !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  position: relative;
  -webkit-box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-right: 8px; }
input[type="checkbox"]:checked {
  background: #2D75C7!important;
  border: 1px solid #2D75C7 !important; }
input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  display: block;
  width: 5px;
  height: 2px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center; }
input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 6px;
  top: 9px;
  content: "";
  width: 8px;
  height: 2px;
  background: #FFF;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center; }

#detail.contact #primary .confirmarea input[type="checkbox"] {
    background: #FFF;
    border: 1px solid #CCC !important;
    border-radius: 0 !important;
	vertical-align: -25%;
    -webkit-appearance: none;
    position: relative;
    -webkit-box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}



@media screen and (max-width:764px) {
/* --------------------------------------------------
	 table
-------------------------------------------------- */

#detail.contact #primary table th,
#detail.contact #primary table td {
    display: block;
    font-size: 13px;
	width: 100%;
}

#detail.contact #primary table th {
	background-color: #f0f0ee;
}

#detail.contact #primary table td {
	padding: 1.5em 0 1.5em 0;
}
/* --------------------------------------------------
	 inquiry request
-------------------------------------------------- */

select, textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="password"],
#detail.contact #primary table td input#size_m,
#detail.contact #primary table td input#size_s {
    width: 100%;
}

#detail.contact #primary .hiss {
	margin-bottom: 10px;
}

#contents #primary .inner.contact {
	margin: 0 auto;
	width: 90%;
}

#contents #primary .contact ul li {
    float: none;
    margin-right: 0%;
    width: 100%;
}

#contents #primary .contact ul li a {
    padding: 45px 0;
}
#detail.contact #primary .confirmarea {
	width: auto;
}
}


/* --------------------------------------------------
	 association
-------------------------------------------------- */
.greetingphoto {
	display: block;
    float: left;
    width: 25%;
    margin: 0 2rem 0 0;
}
.greetingphoto img {
	width: 100%;
	display: block;
	margin-bottom: 0.5rem;
}
.greetinginner {
    overflow: hidden;
}

@media screen and (max-width:764px) {
.greetingphoto {
    width: 45%;
}

}





/* --------------------------------------------------
	 common
-------------------------------------------------- */
.list_inner .item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3%;
}

.list_inner .item ul li {
	width: calc(94% / 3);
    margin-bottom: 3%;
}

.list_inner .item ul li a {
	position: relative;
	display: block;
    text-align: center;
    border: solid 1px #EFEFEF;
    line-height: 1;
    padding: 10% 5%;
-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}
.list_inner .item ul li a:before {
    right: 17px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #009A53;
    border-radius: 50%;
    content: "";
    z-index: 9;
}
.list_inner .item ul li a:after {
    right: 18px;
    width: 15px;
    height: 9px;
	position: absolute;
	top: 0px;
	bottom: 0;
	margin: auto 0;
	display: inline-block;
	vertical-align: middle;
	background: currentColor;
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	content: "";
	transition: all 0.3s ease;
	z-index: 10;
	color: #FFF;
}
.list_inner .item ul li a:hover {
	text-decoration: none;
    border: solid 1px #009A53;
}
.list_inner .item ul li a:hover:after {
    right: 15px;
}

.list_inner.article .item {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.list_inner.article .item a {
    width: 33%;
    padding: 0 0%;
    margin-bottom: 3%;
    box-sizing: border-box;
    position: relative;
}
.list_inner.article .item a:hover {
	text-decoration: none;
}
.list_inner.article .item a dl dt {
    margin-bottom: .35rem;
    width: 100%;
    height: 200px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}
.list_inner.article .item a:hover dl dt {
	opacity: .65;
}

.list_inner.article .item a dl dd small {
    display: block;
    font-size: .75rem;
    color: #666;
}
.list_inner.article.movie .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3%;
}

.list_inner.article.movie dl {
	width: calc(97% / 2);
    padding: 0 0%;
    margin-bottom: 3%;
    box-sizing: border-box;
    position: relative;
}
.list_inner.article.movie dl dt small{
    display: block;
    font-size: .75rem;
	margin-bottom: .5rem;
    color: #666;
}
.list_inner.article.movie dl dd strong{
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: .5rem;
    display: inline-block;
}
.list_inner.article.movie dl dd .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.list_inner.article.movie dl dd .youtube iframe {
  width: 100%;
  height: 100%;
}
.list_inner.article.movie dl dd strong + p {
    font-size: .75rem;
    margin-bottom: 0rem;
}












@media screen and (max-width:764px) {
.list_inner.article .item a {
	width: calc(97% / 2);
}
.list_inner.article .item a dl dt {
	height: 120px;
}
}