@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	font-family: 'Noto Sans JP', sans-serif;
	color:#555555!important;
}
img, div, p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, textarea,body, td, th {
	color:#555555;
	font-size:16px;
}
#headerPc {
	height:80px;
	padding:15px;
	border:none;
	background:#004E9D;
}
#headerPc #header-inner {
    width: 1366px;
	background: none;
}
.headLine {
	display:flex;
	align-items: center;
	height:auto;
	padding-top:10px;
}
.headLine h1 {
	width:auto;
	text-align:left;
	margin-right: auto;
}
.headLine .gNav {
	width: auto;
	margin:0!important;
	padding:0!important;
	margin-right: 20px;
}
.headLine .gNav li {
	padding:0 15px;
	border-right:#fff 1px solid;
	width:auto!important;
	display:inline;
}
#headerPc .gNav>li>a  {
	font-size:16px;
	font-weight:normal;
	color:#fff;
	border:none;
	display:inline;
	line-height:1.5;
}
#headerPc .gNav>li:nth-child(5),
#headerPc .gNav>li:last-child >a {
	border-right:none;
}
#headerPc .gNav>li:nth-child(5) >a:after {
    content: "\f08e";
    font-family: FontAwesome;
    padding-left: 5px;
}
#contents1 {
    width: 1366px;
    padding-top: 80px;
    margin:auto;
}
#contents {
    padding-top:0;
}
#contents .inner {
    width: 1366px;
    margin: 0 auto;
    position: relative;
    color:#555555;
}
#contents1 #ttlArea .inner {
    width: 1366px;
}
#contents .inner .inner_box {
    width: 1200px;
	border-bottom: 1px solid #E5E8EB;
	margin:0 auto 40px;
	padding: 0 40px 80px;
}
#contents .inner .inner_box.border-none {
	border: none;
	margin-bottom:0;
}

#contents .inner .inner_box.bk_blue {
	padding:40px 20px 40px;
	border: none;
	background: #e5f1f5;
}
#contents1 #ttlArea {
	background:none;
	overflow:hidden;
	height:auto;
	margin-bottom:10px;
}
#contents1 #ttlArea .pageTtl{
	padding:0;
	text-align:left;
    width: 466px;
    padding-left:80px;
}
#contents1 #ttlArea .pageTtl .icon_area{
	display:table-cell;
	width:200px;
	height:200px;
	border-radius: 100px;
	background:#E5FF00;
	vertical-align:middle;
	color:#004E9D;
	font-size:40px;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
}
#contents1 #ttlArea .pageTtl .icon_area i {
	font-style:normal;
	font-size:50px;
}
#contents1 #ttlArea .subTtl {
	font-size:50px;
	line-height:1.6;
	font-weight:bold;
    padding-top:40px;
    color:#fff;
    margin-top: 40px;
}
#contents1 #ttlArea .subTtl span {
	font-size:40px;
}
#contents1 #ttlArea .subTtl strong {
	display:inline-block;
	border-bottom:4px #E5FF00 solid;
}
#contents1 #ttlArea .photo img {
	width:100%;
}
h2 {
	display:block;
	font-size:32px;
	font-weight:bold;
	color:#004E9D;
	text-align:center;
	margin-bottom: 40px;
}
h3 {
	display:block;
	font-size:24px;
	font-weight:bold;
	border-left:#004E9D 2px solid;
	padding-left:20px;
	margin:40px 0 32px;
}
.border_box h3 {
	font-size:22px;
	border:none;
	padding-left:0;
	margin: 0;
}
.border_box.reserve h3 {
	padding-bottom:24px;
}
.columnTwo {
	display:flex;
	align-items: center;
}
.columnTwo .columnBox,
.columnTwo .columnBox:nth-child(even) {
    width: 46%;
    padding: 0;
    float: none;
}
.columnTwo .columnBox:nth-child(even) {
    padding: 0 0 0 40px;
    width: 54%;
}
.columnTwo .columnBox p {
	padding-top:24px;
	font-size:24px;
}
.columnTwo .columnBox p:first-child {
	font-size:28px;
	font-weight:bold;
	padding-bottom:24px;
	padding-top:0;
	border-bottom:#555555 2px dotted;
}
.columnTwo .columnBox p span {
	font-size:34px;
	color:#004E9D;
}
.columnTwo .columnBox p span strong {
	color:#E700BC;
}
.columnTwo .columnBox p span strong em {
	font-size: 44px;
	font-style:normal;
}
.columnTwo .columnBox .pic {
	margin-bottom:0;
}
.border_box {
	padding:32px 40px 40px;
	border: 1px solid #E5E8EB;
}
.border_box.reserve p {
	margin-bottom:24px;
}
.border_box p span {
	display:inline-block;
	color: #E700BC;
	border: 2px solid #E700BC;
	padding: 2px 8px 4px;
	font-weight:bold;
	line-height:1;
	margin-right:4px;
}
.orderBtns {
	width: 320px !important;
    display: block;
    margin: 0 auto !important;
    background: #004E9D;
    padding:20px;
}

