@charset "utf-8";


body {
    min-width: 1260px;
    background-color: #fff;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

picture {
    margin: 0;
}

.main_contents {
    overflow: hidden;
    margin-top: 70px;
}
.animated {
    opacity: 0;
}

.pc {
    display: block;
}
.sp {
    display: none!important;
}

img {
    display: inline-block;
    height: auto;
}
a:hover {
    transition: opacity .3s;
}
a:hover {
    opacity: .7;
}
a[href="javascript:void(0);"] {
    opacity: 1;
    cursor: auto;
}
a[href="javascript:void(0);"]:hover {
    opacity: 1;
    cursor: auto;
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
    /* background-color: #fff; */
    z-index: 120;
    transition: all .5s;
}
#header.color_changed {
}
#header:before {
    transition: all 1s;
    background-color: #000000d4;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 0;
}
#header.color_changed:before {
    opacity: .7;
    height: 100%;
}

#header.hide{
    transform: translateY(-100%);
}

#header .inner {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: stretch;
    height: 70px;
    padding-left: 30px;
    min-width: 1260px;
}
#header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 800;
    white-space: nowrap;
}
.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 100px;
}
.navigation a {
    font-size: 13px;
    white-space: nowrap;
    transition: all .3s;
    margin: 0 10px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
}
.navigation a:hover {
}
.navigation a i {
	color: inherit;
	font-size: inherit;
	margin-right: 5px;
}
.navigation a.instagram {
	font-size: 1.5rem;
}


.slideimg {
    position: relative;
}
.slideimg:after {
    content: '';
    background-color: #006CB6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 0;
    margin-left: auto;
    max-width: 100%;
    height: 100%;
    -webkit-transition: max-width 0.6s cubic-bezier(0.34, 0.14, 0.28, 1);
    transition: max-width 0.6s cubic-bezier(0.34, 0.14, 0.28, 1);
}
.slideimg.active:after {
    max-width: 0;
}


/* mobile */
.noscroll {
    overflow: hidden;
}
.triger_wrap {
    display: block;
    height: 22px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 25px;
    z-index: 9999999999999;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.menu-trigger,
.menu-trigger span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
    z-index: 99999;
}
.menu-trigger {
	position: relative;
	width: 100%;
	height: 100%;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: 99999;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.menu-trigger span:nth-of-type(1) {
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
	left: -7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}




.bar_effect1 .active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
	background: #fff!important;
}
.bar_effect1 .active span:nth-of-type(2) {
	opacity: 0;
}
.bar_effect1 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	background: #fff!important;
}


.bar_effect2 .active span:nth-of-type(1) {
	-webkit-transform: translateY(17px) rotate(-315deg);
	transform: translateY(17px) rotate(-315deg);
	background: #fff!important;
}
.bar_effect2 .active span:nth-of-type(2) {
	opacity: 0;
}
.bar_effect2 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-4px) rotate(315deg);
	transform: translateY(-4px) rotate(315deg);
	background: #fff!important;
}


.bar_effect3 .active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.bar_effect3 .active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.bar_effect3 .active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.bar_effect3 .active span:nth-of-type(3) {
	opacity: 0;
}


.bar_effect4  span:nth-of-type(3),
.bar_effect4 .active span:nth-of-type(3) {
	transition: none;
}
.bar_effect4 .active {
	-webkit-transform: rotateX(720deg);
	transform: rotateX(720deg);
}
.bar_effect4 .active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.bar_effect4 .active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.bar_effect4 .active span:nth-of-type(3) {
	opacity: 0;
}


.bar_effect5  span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(12px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(12px) rotate(45deg);
	}
	50% {
		transform: translateY(12px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.bar_effect5  span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.bar_effect5  span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		transform: translateY(-12px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.bar_effect5 .active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
	top: -7px;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(12px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(12px) rotate(0);
	}
	100% {
		transform: translateY(12px) rotate(45deg);
	}
}
.bar_effect5 .active span:nth-of-type(2) {
	opacity: 0;
}
.bar_effect5 .active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
	bottom: -3px;
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-10px) rotate(0);
	}
	100% {
		transform: translateY(-10px) rotate(-45deg);
	}
}


