@charset "utf-8";

/* The TOYAMA Chamber of Commerce & Industry
-----------------------------------------------------*/

/* ==============================================
    cornertitle
============================================== */
#cornertitle {
	background: #e0f5f6;
}
#cornertitle h1 {
	/*font-family: "Rounded Mplus 1c";*/
	font-family: var(--font-rounded);
	font-weight: 700;
	font-size: 37px;
	line-height: 1.2;
	color: #218770;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 160px;
	/*padding-right: 120px;*/
}
#cornertitle h1 strong {
	font-family: var(--font-rounded);
	font-weight: 700;
}
#cornertitle h1 span.icon {
	width: 120px;
	height: 120px;
	margin-left: -120px;
}

@media screen and (max-width: 700px) {
	#cornertitle h1 {
		font-size: 25px;
		
		flex-direction: column;
		/*justify-content: flex-start;*/
		height: 120px;
		padding-bottom: 10px;
	}
	
	#cornertitle h1 span.icon {
		width: 76px;
		height: 76px;
		margin: 0 auto 0;
	}
}


/* ==============================================
    pagetitle
============================================== */
div.entry-title,
.pagetitle {
	margin-top: 30px;
	padding-bottom: 3px;
	border-bottom: 1px solid #828282;
	margin-bottom: 40px;
}
div.entry-title h1,
.pagetitle h1 {
	font-size: 1.75em;
	font-weight: 500;
	line-height: 1.1;
	border-left: 9px solid #218770;
	min-height: 66px;
	padding-left: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}





/* ==============================================
    pagenav
============================================== */
ul.pagenav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*align-items: flex-start;*/
	margin-bottom: 50px;
}
ul.pagenav::after {
	content: "";
	display: block;
	width: 33%;
	height: 0;
}

