@charset "utf-8";


/*------------------------------------------------------

   common

-------------------------------------------------------*/
@font-face {
    font-family: "DIN_Alternate_Bold";
    src: url("../fonts/DIN_Alternate_Bold.eot") format('eot'),
	     url("../fonts/DIN_Alternate_Bold.woff") format('woff'),
	     url("../fonts/DIN_Alternate_Bold.ttf")  format('truetype');
}

:root {
   --main-color: #05418c;/* 323172 */
	--font-en:     "DIN_Alternate_Bold";
	--font-marugo: "Zen Maru Gothic", serif;
	--font-Oswald: "Oswald", sans-serif;
	--font-optima: "optima-lt-pro", sans-serif;
}

body {
	font-size: 16px;
    font-family: var(--font-marugo);/*'Noto Sans JP', sans-serif;*/
}

.sp {
    display: none !important;
}
.inner {
    max-width: 1140px;
    padding: 0 20px;
	margin: auto;
    position: relative;
}

.lp {
	position: relative;
	padding: 80px 0;
}
.lp h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    color: var(--main-color);
    margin-bottom: 30px;
}
#contents {
    padding-bottom: 45%;
    background: url("../img/ft_bg.png") no-repeat center bottom;
    background-size: contain;
}

/* fv */
#fv {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../img/fv_bg.jpg") no-repeat center;
	background-size: cover;
}
#fv h1 {
    text-align: center;
    padding: 50px;
	max-width: 800px;
    margin: auto;
    background: rgba(255, 255, 255, 0.5);
}

/* incho */
.incho-in {
    display: flex;
    justify-content: space-between;
	margin-top: 80px;
}
.incho-in .img {
    width: 48%;
    height: 0;
    padding-top: 48%;
    position: relative;
    overflow: hidden;
    border-radius: 1000px;
    border: solid 1px #eee;
    box-shadow: 0 0 13px -10px #222;
}
.incho-in .img img {
    position: absolute;
    top: 0;
    left: 0;
}
.incho-in .info {
    width: 48%;
}
.info-name-pos {
    color: var(--main-color);
}
.info-name-ja {
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
	margin-right: 15px;
}
.info-name-en {
    color: var(--main-color);
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: var(--font-en);
}
.incho-in .info-desc{
    line-height: 2;
    margin-top: 20px;
}
.info-history {
    margin-top: 30px;
    line-height: 1.6;
}
.info-history h4 {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    background: #f3f2eb;
}
.info-history__list >li {
    margin-top: 10px;
}

.info-history2__list {
	display: flex;
	flex-wrap: wrap;
    margin-top: 20px;
}
.info-history2__list >li {
	width: 32%;
	padding: 10px;
	background: #edf1f8;
	margin: 0 0 2% 2%;
}
.info-history2__list >li:nth-child(3n+1) {
	margin-left: 0;
}




/* preview */
#preview {
	background: #f7f6f0;
}
.preview-box {
    background: #fff;
    padding: 50px 20px;
    border-radius: 5px;
}
.preview-box h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: var(--main-color);
    margin-bottom: 30px;
}
.preview-sch {
    margin: 70px auto 0;
}
.preview-sch__list {
    color: var(--main-color);
    font-size: 30px;
    font-weight: 500;
    display: table;
    margin: 0 auto 30px;
}
.preview-sch__list >li {
    background: #edf1f8;
    padding: 10px 30px;
    margin: 10px 0;
    line-height: 1;
}
.preview-sch h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.preview-sch p {
    text-align: center;
}


.preview-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.preview-wrap .preview-box {
    width: 32%;
    padding: 0;
    border: solid 2px var(--main-color);
}
.preview-wrap .preview-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background: var(--main-color);
    padding: 10px 0;
	margin-bottom: 0;
}
.preview-wrap .preview-box h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    min-height: 3em;
}
.preview-box .preview-box-in {
	padding: 20px 15px 10px;
}
.preview-event__list >li {
    margin-bottom: 10px;
    background: #edf1f8;
    padding: 5px 10px;
    border-radius: 5px;
}
.preview-event__list >li span {
    display: inline-block;
    font-size: 80%;
    color: #fff;
    background: var(--main-color);
    line-height: 1;
    padding: 2px 10px 3px;
    margin-bottom: 5px;
    border-radius: 100px;
}
.preview-event__list li p {
    display: flex;
    align-items: center;
}
.preview-event__list li i {
    width: 30px;
	height: 30px;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.preview-event__list li i.icon-pe1 {
	background-image: url("../img/icon_pe01.png");
}
.preview-event__list li i.icon-pe2 {
	background-image: url("../img/icon_pe02.png");
}
.preview-event__list li i.icon-pe3 {
	background-image: url("../img/icon_pe03.png");
}


.preview-soudan__list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    background: #edf1f8;
}
.preview-soudan__list li i {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: relative;
    background: #fff;
    border-radius: 3px;
}
.preview-soudan__list li i:after {
    content: '';
    color: var(--main-color);
    width: 8px;
    height: 14px;
    border-bottom: solid 5px;
    border-right: solid 5px;
    position: absolute;
    transform: rotate(45deg);
    left: 5px;
}

.preview-point h4 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.preview-point__list li {
	display: flex;
	margin-bottom: 10px;
    background: #edf1f8;
}
.preview-point__list li .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    font-size: 30px;
    color: #fff;
    background: var(--main-color);
}
.preview-point__list li p {
	width: calc(100% - 50px);
    padding: 5px 10px 5px 20px;
}
.preview-point__list li b {
    display: block;
    color: var(--main-color);
    font-weight: 500;
}