.orderBtns .btn a {
    margin-top: 0!important;
    color:#ffffff;
    font-size:20px;
	font-weight:bold;
}
.detail_box {
	padding:20px;
    margin-top: 40px;
}
.detail_box.information {
    margin-top: 80px;
}
.detail_box.price {
    margin-top: 60px;
}
#contents .inner .inner_box.bk_blue .detail_box {
	padding:0 40px 40px;
}

.detail_box table {
	border-bottom:1px solid #E5E8EB;
	width:100%;
}
.detail_box tr {
	border-top:1px solid #E5E8EB;
}
.detail_box tr.noBorder {
	border-top:none;
}
.detail_box th,.detail_box td {
	padding:16px 20px;
	line-height:1;
}
.asterisk {
	display: block;
	padding-left:1em;
	text-indent:-1em;
}
.detail_box th {
	text-align: center;
	background:#F3F4F6;
	font-weight:bold;
	line-height:1.8;
	vertical-align: middle;
}
.detail_box th:first-child {
	width:280px;
}
.detail_box th:last-child {
	width:280px;
}
.detail_box.price th {
	vertical-align:middle;
}
.detail_box.price th:first-child {
	width:370px;
}
.detail_box td {
	padding:16px 40px;
	line-height:1.6;
	text-align:center;
}
.detail_box td.textLeft {
	text-align:left;
	padding:16px 20px
}
.detail_box.price td {
	padding:0 40px;
	line-height:5;
	text-align: center;
}
.detail_box td p {
	margin:0px 0 16px;
}
.detail_box td h4 {
	font-weight:bold;
	display: inline-block;
	padding-right: 1em;
}

