@charset "utf-8";
/* CSS Document */

/* ehon-land
-----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
}

/* ==============================================
    html,body and base
============================================== */
html,body {
	height:100%;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
}

img {
	border: none;
	height: auto;
	vertical-align: top;
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
}

ul {
	letter-spacing: -.40em;
}
ul li {
	letter-spacing: normal;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr {
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

hr.clear {
	zoom: 1;
	clear: both;
	height: 0;
	border: none;
	font-size: 0;
}
*:first-child+html hr.clear {/* for IE7 */
	border-top: 1px solid;
} 

/* ==============================================
    body
============================================== */
body {
    /*background: url("image/bg.gif");*/
	background: #afd9f1;
	text-align: center;
	line-height: 1.6;
    font-size: 16px;
	color: #3c3c3c;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 700px) {
	body {
		min-width: 300px;
        font-size: 14px;
	}
}
@media print {
	body {
		min-width: 950px;
	}
}
body,
input,
select,
textarea {
    font-family: 'Kosugi Maru', Meiryo,Arial,Roboto,'Droid Sans','Yu Gothic','Lucida Grande','Hiragino Kaku Gothic ProN', sans-serif;
}
form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
	-webkit-appearance: none;
}

/* ==============================================
    link
============================================== */
a {
	color: #003399;
	transition: all .4s;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


@media screen and (min-width: 701px) {
	a:hover,
	#pagetop img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
	a img.rollover:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}
}

/* ==============================================
    base
============================================== */
#container,
#main,
#copyright,
.inner {
	zoom: 1;
	margin: 0 auto;
	text-align: left;
}
#container:after,
#main:after,
#copyright:after,
.inner:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.inner {
	width: 1000px;
	position: relative;
}

.sp {
	display: none;
}
.switch {}
.call {}
.movielink {}

@media screen and (max-width: 1000px) {
	.inner {
		width: 96%;
	}
}

@media screen and (max-width: 700px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	header .inner {
		width: 100%;
	}
}



#container {
	position:relative;
    /*background: url("image/bg_upper.gif") repeat-x 0 0;*/
	overflow: hidden;
}

@media screen and (max-width: 700px) {
	#container {
		/*background: url("image/bg_upper_sp.gif") repeat-x 0 0;*/
	}
}


/* ==============================================
    header
============================================== */
header {
	padding-top: 0px;
    margin-bottom: 20px;
}

header #siteid {
    text-align: center;
}

#pic_sun {
    position: absolute;
    top: 45px;
    right: -140px;
    
	animation: kurukuru 16s linear infinite;
	transform-origin: 50% 50%;
}

@keyframes kurukuru {
	0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#pic_rainbow {
    position: absolute;
    top: 50px;
    left: -380px;
	
	animation: niji 12s linear infinite;
	transform-origin: 50% 50%;
}

@keyframes niji {
	0% { opacity: 1; }
	50% { opacity: 1; }
	60% { opacity: 0; }
	80% { opacity: 0; }
	100% { opacity: 1; }
}

@media screen and (max-width: 1200px) {
	#pic_sun {
		top: 70px;
		right: 0px;
		width: 15%;
	}
	#pic_rainbow {
		position: absolute;
		top: 150px;
		left: -20px;
		width: 20vw;
	}
}

@media screen and (max-width: 1000px) {
	header {
		margin-bottom: 60px;
	}
	header #siteid {
		width: 70%;
	}
	

}



@media screen and (max-width: 700px) {
	header {
		margin-bottom: 40px;
	}
		header #siteid {
		width: 100%;
	}
}


#twitter {
	position: fixed;
	left: 0px;
	bottom: 10%;
	z-index: 10;
}

@media screen and (max-width: 700px) {
	#twitter {
		display: none;
	}
}


/* ==============================================
    contents
============================================== */
#contents {}



/* Youtube レスポンシブ用 */
.youtube_wrap {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 700px) {
	table.scroll {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
	table.scroll tbody {
		width: 100%;
	}
	table.scroll::-webkit-scrollbar {
		height: 5px;
	}
	table.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	table.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}



/* ==============================================
    pagetop
============================================== */
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
}
#pagetop img {
	cursor: pointer;
}

@media screen and (max-width: 1000px) {
	#pagetop img {
		width: 75px;
	}
}

@media screen and (max-width: 700px) {
	#pagetop img {
		width: 65px;
	}
}


/* ==============================================
    footer
============================================== */
footer {
	padding-bottom: 30px;
}

footer address {
	font-style: normal;
}

/*#sponsor h3::before {
	content: "＜";
}
#sponsor h3::after {
	content: "＞";
}*/
#sponsor p {
	font-size: 0.875em;
	margin-bottom: 20px;
}





/* ==============================================
    copyright
============================================== */
#copyright {
    /*background: url("image/foot_line.png") no-repeat 50% 0;*/
    padding-top: 20px;
	text-align: right;
}

#copyright p {
	font-size: 0.875em;
}

@media screen and (max-width: 700px) {
	#copyright {
		background-size: contain;
	}
}

