@charset "utf-8";

/* ------------------------------
    reset
------------------------------ */

html {
	font-size: 62.5%;
	overflow-y: scroll;
}
*, *::before, *::after {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img,
form, input, button, textarea, select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "Noto Sans JP", sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	color: #333;
}
input, button, textarea, select  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}
select::-ms-expand {
	display: none;
}
button:hover {
	cursor: pointer;
}
a {
	color: #121212;
	text-decoration: none;
	transition: opacity 0.3s ease;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a img {
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover {
	opacity: .6;
	cursor: pointer;
}
img, object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/* ------------------------------
    base
------------------------------ */
:root{
    margin-top: 0 !important;
}
body {
	color: #000;
	width: 100%;
	font-size: 1.0rem;
	text-align: left;
    overflow: hidden;
    flex-direction: column;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


section {
	position: relative;
}
main {
	display: block;
}
.wrap {
    width: auto;
	padding: 0;
	margin: 0;
	position: relative;
}
p,th,td,dt,dd,li,input,button,textarea {
	font-size: 1.4rem;
	line-height: 1.8;
}
p.txt {
	font-size: 1.4rem;
	line-height: 1.8;
}

.h-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)translateZ(0);
}
.v-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)translateZ(0);
}
.hv-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)translateZ(0);
}
.flex {
	display: flex;
	justify-content: center;
    align-items: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.preload *, .preload *::before, .preload *::after {
	transition: none !important;
}
#overlay {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 997;
}
#overlay.active {
	opacity: 1;
	pointer-events: auto;
}

figure{
	margin: 0;
    text-align: center;
}

.metaslider .slides img {
    object-fit: cover;
    object-position: center;
}

#main_login{
    flex: 1;
    background-color: #f5f5f5;
}

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

	body {
		min-width: inherit;
        overflow: hidden;
        padding-top: 65px;
	}
	.wrap {
		width: 90%;
		padding: 0;
        margin: 0 auto;
	}
	p,th,td,dt,dd,li {
		font-size: 3.5vw;
	}
	input,textarea,select,.select {
		font-size: 16px!important;
	}
	p.txt {
		font-size: 3.5vw;
		line-height: 1.8;
	}

}


.wp-block-buttons{
    margin: 130px auto 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link{
    font-size: 2.2rem;
    background-color: #014973;
    color: #fff;
    border-radius: 0;
    padding: 2.8rem 8.3rem;
}
@media screen and (max-width: 768px) {
    .wp-block-buttons{
        margin: 10rem auto 0;
    }
    .wp-block-buttons .wp-block-button{
        width: 100%;
    }
    .wp-block-buttons .wp-block-button .wp-block-button__link{
        font-size: 1.6rem;
        padding: 2rem 0;
    }
}


.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width : 768px) {
    .pc {
        display: none;
    }
    .sp{
        display: block;
    }
}



/* ------------------------------
    フォント
------------------------------ */

/*@font-face {*/
/*    font-family: '';*/
/*    src: url("") format('opentype');*/
/*}*/

.logout_header {
    padding: 32px 24px;
}
.logout_header .wrap {
    width: 1400px !important;
}

.logout_header .login{
    background-color: #29a7e1;
    width: 85px;
    height: 25px;
    text-align: center;
    border-radius: 50px;
    margin-left: 20px;
}

/* 768px以下 */
@media screen and (max-width: 768px) {


}


/* ------------------------------
    header
------------------------------ */

header{
	width: 100%;
    background-color: #FFF;
z-index: 99;
}
header .wrap {
    width: auto;
    padding-top: 0;
}
header .flex{
    justify-content: space-between;
}
header .logoWrap{
	display: flex;
	align-items: center;
}
header .gnav .flex{
    display: flex;
    justify-content: center;
}
header .gnav .flex li{
    font-size:1.4rem;
    margin-left: 15px;
}
header .gnav .flex .mark::after{
	content: "▼";
	font-size: 14px;
	display: inline-block;
    margin-left: 5px;
}
header .gnav .flex li:first-of-type{
    margin-left: 0;
}
header .login,
header .logout {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #29a7e1;
    width: 100%;
    text-align: center;
}
header .login {
    background-color: #18a6ef;
}
header .login a,
header .logout a {
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
}
header .child_wrap{
	position: relative;
}
header .child_wrap > .child:hover + .child_menu,
header .child_wrap > .child + .child_menu:hover{
	opacity: 1;
	visibility: visible;
}
header .child_wrap > .child{
	cursor: pointer;
	transition: opacity 0.3s ease;
}
header .child_wrap > .child:hover{
	opacity: .6;
}
header .child_wrap .child_menu{
	width: 210px;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #FFF;
	z-index: 1;
	transition: 0.3s;
}


