body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

.sp { display: none !important; }
.pc { display: block !important; }


/* header_area */
.header_area {
	background:#09f;
	width:100%;
}
.header_area > ul {
	width:980px;
	margin:auto;
}

/* fixed_area */
.fixed_area {
	position:fixed;
	bottom:0;
	background:#960a0b;
	width:100%;
	padding:10px 0;
	z-index:100;
}
.fixed_area > ul {
	width:980px;
	margin:auto;
}
.fixed_area > ul li {
	display:inline-block;
	color:#fff;
	width:50%;
	text-align:center;
	vertical-align:middle;
	line-height:1;
	box-sizing:border-box;
	padding:0 10px;
}
.bokin_txt {
	font-size:24px;
	font-weight:bold;
}
.bokin_btn a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f66f01), color-stop(0.00, #ffaa37));
	background: -webkit-linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: -moz-linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: -o-linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: -ms-linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: #f66f01\9;
	border:1px solid #f65f0e;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:10px 0;

	color:#fff;
	text-decoration:none;
	display:block;
	padding:10px;
	font-weight:bold;
	font-size:24px;
	text-shadow:3px 3px 7px #db510b;
}
.bokin_btn a:hover {
	background:#ffaa37;
}
.bokin_btn a:before {
	content:"\f144";
	font-family:FontAwesome;
	margin-right:10px;
	text-shadow:none;
}

/* wrapper */
.wrapper {
	width:980px;
	margin:0 auto 85px;
}

/* main_area */
.main_area > img {
	display:block;
}
.main_area > h1 {
	background:#f00;
	color:#fff;
	text-align:center;
	font-size:34px;
	padding:10px;
}
.main_area > h2 {
	text-align:center;
	font-size:20px;
	padding:10px 0;
	line-height:1.3em;
}

/* ttl_bar */
.ttl_bar {
	background:#09f;
	color:#fff;
	padding:10px;
	font-size:20px;
	letter-spacing:2px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);


	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0099ff), color-stop(0.00, #5fbfff));
	background: -webkit-linear-gradient(top, #5fbfff 0%, #0099ff 100%);
	background: -moz-linear-gradient(top, #5fbfff 0%, #0099ff 100%);
	background: -o-linear-gradient(top, #5fbfff 0%, #0099ff 100%);
	background: -ms-linear-gradient(top, #5fbfff 0%, #0099ff 100%);
	background: linear-gradient(to bottom, #5fbfff 0%, #0099ff 100%);
}

/* imgbox */
.imgbox {
	padding:5px;
	box-sizing:border-box;
	border:1px solid #dadada;
	margin-bottom:10px;
}
.imgbox img {
	width:100%;
}
.contents_area > div > .imgbox > p {
	word-break:break-all;
	margin:4px 0 0;
	font-size:12px;
}
.imgsize_s {
	width:250px;
}
.imgsize_m {
	width:350px;
}
.imgsize_l {
	width:500px;
}
.imgbox_r {
	float:right;
	margin-left:20px;
}
.imgbox_l {
	float:left;
	margin-right:20px;
}

/* news_area */
.news_area {
	margin:0px 0;
}
.news_ttl {
    padding: 0px 0px  10px 0px;
}
.news_ttl > h3 {
	position:relative;
}
.news_ttl > h3 > a {
	position:absolute;
	color:#fff;
	right:10px;
	font-size:16px;
	letter-spacing:0;
	display:inline-block;
}
.news_ttl > h3 > a:after {
	content:"\f144";
	font-family:FontAwesome;
	margin-left:5px;
	font-weight:normal;
}
.news_ttl > h3 > a:hover {
	color:#f90;
}
.news_ttl ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news_ttl ul li {
	display:inline-block;
	box-sizing:border-box;
	width: calc( (100% - 5px) /2);
	padding: 20px 20px 0 10px;
	vertical-align:top;
}
.news_ttl ul li + li {
	border-left: 1px solid #ccc;
	padding: 20px 10px 0 20px;
}
.news_ttl ul li .news_thumbnail {
	float:left;
	padding: 0 20px 20px 0;
}
.news_ttl ul li .news_date {
	padding: 0 0 10px 0;
}
.news_ttl ul li h4 {
	padding-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}

.news_txt {
    clear: both;
}
p.news_next{
	padding: 10px 0;
	text-align: right;
}

/* movie */
#movie {
	text-align: center;
}
#movie h3 {
	margin-bottom: 20px;
}
.move_st {
    border: solid 1px #ddd;
    padding: 30px 10px 0px 10px;
    margin: 10px;
}
#movie p{
	text-align: left;
    padding: 20px;
}

/* contents_area */
.contents_area {
	margin-top:40px;
}
.contents_area p {
    margin: 15px 0;
		line-height: 1.5;
}
.flt_l{
	float:left;
}
.flt_r{
	float:right;
}
.font_11p{
	font-size: 11px !important;
}
.sec01 h4, .sec02 h4 {
	border-left: 10px solid #8bccf6;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
}
.sec01 h4 + p {
	margin: 0.8em 0 20px 0;
}
span.caution {
	font-size: 0.8em;
}
.ul_done {
	margin-bottom: 20px;
}
.ul_done li{
	margin: 0.8em 0 0 0;
	margin-left: 30px;
	list-style-type: disc;
}


/* footer_area */
.footer {
	border-top:1px solid #ccc;
	margin-top:50px;
	margin-bottom: 85px;
	background:#09f;
	padding:30px 0;
}
.footer_area {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.footer_area a {
	color:#fff;
	font-weight:bold;
}
.footer_area a:hover {
	color:#f90;
}

.footer_link {
	margin: 0 20px;
}
.footer_link a:after {
	display: inline-block;
	content: "\f101";
	font-family: FontAwesome;
	margin-left: 5px;
	font-weight: normal;
}
.footer_info {
	margin: 0 20px;
	font-size: 14px;
}

@media screen and (max-width: 639px) {
	.footer_area {
		flex-wrap: wrap;
	}
	.footer_info {
		width: 100%;
		margin-top: 20px;
	}
}

/* ====================================================================
 pagetop
==================================================================== */
.pagetop {
    display: none;
    position: fixed;
    z-index: 1500;
    right: calc((100% / 2) - 490px);
    bottom: 50px !important;
}
.pagetop a {
    display: inline-block;
    border-radius: 50%;
    background-color: #2f5496;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    overflow: hidden;
}
@media screen and (max-width: 980px) {
  .pagetop {
    right: 0;
  }
}
@media screen and (max-width: 639px) {
  .pagetop {
      right: 20px !important;
      /* bottom: 100px !important; */
      bottom: 60px !important;
      transform: translateX(0);
  }
}

/* bottom_text_a */
.bottom_text_a {
    color: #000;
    font-size: 24px;
    padding: 30px 0 20px;
    font-size: 14px;
    line-height: 24px;
}
.ma_95p {
    width: 100%;
    margin: 0 auto;
}

/* donation */
#donation {
}
#donation div {
	display: inline-block;
	width: 440px;
	margin: 15px;
}
#donation p {
	font-size: 0.9em;
	text-align: right;
}

