@charset "utf-8";
/*-----------------------------------------------------

	layout.css
	common CSS

------------------------------------------------------*/

body{
  height: 100%;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	line-height: 1.5;
	font-size: 62.5%;
	color: #333;
  background: url(./../images/bg_body.jpg) no-repeat center center;
  background-size: cover;
}

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

a:link {text-decoration:none; color:#333;}
a:visited {text-decoration:none; color:#333;}
a:hover {text-decoration:none; color:#ab2548;}


#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 46px;
}




header {
  height: 80px;
/*  background: linear-gradient(105deg, #074a97, #20adfe); */
  background: url(./../images/header_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
}

header::before {
  width: 83px;
  height: 63px;
  background: url(./../images/logomark.png) no-repeat center center;
  background-size: 83px auto;
  content: "";
  position: absolute;
  top: 8px;
  left: 20px;
}

header #header_logo {
  width: 125px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -17px;
}

header #header_logo img {
  width: 125px;
  height: auto;
  vertical-align: top;
}

header h1 {
  font-size: 2.4em;
  line-height: 80px;
  color: #fff;
  position: relative;
  z-index: 2;
}

header h1 a:link {text-decoration:none; color:#fff;}
header h1 a:visited {text-decoration:none; color:#fff;}
header h1 a:hover {text-decoration:none; color:#fff;}

#menu_btn {
	display: block;
	position: fixed;
	width: 80px;
	height: 80px;
	right: 0;
	top: 0;
	text-align: center;
	z-index: 9999;
	background: rgba(255,255,255,0.9);
}

.menuButton {
	display: block;
	width: 38px;
	height:30px;
	position: absolute;
	top: 13px;
	right: 20px;
	z-index: 9999;
}

	.menuButton span {
		display: block;
		background: #4c4c4c;
		width: 38px;
		height: 4px;
		position: absolute;
		left: 0px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}

	.menuButton span:first-child {
		top: 1px;
	}

	.menuButton span:nth-child(2) {
		margin-top: -4px;
		top: 50%;
	}

	.menuButton span:last-child {
		bottom: 5px;
	}

	.menuButton.active span {
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	}

	.menuButton.active span:first-child {
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}

	.menuButton.active span:nth-child(2) {
		opacity: 0;
	}

	.menuButton.active span:last-child {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}

.menu_tit {
	position: absolute;
	font-size: 1rem;
	left: 17px;
	bottom: 13px;
  color: #333;
  line-height: 1;
}

#header_navi {
	width: 0;
	height: 100%;
	overflow-x: hidden;
	position: fixed;
	top: 0px;
	right: 0;
	background: rgba(0,0,0,0.9);
	padding-top: 50px;
	z-index: 9998;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

#header_navi.open-menu {
	width: 100%;
  padding: 60px 0 30px;
}

#header_navi h3 {
  text-align: center;
  font-size: 2.4em;
  color: #fff;
  border-bottom: solid 2px #666;
  margin-bottom: 25px;
  padding-bottom: 5px;
}

#menu_about {
  width: 650px;
  padding: 20px;
  margin: 0 auto 5%;
  border-radius: 10px;
}

#menu_about p {
  font-size: 1.8em;
  color: #fff;
  text-align: left;
}

#menu_about .btn_theme {
  margin-top: 15px;
}

#facility_list {
  width: 650px;
  margin: 0 auto 5%;
  height: 15%;
}

#facility_list ul {
  height: 80%;
  overflow-y: auto;
  font-size: 1.8em;
  text-align: left;
}

#facility_list li {
  display: inline-block;
  margin: 0 30px 10px 0;
}

#category_list {
  width: 650px;
  margin: 0 auto 6%;
  height: 15%;
  text-align: left;
}

#category_list ul {
  height: 80%;
  overflow-y: auto;
  font-size: 1.8em;
}

#category_list li {
  display: inline-block;
  margin: 0 30px 10px 0;
}

#tag_list {
  width: 650px;
  margin: 0 auto;
  height: 15%;
}

#tag_list ul {
  height: 80%;
  overflow-y: auto;
  font-size: 1.6em;
  text-align: left;
}

#tag_list li {
  display: inline-block;
  height: 20px;
  margin: 0 15px 10px 0;
}



.btn_theme {
  margin-top: 80px;
}

.btn_theme a {
  width: 400px;
  height: 50px;
  margin: 0 auto;
  display: block;
  line-height: 50px;
  font-size: 2em;
  background: url(./../images/arrow_gray.png) no-repeat left 30px center #fff;
  text-align: center;
  border-radius: 10px;
  border: solid 1px #666666;
  font-weight: bold;
}

header nav .btn_theme a:link {text-decoration:none; color:#333;}
header nav .btn_theme a:visited {text-decoration:none; color:#333;}
header nav .btn_theme a:hover {text-decoration:none; color:#a91010;}




header nav ul {
  line-height: 1.5;
}

header nav a:link {text-decoration:underline; color:#fff;}
header nav a:visited {text-decoration:underline; color:#fff;}
header nav a:hover {text-decoration:underline; color:#f6ff00;}






main {
  padding-top: 15px;
}

#contents {
}

#media_type {
  width: 640px;
  height: 45px;
  margin: 0 auto 15px;
  background-color: #fff;
  border-radius: 5px;
}

#media_type ul {
  text-align: center;
  font-size: 1.4em;
}

#media_type li {
  display: inline-block;
  margin: 0 25px;
  padding: 10px 0;
}

#media_type li.btn_youtube {
  background: url(./../images/icon_youtube.png) no-repeat left center;
  background-size: 25px auto;
  padding-left: 35px;
}

#media_type li.btn_image {
  background: url(./../images/icon_image.png) no-repeat left center;
  background-size: 21px auto;
  padding-left: 31px;
}

