@charset "utf-8";
/* ------------------------
 トップページ ()
------------------------ */
#mainVisual {
	position: relative;
}
#mainVisual:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/common/img/mask.png) repeat;
    z-index: 2;
}
#mv {
	position:relative;
	z-index:0;
	overflow: hidden;
}
#mv iframe {
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%,-50%);
}
#mv li p{display:block;width:100%;text-align:center;position:absolute;color:#fff}
.skippr{width:100%;height:100%;position:relative;overflow:hidden;padding:0;margin:0}
.skippr > li{position:absolute;width:100%;height:100%;background-size:cover;background-position:50% 62.5%}
.skippr > img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;min-height:100%}
.skippr-nav-container{position:absolute;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);overflow:auto;z-index:999}
.skippr-nav-element{cursor:pointer;float:left;background-color:rgba(255,255,255,0.65);-webkit-transition:all .25s linear;transition:all .25s linear}
.skippr-nav-element-bubble{border-radius:50%}
.skippr-nav-element-block{width:60px;height:10px}
.skippr-nav-element:hover,.skippr-nav-element-active{background-color:rgba(251,201,109,1)}
.skippr-arrow{position:absolute;z-index:999;top:50%;-webkit-transform:translate(0%,-50%);-moz-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0%,-50%);width:30px;height:30px;transform-origin:center center;-webkit-transform-origin:top left;cursor:pointer}
.skippr-previous{left:2.5%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-top:2px solid #fff;border-left:2px solid #fff}
.skippr-next{right:3.5%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-bottom:2px solid #fff;border-right:2px solid #fff}
#indexLead{overflow:hidden}
#indexLead li:nth-child(1) a{background-image:url(/img/img01.jpg)}
#indexLead li:nth-child(2) a{background-image:url(/img/img02.jpg)}
#indexLead li:nth-child(3) a{background-image:url(/img/img03.jpg)}
#indexLead li a div {position:absolute;background:rgba(0,0,0,0.3);z-index:10;width: 100%;height: 100%;}
#indexLead li a div span {display:inline-block;position: absolute;top:0;bottom:0;right: 0;left:0;margin: auto;color:#fff;font-size: 24px;text-align: center;}
.latestPost h2{font-weight:600;clear:both;color:#333;position:relative;display:inline-block;z-index:-1;height:100%}
.latestPost h2:before{content:"";height:1px;display:block;background:#ccc;bottom:0px;position:absolute;z-index:10;width:100%}
.latestPost ul li time{color:#333;font-weight:600;font-family:Arial, Helvetica, sans-serif}
.latestPost ul li .cat{color:#fff;background:#660000}
.latestPost ul li a{color:#333;text-decoration:underline}
.latestPost ul li a:hover{color:#000}
.latestPost ul+p a{border:1px solid #ccc;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}
.latestPost ul+p a:before{content:"\e902";font-family:'yudaicon';color:#660000;position:relative}
.latestPost ul+p a:hover{text-decoration:none;color:#000}
@media screen and (min-width: 961px), print {
#mainVisual h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
}
#mv{height:100vh}
#mv li p{top:50%;text-shadow:2px 2px 2px #333;font-weight:600;font-size:36px}
.skippr-nav-container{bottom:32px}
.skippr-nav-element-bubble{width:15px;height:15px;margin:0 9px}
#index main{padding:50px 0}
#indexLead{margin:0 auto 80px}
#indexLead li {float:left;width:360px}
#indexLead li a {display:block;height:280px;background-repeat:no-repeat;background-position:center;position: relative;}
#indexLead li a:hover{opacity:0.8}
#indexLead li:nth-child(2){margin:0 50px}
#indexLead li span{height:35px;padding:10px 20px 11px 30px;font-size:15px;line-height:1;font-weight:600}
.latestPost{width:555px;clear:none;position:relative;margin:0 0 90px;overflow:hidden}
.latestPost h2{font-size:24px;padding:0 0 5px;margin:0 0 20px;width:100%;z-index:-1;border-bottom:5px solid #660000}
.latestPost h2:after{height:6px;bottom:-6px;background:#fff;display:inline-block;content:"";position:absolute;width:inherit;height:6px;z-index:100}
.latestPost#news{float:left}
.latestPost#blog{float:right}
.latestPost ul li {padding:5px 0;clear: both;display: block;}
.latestPost ul li a {display: block;overflow: hidden;text-decoration: none;}
.latestPost ul li a:hover {text-decoration: none;}
.latestPost ul li figure {float: left;margin-right: 15px;}
.latestPost ul li figure img {width: 100px;height: auto;}
.latestPost ul li time{font-size:14px;margin:0 15px 0 0}
.latestPost ul li a h3 {font-size: 16px;}
.latestPost ul li .cat{padding:1px 5px;font-size:11px;margin:0 5px 0 0}
.latestPost ul li a{padding:0 0 0 10px}
.latestPost ul+p{position:absolute;top:8px;right:0}
.latestPost ul+p a{font-size:13px;padding:3px 8px 3px 3px}
.latestPost ul+p a:before{font-size:16px;margin:0 5px 0 0;top:2px}
}
@media screen and (max-width: 960px){
#mainVisual {
	position: relative;
	width: 100vw;
	height: 100vw;
}
#mainVisual h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    width: 100%;
}
#mv{padding-top: 50px;height: 100vw;}
#mv li p{top:40%;text-shadow:1px 1px 1px #333;font-weight:600;font-size:18px}
.skippr-nav-container{bottom:15px}
.skippr-nav-element-bubble{width:10px;height:10px;margin:0 5px}
#index main{padding:10px}
#indexLead{margin:0 auto 20px}
#indexLead li{position:relative;height:auto;background:#fff;line-height:1;margin:0 0 10px}
#indexLead li:before{content:"";display:block;padding-top:60%}
#indexLead li a{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover}
#indexLead li a{display:block;background-repeat:no-repeat;background-position:top 80% center}
#indexLead li span{height:30px;padding:9px 14px 8px 18px;font-size:13px}
.latestPost{margin:0 0 20px;overflow:hidden;width:100%}
.latestPost:last-child{margin:0 0 10px}
.latestPost h2{font-size:17px;padding:0 0 2px;margin:0 0 10px;width:100%;z-index:-1;border-bottom:3px solid #660000}
.latestPost h2:after{height:3px;bottom:-4px;background:#fff;display:inline-block;content:"";position:absolute;width:inherit;height:4px;z-index:100}
.latestPost ul li{padding:5px 0}
.latestPost ul li a {display: block;overflow: hidden;text-decoration: none;}
.latestPost ul li a:hover {text-decoration: none;}
.latestPost ul li figure {float: left;margin-right: 10px;}
.latestPost ul li figure img {width: 100px;height: auto;}
.latestPost ul li time{font-size:11px;margin:0 10px 0 0}
.latestPost ul li time:before{font-size:12px;margin:0 5px 0 0;top:2px}
.latestPost ul li .cat{padding:1px 5px;font-size:11px;margin:0 10px 0 0}
.latestPost ul li a h3 {font-size: 14px;}
.latestPost ul+p{text-align:center;padding:15px 0 10px}
.latestPost ul+p a{font-size:12px;padding:7px 8px 8px 3px;display:block}
.latestPost ul+p a:before{font-size:16px;margin:0 5px 0 0;top:3px}
}
/* ------------------------
 GENERAL PARTS
------------------------ */
#pageTitle{clear:both;width:100%;background-position:center;background-size:cover;background-repeat:no-repeat;display:table}
#pageTitle h1,
#pageTitle h2,
#pageTitle p {width:100%;display:table-cell;color:#fff;vertical-align:middle;text-align:center}
#under #pageTitle{background-image:url(/common/img/bg_page_title.jpg);background-size: cover;background-repeat: no-repeat;background-position: center center;}
#under main h2{font-weight:600;clear:both;color:#333;position:relative;display:inline-block;width:1180px;z-index:-1;height:100%}
#under main h2:before{content:"";height:1px;display:block;background:#ccc;bottom:0px;position:absolute;z-index:10;width:100%}
#under main h3{color:#333;font-weight:600;position:relative;line-height:1}
#under main h3:before{content:"";background:#FBC96D;display:block;position:absolute;left:0}
.postEdit ul li:before{content:"\0030fb"}
#under main .box {clear: both;overflow: hidden;}
#under main .box + .box {margin-top: 30px;}
#under main .box .boxTtl {font-size: 20px;font-size: 2rem;font-weight: bold;line-height: 2;	}
#under main .box figure {float: left;margin: 0 30px 30px 0;}
#under main .box figure.flR {float: right;margin: 0 0 30px 30px;}
#under main .box figure figcaption {text-align: center;}
#under main .box p {margin-bottom: 30px;line-height: 1.8em;font-size: 15px;font-size: 1.5rem;}
#under main .box table {margin:0;width: 100%; font-size: 15px;font-size: 1.5rem;}
#under main .box table th {width: 30%;font-weight:600;padding:8px 10px;border: 1px solid #ccc;text-align: center;}
#under main .box table td {padding:8px 10px;border: 1px solid #ccc;text-align: left;}
#under main .box table td span {display: block;font-weight: 600;}
#under main .box dl dt {font-weight:600;}
#under main .box dl dd {}
#under main .box dl + dl {margin-top: 20px;}
#under main .box ul {float: left;width: 580px;}
#under main .box ul.spas li {clear: both;display: flex;justify-content: flex-start;}
#under main .box ul.spas li + li {margin-top: 20px;}
#under main .box ul.spas li img {float: left;margin-right: 20px; }
#under main .box ul.spas li dl dt {font-weight: 600;}
#under main .box ul.spas li dl dd span.att {display: inline-block;line-height: 20px;color: #ff0000;}
#under main .box ul.spas li dl dd span.att:before {content:'';display: inline-block;;background: url(/common/img/ico_attention.png) no-repeat;background-size: 20px;width: 20px;height: 20px;margin-right: 5px;vertical-align: bottom;}
#under main .box #vrview {text-align: center;}
#under main .box #vrview iframe {width: 800px;height: 400px;}

@media screen and (min-width: 961px), print {
#pageTitle{height:318px}
#pageTitle h1,
#pageTitle h2,
#pageTitle p {height:300px;font-size:32px;font-weight:600;}
#breadcrumb{padding:12px 0;background:url(/common/img/line01.png) repeat-x bottom;margin:0 0 10px}
#breadcrumb ul,
#breadcrumb ol {margin:0 auto;width:1180px}
#breadcrumb ul li,
#breadcrumb ol li {display:inline-block;font-size:13px}
#breadcrumb ul li a,
#breadcrumb ol li a {text-decoration:underline;color:#525252}
#breadcrumb ul li a:hover,
#breadcrumb ol li a:hover {text-decoration:none}
#breadcrumb ul li:after,
#breadcrumb ol li:after {content:"\003e";margin:0 10px}
#breadcrumb ul li:last-child:after,
#breadcrumb ol li:last-child:after {display:none}
#under main{margin:0 auto;overflow:hidden}
#under main h2{font-size:26px;padding:0 0 5px;margin:30px 0;width:1180px;z-index:-1;border-bottom:5px solid #000;}
#under main h2:after{height:6px;bottom:-6px;background:#fff;display:inline-block;content:"";position:absolute;width:inherit;height:6px;z-index:100}
#under main h3{font-size:18px;font-size:1.8rem;margin:0 0 18px}
#under main h3:before{width:5px;height:18px;top:1px}
.postEdit p{margin:0 0 1.8em;line-height:1.8em}
.postEdit img{max-width:100%}
.postEdit ul li{padding:0 0 0 15px;margin:0 0 10px}
.postEdit ul li:before{margin-left:-15px}
#under main .postEdit h3{clear:both;margin:30px 0 18px}
.dressCode .box + .box {margin-top: 40px;}
.dressCode h3{color:#333;font-weight:600;position:relative;line-height:1}
.dressCode h3:before{content:"";background:#FBC96D;display:block;position:absolute;left:0}
.dressCode ul{padding-left:1.5em;}
.dressCode ul li{list-style:disc;font-size:15px;font-size: 1.5rem;}
.dressCode .box img {display: block;margin: 0 auto;width: 800px;height: auto;margin-top: 20px;}
}
@media screen and (max-width: 960px) {
#pageTitle{height:100px;padding-top: 50px;}#pageTitle h1,
#pageTitle h2,
#pageTitle p {height:100px;font-size:18px;font-weight:600;padding:0px 0 0}

#breadcrumb{padding:4px 5px;background:url(/common/img/line01.png) repeat-x bottom;margin:0 0 5px}
#breadcrumb ol{margin:0 auto;color:#525252}
#breadcrumb ol li{display:inline-block;font-size:11px;font-size:1.1rem}
#breadcrumb ol li a{text-decoration:none;color:#525252}
#breadcrumb ol li a:hover{text-decoration:underline}
#breadcrumb ol li:after{content:"\003e";margin:0 6px}
#breadcrumb ol li:last-child:after{display:none}
#under main{padding:0 10px 10px;overflow:hidden}
#under main h2{font-size:20px;font-size:2rem;margin:10px 0;width:100%;z-index:-1;border-bottom:3px solid #000;padding:0 0 3px}
#under main h2:after{height:6px;bottom:-6px;background:#fff;display:inline-block;content:"";position:absolute;width:inherit;height:6px;z-index:100}
#under main h3 {font-size:16px;font-size:1.6rem;padding:0 0 0 16px;margin:0 0 10px}
#under main h3:before{width:5px;height:16px;top:0}
#under main .box figure {float: none;margin: 0 0 20px;text-align: center;}
#under main .box figure.flR {float: none;margin: 0 0 20px;text-align: center;}
#under main .box p {margin-bottom: 15px;line-height: 1.5em;}
#under main .box .boxTtl {font-size: 15px;font-size: 1.5rem;font-weight: bold;line-height: 2;}
#under main .box ul {float: none;width: 100%;}
#under main .box ul.spas li + li {margin-top: 10px;}
#under main .box ul.spas li img {margin-right: 10px; }
#under main .box ul.spas li dl dd span.att {display: inline-block;line-height: 15px;color: #ff0000;}
#under main .box ul.spas li dl dd span.att:before {background-size: 15px;width: 15px;height: 15px;margin-right: 5px;}
.postEdit p{margin:0 0 1.5em;line-height:1.8em}
.postEdit img{max-width:100%}
.postEdit ul li{padding:0 0 0 10px;margin:0 0 10px}
.postEdit ul li:before{margin-left:-15px}
#under main .postEdit h3{clear:both;margin:30px 0 18px}
.dressCode .box + .box {margin-top: 40px;}
.dressCode h3{color:#333;font-weight:600;position:relative;line-height:1}
.dressCode h3:before{content:"";background:#FBC96D;display:block;position:absolute;left:0}
.dressCode ul{padding-left:1.5em;}
.dressCode ul li{list-style:disc;font-size:15px;font-size: 1.5rem;}
.dressCode .box img {display: block;margin: 0 auto;max-width: 100%;height: auto;margin-top: 20px;}
}
@media screen and (max-width:320px) {table th,table td{padding:5px;font-size:11px}}
/* ------------------------
 COURSE GUIDE ()
------------------------ */
#courseDetaTab{overflow:hidden;width:100%}
#courseDetaTab li{float:left;line-height:1;width:50%}
#courseDetaTab li a{display:block;background-color:#ddd;text-align:center;background:#fff;color:#000;border: 1px solid #000;}
#courseDetaTab li a:hover{text-decoration:none;opacity:0.8}
#courseDetaTab li a.selected{background:#000;color:#fff}
#courseDetaTab li a.selected:hover{opacity:1}
#courseDetaTab li a:before{content:"\e900";font-family:'yudaicon';text-indent:0;color:#000;display:inline-block;-webkit-transform:rotate(90deg);transform:rotate(90deg);position:relative}
#courseDetaTab li a.selected:before{color:#fff}
#courseDeta div{overflow:hidden}
#courseDeta div table{border-top:1px solid #a0a0a0;border-left:1px solid #a0a0a0;width:100%}
#courseDeta div h2{margin-top:0}
#courseDeta div table th,#courseDeta div table td{border-bottom:1px solid #a0a0a0;border-right:1px solid #a0a0a0;text-align:center;color:#333}
#courseDeta div table th{background:rgba(157,195,0,0.35);font-weight:600}
#holeList ul li{float:left;text-align:center}
#holeList ul li a{display:block;vertical-align:middle;width:100%}
#holeList ul li a:hover,#holeList ul li a.active{text-decoration:none;background:rgba(157,195,0,0.35)}
#holeList ul li a:hover img{opacity:1}
#holePhoto{position:relative}
#holePhoto div{overflow:hidden;position:relative}
#holePhoto div img{top:0;height:100%;width:auto;position:absolute}
#holePhoto ul{z-index:100;top:0}
#holePhoto ul li{line-height:0;float:left}
#holePhoto ul li img{height:auto;z-index:10}
#holePhoto .active{filter:alpha(opacity=100)!important;-moz-opacity: 1!important;opacity: 1!important}
#holePhoto ul{display:inline-block;overflow:hidden}
#holePoint table{width:100%;line-height:1}
#holePoint table thead th{background:#FBC96D;color:#333;width:100%;display:block;text-align:center;font-weight:600}
#holePoint table tbody{border-top:1px solid #ccc;border-left:1px solid #ccc;display:block;width:100%}
#holePoint table tbody th,#holePoint table tbody td{border-right:1px solid #ccc;border-bottom:1px solid #ccc;text-align:center}
#holePoint table tbody th{background:rgba(157,195,0,0.35);font-weight:600}
@media screen and (min-width: 961px), print {
#courseMap{margin:0 auto 10px}
#courseMap p.illustWrap img {display: block;margin: 0 auto;}
#holeMap {position: relative;background: url(/common/img/map_base.png) 0 0 no-repeat;width: 1180px;height: 1028px;}
ul#hoverimg {margin: 0;padding: 0;position: relative;list-style-type: none;}
ul#hoverimg li {position: absolute;opacity: 0.0;}
#hoverlinkimg {position: absolute;top: 0;left: 0;opacity: 0.0;}
#courseDeta{margin:0 auto -20px}
#courseDetaTab{margin:0 auto 30px}
#courseDetaTab li a{font-size:18px;font-weight:600;padding:20px 10px 16px 0}
#courseDetaTab li a:before{padding:5px;font-size:14px;top:-1px;margin:0 8px 0 0}
#courseDeta div{overflow:hidden}
#courseDeta div table{margin:0 0 30px;font-weight:600}
#courseDeta div table th,#courseDeta div table td{width:114px;padding:8px 10px}
#holeList{overflow:hidden;margin:0 0 80px}
#holeList ul li{width:180px;font-weight:600;margin:0 20px 20px 0;border:1px solid #ccc}
#holeList ul li:nth-child(6n){margin:0 0 20px}
#holeList ul li a{height:90px;line-height:90px}
#holeList ul li img{float:left}
#holePhoto,#holePoint{padding:40px 0 0;clear:none;width:555px}
#holePhoto{float:left}
#holePhoto div{width:555px;height:416px}
#holePhoto ul{padding:20px 0 0}
#holePhoto ul li{width:170px;margin:0 0 20px}
#holePhoto ul li:nth-child(2){margin:0 22px}
#holePhoto ul li img{width:170px;height:auto}
#under #holePhoto h3,#under #holePoint h3{border-bottom:1px solid #ccc;padding:0 0 10px 18px}
#under #holePoint h3+p{margin-bottom:40px;line-height:1.8em}
#holePoint{float:right}
#holePoint table{margin:25px 0 0}
#holePoint table thead th{font-size:18px;margin:0 0 10px;padding:16px 0}
#holePoint table tbody th,#holePoint table tbody td{padding:17px 0;width:186px}
}
@media screen and (max-width: 960px) {
#hoverimg,.mapBox {display: none;}
#courseMap p.illustWrap img {display: block;margin: 0 auto;max-width: 100%;height: auto;}
#courseDetaTab{margin:0 auto 10px}
#courseDetaTab li a{font-size:13px;font-weight:500;padding:11px 5px 9px 0}
#courseDetaTab li a:before{padding:5px;font-size:10px;top:-1px;margin:0 3px 0 0}
#courseDeta div{overflow:hidden}
#courseDeta div table{display:block;position:relative;margin:0 0 20px;font-weight:600}
#courseDeta div table th {font-size: 10px;}
#courseDeta div table th,#courseDeta div table td{padding:4px 2px;white-space:nowrap}
#courseDeta div table th,#courseDeta div table td{display:block}
#courseDeta div table tbody{display:block;width:100%;letter-spacing: -0.4em}
#courseDeta div table tr{width:16.666666%;letter-spacing:normal;display:inline-block;*display:inline;*zoom:1}
#courseDeta div table tr:nth-child(2),
#courseDeta div table tr:nth-child(3) {width:14.666666%;}
#courseDeta div table tr:nth-child(5) {width:20.666666%;}
#holeList ul li{width:33.3%;font-weight:600;text-align:center}
#holeList ul li:nth-child(3n+1){clear:both}
#holeList ul li a img{display:block;margin:0 auto 5px;width:100%;height:auto}
#holeList ul li a{padding:5px;display:block}
#holePhoto,#holePoint{padding:10px 0 0;clear:none}
#holePhoto div{width:360px;height:270px;margin:0 auto}
#holePhoto ul{padding:10px 0 0}
#holePhoto ul li{width:33.3%;margin:0 0 10px}
#holePhoto ul li img{width:90%;height:auto;display:block;margin:0 auto}
#under #holePhoto h3,#under #holePoint h3{border-bottom:1px solid #ccc;padding:0 0 5px 15px}
#under #holePoint h3+p{margin-bottom:20px;line-height:2em}
#holePoint{margin:0 0 20px}
#holePoint table thead th{font-size:14px;margin:0 0 10px;padding:10px 0}
#holePoint table tr{width:100%;display:table}
#holePoint table tbody th,#holePoint table tbody td{padding:12px 0px;width:33.3%}
}
@media screen and (max-width:320px) {#holePhoto div{width:300px;height:225px;margin:0 auto}}
/* ------------------------
 COURSE GUIDE ()
------------------------ */
#planList article,#planList2 article{background:url(/common/img/line01.png) repeat-x bottom;background-size:auto 1px;overflow:hidden;clear:both}
#planList article:last-child{background:none}
#planList article a img{position:relative;z-index:1}
#planList article a:hover img{opacity:1}
#planList article a:nth-last-child(3){display:block;position:relative}
#planList article dl dt,#planHead dl dt{text-align:center;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background:#FBC96D;line-height:1}
#planList article dl dd{line-height:1.8em}
#planList article h3{padding:0;line-height:1.5em}
#planList article h3:before{display:none}
#planHead h1{border-bottom:1px solid #ccc;font-weight:600}
#planHead p{line-height:1.8em}
#planRecommend{clear:both}
#planDetail h2+dl{background:#F8F6EF}
#planDetail h2+dl dd{background:url(/common/img/line01.png) repeat-x bottom;background-size:auto 1px}
#planDetail h2+dl dd:last-child{background:none}
#planDetail dl:last-child dd ul li:before{content:"\0030fb"}
.tolist{text-align:center}
.tolist a{line-height:1;color:#fff;background:#000;color:#fff;display:block;margin:0 auto}
.tolist a:before{font-family:'yudaicon';content:"\e900";position:relative}
#planList2 article h3:before{display:none}
#planList2 article p{line-height:1.8em}
#planList2 article p a{color:#000}
#planList2 article p:last-child a:hover{text-decoration:none}
@media screen and (min-width: 961px), print {
#planList{margin:0 0 50px}
#planList article{padding:50px 0}
#planList2 article{padding:30px 0}
#planList h2+article{padding-top:20px}
#planList article a:nth-last-child(3){width:480px;height:360px;float:left}
#planList article a:nth-last-child(3):hover:before,#planList article a:nth-last-child(3):hover:after{font-family:'yudaicon';color:#fff;position:absolute;font-weight:normal}
#planList article a:nth-last-child(3):hover:after{background:rgba(0,0,0,0.5);content:"\003053\00306e\0030d7\0030e9\0030f3\00306e\008a73\007d30\003092\00898b\00308b";top:0;left:0;text-align:center;font-size:18px;width:480px;height:360px;line-height:360px;z-index:8;padding:0 0 0 30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;font-weight:600}
#planList article a:nth-last-child(3):hover:before{font-size:30px;content:"\e90a";top:0;left:120px;z-index:10;line-height:360px}
#planList article dl,#planHead dl{width:670px;float:right}
#planList article dl{}
#planList article h3{clear:none;width:670px;float:right;font-size:24px;margin-top:-5px}
#planList article dl dt,#planHead dl dt{width:120px;padding:8px 0;font-weight:600}
#planList article dl dd{padding:20px 0 30px}
#planList article dl dd:nth-last-child(2){padding:20px 0}
#planList article dl dd strong{font-size:25px;font-family:Arial, Helvetica, sans-serif}
#planList article dl dd:last-child{padding:0}
#planList article dl dd:last-child a{color:#000;font-weight:600;text-decoration:underline}
#planList article dl dd:last-child:before{font-family:'yudaicon';content:"\e900";font-weight:normal;font-size:11px;margin:0 5px 0 0;text-decoration:none;color:#000}
#planList article dl dd:last-child a:hover{text-decoration:none}
p.tolist{padding:50px 0 100px}
p.tolist a{width:360px;height:60px;font-size:18px;font-weight:600;line-height:60px;padding:0 10px 0 0}
p.tolist a:before{margin:0 10px 0 0;font-size:12px;top:-1px}
p.tolist a:hover{opacity:0.8;text-decoration:none}
#planHead h1{font-size:24px;padding:30px 0 5px;margin:0 0 35px}
#planHead img{width:480px;height:360px;float:left;margin:0 0 10px}
#planHead dl dd{padding:20px 0 0}
#planHead p{margin:0 0 1.8em}
#planRecommend article{width:374px;float:left;margin:0 0 20px;background:#F8F6EF;padding:0 0 20px}
#planRecommend article:nth-child(3){margin:0 28px 20px}
#planRecommend article img{margin:0 auto 25px}
#planRecommend article h3{margin:0 20px 15px}
#planRecommend article p{padding:0 20px;line-height:1.8em}
#planDetail h2+dl{padding:0 50px;margin:0 auto 30px}
#planDetail h2+dl dt{clear:both;font-size:18px;width:14em;float:left;padding:28px 0 12px;font-weight:600}
#planDetail h2+dl dd{padding:21px 0 21px 16em}
#planDetail dl:last-child{margin:0 auto 30px}
#planDetail dl:last-child dt{font-size:18px;font-weight:600}
#planDetail dl:last-child dd ul{padding:10px 0}
#planDetail dl:last-child dd ul li{padding:0 0 0 15px;margin:0 0 5px}
#planDetail dl:last-child dd ul li:before{margin-left:-15px}
#planList2 img{float:left}
#planList2 .inner{width:790px;float:right}
#planList2 article h3{font-size:18px;padding:0}
#planList2 article p{margin:0 0 1.8em}
#planList2 article p a{font-weight:600;text-decoration:underline}
#planList2 article p:last-child:before{font-family:'yudaicon';content:"\e900";font-weight:normal;text-decoration:none;color:#000;font-size:11px;margin:0 5px 0 0}
}
@media screen and (max-width: 960px) {
#planList article{padding:20px 0}
#planList2 article{padding:10px 0}
#planList h2+article{padding-top:10px}
#planList article a:nth-last-child(3){display:block;widht:100%;height:auto;display:block}
#planList article h3{font-size:17px;padding:5px 0}
#planList article a img{display:block;margin:0 auto}
#planList article dl dt,#planHead dl dt{width:90px;padding:4px 0;font-size:12px}
#planList article dl dd{padding:10px 0 15px}
#planList article dl dd:nth-last-child(2){padding:10px 0;text-align:right}
#planList article dl dd strong{font-size:17px}
#planList article dl dd:last-child{padding:10px 0 0;text-align:center}
#planList article dl dd:last-child a{color:#000;font-weight:600;text-decoration:none;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;border:1px solid #ccc;padding:4px 10px;display:block}
#planList article dl dd:last-child a:before{font-family:'yudaicon';content:"\e900";font-weight:normal;font-size:11px;margin:0 5px 0 0;color:#000}
p.tolist{padding:20px 0 10px}
p.tolist a{width:100%;height:40px;font-size:11px;font-weight:600;line-height:40px}
p.tolist a:before{margin:0 10px 0 0;font-size:11px;top:1px}
p.tolist a:hover{opacity:0.8;text-decoration:none}
#planHead h1{font-size:14px;padding:5px 0;margin:0 0 10px}
#planHead img{width:100%;height:auto;margin:0 0 10px}
#planHead dl dd{padding:10px 0 0}
#planHead p{margin:0 0 1.5em}
#planRecommend article{margin:0 0 20px}
#planRecommend article img,#planList2 article img{margin:0 auto 10px;display:block}
#planRecommend article h3{margin:0 0 15px}
#planDetail h2+dl{font-weight:600;padding:10px 10px 0;margin:0 auto 20px}
#planDetail h2+dl dt{clear:both;padding:10px 0 5px}
#planDetail h2+dl dd{padding:0 0 10px;font-weight:normal}
#planDetail dl:last-child{margin:0 auto 10px}
#planDetail dl:last-child dt{font-size:14px;font-weight:600}
#planDetail dl:last-child dd ul{padding:10px 0;font-size:11px}
#planDetail dl:last-child dd ul li{padding:0 0 0 10px;margin:0 0 5px}
#planDetail dl:last-child dd ul li:before{margin-left:-10px}
#planList2 article h3{line-height:1.5em;padding:0}
#planList2 article p{margin:0 0 1.5em}
#planList2 article p a{font-weight:600;text-decoration:underline}
#planList2 article p:last-child{text-align:center;margin:0 0 10px}
#planList2 article p:last-child a{color:#000;font-weight:600;text-decoration:none;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;border:1px solid #ccc;padding:4px 10px;display:block}
#planList2 article p:last-child a:before{font-family:'yudaicon';content:"\e900";font-weight:normal;font-size:11px;margin:0 5px 0 0;color:#000}
}
/* ------------------------
 FACILITIES GUIDE ()
------------------------ */
#facilitiesTab{overflow:hidden;width:100%}
#facilitiesTab .tabmenu{overflow:hidden}
#facilitiesTab .tabmenu li{float:left;line-height:1;width:50%}
#facilitiesTab .tabmenu li a{display:block;text-align:center;background:#fff;color:#000;border:solid 1px #000;}
#facilitiesTab .tabmenu li a:hover{text-decoration:none;opacity:0.8}
#facilitiesTab .tabmenu li a.selected{background:#000;color:#fff}
#facilitiesTab .tabmenu li a.selected:hover{opacity:1}
#facilitiesTab .tabmenu li a:before{content:"\e900";font-family:'yudaicon';text-indent:0;color:#000;display:inline-block;-webkit-transform:rotate(90deg);transform:rotate(90deg);position:relative}
#facilitiesTab .tabmenu li a.selected:before{color:#fff}
#facilityGuide .flickView ul{overflow:hidden;position:relative}
#facilityGuide .flickView ul li p{background:rgba(255,255,255,0.75);position:absolute}
#facilityGuide .flickThumb ul{line-height:1}
#facilityGuide .flickThumb ul li{float:left;margin:0 0 1px;line-height:0;position:relative}
#facilityGuide .flickThumb ul li img{height:auto;position:relative;z-index:0;border-right:1px solid #fff}
#facilityGuide .flickThumb ul li:hover img{opacity:1}
#facilityGuide .flickThumb ul li:after{content:"";display:block;position:absolute;top:0;left:0;z-index:10}
#facilitiesTab .gallerybox{overflow:hidden}
.restaurantDishes li{background:#F8F6EF;line-height:0}
#under .restaurantDishes li p{text-align:center}
@media screen and (min-width: 961px), print {
#facilitiesTab{padding:40px 0 0;margin-bottom: 100px;}
#facilitiesTab .tabmenu{margin:0 auto 30px}
#facilitiesTab .tabmenu li a{font-size:18px;font-weight:600;padding:21px 10px 17px 0}
#facilitiesTab .tabmenu li a:before{padding:5px;font-size:14px;top:-1px;margin:0 8px 0 0}
#facilityGuide .flickView ul{width:1180px;height:788px}
#facilityGuide .flickView ul li p{top:50px;width:700px;padding:20px;font-size:18px;font-weight:600}
#facilityGuide .flickView ul li:nth-child(6n) img{border-right:none}
#facilityGuide .flickThumb ul{padding:30px 0 40px;overflow:hidden}
#facilityGuide .flickThumb ul li:after{border:5px solid transparent;width:187px;height:122px}
#facilityGuide .flickThumb ul li.active:after,#facilityGuide .flickThumb ul li:hover:after{border:5px solid #000}
#facilitiesTab .gallerybox{margin:0 auto 50px}
#price .plan + .plan,
#option .plan + .plan {margin-top: 60px;}
.plan table {margin:0;font-weight:600; width: 100%; font-size: 18px;font-size: 1.8rem;}
.plan table caption {text-align: right;}
.plan table th,
.plan table td {width:25%;padding:8px 10px;border: 1px solid #ccc;text-align: center;}
.plan table tr td:first-child {text-align: left;}
.plan table tr td:last-child {text-align: left;width: 50%}
.plan table td sup {font-size: 0.8em;}
.plan table td ul li {display: inline-block;}
.plan table td ul li + li {margin-left: 10px;}
.restaurantDishes li{float:left;width:272px;margin:0 30px 30px 0}
.restaurantDishes li:nth-child(4n){margin:0 0 30px}
.restaurantDishes li img{margin:0 0 30px; width: 100%;height: auto;}
#under .restaurantDishes li h3{margin:0 20px 35px;line-height:1.3em}
#under .restaurantDishes li h3:before{top:4px}
#under .restaurantDishes li p{font-size:24px;font-weight:600;padding:0 0 45px}
#restaurantMenu h2+p{font-weight:600;margin:0 0 40px;font-size:18px}
.flickSlider .btnPrev,.flickSlider .btnNext{width:50px;height:50px;position:absolute;cursor:pointer;top:50%;margin-top:-25px}
.flickSlider .btnPrev{left:0;background:url(/facilities/img/prev.png) no-repeat center center}
#accessMap {margin-bottom: 100px;}
#accessMap .mapWrap {margin-bottom: 40px;}
#accessMap #map {height: 600px;}
#accessMap p + h3 {margin-top: 1em;}
}
@media screen and (max-width: 960px) {
#facilitiesTab{margin:0 auto}
#facilitiesTab .tabmenu li a{font-size:12px;font-weight:500;padding:11px 0 9px 0}
#facilitiesTab .tabmenu li a:before{padding:5px;font-size:10px;top:-1px;margin:0 1px 0 -5px}
#facilityGuide{width:390px;margin:0 auto -7px}
#facilityGuide .flickView{padding:10px 0 0}
#facilityGuide .flickView ul li{height:100%;width:100%}
#facilityGuide .flickView ul li img{display:block;margin:0 auto}
#facilityGuide .flickView ul li p{bottom:0px;padding:10px 10px 15px;font-size:10px;width:inherit;line-height:1.5em}
#facilityGuide .flickThumb ul{padding:5px 0 0}
#facilityGuide .flickThumb ul li{width:19.2%;height:auto}
#facilityGuide .flickThumb ul li img{width:100%;height:auto}
#facilityGuide .flickThumb ul li a:after{border:2px solid transparent;width:100%;height:100%;margin:-2px}
#facilityGuide .flickThumb ul li.active a:after,#facilityGuide .flickThumb ul li a:hover:after{border:2px solid #000}
#facilityGuide .flickThumb ul li:nth-child(6n){margin:0 0 1px}
#price .plan + .plan,
#option .plan + .plan {margin-top: 60px;}
.plan table {margin:0;font-weight:600; width: 100%; font-size: 13px;font-size: 1.3rem;}
.plan table caption {text-align: right;}
.plan table th,
.plan table td{width:auto;padding:5px;border: 1px solid #ccc;text-align: center;}
.plan table tr td:first-child {text-align: left;}
.plan table tr td:first-child,
.plan table tr td:nth-child(2) {white-space: nowrap;}
.plan table tr td:last-child {text-align: left;}
.plan table td ul li {display: inline-block;}
.plan table td ul li img {width: 32px;height: auto;}
.plan table td ul li + li {margin-left: 3px;}
.restaurantDishes{overflow:hidden;margin:0 0 -10px}
.restaurantDishes li{width:50%;float:left;margin:0 0 10px}
.restaurantDishes li:nth-child(2n){border-left:5px solid #fff}
.restaurantDishes li:nth-child(2n+1){clear:both;border-right:5px solid #fff}
.restaurantDishes li img{margin:0 0 5px}
#under .restaurantDishes li h3{margin:0 5px 10px;line-height:1.3em}
#under .restaurantDishes li h3:before{top:4px}
#under .restaurantDishes li p{font-size:12px;font-weight:600;text-align:right;padding:5px 10px 15px}
#restaurantMenu h2+p{font-weight:600;margin:0 0 10px;font-size:13px}
.flickSlider .btnPrev,.flickSlider .btnNext{display:none}
#accessMap {margin-bottom: 50px;}
#accessMap #map {height: 400px;}
#accessMap .mapWrap {margin-bottom: 20px;}
#accessMap p + h3 {margin-top: 1em;}
}
@media screen and (max-width:380px) {
#facilityGuide{width:330px}
#facilityGuide .flickView ul{width:330px;height:220px}
}
@media screen and (max-width:320px) {
#facilityGuide{width:300px}
#facilityGuide .flickView ul{width:300px;height:200px}
}
/* ------------------------
 SCHEDULE ()
------------------------ */
#scheduleBox{overflow:hidden;width:100%}
#scheduleBox .tabmenu:first-child{overflow:hidden}
#scheduleBox .tabmenu:first-child li{float:left;line-height:1}
#scheduleBox .tabmenu:first-child li a{border-bottom:1px solid #fff;border-right:1px solid #fff;display:block;text-align:center;background: #f1f1f1;color:#000}
#scheduleBox .tabmenu:first-child li a:hover{text-decoration:none;opacity:0.8}
#scheduleBox .tabmenu:first-child li a.selected{background:#000;color:#fff}
#scheduleBox .tabmenu:first-child li a.selected:hover{opacity:1}
#scheduleBox .gallerybox table{border-top:1px solid #ccc;border-left:1px solid #ccc;width:100%}
#scheduleBox .gallerybox table th,#scheduleBox .gallerybox table td{border-right:1px solid #ccc;border-bottom:1px solid #ccc;text-align:center;padding:12px 12px;font-weight:600;vertical-align:top}
#scheduleBox .gallerybox table thead th{background:rgba(157,195,0,0.35)}
#scheduleBox .gallerybox table thead th.sat{background:rgba(136,214,220,1)}
#scheduleBox .gallerybox table thead th.sun{background:rgba(255,166,179,1)}
#scheduleBox .gallerybox table td i{font-style:normal;font-weight:normal}
#scheduleBox .gallerybox table tbody td.sat{background:#CBEDEF}
#scheduleBox .gallerybox table tbody td.sun{background:#FDDCE0}
#scheduleBox .gallerybox table tbody td p{text-align:left}
#scheduleBox .gallerybox table tbody td dt{color:#000}
#scheduleBox .gallerybox table tbody td dd span{text-align:center;color:#fff}
#scheduleBox .gallerybox table tbody td dl a{font-weight:normal;text-decoration:underline;display:block}
#scheduleBox .gallerybox table tbody td.close{background:#ccc}
#scheduleBox .gallerybox .tabmenu{overflow:hidden;font-weight:600}
#scheduleBox .gallerybox .tabmenu li{width:50%;float:left}
#scheduleBox .gallerybox .tabmenu li.prev{text-align:left}
#scheduleBox .gallerybox .tabmenu li.next{text-align:right}
#scheduleBox .gallerybox .tabmenu li.prev:before,#scheduleBox .gallerybox .tabmenu li.next:after{content:"\e900";font-family:'yudaicon';text-indent:0;color:#000;display:inline-block;position:relative}
#scheduleBox .gallerybox .tabmenu li.prev:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
#scheduleBox .gallerybox .tabmenu li.next:after{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
.accepting{background:#FF7F00}
.closed,.cancel{background:#777}
#scheduleBox .tabmenu:last-child li{width:50%}
#scheduleBox .tabmenu:last-child li.prev{text-align:left;float:left}
#scheduleBox .tabmenu:last-child li.next{text-align:right;float:right}
@media screen and (min-width: 961px), print {
#scheduleBox .tabmenu:first-child{margin:0 0 50px;padding:40px 0 0}
#scheduleBox .tabmenu:first-child li{width:20%}
#scheduleBox .tabmenu:first-child li a{font-size:18px;font-weight:600;padding:20px 10px 15px 0}
#scheduleBox .tabmenu:first-child li a:before{padding:5px;font-size:14px;top:-1px;margin:0 8px 0 0}
#scheduleBox .tabmenu:first-child li a:before{content:"\e900";font-family:'yudaicon';text-indent:0;color:#000;display:inline-block;-webkit-transform:rotate(90deg);transform:rotate(90deg);position:relative}
#scheduleBox .tabmenu:first-child li a.selected:before{color:#fff}
#scheduleBox .gallerybox h3{margin:0 0 30px}
#scheduleBox .gallerybox table tbody td{height:100px}
#scheduleBox .gallerybox table th,#scheduleBox .gallerybox table td{width:14.2%}
#scheduleBox .gallerybox table tbody td dl,#scheduleBox .gallerybox table tbody td p{font-size:12px}
#scheduleBox .gallerybox table tbody td dl a{margin:0 0 10px;height:60px}
#scheduleBox .gallerybox table tbody td dl a:hover{text-decoration:none}
#scheduleBox .gallerybox table tbody td dl{margin:15px 0 0;padding:20px 0 0;background:url(/common/img/line01.png) repeat-x top;text-align:left}
#scheduleBox .gallerybox table tbody td dd span{display:block;padding:1px 0}
#scheduleBox .gallerybox table tbody td.close p{margin:15px 0 0;padding:40px 0 20px;background:url(/common/img/line01.png) repeat-x top;}
#scheduleBox .gallerybox .tabmenu{padding:30px 0 100px}
#scheduleBox .gallerybox .tabmenu li a{font-size:18px;color:#000}
#scheduleBox .gallerybox .tabmenu li.prev{text-align:left}
#scheduleBox .gallerybox .tabmenu li.next{text-align:right}
#scheduleBox .gallerybox .tabmenu li.prev:before,#scheduleBox .gallerybox .tabmenu li.next:after{padding:0 0 0 5px}
}
@media screen and (max-width: 960px) {
#scheduleBox .tabmenu:first-child{margin:0 0 20px;padding:20px 0 0}
#scheduleBox .tabmenu:first-child li{width:25%}
#scheduleBox .tabmenu:first-child li a{font-size:11px;font-weight:600;padding:12px 0 9px}
#scheduleBox .gallerybox table thead{display:none}
#scheduleBox .gallerybox table th,#scheduleBox .gallerybox table td{display:block;width:100%;padding:0}
#scheduleBox .gallerybox table td {height:auto;display:-webkit-flex;display:flex;text-align:left}
#scheduleBox .gallerybox table .schenone{display:none}
#scheduleBox .gallerybox table td .scheday {padding:2px 5px;display:block;background:rgba(157,195,0,0.35);width:50px;height:auto}
#scheduleBox .gallerybox table td .scheday span {display: inline!important;}
#scheduleBox .gallerybox table td .eventWrap {padding: 3px 6px;;}
#scheduleBox .gallerybox table td.sun .scheday{background:#f8c7c7}
#scheduleBox .gallerybox table td.sat .scheday{background:#c8ebfe}
#scheduleBox .gallerybox table td i:after{position:relative}
/* 
#scheduleBox .gallerybox table td:nth-child(1) i:after{content:"\0020\0028\0065e5\0029"}
#scheduleBox .gallerybox table td:nth-child(2) i:after{content:"\0020\0028\006708\0029"}
#scheduleBox .gallerybox table td:nth-child(3) i:after{content:"\0020\0028\00706b\0029"}
#scheduleBox .gallerybox table td:nth-child(4) i:after{content:"\0020\0028\006c34\0029"}
#scheduleBox .gallerybox table td:nth-child(5) i:after{content:"\0020\0028\006728\0029"}
#scheduleBox .gallerybox table td:nth-child(6) i:after{content:"\0020\0028\0091d1\0029"}
#scheduleBox .gallerybox table td:nth-child(7) i:after{content:"\0020\0028\00571f\0029"}
 */
#scheduleBox .gallerybox table tbody td dt{font-size:13px;padding:8px 5px 0}
#scheduleBox .gallerybox table tbody td dd{padding:3px 5px;line-height:1.8em}
#scheduleBox .gallerybox table tbody td dd span{padding:1px 5px;font-size:10px;margin:2px 0 0}
#scheduleBox .gallerybox table tbody td p{padding:2px 0 0}
#scheduleBox .gallerybox .tabmenu{padding:5px 0 0}
}
/* ------------------------
 AGENT ()
------------------------ */
.agentPage #pageTitle h1,.agentPage #pageTitle p{text-shadow:2px 2px 2px #333;display:block}
.agentPage #pageTitle h1{font-weight:600}
.agentPage #pageTitle p{text-align:center;color:#fff;width:100%;padding:10px 0 0}
#agentProvisos .postEdit{background:#F8F6EF}
@media screen and (min-width: 961px), print {
#under.agentPage #pageTitle{background:url(/agent/img/bg_pagetitle.jpg) no-repeat center top}
#under.agentPage #pageTitle{height:500px}
.agentPage #pageTitle h1{font-size:32px;height:150px;padding:200px 0 70px}
.agentPage #pageTitle p{font-size:24px}
#agentProvisos{margin:0 auto 50px}
#agentProvisos .postEdit{padding:5px 30px 30px}
}
@media screen and (max-width: 960px) {
#under.agentPage #pageTitle{background:url(/agent/img/bg_pagetitle_sp.jpg) no-repeat center top}
#under.agentPage #pageTitle{height:150px;background-size:auto 100%}
.agentPage #pageTitle h1{font-size:18px;padding:30px 0 5px;margin:0;height:80px}
.agentPage #pageTitle p{font-size:11px;padding:0 10px}
#agentProvisos{margin:0 auto}
#agentProvisos .postEdit{padding:10px}
#under #agentProvisos .postEdit h3{margin-top:10px}
}
/* ------------------------
 MY PAGE
------------------------ */
#under #cts.myPage h2:before,#under #cts.myPage h2:after{display:none}
#under #cts.myPage h2{border-bottom:1px solid #ccc;width:100%}
.archive{background:#F8F6EF}
.archive header{border-bottom:1px solid #ccc;line-height:0}
.newsList{background:url(/common/img/line01.png) repeat-x top}
.newsList li{background:url(/common/img/line01.png) repeat-x bottom;clear:both}
.newsList li time{font-family:Arial, Helvetica, sans-serif;float:left}
.newsList li a:hover,.archive li span:hover{color:#92C646}
.archive header{font-weight:600}
.archive .category li:before,.archive .sdnav li:before{content:"\e902";font-family:'yudaicon';color:#000;position:relative}
.archive li a:hover,.archive .sdnav li a:hover{text-decoration:none;color:#000}
.archive .monthly li{position:relative;font-family:Arial, Helvetica, sans-serif}
.archive .monthly li:before{content:"\e902";font-family:'yudaicon';color:#000;-webkit-transform:rotate(90deg);transform:rotate(90deg);position:relative;display:inline-block;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;top:2px}
.archive .monthly li.active:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
.archive .monthly li a{font-weight:600}
.archive .monthly li li:before{content:"\0030fb";color:#333;top}
.archive .monthly li li a{font-weight:normal}
.archive .tag li{display:inline-block}
.archive .tag li:before,
#cts.newsPage article .tag:before{content:"\e90b";font-family:'yudaicon';color:#000;position:relative}
.ranking{background:#F8F6EF}
.ranking header {border-bottom:1px solid #ccc;line-height:0}
.ranking ul li + li {margin-top: 20px;}
.ranking ul li figure img {width: 100%;height: auto;}
.ranking ul li figure {position: relative;}
.ranking ul li figure .rank {
	display: block;
	position: absolute;
	background: rgba(255,255,255,0.6);
	border: 1px solid #e7e7e7;
	border-radius: 4px;
}
.ranking ul li figure .rank:before {
    content: '1';
    color: #404040;
    text-align: center;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 19px;
    font-weight: bold;
}
.ranking ul li:first-child figure .rank:before {
    display: block;
    position: absolute;
    background: rgba(179,155,83,0.9);
    border: 1px solid #bba565;
    border-radius: 4px;
    color: #fff;
}
.ranking ul li:nth-child(2) figure .rank:before {
	content: '2';
    display: block;
    position: absolute;
    background: rgba(136,140,165,0.9);
    border: 1px solid #A7AABD;
    border-radius: 4px;
    color: #fff;
}
.ranking ul li:nth-child(3) figure .rank:before {
	content: '3';
    display: block;
    position: absolute;
    background: rgba(173,137,117,0.9);
    border: 1px solid #b79785;
    border-radius: 4px;
    color: #fff;
}
.ranking ul li:nth-child(4) figure .rank:before {content: '4';}
.ranking ul li:nth-child(5) figure .rank:before {content: '5';}
.ranking ul li:nth-child(6) figure .rank:before {content: '6';}
.ranking ul li:nth-child(7) figure .rank:before {content: '7';}
.ranking ul li:nth-child(8) figure .rank:before {content: '8';}
.ranking ul li:nth-child(9) figure .rank:before {content: '9';}
.ranking ul li:nth-child(10) figure .rank:before {content: '10';}
@media screen and (min-width: 961px), print {
.newsList{margin:30px 0 0}
.newsList li{padding:18px 0}
.newsList li time{font-size:13px;width:110px;display:block;padding:5px 0 0}
.archive{padding:30px 30px 20px;margin:0 0 30px;font-size:15px}
.ranking {padding:30px 20px 20px;margin:0 0 30px;font-size:15px}
.archive header,
.ranking header {text-align:center;font-size:18px;padding:10px 0 30px}
.archive ul{padding:10px 0 0}
.ranking ul{padding:20px 0 0}
.archive .category li,.archive .sdnav li{padding:5px 0 6px 22px;font-weight:600}
.archive .category li:before,.archive .sdnav li:before{margin:0 16px 0 -24px;font-size:17px;top:2px}
.archive .monthly{padding:20px 0 0 20px}
.archive .monthly li{margin:0 0 10px;font-size:16px}
.archive .monthly li:before{font-size:17px;margin:0 10px 0 -24px;top:2px}
.archive .monthly li ul{padding:5px 0 0 25px}
.archive .monthly li span{padding:0 0 0 6px}
.archive .monthly li li{margin:0 0 2px;padding:0}
.archive .monthly li li:before{top:-2px;margin:0 0 0 -24px}
.archive li span{cursor:pointer;font-weight:600}
.archive .tag li{font-size:11px;margin:0 15px 10px 0;font-weight:600}
.archive .tag li:before,#cts.newsPage article .tag:before{font-size:20px;top:4px;margin:0 5px 0 0}

}
@media screen and (max-width: 960px) {
.newsList li{padding:10px 0;display:table;width:100%}
.newsList li time,.newsList li a{display:table-cell}
.newsList li time{font-size:11px;width:70px;padding:3px 0 0}
.archive{padding:0 10px 10px}
.ranking {padding:10px 10px 20px;}
.archive:first-child{padding:10px}
.archive header,
.ranking header{font-size:12px;padding:5px 0 10px}
.archive ul,
.ranking ul{padding:5px 0 0}
.archive select{padding:5px;width:100%}
.archive .category li,.archive .sdnav li{padding:2px 0 4px 22px;font-size:12px}
.archive .category li:before,.archive .sdnav li:before{margin:0 5px 0 -24px;font-size:14px;top:2px}
.archive .monthly{padding:10px 0 0 20px}
.archive .monthly li{margin:0 0 10px;font-size:15px}
.archive .monthly li:before{font-size:14px;margin:0 5px 0 -24px;top:2px}
.archive .monthly li ul{padding:5px 0 0 25px}
.archive .monthly li span{padding:0 0 0 6px;color:#333;font-size:14px}
.archive .monthly li li{margin:0 0 2px;padding:2px 0}
.archive .monthly li li:before{top:-2px;margin:0 0 0 -24px}
.archive li span{font-size:12px}
.archive .tag li{font-size:11px;margin:0 10px 5px 0}
.archive .tag li:before,#cts.newsPage article .tag:before{font-size:16px;top:4px;margin:0 5px 0 0}
}
/* ------------------------
 NEWS & BLOG
------------------------ */
#under #cts.newsPage h1,
#under main .newsDetail h1 {
	width: 100%;
    padding: 0.5em;
    color: #494949;
    background: #fffaf4;
    border-left: solid 5px #267E16;
    margin: 30px 0;
    font-weight: 600;
    font-size: 26px;
    font-size: 2.6rem;
}
#under #cts.newsPage article h3{border-bottom:1px solid #ccc}
#under #cts.newsPage article h3:before{display:none;padding:0}
#cts.newsPage article time,
#under main .newsDetail .postInfo time {font-family:Arial, Helvetica, sans-serif;font-weight:600}
#cts.newsPage article .cat,
#under main .newsDetail .postInfo .cat{color:#fff;background:#333;font-weight:600}
#under main .newsDetail .postInfo .tag:before{content:"\e90b";font-family:'yudaicon';color:#000;position:relative}
#under main .newsDetail h2{border-bottom:1px solid #ccc}
#under main .newsDetail h2:before,#under main .newsDetail h2:after{display:none}
.snsShare{background:#EFEDE6;overflow:hidden}
.snsShare li a{display:block;color:#fff;font-family:'yudaicon';font-size:0}
.snsShare li a:hover{text-decoration:none;opacity:0.8}
.snsShare li.fb a{background:#395394}
.snsShare li.tw a{background:#448CC3}
.snsShare li.gplus a{background:#CF4C3F}
.snsShare li.hatena a{background:#1588CB}
.snsShare li.mail a{background:#000}
.snsShare li.fb a:before{content:"\e903"}
.snsShare li.tw a:before{content:"\e90c"}
.snsShare li.gplus a:before{content:"\e904"}
.snsShare li.hatena a:before{content:"\e905"}
.snsShare li.mail a:before{content:"\e907"}
#paging li.prev:before,#paging li.next:before{content:"\e900";font-family:'yudaicon';text-indent:0;color:#000;display:inline-block;position:relative;top:5px}
#paging li.prev:before{-webkit-transform:rotate(180deg);transform:rotate(180deg);float:left}
#paging li.next:before{-webkit-transform:rotate(0deg);transform:rotate(0deg);float:right}
#paging li.prev a,#paging li.next a{display:block}
@media screen and (min-width: 961px), print {
#cts.newsPage article{margin:0 0 50px}
#cts.newsPage article h3{width:580px;font-size:20px;float:right;padding:0 0 8px;margin:0 0 20px}
#cts.newsPage article img {float:left;margin:0 30px 0 0;max-width: 240px;height: auto;}
#under main .newsDetail .postInfo{margin:0 0 30px}
#cts.newsPage article time,#under main .newsDetail .postInfo time{font-size:13px;margin:0 25px 0 0;font-family:Arial, Helvetica, sans-serif}
#cts.newsPage article .cat,#under main .newsDetail .postInfo .cat{padding:1px 5px;font-size:11px;margin:0 10px 0 0}
#cts.newsPage article .tag,#under main .newsDetail .postInfo .tag{float:right;font-size:11px;font-weight:600}
#under main .newsDetail .postInfo .tag:before{font-size:20px;top:4px;margin:0 5px 0 0}
#cts.newsPage article p{width:580px;padding:20px 0 0;float:right;line-height:1.8em}
#cts.newsPage article p:last-child a{color:#000;font-weight:600;text-decoration:underline}
#cts.newsPage article p:last-child:before{font-family:'yudaicon';content:"\e900";font-weight:normal;font-size:11px;margin:0 5px 0 0;text-decoration:none;color:#000}
#cts.newsPage article p:last-child a:hover{text-decoration:none}
.wp-pagenavi{clear:both;text-align:left;padding:50px 0 90px;font-weight:bold;line-height:1;background:url(/common/img/line01.png) repeat-x top;display: flex;justify-content: center;}
.wp-pagenavi span,.wp-pagenavi a{width:48px;display:inline-block;height:48px;text-align:center;margin:0 7px 8px 0;line-height:1;padding:14px 0 0;border:1px solid #660000;font-size:18px;-moz-box-sizing:border-box;box-sizing:border-box}
.wp-pagenavi a{color:#660000;text-decoration:none;background:#fff}
.wp-pagenavi span{color:#fff;background:#660000}
.wp-pagenavi a:hover{color:#fff;background:#660000}
.snsShare{padding:20px 15px;margin:0 0 50px}
.snsShare li{float:left;margin:0 4px;width:155px;text-align:center}
.snsShare li a{padding:6px 0}
.snsShare li a:before{font-size:30px}
#under main .newsDetail h2{margin-top:20px;margin-bottom:10px}
.newsDetail .postEdit{margin:0 0 50px}
#paging{clear:both;background:url(/common/img/line01.png) repeat-x top}
#paging{display:table;width:100%}
#paging li{width:33.3%;display:table-cell;padding:30px 0 100px;vertical-align:middle}
#paging li a{padding:0 5px;display:block;text-decoration:underline}
#paging li a:hover{text-decoration:underline;color:#000}
#paging li.toindex a{width:160px;line-height:1;background:#000;color:#fff;display:block;margin:0 auto;padding:12px 0;text-align:center;text-decoration:none}
#paging li.prev a{padding:0 0 0 22px}
#paging li.next a{padding:0 22px 0 0}
#paging li:before{padding:0 0 0 5px}
}
@media screen and (max-width: 960px) {
#cts.newsPage article{margin:0 0 30px}
#cts.newsPage article img{display:block;width:100%;height:100%}
#cts.newsPage article h3{font-size:16px;padding:10px 0 5px;margin:0 0 10px}
#under main .newsDetail .postInfo{margin:0 0 10px}
#cts.newsPage article time,#under main .newsDetail .postInfo time{font-size:11px;margin:0 10px 0 0;font-family:Arial, Helvetica, sans-serif}
#cts.newsPage article .cat,#under main .newsDetail .postInfo .cat{padding:0 5px;font-size:10px;margin:0 10px 0 0}
#cts.newsPage article .tag,#under main .newsDetail .postInfo .tag{clear:both;display:block;font-size:11px;font-weight:600}
#under main .newsDetail .postInfo .tag:before{font-size:12px;top:2px;margin:0 5px 0 0}
#cts.newsPage article p{padding:10px 0 0;line-height:1.8em}
#cts.newsPage article p:last-child a{color:#000;font-weight:600;text-decoration:none;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;border:1px solid #ccc;padding:4px 10px;display:block;text-align:center}
#cts.newsPage article p:last-child a:before{font-family:'yudaicon';content:"\e900";font-weight:normal;font-size:11px;margin:0 5px 0 0;color:#000}
#cts.myPage h3{margin-top:10px}
.wp-pagenavi{clear:both;text-align:left;font-size:100%;padding:10px 0}
.wp-pagenavi li{display:inline}
.wp-pagenavi span,.wp-pagenavi a{width:30px;height:30px;display:inline-block;text-align:center;margin:0 2px 8px;padding:5px 0 0;border:1px solid #660000;font-size:14px;-moz-box-sizing:border-box;box-sizing:border-box;line-height:20px}
.wp-pagenavi a{color:#660000;text-decoration:none;background:#fff}
.wp-pagenavi span{color:#fff;background:#660000}
.wp-pagenavi a:hover{color:#fff;background:#660000}
.snsShare{padding:5px;margin:0 0 20px}
.snsShare li{float:left;width:20%;text-align:center}
.snsShare li a{padding:8px 0}
.snsShare li a:before{font-size:20px}
#paging{clear:both;background:url(/common/img/line01.png) repeat-x top;overflow:hidden;padding:10px 0 60px;position:relative}
#paging li a{padding:0 5px;display:block;text-decoration:underline}
#paging li a:hover{text-decoration:underline;color:#000}
#paging li.toindex a{width:160px;line-height:1;background:#000;color:#fff;display:block;margin:0 auto;padding:12px 0;text-align:center;text-decoration:none}
#paging li.prev,#paging li.next{width:48%}
#paging li.prev{float:left}
#paging li.next{float:right}
#paging li.prev a{padding:0 0 0 15px}
#paging li.next a{padding:0 15px 0 0}
#paging li.toindex{position:absolute;text-align:center;bottom:10px;width:100%}
#paging li.toindex a{line-height:1;color:#fff;background:#000;color:#fff;display:block;margin:0 auto}
#paging li.toindex a:before{font-family:'yudaicon';content:"\e900";position:relative;margin:0 5px 0 0;font-size:11px;top:1px}
p#paging li.toindex a{width:100%;height:40px;font-size:11px;font-weight:600;line-height:40px}
p#paging li.toindex a:before{}
p#paging li.toindex a:hover{opacity:0.8;text-decoration:none}
}

/****************************************************
 * フレキシブルコンテンツ
 ****************************************************/
.postEdit .flexbox {
  margin: 0 0 30px;
  clear: both;
  overflow: hidden;
}
.postEdit .flexbox h2 {
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
.postEdit .flexbox h3 {
  clear: none!important;
  margin: 0 0 1em!important;
}
.postEdit .flexbox.borderBox {
  margin-top: 30px;
  padding: 30px 30px 0;
  border: solid 1px #cccccc;
}

.postEdit .flexbox.borderBox > ul,
.postEdit .flexbox.borderBox > ol {
	margin-top: 0;
}
.postEdit .flexbox > *:last-child {
  margin-bottom: 0;
}
.postEdit.flex .flt {float: left;}
.postEdit.flex .flr {float: right;}
.postEdit.flex figure.full {
	margin-bottom: 30px;
}
.postEdit.flex figure img {
	max-width: 100%;
	height: auto;
}
.postEdit.flex figure.flt {
	margin: 0 30px 30px 0;
}
.postEdit.flex figure.flr {
	margin: 0 0 30px 30px;
}
.postEdit.flex figure figcaption {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	text-align: center;
}
.postEdit.flex .flexBox {
	display: flex;
	justify-content: space-around;
}
.postEdit.flex .movie {
	width: 720px;
	margin: 0 auto 30px
}
.postEdit.flex ul.list {
  margin: 30px 0;
}
.postEdit.flex ul.list li {
  margin: 0 0 5px 0;
  padding: 0 0 0 16px;
  font-weight: 500;
  text-align: left;
}
.postEdit.flex ul.list li:last-child {
  margin: 0;
}
.postEdit.flex ul.list li:before {
  width: 6px;
  height: 6px;
  margin: -5px 10px 0 -16px;
  content: '';
  background-color: #267E16;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.postEdit.flex ol.numlist {
  margin: 30px 0;
  counter-reset: news_detail_post_content_ol;
}
.postEdit.flex ol.numlist li {
  counter-increment: news_detail_post_content_ol;
  margin: 0 0 5px 0;
  padding: 0 0 0 34px;
  font-weight: 500;
  text-align: left;
}
.postEdit.flex ol.numlist li:last-child {
  margin: 0;
}
.postEdit.flex ol.numlist li:before {
  width: 24px;
  height: 24px;
  margin: -3px 10px 0 -34px;
  line-height: 24px;
  content: counter(news_detail_post_content_ol);
  color: #ffffff;
  text-align: center;
  background-color: #267E16;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.postEdit.flex a {
	color:#267E16;
	text-decoration: underline;
}
.postEdit.flex .btn06 {
	margin: 30px 0;
	text-align: center;
}
.postEdit.flex .btn06 a {
  padding: 0 30px;
  height: 55px;
  margin: 0 auto;
  border: 1px solid #000;
  background-color: #fff;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.postEdit.flex .btn06 a:hover {
	background: #267E16;
	border: 1px solid #267E16;
	color: #fff;
}
.postEdit.flex .table01 {
  width: 100%;
}
.postEdit.flex .table01 tr th {
  width: 25%;
  padding: 15px 20px;
  font-weight: 500;
  background-color: #EFEDE6;
  border: solid 1px #cccccc;
}
.postEdit.flex .table01 tr th.va-t {
  vertical-align: top;
}
.postEdit.flex .table01 tr td {
  padding: 15px 20px;
  border: solid 1px #cccccc;
}
@media screen and (max-width: 640px) {
.postEdit.flex figure.flt {
	margin: 0 0 20px;
	max-width: 100%;
}
.postEdit.flex figure.flr {
	margin: 0 0 20px;
	max-width: 100%;	
}
.postEdit.flex .movie {
	width: 100%;
	margin: 0 auto 20px
}
}
/****************************************************
 * プラポリ
 ****************************************************/
.privacy {margin: 100px auto;}
.privacy .box + .box {
    margin-top: 20px;
}
#under main .privacy .box p {margin-bottom: 0;}
#under main .privacy .box ul {
	float: none;
	width: 100%;
}
#under main .privacy .box ul li {
	text-indent: -1em;
	padding-left: 1em;
}
#under main .privacy .box ul li:before {
	content:'・';
}
@media screen and (max-width: 960px) {
.privacy {margin-top: 30px;}	
}

/*Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .cat{padding:10px 5px}
}
html.mac .cat{padding:2px 5px 3px !important}

/*for IE11*/
@media all and (-ms-high-contrast:none){*::-ms-backdrop,
#indexLead li span{padding:13px 20px 7px}
.latestPost ul+p a{padding:3px 8px 0px 3px}
.latestPost ul li .cat{padding:3px 7px 0;line-height:1}
#under main h3{padding:4px 0 0 18px}
#courseDeta div table th, #courseDeta div table td{padding:12px 10px 4px}
#under #holePhoto h3, #under #holePoint h3{padding:2px 0 8px 18px}
#holePoint table thead th{padding:20px 0 12px}
#holePoint table tbody th, #holePoint table tbody td{padding:21px 0 13px}
#planList article dl dt, #planHead dl dt{padding:11px 0 5px}
#planList2 article h3{padding:0}
p.tolist a{padding:3px 10px 0 0}
#scheduleBox .gallerybox table tbody td dd span{padding:2px 0 0}
#cts.newsPage article .cat, #under main .newsDetail .postInfo .cat{padding:3px 5px 0}
#paging li.toindex a{padding:14px 0 10px}
.wp-pagenavi span,.wp-pagenavi a{height:46px;padding:16px 0 0}
}
.flickSlider{margin:0 auto;text-align:left;display:none}
.flickSlider .flickView{width:100%;text-align:left;position:relative;overflow:hidden}
.flickSlider .flickView ul{top:0;left:0;width:100%;position:absolute;overflow:hidden}
.flickSlider .flickView ul li{width:100%;float:left;display:inline;overflow:hidden}
.flickSlider .flickView ul li img{width:100%}
.flickSlider .flickThumb{width:100%;overflow:hidden}
.flickSlider .flickThumb ul{width:110%}
.flickSlider .flickThumb ul li{float:left;cursor:pointer;display:inline}
.flickSlider .flickThumb ul li img{width:100%}
.flickSlider .flickThumb ul li.active{filter:alpha(opacity=100)!important;-moz-opacity:1!important;opacity:1!important}
.flickSlider .flickView ul:after,.flickSlider .flickThumb ul:after{content:".";height:0;clear:both;display:block;visibility:hidden}
.flickSlider .flickView ul,.flickSlider .flickThumb ul{display:inline-block;overflow:hidden}
.flickSlider .flickThumb ul li:hover img,.flickSlider .flickThumb ul li.active img{filter:alpha(opacity=100)!important;-moz-opacity:1!important;opacity:1!important}

/* -----------------------
Import From Animalive
----------------------- */
/* いいねボタン下部センター */
.singlelike_btn_under {
    margin-bottom: 35px;
    text-align: center;
    line-height: 1.6;
    margin-top: 35px;
}
p.txt-share {
    font-size: 12px;
    margin-bottom: 10px;
    color: #404040;
}
p.txtsmall {
    margin: 16px;
    color: #666;
}
.fb-bt {
    display: inline-block;
    transform: scale(1.4);
    margin-left: 30px;
}

/* SNSごとの背景色 */
#twitter {
    background-color: #00acee;
}
#pocket {
    background-color: #EE4056;
}
#facebook {
    background-color: #3b5998;
}
#ggl-plus {
    background-color: #dd4b39;
}
#hatena {
    background-color: #008FDE;
}
#line {
    background-color: #5BD037;
}
/* ボタン設定 */
.button-area {
    width: 100%;
    margin: 10px 0 50px;
    line-height: 60px;
    overflow: hidden;
}
.button-area:after {
    content: '';
    clear: both;
    display: block;
}
.button-area-title {
    font-weight: 700;
    margin: 0 0 8px;
    text-align: center;
}
.title-fill {
    display: block;
    background-color: #fff;
    color: #777777;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}
.button-whole {
    float: left;
    width: 15.666%;
    margin: 0 0.5% 0 0.5%;
    box-sizing: border-box;
}
.button-link {
    display: block;
    text-align: center;
    color: #fff !important;
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 3px;
    text-decoration: none;
}
.button-link:hover {
    text-decoration: none !important;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
.button-whole2 {
    width: 85%;
    margin: 0 auto;
}
.button-whole3 {
    width: 34%;
    box-sizing: border-box;
    padding: 0 3px;
}
.button-whole4 {
	display: flex;
    margin: 10px auto 0;
    overflow: hidden;
    width: 85%;
    clear: both;
}
.button-whole4 .button-whole3:first-child {
    padding-left: 0;
}
.button-whole4 .button-whole3:last-child {
    padding-right: 0;
}
span.sns-shareshiyo {
    font-size: 17px;
    margin: 0 6px 0 4px;
    font-weight: 600;
}
.shareBtnWrap {
	display: flex;
	justify-content: center;
}
@-webkit-keyframes vertical{
    0%{
        -webkit-transform:translate(0,-3px);
        transform:translate(0,-3px)
    }
    4%{
        -webkit-transform:translate(0,3px);
        transform:translate(0,3px)
    }
    8%{
        -webkit-transform:translate(0,-3px);
        transform:translate(0,-3px)
    }
    12%{
        -webkit-transform:translate(0,3px);
        transform:translate(0,3px)
    }
    16%{
        -webkit-transform:translate(0,-3px);
        transform:translate(0,-3px)
    }
    20%{
        -webkit-transform:translate(0,3px);
        transform:translate(0,3px)
    }
    100%,22%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
@keyframes vertical{
    0%{
        -webkit-transform:translate(0,-3px);
        -ms-transform:translate(0,-3px);
        transform:translate(0,-3px)
    }
    4%{
        -webkit-transform:translate(0,3px);
        -ms-transform:translate(0,3px);
        transform:translate(0,3px)
    }
    8%{
        -webkit-transform:translate(0,-3px);
        -ms-transform:translate(0,-3px);
        transform:translate(0,-3px)
    }
    12%{
        -webkit-transform:translate(0,3px);
        -ms-transform:translate(0,3px);
        transform:translate(0,3px)
    }
    16%{
        -webkit-transform:translate(0,-3px);
        -ms-transform:translate(0,-3px);
        transform:translate(0,-3px)
    }
    20%{
        -webkit-transform:translate(0,3px);
        -ms-transform:translate(0,3px);
        transform:translate(0,3px)
    }
    100%,22%{
        -webkit-transform:translate(0,0);
        -ms-transform:translate(0,0);
        transform:translate(0,0)
    }
}
.faa-parent.animated-hover:hover>.faa-vertical,.faa-vertical.animated,.faa-vertical.animated-hover:hover{
    -webkit-animation:vertical 2s ease infinite;
    animation:vertical 2s ease infinite
}
.faa-parent.animated-hover:hover>.faa-vertical.faa-fast,.faa-vertical.animated-hover.faa-fast:hover,.faa-vertical.animated.faa-fast{
    -webkit-animation:vertical 1s ease infinite;
    animation:vertical 1s ease infinite
}
.faa-parent.animated-hover:hover>.faa-vertical.faa-slow,.faa-vertical.animated-hover.faa-slow:hover,.faa-vertical.animated.faa-slow{
    -webkit-animation:vertical 4s ease infinite;
    animation:vertical 4s ease infinite
}
@media screen and (max-width: 960px) {
	.fb-bt {
		padding-top: 4px;
	}
}

.relatedTags {
	display: flex;
}
.relatedTags li + li {
	margin-left: 1em;
}
.relatedTags li a {
	color: #1111cc;
}
.relatedTags li a:before {
	content: '#';
}


/* Key Visual */
.p-kv {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  display: flex;
  place-items: center;
  color: #fff;
  background: #000;
}

.p-kv__bg-list {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.p-kv__bg {
  position: absolute;
  inset: 0;
  background-image: var(--kv-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.03);
  animation-name: kvBgFade;
  animation-duration: calc(var(--kv-count) * 6s);
  animation-delay: calc(var(--kv-index) * 6s);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.p-kv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.p-kv__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
  text-align: center;
}

.p-kv__catch {
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.p-kv.is-single .p-kv__bg {
  opacity: 1;
  animation: none;
  transform: none;
}

@keyframes kvBgFade {
  0% {
    opacity: 0;
    transform: scale(1.03);
  }

  8% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  41% {
    opacity: 0;
    transform: scale(1.08);
  }

  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}

@media (max-width: 767px) {
  .p-kv {
    aspect-ratio: 3 / 2;
    min-height: auto;
    margin-top: 50px;
  }
  .p-kv__inner {
    width: min(100% - 32px, 100%);
  }

  .p-kv__catch {
    font-size: clamp(1.8rem, 9vw, 3.2rem);
    line-height: 1.45;
  }
}

/* Top News */
.l-sec-news {
  margin-top: 30px;
  margin-bottom: 120px;
}
.p-sec-news {
  color: #660000;
}
.p-sec-news__inner {
  max-width: 880px;
  margin: 0 auto;
}
.p-sec-news__head {
  position: relative;
  margin-bottom: 55px;
}
.p-sec-news__heading {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
.p-sec-news__heading::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 5px;
  background: #660000;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
/*
.p-sec-news__list {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
*/
.p-sec-news__list {
  position: relative;
  transform: none;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.p-sec-news__list-link {
  color: inherit;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
  width: 200px;
  justify-content: center;
}
.p-sec-news__list-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.p-sec-news__list-link::before {
  content: "\e902";
  font-family: 'yudaicon';
  color: #660000;
  position: relative;
  font-size: 16px;
  margin: 0 5px 0 0;
}
.p-sec-news__item {
  border-top: 1px solid #CCCCCC;
}
.newsPage .p-sec-news__items .p-sec-news__item:first-child {
  border-top: none;
}
.p-sec-news__item:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.p-sec-news__link {
  padding: 30px 0;
  display: flex;
  align-items: center;
  color: inherit;
}
.p-sec-news__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.p-sec-news__time {
  font-weight: bold;
}
.p-sec-news__cat {
  background: #660000;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  min-width: 80px;
  padding: 3px;
  text-align: center;
  margin: 0 24px;
}

@media screen and (max-width: 960px) {
  .l-sec-news {
    margin-bottom: 50px;
  }
  .p-sec-news__heading {
    font-size: 20px;
  }
  .p-sec-news__heading::after {
    bottom: -10px;
  }
  .p-sec-news__items {
    margin-top: 35px;
  }
  .p-sec-news__link {
    padding: 15px 0;
    display: block;
  }
  .p-sec-news__time {
    font-size: 12px;
  }
  .p-sec-news__cat {
    font-size: 10px;
    min-width: 56px;
    margin: 0 0 0 8px;
  }
  .p-sec-news__text {
    font-size: 14px;
    display: block;
    width: 100%;
    margin-top: 8px;
  }
  .p-sec-news__list {
    position: relative;
    transform: none;
    margin-top: 25px;
  }
  .p-sec-news__list-link {
    font-size: 12px;
    padding: 7px 8px 8px 3px;
    text-align: center;
  }
}