/* login_header */
header.login_header{
    padding: 15px;
}
header.login_header .wrap {
    width: 100%;
}
header.login_header .logo {
    width: 238px;
}
header.login_header .logoWrap .btn_logout a {
    display: block;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 15px;
    text-align: center;
    background-color: #29a7e1;
    width: 100% !important;
}
header.login_header .gnav{
    margin-left: auto;
}
header.login_header .gnav ul li .menu_ttl {
    position: relative;
    width: 100%;
}
header.login_header .gnav ul li>a,
header.login_header .gnav ul li .menu_ttl>a {
    line-height: 1.4em;
    font-size: clamp(12px, 1.5vw, 15px);
}
header.login_header .gnav ul li a:hover,
header.login_header .gnav ul li .menu_ttl a:hover {
    opacity: 1;
}
header.login_header .gnav ul li a img,
header.login_header .gnav ul li .menu_ttl a img {
    width: auto;
    margin-right: 8px;
}
/* active */
header.login_header .gnav ul li .menu_ttl.active::after {
    -webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
header.login_header .gnav ul li .menu_inner {
    width: 100%;
}
header.login_header .gnav ul li .menu_inner.hidden {
    overflow: hidden;
}
header.login_header .gnav ul li .menu_inner .child_menu {
    display: none;
    padding: 20px 10px;
}
header.login_header .gnav ul li .menu_inner .child_menu li{
    margin-left: 0;
    border-bottom: 1px solid #bcbdbc;
}
header.login_header .gnav ul li .menu_inner .child_menu li>a {
    font-size: 1.4rem;
    padding: 10px 0;
    display: block;
}
header.login_header .mypage{
    width: 100px;
    background-color: #014973;
    border-radius: 20px;
    margin: 0 1rem;
}
header.login_header .mypage a{
    font-size: 1.2rem;
    text-align: center;
    color: #FFF;
    display: block;
}



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


    .logout_header {
        padding: 0;
        overflow: hidden;
    }
    .logout_header .wrap {
        justify-content: flex-start !important;
    }
    header.login_header .logo{
        width: 180px;
    }
    header.login_header .mypage{
        width: 35%;
        border-radius: 30px;
    }
    header.login_header .mypage a{
        font-size: 1.4rem;
        display: block;
        padding: 0.5rem;
    }
    header{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        background-color: #FFF;
    }

    header .wrap{
        width: 100%;
        z-index: 9;
        padding-top: 0;
    }
    header .flex{
        margin-right: 0;
        align-items: center;
        justify-content: space-between;
    }
    header .login,
    header .logout{
        margin-left: 0;
        height: 70px;
        border-radius: inherit;
        padding: 30px 0;
    }
    header .login {
        padding: 0;
        background-color: transparent;
    }
    header .login a {
        border-radius: 0;
        -webkit-border-radius: 0;
        display: block;
        width: 40vw;
        color: #101010;
        background-color: #FFF;
        padding: 2.8rem 0;
        margin-left: auto;
        margin-right: 86px;
    }
    header.login_header .gnav ul li .menu_inner .child_menu{
        padding: 0 1em 1em;
    }

    header .gnav {
        position: fixed;
        top  : 64px;
        left : 0;
        color: #000;
        background-color: #FFF;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        width: 100%;
        height: calc(100% - 64px);
    }

    header .gnav .flex {
        display: block;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        overflow-y: scroll;
    }

    header .gnav .flex li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #666;
        margin-left: 0;
    }
    header .gnav .flex li:first-of-type{
        border-top: 1px solid #666;
    }
    header .gnav .flex li:last-child {
        padding-bottom: 0;
    }

    header .gnav .flex li a {
        display: inline-block;
        color: #101010;
        padding: 1em 0;
        text-decoration :none;
        font-size: 14px;
    }
    header .gnav .flex li a:active {
        color: #29a7e1;
    }

	header .child_wrap > .child{
		font-size: 14px;
	}
	header .flex > .child_wrap .child_menu{
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		background-color: #fff;
		padding-bottom: 0;
	}
	header .flex > .child_wrap .child_menu li{
		height: auto;
		padding-left: 0;
		margin-left: 0;
		margin-right: 0;
		border-bottom: 0;
	}
	header .flex > .child_wrap .child_menu li + li{
		border-color: #666;
	}
	header .flex > .child_wrap .child_menu li:last-of-type{
		border-bottom: none;
	}
	header .flex > .child_wrap .child_menu li a{
		padding: 1em 0;
		color: #101010;
		font-size: 12px;
	}
    header .child_wrap > .child:hover{
        opacity: 1;
    }
    header .gnav.active{
        opacity: 1;
        visibility: visible;
    }


    .toggle {
        display: block;
        position: fixed;
        z-index: 1001;
        right: 0;
        top: 0;
        width: 86px;
        height: 86px;
        cursor: pointer;
        text-align: center;
    }



    .toggle span{
        display: block;
        position: absolute;
        left: 50%;
	    transform: translateX(-50%);
        width: 28px;
        height: 2px;
        background: #101010;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .toggle span:nth-child(1) {
        top: 22px;
    }

    .toggle span:nth-child(2) {
        top: 32px;
    }

    .toggle span:nth-child(3) {
        top: 42px;
    }

    .toggle.active span:nth-child(1) {
        top: 32px;
        -webkit-transform:translateX(-50%) rotate(-40deg);
        -moz-transform:translateX(-50%) rotate(-40deg);
        transform:translateX(-50%) rotate(-40deg);
    }

    .toggle.active span:nth-child(2){
        top: 32px;
        -webkit-transform: translateX(-50%) rotate(40deg);
        -moz-transform: translateX(-50%) rotate(40deg);
        transform: translateX(-50%) rotate(40deg);
    }
    .toggle.active span:nth-child(3){
        display: none;
    }

    .scrollfixed{
        overflow: hidden;
        height: 100%;
    }
}






