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

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

背景

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

html {
	font-size: 62.5%;
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #000;
	word-wrap: break-word;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	color: #000;
	font-weight: 400;
	line-height: 1.61;
	letter-spacing: .1em;
}

/* 游ゴシック ------------------------*/
/*body {
    font-family: YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
*/

/* Noto Sans Japanese(源ノ角ゴシック) ------------------------*/
/*3行目に設置→　@import url('http://fonts.googleapis.com/earlyaccess/notosansjapanese.css');*/
/*body {
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/

/* ヒラギノ明朝 ------------------------*/
/*body {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}*/

/* メイリオ ------------------------*/
/*body {
    font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', 'Lucida Sans Unicode', 'ＭＳ Ｐゴシック', Arial, Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
} */


@media only screen and (max-width: 767px) {
body {
	font-size: 1.6rem;
}
}
.wrap {
	width: 94%;
	max-width: 1200px;
	height: auto;
	min-height: 100%;
	margin: auto;
	padding: 0;
}
ul {
	display: block;
	list-style: none;
	margin: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
}
/*------------------------

ヘッダー

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

header {
	position: fixed;
	z-index: 100;
	padding: 22px 0 0;
	width: 100%;
}
.head-back {
	background: #000;
}
header li a {
	color: #fff;
}
header .logo {
	width: 158px;
}
header .logo-box {
	width: 158px;
	line-height: 0;
	float: left;
	margin-bottom: 22px;
}
header .pc-menu ul {
	float: left;
	width: calc(100% - 158px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
}
header .pc-menu li {
	width: 100px;
	text-align: center;
}
header .pc-menu li:first-of-type {
	margin-left: 40px;
}
header .pc-menu li:last-of-type {
	margin-left: auto;
	width: auto;
}
header .pc-menu li a {
	height: 40px;
	line-height: 40px;
	color: #fff;
}
header .pc-menu li a::before,
header .pc-menu li a::after{
  border-bottom: solid 1px #fff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
header .pc-menu li a::before {
  left: 50%;
}
header .pc-menu li a::after {
  right: 50%;
}
header .pc-menu li a:hover::before,
header .pc-menu li a:hover::after {
  width: 50%;
}
/*

header .pc-menu li a:hover {
	border-bottom: 1px solid #fff;
}
*/

.mail-icon {
	width: 17px;
	vertical-align: top;
	margin: 13px 7px 0 0;
}
a:hover .mail-icon {
	opacity: 1;
}
.menu-btn {
	display: none;
}

.menu-overlay {
	display: none;
}
@media screen and (max-width: 1023px) {
.mail-icon {
	width: 17px;
	vertical-align: top;
	margin: 5px 7px 0 0;
}
.pc-menu {
	display: none;
}
.menu-btn {
	display: block;
}
.menu-overlay .menu ul li {
	margin: 0;
}
header .menu > ul li a {
	color: #fff;
}
.menu-overlay {
	position: fixed;
	top: 0;
	z-index: 99;
	display: none;
	overflow: auto;
	width: 100%;
	height: 100%;
	background: #333;
}
header .menu ul {
	display: block;
}
body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;/*    font-family: 'Raleway', sans-serif;*/
}
/* OUTER NAV */

nav {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: none;
	text-align: center;
}
nav ul {
	text-align: center;
}
nav ul li {
	display: block;
}
/* OPEN / CLOSE BTNS */

.menu-btn {
	position: absolute;
	top: 6px;
	right: 20px;
	z-index: 999;
	display: inline;
	font-size: 32px;
}
.menu-btn .menu-btn-in {
	display: inline-block;
	text-decoration: none;
	position: fixed;
	right: 40px;
	top: 28px;
	width: 84px;
	height: 52px;/* safari hack */
}
.menu-btn .menu-btn-in:hover{
	cursor: pointer;
	}