.detail_box td em {
	font-weight:normal;
	font-style: normal;
	font-size: 14px;
}
.detail_box td ul {
	line-height:1.6;
}
.detail_box td li {
	padding-left:1em;
	text-indent:-1em;
}
.detail_box td li:before {
	content:"・";
}
.detail_box td img {
	width:100%;
}
#price .border_box {
	margin-top:40px;
}
#price.detail_box td {
	text-align:center;
	line-height:3;
}
#price .border_box ul {
	line-height:1.6;
}
#price .border_box li {
	padding-left:1em;
	text-indent:-1em;
}
#price .border_box li:before {
	content:"・";
}
#price .border_box li strong {
	display:inline;
	padding-right:20px;
}
.detail_box table.price_various {
	margin-bottom:32px;
}
.detail_box.price .text_indent {
	line-height:1;
}
.border_box.restrictions .text_indent {
	line-height:1.8;
}
img.payment {
	width: 100%;
}
#recruit {
	background-color: rgba(0, 120, 150, 0.1);
	padding: 80px 0 120px;
}
#recruit ul {
	display: flex;
	width:68.8%;
	max-width:940px;
	gap:20px;
	margin:40px auto 20px;
}
#recruit ul li {
	width:50%;
}
#recruit li a {
	display: block;
	text-align:center;
	background:#004E9D;
	font-weight:normal;
	color:#ffffff;
	padding:10px 5px;
	font-size:12px;
	line-height:1.6;
}
#recruit li a span {
	display: block;
	font-size:24px;
	font-weight:bold;
	padding:10px 25px;
	border-bottom:1px #ffffff dotted;
	position:relative;
}
#recruit li a span:after {
	position:absolute;
    content: "\f08e";
    font-family: FontAwesome;
    right:8px;
}
#recruit ul.omoriTel {
	gap:0;
	background:#ffffff;
}
#recruit ul.omoriTel a {
	font-size:18px;
	color:#004E9D;
	font-size:24px;
	font-weight:bold;
	background:#ffffff;
	padding:20px;
}
#recruit ul.omoriTel .name {
	color:#555555;
	font-size:18px;
	display:block;
	text-align:center;
	padding:0;
	font-weight:bold;
}
#recruit ul.omoriTel li {
	width:100%
}
#recruit .omoriTel li a span:after {
    content: "";
}
#recruit .omoriTel li a .tel_no {
	padding:0;
	margin-bottom:0;
}
#recruit .omoriTel li a .tel_no:before {
	content: "\f095";
    font-family: FontAwesome;
    padding-right: 5px;
}
#footer {
	margin-top:0;
}
#footer .footerBtm {
	background:#E5E8EB;
	color:#555555;
}
#footer .contact{
	background:#004E9D;
	padding:80px 0;
}
#footer .contact h2{
	color:#fff;
	margin-bottom: 24px;
    line-height: 1.6;
    font-size:28px;
}
#footer .contact ul {
	display:flex;
	margin:auto;
	width:680px;
	gap: 40px 40px;
	margin-top:40px;
}
#footer .contact li {
	display:table-cell; 
	width: 320px;
	background:#fff;
	align-items: center;
	text-align:center;
	font-size: 20px;
	font-weight:bold;
	color:#004E9D;
}
#footer .contact li a {
	display:block; 
	color: #004E9D;
	font-weight:bold;
	text-align:center;
	padding: 15px;
	font-size: 20px;
}
#footer .contact li a span {
	display:block; 
}
#footer .tel_no:before {
	content:"\f095";
    font-family: FontAwesome;
    padding-right:5px;
}
#footer .footerLink {
	background: #282837;
	padding: 20px;
}
#footer .footerLink ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
#footer .footerLink ul li a {
	color: #fff;
	font-size: 12px;
}
#footer .footerLink ul li.external a::after {
	content: "\f08e";
	font-family: FontAwesome;
	padding-left: 4px;
}
.anchor {
    display: block;
    padding-top: 10px;
    margin-top: -10px;
}
.isSP {
	display:none;
}
.text_indent {
	text-indent: -1em;
	padding-left: 1em;
}
@media only screen and (min-width: 667px) {
a[href^="tel:"] {
	pointer-events: none;
	}
}
@media only screen and (max-width: 1399px) {
	#headerPc #header-inner{
		width: 100%;
	}
	.headLine h1 {
		width:40%;
	}
	
	.headLine h1 img {
		max-width: 100%;
	}
	#headerPc .gNav { 
		width: auto;
	}
	#contents1 {
		width: 100%;
	}
	#contents1 #ttlArea .inner {
		width: 100%;
	}
	#contents1 #ttlArea .pageTtl {
		width: 40%;
	}
	#contents1 #ttlArea .photo { 
		margin: auto;
	}
	#contents .inner {
		width: 100%;
	}
	#contents .inner .inner_box {
		width: 100%;
	}
}
@media only screen and (max-width: 1313px) {
	.headLine h1 {
		max-width:30%;
	}
	br.isPC {
		display:none;
	}
}
@media only screen and (max-width: 1207px) {
	.headLine h1 {
		max-width:30%;
	}
}
	