/* ------------------------------
    footer
------------------------------ */


footer{
    background-color: #000;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 45px;
    margin-top: auto;
}
footer .nav{
    flex-wrap: wrap;
}
footer .nav li{
    margin-left: 25px;
}
footer .nav li a{
    color: #FFF;
}
footer small{
    color: #FFF;
    font-size: 14px;
    margin-top: 25px;
    display: block;
    width: 100%;
    text-align: center;
}
footer .wrap{
	width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #666;
}
/*

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

    footer{
        padding-bottom: 50px;
    }
    footer small{
        margin-top: 50px;
        font-size: 12px;
    }
    footer .nav{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    footer .nav li{
        width: 50%;
        margin-left: 0;
        text-align: left;
    }
    footer .nav a{
        font-size: 13px;
    }
    footer .wrap{
    	width: 90%;
    }


}


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

    footer{
        padding-bottom: 30px;
    }

    footer .nav li{
        margin-top: 10px;
    }
    footer small{
        margin-top: 30px;
    }
    footer .wrap{
        padding-bottom: 25px;
    }

}*/

/* ----------------------------------------------------------------------------------------------------
*  special_detail
* --------------------------------------------------------------------------------------------------*/

.date {
    padding:0 0 0 18px;
}
.btn_orange02 a{
    margin: 105px auto 55px;
}
@media screen and (max-width: 768px) {
    .special_detail main{
        padding: 0 0 5%;
    }
    .btn_orange02 a{
        margin: 10% auto 5%;
    }
}