.btn-open:after {
	width: 84px;
	height: 52px;
	top: 0;
	content: "";
	background: url(../img/bars.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition-property: all .2s linear 0s;
}
.btn-open:hover:after {
	color: #34B484;
}
.btn-close:after {
	width: 84px;
	height: 52px;
	top: 0;
	content: "";
	background: url(../img/bars-close.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition-property: all .2s linear 0s;
}
.btn-close:hover:after {
	color: #34B484;
}
/* OVERLAY */

.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	overflow: auto;
	width: 100%;
	height: auto;
	background: #000;
}
.menu-overlay .menu {
	margin: 50px auto;
	width: 80%;
}
.menu-overlay .menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu-overlay .menu ul li {
	float: left;
	padding: 10px 0;
	width: 25%;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
}
.menu-overlay .menu ul li {
	float: none;
	margin-bottom: 14px;
	width: 100%;
	border-bottom: 1px solid #575757;
}
.menu-overlay .menu ul li:last-child {
	border: 0;
}
.menu-overlay .menu ul ul {
	margin-top: 20px;
}
.menu-btn {
	right: 25px;
}
}

@media only screen and (max-width: 767px) {
header {
	padding-top: 18px;
}
header .logo {
	width: 79px;
}
.menu-btn .menu-btn-in{
	right: 20px;
	top: 14px;
	width: 44px;
	height: 44px;/* safari hack */
}
.menu-btn .menu-btn-in{
	top: 6px;
	right: 3%;
}
.btn-open:after {
	width: 42px;
	height: 26px;
}
.btn-close:after {
	width: 42px;
	height: 26px;
}
.menu-overlay {
	height: 100%;
}
}
/*------------------------

メイン

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

.main {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 784px;
	overflow: hidden;
	z-index: -1;
}
.main-text {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 784px;
}
/* .main-text .main-text-back-img {
	position: absolute;
	right: calc(50% - 223px);
	top: 210px;
} */
.main-text .main-text-img {
	position: absolute;
	right: calc(50% - 41px);
	top: 170px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,1));
}
.main-text .main-text-img.sp-only {
	display: none;
}
.slick-slide img {
	display: block;
	height: 784px;
	width: auto;
	max-width: inherit;
	max-width: max-content;
	text-align: center;
	/*	margin-left: -300px;*/
	margin-left: calc(50% - 783px);
}
.slick-active {
	background-size: 500px;
}
.slider-inner01, .slider-inner02, .slider-inner03, .slider-inner04 {
	background: #000;
}
.main-pc .slider-inner01.slick-active {
	background: url(../img/main-img01.jpg) no-repeat, #000;
	background-position: center;
	display: block;
	height: 784px;
	width: 100%;
	text-align: center;
}
.main-pc .slider-inner02.slick-active {
	background: url(../img/main-img02.jpg) no-repeat, #000;
	background-position: center;
	display: block;
	height: 784px;
	width: 100%;
	text-align: center;
}
.main-pc .slider-inner03.slick-active {
	background: url(../img/main-img03.jpg) no-repeat, #000;
	background-position: center;
	display: block;
	height: 784px;
	width: 100%;
	text-align: center;
}
.main-pc .slider-inner04.slick-active {
	background: url(../img/main-img04.jpg) no-repeat;
	background-position: center;
	display: block;
	height: 784px;
	width: 100%;
	text-align: center;
}
.main.main-sp {
	display: none;
}

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

