@charset "UTF-8";
/* ==========================================
  common
========================================== */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-weight: inherit;
}
body, html {
  background: #fff;
  color: #222;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
h1, h2, h3, h4, h5 {
  font-weight: inherit;
  padding: 0;
  margin: 0;
}
p {
  letter-spacing: 0.15em;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none;
}
a:focus,
a:focus img {
  box-shadow: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none;
}
a:active, a:hover {
  color: inherit;
}
.linkover {
  position: relative;
}
a.whole {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.whole:hover {
  background: rgba(118, 81, 48, 0.1);
}
img {
  max-width: 100%;
  height: auto;
  outline: none;
	vertical-align:top;
}
hr {
  height: 1px;
  background-color: #e5e5e5;
  border: none;
  color: #e5e5e5;
  margin-top: 60px;
}
/*----------------------------------------------------
  
----------------------------------------------------*/
.txt_center{
	text-align: center;
}
.th22 p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
/*----------------------------------------------------
  font
----------------------------------------------------*/
.th22 .f13 {
	font-size: 13px;
}
.th22 .f16 {
	font-size: 16px;
}
.th22 .bold {
  font-weight: bold;
}
/*----------------------------------------------------
  color
----------------------------------------------------*/
/*----------------------------------------------------
  margin
----------------------------------------------------*/
.mgt20{
	margin-top: 20px;
}
.mgt60{
	margin-top: 60px;
}
.mgb60{
	margin-bottom:60px;
}
/*----------------------------------------------------
  header
----------------------------------------------------*/
.th22 header {
	margin: 10px;
	text-align: center;
}

/*----------------------------------------------------
  main
----------------------------------------------------*/
.th22 .main {
	max-width: 775px;
	margin: 0 auto;
	padding: 0;
}
/*----------------------------------------------------
  col
----------------------------------------------------*/
.th22 .col {
  display: flex;
  flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
/*----------------------------------------------------
  contents
----------------------------------------------------*/
.th22 #contents{
	max-width: 775px;
	margin: 0 auto;
	padding: 0;	
}

/*==================================================
event
===================================*/
.th22 .inner {
    display: none;
	max-width: 660px;
	margin: 0 auto;
}
.event{
	background: url("../img/bg_movie.jpg") repeat;
	padding: 40px 20px;
}
.th22 .event .inner {
    display: block;
}
.th22 .event .box {
	background: #fff;
	border: 4px solid #eb6876;
	border-radius: 20px;
	padding: 30px 20px;
	margin-top: 40px;
}
.th22 .event h2 {
	font-size: 36px;
	font-weight: bold;
}
.th22 .event .photo {
	padding-bottom: 20px;
}
.th22 .event .btn  a{
	display: inline-block;
	background: #5ab390;
	border-radius: 60px;
	color: #fff;
	font-size: 20px;
	padding: 10px;
}
@media screen and (max-width: 780px) {
.th22 .event h3 {
	font-size: 26px;
	width: 68%;
}
}
@media screen and (max-width: 480px) {
.th22 .event .box {
	background: #fff;
	border-radius: 20px;
	padding: 10px;
	margin-top: 40px;
}
.th22 .event .btn  a{
	font-size: 18px;
}
}
/*==================================================
movie
===================================*/
.th22 .inner {
    display: none;
	max-width: 660px;
	margin: 0 auto;
}
.movie{
	background: url("../img/bg_event.jpg") repeat;
	padding: 40px 20px;
}
.yb {
  max-width: 660px;
  aspect-ratio: 16 / 9;
	margin: 30px auto;
	padding: 0;
}
.yb iframe {
  width: 100%;
  height: 100%;
      border: 4px solid #d52352;
	border-radius: 6px;
}
/*----------------------------------------------------
  footer
----------------------------------------------------*/
.th22 footer {
	padding: 40px 10px;
	text-align: center;
}
.th22 footer p{
	font-size: 11px;
	margin-top: 20px;
}