.bar_effect6 .active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
	top: 0px;
}
.bar_effect6 .active span:nth-of-type(2) {
	left: 200%;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.bar_effect6 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg);
	top: 22px;
}

.triger_wrap {
	top: 24px;
	right: 40px;
	position: fixed;
}

.mobilenav {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000000d4;
    z-index: 9999;
    display: none;
}

.mobilenav .navigation {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.mobilenav .inner {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.mobilenav .inner > .box {
	max-width: 900px
}
.mobilenav .navigation a {
    font-size: 40px;
    padding: 15px 0px;
    width: 50%;
    margin: 0;
    letter-spacing: 4px;
    font-weight: 700;
}
.mobilenav .navigation a span {
	color: #fff;
	display: block;
	font-size: 15px;
	letter-spacing: 2px;
	margin-top: 5px;
}
.mobilenav .bottom {
	border-top: 1px solid #ffffff87;
	padding-top: 30px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mobilenav .bottom .sns i {
	font-size: 30px;
}
.mobilenav .bottom * {
	color: #fff;
}
.mobilenav .bottom .sns a {
	margin-right: 20px;
}
.mobilenav .bottom .shopbtn a {
	font-size: 30px;
	border: 1px solid #fff;
	padding: 15px 40px;
	display: inline-block;
	letter-spacing: 4px;
	font-weight: 700;
}
.mobilenav .bottom .shopbtn a i {
	font-size: inherit;
	margin-right: 10px;
}

#access {
    position: relative;
    padding-top: 100px;
    /* margin-bottom: 130px; */
}
#access .inner {
    background-color: #262727eb;
    position: relative;
    margin-left: calc((100% - 1240px) / 2);
    margin-top: 0px;
    padding: 75px 75px;
    padding-right: calc((100% - 1100px) / 2);
}
#access .inner * {
    color: #fff;
    z-index: 1;
    position: relative;
}
#access .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#access .bg picture{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#access .bg picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#access .heading {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
#access .heading .en {
    font-size: 62px;
    letter-spacing: 10px;
    color: #fdf789;
    font-weight: 700;
}
#access .heading h2 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-left: 30px;
}
#access .info {
    display: flex;
    margin-bottom: 50px;
}
#access .info > * {
    width: 50%;
    border-left: 1px solid #FFFFFF;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#access .info ul li {
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: 2px;
}
#access .info ul li:last-child {
    margin-bottom: 0;
}
#access .info ul li i {
    font-size: 17px;
    margin-right: 8px;
    color: #fdf789;
}
#access .map {
    width: 100%;
}
#access .map iframe {
    width: 100%;
    filter: grayscale(1);
    transition: filter .5s;
}
#access .map iframe:hover {
    filter: grayscale(0);
}
#footer {
    background-color: #262727;
    padding-top: 80px;
}
#footer * {
    color: #fff;
}
#footer .inner {
    display: flex;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 70px;
    justify-content: space-between;
}
#footer .inner .logo_box {
    width: 50%;
    margin-right: 90px;
}
#footer .inner .logo_box span {
	color: #fdf789;
	font-size: 35px;
	letter-spacing: inherit;
	line-height: 1.2em;
	display: inline-block;
}
#footer .inner .logo {
	font-size: 4.8rem;
	font-weight: 800;
	line-height: 1.2em;
}
#footer .inner .logo_box .sns {
    margin-top: 30px;
}
#footer .inner .logo_box .sns a {
    margin-right: 15px;
}
#footer .inner .logo_box .sns a i {
    font-size: 22px;
}
#footer .inner .sitemap {
    /* width: 50%; */
    display: flex;
}
#footer .inner .sitemap > .box {
    /* width: 50%; */
}
#footer .inner .sitemap > .box p {
    margin-bottom: 20px;
}
#footer .inner .sitemap > .box p:last-of-type {
    margin-bottom: 0;
}
#footer .inner .sitemap > .box p a {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    display: block;
}
#footer .inner .sitemap > .box p a i {
	display: inline;
	margin-right: 4px;
}
#footer .bottom {
    background-color: #000000;
    display: flex;
    padding: 20px calc((100% - 1100px) / 2);
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .bottom .links a {
    font-size: 11px;
	letter-spacing: 2px
}
#footer .bottom small {
    font-size: 11px;
	letter-spacing: 2px;
}

