@charset "UTF-8";
/*
 * common.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

.sp_menu,
.scroll {
	display:none;
}

/* !Reseting
---------------------------------------------------------- */
body {
/*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-size: 14px;
	line-height: 1.5;
	width:100%;
    overflow: scroll;
    -webkit-overflow-scrolling:touch;
}
#wrapper {
	width:100%;
	overflow: hidden;
}
img {
	vertical-align:bottom;
}
.bold {
    font-weight: bold;
}
a{
	color:#1d3994;
	text-decoration:none;
}
a:hover {
	opacity:0.6;
	text-decoration:underline;	
}
section {
    max-width: 100%;
	margin:0px auto;
}
.text-bold {
	font-weight:bold;
}
#dialog_menu,
#sp-menu,
#contents .only_sp,
.only_sp {
	display:none;
}
.effect-fade {
	opacity : 0;
	transform : translate(0, 145px);
	transition : all 1000ms;
}
.effect-fade-right {
	opacity : 0;
	transform : translate(200px, 0px);
	transition : all 1000ms;
}
.effect-fade-left {
	opacity : 0;
	transform : translate(-200px, 0px);
	transition : all 1000ms;
}

.effect-fade.effect-scroll, .effect-fade-right.effect-scroll, .effect-fade-left.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

/*==================================
             header
==================================*/
#header {
	position: absolute;
	z-index: 9999;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top:0px;
	width:100%;
}
#headerIn {
	width:1100px;
	margin:0 auto;
}
#head-top {
	font-size:14px;
	padding:3px 0;
}
#head-h1 {
	width : 1100px;
	margin : 0px auto;
}
#head-h1 h1{
	float:left;
	margin:2px 0px;
	font-size:14px;
	color:#fff;
}
#head-h1 ul li{
	padding : 0px 10px;
	font-size:12px;
	margin:2px 0px;
	float:left;
	border-left:#fff 1px solid;
}
#head-h1 ul li:last-child{
	border-right:#fff 1px solid;
}
#head-h1 a{
	color:#fff;
	text-decoration:none;
}
#head-h1 ul li a:hover{
	opacity:0.5;
}
#head-h1 nav {
	float:right;
}
#headerLogo_left {
	display:inline-block;
	vertical-align:top;		
}
#headerLogo_left h2 {
    color: #00246C;
}
#headerLogo_right {
	float:right;
	margin:15px auto;
}
#navi1 {
	position:relative;
	z-index:1;
	top:398px;
}
#navi1 ul{
	text-align:center;
	width:1000px;
	margin:0 auto;
	padding:0 5px;
	display:table;
	table-layout:fixed;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 8px gray;
}
#navi1 li{
	display:table-cell;
	font-size:15px
}
#navi1 li:last-of-type a {
	border-right:none;
}
#navi1 a {
	margin:5px 0;
	padding:12px 0;
	text-decoration:none;
	display:block;
	color:#000;
	border-right:1px solid #00246C;
}
#navi1 a:hover {
	background-color:#00599F;
	color:#fff;
	opacity:1;	
}
.members_page #navi1 a:hover {
	background-color:#006834;
	color:#fff;
	opacity:1;	
}
#navi1 a:hover{
	opacity:1;
}
#headerLogo_left h1,
#headerLogo_left .club_name {
	display:inline-block;
	vertical-align:top;
}
#headerLogo_left .club_name {
	margin:25px 0 0 15px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
body:not(.home) #headerLogo_left .club_name {
	color:#000;
}
#headerLogo_left h1 img {
	width:300px;
	height:auto;
}
#headerLogo_left h2 {
	font-weight:bold;
	color:#00246C;
}
#headerLogo_left p {
	margin:0 auto;
}
.name_en {
	margin:0 0 0 20px;
	font-size:16px;
	color:#FEBD11;
}
section p {
	font-size:16px;
	text-align:left;
	line-height:1.7em;
}
.sentence {
	font-size:16px;
	text-align:left;
	line-height:1.7em;
}
section h2 {
	padding:20px;
	color:#fff;
	background-color:#00599F;
	font-weight:bold;
}
section h3 {
	margin:0 auto 20px;	
	font-size:22px;
	color:#00599F;
	font-weight:bold;
}
.box h2 {
	color:#00246C;
	background-color:#fff;
	font-size:22px;
}
/*==================================
              slide
==================================*/
/* スライド画像用CSS start */
#top_slide {
	max-width:inherit;
}
#slide, #slide_sp {
	position:absolute;
}
.page_top_img {
	position:absolute;
	width:100%;
	height:300px;	
}
.page_top_img img {
	position:relative;
	width:100%;
	height:auto
}
#slide_wrapp {
	position: relative;
	overflow: hidden;
	height: 600px;
	margin: 0 auto;
}
#page_image {
	position:absolute;
	width:100%;
	height:600px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
#slide_wrapp .slide_item {
	opacity: 0;
	transform: scale(1);
	transition: opacity 2s linear, transform 7.5s linear;
	position: relative;
}
#slide_wrapp .slide_item:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#slide_wrapp .slide_item.show_ {
	opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
	transform: scale(1.1);
}
#slide_wrapp .slide_item img {
	display: block;
	width:100%;
}
.en_copy {
	position:relative;
	width:486px;
	margin:0 auto;
	text-align:center;	
}
.en_copy p,
.page .en_copy h3,
.error404  .en_copy h3{
	position:relative;
	top:220px;
	color:#fff;
	font-size:40px;
	font-weight:bold;
    font-family: 'Noto Serif JP', serif;	
	text-align:center;
    text-shadow: 2px 2px 10px #777 , -2px 2px 10px #777 , 2px -2px 10px #777 , -2px -2px 10px #777;	
}

