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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Open+Sans:ital,wght@1,800&display=swap');

html {
	font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
}
a {
    color: #0056a8;
    word-break: break-all;
}
a:hover {
    opacity: 0.7;
    text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-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;
}
hr {
    margin: 3rem auto;
    opacity: 0.2;
}
.bg-cover {
    background: url("images/bg.jpg") no-repeat center top;
    background-size: cover;
}
.bg-contain {
    background: url("images/bg.jpg") no-repeat center top;
    background-size: contain;
}
.bg-100 {
    background: url("images/bg.jpg") no-repeat center top;
    width: 100%;
}
@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }
}
.navbar-expand-lg {
    max-width: 1600px;
    margin: auto;
}
.navbar-brand img {
    max-height: 6rem;
}
@media (max-width: 767.98px) {
    .navbar-brand img {
        max-height: 4.5rem;
    }
}
@media (max-width: 575.98px) {
    .kvblock {
        margin-top: 6rem;
    }
}
.topblock h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #006aa2;
    /*text-shadow:1px 1px 3px #5d9ad0, -1px -1px 3px #5d9ad0,
              -1px 1px 3px #5d9ad0, 1px -1px 3px #5d9ad0,
              0px 1px 3px #5d9ad0,  0 -1px 3px #5d9ad0,
              -1px 0 3px #5d9ad0, 1px 0 3px #5d9ad0;*/
    text-align: center;
    margin: 2rem auto;
    letter-spacing: 3px;
}
.topblock h2 img {
    max-height: 300px;
}
.topblock  {
    text-align: center;
}
.topblock h3 img {
    max-height: 120px;
}
.topblock dl {
    font-size: 1.8rem;
    font-weight: 700;
    color: #006aa2;
    /*text-shadow:1px 1px 3px #5d9ad0, -1px -1px 3px #5d9ad0,
              -1px 1px 3px #5d9ad0, 1px -1px 3px #5d9ad0,
              0px 1px 3px #5d9ad0,  0 -1px 3px #5d9ad0,
              -1px 0 3px #5d9ad0, 1px 0 3px #5d9ad0;*/
    margin: 2rem auto;
    width: 40rem;
}
.topblock dl dt {
    float: left;
    width: 3em;
}
.topblock dl dd {
    margin-left: 3em;
    width: 50rem;
    line-height: 1.5;
}
.topblock dl dd small {
    font-size: 1.4rem;
}
.menu-bg {
    background: rgba(255,255,255,0.8);
}
.contents-bg {
    background: rgba(255,255,255,1);
}
p,
dl {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.mt-6 {
    margin-top: 5rem;
}
.mt-8 {
    margin-top: 8rem;
}
.logo {
    text-align: center;
    margin-top: 1rem;
}
.logo img {
    max-height: 15rem;
}
.news-t {
    font-size: 1.8rem;
    font-family: 'Open Sans', sans-serif;
    color: #1f497d;
}
.news-block {
    height: 40rem;
    overflow: auto;
    padding: 1rem 1rem;
    margin-bottom: 3rem;
}
.news-block dl {
    color: #1f497d;
    font-size: 1.4rem;
}
.news-block dl dd {
    border-bottom: 1px dotted #1f497d;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.news-block dl dd a {
    color: #1f497d;
    font-size: 1.4rem;
}
.news-block dl dd a:hover {
    color: #4f81bd;
}
.news-block dl dd .hr {
    border-top: 1px dotted rgba(0,0,0,0.3);
    margin: 0.5rem;
}
.news-block dl dd .badge-danger {
    font-weight: normal;
    padding: 0.3rem 0.6rem;
    font-size: 13px
}
.gnavi {
    list-style: none;
    padding-left: 0;
}
.gnavi li {
    padding: 0.5rem 0.9rem !important;
}
.gnavi li a {
    font-size: 1.7rem !important;
    font-family: 'Open Sans', sans-serif;
    color: #1f497d;
}
.gnavi li.active a,
.gnavi li a:hover {
    color: #4f81bd;
}
.nav-info {
    font-size: 1.5rem !important;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #1f497d;
    text-align: center;
    font-style: oblique;
}
@media (min-width: 1200px) {
    .nav-info {
        margin-top: -0.5rem;
    }
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
    .gnavi li {
        padding: 0.5rem 0.5rem !important;
    }
    .gnavi li a {
        font-size: 1.4rem !important;
    }
    .nav-info {
        margin-top: -0.3rem;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .gnavi li {
        padding: 0.5rem 0.3rem !important;
    }
    .gnavi li a {
        font-size: 1.4rem !important;
    }
    .nav-info {
        margin-top: -0.3rem;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .gnavi li {
        padding: 0.5rem 0.3rem !important;
    }
    .gnavi li a {
        font-size: 1.0rem !important;
    }
    .nav-info {
        margin-top: -0.3rem;
    }
}
.twitter {
    padding: 1rem;
    margin-bottom: 2rem;
    text-align: left;
}
.twitter img {
    max-height: 5rem;
    max-width: 5rem;
}
@media (max-width: 767.98px) {
    .twitter {
        text-align: right;
    }
}
.h01 {
    background: #1f497d;
    display: inline-block;
    padding: 0.1rem 2rem 0.25rem;
    text-align: center;
    color: #fff;
    font-size: 3.2rem;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    margin: 2rem auto;
    border-radius: 4px;
}
.h01en {
    /*background: rgba(79,129,189,0.5);
    padding: 1rem;*/
    text-align: center;
    color: #1f497d;
    font-size: 3.2rem;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    margin: 2rem auto;
}
.h02 {
    color: #1f497d;
    font-size: 2.1rem;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    border-bottom: 1px solid #1f497d;
    display: inline-block;
    margin: 2rem auto 1rem;
}
.h03 {
    position: relative;
    display: inline-block;
    margin-bottom: 2em;
    color: #1f497d;
    font-size: 2.1rem;
}
.h03:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1f497d;
  border-radius: 2px;
}
@media (max-width: 575.98px) {
    .h01en {
        text-align: right;
        padding: 1.5rem;
        font-size: 2.4rem;
    }
    .h03 {
        margin-bottom: 2.5em;
        line-height: 1;
    }
    .h03:before {
        bottom: -25px;
    }
}
.main-contents {
    padding: 2rem 4rem;
    /*min-height: 72rem;*/
    margin: auto;
}
@media (min-width: 992px) {
    .main-contents2 {
        max-width: 65rem;
    }
    .main-contents3 {
        max-width: 75rem;
    }
}
.tabletimebox {
    max-width: 72rem;
    margin: 0 auto;
}
.table-time {
    font-size: 1.4rem;
    margin: 0 0 1rem;
}
.table-time th,
.table-time td {
    text-align: center;
    vertical-align: middle;
}
.table-time td ul {
    list-style: none;
    padding-left: 0;
    display: table;
    margin: auto;
}
.table-time td ul li {
    display: table-cell;
    vertical-align: middle;
}
.table-time td ul li span {
    margin-left: 0.5rem;
}
.table-time td span {
    font-size: 21px;
}
@media (min-width: 1200px) {
    .table-time1 {
        width: 100%;
    }
    .table-time2 {
        width: 89%;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .table-time1 {
        width: 100%;
    }
    .table-time2 {
        width: 89%;
    }
}
.slick-slide img {
    opacity: 0.5;
}
.slick-current img {
    opacity: 1;
}
.btn {
    font-size: 1.5rem;
}
.modal-header .close {
    font-size: 3.2rem !important;
}
.zoomBox .list-inline-item img {
	max-height: 24rem;
}
dl.cast {
	text-align: left;
	margin: 0 auto 2rem;
	width: 31rem;
    font-size: 1.5rem;
}
dl.cast dt {
	text-align: right;
	float: left;
	width: 11em;
	font-weight: normal;
}
dl.cast dd {
	margin-left: 11em;
}
dl.staff {
	text-align: left;
	margin: 0 auto 2rem;
	width: 20rem;
    /*font-size: 1.5rem;*/
}
dl.staff dt {
	text-align: right;
	float: left;
	width: 6em;
    font-size: 1.4rem;
	font-weight: 700;
    color: #0d6efd;
}
dl.staff dd {
    font-size: 1.5rem;
    font-weight: 700;
	margin-left: 7em;
    width: 26rem;
}
dl.staff dd small {
    font-size: 1.2rem;
    font-weight: normal;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    dl.staff {
    	width: 32rem;
    }
    dl.staff dt {
        width: 6em;
        font-weight: normal;
    }
    dl.staff dd {
        margin-left: 7em;
        width: 100%;
    }
}
@media (max-width: 575.98px) {
	dl.staff {
		width: 100%;
	}
	dl.staff dt {
		text-align: center;
		float: none;
		width: 100%;
	}
	dl.staff dd {
		margin-left: 0;
        width: 100%;
        text-align: center;
	}
}
ul {
    font-size: 1.5rem;
}
.list-indent,
.list-indent-s {
    list-style: none;
    padding-left: 0;
}
.list-indent li {
    text-indent: -1em;
    padding-left: 1em;
}
.list-indent-s li {
    font-size: 85%;
    text-indent: -0.85em;
    padding-left: 0.85em;
}
.list-indent-b {
    font-size: 1.7rem;
}
.list-indent li .btn {
    text-indent: 0;
    margin-bottom: 0.3rem;
}
@media (max-width: 575.98px) {
    .list-indent-b .d-block {
        font-size: 1.5rem;
    }
}
.dl-profile dd p {
    margin-bottom: 0.7rem;
}
.specialbox {
    width: 100%;
    max-width: 24rem;
    margin: auto;
}
.aboutbox {
    width: 100%;
    max-width: 44rem;
    margin: 0 auto 2rem;
}
.specialbox2 {
    width: 100%;
    max-width: 65rem;
    margin: auto;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 0.4rem;
    padding: 1.5rem 1.5rem 0.5rem;
}
.zoomBox .list-inline-item p {
    font-weight: 700;
}
.zoomBox .list-inline-item small,
.text-blue {
    color: #0d6efd;
}
.specialinner {
    width: 100%;
    max-width: 24rem;
    margin: auto;
}
.ico-line {
}
.ico-line::before {
    content: '−';
    font-size: 4rem;
    display: inliblock;
    margin: 1rem 1rem 0 0;
}
.ico-line {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
.ico-line:before {
    content: '';
    position: absolute;
    top: 2.5%;
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: black;
}

.ico-line:before {
  left:0;
}
.ico-ball {
    max-height: 22px;
}
.ico-dia {
    font-size: 24px;
}
.nav-goods .nav {
    display: block;
    text-align: center;
    margin: 0 auto 2rem;
}
.nav-goods .nav-item {
    display: inline-block;
    margin: 0.2rem;
    vertical-align: middle;
}
.nav-pills .nav-link {
    border: 0;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-size: 1.8rem;
}
.nav-pills .nav-link.active {
    background-color: #dc3545;
    border-color: #dc3545;
}
.nav-pills .nav-link:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
}
.br-xs-none {
    display: block;
}
.br-xs {
    display: none;
}
@media (max-width: 991.98px) {
	.nav-pills .nav-link {
		font-size: 1.4rem;
    }
}
@media (max-width: 575.98px) {
    .nav-pills .nav-link {
        margin: 0 0.3rem;
    }
    .br-xs-none {
        display: none;
    }
    .br-xs {
        display: block;
    }
}
.h04,
.h04-02,
.h04-03 {
    line-height: 1.5;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
}
.h04 span,
.h04-02 span {
    padding: 0 1rem;
}
.h04 small,
.h04-02 small,
.h04-03 small {
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: underline;
}
.h04:before {
    content: '';
    margin-top: 1rem;
    background: url("images/icon-ball.png") no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.h04:after {
    content: '';
    margin-top: 1rem;
    background: url("images/icon-ball.png") no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.h04-02:before {
    content: '';
    margin-top: 1rem;
    background: url("images/icon-bat.png") no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.h04-02:after {
    content: '';
    margin-top: 1rem;
    background: url("images/icon-bat.png") no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.h04-03:before {
    content: '';
    margin-top: 2rem;
    background: url("images/icon-base.png") no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.h04-03:after {
    content: '';
    margin-top: 2rem;
    background: url("images/icon-base.png") no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.h05 {
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    display: table;
    justify-content: center;
    margin: auto;
}
.h05 span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0.5rem;
}
.h05:before {
    display: table-cell;
    vertical-align: middle;
    content: '◆';
    font-size: 24px;
    margin-right: 1rem;
}
.h05:after {
    display: table-cell;
    vertical-align: middle;
    content: '◆';
    font-size: 24px;
    margin-left: 1rem;
}
.h06 {
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: underline;
    text-align: center;
}
.btn-info {
    border: 1px solid #1f497d;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    padding: 0.3rem 1rem;
    text-align: center;
    width: 320px;
    margin: 1rem auto;
    color: #1f497d;
    text-decoration: none;
}
.btn-info:hover {
    opacity: 0.7;
}
.p01,
.p02 {
    font-size: 1.7rem;
}
.btn-news {
    border: 1px solid #1f497d;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    padding: 0.3rem 1rem;
    text-align: center;
    width: 320px;
    margin: 1rem auto;
    color: #1f497d;
    text-decoration: none;
}
.h07 {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    border-radius: 5px;
    display: inline-block;
    padding: 0.3rem 1rem;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}
@media (max-width: 575.98px) {
    .p02{
        font-size: 1.5rem;
    }
    .btn-news {
        width: 100%;
    }
}
.list-special {
    list-style: none;
    padding-left: 0;
}
.list-special li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem;
}
.list-special .btn-info2 {
    background: #00bfff;
    color: #fff;
}
.list-special dl {
    display: table;
}
.list-special dl dt {
    font-weight: normal;
}
.list-special dl dt,
.list-special dl dd {
    display: table-cell;
    vertical-align: middle;
}
/* Q&A */
.faq_acc {
    margin-bottom: 2rem;
}
.faq_acc > dt {
	background: #1f497d;
	color: #fff;
	cursor: pointer;
	padding: 0.5rem 1rem 1rem;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 3px;
	position: relative;
}
.faq_acc > dt strong {
	font-size: 30px;
}
.faq_acc > dd {
	margin: 2rem;
	padding: 0 2rem;
}
.faq_acc > dd strong {
	font-size: 30px;
}
.faq_acc > dd {
	font-size: 13px;
	line-height: 2;
}
.faq_acc > dd ul {
	list-style: none;
	padding-left: 0;
}
.faq_acc > dd ul li {
	text-indent:-1em;
	padding-left:1em;
}
.faq_acc > dd a {
	color: #f00;
}
.faq_acc > dd a:hover {
	color: #f60;
}
.faq_acc > dd h5 {
    font-weight: bold;
}
@media (max-width: 575.98px) {
	.faq_acc > dt {
		padding: 0.5rem 1rem 1.5rem;
	}
}
.table-goods th,
.table-goods td {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}
.table-goods td {
    background: #e2e3e5;
}
.table-goods {
    border-color: #cbccce;
}
.dl10 dt {
    float: left;
    width: 10em;
    font-weight: normal;
}
.dl10 dd {
    margin-left: 10em;
}
.dl10 dd ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.dl10 dd ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.bdblock {
    max-width: 820px;
}
.float-bd {
    float: right;
    margin: 0 0 2rem 2rem;
}
.float-bd img {
    max-width: 300px;
}
@media (max-width: 767.98px) {
    .float-bd {
        float: none;
        margin: 0 0 2rem;
        text-align: center;
    }
    .float-bd img {
        max-width: 300px;
    }
}
footer {
    padding: 1rem 0;
}
footer p,
footer ul {
    margin-bottom: 0;
    font-size: 1.1rem;
    color: #1f497d;
}
footer ul {
    list-style: none;
    padding-left: 0;
}
footer ul li {
  display: inline-block;
}

footer ul li:not(:last-child) {
  margin-right: 0.5rem;
}
footer ul li a {
    color: #1f497d;
    text-decoration: none;
}
.brnone {
    display: none;
}
.br-xl {
    display: block;
}
.br-sm {
    display: block;
}
@media (max-width: 1199.98px) {
    .br-xl {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .brnone {
        display: block;
    }
    .br-sm {
        display: none;
    }
}
#page-top {
	font-size: 0;
	position: fixed;
	bottom: 1.6rem;
	right: 1.6rem;
	opacity: 0;
}
#page-top.fade-in {
	color: #1f497d;
	font-size: 3rem;
	opacity: 0.6;
	transition: opacity 1s;
	cursor: pointer;
}
#page-top.fade-in:hover {
	opacity: 1.0;
}