@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
html {
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 700
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
caption, th {
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 400;
	line-height: 1.6em;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a {
	color:var(--black)
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: 700
}
svg {
	overflow: visible
}
body {
	position: relative;
	font-family:'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	background: var(--black);
}
.mincyou {
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.anker{
	padding-top: 150px;
	margin-top: -150px;
}
main{
  padding-top:150px ;
}
.link_opacity:hover{
	opacity: 0.85;
}

:root{
  --full_black: #000;
  --black: #222222;
  --key: #00A8C3;
  --accent: #E34C1C;
  --bg: #073651;
  --gray: #bbb;
  --gray_thin: #f6f6f6;
  --dark: #666;
	--caution_txt:#ff0;
	--caution_txt2:#FF5B5B;
	--gradation:linear-gradient(#262626, #000);
	--gradation_hover:linear-gradient(#444, #000);
	--instagram:#CF2E92;
	--instagram2:#cf552e;
	--line:#06C755;
	--facebook:#1877F2;
  --size_2s:0.75rem;
  --size_1s:0.875rem;
  --size_m:1rem;
  --size_1l:1.125rem;
  --size_2l:1.25rem;
  --size_3l:1.5rem;
  --size_4l:1.75rem;
  --size_5l:2rem;
}

.mt_0{
  margin-top: 0;
}
.mr_0{
  margin-right: 0;
}
.ml_0{
  margin-left: 0;
}
.mb_0{
  margin-bottom: 0;
}
.mt_05{
  margin-top: 0.5rem;
}
.mr_05{
  margin-right: 0.5rem;
}
.ml_05{
  margin-left: 0.5rem;
}
.mb_05{
  margin-bottom: 0.5rem;
}
.mt_10{
margin-top: 1rem;
}
.mr_10{
  margin-right: 1rem;
}
.ml_10{
  margin-left: 1rem;
  }
.mb_10{
  margin-bottom: 1rem;
}
.mt_20{
  margin-top: 2rem;
}
.mr_20{
  margin-right: 2rem;
}
.ml_20{
  margin-left: 2rem;
}
.mb_20{
  margin-bottom: 2rem;
}
.mt_30{
  margin-top: 3rem;
}
.mr_30{
  margin-right: 3rem;
}
.ml_30{
  margin-left: 3rem;
}
.mb_30{
  margin-bottom:3rem;
}
.mt_40{
  margin-top: 4rem;
}
.mr_40{
  margin-right: 4rem;
}
.ml_40{
  margin-left: 4rem;
}
.mb_40{
  margin-bottom:4rem;
}
.accent_txt {
	padding-left: 0.7em;
	font-weight: 400;
	color: var(--key);
}
.caution_txt{
	color: var(--caution_txt);
	}
	.caution_txt2{
	color: var(--caution_txt2);
	}
ul.list_disc{
padding-left: 1.4rem;
}
ul.list_disc li {
	list-style: disc;
	margin-bottom: 10px;
}
/*ship*/
.ship_img_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.ship_img_sub {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
ul.onboard_img_box {
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.onboard_img_box li{
width: calc((100% - 20px) / 3);
margin-bottom: 20px;
}

ul.onboard_img_box li img{
margin-bottom: 10px;
}
.captain_box {
	display: flex;
	justify-content: space-between;
}
.captain_box:not(:last-child){
	margin-bottom: 20px;
}
.captain_box .captain_img{
	margin-right: 1rem;
}
.captain_box .captain_txt{
	width: 100%;
}
dl.ship_tel dd {
	margin-bottom: 0.5rem;
}
.text_center{
	text-align: center;
}
/* form
---------------------------------------- */
input , select , textarea , button{
  font-family: inherit;
  font-size: 1rem;
  }
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	xline-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	xline-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	xwidth: 300px;
	padding: 0;
	xline-height: 65px;
	xfont-weight: 700;
	xletter-spacing: 0.2rem;
	x-webkit-appearance: none !important;
	xmargin: 20px;
}
input[type="reset"], input[type="button"] {
	xbackground-color: #fff;
	xborder: 2px solidvar(--key);
	xmargin-right: 20px;
}
input[type="submit"] {
	xbackground-color: #808080;
	xborder: 2px solid #808080;
	xcolor: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

/*====================
お問合わせフォーム
 ====================*/

p.end {
	padding-top: 5px;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}
/* sp
---------------------------------------- */
.forSP {
	display: none;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
	line-break: strict;
	word-spacing: -0.2em;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
h2 {
	margin-bottom: 12px;
}
h1 {
}
.inner {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	padding: 0;
	text-align: center;
}

/* header
---------------------------------------- */
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}
header .inner {
	position: relative;
}
.header_box {
  display: flex;
  justify-content: space-between;
	flex-flow: column;
  position: fixed;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 150px;

}
.header_head {
	display: flex;
	justify-content: space-between;
	height: 100px;
	align-items: center;
	min-width: 1024px;
	padding-right: 1rem;
	padding-left: 1rem;
}
.top_contact {
	text-align: left;
	color: var(--black);
}
p.contact_title {
	font-weight: 700;
}
header .head_logo {
	padding: 1rem;
}

header .head_logo .logo {
  display: inline-block;
  position: relative;
  width: 310px;
  overflow: hidden;
}
.head_logo_box {
	display: flex;
	align-items: center;
}
p.head_catch{
	text-align: left;
	line-height: 1.4rem;
	color: #333;
	font-size: 14px;
	padding-left: 1rem;
	color: #666;
}
.menu-area {
	background: #000;
}
.menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	width: 1024px;
	margin: 0 auto;
}
.menu > li {
	xwidth: 20%; /* グローバルナビ4つの場合 */
	xheight: 30px;
	xline-height: 30px;
  xmargin: 0 1rem;
	border-right: 1px solid #444;
	width: calc(100% / 7);
	height: 100%;
}
.menu > li:first-child {
	border-left: 1px solid #444;
}
.menu > li a {
	display: block;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: var(--gradation);
}
.menu > li a:hover {
	background: linear-gradient(#444, #000);
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}

/* 中間メニュー
---------------------------------------- */
section.middle_nav {
	background: #000;
	padding: 2rem;
}
ul.middle_nav_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.middle_nav_box.three_row li {
	width: calc((100% - 40px) / 3);
}
ul.middle_nav_box li:not(:last-child){
margin-right: 20px;
}
/* アイコン
---------------------------------------- */
.icon{
	position: relative;
	padding-left: 1em;
}
.icon::before{
	content: "";
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	background-size: contain;
	margin-right: 0.2em;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.icon_tel_accent{
	padding-left: 1em;
	font-size: 2rem;
	font-weight: 700;
	color: var(--accent);
	vertical-align: middle;
}
.icon_tel_accent::before {
	background-image: url(../img/icon_tel_accent.svg);
}
.icon_address_key::before {
	background-image: url(../img/icon_address_key.svg);
}
.icon_tel_key::before {
	background-image: url(../img/icon_tel_key.svg);
}
/* footer
---------------------------------------- */
ul.footer_menu.forPC {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 30px;
}
ul.footer_menu.forPC li {
}
ul.footer_menu.forPC li a {
	border-right: 1px solid #7a6a56;
	letter-spacing: 0.2em;
	padding: 1px 20px;
	vertical-align: bottom;
	color: #ffffff;
}
ul.footer_menu.forPC li a:hover {
	text-decoration: underline
}
ul.footer_menu.forPC li:last-child a {
	border: none
}
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {
	background-color:var(--full_black);
	color: #ffffff;
}
.foot-logo {
	margin-bottom: 1rem;
}
.foot_address h1 {
	border-bottom: 1px solid var(--dark);
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: var(--size_2l);
}
footer .inner {
	position: relative;
	padding: 40px 0;
}
footer .wrapper {
	overflow: hidden;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;
}
footer .column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
footer .column div {
	margin: 20px 50px;
}
footer .column a {
	color: #fff;
}
footer .foot-logo img {
	width: 310px;
	height: auto;

}
ul.foot_address_list {
	line-height: 1.6em;
}
ul.foot_address_list li {
	color: var(--gray_thin);
}

footer .column:last-child {
	margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
	margin-bottom: 0;
}
footer .column li a {
	display: block;
	padding: 5px;
}
footer .column li a:hover {
	text-decoration: underline;
}
footer .column li ul {
	margin-left: 15px;
	color: #808080;
}
footer .column li li {
	font-weight: 400;
	margin-bottom: 1px;
}
footer .foot_address {
	text-align: left;
  font-size: var(--size_1s);
}
footer .column:last-child ul {
	margin-bottom: 25px;
}
footer .column:last-child ul ul {
	margin-bottom: 0;
}
.footer_box {
  display: flex;
  justify-content: space-between;

}
ul.footer_menu {
  display: flex;
  flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 2rem;
}
.footer_menu_box {
	padding-left: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-end;
}
ul.footer_menu li{
	border-right: 1px solid #444;
	margin-bottom: 1rem;
}
ul.footer_menu li a{
  color: #fff;
  font-size: var(--size_1s);
	padding-right: 1rem;
	padding-left: 1rem;
	display: block;
	line-height: 1.2rem;
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 700;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
}
footer span.tel {
	padding-left: 10px;
}
.copyright {
	text-align: center;
	padding: 1em 0;
	letter-spacing: 0.1em;
	background-color: var(--black);
	color: var(--dark);
  font-size: var(--size_2s);

}


.footer_contact {
	background: #fff;
	color: var(--black);
	text-align: center;
}
.footer_contact_items {
	display: flex;
	justify-content: space-between;
}
.footer_contact_items .footer_contact_item{
	width: 50%;
}
.footer_contact_items .footer_contact_item:first-child {
	padding-right: 1rem;
}
.footer_contact_items .footer_contact_item .btn{
font-size: var(--size_3l);
font-weight: 700;
}
.footer_contact_item p.contact_title {
	margin-bottom: 10px;
	font-size: 20px;
}
.footer_contact_item a.footer_tel {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
}
.footer_tel_itembox {
	display: flex;
	justify-content: space-between;
}
.footer_tel_items {
	width: 50%;
}
.footer_tel_items:last-child {
	border-left: dotted 2px #666;
}
.footer_tel_items p {
	font-size: 20px;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.footer_tel_items a.footer_tel {
	font-size: 22px;
}
.footer_tel_items a.footer_tel:hover {
	opacity: 0.6;
}
/*====================
固定
====================*/
.fixed_box {
	position: fixed;
	bottom: 100px;
	left: 2%;
	z-index: 1;
}
.fixed_box ul li {
	width: 80px;
}
.fixed_box a{
	display: block;
	border-radius: 10px;
	border: 2px solid #fff;
	margin-bottom: 12px;
	text-align: center;
}

.fixed_box a span.ship{
	color: #fff;
	margin-bottom: 3px;
	margin-top: -8px;
	display: block;
}
.fixed_box .tel a{
	background-color: var(--accent);
}
.fixed_box .line a{
	background-color: var(--line);
}
.fixed_box .instagram a{
	background-color: var(--instagram);
}
.fixed_box .instagram.sg a{
	background-color: var(--instagram2);
}
.fixed_box .facebook a{
	background-color: var(--facebook);
}
/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}
/* index
---------------------------------------- */

main.index section:nth-child(n + 3):nth-child(odd) {
	xbackground:var(--gray_thin);
}
main.under section:nth-child(n + 2):nth-child(odd) {
	xbackground:var(--bg);
}
main.under section.bg{
	background:var(--bg);

}
.sub-ttl {
}
ul.top_pickupmenu_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.top_pickupmenu_box li {
	width: calc((100% - 60px) / 4);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
ul.top_pickupmenu_box li a img{
	margin-bottom: 1rem;
}
ul.top_pickupmenu_box li a {
	color: #fff;
	text-align: center;
	border: 1px solid #999999;
	border-radius: 6px;
	display: block;
	width: 100%;
	padding: 40px;
	background: var(--gradation);
}
ul.top_pickupmenu_box li a:hover{
	background: var(--gradation_hover);
}
.boarding_list_qr {
	width: 160px;
	text-align: center;
}
.boarding_list_main {
	width: calc(100% - 200px);
}
.boarding_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

section.contents.top_link{
background-color: var(--bg);
}
ul.top_link_items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.top_link_items li{
width: calc((100% - 40px) / 3);
margin-right: 20px;

}
ul.top_link_items li:nth-child(3n){
	margin-right: 0;
	}

/* #sns contact
---------------------------------------- */

section.contents.instagram_bg {
	background: url(../img/instagram_bg.jpg);
	background-size: cover;
	background-position: center center;
	padding: 0;
}
section.contents.instagram_bg .gray_filter{
	padding-top: 130px;
	padding-bottom: 130px;
}
.gray_filter {
	background: rgb(0 0 0 / 30%);
	height: 100%;
}

.contact_box li:not(:last-child) {
	margin-bottom: 40px;
}

.contact_box li:not(:last-child) {
}

main.contact .contact_box h2{
	text-align: center;
	text-shadow: 5px 5px 5px #000;
	margin-bottom: 1rem;
		}
@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
	main.contact .content_area {
    display: flex;
    justify-content: space-between;
}
	main.contact .contact_box{
		display: flex;
    flex-flow: column;
		width: 100%;
	}
	main.contact .contact_box.contact_sf{
		border-right:1px solid #fff;
		padding-right:40px;
	}
	main.contact .contact_box.contact_gg{
		padding-left:40px;
	}
	main.contact .contact_box li{
		margin-bottom: 40px;
	}
	main.contact .contact_box li a > img{
		width: 100px;
	}
	main.contact .contact_box li:not(:nth-child(2n)){
	}
	main.contact .contact_item p.explanation{
		font-size: 19px;
	}
	main.contact .contact_item p.account_id{
    font-size: 30px;
	}
}


.contact_item {
	background: #fff;
	display: block;
	padding: 30px;
	max-width: 676px;
	border-radius: 6px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact_item .contact_item_txt {
	width: 100%;
	text-align: center;
}
.contact_item p.explanation {
	font-size: 22px;
	margin-bottom: 0.75rem;
	font-weight: 700;
	line-height: 1.2em;
}.contact_item p.explanation span{
	font-size: 0.8em;
	font-weight: 400;
}
.contact_item p.account_id {
	font-size: 35px;
	font-weight: 700;
	line-height: 1em;
}
.contact_item.contact_instagram p.account_id {
color:var(--instagram);
}
.contact_item.contact_tel p.account_id{
	color:var(--accent);
}
.contact_item.contact_line p.account_id{
	color:var(--line);
}
.contact_item img.speech {
	margin-bottom: 10px;
}
/* #calendar
---------------------------------------- */
.contact_box.contact_box_mini {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.contact_box.contact_box_mini li {
	width: calc((100% - 40px) / 3);
}
.contact_box.contact_box_mini li:not(:last-child){
	margin-right: 20px;
}
.contact_box.contact_box_mini li .contact_item{
	padding: 1rem;
}
.contact_box.contact_box_mini li p.detail{
	text-align: center;
}
.contact_box.contact_box_mini li img.contact_item_icon{
	width: 60px;
}
.contact_box.contact_box_mini.calendar_c_4 li img.contact_item_icon {
	width: 55px;
}
.contact_box.contact_box_mini p.explanation{
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0;
	margin-bottom: 6px;
}
.contact_box.contact_box_mini.calendar_c_4 p.explanation {
	font-size: 16px;
	margin-bottom: 0;
}
.contact_box.contact_box_mini p.explanation span{
	font-size: 0.8em;
	font-weight: 400;
}
.contact_box.contact_box_mini p.account_id {
	font-size: 24px;
}
.contact_box.contact_box_mini.calendar_c_4 p.account_id {
	font-size: 16px;
}
.contact_box.contact_box_mini .contact_item_txt {
	text-align: left;
	padding-left: 1rem;
}
.contact_box.contact_box_mini.calendar_c_4 .contact_item_txt {
	padding-left: 0.6rem;
}
.contact_box.contact_box_mini li:not(:last-child) {
	margin-bottom: 0;
}

ul.usage_guide {
	display: flex;
	margin-bottom: 1rem;
}
ul.usage_guide li{
	margin-right:1.5rem;
	position: relative;
	padding-left:1.4rem;
	text-align: left;
}
ul.usage_guide li:before{
	position: absolute;
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	border: 1px solid #fff;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
ul.usage_guide li.sf_active:before{
	background-color:#28754e;
}
ul.usage_guide li.sf_blank:before{
	background-color:#711616;
}
ul.usage_guide li.gg_active:before{
	background-color:#1b887a;
}
ul.usage_guide li.gg_blank:before{
	background-color:#875509;
}
ul.usage_guide li.holiday:before{
	background-color:#616161;
}
.calendar_box iframe {
	width: 100%;
	height: 600px;
}

/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	width: 180px;
}
main.contact form dl dd {
	width: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: 400;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	color: #f51414;
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: -50px;
	background: #808080;
	opacity: 0.6;
	z-index: 99;
}
#page-top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page-top a::before {
  font-family: FontAwesome;
  content: '\f077';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
	bottom: -50%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
  padding: 1rem 0px;
  font-size: var(--size_1s);
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	color: var(--gray);
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
  color: var(--dark);
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
  color: #fff;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層
 ====================*/
 section.pages-header {
  background: #ddd;
  padding: 50px 0;
}
.secondary_items:not(:last-child) {
	margin-bottom: 2rem;
}

.tertiary_items:not(:last-child) {
	margin-bottom: 1.5rem;
}
.title_box {
	padding-bottom: 50px;
}
h1.pages-h1 {
}
h2.pages-h2{
	font-size: var(--size_4l);
	position: relative;
	xpadding: 20px 0;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 1rem;
}
h2.pages-h2:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 60px;
	height: 4px;
	margin: 0 auto;
	text-align: center;
	background:var(--key);
	background-position: center;
	background-repeat: no-repeat;
}
h3.pages-h3 {
	font-size: var(--size_3l);
	border-width: 0 0 0 4px;
	border-style: solid;
	border-color: var(--key);
	margin-bottom: 1em;
	padding-left: 0.5em;
	text-align: left;
}
h4.pages-h4 {
	font-size: var(--size_2l);
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #fff;
  text-decoration: none;
	margin-bottom: 0.75em;
}
h4.pages-h4:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent var(--key);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
h5.pages-h5 {
	font-size: var(--size_m);
	margin-bottom: 0.5em;
	border-bottom: 1px solid var(--key);
	padding-bottom: 0.5rem;
}
p.catch {
	text-align: center;
	margin-top: 2rem;
	font-size: var(--size_1l);
	line-height: 1.6em;
}
p.read {
  font-size: var(--size_r);

}
p.detail {
  font-size: var(--size_1s);
}
p.advertise{
	font-size: var(--size_1l);
	font-weight: 700;
	margin-bottom: 0.5rem;
}
table.office_table {
	width: 100%;
	line-height: 1.4em;
}
.office_table th {
	background-color: #eee;
	color: var(--black);
	border: solid 1px #777;
	padding: 1rem;
	text-align: center;
}
.office_table td {
	background-color: #fff;
	border: solid 1px #777;
	padding: 1rem;
	color: var(--black);
}
section.contents {
	padding: 50px 0px;
}


.course_table{
	display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.course_table li{
  display: table-cell;
  vertical-align: middle;
}

ul.rental_img {
	margin-top: 1rem;
	display: flex;
}
ul.rental_img li{
	margin-right: 1rem;
}
.sea_area {
	text-align: center;
	margin-bottom: 2rem;
}

/*====================
business
 ====================*/
article.business_box {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}
.business_box_right {
	padding-left: 10px;
}
.business_box_left {
	padding-right: 10px;
}
p.business_img_box {
	width: 250px;
	height: auto;
}
.business_box h3 {
	background-color:var(--key);
	text-align: left;
	color: #fff;
	padding: 10px;
}
p.comment {
	text-align: left;
	padding: 10px;
}
/*====================
company
 ====================*/

ul.list li {
}

/*	お知らせ
------------------------------------------------------------*/
.info p.day {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.info p.ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #999;
  font-weight: 700;
  padding-bottom: 10px;
}
.info .topicsText {
  margin-bottom: 2em;
}

.info p.item-image {
  text-align: center;
}

.info p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.info .news_area {
  padding: 50px;
  margin-bottom: 50px;
  /* border: 3px solid #ccc; */
  /* border-bottom: 2px solid #ccc; */
  /* border-top: 2px solid #ccc; */
  width: 100%;
  margin: 30px auto;
  background-color: #f6f6f6;
}
.info .topics{
  margin-bottom: 1em;
}
.topics .topicsPhoto.photoZoom:not(:last-child) {
  margin-bottom: 1rem;
}

/*====================
access
 ====================*/
.access iframe {
	width: 100%;
	height: 380px;
}
/*	pager
------------------------------------------------------------*/
.pageArea-item {
  padding-top: 30px;
}
ul.pageArea-navi-number {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;    width: 50%;
  margin: 0 auto;
}
.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
    margin-right: 10px;
list-style: none;
}
ul.pageArea-navi-number li a{
text-decoration: none
}
ul.pageArea-navi-number li a:hover{
background-color: #f9e33e;
}
span.pager_index {
 background-color: #f8f8f8; border: 1px solid #ccc;
  padding: 5px 10px;color: #333;display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: #f8f8f8;
 border: 1px solid #C7383A;
  padding: 5px 10px;
  color: #333;
}
.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