.main.main-pc {
	display: none;
}
.main.main-sp {
	display: block;
}
.main-sp .slider-inner01.slick-active {
	background: url(../img/main-img-sp01.jpg) no-repeat, #000;
	background-position: center;
	display: block;
	height: 264px;
	background-size: cover;
/*	width: 100%;*/
	text-align: center;
}
.main-sp .slider-inner02.slick-active {
	background: url(../img/main-img-sp02.jpg) no-repeat, #000;
	background-position: center;
	display: block;
	height: 264px;
	background-size: cover;
/*	width: 100%;*/
	text-align: center;
}
.main-sp .slider-inner03.slick-active {
	background: url(../img/main-img-sp03.jpg) no-repeat, #000;
	background-position: center;
	display: block;
	height: 264px;
	background-size: cover;
	width: 100%;
	text-align: center;
}
.main-sp .slider-inner04.slick-active {
	background: url(../img/main-img-sp04.jpg) no-repeat;
	background-position: center;
	display: block;
	height: 264px;
	background-size: cover;
	width: 100%;
	text-align: center;
}
.main {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 264px;
	overflow: hidden;
	background: #000;
}
.main-text {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 264px;
}
.main-text .main-text-back-img {
	position: absolute;
	right: calc(50% - 80px);
	top: 48px;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	width: 160px;
}
.main-text .main-text-img {
	position: absolute;
	right: 0;
	left: 3%;
	top: 62px;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,1));
	width: 340px;
	max-width: 80%;
}
.main-text .main-text-img.pc-only {
	display: none;
}
.main-text .main-text-img.sp-only {
	display: block;
}
}
/*
.main-sp .slider-inner01.slick-active, .main-sp .slider-inner02.slick-active, .main-sp .slider-inner03.slick-active, .main-sp .slider-inner04.slick-active {
	background-position: top 0 left -90px;
	background-size: cover;
}
}

@media only screen and (max-width: 550px) {
.slider-inner01.slick-active,  .slider-inner02.slick-active,  .slider-inner03.slick-active,  .slider-inner04.slick-active {
	background-position: top 0 left -200px;
	background-size: 840px;
}
}
*/
/*------------------------

TOP-中面

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

.white-back {
	background-color: #fff;
}
.section-works {
	padding: 40px 0;
	/* background: url(../img/back01.png) no-repeat, #000;
	background-position: top -340px left -120px;
	background-size: auto; */
}
.right-link-box {
	text-align: right;
	margin-top: -70px;
	margin-bottom: 22px;
}
.link-box-sp {
	display: none;
}
.right-link-box a {
	color: #fff;
	display: inline-block;
	text-align: center;
	border: 1px solid #fff;
	padding: 8px 18px;
	margin-right: 24px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
}
.right-link-box a:hover {
	background-color: #fff;
	color: #000;
}
.basic-heading {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	color: #b1b1b1;
}
.basic-heading span {
	font-family: 'Gilda Display', serif;
	display: block;
	font-size: 5rem;
	font-weight: 100;
	letter-spacing: 7px;
}
.section-works .col {
	background-color: #1E1E1E;
	border: 2px solid #000;
	position: relative;
}
.section-works .col a {
	width: 100%;
}
.section-works .col a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.section-works .col a:hover img {
	opacity: .18;
}
.section-works .col a:hover::after {
	content: '国宝東塔大修理落慶記念 薬師寺展';
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	color: #fff;
	height: 300px;
	text-align: center;
	white-space: pre;
	font-size: 18px;
}
.section-works .col:nth-of-type(2) a:hover::after {
	content: 'チェコ・デザイン 100年の旅';
}
.section-works .col:nth-of-type(3) a:hover::after {
	content: '猿楽と面 -大和\A-大和・近江および白山の周辺から-';
}
.section-works .col:nth-of-type(4) a:hover::after {
	content: 'ウェールズ国立美術館所蔵\Aターナーからモネへ';
}
.section-works .col:nth-of-type(5) a:hover::after {
	content: 'ボイマンス美術館所蔵\Aブリューゲル「バベルの塔」展';
}
.section-works .col:nth-of-type(6) a:hover::after {
	content: 'レオナルド×ミケランジェロ展';
}
.section-works .col:nth-of-type(7) a:hover::after {
	content: '中島潔展';
}
.section-works .col:nth-of-type(8) a:hover::after {
	content: '開館40周年記念特別展\A太陽の塔からみんぱくへ-\A 70年万博収集資料';
}

@media only screen and (max-width: 1023px) {
.section-works .col a:hover::after {
	font-size: 1.4rem;
}
}

