@charset "utf-8";

/*=====================================
layout.css
=====================================*/

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

/*-------------------------------------
 reset
-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	min-height: 100vh;
	min-height: -webkit-fill-available;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
}
iframe {
	vertical-align: bottom;
	border: 0;
}
table th,
table td {
	vertical-align: top;
}
input,
select,
textarea,
button {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select::-ms-expand {
	display: none;
}
*, :after, :before {
	box-sizing: border-box;
}


/*-------------------------------------
 setting
-------------------------------------*/
body {
	position: relative;
	color: #555;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}


/*-------------------------------------
 layout
-------------------------------------*/
#wrapper {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	background-color: #19233c;
	padding-bottom: 61px;
}
.inner {
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin: 0 auto;
}
.inner:after {
	clear: both;
	display: block;
	content: "";
}


/*-------------------------------------
 header
-------------------------------------*/
.header {
	background: #19233c;
}
.header .inner {
	display: flex;
	max-width: 1040px;
	padding: 0 20px;
}
.headerLogoGd {
	width: 22px;
	padding: 5px 0;
	flex-shrink: 0;
}
.headerLogoFilm {
	width: 90px;
	padding: 6px 0;
	flex-shrink: 0;
}
.headerNav {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.headerNav ul {
	display: flex;
	font-size: 14px;
}
.headerNav ul li:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 24px;
	margin: 0 16px;
	vertical-align: middle;
	background: #fff;
}
.headerNav ul li:first-child:before {
	content: none;
}
.headerNav ul li a {
	color: #fff;
}
.headerBtn,
.headerPanel {
	display: none;
}


/*-------------------------------------
 main
-------------------------------------*/
.section {
	position: relative;
	color: #fff;
	background-color: #19233c;
}
.section .inner {
	padding-top: 50px;
	padding-bottom: 90px;
}
.sectionTitle {
	position: relative;
	max-width: 680px;
	margin: 0 auto 35px;
	padding: 0 0 30px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.sectionTitle:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 30px;
	border-color: transparent transparent transparent #fff;
}
.sectionTitle h2 img {
	height: 90px;
}
.sectionTitle .ja {
	margin-top: -3px;
	color: #a3a8bf;
	letter-spacing: 2px;
}

