@charset "utf-8";

/*  Typo
----------------------------------------------- */
body, div, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, blockquote, th, td {
	margin: 0; 
	padding: 0;
	}
body { line-height: 1.5 !important; }
td, p, ul, ol { line-height: 1.5 !important; } 
img { border: 0; vertical-align: top; }
ul, ol { list-style: none; }
#container p { margin: .5em 0; }
#container table{
	border-collapse: collapse; 
	border-spacing: 0;
	}
a { text-decoration: underline; }
a:hover { text-decoration: none; }
a:hover img {
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
	}
@media only screen and (max-width: 1024px) {
	.hover { text-decoration: none; }
	.hover img {
		filter: alpha(opacity=25);
		-moz-opacity: 0.25;
		opacity: 0.25;
		}
	}

/*  Layout
----------------------------------------------- */
.inner,
.gutter {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	}
#container .inner { padding: 30px 0; }

/*  Header
----------------------------------------------- */
#header {
	z-index: 800000;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 10px 0;
	background: #e5e5e5;
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 31%,#eaeaea 41%,#f5f5f5 58%,#fff 100%);
	background: linear-gradient(to bottom,  #e5e5e5 0%,#e5e5e5 31%,#eaeaea 41%,#f5f5f5 58%,#fff 100%);
	}
#header img,
.main-visual img {
	width: 100%;
	height: auto;
	}
#header .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 50px;
	}
.address { width: 160px; }
.address p,
.contact ul,
.contact .tel { display: none; }
.sp-travel { margin: 70px 0 0; }
.sp-travel div a {
	display: block;
	width: 100%;
	padding: 3px 10px;
	box-sizing: border-box;
	}