@media only screen and (max-width: 767px) {
.section-works {
	background: #000;
}
.section-works .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox; 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.section-works .col-4 {
	width: 50%;
}
.right-link-box {
	display: none;
}
.link-box-sp {
	display: block;
	margin: 45px auto 50px;
	text-align: center;
}
.link-box-sp a {
	color: #fff;
	text-decoration: underline;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.link-box-sp a:hover {
	text-decoration: none;
}
.basic-heading {
	font-size: 2.8rem;
}
.basic-heading span {
	font-size: 2.5rem;
}
.section-works .col a:hover::after {
	display: none;
}
}
.section-2categories {
	padding: 40px 0;
	background-color: #fff;
	/* background: url(../img/back02.png) no-repeat, #fff;
	background-position: bottom -190px right -274px; */
}
.section-2categories .col {
	background: url(../img/section-back01.png) no-repeat, #000;
	height: 258px;
	position: relative;
}
.section-2categories .col-wrap {
	padding: 85px 0 0;
	height: 258px;
}
.section-2categories .basic-heading {
	width: calc(80%);
	margin-left: 20%;
}
.section-2categories .col:nth-child(2) {
	background: url(../img/section-back02.png) no-repeat, #000;
}
.section-2categories .col .arrow {
	position: absolute;
	right: 25px;
	bottom: 25px;
}
.section-2categories .col:hover {
	background: url(../img/section-back01.png) no-repeat, #333;
}
.section-2categories .col:nth-child(2):hover {
	background: url(../img/section-back02.png) no-repeat, #333;
}
.section-2categories .col-wrap:hover {
	opacity: .7;
}

@media only screen and (max-width: 1023px) {
.section-2categories .basic-heading {
	text-align: left;
}
.section-2categories .basic-heading span {
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: 3px;
}
.section-2categories .col,  .section-2categories .col:nth-child(2) {
	height: 100px;
	background-size: contain;
}
.section-2categories .col:hover,  .section-2categories .col:nth-child(2):hover {
	height: 100px;
	background-size: contain;
}
.section-2categories .col-wrap {
	padding: 23px 0 0;
	height: 100px;
}
}

@media only screen and (max-width: 767px) {
.section-2categories {
	padding: 0;
}
.section-2categories .wrap {
	width: 100%;
}
.section-2categories .col {
	border-top: 1px solid #fff;
}
.section-2categories .col:nth-child(2) {
	border-bottom: 1px solid #fff;
}
}
.section-news {
	background: url(../img/back03.jpg), #4b4b4b;
	/*	height: 206px;*/
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat, inherit;
}
.section-news .wrap {
	background: #4b4b4b;
	padding: 50px 10% 30px;
}
.news-heading {
	font-family: 'Gilda Display', serif;
	font-size: 5rem;
	text-align: left;
	color: #fff;
	letter-spacing: 7px;
	font-weight: 100;
}
.section-news li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	text-align: left;
	font-size: 1.6rem;
	margin-bottom: 5px;/*
	position: relative;
    width: calc(100% - 56px);
*/
}
.section-news ul li:nth-child(n+4) {
	display: none;
}
.section-news ul li span, .section-news ul li a {
	color: #fff;/*	height: 24px;*/
}
.section-news ul li a {
	/*	border-bottom: 1px solid #fff;*/
/*    line-height: 17px;*/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	line-height: 2.2rem;
	text-decoration: underline;
}