.child_cover {
    max-height: 575px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #041E31;
}
.child_cover picture{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.child_cover picture img {
    height: auto;
    width: 100%;
}
.child_cover .inner {
    position: absolute;
    margin-top: 60px;
}
.child_cover .catch {
    font-size: 63px;
    text-align: center;
    letter-spacing: 10px;
    color: aliceblue;
    margin-bottom: 20px;
}
.child_cover h1 {
    text-align: center;
    letter-spacing: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.child_cover .inter {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 51px;
    letter-spacing: 3px;
    font-weight: 700;
}

.column-slider {
    margin-right: calc((100% - 1100px) / 2);
    overflow: visible;
}
.column-slider .slide {
    width: 480px;
}
.column-slider .slide picture {
    display: block;
    background-color: #041E31;
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: center center;
}
.column-slider .slide picture img {
    display: block;
}
.column-slider .swiper-button-prev,
.column-slider .swiper-button-next {

}
.column-slider .swiper-button-prev {
    right: 50px;
    left: auto;
    top: -64px;
}
.column-slider .swiper-button-next {
    right: 0px;
    left: auto;
    top: -64px;
}
.column-slider .swiper-button-prev:after,
.column-slider .swiper-button-next:after {
    color: #000;
    font-size: 26px;
}

#contactform {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #f3eeea;
    padding: 100px 0;
    margin-bottom: 30px;
    position: relative;
}
#contactform .heading {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
#contactform .heading h2 {
    font-size: 41px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid;
    letter-spacing: 4px;
    background: transparent;
    border-left: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    padding-right: 30px;
}
#contactform .heading p {
    font-size: 15px;
    font-weight: 500;
	margin-bottom: 0;
	margin-top: 0;
}
#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="tel"],
#contactform textarea {
    background-color: #fff;
    border: none;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    vertical-align: top;
    font-weight: 500;
}
#contactform input[type="submit"]{
    color: #fff;
    background: #c64100;
    padding: 15px 0;
    border: none;
    text-align: center;
    display: block;
    width: 270px;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 3px;
    margin-top: 50px;
}
#contactform .item {
	margin-top: 20px;
}
#contactform .item p {
    font-size: 15px;
    letter-spacing: 2px;
}
#contactform .item .h {
    margin-bottom: 10px;
    font-weight: 500;
}
#contactform .inner {
    display: flex;
    justify-content: space-between;
}
#contactform .inner > * {
    width: 46%;
}
#contactform .item.name .an > span {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
#contactform .item.name .an > span:nth-of-type(2) {
	margin-left: 2%;
}
#contactform .wpcf7-not-valid-tip {
    font-weight: 700;
    font-size: 12px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-response-output {
    max-width: 460px;
    margin: 0 auto!important;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    padding: 10px!important;
    text-align: center;
    font-weight: 500;
    background: #fff;
    border-radius: 5px;
    font-size: 13px;
    margin: auto;
}
.wpcf7-form {
    position: relative;
}

