@charset "utf-8";
/* The Toyama Chamber of Commerce and Industry
   Toyama Business Draft
-----------------------------------------------------*/

/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* ==============================================
    html,body and base
============================================== */
html,body {
	height:100%;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
	border-collapse: collapse;
}

img {
	border: none;
	height: auto;
	vertical-align: top;
    image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
}

ul {
	letter-spacing: -.40em;
}
ul li {
	letter-spacing: normal;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr {
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

hr.clear {
	zoom: 1;
	clear: both;
	height: 0;
	border: none;
	font-size: 0;
}
*:first-child+html hr.clear {/* for IE7 */
	border-top: 1px solid;
} 

/* ==============================================
    body
============================================== */
body {
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 700px) {
	body {
		font-size: 14px;
		min-width: 300px;
	}
}
@media print {
	body {
		min-width: 950px;
	}
}
body,
input,
select,
textarea {
	font-family: Meiryo,Arial,Roboto,'Droid Sans','Yu Gothic','Lucida Grande','Hiragino Kaku Gothic ProN', sans-serif;
}
form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
	-webkit-appearance: none;
}

/* ==============================================
    link
============================================== */
a {
	transition: all .4s;
	text-decoration: none;
}

/* @media screen and (min-width: 701px) { */
@media (hover: hover) {
    a:hover {
        text-decoration: none;
    }
    
	a:hover,
	#pagetop img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
	a img.rollover:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}
}

/* ==============================================
    
============================================== */
#container,
#main,
#copyright,
.inner {
	zoom: 1;
	margin: 0 auto;
	text-align: left;
}
#container:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.inner {
	width: 1000px;
}

.sp {
	display: none;
}
.switch {}
.call {}
.call a {
	color: inherit;
}

@media screen and (max-width: 1050px) {
	.inner {
		width: 96%;
	}
}

@media screen and (max-width: 700px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/* ==============================================
    container
============================================== */
#container {
	position:relative;
	margin: 0 auto;
	overflow-x: hidden;
}

/* ==============================================
    header
============================================== */
header {
	margin: 0;
	padding: 0 0 20px;
	background: url("image/bg.png");
}

header #siteid {
	text-align: center;
}



header .inner {
	position: relative;
}
header .btn_back {
	position: absolute;
	bottom: 55px;
	right: 20px;
}


.btn_back {
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	color: #e8342f;
	letter-spacing: 0.2em;
	text-indent: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 44px;
	border-radius: 22px;
	border: 1px solid #e8342f;
	background: #ffefef;
}
.btn_back::before {
	content: "";
	display: block;
	background: url("image/arrow_back.svg") no-repeat 0 0 / contain;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 14px;
}

.btn_back:hover {
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
	header .btn_back {
		bottom: 35px;
		right: 0px;
	}
}

@media screen and (max-width: 700px) {
	header {
		background: #fff100;
		padding-bottom: 60px;
		margin-bottom: 30px;
	}
	header .btn_back {
		/*position: inherit;
		bottom: inherit;
		right: inherit;
		margin: 10px auto 0 0;*/
		bottom: -50px;
		width: 100px;
		height: 40px;
		font-size: 1.286em;
	}
	.btn_back::before {
		width: 16px;
		height: 16px;
		margin-top: -8px;
	}
}


/* ==============================================
    btn
============================================== */
.btn_entry,
.btn_faq {
	margin: 30px auto;
}

a.btn {
	font-size: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 440px;
	height: 86px;
	border-radius: 20px;
	background: #009dd4;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	transition: all .4s;
	margin: 0 auto;
	position: relative;
}
a.btn:active {
	transform: translateY(2px);
}

a.btn::before {
	content: "";
	display: block;
	position: absolute;
	width: 420px;
	height: 66px;
	border: 2px solid #fef102;
	border-radius: 18px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}