.section-news ul li a:hover {
	text-decoration: none;
}
.section-news ul li span:first-of-type {
	width: 126px;
	padding-top: 1px;
	letter-spacing: 0;
}
.section-news ul li span:nth-of-type(2) {
	width: 100%;
	text-align: left;
	/*
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	position: relative;
*/
	letter-spacing: 0;
}
/*
.section-news ul li span:nth-of-type(2) a:before{
	content: "";
    background-color: #fff;
    width: 100%;
    height: 2px;
    bottom: 0;
    display: inline-block;
    position: absolute;
}
*/
.section-news ul li span:nth-of-type(2) a:hover:before {
	display: none;
}
.link-box-news {
	text-align: right;
	margin-top: 27px;
}
.link-box-news a {
	display: inline-block;
	color: #fff;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-bottom: 1px solid #fff;
	font-size: 1.6rem;
}
.link-box-news a:hover {
	border-bottom: 1px solid #4b4b4b;
}
em.new {
	background-color: #eed58a;
	color: #000;
	font-size: 1.1rem;
	padding: 2px 5px 0;
	display: inline-block;
	margin: 2px 0 2px 5px;
	line-height: 15px;/*
	position: absolute;
	right: -56px;
*/
}

@media only screen and (max-width: 1023px) {
.news-heading {
	font-size: 2.5rem;
}
}

@media only screen and (max-width: 767px) {
.section-news {
	background: #4b4b4b;
	height: auto;
}
.section-news .wrap {
	padding: 25px 5%;
}
.news-heading {
	text-align: center;
}
.link-box-news {
	text-align: center;
}
.gray-back.section-news .col-9 li {
	display: block;
}
.section-news ul li span {
	display: block;
}
.section-news ul li span:nth-of-type(2) {
	overflow: inherit;
	text-overflow: inherit;
	white-space: inherit;
	display: inline-block;
	height: auto;
}
.section-news ul li a {
	height: auto;
	border-bottom: none;
	line-height: 2.8rem;
	display: block;
	text-decoration: underline;
}
.section-news ul li span:nth-of-type(2) a:before {
	display: none;
}
}
.section-access {
	padding: 34px 64px;
}
.section-access .wrap {
	text-align: center;
}
.access-text {
	display: inline-block;
	text-align: left;
	margin-bottom: 20px;
	color: #0c0c0c;
}
.access-text dl {
	margin-bottom: 0;
}
.access-text dt, .access-text dd {
	display: inline-block;
	font-weight: 400;
}
.access-text dt {
	width: 50px;
}
.access-text dd {
	margin-left: 0;
}
span.place{
	display: block;
/*
	color: #fff;
	background-color: #4b4b4b;
*/
/*	text-align: center;*/
	padding: 2px 0;
	font-size: 1.4rem;
	border-bottom: 1px solid #000;
	margin-bottom: 6px;
	margin-top: 20px;
}
span.place:before{
	content: '●';
	color: #4b4b4b;

}

@media only screen and (max-width: 767px) {
.access-text {
	width: 94%;
}
.access-text dt, .access-text dd {
	display: block;
}
.section-access {
	padding: 25px 0;
}
.section-access .wrap {
	width: 100%;
}
.access-text dt {
	width: auto;
}
}
/*------------------------

フッター

------------------------*/
#footer {
	background-color: #e5e5e5;
	padding: 50px 0;
	color: #555555;
}
#footer .ul-box {
	text-align: center;
}
#footer ul {
	display: inline-block;
	margin: 0 auto;
}
#footer ul li {
	display: block;
	text-align: center;
	float: left;
	padding-left: 20px;
	margin-bottom: 60px;
}
#footer ul li:first-of-type {
	padding-left: none;
}
#footer ul li a {
	width: 100%;
	color: #555555;
}
#footer ul li a:hover {
	opacity: .7;
}
.foot-logo img {
	width: 246px;
	display: inline-block;
}
.foot-logo p {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 10px;
	letter-spacing: 0;
}
.copy {
	color: #555555;
	/*	color: rgba(66,66,66,.70);*/
	text-align: right;
	letter-spacing: 0;
	margin-top: -22px;
}

@media only screen and (max-width: 1300px) {
.copy {
	margin-top: 10px;
	margin-right: 80px;
}
}

@media only screen and (max-width: 1023px) {
}