@media only screen and (max-width: 1079px) {
	#headerPc {
		display:none;
	}
	.isSP {
		display:block;
	}
	.isPC {
		display:none;
	}
	img.isPC {
		display:block;
	}
	img.isSP {
		display:none;
	}
    #headerSp {
		display: block;
    	background: #004E9D !important;
    	padding: 0 20px;
    	margin-bottom: -1px;
    }
    #headerSp .logo {
    	width:45%;
    	height:60px;
    	padding-top: 15px;
    }
    #headerSp .logo img {
    	width:100%;
    }
	.mean-container .mean-bar,.mean-container a.meanmenu-reveal {
	    background: #004E9D;
	}
	.mean-container .mean-bar {
		height: 10px;
		display:block;
	}
	.mean-container a.meanmenu-reveal{
	    color: #fff;
	}
	.mean-container a.meanmenu-reveal span {
	    background: #fff;
	}
	.mean-container .mean-nav {
		float: right;
		width: 50%;
    }
	.mean-container .mean-nav ul li{
		width: 100%;
		padding: 0;
    }
    .mean-container .mean-nav ul li.mean-last {
    	margin-bottom:40px;
    }
    .mean-container .mean-nav ul li a {
    	display:block;
    	position: relative;
    	width: 85%;
    	border:none;
    	padding: 1em 0;
    	border-bottom:#fff 1px dotted;
		margin: 0 auto 0 30px;
    }
    .mean-container .mean-nav ul li a:before {
    	content:"";
    }
    .mean-container .mean-nav ul li a:after {
    	position: absolute;
    	content: "\f107";
    	font-family: FontAwesome;
    	color: #fff;
   		right: 20px;
	}
	.mean-container .mean-nav ul li:nth-child(5) > a:after {
    	content:"\f08e";
    	font-family: FontAwesome;
    }
    .mean-container .mean-nav ul li.mean-last a {
    	border-bottom:#fff 1px dotted;
    	}
    #contents1 {
    	width:100%;
    	padding-top:0;
    }
    #contents1 #ttlArea .inner {
    	width:100%;
    	flex-wrap: wrap;
    }
    #contents1 #ttlArea .photo {
    	width:100%;
    	order: -1;
    }
    #contents {
    	padding-top: 40px;
    }
    .mv {
    	padding-top:0;
    	background-position: center;
		margin-bottom: 0;
    }
    #contents1 #ttlArea .pageTtl {
		width:100%;
		padding-left: 20px;
		margin-top: -40px;
    }
    #contents1 #ttlArea .pageTtl .icon_area {
    	width:120px;
    	height:120px;
    	font-size:22px;
    }
    #contents1 #ttlArea .pageTtl .icon_area i {
		font-size:36px;
    }
    #contents1 #ttlArea .subTtl {
		text-align: right;
		font-size: 40px;
		padding: 0 20px 20px;
        margin: -60px 0;
    }
    #contents1 #ttlArea .subTtl span {
		font-size: 34px;
    }
    #contents1 #ttlArea .subTtl strong {
		font-size: 40px;
    }
    #contents .inner,
    #contents .inner .inner_box,
    .columnTwo .columnBox:nth-child(even) {
    	width:100%;
    	padding:0;
	}
	#contents .inner .inner_box {
    	padding:20px;
	}
	h2 {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.columnTwo,.columnTwo .columnBox {
		display:block;
    	width:100%;
	}
	.columnBox iframe {
		height:480px;
	}
	.columnTwo .columnBox:nth-child(even) {
		padding: 0;
		text-align:center;
		line-height: 1.5;
	}
	.columnTwo .columnBox:nth-child(even) .under_text{
		text-align:left;
		font-size: 20px;
		padding: 20px 10px 0;
	}
	.border_box {
		padding:16px;
		margin-bottom:20px;
	}
	.border_box h3 {
		text-align:center;
	}
	.border_box.reserve h3 {
		padding-bottom:16px;
	}
	.border_box.reserve p {
		margin-bottom:16px;
	}
	.border_box p span {
		display:inline-block;
		margin-bottom:8px;
	}
	.detail_box {
		padding:0;
	}
	.detail_box th, .detail_box td {
		padding: 10px;
		line-height:2;
		text-align:center;
	}
	.detail_box .price_default th:first-child {
		width:100%;
	}
	.detail_box .price_default th {
		text-align:center;
	}
	.detail_box .price_default td {
		padding: 16px;
	}
	.detail_box th:first-child {
		width:auto;
	}
	.detail_box table.price_various {
	    margin-bottom: 20px;
	}
	#contents .inner .inner_box.bk_blue {
		padding:0 10px 40px;
		margin-bottom: -60px;
	}
	#contents .inner .inner_box.bk_blue .detail_box {
		padding:40px 10px 0;
	}
	.spot_table {
		display: block;
	}
	.spot_table>div {
		width:100%;
		margin-bottom:10px;
		padding: 20px;
	}
	#footer .contact {
		padding: 40px 0;
	}
	.detail_box.information {
		margin-top: -20px;
	}
	.detail_box.price {
    	margin-top: 40px;
	}
	.detail_box.information .scroll,
	.detail_box.price .scroll {
		overflow-y: scroll;
		width: 100%;
		border-collapse: collapse;
		white-space: nowrap;
	}
	.detail_box .scroll th,
	.detail_box .scroll td {
		white-space: nowrap;
	}
	.detail_box.price th:first-child {
		width: 33%;
	}
	.detail_box.price td {
        padding: 0;
        line-height: 2;
    }
    #recruit {
    	margin-top: 80px;
    }
 }
 