#f_twitter {
	display: none;
}

@media screen and (max-width: 700px) {
	#f_twitter {
		display: block;
		width: 40px;
		height: 40px;
		margin-bottom: 10px;
	}
}


/* ==============================================
    end style
============================================== */
/*#menuBtn {
	display: none;
}
.end_message {
	text-align: center;
	font-size: 1.5000em;
	background: #9dc87a;
	padding: 40px 10px;
	margin: 50px auto;
}*/


/* ==============================================
    pagination
============================================== */
.pagination {
	text-align: center;
}
.pagination span,
.pagination a {
	display: inline-block;
	border: 1px solid #0097CC;
	border-radius: 50%;
	width: 30px;
	line-height: 30px;
	font-size: 0.875em;
	font-weight: bold;
	color: #0097CC;
	text-align: center;
	background: #fff;
	margin: 5px;
}
.pagination a:hover {
	background: #0097CC;
	color: #fff;
	text-decoration: none;
}
.pagination span {
	background: #eee;
	color: #666;
}


/* ==============================================
    editor font size
============================================== */
.has-x-small-font-size,
.font-ss {
  font-size: 0.750em !important;/*12px  10px*/
}
 
.has-small-font-size,
.font-s {
  font-size: 0.875em !important;/*14px  13px*/
}
 
.has-regular-font-size {
  font-size: 1.000em !important;/*16px*/
}
 
.has-large-font-size,
.font-l {
  font-size: 1.500em !important;/*24px  24px*/
}
 
.has-x-large-font-size,
.font-ll {
  font-size: 1.875em !important;/*30px  36px*/
}
 
.has-huge-font-size,
.font-xl {
  font-size: 2.250em !important;/*36px  50px*/
}

/* ==============================================
    custom color
============================================== */

/*.has-custom-blue-color {
	color: #3d51b3;
}
.has-custom-red-color {
	color: #b7163d;
}
.has-custom-yellow-color {
	color: #ffcc00;
}
.has-custom-gray-color {
	color: #f1f4f6;
}
.has-custom-skyblue-color {
	color: #5088bf;
}
.has-custom-lightblue-color {
	color: #dde3f5;
}
.has-custom-white-color {
	color: #ffffff;
}
.has-custom-dardgray-color {
	color: #555555;
}
.has-custom-black-color {
	color: #000000;
}

.has-custom-blue-background-color {
	background-color: #3d51b3;
}
.has-custom-red-background-color {
	background-color: #b7163d;
}
.has-custom-yellow-background-color {
	background-color: #ffcc00;
}
.has-custom-gray-background-color {
	background-color: #f1f4f6;
}
.has-custom-skyblue-background-color {
	background-color: #5088bf;
}
.has-custom-lightblue-background-color {
	background-color: #dde3f5;
}
.has-custom-white-background-color {
	background-color: #ffffff;
}
.has-custom-dardgray-background-color {
	background-color: #555555;
}
.has-custom-black-background-color {
	background-color: #000000;
}*/


/* ==============================================
    entry-content
============================================== */
.entry-content {
	line-height: 1.8;
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
	line-height: 1.4;
}

.entry-content h1 {
	font-size: 2.000em;
	margin: 50px 0 50px;
}
.entry-content h1::after {
	content: "";
	display: block;
	width: 68px;
	height: 3px;
	background: #786a49;
	margin: 30px auto 0;
}

.entry-content h2 {
	font-size: 1.750em;
	border-left: 8px solid #a4da57;
	padding: 0 10px;
	margin: 50px 0 40px;
}

.entry-content h3 {
	font-size: 1.500em;
	background: #d6eeb3;
	padding: 5px;
	margin: 30px 0 20px;
}

.entry-content h4 {
	font-size: 1.375em;
	color: #464646;
	margin: 30px 0 20px;
}

.entry-content h5 {
	font-size: 1.250em;
	margin: 30px 0 20px;
}

.entry-content h6 {
	font-size: 1.125em;
	margin: 30px 0 20px;
}

@media screen and (max-width: 700px) {

}





.entry-content ul,
.entry-content ol {
	margin: 20px 0 30px 30px;
}
.entry-content li {
	line-height: 1.4;
	margin: 5px 0;
}

.entry-content p {
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.5em;
}
.entry-content a {
	color: #38B6E8;
}
.entry-content table {
	margin: 10px auto 20px;
	width: 100%;
}
.entry-content th,
.entry-content td {
	border: 1px solid #ddd;
	padding: 10px 15px;
	background: #fff;
}
.entry-content th {
	background: #fafaf5;
	white-space: nowrap;
	text-align: center;
}


.wp-block-button__link {
	background: #00a0e9;
	color: #fff !important;
}
.wp-block-button__link:hover {
	text-decoration: none;
}



.end_message {
    text-align: center;
    font-size: 1.5000em;
    background: #9dc87a;
    padding: 40px 10px;
    margin: 50px auto;
}

.opening_image {
	margin: 0 auto 30px;
	text-align: center;
}
header {
	margin: 0;
}
footer {
	margin-top: 50px;
}