@media only screen and (max-width: 767px) {
.foot-logo {
	text-align: center;
}
.foot-logo img {
	display: block;
	margin: 0 auto 10px;
	width: 123px;
}
#footer ul li {
	margin-bottom: 16px;
}
#footer ul li a {
	font-size: 1.4rem;
}
.copy {
	margin-top: 10px;
	margin-right: 0;
	text-align: center;
}
.copy small {
	font-size: 1rem;
}
}
/*------------------------

ページトップへ戻る

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

#page-top {
	position: fixed;
	z-index: 99999;
	right: 20px;
	bottom: 20px;
}
#page-top a {
	width: 80px;
	height: 80px;
	padding: 9px 0 0;
	display: block;
	cursor: pointer;
	color: #000;
	font-size: 1.3rem;
	text-align: center;
}
#page-top a:hover {
	opacity: .7;/*
	background: #ccc;
	text-decoration: none;
*/
}

@media screen and (max-width:980px) {
#page-top {
	right: 10px;
	bottom: 10px;
}
}

@media screen and (max-width:767px) {
#page-top a {
	width: 44px;
	height: 44px;
	padding: 9px 0 0;
	display: block;
	cursor: pointer;
	color: #000;
	font-size: 1.3rem;
	text-align: center;
}
}
/*------------------------

ボタン

------------------------*/
a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
/*------------------------

テーブル

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

table td {
	word-break: break-all;
}

@media (max-width: 767px) {
th,  td {
	width: 100%;
	display: block;
}
th {
	width: 100%;
	display: block;
	background-color: #eee;
}
table .width-90,  table .width-80,  table .width-75,  table .width-70,  table .width-66,  table .width-65,  table .width-60,  table .width-50,  table .width-40,  table .width-35,  table .width-33,  table .width-30,  table .width-25,  table .width-20,  table .width-10 {
	width: 100%;
}
}
/*------------------------

フォーム

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

input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='phone'], input[type='tel'], input[type='number'], input[type='datetime'], input[type='date'], input[type='month'], input[type='color'], input[type='time'], input[type='search'], input[type='datetime-local'] {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: .7em 0.5em;
}
label, select {
	cursor: pointer;
}
input[type='submit'], input[type='reset'], input[type='button'] {
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', 'Lucida Sans Unicode', 'ＭＳ Ｐゴシック', Arial, Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-appearance: button;
}
.form {
	width: 100%;
	margin-bottom: 3em;
	background-color: #fff;
}
.form .label {
	float: right;
}

@media only screen and (max-width: 767px) {
.form {
	margin-bottom: 1.65em;
}
}
.form th, .form td {
	padding: 1em;
	border: 1px solid #e5e5e5;
	text-align: left;
}
.form th {
	width: 200px;
	background-color: #f7f7f7;
}
.form th.red {
	background-color: #ffe1e4;
	color: #000;
}
.form td.red {
	background-color: #fff4f5;
}

@media (max-width: 767px) {
.form th, .form td {
	width: 100%;
	margin-top: -1px;
	display: block;
}
.form td input[type='text'] {
	width: 100%;
}
.form td input[type='text'].width-20 {
	width: 40%;
}
}
.btn-area {
	margin: 0 auto;
	text-align: center;
}

@media only screen and (max-width: 767px) {
.btn-area .btn {
	width: 100%;
	margin: 0 auto 1em;
	display: block;
}
}
/*------------
radio
------------*/

[type='radio']:checked, [type='radio']:not(:checked) {
	visibility: hidden;
}
[type='radio']:checked + label, [type='radio']:not(:checked) + label {
	padding-left: 28px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: #666;
	line-height: 20px;
}
[type='radio']:checked + label:before, [type='radio']:not(:checked) + label:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	content: '';
}
[type='radio']:checked + label:after, [type='radio']:not(:checked) + label:after {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	background: #005eae;
	content: '';
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
[type='radio']:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type='radio']:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*------------------------

リスト

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