/* bokin_area */
.bokin_area {
	border-top:1px solid #ccc;
	text-align:center;
	margin-top:50px;
}
.bokin_area_inner {
	padding: 40px 50px;
	border: 10px solid #37537e;
	text-align: center;
}
@media (min-width: 415px) and (max-width: 768px) {
	.bokin_area_inner {
		padding: 20px 20px 40px 20px;
	}
}
@media (max-width: 415px) {
	.bokin_area_inner {
		padding: 10px 10px 35px 10px;
	}
}
.bokin_area_inner > h3 {
	color:#ca1202;
	font-size:24px;
	padding:30px 0 20px;
}
.bokin_area_yucho {
	margin-top: 20px;
}
.bokin_area_yucho dt {
	font-size: 16px;
}
.bokin_area_yucho dd .bokin_area_yucho-txt {
	margin: 15px 0;
	font-size: 16px;
	font-weight: bold;
}
.bokin_area_yucho dd .bokin_area_yucho-note {
	margin-top: 10px;
	font-size: 14px;
}
.bokin_area_yucho dd .bokin_area_note {
	margin-top: 10px;
	font-size: 14px;
}
.bokin_area_inner a {
	color: #09f;
	text-decoration: underline;
}
.bokin_area_inner a:hover {
	color: #09f;
	text-decoration: none;
}

.bokin_area .bokin_area_btns {
	margin-bottom: 20px;
}
.bokin_area .bokin_area_btns a {
  display: block;
  max-width: 520px;
  margin: 0 auto;
  padding: 20px 10px;
  border-radius: 10px;
  background: #ff6d01;
  background: -o-linear-gradient(60deg, #ff6d01 0%, #ff9601 100%);
  background: linear-gradient(30deg, #ff6d01 0%, #ff9601 100%);
  -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
}
@media (min-width: 415px) and (max-width: 700px) {
  .bokin_area .bokin_area_btns a {
        max-width: 350px;
        font-size: 24px;
    }
}
@media (max-width: 414px) {
    .bokin_area .bokin_area_btns a {
        max-width: 340px;
				margin: 0 10px;
        font-size: 20px;
    }
}
.bokin_area .bokin_area_btns a .btn-caption {
  display: block;
    position: relative;
    width:80%;
    margin: 10px auto 0;
    font-size: 12px;
}
.bokin_area .bokin_area_btns a .btn-caption:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  content: "(";
  font-size: 3em;
  font-weight: 100;
}
.bokin_area .bokin_area_btns a .btn-caption:after {
  position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    content: ")";
    font-size: 3em;
    transform: translateY(-50%);
    font-weight: 100;
}
@media (min-width: 415px) and (max-width: 768px) {
    .bokin_area .bokin_area_btns a .btn-caption {
      width: 100%;
        font-size: .6875rem;
    }
}
@media (max-width: 415px) {
    .bokin_area .bokin_area_btns a .btn-caption {
      width: 80%;
        font-size: .6875rem;
    }
    .bokin_area .bokin_area_btns a .btn-caption:before {
      left: -10%;
    }
    .bokin_area .bokin_area_btns a .btn-caption:after {
      right: -10%;
    }
}