ul.pagenav li {
	width: 33%;
	margin-bottom: 3px;
}
ul.pagenav li a {
	font-family: var(--font-rounded);
	font-weight: 700;
	font-size: 21px;
	line-height: 1.1;
	color: #218770;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5em;
	height: 100%;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #218770;
	box-shadow: 0px 4px 0px #dedede;
	padding: 2px 40px;
	position: relative;
}
ul.pagenav li a::after {
	content: "";
	display: block;
	background: url("image/arrow1_g.svg") no-repeat 0 0 / contain;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

ul.pagenav li a[target="_blank"]::after {
	background-image: url("image/icon_blank.svg");
	width: 22px;
	height: 22px;
}

ul.pagenav li a:hover {
	text-decoration: none;
}

.cornertop-nav {
	margin: 50px 80px 0;
}
.cornertop-nav ul.pagenav::after {
	display: none;
}
.cornertop-nav ul.pagenav li {
	width: 48%;
	margin: 20px 0;
}
.cornertop-nav ul.pagenav li a {
	font-size: 23px;
	min-height: 100px;
	border-radius: 32px;
}

.subpage-nav ul.pagenav li.current a {
	background: #218770;
	color: #fff;
}
/*.subpage-nav ul.pagenav li.current a::after {
	background-image: url("image/arrow1_w.svg");
}*/

@media screen and (max-width: 700px) {
	ul.pagenav {
		
	}
	ul.pagenav::after {
		display: none;
	}
	.subpage-nav ul.pagenav li {
		width: 48%;
		margin: 3px 0;
	}
	.subpage-nav ul.pagenav li a {
		font-size: 13px;
		padding: 5px 30px 5px 20px;
		border-radius: 8px;
	}
	.subpage-nav ul.pagenav li a::after {
		right: 10px;
	}
	
	.cornertop-nav {
		margin: 0 6%;
	}
	.cornertop-nav ul.pagenav li {
		width: 100%;
		margin: 10px 0;
	}
	.cornertop-nav ul.pagenav li a {
		font-size: 22px;
		min-height: 100px;
		border-radius: 16px;
	}
}

/* ==============================================
    table style
============================================== */
.table_style1 table {
	margin-left: 0;
	margin-right: 0;
}
.table_style1 tr td:first-child {
	background: #F7F8DA;
	color: #218770;
	font-weight: bold;
}
.table_overview tr td:first-child {
	background: #F7F8DA;
	color: #218770;
	font-weight: bold;
	text-align: center;
}


/* ==============================================
    event-section
============================================== */
.event-section {
	margin-top: 70px;
}
.event-section ul.event-archive li {
	margin-bottom: 80px;
}


/* ==============================================
    magazine backnumber
============================================== */
.mag-latest-block {
	margin-bottom: 50px;
}

.mag-latest-block .subtit3 {
	font-size: 1.5em;
}

.mag-latest-block .content {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}
.mag-latest-block .text {
	flex: 1;
}


.mag-latest-block .content .entry-content {
	margin: 0;
	
}
.mag-latest-block .content figure {
	background: #F7F8DA;
	padding: 60px 60px;
	text-align: center;
	margin-right: 50px;
	width: 420px;
}
.mag-latest-block .content figure img {
	max-width: 100%;
	/*min-width: 100%;*/
}

.pdflist-block {
	margin-top: 40px;
	border: 1px solid #218770;
	padding: 20px;
	width: 100%;
}
.pdflist-block p {
	margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
	.mag-latest-block .content figure {
		width: 38%;
		padding: 40px 40px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 700px) {
	.mag-latest-block .content {
		flex-direction: column;
	}
	.mag-latest-block .content figure {
		width: 70%;
		padding: 30px;
		margin: 0 auto;
	}
	.pdflist-block {
		padding: 15px;
	}
}



 ul.pdflist {
	list-style: none;
}
ul.pdflist li {
	margin: 10px 0;
}
ul.pdflist li a {
	display: inline-block;
}
ul.pdflist li a::before {
	content: "";
	display: inline-block;
	background: url("image/file_pdf.svg") no-repeat 0 0 / contain;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
ul.pdflist li .filesize {
	font-size: 0.875em;
	color: #666;
	margin-left: 5px;
}

.btn_backnumber {
	width: 400px;
	margin: 0 auto 50px;
}

.mag-backnumber-block {}

.mag-backnumber-block ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}



.mag-backnumber-block ul li {
	width: 16.6666%;
	padding: 20px;
	margin-bottom: 30px;
}
.mag-backnumber-block ul li a {
	display: block;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.mag-backnumber-block ul li {
		padding: 20px 10px;
	}
}
@media screen and (max-width: 700px) {
	.mag-backnumber-block ul li {
		width: 33.3333%;
		padding: 10px;
	}
}


/* ==============================================
    download-content
============================================== */
.download-content {
	display: flex;
	justify-content: space-between;
}

.btn_download {
	width: 300px;
	margin-right: 50px;
}
.download-content figure {
	width: calc(100% - 350px);
	text-align: center;
}

.btn_download a {
	margin: 20px 0;
}
.btn_download a strong {
	display: inline-block;
	width: 5em;
}
.btn_download a span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: 400;
}


.download-content figure img {
	border: 1px solid #ccc;
}

/*.btn_download a[href$=".pdf"]::after {
	background-image: url("image/file_pdf.svg");
	width: 20px;
	height: 20px;
}*/

@media screen and (max-width: 700px) {
	.download-content {
		display: block;
	}
	.btn_download {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.btn_download a {
		width: 80%;
		margin: 20px auto;
	}
	.download-content figure {
		width: 100%;
	}
	.download-content figure img {
		width: 60%;
	}
}



/* ==============================================
    rooms
============================================== */
.rooms-archive ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rooms-archive li {
	width: 32%;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 70px;
}
.rooms-archive ul::after {
	content: "";
	display: inline-block;
	width: 32%;
	height: 0;
}

.rooms-archive li h3 {
	font-size: 1.25em;
	font-weight: 700;
	color: #218770;
	margin: 0px 0 20px;
	padding-left: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #DEDEDE;
}
.rooms-archive li h3::before {
	content: "";
	display: inline-block;
	background: #218770;
	width: 0.6em;
	height: 0.6em;
	transform: rotate(45deg);
	margin-right: 0.4em;
	margin-left: -1em;
}
.rooms-archive li figure {
	text-align: center;
	margin: 0 0 10px 0;
}
.rooms-archive li .detail {
	margin: 0 0 10px 0;
	font-size: 0.875em;
}
.rooms-archive li .btn_detail {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 700px) {
	.rooms-archive li {
		width: 48%;
	}
}


.room-section {
	display: flex;
	justify-content: space-between;
	margin: 0 0px;
}
.room-photo {
	order: 1;
	width: 40%;
	text-align: center;
}
.room-content {
	order: 2;
	width: 50%;
}

.room_layout {
	margin-bottom: 30px;
}

.room_detail table {}
.room_detail table {
	margin: 10px 0 20px;
	width: 100%;
}
.room_detail th,
.room_detail td {
	border: 1px solid #dddddd;
	padding: 10px 15px;
	background: #fff;
}

.room_detail th {
	background: #F7F8DA;
	color: #218770;
	font-weight: bold;
	white-space: nowrap;
}

.room_detail h4 {
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.room-photo figure {
	margin-bottom: 20px;
}
.room-photo figure img {
	width: 100%;
}
.room-photo figure figcaption {
	text-align: left;
	margin-top: 10px;
	font-size: 0.875em;
	line-height: 1.4;
}
.room_note {
	margin-bottom: 30px;
	font-size: 0.875em;
}

@media screen and (max-width: 700px) {
	.room-section {
		flex-direction: column;
	}
	.room-photo,
	.room-content {
		width: 100%;
	}
	.room-photo {
		display: flex;
		justify-content: space-between;
	}
	.room-photo figure {
		width: 48%;
	}
}

/* ==============================================
    
============================================== */
.pdf_block {
	margin: 30px 0 0;
}
.pdf_block figure {
	text-align: center;
}
.pdf_block .btn_download {
	margin-left: auto;
	margin-right: auto;
}

.btn_apply_form {
	margin: 50px 0 20px;
	text-align: center;
}
.btn_apply_form p {
	font-weight: 700;
}
.btn_apply_form a {
	width: 320px;
	margin: 10px auto;
}


@media screen and (max-width: 700px) {

}