.preview-closing {
    width: 80%;
    margin: 50px auto 0;
}

/* payment */
.payment__list {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.payment__list >li {
    width: 48%;
    padding: 30px;
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 10px;
}
.payment__list h3 {
    font-weight: 500;
    background: #edf1f8;
    padding: 10px;
    margin-bottom: 20px;
}
.payment__list .icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.payment__list .icons img {
    max-width: 19%;
}


/* access */
#access {
	background: #edf1f8;
}
.access-desc {
	text-align: center;
	font-size: 16px;
	line-height: 2;
}
.access-box-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.access-box {
    width: 24%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.access-box h3 {
    color: var(--main-color);
    font-size: 20px;
	font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
.access-box h3 i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: -6px;
    margin-right: 5px;
}
.access-box h3 i.icon-bus {
    background-image: url("../img/icon_bus.png");
}
.access-box h3 i.icon-train {
    background-image: url("../img/icon_train.png");
}
.access-box h3 i.icon-car {
    background-image: url("../img/icon_car.png");
}
.access-box h3 i.icon-cycle {
    background-image: url("../img/icon_cycle.png");
}
.access-box ul >li {
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
}
.access-box ul >li:before {
    content: '・';
    position: absolute;
    left: 0;
}


/* footer */
#gb-footer {
    margin-top: 50px;
}
.footer-in {
    display: flex;
    justify-content: space-between;
}
.footer-info {
    width: 45%;
}
.footer-date {
    color: var(--main-color);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-tel {
	display: flex;
    align-items: center;
    color: var(--main-color);
    font-size: 28px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
}
.footer-tel i {
    display: inline-block;
    width: 40px;
    height: 42px;
    background: url("../img/icon_free.png") no-repeat center;
    background-size: contain;
}
.footer-tel a {
    display: inline-block;
    color: var(--main-color);
    font-size: 58px;
    margin-left: 20px;
}
.footer-info01 {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #e6ebf3;
    border-radius: 1000px;
    padding: 10px;
    margin-top: 10px;
}
.footer-info02 {
    font-size: 22px;
    font-weight: 500;
    color: var(--main-color);
    text-align: center;
    margin-top: 10px;
}
.footer-time table {
	font-size: 18px;
	font-weight: 500;
    width: 100%;
    border-collapse: collapse;
	margin-top: 20px
}
.footer-time table thead {
    color: #fff;
    background: var(--main-color);
}
.footer-time table td {
	padding: 5px;
	text-align: center;
}
.footer-time table tbody {
    color: var(--main-color);
}
.footer-time table tbody .border {
    border-top: solid 1px var(--main-color);
    border-bottom: solid 1px var(--main-color);
}

.footer-reserve {
    margin-top: 15px;
    text-align: right;
}
.footer-reserve a {
    display: inline-block;
    color: var(--main-color);
    border: solid 2px;
    border-radius: 10000px;
    padding: 5px 30px;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer-reserve a:hover {
	color: #fff;
	background: var(--main-color);
}


.footer-access {
    width: 48%;
}
.footer-access p {
    color: var(--main-color);
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
}


.copyright {
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-top: 60px;
	background: var(--main-color);
}

.floating-reserve {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 1;
}
.floating-reserve a {
    width: 100px;
    height: 100px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    text-align: center;
    border-radius: 1000px;
    box-shadow: 0 0 4px 2px #ccc;
}
.floating-reserve-in img {
    width: 40px;
}
.floating-reserve-in p {
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    margin-top: 5px;
}

@media (max-width: 815px) {


	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}

	.lp {
		padding: 50px 0;
	}
	.lp h2 {
		font-size: 20px;
	}

	.incho-in {
		display: block;
		margin-top: 40px;
	}
	.incho-in .img {
        width: 100%;
        padding-top: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
	.incho-in .info {
		width: 100%;
	}

	.preview-box {
		padding: 30px 20px;
	}
	.preview-box h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.preview-sch {
		margin: 40px auto 0;
	}
	.preview-sch__list {
		font-size: 20px;
	}
	.preview-sch h4 {
		font-size: 17px;
	}
	.preview-sch p {
		text-align: left;
	}

	.preview-wrap {
		display: block;
		margin-top: 30px;
	}
	.preview-wrap .preview-box {
		width: 100%;
		margin-top: 20px;
	}
	.preview-box .preview-box-in {
		padding: 20px 15px;
	}

	.preview-closing {
		width: 100%;
		margin: 30px auto 0;
	}

	.payment__list {
		margin-top: 50px;
		display: block;
	}
	.payment__list >li {
		width: 100%;
		padding: 30px 20px;
		margin-top: 20px;
	}

	.access-box-wrap {
		display: block;
	}
	.access-box {
		width: 100%;
		margin-bottom: 15px;
	}

	.footer-in {
		display: block;
	}
	.footer-info {
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-date {
		font-size: 16px;
	}
	.footer-tel {
		font-size: 20px;
	}
	.footer-tel i {
		width: 30px;
		height: 31px;
	}
	.footer-tel a {
		font-size: 40px;
		margin-left: 15px;
	}
	.footer-info01 {
		font-size: 13px;
	}
	.footer-info02 {
		font-size: 16px;
	}
	.footer-time table {
		font-size: 14px;
	}
	
	.footer-reserve a {
		display: block;
		text-align: center;
	}

	.footer-access {
		width: 100%;
	}
	.footer-access p {
		font-size: 14px;
	}

	.floating-reserve {
		right: 10px;
		bototm: 30px;
	}
	.floating-reserve a {
		width: 80px;
		height: 80px;
	}
	.floating-reserve-in p {
		font-size: 11px;
	}

}
    