/*==================================
             contents
==================================*/
.home #contents {
	margin-top:483px;
	position:relative;
}
#contents {
	background:#FFFFFF;
	margin:0px auto;
	text-align:center;
}
.box {
	width:1100px;
	margin:0 auto;
	padding:30px 50px;
	background-color:#fff;
	box-sizing:border-box;
}
.box img {
	width:100%;
	height:auto;
}
.sub_ttl {
	display:block;
	font-size:18px;
	color:#E2882A;
	font-weight:bold;	
}

/*==================================
             pagetop
==================================*/
#pageTop {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
}
#pageTop a {
	background: #00246C;
	text-decoration: none;
	color: #fff;
	font-size:14px;
	padding: 10px 15px;
	text-align: center;
	display: block;
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-radius: 5px; 
}
#pageTop a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
#pageTop a:before {
    content: "▲";
}

/*==================================
             footer
==================================*/
.footer_bg img {
	width:100%;
	height:auto;
}
#footer_box {
	background-color:#00599F;
	color:#FFFFFF;	
}
#copyright {
	text-align:center;
	color:#FFFFFF;
	margin:0;
	padding:10px;
	background-color:#00599F;
  	font-family: Verdana, "Droid Sans" !important;		
}
#footerNav ul {
	width:900px;
	margin:0 auto;
	padding:50px 0 0;
    display: flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	flex-wrap        : wrap;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
    flex-wrap: wrap;
	justify-content: center;	
}
#footerNav li {
	width:169px;
	margin:10px 0;
	padding:5px;
	text-align:center;
    border-right: 1px solid #fff;	
}
#footerNav li:first-of-type,
#footerNav li:nth-of-type(5) {
    border-left: 1px solid #fff;	
}
#footerNav li a {
	color:#fff;
	text-decoration:none;
}
#footer p {
	margin:0 auto;
}
.footer_logo {
	width:550px;
	margin:20px auto;
}
.footer_logo .club_name {
	display:inline-block;
	width:230px;
	vertical-align:top;
	margin:35px 0 0;
}
.footer_logo .club_name h2 {
	font-weight:bold;
}
.footer_ad {
	text-align:center;
}
/*==================================
          top以外共通
==================================*/
#page_image img {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.page #navi1 {
    top: 398px;
}
.page .en_copy {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
iframe {
	display:block;
    width: 1100px;
	margin:50px auto;
	padding:20px;
}
table {
    width: 1000px;
    border-collapse: inherit;
    margin: 50px auto;
	border-collapse: separate;
	border-spacing: 10px 0px;
}
table th {
    width: 120px;
    padding: 30px;	
    color: #00599F;
    font-size: 16px;
	font-weight:bold;
    text-align: center;
    background-repeat: no-repeat;
	border-top:#00599F solid 1px;
}
table td {
    font-size: 16px;
    padding: 30px;
    width: 880px;
	border-top:#999 solid 1px;
	text-align:left;
}
 
/*==================================
          　会員専用ページ
==================================*/
.members_page #contents {
	margin-top:483px;
	width:1100px;
}
.members_page #headerLogo_left h2 {
	color:#006834;
}
.members_page section h2 {
    background-color: #006834;
}
#headerLogo_left .members {
	display:inline-block;
	margin:35px 0 0 20px;
	padding:10px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	background-color:#006834;
}
.member_login {
    margin:10px auto 0;
    padding: 5px 10px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
}
.member_login p, .member_login a {
    display: inline-block;
}
.member_login p {
    margin: 5px auto;
    color: #006834;
    font-size: 16px;
    font-weight: bold;
}
.member_login a {
    margin: 0 0 0 5px;
    padding: 5px 10px;
    background-color: #DF6512;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}
#headerLogo_right {
    float: right;
    margin: 15px auto;
}
.members_page .club_name {
    margin: 10px 0 0;
}
.members_page #footer_box {
	background-color:#006834;
	color:#FFFFFF;	
}
#footer .members {
	margin:7px 0 0;
	padding:5px 0;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background-color:#fff;
	color:#006834;
}
.members_page #copyright {
    background-color: #006834;
}
.members_page #pageTop a {
    background: #006834;
}
#slide li {
	width:100%;
	height:auto;
}
#slide li img {
	width:100%;
	height:auto;
}

/*==================================
          　sp menu
==================================*/

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
	transform: scale(1.0, 1.0);
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
	-webkit-transform: scale(1.0, 1.0); /* Safari and Chrome */
	-o-transform: scale(1.0, 1.0); /* Opera */
	-moz-transform: scale(1.0, 1.0); /* Firefox */
	opacity: 1;
}

#humberger-menu {
	top:0px;
	right:10px;
	z-index:99999;
	position:absolute;
	transition : .3s;
	-moz-transition: .3s; /* Firefox 4 */
	-webkit-transition: .3s; /* Safari and Chrome */
	-o-transition: .3s; /* Opera */
}
.menu-off {
	position: fixed;
}
.hum-show {
	position: fixed;
	width: 100%;
	opacity:0.4;
}
.mail {
	display: flex;
	justify-content: center; /* 水平方向に中央に配置 */
	align-items: center; /* 垂直方向に中央に配置 */
	text-align: center; /* テキストを中央に配置（E-mail:の位置調整） */
}
.mail img{
	vertical-align: unset;
	display: flex;
	padding-left: 4px;
	padding-bottom: 2px;
}
.information{
	display: flex;
	justify-content: center;
}
.information img{
	width: 52vw;
	margin-bottom: 40px;
}
.wp-block-file__button{
	background: #000;
    color: #fff;
    padding: 6px 24px;
    border-radius: 999px;
    margin-left: 20px;
	font-size: 20px;
}
.wp-block-file{
	margin: 40px 0;
}