#media_type li.btn_sketchfab {
  background: url(./../images/icon_sketchfab.png) no-repeat left center;
  background-size: 22px auto;
  padding-left: 32px;
}

#media_type li.btn_luma {
  background: url(./../images/icon_luma.png) no-repeat left center;
  background-size: 24px auto;
  padding-left: 32px;
}

#media_type li a {
  text-decoration: underline;
}

#media_type.list_page li {
  margin: 0 20px;
}

.modal-video.custom_image {
  display: none;
}

.modal_image img {
  width: 100%;
  height: auto;
}

.modal-video-close-btn {
  cursor: pointer;
}

.media_list {
  width: 690px;
  margin: 0 auto;
  text-align: left;
}

.media_list h2 {
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 30px;
}

.media_list a {
  position: relative;
  width: 195px;
  margin: 10px 15px 13px;
  display: inline-block;
  vertical-align: top;
}

.media_list .unit {
  width: 100%;
  padding-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.3;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.15);
  border-radius: 5px;
  overflow: hidden;
}

.media_list .unit .thumbnail {
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  text-decoration: underline;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.media_list .unit .thumbnail img {
  width: 100%;
  height: auto;
}


.media_list a:hover .unit img {
  opacity: 0.8;
}

.article_title {
  height: 58px;
  text-align: left;
  padding: 7px 12px;
  overflow: hidden;
}

.article_title .terms {
  font-size: 0.9em;
  color: #666;
}

.article_itle span.cat_name {
  color: #1059a9;
}

.icon_youtube {
  width: 25px;
  height: 16px;
  background: url(./../images/icon_youtube.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -11px;
  left: 8px;
}

.icon_image {
  width: 21px;
  height: 17px;
  background: url(./../images/icon_image.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -12px;
  left: 8px;
}

.icon_sketchfab {
  width: 22px;
  height: 22px;
  background: url(./../images/icon_sketchfab.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -14px;
  left: 8px;
}

.icon_luma {
  width: 24px;
  height: 26px;
  background: url(./../images/icon_luma.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -14px;
  left: 8px;
}


/*---- about -----*/
#about_contents {
  height: 80%;
  width: 650px;
  margin: 15px auto 0;
}

#about_contents h3 {
  font-size: 2.4em;
  text-align: center;
  margin-bottom: 20px;
}

#about_contents #honbun {
  height: 80%;
  overflow-y: auto;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

#about_contents #honbun h4 {
  font-size: 2em;
}

#about_contents #honbun p {
  font-size: 1.8em;
  margin-bottom: 15px;
}


/*---- theme_list -----*/

#theme_list_contents {
  width: 650px;
  margin: 15px auto 0;
}

#theme_list_contents h3 {
  font-size: 2.4em;
  text-align: center;
  margin-bottom: 20px;
}

#theme_list_contents ul {
  height: 80%;
  overflow-y: auto;
  font-size: 1.8em;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

#theme_list_contents li {
	text-align: left;
	margin-bottom: 11px;
  padding-left: 35px;
  background: url(./../images/icon_pen.png) no-repeat left bottom;
  background-size: 27px auto;
  font-weight: bold;
}


/*---- theme single -----*/

h2.theme_title {
  font-size: 2.4em;
  text-align: center;
  margin-bottom: 10px;
}

.theme_meta p {
  margin-bottom: 10px;
  text-align: right;
  font-size: 1.6em;
}

.theme_description {
  height: 170px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 25px;
  overflow-y: auto;
}

.theme_description p {
  font-size: 1.6em;
}

/*---- page navi -----*/

.wp-pagenavi {
	text-align:center;
	padding: 5px 0 10px;
	font-size: 1.8em;
	font-family: 'Roboto Slab', "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

.wp-pagenavi .pages {
	display:none;
}

.wp-pagenavi a {
	display:inline-block;
}

	.wp-pagenavi a, .wp-pagenavi span {
		width: 40px;
		height: 40px;
		line-height: 43px;
		border: solid 1px #666666;
		margin: 2px;
		padding: 0 !important;
		background: #fff;
		display:inline-block;
    vertical-align: top;
	}

	.wp-pagenavi a:hover, .wp-pagenavi span.current {
		background:#666666;
		border: solid 1px #666666 !important;
		color: #fff;
	}

.wp-pagenavi a.first, .wp-pagenavi a.last {
  width: 100px;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-size: 0.8em;
}

  /*---- NOT FOUND -----*/
.not_found {
  padding: 100px 0;
  text-align: center;
  font-size: 1.8em;
}

.btn_tohome {
  width: 150px;
  height: 40px;
  margin: 50px auto 0;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;;
  background: #0f6bb9;
  border-radius: 10px;
}

.btn_tohome a:link {text-decoration:none; color:#fff;}
.btn_tohome a:visited {text-decoration:none; color:#fff;}
.btn_tohome a:hover {text-decoration:none; color:#fffc00;}

footer {
  width: 100%;
  height: 46px;
  background: #464E55;
  border-top: solid 1px #999;
  color: #fff;
  position: relative;
  margin-top: 50px;
}

footer.footer_fix {
  position: absolute;
  bottom: 0;
}

footer p {
  padding: 10px 10px 15px;
  text-align: center;
  font-size: 1.4em;
}

#supported {
  width: 120px;
  position: absolute;
  top: -55px;
  right: 10px;
  background: url(./../images/logo_bunka.png) no-repeat center bottom;
  background-size: 100px auto;
  padding-bottom: 29px;
  font-size: 0.75rem;
  text-align: center;
  color: #333;
}
