@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "font-family.css";
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 140%;
	-webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
a {
	color: #0f3c78;
	transition: 0.2s all;
}
a:hover, a:active {
	color: #0f3c78;
	text-decoration: none;
}
p {
	margin: 0 0 1.5em;
}
.bold {
	font-weight: bold;
}
table {
	width: 100%;
}
.section {
	margin: 0 0 30px;
}
.section .section {
	margin: 0 0 20px;
}
p, dt, dd, td, th, li {
	line-height: 1.9em;
}
.image-l {
	float: left;
	margin: 0 30px 8px 0;
}
.image-r {
	float: right;
	margin: 0 0 8px 30px;
}
img {
	max-width: 100%;
	height: auto;
}
html {
	background: none;
}
body {
	color: #000;
	font-family: 'NotoSansCJKjp-Medium';
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	background-color: #ddd;
	padding: 1em 1em 1em 3em;
	position: relative;
}
blockquote p {
	margin: 0;
}
blockquote:before {
	content: "“";
	font-size: 600%;
	line-height: 1em;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color: #999;
	position: absolute;
	left: 0;
	top: 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
#wrapper {
	min-width: 1100px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.container {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
.w33 {
	width: 33%;
}
#totop {
	bottom: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: fixed;
	right: 60px;
	text-decoration: none;
	margin: 0;
	z-index: 10;
}
#totop:hover {
	opacity: 0.7;
}
a img {
	opacity: 1;
	transition: 0.2s all;
}
a:hover img {
	opacity: .8;
}
a:hover img.no-hover {
	opacity: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.imgl {
	float: left;
	margin: 10px;
}
*, *:before, *:after {
	box-sizing: border-box;
}
/**************Header************/
#index {
	background: #212121;
}
#header {
	background: url(../images/idx_bg01.jpg);
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 1100px;
}
#header.fixed {
	opacity: 0;
}
#header.fixedtop {
	opacity: 0.9;
	position: fixed;
	width: 100%;
	z-index: 9999;
	left: 0;
	top: 0;
	transition: all 0.5s ease;
}
#header.fixed h1 {
	display: none;
}
#header.fixed .h-left {
	padding-bottom: 0;
}
h1 {
	font-size: 12px;
	margin: 0 0 12px;
	line-height: 1.3em;
	font-family: 'NotoSansCJKjp-Regular';
}
.logo {
	margin: 0;
	line-height: 0;
}
.h-left {
	padding: 0 0 10px 20px;
	width: 35%;
}
.h-right {
	width: 75%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#gnavi {
	margin-top: 13px;
}
#gnavi > li > a, #gnavi > li > span {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	padding: 0 14px;
	font-weight: 300;
}
#gnavi > li > a:hover, #gnavi > li > span:hover {
	opacity: 0.8;
}
#gnavi > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#gnavi > li.close-menu {
	display: none;
}
.submenu {
	position: absolute;
	background: rgba(0,0,0,0.8);
	display: none;
	z-index: 999;
	width: 150px;
}
.submenu a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	padding: 7px 15px;
	display: block;
	font-size: 13px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.submenu a:hover {
	opacity: 0.8;
}
.h-search input {
	border: 1px solid rgba(255,255,255,0.2);
	background: none;
	width: 250px;
	padding: 10px 40px 10px 10px;
	height: 40px;
	border-radius: 20px;
	outline: none;
	color: #fff;
}
.h-search {
	position: relative;
	margin-left: 30px;
}
.h-search button {
	padding: 0;
	margin: 0 auto;
	position: absolute;
	background: none;
	border: none;
	right: 15px;
	top: 10px;
	line-height: 0;
	width: 18px;
	height: 18px;
}
.h-btn a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.5px;
	font-family: 'Oswald', sans-serif;
	white-space: nowrap;
	background: #af1110;
	position: relative;
	display: flex;
	height: 90px;
	justify-content: center;
	align-items: center;
	padding: 0 22px;
}
.h-btn {
	display: flex;
	margin-left: 27px;
}
.h-btn li:last-child a {
	background: #14326e;
	padding: 0 21px;
}
.h-btn li:last-child a:hover {
	opacity: 1;
}
.h-btn a:after {
	position: absolute;
	content: '';
	border: solid rgba(255,255,255,0.5);
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 12px;
	left: 50%;
	margin-left: -3px;
}
.h-btn a:hover {
	opacity: 0.8;
}
.other-btn {
	width: 165px;
	height: 50px;
	margin: 10px 0 10px 30px;
	display: flex;
}
.other-btn img {
	width: 45px;
	height: auto;
}
.other-btn P {
	margin: 0 5px;
}
.h-btn-share {
	display: inline-block;/* position: fixed; */
    /* top: 120px; */
    /* right: 0; */
    /* z-index: 10; */
}
.h-btn-share a {
	display: inline-block;
	background: rgba(20,50,110,0.8);
	text-decoration: none;
	color: #fff;
	width: 56px;
	height: 50px;
	text-align: center;
	padding-top: 32px;
}
.h-btn-share a img {
	position: relative;
	bottom: 18px;
}
.h-btn-share span {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	display: block;
	transform: rotate(90deg);
	margin-bottom: 30px;
	letter-spacing: 1.5px;
}
/*
.h-btn-share a:after {
    width: 1px;
    height: 50px;
    content: '';
    position: absolute;
    background: rgba(255,255,255,0.5);
    display: inline-block;
    bottom: 14px;
    left: 50%;
}
*/
.h-btn-share a:hover img {
	opacity: 1;
}
.yt-btn {
/* top: 177px; */
}
.yt-btn a {
	background: rgba(255,0,0,0.8);
	height: 50px;
}
.yt-btn a:after {
	background: none;
}
.yt-btn a img {
	/* transform: rotate(90deg); */
	position: relative;
	top: -23px;
	right: -1px;
	width: 31px;
}
.yt-btn span {
	position: relative;
	bottom: 1px;
}
.min-btn {
/* top: 234px; */
}
.min-btn a {
	background: rgba(180,233,233,0.8);
}
.min-btn a:after {
	background: none;
}
.min-btn span {
	width: 150px;
	position: relative;
	top: 15px;
	right: 46px;
	color: #1c94ce;
	font-weight: bold;
}
.min-btn a img {
	width: 24px;
	height: 24px;
	position: relative;
	left: 1px;
}
.min-btn .pc_none {
	display: none;
}
/*mainvisual*/
#mainvisual {
	position: relative;
	color: #fff;
}
.idx-main-bg.slick-slider {
	position: fixed;
	width: 100%;
	height: 940px;
	top: 0;
	left: 0;
	z-index: -1;
}
.idx-main-bg p {
	margin: 0;
	line-height: 0;
	height: 940px;
}
.idx-main-bg p img {
	display: none;
}
.idx-main-bg p:nth-child(1) {
	background: url(../images/idx_mainvisual_img01.jpg) no-repeat center;
	background-size: cover;
}
.idx-main-bg p:nth-child(2) {
	background: url(../images/idx_mainvisual_img02.jpg) no-repeat center;
	background-size: cover;
}
.idx-main-bg p:nth-child(3) {
	background: url(../images/idx_mainvisual_img03.jpg) no-repeat center;
	background-size: cover;
}
#index #mainvisual .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 840px;
}
#index #mainvisual h2 {
	text-align: center;
	font-size: 140px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin: 0 0 80px;
	letter-spacing: 5px;
}
.idx-main-txt {
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	margin: 0 0 50px;
	letter-spacing: 2.5px;
}
.idx-main-img {
	text-align: center;
	margin: 0;
	line-height: 0;
	display: none;
}
/*box01*/
.b01-top {
	background: url(../images/idx_bg01.jpg);
	color: #fff;
	padding: 19px 0;
}
.b01-top .container {
	padding: 0 68px;
}
.b01-top h3 {
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	border-right: 1px solid rgba(255,255,255,0.4);
	float: left;
	padding: 13px 12px 13px 0;
	margin-right: 30px;
	letter-spacing: 2px;
}
.b01-top-txt {
	float: left;
}
.b01-date {
	margin: 0;
	font-size: 14px;
	color: #969696;
	font-family: 'NotoSansCJKjp-Regular';
	letter-spacing: 1px;
}
.b01-ico {
	display: inline-block;
	background: #0f308d;
	color: #ffff;
	font-size: 10px;
	font-family: 'Oswald', sans-serif;
	line-height: 1.6em;
	padding: 0 7px;
	margin-left: 3px;
 margin-left: 10px  -webkit-animation: switchtext 0.6s infinite alternate;
	-moz-animation: switchtext 0.6s infinite alternate;
	animation: switchtext 0.6s infinite alternate;
}
.b01-top-txt p.b01-date:not(:nth-child(1)) .b01-ico {
 display: none;
}
@-webkit-keyframes switchtext {
 from {
opacity: 1.0;
}
 to {
opacity: 0;
}
}
@-moz-keyframes switchtext {
 from {
opacity: 1.0;
}
 to {
opacity: 0;
}
}
@keyframes switchtext {
 from {
opacity: 1.0;
}
 to {
opacity: 0;
}
}
.b01-note {
	margin: 0;
	font-family: 'NotoSansCJKjp-Regular';
	letter-spacing: 1px;
}
.b01-note a {
	color: white;
	text-decoration: none;
}
.b01-note a:hover {
	opacity: 0.8;
}
.b01-main {
	background: url(../images/b01_bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 56px 0 12px;
}
.idx-h3 {
	text-align: center;
	font-size: 15px;
	margin: 0 0 23px;
}
.idx-h3-en {
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	display: block;
	margin-top: 17px;
	font-weight: 500;
}
.idx-txt {
	font-size: 15px;
	text-align: center;
	font-family: 'NotoSansCJKjp-Regular';
	margin: 0 0 21px;
}
.b01-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b01-item {
	width: calc(25% - 15px);
	margin: 0 0 30px;
}
.gallery-area .b01-item {
	float: left;
	width: 19%;
	margin: 0.5%;
}
.gallery-area .b01-txt-en {
	font-size: 12px;
}
.gallery-area .b01-list {
	display: block;
}
.b01-item a {
	text-decoration: none;
	display: block;
	color: #fff;
}
.b01-img {
	margin: 0;
	line-height: 0;
}
.gallery-area .b01-img img{
	width: 100%;
	height: 182px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
.b01-item a:hover img {
	opacity: 1;
}
.b01-item a:hover {
	opacity: 0.8;
}
.b01-box {
	position: relative;
	overflow: hidden;
}
.b01-txt-en {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	transition: all 0.5s ease;
	letter-spacing: 1.5px;
	z-index: 2;
}
.b01-item a:hover .b01-txt-en {
	top: 100%;
}
.b01-item a:hover .b01-box:after {
	opacity: 0;
}
.b01-box:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	opacity: 1;
	z-index: 1;
}
.b01-ttl {
	font-size: 16px;
	margin: 0;
}
.b01-txt {
	margin: 0;
	font-family: 'NotoSansCJKjp-Regular';
	line-height: 1.7em;
}
.box_idx_bg01{
	background: url(../images/bg_gallary_pickup.jpg) no-repeat right center #fff;
}
/*box02*/
.box02 {
	/* background: url(../images/b02_bg.jpg) no-repeat right top #fff; */
	border-bottom: 1px solid #dcdcdc;
	padding: 60px 0 89px;
}
.box02 .idx-h3 {
	color: #0f3c78;
	margin: 0 0 23px;
}
.box02 .idx-h3-en {
	margin-top: 12px;
}
.b02-list {
	display: flex;
	justify-content: space-between;
	margin: 0 -5px;
}
.b02-item {
	position: relative;
	margin: 0 5px;
}
.b02-item > a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	position: relative;
}
.b02-item > a:hover img {
	opacity: 1;
}
.b02-img {
	margin: 0;
	line-height: 0;
}
.b02-main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.5s ease;
	padding: 20px;
}
.slick-slide img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
.b02-item:hover .b02-main {
	background: rgba(0,0,0,0);
}
.b02-more {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: 'Oswald', sans-serif;
}
.b02-more a {
	background: #0f3c78;
	padding: 3px 15px;
	width: 134px;
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size: 17px;
}
.b02-more a:after {
	content: '';
	position: absolute;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 15px;
	top: 50%;
	margin-top: -4px;
}
.b02-item:hover .b02-more a {
	opacity: 0.8;
}
.b02-ttl {
	font-size: 20px;
	line-height: 1.4em;
	min-height: 56px;
	margin: 0 0 15px;
}
.b02-date {
	margin: 0;
	font-family: 'NotoSansCJKjp-Regular';
}
.b02-list .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	z-index: 10;
	cursor: pointer;
}
.b02-list .slick-prev.slick-arrow {
	left: 0;
}
.b02-list .slick-next.slick-arrow {
	right: 0;
}
.b02-list .slick-arrow:hover {
	opacity: 0.8;
}
/*box03*/
.box03 {
	background: #fff;
	padding: 77px 0 60px;
}
.b03-top {
	border-bottom: 4px solid #0f3c78;
	margin: 0 0 26px;
	padding: 0 0 13px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.box03 h3 {
	color: #0f3c78;
	font-size: 15px;
	font-family: 'NotoSansCJKjp-Bold';
	display: flex;
	align-items: flex-end;
}
.b03-h3-en {
	font-size: 34px;
	margin-right: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	order: -1;
}
.b03-btn {
	margin: 0;
	line-height: 1em;
}
.b03-btn:after {
	content: '';
	position: relative;
	border: solid #0f3c78;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.b03-btn a {
	text-decoration: none;
	margin-right: 10px;
}
.b03-btn a:hover {
	text-decoration: underline;
}
.b03-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b03-item {
	width: calc(50% - 10px);
	margin: 0 0 20px;
	border: 1px solid #dcdcdc;
}
.b03-item a {
	padding: 9px;
	text-decoration: none;
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.b03-item a:hover img {
	opacity: 1;
}
.b03-item a:hover {
	opacity: 0.8;
}
.b03-img {
	margin: 0;
	line-height: 0;
	width: 80px;
}
.b03-img img {
	height: auto;
}
.b03-main {
	width: calc(100% - 100px);
	display: flex;
	align-items: center;
	position: relative;
}
.b03-info {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #787878;
	font-size: 13px;
	line-height: 1em;
	overflow: hidden;
}
.b03-cat {
	color: #0f3c78;
	border-right: 1px solid #dcdcdc;
	padding-right: 5px;
	margin-right: 7px;
}
.b03-date {
	font-family: 'NotoSansCJKjp-Regular';
	font-size: 14px;
}
.b03-ttl {
	margin: 0;
	font-size: 15px;
	color: #000;
	font-family: 'NotoSansCJKjp-Bold';
}
/*box04*/
.box04 {
	position: relative;
	z-index: 0;
	background: #fff;
}
.box04:after {
	background: url(../images/b04_bg02.png) no-repeat right top;
	content: '';
	position: absolute;
	width: 814px;
	height: 1100px;
	z-index: -1;
	right: calc(50% + 216px);
	top: 0;
	background-size: auto 100%;
}
.b04-top {
	background: url(../images/b04_bg01.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	height: 300px;
	padding-top: 81px;
}
.box04 .idx-h3 {
	margin: 0;
}
.box04 .idx-h3-en {
	margin-top: 17px;
	letter-spacing: 1px;
	color: #0f3c78;
}
.b04-main {
	padding: 70px 0 98px;
}
.b04-main .container {
	display: flex;
	justify-content: space-between;
}
.b04-img {
	margin: 0;
	line-height: 0;
}
.b04-cont {
	width: calc(100% - 360px);
}
.b04-ttl {
	font-size: 24px;
	color: #0f3c78;
	line-height: 1.5em;
	margin: -7px 0 20px;
	font-family: 'NotoSansCJKjp-Bold';
}
.b04-txt {
	font-size: 15px;
	margin: 0 0 8px;
}
.b04-btn a {
	display: inline-block;
	width: 260px;
	background: #0f3c78;
	color: #fff;
	text-decoration: none;
	padding: 14px 20px;
	position: relative;
	text-align: left;
}
.b04-btn {
	margin: 0;
	text-align: right;
}
.b04-btn a:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.b04-btn a:hover {
	opacity: 0.8;
}
.b04-txt:nth-child(3) {
/* margin: 0 0 43px; */
}
.b04-logo {
	color: #0f3c78;
}
.b04-logo .idx-h3-en {
	margin-top: 10px;
}
.b04-list {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dcdcdc;
	background: #fff;
}
.b04-item {
	width: calc(100%/11);
	border: 1px solid #dcdcdc;
	line-height: 0;
	margin: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 2px 0;
}
.b04-item02 {
	width: calc(100%/11);
	border: 1px solid #dcdcdc;
	line-height: 0;
	margin: 0;
	border-right: 0;
	padding: 2px 0;
}
.b04-item03 {
	width: calc(100%/11);
	border: 1px solid #dcdcdc;
	line-height: 0;
	margin: 0;
	padding: 2px 0;
}
.audio_b04-list {
	border: none;
	margin: 10px 0 30px;
}
.audio_b04-list p {
	border-bottom: 1px solid #dcdcdc;
}
.audio_b04-list p:last-child {
	border-right: 1px solid #dcdcdc;
}
/*181217*/
.audio_b04-list .b04-item {
	width: calc((100% / 6)  - .01px);
	border: 1px solid #dcdcdc;
	line-height: 0;
	margin: -1px 0 0;
	border-left: 0;
	padding: 2px 0;
	box-sizing: border-box;
}
.audio_b04-list p:nth-child(1),
.audio_b04-list p:nth-child(7) {
	border-left: 1px solid #dcdcdc;
}
.audio_b04-list p:nth-child(6) {
	border-right: 1px solid #dcdcdc;
}
.b04-logo .idx-h3 {
	margin: 0 0 23px;
}
.footer01 {
	padding: 13px 0 19px;
	background: #212121;
}
#footer {
	background: #212121;
}
.f01-ttl {
	color: #969696;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	margin: 0;
}
.f01-link li {
	display: inline-block;
	border-right: 1px solid #898989;
	line-height: 1em;
	font-size: 12px;
	padding: 0 10px;
	letter-spacing: 0.7px;
}
.f01-link li:first-child {
	padding-left: 0;
}
.f01-link li:last-child {
	padding-right: 0;
	border: none;
}
.f01-link a {
	color: #fff;
	text-decoration: none;
	font-family: 'NotoSansCJKjp-Regular';
}
.f01-link a:hover {
	opacity: 0.8;
}
.f01-row {
	display: flex;
}
.f01-col {
	margin-right: 25px;
}
.f01-link {
	margin: 0 0 13px;
}
.f01-col .f01-link {
	margin: 0;
}
ul.f01-bn {
	float: right;
	width: 30%;
}
ul.f01-bn li {
	width: 90%;
	float: right;
	display: block;
	margin-bottom: 10px;
}
.f-map .gMap {
	width: 100%;
	height: 340px;
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
}
.footer02 {
	color: #fff;
	font-family: 'NotoSansCJKjp-Regular';
	padding: 24px 0 81px;
	background: #212121;
}
.footer02 .container .clearfix {
	margin: 0 auto;
	width: 81%;
}
.f02-txt {
	font-size: 12px;
	margin: 0 0 16px;
}
.f02-logo {
	/* float: left; */
	margin: 18px 30px 15px 0;
}
.f02-add {
	/* float: right; */
	line-height: 1.6em;
	letter-spacing: 1px;
}
ul.f02-bn {
	width: 100%;
	margin: 0 auto;
}
.f02-bn li {
	width: 49.5%;
	float: left;
	padding: 0 1% 0;
	margin-bottom: 30px;
}
.f-copyright {
	font-size: 12px;
	margin: 0;
	text-align: center;
}
/**************topic path************/
.topic-path {
	text-align: left;
	margin: 0 0 55px 0;
}
.topic-path li {
	display: inline-block;
	font-size: 14px;
	line-height: 1.3em;
}
.topic-path li a {
	text-decoration: none;
	color: #0f3c78;
}
.topic-path li:after {
	content: '>';
	margin-right: 5px;
	padding-left: 10px;
}
.topic-path li:last-child:after {
	content: none;
}
.topic-path li a:hover {
	text-decoration: underline;
}
/**************Under************/
.under-tbl th, .under-tbl td {
	border: 1px solid #dcdcdc;
}
.under-tbl th {
	background: #f5f5f5;
	color: #000;
}
.note {
	color: #0f3c78;
	font-size: 12px;
}
.under #main {
	width: 1100px;
	margin: 0 auto 60px;
	overflow: hidden;
}
.under #mainvisual {
	min-height: 380px;
	background: url(../images/under_h2_bg.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	margin: 0 auto 27px;
}
.under #mainvisual.under-audio {
	background: url(../images/under_h2_bg-audio.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.under-security {
	background: url(../images/under_h2_bg-security.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.under-coating {
	background: url(../images/under_h2_bg-coating.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.under-filie_glass {
	background: url(../images/under_h2_bg-filie_glass.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.under-other {
	background: url(../images/under_h2_bg-other.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.under-tax-type {
	background: url(../images/under_h2_bg-gallery-type.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.under-wrapping {
	background: url(../images/under_h2_bg-wrapping.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.under-navigation {
	background: url(../images/under_h2_bg-navigation.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.under-shop {
	background: url(../images/under_h2_bg-shop.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.under-reason {
	background: url(../images/under_h2_bg-reason.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.under-reserve {
	background: url(../images/under_h2_bg-reserve.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.under-price {
	background: url(../images/under_h2_bg-price.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.under-contact {
	background: url(../images/under_h2_bg-contact.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual .container {
	display: table;
}
.under #mainvisual .container h2 {
	display: table-cell;
	height: 380px;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 6px;
	padding: 10px 0;
}
.under #mainvisual .container h2 span {
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
	display: block;
	margin-top: 5px;
	letter-spacing: 0;
}
#navi {
	width: 260px;
	float: left;
}
#navi dt {
	background: #14326e;
	color: #fff;
	text-align: center;
	padding: 13px 0 13px;
	font-size: 15px;
	line-height: 1.5em;
}
#navi dt span {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
#navi dd a {
	display: block;
	padding: 27px 20px 28px 10px;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.6em;
	border-bottom: #dcdcdc 1px solid;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#navi dd a:after {
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	top: 50%;
	right: 12px;
	transform: rotate(45deg) translateY(-50%);
	content: '';
}
#navi dd a:hover {
	background: rgba(50,50,50,.7);
	color: #fff;
}
#navi dd a:hover:after {
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
}
.under #content {
	width: 800px;
	padding-top: 3px;
	float: right;
}
.under .no-navi #content {
	width: 100%;
	padding-top: 0;
	float: none;
}
.under h3, .under h4, .under h5, .under h6 {
	line-height: 1.4em;
	margin-bottom: 25px;
	font-family: 'NotoSansCJKjp-Bold';
}
.under h3 {
	font-size: 22px;
}
.under h3 span {
	font-family: 'Oswald', sans-serif;
	font-size: 44px;
	color: #14326e;
	display: block;
	margin-bottom: 13px;
}
.under h4 {
	font-size: 20px;
	color: #14326e;
	padding: 4px 0 1px 25px;
	position: relative;
	margin: 50px 0 20px 0;
}
.under h4:before {
	position: absolute;
	width: 8px;
	height: 100%;
	background: #14326e;
	left: 6px;
	top: 0;
	transform: skewX(-20deg);
	content: '';
}
.under h5 {
	background: #0f308d;
	color: #fff;
	font-size: 16px;
	padding: 4px 10px 5px 10px;
	margin: 50px 0 20px 0;
}
.under h6 {
	font-size: 18px;
	color: #14326e;
	padding-left: 20px;
	position: relative;
}
.under h6:before {
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 9px;
	background: #14326e;
	content: '';
}
.main-ttl {
	font-size: 20px;
	color: #0f308d;
	font-family: 'NotoSansCJKjp-Bold';
	line-height: 1.6em;
}
.dl-special {
	border: #dcdcdc 1px solid;
	padding: 1px;
	margin: 40px 0 50px 0;
}
.dl-special dt {
	background: #323232;
	color: #fff;
	text-align: center;
	font-size: 15px;
	padding: 8px;
	position: relative;
	line-height: 1.5em;
}
.dl-special dt:after {
	position: absolute;
	width: 40px;
	height: 4px;
	background: #0f308d;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
}
.dl-special dd {
	padding: 15px;
}
.under-step {
	padding: 15px 0 15px 30px;
	position: relative;
}
.under-step:before {
	position: absolute;
	width: 4px;
	height: 100%;
	background: #dcdcdc;
	left: 33px;
	top: 0;
	content: '';
}
.under-step dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.under-step dl {
	margin-bottom: 40px;
}
.under-step dl:last-child {
	margin-bottom: 0;
}
.under-step dt {
	float: left;
	width: 113px;
	padding-left: 19px;
	color: #0f308d;
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
}
.under-step dt:before {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #14326e;
	border-radius: 50%;
	left: 0;
	top: 13px;
	content: '';
}
.under-step dt span {
	font-size: 26px;
}
.under-step dd {
	float: right;
	width: calc(100% - 115px);
}
.under-step dd p:last-child {
	margin-bottom: 0;
}
.step-ttl {
	font-size: 16px;
	color: #14326e;
	font-family: 'NotoSansCJKjp-Bold';
	margin-bottom: 0;
}
.under-list li {
	padding-left: 15px;
	margin-bottom: 0;
	position: relative;
}
.under-list li:last-child {
	margin-bottom: 0;
}
.under-list li:before {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #14326e;
	border-radius: 50%;
	left: 0;
	top: 11px;
	content: '';
}
.under-frame {
	background: #0f3c78;
	padding: 20px;
	color: #fff;
	position: relative;
}
.under-frame:before {
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 2px;
	left: 2px;
	border: #fff 1px solid;
	content: '';
}
.under-frame p, .under-frame div {
	position: relative;
}
.navigation-tel {
	font-size: 30px;
	display: block;
	margin-top: 15px;
}
.txt-blue {
	color: #14326e;
}
.anchor-link {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.anchor-link a {
	width: 19.5%;
	background: #0f3c78;
	color: #fff;
	text-decoration: none;
	padding: 14px 25px 14px 15px;
	position: relative;
	text-align: center;
	margin: 0 5px 10px 0px;
	font-size: 15px;
}
.anchor-link a:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.anchor-link a:hover {
	opacity: .8;
}
.other-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.other-list .under-list {
	width: 32%;
}
.b-bnr {
	text-align: center;
}
.b-bnr li {
	display: inline-block;
	width: 600px;
	height: 130px;
}
.b-bnr li a {
	background: url(../images/bnr_img01.jpg) center no-repeat;
	background-size: cover;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	height: 100%;
	text-decoration: none;
	letter-spacing: 4px;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.b-bnr li a:after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #ffffff transparent;
	bottom: 3px;
	right: 3px;
	content: '';
}
.b-bnr li a:hover {
	opacity: .8;
}
.price-tbl, .shop-tbl {
	width: 60%;
	margin: 0 auto;
}
.shop .gMap {
	width: 100%;
	height: 350px;
}
/* .shop#ttl01,
.shop#ttl03 {
    margin-top: -140px;
    padding-top: 140px;
} */
.list-num {
	margin-bottom: 20px;
}
.list-num li:first-child {
	width: 20px;
	float: left;
}
.list-num li:last-child {
	width: calc(100% - 20px);
	float: left;
}
.under-tbl .bg01 {
	background: #323232;
	color: #fff;
}
.cate-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.cate-list li {
	width: 23%;
	margin: 0 1% 10px;
}
.cate-list li a {
	background: #0f3c78;
	display: -webkit-flex;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	padding: 10px 5px;
	height: 100%;
	text-decoration: none;
	text-align: center;
}
.cate-list li a:hover {
	opacity: .8;
}
.img-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.img-list li {
	width: 23%;
	height: 253px;
	margin: 0 1% 10px;
	overflow: hidden;
	line-height: 0;
	position: relative;
}
.img-list li img {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.img-list img.fixedH {
	width: auto;
	height: 100%;
	max-width: inherit;
}
.gallery-area-box {
	width: 22%;
	float: left;
}
.gallery-area-box p {
	margin-bottom: 0;
}
.gallery-area-box img {
	height: auto;
}
.search-list li:before {
	content: ">";
	margin-right: 5px;
}
.gallery-cat-list {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.gallery-cat-list li a {
	font-size: 10px;
	margin: 0 1px 1px 0;
	text-decoration: none;
	display: block;
	float: left;
	background: #434343;
	border: #ddd 1px solid;
	padding: 2px 3%;
	color: #fff;
	border-radius: 3px;
	transition: all 0.2s;
}
.gallery-cat-list li a:hover {
	opacity: 0.8;
}
.gallery-cat-list li {
/* display: inline-block; */
}
.map-l {
	float: left;
}
.map-r {
	float: right;
}
.bnr01 {
	border: solid 5px #14326e;
	padding: 30px 0 15px;
}
.bnr01-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bnr01-l {
	width: 50%;
	border-right: solid 1px #dcdcdc;
}
.bnr01-r {
	width: 50%;
}
.bnr01 p {
	margin: 0;
}
.bnr01 > p {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.3em;
}
.bnr01-txt {
	color: #000;
	font-size: 16px;
}
.bnr01-txt span {
	font-size: 12px;
}
p.bnr01-btn {
	background: #0f308d;
	color: #fff;
	width: 85%;
	padding: 10px;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 3px;
	position: relative;
}
.bnr01-btn::after {
	content: ">";
	position: absolute;
	right: 5px;
	transform: scale(0.5, 1.5);
}
.bnr01-tel {
	font-size: 32px;
	letter-spacing: 2px;
	color: #0f308d;
	line-height: 1.4em;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}
.bnr01-tel span {
	font-size: 0.7em;
}
.bnr01 a {
	text-decoration: none;
	width: 50%;
}
.bnr01 a:hover {
	opacity: 0.5;
}
.bnr-ornament {
	position: relative;
	display: flex;
	top: 25px;
	justify-content: center;
}
.bnr-om-item {
	transform: skewX(-18deg);
	width: 18px;
	height: 45px;
	background: #0f308d;
	border: solid 2px #fff;/* backface-visibility: hidden; */
    /* -webkit-backface-visibility: hidden; */
}
.area-info-box {
	width: 48%;
}
.area-info {
	display: inline-block;
}
.area-info-box:nth-child(odd) {
	float: left;
}
.area-info-box:nth-child(even) {
	float: right;
}
.pagenavi {
	display: inline-block;
	width: 100%;
	margin: 10px auto 20px;
}
.pagenavi a, .pagenavi span {
	display: block;
	float: left;
	background: #afafaf;
	margin: 2px;
	padding: 0.3% 1.4%;
	text-decoration: none;
	color: white;
	transition: all 0.2s;
}
.pagenavi span {
	background: #004da1;
	font-weight: bold;
}
.pagenavi a {
	cursor: pointer;
}
.pagenavi a:hover {
	background: #004da1;
}
button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] {
	-webkit-appearance: button; /* 2 */
	background: #0f3c78;
	color: white;
	padding: 12px 15px;
	border: none;
	margin: 0 auto;
	cursor: pointer;
	transition: all 0.2s;
	margin-top: 20px;
}
button, html [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
	opacity: 0.8;
}
.back-btn a {
	padding: 10px 15px;
	color: white;
	background: #6f6f6f;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	transition: 0.2s all;
	display: block;
	width: 40%;
}
.back-btn a:hover {
	opacity: 0.8;
}
.back-btn {
	text-align: center;
	margin: 50px auto;
}
.pause {
	margin-bottom: 50px;
	border-bottom: dotted 1px #000;
	padding-bottom: 80px;
}
.red {
	color: red;
}
.price-btn {
	float: left;
	margin: auto 10px;
}
.price-btn.price-btn02 a {
	background: #0d1f44;
}
.price-btn a {
	display: block;
	background: #0f308d;
	color: #fff;
	text-decoration: none;
	padding: 15px 2px;
	width: 200px;
	text-align: center;
}
.price-btn a:hover {
	opacity: 0.8;
}
.b_a-img {
	display: inline-block;
	margin-bottom: 30px;
	/* padding: 0 2%; */
	width: 100%;
}
.b_a-img li {
	float: left;
	width: 43%;
	margin: 3%;
	position: relative;
}
.b_a-img li img {
	width: 100%;
	height: auto;
	border: 1px solid #dedede;
}
.b_a-img li span {
	background: #0f3c78;
	padding: 2px 10px;
	color: #fff;
	margin: 0 auto;
}
.b_a-img li:last-child:before {
	content: '';
	width: 14px;
	height: 14px;
	border: 0px;
	border-top: solid 4px #989898;
	border-right: solid 4px #989898;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 40%;
	left: -32px;
	margin-top: -4px;
}
.contact-table th {
	width: 20%;
}
.contact-table span {
	display: block;
	color: #0f3c78;
}
.calendar-frame {
	width: 100%;
	height: 600px;
	border: none;
}
.border-none td, .border-none th {
	border: none;
}
.contact-tel input {
	width: 80px !important;
}
.confirm .contact-table span {
	display: none;
}
.scroll-caution {
	display: none;
}
.footer-tel {
	text-decoration: none;
	color: #fff;
}
.single-gallery img {
	max-width: 640px !important;
	height: auto;
}
.head_anch_fix {
	padding-top: 160px !important;
	margin-top: -160px !important;
}
.contact-table span.required {
	color: #3774c5;
	padding: 0px 2px;
	margin: 0 auto;
	font-size: 12px;
	width: 40px;
}
/*180214*/
.box-border-b {
	margin-bottom: 50px;
	border-bottom: dotted 1px #000;
	padding-bottom: 30px;
}
.footer-box {
	display: flex;
}
/*180803*/
a.sweetlink {
	color: #000;
	text-decoration: none;
}
#gnavi .menu-contact-btn {
	display: none;
}
/*180806*/
tr.contact_checkbox span, tr.contact_checkbox label {
	display: inline-block;
}
tr.contact_checkbox span {
	margin-right: 10px;
}
/*190423*/
.flash{
	animation: flash 3s infinite linear;
	-webkit-animation: flash 3s infinite linear;
	-moz-animation: flash 3s infinite linear;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.flash:hover{
position: relative;
animation-play-state: paused;
animation: none;
opacity: 1!important;
border-radius: 50%;
}
@keyframes flash {
	0% { opacity: 0.2; }
	50% { opacity: 1; }
	100% { opacity: 0.2; }
}
@-webkit-keyframes flash {
	0% { opacity: 0.2; }
	50% { opacity: 1; }
	100% { opacity: 0.2; }
}
@-moz-keyframes flash {
	0% { opacity: 0.2; }
	50% { opacity: 1; }
	100% { opacity: 0.2; }
}



/*200602*/
.scroll-down-wrap{
  width: 100%;
  position: relative;
  top:-300px;
}
#information{
  position: relative;
  top:-37px;
}
@media screen and (max-width: 640px){
  .scroll-down-wrap{
    top:-120px;
  }
  #information{
    position: relative;
    top:-9px;
  }
}
a.scroll-down {
  padding-top: 70px;
  text-decoration: none;
}
a.scroll-down i {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
a.scroll-down span {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 60px;
  font-size: 18px;
  color: #fff;
  font-weight: nomal;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.box_red{
	text-decoration: underline;
	color: #ff0000;
	border: 1px solid red;
	display: block;
	padding: 15px 85px;
	box-sizing: border-box;
	margin: 0 0 30px 0;
}
.box_red p{
	margin: 0 0 1em;
	position: relative;
	padding: 0 0 0 15px;
}
.box_red p.mb0{
	margin: 0;
}
.box_red p:before{
	background: #ff0000;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 10px;
	content: "";
	border-radius: 50%;
}


#popup01 {
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* display: flex; */
	justify-content: center;
	align-items: center;
   display: none;
   z-index: 8888;
}
#popup01.enabled {
	display: flex;
}
#popup01.disabled {
	display: none;
}
#popup01 .close {
	width: 20px;
	height: 20px;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
}
#popup01 .btn-close {
	position: absolute;
	top: 5px;
	right: 10px;
	margin: 0;
	padding: 0;
}
#popup01 .btn-close:before {
	display: none;
}
.box_red {
	max-width: 950px;
	width: 90%;
	position: relative;
	background: white;
	margin-bottom: 0;
	padding: 50px 85px;
}
@media screen and (max-width: 910px) {
	.box_red {
		padding: 30px;
	}
}

#checkbox-apply{
   display: none;
}
#checkbox-apply.enabled{
   display: table-row;
}

.box-pickup {
	/* background: url("../images/box-pickup-bg.jpg") no-repeat right top #fff; */
	border-bottom: 1px solid #dcdcdc;
	padding: 60px 0 89px;
}
.box-pickup .idx-h3 {
	color: #0f3c78;
	margin: 0 0 23px;
}

.box-pickup .b02-ttl {
   margin-bottom: 0;
}
@media screen and (max-width: 640px){
	.box-pickup{
		background: #fff;
		padding: 40px 0 0;
		border: none;
	}
}

.notwork::before{
	content: unset !important;
}
.notwork #open_sub{
	margin: 3px 10px 0px 0px;}

.confirm_box{
	margin: 0 auto !important;
    margin-bottom: 40px !important;
}
.gray_submit{
	background: #898989 !important;
}	
.blue_submit{
	background: #0f3c78 !important;
}	

.notwork{
	display: flex;
    justify-content: center;
    align-items: center;
}