/*===================================
    Font GenJyuuGothicL
===================================*/
@font-face {
    font-family: "GenJyuuGothicL-Regular";
    src:
            url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/font2/GenJyuuGothicL-Regular.woff) format("woff"),
            url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/font2/GenJyuuGothicL-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "GenJyuuGothicL-Bold";
    src:
            url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/font2/GenJyuuGothicL-Bold.woff) format("woff"),
            url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/font2/GenJyuuGothicL-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "TaipeiSansTCBeta-Regular";
    src:
            url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/font2/TaipeiSansTCBeta-Regular.woff) format("woff"),
            url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/font2/TaipeiSansTCBeta-Regular.ttf) format("truetype");
}
/*===================================
    Common
===================================*/
body{min-width: 0px;}
main {
    /*width: 1920px;*/
    height: autp;
    /*
    height: fit-content;
    height: -moz-fit-content;*/
    height: -webkit-fit-content;
    height: -o-fit-content;
    margin: 0 auto;
    overflow: visible;
}
h1,h2,h3,h4{display:none;}
.contents{
    display: none;
}
/*===================================
    Menu page
===================================*/
main > section > article {
    position: relative;
    background-color: #fcfef9;
    font-family: "Apple SD Gothic Neo";
    text-align: center;
    background-color: #f4f7e9;
}
main > section > article > img {
    width:100%;
    max-width: 1920px;
}
main > section > article.sp > img {
    width:100%;
    max-width:none;
}
article #movie{
    position: relative;
    margin:0 auto;
    width:80%;
    height:calc( 45vw );
    max-width:1236px;
    display: block;
    position: relative;
}
article #movie img{
    width:100%;
    max-width:1236px;
}

article #movie iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:calc( 45vw );
}
article.sp .banner{
    width: 80%;
    bottom: 20px;
    margin: 0 auto;
    position: absolute;
    left: 10%;
}
article.sp .banner span{
    width:100%;
    display: block;
    margin:10px auto;
}
article.sp .banner span img{
    width:100%;
}
article span{
    display: block;
    margin:40px;
}

article.sp span:hover{
    border:2px solid green;
}
article .banner{
    position:relative;
    bottom:370px;
}
article ul{
    width:70%;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0 0;
}

article ul li{
    float:left;
    position: relative;
    width: calc(50% - 31px);
    font-family: "Apple SD Gothic Neo";
    }

article ul a li{
    border-right:1px solid  #134100;
    padding-right: 30px;
}

article ul li.video{
    margin-left: 30px;
}
article ul li.video span{
    top : -5px;
}
article ul li img{
    width: calc( 100% - 6px);
    border:3px solid #134100;
}
article ul li span{
    position: relative;
    display: block;
    color: #134100;
    padding: 2px 0;
    letter-spacing: 0.8px;
    font-size : 24px;
    text-align: left;
}
article ul li iframe{
    width: calc( 100% - 6px );
    height: calc( ( 35vw - 44px ) / 1.77);
    border:3px solid #134100;
}
article ul li img.tab{
    position: absolute;
    top: -35px;
    left: 0;
    width: auto;
    height: 35px;
    border: none;
    
}

article .nearest{
    clear:both;
    width: 450px;
    display: block;
    margin: 30px auto 0;
}

article.sp{
    
}

.youtube_movie{
	position:relative;
	width:100%;
	padding-top:56.25%;
		}
.player {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
}

.youtube{
    margin-top:10px;    
}
.thumb{
	position:relative;
	top:0;
	left:0;
	z-index:1;

}
		
.youtube_movie iframe{
	position:absolute;
	top: 0;
	left: 0;
	width:100% ;
	height:100% ;
}
article.sp #movie{
    position: relative;
    margin:10px auto;
    width:320px;
    display: block;
}

article.sp #movie img{
    width:320px;
}
article.sp ul{
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
}
article.sp ul li{
    float:none;

    }
article.sp ul li img {
    width:calc(100vw - 46px);
    border: 3px solid #134100;
}

article.sp ul li span {
    width: calc(100vw - 60px);
    height: auto;
    background-color: #134100;
    color: #d2e533;
    padding:10px;
}
article.sp ul li iframe {
    width:calc(100% - 6px);
    height: calc( ( 100vw - 46px ) / 1.77);
    border: 3px solid #134100;
}
article.sp ul a li{
    border-right:none;
    padding-right: 0;
    margin-top: 30px!important;
    width:calc(100vw - 46px);
}

article.sp ul li.video{
    margin-left: 0;
    margin-top: 60px;
    width: 100%;
}
article.sp ul li.video span{
   top:-8px;
}
article.sp ul li img.tab {
    position: absolute;
    top: -30px;
    left: calc( 50% - 23px);
    width: auto;
    height: 30px;
    border: none;
}
article.sp a{
    text-decoration: none;
}
article.sp .nearest {
    width: 80%;
}
/*===================================
    Footer
===================================*/
footer {
    background-color: #134100;
}
.footerwrapper {
    margin-top: 0px;
}
footer .share-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 40px;
}
footer .share-link a img {
    width: 42px;
    height: 42px;
}
footer .share-link a:first-child {
    margin-left: 0px;
}
footer .share-link a {
    margin-left: 20px;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}