.list-flat {
	margin-bottom: 0;
}
.list-flat li {
	margin-bottom: 1em;
}
.list-flat li:last-child {
	margin-bottom: 0;
}
.list-left li {
	margin-right: 1em;
	float: left;
}
.list-left li:last-child {
	margin-right: 0;
}
.link {
	margin: 0;
}
.link li {
	list-style: none;
	line-height: 1.35;
}
.link li a {
	margin-left: 1em;
	display: block;
	text-decoration: none;
	text-indent: -1em;
}
.link li a:before {
	margin-right: .5em;
	content: '\f0da';
	color: #e60013;
	font: normal normal normal 14px/1 FontAwesome;
}

@media only screen and (max-width: 767px) {
.link li {
	margin-bottom: 1.65em;
	float: none;
}
.link li a {
	display: block;
}
}
.list-center {
	display: inline-block;
	zoom: 1;
}
.list-before li {
	padding-left: 1em;
	display: block;
}
.list-before li:before {
	width: 1em;
	margin-left: -1em;
	padding: .5em 0;
	display: block;
	float: left;
	content: '?';
	color: #007f2d;
	font-family: 'FontAwesome';
	text-align: center;
}
.list-before li.second:before {
	width: 1em;
	margin-left: 0;
	padding: .5em 0;
	display: block;
	float: left;
	content: '?';
	color: #007f2d;
	font-family: 'FontAwesome';
	text-align: center;
}
.list-after li {
	padding-right: 15px;
	position: relative;
}
.list-after li:after {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: '?';
	color: #007f2d;
	font-family: 'FontAwesome';
}
.list-centered {
	text-align: center;
}
.list-centered ul {
	display: inline-block;
	zoom: 1;
}
/*------------------------

画像

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

a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
}
img.left {
	margin-right: 1em;
}
img.right {
	margin-left: 1em;
}
/*------------------------

レイアウト

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

.v-bottom {
	position: absolute !important;
	right: 0;
	bottom: 0;
}
.v-center {
	width: 100%;
	display: table;
}
.v-center p, .v-center > div, .v-center img {
	padding: 0 .5em;
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
.v-center img {
	min-width: 150px;
	margin: 0;
	padding: 0 10px;
}
}

@media only screen and (max-width: 767px) {
.v-center p,  .v-center div {
	width: 100%;
	margin: 0 0 1.6em;
	padding: 0;
	display: block;
	text-align: left;
}
.v-center img {
	margin: 0 0 1.6em;
	padding: 0;
	display: block;
}
}
img {
	vertical-align: bottom;
}
.img-centered img {
	margin: 0 auto;
	display: block;
}
.btn-centered {
	text-align: center;
}
/*------------------------

Typography

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

i {
	margin: 0 .5em;
	color: #005eae;
}
em, i {
	font-style: normal;
}
.red {
	color: #c3000f;
}
/*------------------------

余白

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

.mt-05 {
	margin-top: -5px;
}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt70 {
	margin-top: 70px;
}
.mt100 {
	margin-top: 100px;
}
.mt_20 {
	margin-top: -20px;
}
.mtb05 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mtb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml05 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.mr05 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.pt40 {
	padding-top: 40px;
}
/*------------------------

表示・非表示

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

br.sp_only {
	display: none;
}

@media only screen and (max-width: 960px) {
br {
	display: none;
}
br.both {
	display: block;
}
br.sp_only {
	display: block;
}
}
.hidden {
	display: none;
	visibility: hidden;
}
.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inline-block !important;
}

@media (min-width: 768px) and (max-width: 979px) {
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.visible-tablet {
	display: inherit !important;
}
.hidden-tablet {
	display: none !important;
}
}

@media (max-width: 767px) {
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.hidden-phone {
	display: none !important;
}
}
/*------------------------

clearfix

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

.clearfix:before, .clearfix:after {
	height: 0;
	display: block;
	overflow: hidden;
	content: '.';
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
} /* IE < 8 */
/*-----------------------------------------------------------------------------*/




iframe {
	width: 100%;
	height: 450px;
	/* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); */
}