.news_list {
    margin-bottom: 40px
}
.news_list li {
}
.news_list li a {
    padding-bottom: 25px;
    border-bottom: 1px solid #0000001f;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    position: relative;
    padding-right: 50px;
    transition: all .3s;
}
.news_list li a * {
    transition: all .3s;
}
.news_list li a:hover {
    background-color: #041E31;
    padding-left: 20px;
    opacity: 1;
}
.news_list li a:hover * {
    color: #fff;
}
.news_list li a:hover .date {
    border-right: 1px solid #fff;
}
.news_list li:first-child a {
    border-top: 1px solid #0000001f;
}
.news_list li a:after {
    content: '';
    width: 11px;
    height: 11px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 34px;
    right: 10px;
    transition: all .3s;
}
.news_list li a:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: -20px;
    opacity: 0;
}
.news_list li a .date {
    font-size: 16px;
    letter-spacing: 2px;
    width: 125px;
    border-right: 1px solid #0000001f;
    padding-top: 8px;
}
.news_list li a h3 {
    font-size: 15px;
    letter-spacing: 1px;
    width: calc(100% - 125px);
    padding-left: 40px;
    line-height: 2em;
}
#news .inner .box .more_btn {
    text-align: right;
    margin-top: 50px;
}
.more_btn.right {
    text-align: right;
}
.more_btn a {
    font-size: 15px;
    font-weight: 500;
    padding-left: 65px;
    position: relative;
    letter-spacing: 3px;
}
.more_btn a:before {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    background: #000;
    left: 0;
    top: 8px;
}

#cboxCurrent {
    display: none!important;
}
.wp-pagenavi {
    text-align: center;
    display: flex;
    justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    /* width: 32px; */
    height: 32px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    font-family: 'Inter', sans-serif;
    border: 1px solid #041E31!important;
    font-size: 12px;
    line-height: 25px;
    color: #041E31;
    font-weight: 500;
}
.wp-pagenavi span.current {
	background: #041E31;
    color: #fff;
}
/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
.pc {
    display: none!important;
}
.sp {
    display: block!important;
}
body {
    min-width: unset;
}
#header {
    /* box-shadow: 0px 3px 20px #00000029; */
}

#header .logo {
	/* max-width: 251px; */
	/* width: 90%; */
}
#header .logo img {
	width: 100%;
}
#header .inner {
	padding: 0 20px;
}
#header .inner .logo {
	/* width: 120px; */
	font-size: 1.8rem;
}
.triger_wrap {
	right: 20px;
}
.mobilenav .navigation {margin-right: 0;padding: 0 0px;}
.mobilenav .navigation a {
	font-size: 20px;
	letter-spacing: 2px;
}
.mobilenav .navigation a span {
	font-size: 10px;
	letter-spacing: 1px;
}
.mobilenav .bottom .shopbtn a {
	font-size: 15px;
	padding: 10px 10px;
	letter-spacing: 2px;
}
.mobilenav .bottom .sns a {
	margin-right: 15px;
}
.mobilenav .bottom .sns i{
	font-size: 22px;
}
.link_box {
    flex-direction: column;
}
.link_box .box {
    width: 100%;
}
.link_box .box a {
    height: 180px;
    font-size: 28px;
}


#access {
    position: relative;
    padding-top: 60px;
}
#access .inner {
    /* background-color: #041E31; */
    position: relative;
    margin-left: 20px;
    margin-top: 0;
    padding: 50px 20px;
    padding-right: 20px;
}
#access .inner * {
    color: #fff;
    z-index: 1;
    position: relative;
}
#access .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#access .bg picture{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#access .bg picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#access .heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#access .heading .en {
    font-size: 40px;
    letter-spacing: 5px;
}
#access .heading h2 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-left: 20px;
}
#access .info {
    display: block;
    margin-bottom: 20px;
}
#access .info > * {
    width: 100%;
    border-left: none;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