.sp-travel div:first-child a { background: #d9ecfb; }
.sp-travel div:nth-child(2) a { background: #fadae8; }
@media only screen and (min-width: 480px) {
	.address { width: 214px; }
	}
@media only screen and (min-width: 640px) {
	#header .inner {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		}
	.contact { width: calc(100% - 234px); }
	.contact ul {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1.39fr 20px 1fr 20px 1fr;
		grid-template-columns: 1.39fr 1fr 1fr;
		grid-column-gap: 20px;
		-moz-columns: 55px 40px 40px;
		-moz-column-gap: 20px;
		-webkit-align-items: center;
		align-items: center;
		width: 170px;
		margin: 0;
		padding: 0;
		}
	.contact ul li:nth-child(3n+1) { -ms-grid-column: 1; }
	.contact ul li:nth-child(3n+2) { -ms-grid-column: 3; }
	.contact ul li:nth-child(3n+0) { -ms-grid-column: 5; }
	.contact ul li:first-child {
		padding: 0 15px 0 0;
		border-right: 1px dotted #b5b5b6;
		}
	.sp-travel { display: none; }
	.main-visual { margin: 70px 0 0; }
	}
@media only screen and (min-width: 1024px) {
	#header {
		position: static;
		padding: 5px 0 25px;
		background: url(https://u.jimcdn.com/cms/o/se0a364296785cfe9/userlayout/img/bg-header-pc.png?t=1596161274) repeat-x 0 0;
		}
	#header .inner { height: 150px; }
	.address {
		width: 425px;
		padding: 30px 0 0;
		background: url(https://u.jimcdn.com/cms/o/se0a364296785cfe9/userlayout/img/bg-head-travel.png?t=1596161269) no-repeat 0 0;
		}
	.address h1 {
		width: 370px;
		padding: 0 0 10px;
		}
	.address p,
	.contact .tel { display: block; }
	.contact {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 230px 20px 265px;
		grid-template-columns: 230px 265px;
		grid-column-gap: 20px;
		-moz-columns: 230px 265px;
		-moz-column-gap: 20px;
		-webkit-align-items: center;
		align-items: center;
		width: calc(100% - 445px);
		}
	.contact ul {
		-ms-grid-columns: 1.25fr 20px 1fr 20px 1fr;
		grid-template-columns: 1.25fr 1fr 1fr;
		-moz-columns: 75px 60px 60px;
		width: 230px;
		}
	.contact .tel {
		width: 265px;
		padding: 0 0 0 35px;
		font-size: 14px;
		text-align: center;
		box-sizing: border-box;
		background: url(https://u.jimcdn.com/cms/o/se0a364296785cfe9/userlayout/img/bg-head-tel.png?t=1596161263) no-repeat left center;
		}
	.contact .tel strong {
		color: #1e4c97;
		font-size: 20px;
		}
	.contact .tel div {
		color: #d2111a;
		font-size: 30px;
		}
	.main-visual { margin: 0; }
	}

/*  Footer
----------------------------------------------- */
#footer {
	width: 100%;
	border-top: 4px solid #036eb8;
	}
.footinfo {
	padding: 10px 0;
	background: #fff;
	background: -webkit-linear-gradient(top,  #fff 0%,#fff 70%,#d1d1d2 90%,#d1d1d2 100%);
	background: linear-gradient(to bottom,  #fff 0%,#fff 70%,#d1d1d2 90%,#d1d1d2 100%);
	}
.footcopy {
	padding: 10px 0;
	background: #d2111a;
	}
#footer .gutter a { color: #fff !important; }

/*  Smartphone Navigation
----------------------------------------------- */
.spmenu {
	z-index: 2000001;
	position: fixed;
	top: 10px;
	right: 10px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 20px;
	-moz-columns: auto 2;
	-moz-column-gap: 20px;
	width: 120px;
	margin: 0;
	padding: 0;
	}
.spmenu li:nth-child(2n+1) { -ms-grid-column: 1; }
.spmenu li:nth-child(2n+0) { -ms-grid-column: 3; }
.spmenu img {
	width: 100%;
	height: auto;
	}
.toggle {
	display: block;
	cursor: pointer;
	}
.open .spmenu { justify-items: flex-end; }
.open .sp { visibility: hidden; }
.open .toggle {
	z-index: 2000001;
	width: 50px;
	height: 50px;
	background: url(https://u.jimcdn.com/cms/o/se0a364296785cfe9/userlayout/img/bt-sp-close.png?t=1596161307) no-repeat 0 0;
	background-size: 50px auto;
	}
.open .toggle img { display: none; }
@media only screen and (min-width: 640px) {
	.spmenu {
		display: block;
		width: 50px;
		}
	.spmenu .sp { display: none; }
	}
@media only screen and (min-width: 1024px) {
	.spmenu { display: none; }
	}

/*  Navigation
----------------------------------------------- */
#navigation .inner {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	}
.footmenu { display: none; }
@media only screen and (min-width: 1024px) {
	#navigation,
	.footmenu {
		display: block;
		width: 100%;
		background: rgba(0,168,235,1);
		}
	#navigation { border-bottom: 4px solid #d2111a; }
	#navigation .inner {
		position: static;
		visibility: visible;
		opacity: 1;
		width: 95%;
		height: auto;
		background: none;
		}
	}
ul.cc-nav-level-0 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	visibility: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: 0;
	padding: 50px 10px;
	box-sizing: border-box;
	}
ul.cc-nav-level-0 li {
	width: 95%;
	margin: 0 auto;
	border-top: 1px dotted #fff;
	}
ul.cc-nav-level-0 li:first-child { border-top: none; }
ul.cc-nav-level-0 li a {
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	}
ul.cc-nav-level-0 li a:hover { color: #999; }
.open #navigation .inner {
	z-index: 2000000;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
	max-width: initial;
	}
ul.cc-nav-level-0 li ul {
	visibility: hidden;
	position: static;
	margin: 0;
	padding: 0;
	}
.open ul.cc-nav-level-0,
.open ul.cc-nav-level-0 li ul { visibility: visible; }
.spmenu ul.cc-nav-level-0 li ul li a { padding: 5px 10px 5px 30px; }
ul.cc-nav-level-1 li a::before,
ul.cc-nav-level-2 li a::before {
	content: "■";
	display: inline-block;
	padding: 0 5px;
	}
.j-textWithImage figure { z-index: 0 !important; }
@media only screen and (min-width: 1024px) {
	ul.cc-nav-level-0 {
		*zoom: 1; /*forIE6,7*/
		position: static;
		visibility: visible;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0;
		}
	ul.cc-nav-level-0 li {
		white-space: nowrap;
		display: inline;
		width: auto !important;
		margin: 0 !important;
		line-height: 1;
		border-top: none !important;
		}
	ul.cc-nav-level-0 li a {
		padding: 10px;
		color: #fff;
		font-size: 20px !important;
		text-align: center;
		text-decoration: none !important;
		}
	ul.cc-nav-level-0 li+li { border-top: none; }
	ul.cc-nav-level-0 li a:hover {
		color: #754b6b;
		background: rgba(255,255,255,.3);
		}
	ul.cc-nav-level-0 li > ul { display: inline; }
	ul.cc-nav-level-0 li:hover > ul { visibility: visible; }
	ul.cc-nav-level-0 li ul {
		visibility: hidden;
		position: absolute;
		z-index: 300000 !important;
		margin: 0;
		padding: 0;
		}
	ul.cc-nav-level-0 li ul li {
		position: relative;
		clear: left;
		width: auto !important;
		margin: 0;
		padding: 0;
		line-height: normal;
		}
	ul.cc-nav-level-0 li ul li ul {
		top: 0;
		left: 100%;
		}
	ul.cc-nav-level-0 li ul li ul.cc-nav-level-2 {
		top: -30px;
		left: 200px;
		}
	ul.cc-nav-level-0 li ul.cc-nav-level-1 li,ul.cc-nav-level-0 li ul.cc-nav-level-2 li { font-size: 14px; }
	ul.cc-nav-level-0 li ul.cc-nav-level-1 a,ul.cc-nav-level-0 li ul.cc-nav-level-2 a {
		filter: alpha(opacity=9);
		-ms-filter: "alpha(opacity=90)";
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		display: block;
		padding: 5px 10px;
		color: #fff;
		text-align: left;
		text-decoration: none;
		background: rgba(0,76,107,0.8);
		}
	ul.cc-nav-level-0 li ul.cc-nav-level-1 a:hover,ul.cc-nav-level-0 li ul.cc-nav-level-2 a:hover {
		color: #004c6b;
		text-decoration: none;
		background: rgba(107,213,255,1);
		}
	ul.mainNav2,
	ul.mainNav3 { display: none; }
	ul.mainNav1 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 0;
		padding: 0;
		}
	ul.mainNav1 li {
		white-space: nowrap;
		display: inline;
		width: auto !important;
		margin: 0 !important;
		line-height: 1;
		border-top: none !important;
		}
	ul.mainNav1 li a {
		display: block;
		padding: 10px 20px;
		color: #fff;
		font-size: 16px !important;
		text-align: center !important;
		text-decoration: none !important;
		}
	ul.mainNav1 li a:hover {
		color: #004c6b;
		background: rgba(255,255,255,.3);
		}
	}

/*  Main contents
----------------------------------------------- */
#container .j-blog-meta a {
	color: #231815;
	text-decoration: none;
	}
#container .j-header h1,
#container .j-blog-meta h1,
#container .j-header h2,
#container .j-blog-meta h2,
#container .j-header h3,
#container .j-blog-meta h3 {
	width: 100%;
	margin: 0 0 10px;
	}
#container .j-header h1,
#container .j-blog-meta h1 {
	padding: 0 0 5px;
	border-bottom: 7px solid #00a0e9;
	}