@media only screen and (max-width: 667px) {
    .mean-container .mean-nav ul li a {
    	width:85%;
    }
	.mean-container .mean-nav {
		float: left;
		width: 100%;
    }
    #headerSp .logo {
    	width:55%;
    }
    #headerSp .logo img {
    	width:100%;
    }
    #contents {
    	padding-top: 40px;
    }
	#contents .inner .inner_box {
    	padding:10px;
	}
    .columnTwo .columnBox p:first-child {
    	font-size: 24px;
    }
    .columnTwo .columnBox:nth-child(even) .under_text {
		padding: 16px 16px 0;
    }
    .columnTwo .columnBox p span {
    	font-size: 30px;
    }
	#contents1 #ttlArea .subTtl {
		padding:0 20px 11px;
        white-space: nowrap;
	}
    .border_box {
    	margin-top: -22px;
		margin-bottom: 40px;
    }
    .border_box.restrictions {
		margin-bottom: -10px;
    }
    h2 {
		margin-bottom: 24px;
    }
    h3 {
		font-size: 20px;
		margin-top:24px;
		margin-bottom:32px;
    }
    #contents .inner .inner_box {
		padding: 10px 20px;
    }
	.detail_box th, .detail_box td {
		padding:8px 16px;
		line-height:1.6;
	}
	.detail_box.price {
	    margin-top: 40px;
	}
	.detail_box.price h3 {
		margin-bottom:16px;
	}
	.detail_box.price th:first-child {
		width: auto;
	}
	.detail_box table.price_various {
        margin-bottom: 16px;
    }
    .border_box.restrictions {
    	margin-top: 24px !important;
    	padding: 24px;
    }
	.border_box.restrictions h3 {
		text-align: left;
		margin-bottom: 24px;
	}
	#contents .inner .inner_box.bk_blue {
		margin: 40px 0;
		padding: 0 16px;
	}
	#contents .inner .inner_box.bk_blue .detail_box {
	    padding: 40px 0;
	}
	#contents .inner .inner_box.faq_box {
	    margin-top: -20px;
	}
	.columnBox iframe {
		height:260px;
	}
	img.isPC {
		display:none;
	}
	img.isSP {
		display:block;
	}
	#recruit {
		padding:40px 16px 60px;
		margin-top:40px;
	}
	#recruit ul {
		display:block;
		width:100%;
	}
	#recruit ul li {
		width:100%;
		margin-bottom:20px;
		font-size:12px;
	}
	#recruit ul.omoriTel li {
		margin-bottom:0;
	}
	#recruit ul li span {
		font-size:22px;
        margin-bottom: 5px;
	}
	#footer .contact h2 {
		margin-bottom: 24px;
		font-size:20px;
	}
	#footer .contact ul {
		margin-top: 20px;
	}
	.detail_box.price td {
		padding:0;
		line-height: 2;
	}
	#footer .contact ul {
		display:block;
		width:100%;
		margin-bottom: -20px;
	}
	#footer .contact li {
		display:block;
	    width:90%;
	    margin: 24px auto;
	}
	#footer .footerBtm {
		padding:16px 40px;
		font-size: 12px;
	}
	#footer .footerLink {
		padding: 16px;
	}
	#footer .footerLink ul li a {
		font-size: 10px;
	}
	.orderBtns {
		width:100%!important;
		padding:0;
		margin-top:16px!important;
	}
	#contents .btn a {
		padding: 12px 0;
	}
	.border_box.reserve {
		margin-bottom: 30px;
	}
	.detail_box.information {
		margin-top: 0;
	}
}
@media only screen and (max-width: 430px) {
    #headerSp .logo {
    	width:85%;
    }
}
@media only screen and (max-width: 320px) {
	#contents1 #ttlArea .subTtl {
        margin-top: -10px;
	}
}