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


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

/* !Reseting
---------------------------------------------------------- */
body {
	font-size: 16px;	
	line-height: 1.5;
	overflow-x:hidden;
}
img {
	vertical-align:bottom;
}
p,dt,dd {
    color: #701513;
	font-size:16px;
	line-height:1.7em;
}
.bold {
    font-weight: bold;
}
a:hover {
	opacity:0.6;
}
#contents .only_sp, .he_logo_sp {
	display:none;
}
h3,h4,h5 {
	font-weight:bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
/*==================================
             header
==================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	transition: .3s;
    opacity: 0.8;
}

#headerIn {
	width:100%;
	margin:0 auto;
	background-color:#e4007f;	
}
#head-top {
	font-size:14px;
	padding:3px 0;
}
#head-h1 {
	width : 1300px;
	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 {
	width:900px;
	display:inline-block;
	vertical-align:top;		
}
#headerLogo_right {
	float:right;
	margin:15px auto;
}
#navi1 ul{
	display:inline-block;
	text-align:center;
	width:90%;
	table-layout:fixed;
}
#navi1 li{
	display:table-cell;
	width:15%;
}
#navi1 li{
	font-size:14px;	
}
#navi1 ul li {
	position:relative;
}
#navi1 a{
	text-decoration:none;
	display:block;
	color:#fff;
	font-weight:bold;
	padding:20px 0 15px;	
}
#navi1 a:hover{
	opacity:0.5;
}
.fadein {
	opacity : 0;
	transform: translateY(80px);
	transition: all 1s;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background-color:#e4007f;
    opacity: 0.9;
	z-index: 2;
	width: 100%;
}
#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;
}
#headerLogo_left h1 img {
	width:300px;
	height:auto;
}
#headerLogo_left h2 {
	font-weight:bold;
	color:#fff;
}
#headerLogo_left p {
	margin:0 auto;
}

/*==================================
             contents
==================================*/

#contents {
	background:#FFFFFF;
	margin:0px auto;
	text-align:center;
}
:not(.homoe) #contents {
	margin-top:153px;
}
.contact_tel {
	margin:30px auto 60px;
}
.contact_tel  img {
	border:#FED749 solid 2px;
}
.contact_tel a:hover {
	opacity:0.5;
}
.box {
	width:1300px;
	margin:0 auto;
	padding:30px 0 0;
	box-sizing:border-box;
}
.box h2 {
	margin:0 auto 30px;
    color: #00246C;
    font-size: 28px;
	font-weight:bold;
}

/*==================================
              slide
==================================*/
#top_slide {
	max-width:inherit;
}
#slide {
	position:fixed;
}
/* スライド画像用CSS start */
#slide_wrapp {
	position: relative;
	overflow: hidden;
	height:100vh;
	margin: 0 auto;	
}
#slide_wrapp .slide_item {
	opacity: 0;
	transform: scale(1);
	transition: opacity 2s linear, transform 7.5s linear;
	-webkit-transition: opacity 2s linear, transform 7.5s linear;
	-moz-transition: opacity 2s linear, transform 7.5s linear;
	-ms-transition: opacity 2s linear, transform 7.5s linear;
	-o-transition:opacity 2s linear, transform 7.5s linear;
	position: relative;
}
#slide_wrapp .slide_item:not(:first-child) {
	position: absolute;
	top: 0;
	width: 100%;
}
#slide_wrapp .slide_item.show_ {
	opacity: 1;
	filter: alpha(opacity=100);
}
#slide_wrapp .slide_item.zoom_ {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#slide_wrapp .slide_item img {
	display: block;
/*	height:100vh;*/
	width:100vw;
	margin: 0px;
/*	margin-left: 50%;*/
/*	transform: translateX(-50%);*/
}
#slide_wrapp .slide_item img.yokonaga {
    margin-top: 0%;
}
#slide_wrapp .slide_item img.seihokei {
    margin-top: -25%;
}
#slide_wrapp .slide_item img.only_sp {
	display: none;
}
/* スライド画像用CSS end */

/*==================================
             pagetop
==================================*/
#pageTop {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
}
#pageTop a {
	background-image:url(../img/common/page_top.png);
	background-position:top;
	background-repeat:no-repeat;
	background-size:100px auto;	
	text-decoration: none;
	color: #701513;
	font-size:14px;
	font-weight:bold;
	padding: 130px 15px 5px;
	text-align: center;
	display: block;
	border-radius: 5px; 
}
#pageTop a:hover {
	opacity:0.5;
}

/*==================================
             footer
==================================*/

#footer {
	background-color:#FFFFFF;
}
#footer_box {
	width:1300px;
	margin:0 auto;
	z-index: 110;
	position:relative;
}
#footerNav {
	width:1200px;
	margin:0 auto 20px;
}
#footerNav ul {
	margin:20px auto;
}
#footerNav li {
    display: inline-block;
    padding: 5px 15px;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    height: 30px;
    text-decoration: underline;