#container .j-header h2,
#container .j-blog-meta h2 {
	padding: 0 0 3px;
	border-bottom: 5px solid #00a0e9;
	}
#container .j-header h3,
#container .j-blog-meta h3::after {
	padding: 10px;
	box-sizing: border-box;
	background: #e8ea78;
	}
@media only screen and (min-width: 1024px) {
	#container .j-header h1,
	#container .j-blog-meta h1 {
		height: 65px;
		padding: 15px 0 0 80px;
		box-sizing: border-box;
		background: url(https://u.jimcdn.com/cms/o/se0a364296785cfe9/userlayout/img/bg-pagetitle.png?t=1596161281) no-repeat 0 0;
		}
	#container .j-header h2,
	#container .j-blog-meta h2 {
		height: 45px;
		padding: 10px 0 0 60px;
		box-sizing: border-box;
		background: url(https://u.jimcdn.com/cms/o/se0a364296785cfe9/userlayout/img/bg-title.png?t=1596161286) no-repeat 0 0;
		}
	}
@media only screen and (max-width: 479px) {
	#cc-inner .j-calltoaction-wrapper { text-align: center; }
	.j-textWithImage .cc-imagewrapper {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 5px !important;
		}
	#cc-inner .j-textWithImage p { margin: 12px 0 0; }
	.cc-imagewrapper img {
		display: block !important;
		margin: 0 auto !important;
		}
	.cc-m-hgrid-column.last {
		float: none;
		width: 100% !important;
		}
	.cc-m-hgrid-column {
		float: none;
		width: 100% !important;
		}
	}

/*  Page
----------------------------------------------- */
@media only screen and (min-width: 1024px) {
	div#cc-m-8171374556 {
		padding: 0 0 0 35px;
		box-sizing: border-box;
		background: url(https://u.jimcdn.com/cms/o/se0a364296785cfe9/userlayout/img/bg-head-tel.png?t=1596161263) no-repeat left center;
		}
	}
@media only screen and (max-width: 639px) {
	div#cc-m-8171326456 div:nth-child(3), div#cc-m-8171326456 div:nth-child(4), div#cc-m-8171326456 div:nth-child(5) { display: none; }
	}