/* ------------------------------
    ttl
------------------------------ */
.pagettl_area{
    background: url(../img/common/dialogue_bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 240px;
}
.pagettl_area .flex{
    height: 100%;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.pagettl_area .pagettl{
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
.pagettl_area .enttl{
    color: #29a7e1;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 10px;
    display: block;
	font-weight: normal;
}

.pagettl_area02{
    background: url(../img/common/dialogue_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -230px;
    width: 100%;
    padding: 20px 0 40px;
}
.pagettl_area02 .breadcrumb li{
    display: inline;
}
.pagettl_area02 .breadcrumb li,
.pagettl_area02 .breadcrumb li a{
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
}
.pagettl_area02 .breadcrumb li:not(:last-of-type){
    margin-right: 5px;
}
.pagettl_area02 .breadcrumb li:not(:last-of-type):after{
    content: ">";
    margin-left: 5px;
}
.pagettl_area02 .pagettl{
    color: #fff;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    margin: 50px 0 15px;
    line-height: 1.3;
}
.pagettl_area02 .movie{
    width: 960px;
    height: 540px;
    margin: 0 auto;
}
.pagettl_area02 .movie div{
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .pagettl_area{
        height: 120px;
        background-position: center;
    }
    .pagettl_area .pagettl{
        font-size: 2.2rem;
    }
    .pagettl_area .enttl{
        font-size: 1.4rem;
        margin-top: 3%;
    }

    .pagettl_area02{
        padding-top: 10px;
        padding-bottom: 40px;
        background-position: center;
    }
    .pagettl_area02 .breadcrumb{
        margin-top: 65px;
    }
    .pagettl_area02 .breadcrumb li,
    .pagettl_area02 .breadcrumb li a{
        font-size: 1.3rem;
    }
    .pagettl_area02 .pagettl{
        font-size: 2rem;
        margin: 5% 0 3%;
    }
    .pagettl_area02 .movie{
        width: 100%;
        height: auto;
    }
}


.btn{
    margin: 70px auto 0;
    background-color: #014973;
    text-align: center;
    width: 340px;
    font-size: 2.2rem;
    position: relative;
    letter-spacing: 1px;
}
.btn a{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    color: #FFF;
}


 ul.pager,
 ul.page-numbers{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
 ul.pager li,
 ul.page-numbers li{
    margin-left: 5px;
}
 ul.pager li:first-of-type,
 ul.page-numbers li:first-of-type{
    margin-left: 0;
}
 ul.pager li a,
 ul.page-numbers li a,
 ul.page-numbers li .dots{
 	display: block;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    color: #111;
    display: inline-block;
    text-align: center;
    border: 1px solid #CCC;
     padding: 2px;
}
 ul.pager .current,
 ul.page-numbers .current{
    display: block;
    width: 30px;
    height: 30px;
    color: #FFF;
    background-color: #014973;
    padding: 3px;
    text-align: center;
    border: none;
}

@media screen and (max-width : 768px) {
     ul.pager li,
     ul.page-numbers li{
        font-size: 14px;
    }
}
@media screen and (max-width : 480px) {
     ul.pager li,
     ul.page-numbers li{
        margin-left: 10px;
    }

}


.member_login .bottom_bnr{
    display: none!important;
    opacity: 0!important;
}
.bottom_bnr{
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 100;
}
@media screen and (max-width : 768px) {
    .bottom_bnr{
        width: 100%;
        bottom: 0;
    }
}


/* ------------------------------
    responsive
------------------------------ 

@media screen and (min-width : 769px) {

	.sp {
		display:none!important;
	}

}

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

	.pc {
		display:none!important;
	}

}*/

#searchform{
	background: #fff;
	padding: 6px 0;
}
#searchform .block{
    position: relative;
}
#searchform input[type="text"]{
	width: 100%;
	height: 32px;
	padding: 0 0.5em 0 4.8rem;
}
#searchform input[type="submit"]{
    position: absolute;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background: url(../img/common/icon_search_black.png) 0 center / auto 1em no-repeat;
	padding-left: 1.5em;
    padding-top: 0.5em;
	margin-left: 1.2em;
	cursor: pointer;
	transition: 0.3s;
}
#searchform input[type="submit"]:hover{
	opacity: 0.7;
}
/*
@media screen and (max-width : 768px) {
	#searchform{
		padding: calc(70px + 2vw) 5vw 2vw;
		margin-bottom: -70px;
	}
	#searchform .block{
		justify-content: space-between;
	}
	#searchform input[type="text"]{
		width: calc(100% - 5em);
	}
	#searchform input[type="submit"]{
		margin-right: 0;
	}
}

 */


.subpage_container{
    background-color: #f5f5f5;
    padding: 80px 0;
}
.subpage_container .content{
    width: 78%;
    margin: 0 auto;
    background-color: #FFF;
    padding: 80px 40px;
}


.message_txt{
    padding: 1rem;
}
.message_txt.wh{
    color: #fff;
}
/* ------------------------------
    clearfix
------------------------------ */

.cf {
  zoom:1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}