#access .info ul li {
    margin-bottom: 7px;
    font-size: 12px;
    letter-spacing: 1px;
}
#access .info ul li:last-child {
    margin-bottom: 0;
}
#access .info ul li i {
    font-size: 17px;
    margin-right: 8px;
    color: #E7C89B;
    width: 20px;
    text-align: center;
}
#access .map {
    width: 100%;
    /* height: 300px; */
}
#access .map iframe {
    width: 100%;
    filter: grayscale(1);
    transition: filter .5s;
    height: 320px;
}
#access .map iframe:hover {
    filter: grayscale(0);
}
#footer {
    background-color: #041E31;
    padding-top: 50px;
}
#footer * {
    color: #fff;
}
#footer .inner .logo {
	font-size: 2.5rem;
}
#footer .inner .logo_box span {
    font-size: 2.1rem;
}
#footer .inner {
    display: block;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
#footer .inner .logo_box {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#footer .inner .logo_box .sns {
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 8px;
}
#footer .inner .logo_box .sns a {
    margin-right: 0px;
    margin-left: 15px;
}
#footer .inner .logo_box .sns a i {
    font-size: 22px;
}
#footer .inner .sitemap {
    width: 100%;
    display: flex;
    margin-top: 30px;
}
#footer .inner .sitemap > .box {
    width: 50%;
}
#footer .inner .sitemap > .box p {
    margin-bottom: 20px;
}
#footer .inner .sitemap > .box p:last-of-type {
    margin-bottom: 0;
}
#footer .inner .sitemap > .box p a {
}
#footer .bottom {
    /* background-color: #000000; */
    /* display: flex; */
    padding: 30px 20px;
    /* margin-top: 80px; */
    display: block;
    /* justify-content: space-between; */
    /* align-items: center; */
    text-align: center;
    margin-top: 50px;
}
#footer .bottom .links a {
    font-size: 11px;
	letter-spacing: 2px
}
#footer .bottom small {
    /* font-size: 11px; */
    /* letter-spacing: 2px; */
    margin-top: 20px;
    display: block;
}

.child_cover {
    max-height: 575px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #041E31;
}
.child_cover picture{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.child_cover picture img {
    height: auto;
    width: 100%;
}
.child_cover .inner {
    position: absolute;
    margin-top: 50px;
}
.child_cover .catch {
    font-size: 30px;
    text-align: center;
    letter-spacing: 5px;
    color: aliceblue;
    margin-bottom: 15px;
}
.child_cover h1 {
    text-align: center;
    letter-spacing: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.child_cover .inter {
    text-align: center;
    color: #fff;
    font-size: 11px;
    margin-top: 15px;
    letter-spacing: 3px;
    font-weight: 700;
}

.column-slider {
    /* margin-right: 20px; */
    overflow: visible;
    /* padding-left: 20px; */
    width: 100%;
    margin: 0 auto;
}
.column-slider .slide {
    width: 310px;
}
.column-slider .swiper-button-prev,
.column-slider .swiper-button-next {

}
.column-slider .swiper-button-prev {
    right: 35px;
    left: auto;
    top: -64px;
}
.column-slider .swiper-button-next {
    right: 0px;
    left: auto;
    top: -64px;
}
.column-slider .swiper-button-prev:after,
.column-slider .swiper-button-next:after {
    color: #000;
    font-size: 26px;
}

#contactform {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #f3eeea;
    padding: 60px 20px;
    margin-bottom: 30px;
}
#contactform .heading {
    display: block;
    align-items: center;
    margin-bottom: 40px;
}
#contactform .heading h2 {
    font-size: 41px;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    letter-spacing: 4px;
    margin-bottom: 15px;
}
#contactform .heading p {
    font-size: 15px;
    font-weight: 500;
}
#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="tel"],
#contactform textarea {
    background-color: #fff;
    border: none;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    vertical-align: top;
    font-weight: 500;
}
#contactform input[type="submit"]{
    color: #fff;
    background: #c64100;
    padding: 15px 0;
    border: none;
    text-align: center;
    display: block;
    width: 270px;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 3px;
    margin-top: 50px;
}
#contactform .item {
	margin-top: 20px;
}
#contactform .item p {
    font-size: 15px;
    letter-spacing: 2px;
}
#contactform .item .h {
    margin-bottom: 10px;
    font-weight: 500;
}
#contactform .inner {
    display: block;
    justify-content: space-between;
}
#contactform .inner > * {
    width: 100%;
}
#contactform .item.name .an > span {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
#contactform .item.name .an > span:nth-of-type(2) {
	margin-left: 2%;
}
#contactform .wpcf7-not-valid-tip {
    font-weight: 700;
    font-size: 12px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-response-output {
    max-width: 460px;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    font-weight: 500;
    background: #fff;
    border-radius: 5px;
    font-size: 13px;
    width: calc(100% - 40px);
    text-align: left;
}
.wpcf7-form {
    position: relative;
}