.btn_faq a.btn {
	color: #009dd4;
	background: #e8877e;
}
.btn_faq a.btn::before {
	border-color: #009dd4;
	background: #fff;
}
.btn_faq a.btn span {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 700px) {
	a.btn {
		font-size: 1.5em;
		width: 96%;
		height: 70px;
	}
	a.btn::before {
		width: calc(100% - 20px);
		height: 50px;
	}
}




.pdf a,
a.pdf {
	position: relative;
	display: inline-block;
	margin-left: 25px;
	color: inherit;
}
.pdf a::before,
a.pdf::before {
	position: absolute;
	content: "";
	display: inline-block;
	background: url("image/file_pdf.svg") no-repeat 0 0;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: -25px;
}




/* Youtube レスポンシブ用 */
.movie_wrap {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 700px) {
	table.scroll {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
	table.scroll tbody {
		width: 100%;
	}
	table.scroll::-webkit-scrollbar {
		height: 5px;
	}
	table.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	table.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}

/* ==============================================
    pagetop
============================================== */
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
	
}
#pagetop img {
	cursor: pointer;
	width: 70px;
	height: 70px;
	transition: .4s;
}

@media screen and (max-width: 700px) {
	#pagetop img {
		width: 50px;
		height: 50px;
	}
}

/* ==============================================
    footer
============================================== */
footer {
	
}

#f_contact {
	background: #fffd9c;
	padding: 50px 0 50px 0;
}
#f_contact .btn_faq {
	margin: 0 auto 50px;
}

#f_contact dl {
	display: flex;
	justify-content: flex-start;
}
#f_contact dt,
#f_contact dd {

}
#f_contact dt {
	width: 220px;
	font-size: 1.25em;
	line-height: 1;
	font-weight: bold;
	color: #009dd3;
	border: 2px solid #009dd3;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#f_contact dd {
	width: calc(100% - 220px);
	padding-left: 30px;
}


#f_contact strong {
	font-size: 1.125em;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
#f_contact .tel {
	font-size: 1.5em;
	font-weight: bold;
}
#f_contact .mail {
	font-size: 1.125em;
	font-weight: bold;
}
#f_contact .mail a {
	display: inline-block;
	color: inherit;
	position: relative;
	
}
#f_contact .mail a::before {
	content: "";
	display: inline-block;background: url("image/icon_mail.svg") no-repeat 0 0 / contain;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
}


.btn_privacy {
	font-size: 0.875em;
	margin-top: 20px;
	text-align: right;
}
.btn_privacy a {
	color: inherit;
}
.btn_privacy a::before,
.btn_privacy a::after {
	content: "｜";
}

@media screen and (max-width: 700px) {
	#f_contact dl {
		flex-direction: column;
		align-items: center;
	}
	#f_contact dt {
		width: 220px;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	#f_contact dd {
		width: auto;
		padding-left: 0px;
	}
}


#f_sponsor {
	background: #e3f5ff;
	padding: 50px 0;
	font-size: 0.875em;
}

#f_sponsor dl {
	margin: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#f_sponsor dt,
#f_sponsor dd {
	margin: 3px 0;
}
#f_sponsor dt {
	width: 5em;
}
#f_sponsor dd {
	width: calc(100% - 5em);
}

#f_sponsor dl:last-child {
	margin-bottom: 0;
}
#f_sponsor dl:last-child dt {
	width: 7.5em;
}
#f_sponsor dl:last-child dd {
	width: calc(100% - 7.5em);
}

footer address {
	font-style: normal;
}

/* ==============================================
    copyright
============================================== */
#copyright {
	background: #fff;
	padding: 30px 0;
}
#copyright p {
	font-size: 0.875em;
}


@media screen and (max-width: 1050px) {

}

@media screen and (max-width: 700px) {

}

/* ==============================================
    スクロールアニメーション
============================================== */
.scrollin {}
.fadein {}
.slidein {}

.scrollin.fadein {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateY(100px);
}
.scrollin.fadein.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scrollin.slidein {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateX(300px);
}
.scrollin.slidein.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
