@charset "utf-8";

*, *:before, *:after {
	margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	color: #000;
	background: #fff;
	font-size: 15px;
	line-height: 150%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	text-align: center;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
}
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
	font-weight: normal;
}
table {
	line-height: 150%;
	border: 0;
}
td {
	vertical-align: top;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
p {
	margin: 0;
}
.spacer {
	margin-bottom: 10px;
}
.spacer2 {
	margin-bottom: 20px;
}
.spacer3 {
	margin-bottom: 30px;
}
.spacer4 {
	margin-bottom: 40px;
}
.center {
	text-align: center;
}
.side {
	text-align: center;
	margin-bottom: 10px;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.gray {
	color: #aaa;
}
.yellow {
	color: #d80;
}
.pink {
	color: #f18;
}
.blue {
	color: #1cf;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*html .clearfix {
    height: 0em;
}
iframe.reserve {
	width: 100%;
	height: 2200px;
}
/******************** header ********************/
header {
	width: 100%;
	background: url("../img/header_bg.png") repeat;
	text-align: center;
}
#global_header {
/*
	width: 1100px;
	height: 124px;
*/
	width: 100%;
	height:220px;
	margin: 0 auto;
	text-align: left;
	background: url("/wp-content/uploads/2025/04/header_bg2.png") no-repeat center top;
}
ul#header_nav {
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
ul#header_nav li {
	text-align: center;
	background: #ffce0e;
	border-right: 1px solid #fff;
}
ul#header_nav li.first {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
ul#header_nav li.last {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
ul#header_nav li a {
	display: block;
	color: #fff;
	font-size: 13px;
	padding: 0 10px;
	line-height: 28px;
	font-weight: bold;
}
ul#header_nav li a:hover {
	color: #daa900;
}
h1 {
	width: 1100px;
/*
	color: #b4b4b4;
*/
	color:transparent;
	font-size: 12px;
	text-align: right;
	margin: 0 auto;
	padding: 13px 0 0;
}
p#logo {
	position: absolute;
	top: 23px;
	left:100px;
}
/* IE */
@font-face {
	font-family: A-OTF リュウミン Pr5 R-KL;
	src: url(../A-OTF-RyuminPr5-Regular.otf);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: A-OTF リュウミン Pr5 R-KL;
	src: url(../A-OTF-RyuminPr5-Regular.otf) format(”opentype”);
}
p#open {
	color: #004b2a;
	font-family: "A-OTF リュウミン Pr5 R-KL", "游明朝", YuMincho,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E";
	font-size: 20px;
	font-weight: bold;
	float: right;
	padding-top: 16px;
	font-feature-settings : "palt";
	letter-spacing: 0.1em;
}
p#open .small {
	font-size: 13px;
}
p#open .large {
	font-size: 32px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #f00!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #f3ff75!important;
}

/******************** nav ********************/
nav {
/*
	border-top: 4px solid #e8e1ba;
	border-bottom: 4px solid #ded18a;
*/
/*
	border-top: 4px solid #f00;
	border-bottom: 4px solid #ff0;
*/
	width: 100%;
/*	
	background: #59e4d0;
	/*
	background: -moz-linear-gradient(top, #59e4d0 0%, #0bd3b5 100%);
	background: -webkit-linear-gradient(top, #59e4d0 0%,#0bd3b5 100%);
	background: linear-gradient(to bottom, #59e4d0 0%,#0bd3b5 100%);
	*/
	background: linear-gradient(2deg, rgba(247, 232, 12, 1) 10%, rgba(251, 0, 0, 1) 90%);	

}
nav ul {
	font-feature-settings : "palt";
	font-weight: bold;
	letter-spacing: 0.05em;
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	background: #59e4d0; /* Old browsers */
	background: -moz-linear-gradient(top, #59e4d0 0%, #0bd3b5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #59e4d0 0%,#0bd3b5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #59e4d0 0%,#0bd3b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: url("/wp-content/uploads/2025/04/nav_line.png") no-repeat left bottom;
}
nav li {
	margin: 0 auto;
	vertical-align: bottom;
	line-height: 140%;
}
nav li a {
	font-family: 'Arima Madurai', sans-serif;
	padding: 11px 18px 8px 14px;
	/*
	padding: 9px 15px 9px 7px;
	*/
	text-align: center;
	display: block;
	color: #000;
	transition: .5s;
	width: auto;
/*	
	text-shadow: 1px 1px 0px #21c8b0;
*/
	text-shadow: 1px 1px 0px #ccc;

	/*
	background: url("/wp-content/uploads/2025/04/nav_line.png") no-repeat right bottom;
	*/
	background-image: linear-gradient(2deg, rgba(247, 232, 12, 1) 10%, rgba(251, 0, 0, 1) 90%);
}
.en {
	font-size: 20px;
	font-weight: bold;
}
.ja {
	font-size: 12px;
	color: #000;
}
nav li a:hover {
	color: #000;
}

/******************** contents ********************/
#contents {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: center;
	min-height: 1000px;
}
#contents a:hover {
	cursor:pointer;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity: 0.7;
	zoom:1;
}
h2 span {
	display: block;
	border-bottom: 2px solid #f00;
	font-size: 24px;
	font-family: 'Arima Madurai', sans-serif, "游ゴシック", Yu Gothic;
	color: #000;
	font-feature-settings : "palt";
	letter-spacing: 0.05em;
	padding-bottom: 18px;
}
h2 {
/*
	border-bottom: 3px solid #f3ff75;
	*/
	margin-bottom: 25px;
	text-align: center;
}
h2#image {
	margin-bottom: 30px;
	border: none;
}
/******************** footer ********************/
footer {
    width: 100%;
    text-align: center;
    line-height: 50px;
    background: #d40000;
    color: #fff;
    padding: 10px 0;
}
footer ul {
    width: 1200px;
    list-style: none;
    text-align: center;
    display: flex
;
    justify-content: center;
    margin: 0 auto;
    font-size: 14px;
}
footer ul a{
    color: #fff;
}
footer ul li a{
    color: #fff;
}
footer ul li:after {
    content: "／";
    margin: 0 1em;
}
footer ul li:last-child::after {
  content: none;
}

#copy a{
    color: #fff;
}
.page_top a{
	color: #f00;
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}

.pc{
	display:block;
}
.sp{
	display:none;
}
#breadcrumb{
	display:none;
}
.site-footer{
	display:none;
}
#vk-mobile-nav-menu-btn{
	display:none;
}
#vk-mobile-nav{
	display:none;
}
.page-header{
	display:none;
}


@media screen and (min-width: 320px) and (max-width: 650px){
}

.pc{
	display:block;
}
.sp{
	display:none;
}