.news_list {
    margin-bottom: 40px
}
.news_list li {
}
.news_list li a {
    padding-bottom: 25px;
    border-bottom: 1px solid #0000001f;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    position: relative;
    padding-right: 0;
}
.news_list li:first-child a {
    border-top: 1px solid #0000001f;
}
.news_list li a:after {
    content: none;
    width: 11px;
    height: 11px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 34px;
    right: 10px;
}
.news_list li a .date {
    font-size: 13px;
    letter-spacing: 2px;
    width: 100px;
    border-right: 1px solid #0000001f;
    padding-top: 8px;
}
.news_list li a h3 {
    font-size: 13px;
    letter-spacing: 1px;
    width: calc(100% - 100px);
    padding-left: 20px;
    line-height: 2em;
}
#news .inner .box .more_btn {
    text-align: right;
    margin-top: 50px;
}
.more_btn.right {
    text-align: right;
}
.more_btn a {
    font-size: 15px;
    font-weight: 500;
    padding-left: 65px;
    position: relative;
    letter-spacing: 3px;
}
.more_btn a:before {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    background: #000;
    left: 0;
    top: 8px;
}






.contents_box .heading {
    width: 90%;
    margin: 0 auto 40px;
}
.child_nav {
	background-color: #fff;	
	margin-top: 30px;
}
.child_nav > ul {
	flex-direction: column;
    width: 90%;
    margin-bottom: 10px;
}
.child_nav > ul li {
	background-color: #EDEDED;
	margin-bottom: 5px;
}
.child_nav > ul li a {
    background-position: 95% center;
    background-size: 8px;
    background-image: url(../img/common/arrow_b.svg);
    background-repeat: no-repeat;
}
.child_nav > ul li.active a {
	box-shadow: none;
	background-color: #EDEDED;
}
.child_nav > ul li p.en {
	font-size: 12px
}
.child_nav > ul li p.ja {
	font-size: 16px
}
.child_nav.bottom li {
	width: 100%;
}
.child_nav.bottom a {
	padding: 20px 0;
	background-position: 95% center;
	background-size: 8px;
}

.page_header {
	height: 105px;
}
.page_header .ja {
	font-size: 23px;
	margin-bottom: 5px;
}
.page_header .en {
	font-size: 13px
}

.contents_box {
	padding-top: 70px
}
.contents_box .heading .en {
    font-size: 60px;
}
}

/* プライバシーポリシーページ */
.privacy-policy {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 20px 100px;
}
.privacy-policy__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-bottom: 16px;
    border-bottom: 2px solid #333;
}
.privacy-policy__content {
    font-size: 15px;
    line-height: 1.9;
}
.privacy-policy__content h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 32px 0 12px;
}
.privacy-policy__content h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 24px 0 8px;
}
.privacy-policy__content p {
    margin-bottom: 1em;
}
.privacy-policy__content ul {
    margin: 12px 0 1em 1.5em;
}
.privacy-policy__back {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #ddd;
}
.privacy-policy__back a {
    color: #333;
}