/*
	width:180px;
	vertical-align:top;
	font-size:14px;
	border-left:#701513 dotted 2px;
*/
}
#footerNav li a {
	color:#701513;
	font-weight:bold;
	text-decoration:none;	
}
#footerNav li:first-of-type {
	border-left:none;
}
#copyright {
	text-align:center;
	color:#701513;
	margin:0;
	padding:10px;
	font-size:14px;
}
.ft_logo {
	display:block;
	margin:0 auto 20px;
}
.footer_rogo a,
.club_name {
	display:inline-block;
	vertical-align:top;
}
.club_name {
	margin:30px 0 0 10px;
}
.club_name h2 {
	font-size:24px;
	font-weight:bold;
	color:#00246C;
}
#footer_left .club_name p {
	margin:0 auto;
	font-size:16px;	
}
#navi1 .sp-menu li::before {
    display: block;
	margin:0 auto;
    padding: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 33px;
    content: '\f0c9';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 0;
    color: #fff;
	text-align:center;	
}
#navi1 .sp-menu {
    display: inline-block;
    float: right;
	width:50px;
    padding: 0;
	margin:0;
}
#navi1 .sp-menu li {
    width: 50px;
	padding:40px 5px 0 0;
	font-size:12px;
	font-weight:bold;
}
#navi1 .sp-menu p {
    display: block;
    margin: 5px 10px 0 0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
}
#navi1 .sp-menu a {
	margin:0;
	padding:0;
	text-align:center;
}
#snow {
	position:fixed;
	top:0px;
	opacity : 0.9;
	z-index:100;
}
.machi img {
	width:100%;
	height:auto;
}

#dialog_menu {
	background-color:#FFFFFF;
	opacity :0.9;
	z-index:99999;
}
#dialog_menu .close::after {
    content: '\f00d';
    position: relative;
    left: 10px;
    top: 0px;
    color: #000;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
/*==================================
               404
==================================*/
.about_404error a {
	position:relative;
	z-index:110;
}
.about_404error {
	padding:30px 0;
	background:#E7155F;
}
.machi {
    background-color: #E7155F;
}
.about_404error .box {
    margin: 20px auto;
	padding:100px;
    background: #fff;
    border-radius: 20px;
	text-align:left;
	line-height:2em;
}
/*==================================
          トップ以外共通
==================================*/

/*   page sp-menu   */

.page:not(.home) .sp-menu, .single .sp-menu, .archive .sp-menu, .error404 .sp-menu {
    display: inline-block;
    float: right;
    width: 50px;
    padding: 0;
    margin: 0;
}
.page:not(.home) .sp-menu li::before, .single .sp-menu li::before, .archive .sp-menu li::before, .error404 .sp-menu li::before {
    display: block;
	margin:0 auto;
    padding: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 33px;
    content: '\f0c9';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #e4007f;
	text-align:center;	
}
.page:not(.home) .sp-menu, .single .sp-menu, .archive .sp-menu, .error404 .sp-menu {
    display: inline-block;
    float: right;
	width:50px;
    padding: 0;
	margin:0;
}
.page:not(.home) .sp-menu li, .single .sp-menu li, .archive .sp-menu li, .error404 .sp-menu li {
    width: 50px;
	padding:40px 5px 0 0;
	font-size:12px;
	font-weight:bold;
}
.page:not(.home) .sp-menu p, .single .sp-menu p, .archive .sp-menu p, .error404 .sp-menu p {
    display: block;
    margin: 15px 20px 0 0;
    color: #e4007f;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
}
.page:not(.home) #navi1 ul, .single #navi1 ul, .archive #navi1 ul, .error404 #navi1 ul {
    width: 100%;
}

/*   main_img   */

.main_img img {
	width:100%;
	height:auto;
}
.blocks-gallery-grid {
	padding : 50px 100px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.blocks-gallery-grid img{
	margin:10px;
}

/* 　foam　締め切りスタンプ　 */
.stamp {
	position: absolute;
    top: 12%;
    right: 50%;
    transform: translateX(50%);
    background-color: rgb(125, 98, 66);
    color: white;
    padding: 4vw 12vw;
    font-size: 4.4vw;
    border-radius: 8px;
    z-index: 1;
    transform: translateX(50%) rotate(-10deg);
	line-height: initial;
	white-space: pre-line;
	font-weight: bold;
	width: 420px;
}
.about_sponsor ul img{
	width: 100%;
}

  @media (max-width: 768px) {
	/* 画面幅が768px以下の場合のスタイル */
	.stamp {
	  padding: 8vw 12vw;
	  font-size: 6vw;
	  top: 10%;
	  width: 200px;
	}
  }