
@font-face {
	font-family: 'Guratan';
	src: url('../font/KyouryunoGuratan/KyouryunoGuratan.otf');
	font-display: swap;
}

@font-face {
	font-family: 'Nishiki';
	src: url('../font/nishiki.otf');
	font-display: swap;
}


.h1test {
	font-family: "Nishiki" ;
}

.h2test {
	font-family: "Guratan" ;
}


.container {
    width: 100%;
    min-width: 800px;
    margin: 40px 0 0;
    background: url(./default_page.png) 50% 0 no-repeat;
}

.holder {
    position: relative;
    width: 800px;
    height: 420px;
    margin: 0 auto;
}

.ttl {
    position: absolute;
    top: 90px;
    left: 40px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
}

.msg {
    position: absolute;
    top: 180px;
    left: 40px;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.3;
}

.links {
    position: absolute;
    top: 260px;
    left: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.links_item {
    display: inline-block;
    margin: 0 5px 0 0;
}

.links_item_label {
    position: relative;
    background: #fff;
    padding: 10px 30px 10px 10px;
    border-bottom: 1px solid #2292bc;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
}
.links_item_label:hover {
    position: relative;
    top: 1px;
    margin-top: 1px;
    background: #eaf6fc;
    border-bottom: none;
}
.links_item_label:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #209dd9;
    border-right: 1px solid #209dd9;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.copyright {
    position: absolute;
    top: 315px;
    left: 0;
}

.widget{
	margin: 5px 0px;
}

 /* >>> ヘッダー <<< */
.header{
	background-image: linear-gradient(to right, #04edfc 0%, #39b2fa 100%);
	width : 100vw;
	height: auto;
	color: $(brand.font);
	text-align: center;

}
.header a{
	color: inherit;
}
.header-inner{
	padding: 1em 0 1em 0;
}
.header-img-wrapper{
	text-align: center;
}
.header-img{
}
.header-title{
	font-size: 110%;
	font-weight: bold;
}
.header-text{
	font-size: 80%;
	font-weight: bold;
}

/* >>> タブ <<< */
.tabs{
	width: 100%;
	height: 32px;
	min-width: 300px;
	font-size: 0px;
	background: linear-gradient(to right, #04edfc 0%, #04edfc 20%, #39b2fa 80%, #39b2fa 100%);
	display: flex;
}
@media screen and (max-width: 480px) {
	.tabs{
		display: none;
	}
}

.tab{
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.tabhover{
	height: 100%;
	width: 14vw;
	min-width: 0px;
	margin: 0 auto;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.tabhover:hover .tabDesc{
	display: inline;
}

.tabhover:hover .tab{
	display: none;
}

.tabDesc {
	display: none;
    font-size:14px;
	min-width: 0px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}



.tabDiv{
	height: 100%;
	width: 2px;
	background:#FFF
}

/* >>> フッター <<< */
.footer{
	font-size: 1.5rem;
	margin-top: 10px;
	background-image: linear-gradient(to left, #0ce5fc 0%, #39b2fa 100%);
}
.footer a{
	color: #f5f5f5;
}
.footer-inner{
	display: flex;
}
.footer-item1,
.footer-item2,
.footer-item3{
	flex-basis: 29.3333%;
	margin-left: 2%;
	margin-right: 2%;
}
.footer .widget{
	padding-top: 30px;
}
.footer .widget:last-child{
	padding-bottom: 30px;
}

.copyright{
	text-align: center;
	font-size: 70%;
	margin-top: 1em;
	color: #f5f5f5;
	letter-spacing: 0;
}
.copyright:before{
	content:"Copyright \0a9 ";
}
.copyright:after{
	content:" All Rights Reserved.";
}
.designed-by{
	text-align: center;
	font-size: 70%;
	margin-bottom: 1em;
	color: $#f5f5f5;
	letter-spacing: 0;
}
.designed-by:before{
	content:"designed by ";
}
.Attribution{
	color: #f5f5f5;
	font-size: 70%;
}
.Attribution a{
	color: inherit !important;
}
@media ( max-width : 768px ) {
	#footer-inner{
		display: block;
	}
}