@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/*  TOPページにだけ適用　　*/
#contents_wrap {
    margin-top: -50px;
    background-color: white !important;
}

#contents {
    background-color: white !important;
}


.kaso{
	padding-bottom: 50px;
}

.h2_002 h2 {
    font-weight: 600;
    font-size: 2.2rem;
}



.slid_wrapp ul{
    list-style: none;
    position: relative;
}
.slid_wrapp li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.slid_wrapp img{
    display: block;
    max-width: 100%;
    height: auto;
}
.slid_wrapp li{
    animation: slide 8s infinite;/* (a+b)×c=x */
    opacity: 0;
}
@keyframes slide{
    0%{opacity: 0;}
    3.5%{opacity: 1;z-index: 1;}/* b÷x×100=y */
    50%{opacity: 1;} /*100÷c=z*/ 
    78.5%{opacity: 0;z-index: 0;} /*y+z */
}
.slid_wrapp ul:hover li{
    animation-play-state:paused;/* マウスを載せると一時停止 */
}
.slid_wrapp li:first-child{
    position:relative;
}



.disnone{
	display: none;
}

.rinen_waku{
	display: flex;
	justify-content: space-evenly;
}

.rinen_wrapp table th,.rinen_wrapp table td {
    border: none!important;
    vertical-align: middle;
}


.title_rinen {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 4px double #ccc;
}


.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(224,66,114,0.2);
	font-size: 80px;
	font-style: italic;
}

.heading06::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: rgba(224,66,114,1);
}



.tsuyomi_h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

.tuyomi_wrapp{
	display: flex;
}

.tsyomi_box{
	flex-basis: 25%;
}

.pictgrum {
	display: block;
    text-align: center;
}
.pictgrum img{
	display: initial;
	width: 50%!important;
	height: auto;
}

td.pictgrum{
	border:none;
}

td.tsuyomi_txt{
	border:none;
}



/*流れ*/

.flow_h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}


.flow_wrapp{
	display: flex;
	justify-content: space-around;
}

.flow_box{
	flex-basis: 23%;
	background-color: #ccc: 
}

.pictgrum {
	display: block;
    text-align: center;
}
.pictgrum img{
	display: initial;
	width: 50%!important;
	height: auto;
}

td.pictgrum{
	border:none;
}

td.flow_txt{
	border:none;
}


.flowday{
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}



.flow_box {
    border: 5px solid #ccc;
    border-radius: 5px;
}



.jigyou_wrapp{
	background-image: url(../images/contents/bg_golf.jpg);
	height: 460px;
	text-align: right;
}

.jigyou_in_wrapp{
    background-color: rgb(49 50 49 / 55%);
    height: 100%;
    width: 50%;
    display: inline-block;
    text-align: left;
}

.jigyou_txt,.jigyou_txt2{
	color: #fff;
}

.jigyou_txt{
	font-size: 27px;
}


.jigyou_h2 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.jigyou_txt2{
	margin-top: 40px;
}
/*----------↓220722修正----------*/
.op_anime p {
	font-size: 140% !important;
}

@media screen and (max-width: 1024px) {
	.op_anime p {
	font-size: 120% !important;
}
}

@media screen and (max-width: 834px) {
}
@media screen and (max-width: 640px) {
	.op_anime p {
	font-size: 100% !important;
}
.rinen_waku{
	display: block;
	justify-content: ;
}



.product_wrapp{
	display: block!important;
}

.product_wrapp .box{
	margin-right: 0px!important;
}



.tuyomi_wrapp{
	display: block;
}

.tsyomi_box{
	flex-basis: 25%;
}


.jigyou_wrapp{
	background-image: url(../images/contents/bg_golf_sp.jpg);
	height: 460px;
	text-align: right;
}


.jigyou_in_wrapp{
    background-color: rgb(49 50 49 / 55%);
    height: 100%;
    width: 100%;
    display: inline-block;
    text-align: left;
}



}