.sectionType01:before,
.sectionType01:after {
	content: "";
	position: absolute;
	display: block;
	width: 400px;
	height: 400px;
	z-index: 0;
}
.sectionType01.noBefore:before,
.sectionType01.noAfter:after {
	display: none;
}
.sectionType01.noAfter .inner{
	padding-bottom: 30px;	
}
.sectionType01:before {
	top: 0;
	left: 0;
	background: linear-gradient(135deg, #436f9b 0%, #3d415b 25%, #191e3c 40%, transparent 45%);
}
.sectionType01:after {
	bottom: 0;
	right: 0;
	background: linear-gradient(-45deg, #436f9b 0%, #3d415b 25%, #191e3c 40%, transparent 45%);
}
.sectionType02 {
	color: #555;
	background: #ebf5fa;
}
.sectionType02 .sectionTitle {
	border-bottom-color: #285078;
}
.sectionType02 .sectionTitle:before {
	border-color: transparent transparent transparent #285078;
}

.sectionType03:after {
	content: "";
	position: absolute;
	display: block;
	width: 400px;
	height: 400px;
	z-index: 0;
}

.sectionType03:after {
	bottom: 0;
	right: 0;
	background: linear-gradient(-45deg, #6d91b3 0%, #FFFFFF 40%, transparent 0%);
}
.sectionType04{
	position: relative;
}
.sectionType04:before {
	content: "";
	position: absolute;
	display: block;
	width: 400px;
	height: 400px;
	z-index: 0;
}
.sectionType04::before {
	content: '';
	top: 0;
	right: 0;
	background-image: url(../images/blue_bg.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.scheduleHolidayList{
    min-height: 120px;
}
/*-------------------------------------
 pagetop
-------------------------------------*/
.pagetop a {
	display: block;
	position: fixed;
	right: 40px;
	bottom: 15px;
	z-index: 20;
	width: 32px;
	height: 32px;
	transition: all 0.2s linear;
	opacity: 0;
	visibility: hidden;
}
.pagetop a.show {
	opacity: 1;
	visibility: visible;
}


/*-------------------------------------
 footer
-------------------------------------*/
.footer {
	color: #fff;
	background: #19233c;
	position: absolute;
	bottom: 0;
    width: 100%;
}
.footer .inner {
	max-width: 916px;
	padding-top: 6px;
	padding-bottom: 5px;
}
.footerLogoFilm {
	position: absolute;
	top: 6px;
	left: 0;
	width: 94px;
}
.footerCopyright {
	padding: 13px 0;
	text-align: center;
}










/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

.forPC { display: none !important; }
.forSP { display: block; }
img.forSP, br.forSP, span.forSP { display: inline-block }

body {
	font-size: 12px;
}


/*-------------------------------------
 layout
-------------------------------------*/
#wrapper {
	padding-top: 50px;
}

/*-------------------------------------
 header
-------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	height: 50px;
}
.headerLogoGd {
	width: 16px;
	margin: 0 5px 0 0;
	padding: 4px 0;
}
.headerLogoFilm {
	width: 65px;
	padding: 8px 0;
}
.headerBtn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 15;
	width: 45px;
	height: 50px;
	cursor: pointer;
}
.headerBtn:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 1px;
	height: 30px;
	background: #fff;
}
.headerBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.headerBtn span {
	position: absolute;
	left: 10px;
	width: 20px;
	height: 3px;
	background-color: #a2b1c6;
}
.headerBtn span:nth-of-type(1) {
	top: 16px;
}
.headerBtn span:nth-of-type(2) {
	top: 24px;
}
.headerBtn span:nth-of-type(3) {
	top: 32px;
}
.headerBtn span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #a2b1c6;
	transition: all .3s;
}
.headerBtn.open span:nth-of-type(1),
.headerBtn.open span:nth-of-type(3) {
	opacity: 0;
}
.headerBtn.open span:nth-of-type(2) {
	width: 20px;
	-webkit-transform: rotate(-405deg);
	transform: rotate(-405deg);
}
.headerBtn.open span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.headerNav {
	display: none;
}
.headerPanel {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 11;
	width: 100%;
	margin: 0;
	background: #101a34;
}
.headerPanel ul {
	padding: 25px 17px;
}
.headerPanel ul li {
	border-bottom: 1px solid #fff;
}
.headerPanel ul li:first-child {
	border-top: 1px solid #fff;
}
.headerPanel ul li a {
	display: grid;
	grid-template-columns: 190px 1fr;
	padding: 11px 0;
	color: #a3a8bf;
	font-size: 9px;
	align-items: center;
	text-decoration: none;
}
.headerPanel ul li a em {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	font-weight: bold;
}
.headerPanel ul li a span {
	position: relative;
	display: inline-block;
	letter-spacing: 1px;
}
.headerPanel ul li a span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: -2px 0 0 8px;
	vertical-align: middle;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #a3a8bf;
}


/*-------------------------------------
 main
-------------------------------------*/
.section .inner {
	padding: 40px 17px;
}
.sectionTitle {
	margin: 0 auto 15px;
	padding: 0 0 15px 0;
}
.sectionTitle:before {
	border-width: 10px 0 0 15px;
}
.sectionTitle h2 img {
	height: 45px;
}
.sectionTitle .ja {
	margin-top: -5px;
	font-size: 9px;
}

.sectionType01:before,
.sectionType01:after {
	width: 150px;
	height: 150px;
}
.sectionType03:before,
.sectionType03:after {
	width: 150px;
	height: 150px;
}


/*-------------------------------------
 pagetop
-------------------------------------*/
.pagetop a {
	right: 17px;
	bottom: 15px;
}


/*-------------------------------------
 footer
-------------------------------------*/
.footer .inner {
  padding: 7px 17px;
}
.footerLogoFilm {
	position: absolute;
	top: 12px;
	left: 17px;
	width: 65px;
}
.footerCopyright {
	padding: 16px 0;
	font-size: 9px;
}


}




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

.forPC { display: block; }
.forSP { display: none !important; }
img.forPC, br.forPC, span.forPC { display: inline-block }

a img,
.hover,
.btn a,
.headerNav a,
.pagetop a {
	text-decoration: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	backface-visibility: hidden;
}
a:hover img,
.hover:hover,
.btn a:hover,
.headerNav a:hover,
.pagetop a:hover {
	opacity: 0.7;
}

a[href^="tel:"] {
	pointer-events: none;
}

}

