@charset "utf-8";

/* Base
----------------------------------------------- */
body {
	background: #fff;
	/* background: #fffaf0; */
}


/* Common
----------------------------------------------- */
h1.logo {}
h1.logo a {
	
}
a > .imgBox {
	border-radius: 10px;
	transition: all 0.3s;
}
a:hover > .imgBox {
	box-shadow: 0 0 1px 4px rgba(193,243,244,0.9);
	transform: scale(1.01);
}
a:hover > .imgBox img {
	
}

ul, ol {
	padding-left:1.5em;
  }
h2.ttl {
	font-family: komorebi-gothic-P;
}
h2 {
	font-family: komorebi-gothic-P;
	color: #1a1a1a;
}
h1 {
	font-family: komorebi-gothic-P;
	color: #1a1a1a;
}

/* Button
----------------------------------------------- */
.moreBtn a,
.readMore a {
	color: #1a1a1a;
	background: rgba(255,255,255,1);
	border: #1a1a1a solid 1px;
	border-radius: 15px;
	transition: 0.3s;
}
.moreBtn a:hover,
.readMore a:hover {
	color: #FFF;
	background: #1ec0ff;
	transition: 0.5s;
	border: #fff solid 1px;
}

.bkBtn {
	font-size: 1.5em;
	text-align: center;
	
	margin-top: 3em;
}

.bkBtn a {
	color: #4d4d4d;
	text-decoration: none;
}
.bkBtn a:hover {
	color: #1ec0ff;
	
}
.pdfBtn p{
	text-align: right;
	line-height: unset;
}

.pdfBtn a {
	display: inline-block;
	color: #1a1a1a;
	border: #4d4d4d solid 1px;
	background: rgba(255, 255, 255, 1);
	border-radius: 15px;
	transition: 0.3s;
	text-decoration: none;
	padding: 1em;
	
}

.pdfBtn a:hover {
	color: #fff;
	background: rgba(78, 203, 252, 1);
	border-radius: 15px;
	transition: 0.3s;
	text-decoration: none;
}


/* Slick
----------------------------------------------- */
.slick-loading .slick-list {
    background: #fff url(images/loading.gif) center center no-repeat;
}
.slick-list {
	border-color: #7BBE34;
	border-style: solid;
	border-width: 2px;
	border-radius: 30px;
	overflow: hidden;
}
.slick-slide {
	overflow: hidden;
}


/* Lightbox
----------------------------------------------- */


/* feature images
----------------------------------------------- */
.feature-images {
	width: 100%;
	height:auto;
	position: relative;
	/* overflow: hidden; */
}

.feature-images img {
	width: 100%;
	height:auto;
	margin-bottom: -1px;
}


.feature-images .slider-landscape {}
.feature-images .slider-portrait {
	display: none;
}
.waveimg {
	position: absolute;
  	bottom: 0px;	
}

.wavetext {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0 auto;
	padding:0;
	color: #fff;
	font-size: 2.5em;
	font-weight: bold;	
    animation-name: fadein;
	animation-duration: 2s;
	text-shadow: 1px 2px 5px #4d4d4d; 
}

p.wavetext {
	font-family: komorebi-gothic-P;
	text-align: center;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* Flex Box
----------------------------------------------- */
.flexList a {
	color: #000;
}
.flexList.pane2 li {
	max-width: calc(600px + 2em);
}
.flexList .caption > .ttl {
	font-size: 1.5em;
    color: #4d4d4d;
    font-weight: bold;
	position: relative;
	display: inline-block;
	padding-bottom: 1em;
	/* padding: 0.5em 2em 1em 2em; */
}




/* Header
----------------------------------------------- */
header.transparent {
	position: absolute;
	top: 0;
	left: 0;
}
header.transparent > #header {
	background: rgba(255,255,255,0.82);
}
#header {
	position: relative;
	z-index: 1001;
	/*background: #fffaf0;*/
	transition: all 0.3s;
	background-color: #fff;
}
#header-clone {
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 0 3px #1ec0ff;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: all 0.5s ease 0.2s;	
}
#header-clone.fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	transition: all 0.5s ease-in 0.2s;
}
header.nav-opened #header-clone {
	box-shadow: none;
	transition: all 0.3s;
	/*-webkit-transform: translateY(0%);
	transform: translateY(0%);*/
}


#header-clone .secondaryNav p {
	height: 0;
}
.secondaryNav_top {
	display:-webkit-flex;
	display: flex;
	justify-content: space-between;
	color: #1a1a1a;
	background-color: #fff;
	/* background: url(images/common/bg-wood.jpg) #1ec0ff top center no-repeat; */
	background-size: cover;
	min-height: 50px;
	transition: all 0.3s;
	border-bottom: solid 1px #ccc;
	padding: 0.5em 3em;
}
.secondaryNav_top img {
	/* height: 100%; */
	width: auto;
}

.secondaryNav_top .right {
	display:-webkit-flex;
	display: flex;
	align-items: center;
}	
.secondaryNav_top .sns {
	display: inline;
	padding-right: 0.3em;
	margin-right: 1em;
}

.secondaryNav_top .snsitem {
	
	padding-right: 0.3em;
	
} 

.secondaryNav_top .sns img {
	padding-right: 0.3em;
}
.secondaryNav_top .sns img:hover {
	opacity: 0.7;
	}
.secondaryNav_top .contact::after {
	content: 'mail';
    display: block;
    width: 2px;
	height: 0;
	color: #1ec0ff;
    /* vertical-align: middle; */
    /* background: url(../images/common/manu_li.png);
    background-size: 9px 10px; */
    /* margin-left: 5px; */
}

.secondaryNav_top .tel {
	display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   align-content:space-between;
   margin: 0 1em;
	}

.tel_tainoura {margin-bottom: 0.1em;}

.tel_ohato {}


.btn_box {
	border: solid 1px #4d4d4d;
	color: #1a1a1a;
	padding: 3px;
	font-size: 100%;
	border-radius: 5px;
	font-weight: bold;
	/* マウスアウト時、0.5秒かけて背景色をアニメーションさせる */
    transition: background-color 0.3s;
}

.btn_box:hover {
	border: solid 1px #1ec0ff;
	background-color: #1ec0ff;
	color: #fff;
	/* マウスオーバー時、1秒かけて背景色をアニメーションさせる */
    transition: background-color 0.5s;
}

.secondaryNav_top a {
	text-decoration: none;
}

.bar {
	color: #FFF;
	background-color: #1ec0ff;
	/* background: url(images/common/bg-wood.jpg) #1ec0ff top center no-repeat; */
	background-size: cover;
	min-height: 10px;
	transition: all 0.3s;
}
.secondaryNav {
	/* color: #FFF;
	background-color: #1ec0ff; */
	/* background: url(images/common/bg-wood.jpg) #1ec0ff top center no-repeat; */
	background-size: cover;
	/* min-height: 10px; */
	transition: all 0.3s;
}
.secondaryNav p {
	padding: 0.5ex 1em;
	overflow: hidden;
}
header .primaryNav {
	padding: 0 1em;
	margin: 0 auto;
}
.primaryNav > .menus .text-tel,
.primaryNav > .menus .text-tel a {
	color: #1ec0ff;
}
.primaryNav > .menus .btn-tel::before {
	color: #1ec0ff;
}
.primaryNav > .menus .btn-tel {
	border: #1ec0ff solid 2px;
	border-radius: 4px;
}
.primaryNav > .menus .btn-tel::after {
	background: none;
}


/* Footer
----------------------------------------------- */

footer {
	width: 100%;
	margin-top: -30px;
}
#sineCanvas {
    float: left;
    margin-top: 0px;
    margin-bottom: -2px;
}

footer .primaryNav h1.logo a {
	background-image: url("../images/footer_logo.png");
	z-index: 9999999;
}

#footNav ul li a {
	color: #fff;
	white-space: nowrap;
}
#footNav li li a {
	color: #e9f9ff;
	white-space: nowrap;
}
#footNav ul li a:hover {
	color: #fff;
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.partition {
	margin-bottom: 2em;
}
#copyright {
	font-size: small;
	background: #1ec0ff;
	/* padding: 1em 0; */
	padding-top: 30px;
	color: #333333;
}

/* Navigation [PC GLOBAL NAVIGATION]
----------------------------------------------- */
.gnav {
	display: flex;
	justify-content: center;
    height: 2rem;
    margin: 0 auto;
	width: 1000px;
	/* width: auto; */
	padding-left:0px;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 120px;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}

a.gnavtop {
	border-left: 2px solid #1ec0ff;  
}

.gnav li a.menu_01{
	border-left: 2px solid #1ec0ff;
}
.gnav li a {
    /* background: #fff; */
	border-right: 2px solid #1ec0ff;   
    display: inline-block;
    height: 3rem;
    line-height: 4rem;
    text-align: center;
    text-decoration: none;
	/* width: 100%; */	
	transition: all 0.4s;
	color: #4d4d4d;
	font-size: 110%;
	white-space: nowrap;
	width: 120px;
	/* font-family: komorebi-gothic-P; */
}

.gnav li a:hover {
	color: #1ec0ff;
}

.gnav li a ::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	vertical-align: middle;	
} 

/*子階層以降共通*/
.gnav li ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.gnav li li {
    /* height: 80px; */
    overflow: hidden;
	transition: .5s;
}
.gnav li li a {
	line-height: 3rem;
	border-top: 1px solid #eee;
	background: #1ec0ff;
	color: #fff;
	opacity: 1;	
}

.gnav li li a:hover {
	background: #58d0ff;
	color: #fff;
	opacity: 0.7;	
}
.gnav li:hover > ul > li {
    height: 4rem;
	overflow: visible;
}

#pcNav {
	padding: 1em 0 0;
	width: 100%;
}

.pcMenu {
	width: 100%;
	/* margin-left: auto;*/
	margin-right: 0; 
	margin: 0 auto;
}

#pcNav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
#pcNav li li a {
    border-top: 1px solid #eee;
}
#pcNav li:hover > ul > li {
    height: 3rem;
    overflow: visible;
}
 #pcNav ul li a.menu_01 ::before {		
		background: url(../images/common/menu_01.png)center center no-repeat;
} 

#pcNav ul li a.menu_02 ::before {
	background: url(../images/common/menu_02.png)center center no-repeat;
} 

#pcNav ul li a.menu_03 ::before {
	background: url(../images/common/menu_03.png)center center no-repeat;
} 

#pcNav ul li a.menu_04 ::before {		
	background: url(../images/common/menu_04.png)center center no-repeat;
} 

#pcNav ul li a.menu_05 ::before {
background: url(../images/common/menu_05.png)center center no-repeat;
} 

#pcNav ul li a.menu_06 ::before {
background: url(../images/common/menu_06.png)center center no-repeat;
} 

#pcNav ul li a.menu_07 ::before {
	background: url(../images/common/menu_07.png)center center no-repeat;
} 
	
#pcNav ul li a.menu_08 ::before {
background: url(../images/common/menu_08.png)center center no-repeat;
}

.click_{
	pointer-events: none;
  }

/* Navigation [TOGGLE MENU]
----------------------------------------------- */
.toggleMenu .navBar {
	background: #1ec0ff;
}


/* Navigation [GLOBAL NAVIGATION]
----------------------------------------------- */
#navBox {
	background: rgba(255,255,255,0.95);
}
#navBox .gloNav li span {
	padding: 0.5em 0;
	line-height: 1.6;
	color: #1ec0ff;
	font-weight: bold;
}


#navBox .gloNav li a {
	border-radius: 4px;
	/* font-size: 1.2em;
    line-height: initial; */
}
#navBox .gloNav li a::after {
	color: #3E3A39;
}
#navBox .gloNav li a:hover {
}
#navBox .gloNav li a:hover span::before {
	width: 100%;
}

.webbtn_sp {
	border: solid 1px #4d4d4d;
	color: #1a1a1a;
	padding: 1em 1.5em;
	font-size: 100%;
	border-radius: 1.5em;
	font-weight: bold;
	margin-right: 0.5em;
	
}

.webbtn_sp::before {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 0;
    line-height: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    content: "\f2a0";
    font-weight: 700;
    color: #f15a24;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}


/* Contents
----------------------------------------------- */

.plan_pdf {
	color: #1a1a1a;
    /* background: rgba(255,255,255,1);
    border: #1a1a1a solid 1px; */
    border-radius: 15px;
	transition: 0.3s;
	padding: 0.8em;
	display: block;
	width: 30%;
    font-size: 1.2em;
    margin: 0 auto 1em;
}

.headline .ttl {
	letter-spacing: 2px;
	/* padding: 0 1.5em; */
	line-height: 1.6;
	color: #4d4d4d;
}

.headline .ttl_sub {
	letter-spacing: 2px;
	padding: 0 1.5em;
	font-size: 1.5em;
	color: #4d4d4d;
	font-weight: bold;
}

.headline .ttlred{
	padding: 20px 50px 0 50px;
}

.headline .ttlred::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 86px;
	background: url("../images/common/ttlred_before.png") left top no-repeat;
}
.headline .ttlred::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	background: url("../images/common/ttl_01.png") center center no-repeat;
}


/*-----------*/
.headline .ttl_green{
	padding: 0px 60px 20px 50px;
}

.headline .ttl_green::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 46px;
	background: url("../images/common/ttl_green.png") right top no-repeat;
}


.headline .ttl_yellow {
	padding: 0px 0px 0px 0px;
}


.headline .kamome_home {
	margin: auto;
	padding-right: 10%;
	width: 1000px;
	padding-top: 1em;
}

.headline .kamome_line {
	margin: auto;
	padding-right: 30%;
	width: 1000px;
	padding-top: 30px;
}

.headline .kamome::before {
	content: '';
	display: inline-block;
	width: 83px;
	height: 40px;
	background-image: url(../images/common/ttlyellow_before.png);
	background-size: contain;
	vertical-align: middle;
}

.headline .kamome_R {
	margin: auto;
	padding-left: 20%;
	width: 1000px;	
	padding-top: 20px;
}

.headline .kamome_R::before {
	content: '';
	display: inline-block;
	width: 76px;
	height: 53px;
	background-image: url(../images/common/kamome_R.png);
	background-size: contain;
	vertical-align: middle;
}

.headline .ttl_yellow::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	background: url("../images/common/ttl_yellow.png") center center no-repeat;
}

.headline .ttl_blue {
	padding: 0px 0px 3px 0px;
}

.headline .ttl_blue::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	background: url("../images/common/ttl_blue.png") center center repeat;
}

.headline .ttl_orange {
	padding: 0px 0px 3px 0px;
}

.headline .ttl_orange::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	background: url("../images/common/ttl_orange.png") center center repeat;
}

.headline .ttl_dblue {
	padding: 0px 0px 3px 0px;
}

.headline .ttl_dblue::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	background: url("../images/common/ttl_deepblue.png") center center repeat;
}

.headline .ttl_marine {
	padding: 0px 0px 3px 0px;
}

.headline .ttl_marine::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	background: url("../images/common/ttl_marine.png") center center repeat;
}
.headline .ttl_marine::before {
	position: absolute;
	top: 0;
	/* left: 120px; */
	right: 100px;
	content: "";
	width: 100%;
	height: 86px;
	background: url("../images/common/ship_icon.png") left top no-repeat;
}

.sub_ttl {
	font-size: 1.15em;
	border-bottom: #7bbe34 dashed 1px;
	padding: 0.5em 0;
}

.line::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	background: url("../images/common/line.png") center center repeat;
}

/*---トップページ----------------------------------------*/

/*訳*/

div#glt-translate-trigger {
    bottom: auto;
    top: 0;
	right: 0;
	width: 32px;
    background: #003785;
    border-radius: 5px 0 0 5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    /* position: relative; */
    float: left;
	height: auto;
	padding: 6px 0 3px;
}

span.notranslate {
	display: inline-block;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    cursor: pointer;
    color: #fff;
    padding: 30px 3px 24px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

span.notranslate:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060";
    position: absolute;
    bottom: 7px;
    right: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
}
span.notranslate:before {	 
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
	content: "\f57e";
	position: absolute;
	top: 7px;
	right: 0;
	left: 3px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}

/*------*/

.top_info {
	width: 100%;
	height: 200px;
	margin: 0 0 1em 0;
	padding-top: 1em;
	background-color: #f9fdfd;
	font-size: 1.2em;
	overflow-y: scroll;
}

.top_info ul {
	padding-left: 0;
}

.top_info a {
	color: #3E3A39;	
	
}

.top_info a:hover {
	opacity: 0.5;
	color: #1ec0ff;		
}

.top_info li {
	margin: 0 1em;	
}

hr.info {
	border-top: 2px dotted#6fd6ff;
    border-right: none;
    border-bottom: none;
    border-left: none;
	/* height: 2px;
	background-color:#6fd6ff; */
	width: 100%;
	/* border: none; */
	margin-bottom: 1em;
}



.fb {
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 0px;	
	text-align: center;
}

.fb iframe {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#information {
	background: #FFFCE4;
}

.infottl {
	color: #1ec0ff;
	position: relative;
	display: inline-block;
	padding: 0.5em 2em 1em 0em;
	font-size: 1.75em;
}

.pagettl {
	color: #1ec0ff;
	position: relative;
	display: inline-block;
	padding: 0.5em 0em 1em 0em;
	font-size: 1.75em;
	font-weight: bold;
}
.pagettl p{
	display:inline-block;
	vertical-align:top; /*縦方向の揃え位置を指定*/
   }

.top-news {
	max-width: 205.6px;
	margin-left: auto;
	margin-right: 0px;
}

.top-news .moreBtn a {
	padding: 1em 3em;
}

.newicon {
	color: #ff0000;
	margin: 0 1em;
}

.instagram {
	margin-bottom: 5em;
	width: 100%;
	-webkit-flex-direction: row;
   flex-direction: row;
}

.insta_box {
		width: 30%;
		height: auto;
}
/* concept
----------------------------------------------- */
#concept .headline {
	margin-bottom: 6em;
}

#wrapper > section#TOP_01 {
	padding: 20px 0 30px;
	margin-bottom: 0;
	background-color: #1ec0ff;
}

section#TOP_01 {
	padding: 40px 0;
	margin-bottom: 0;
	background-color: #1ec0ff;
}


.todayservice {
	max-width: 1080px;
    margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	/* justify-content: space-around; */
}

.service {
	position: absolute;
	bottom: 60px;
	right: 60px;
	height: calc(100% - 120px);
	min-height: 300px;
	/* -ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%); */
	/* transform: translate(-50%,-50%); */
	background: url(../images/common/background.png) #f6e099 top center no-repeat;
	width: 300px;
	padding: 1.5em;
	border-radius: 2em;
	color: #1a1a1a; 
	/* display: block; */
}

.service .Box {
	background-color: #fff;
	width: 100%;
	height: calc(100% - 160px);
	min-height: 100px;
	padding: 1em;
	padding-bottom: 0.3em;
	font-size: 1.2em;
	color: #1a1a1a;
	margin-right: 1.5em;
	position: relative;
	border-bottom: dotted 3px #ccc;
	overflow-y: scroll;
}

.service .Box a {
	font-size: 100%;
	color: #1a1a1a;
	text-align: right;
	}

.service .Box span {
	display: contents;
	color: #1a1a1a;
	float: right;
	position: relative;
	bottom: 1em;
	right: 1em;
	}
	
.service div.weather{
	background-color: #fff;
	width: 100%;
	height: 100px;
	min-height: 70px;
	padding: 1em;
	font-size: 1.2em;
	color: #1a1a1a;
}

.today_service{
	padding: 20px 50px 0 50px;
}
 .today_service::before {
	position: absolute;
	top: 0;
	/* bottom: 0; */
	left: -38px;
	content: "";
	width: 300px;
	height: 62px;
	background: url("../images/common/service_icon.png") left top no-repeat;
} 

.today_service h4 {
	font-size: 1.5em;
	font-family: komorebi-gothic-P;
}

.today_service p {
	font-size: 1.1em;
	margin-bottom: 5px;
}

.today_service {
	position: relative;
	margin: auto 3em;
	text-align: center;
	padding-top: 50px;
	color: #4d4d4d;
	padding: 0px 0px 3px 0px;
}
.today_service > .ttl {
	position: relative;
	display: inline-block;
}



/* topics
----------------------------------------------- */
#wrapper > section#topics {
	position: relative;
	background: #def6ff;
	padding-bottom: 120px;
	margin-bottom: 0px;
}

section#topics {
	position: relative;
	background: #def6ff;
	padding-bottom: 120px;
	margin-bottom: 0px;
}


#topics .addition {
	padding: 0;
	-webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
	align-items: flex-end;
}

#topics .addition > .moreBtn a {
	padding: 0.5em 1.5em;
}
#topics .news-list article {
	margin-bottom: 20px;
}

.flex {
	display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   justify-content: space-around;
   margin: 10px;
}

.flex h2{
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	/* font-family: komorebi-gothic-P; */
}

.flex p{
	font-size: 1.4em;
	font-weight: normal; 
	text-align: left;
	padding-top: 10px;
	/* font-family: komorebi-gothic-P; */
}

.top_about01{
	width: 30%;
	text-align: center;
	padding-top: 2em;
}

.top_about02{
	width: 70%;
	padding: 10px 10px;
}

/* お問い合わせ
----------------------------------------------- */
#contact {
	width: 70%;
	margin: 0 auto 5em auto;
}
.contact_text {
	text-align: left;
}

.contact_top {
	width: 70%;
	font-size: 1.2em;
	margin: auto;
	padding-bottom: 2em;
}

.code {
	width: 30%;
	margin: 0 auto;
	text-align: center;
}
.code img {
	width: 80%;
	padding: 20px 0;
	margin: auto;
	text-align: center;
}

div.wpcf7 img.ajax-loader {
	border: none;
    vertical-align: middle;
    width: 30px;
    margin-left: 4px;
}


/*送信ボタンのカスタマイズ — */
input.wpcf7-submit {
	display: block;
	width: 200px;
	padding:0.5em;/* ボタン内の余白 */
	margin:2em auto;/* ボタンの上下にのみ余白 */
	background: #1ec0ff;/* 背景色 */
	border-radius: 5px;/* 角を丸く*/
	color: #fff;/* 文字の色*/
	font-size: 18px;/* 文字の大きさ */
	font-weight: bold;/* 太字*/
	}
	input.wpcf7-submit:hover {
	opacity: 0.8;/* マウスオンで半透明に */
	}

	.wpcf7-form{
		margin: 0 auto;
	}	

/* TOPへ
----------------------------------------------- */

#page_top{
	width: 100px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.95;
	border: solid 3px #f99c08;
	border-radius: 15px;
	filter: drop-shadow(7px 7px 5px rgba(12, 12, 12, 0.2));
	z-index: 99999; 
  }

  #page_top:hover{
	opacity: 0.7;
  }

  #page_top a{
	position: relative;
	display: block;
	width: 100px;
	height: 60px;
	text-decoration: none;
  }
  #page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #f15a24;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -25px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  }
  #page_top a::after{
	content: 'TOP';
	font-size: 13px;
	color: #f15a24;
	position: absolute;
	top: 30px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  }

/*web予約ボタン----------------------------*/
#web_btn{
	width: 100px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 150px;
	background: #f99c08;
	opacity: 0.95;
	border: solid 3px #f99c08;
	border-radius: 15px;
	filter: drop-shadow(7px 7px 5px rgba(12, 12, 12, 0.2));
	z-index: 888888;
  }

  #web_btn:hover{
	opacity: 0.7;
  }

  #web_btn a{
	position: relative;
	display: block;
	width: 100px;
	height: 60px;
	text-decoration: none;
  }
  
  #web_btn a::after{
	content: 'WEB予約';
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 20px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  } 

/*各ページ
---------------------------------------------*/

.pagetop_text {
	position: relative;
	margin: 2em auto 3em;
	/* text-align: center; */
}

.pagetop_text p {
	line-height: 1.8em;
}
.pagetop_text ul {
	text-align: left;
	font-size: 1.3em;
	line-height: 2em;
	margin-bottom: 20px;
}
.pagetop_text .rese_btn{
	margin-bottom: 15px;
}
.rese_btn div {
	border:solid 3px #f99c08;
	border-radius: 10px;
	display: inline;
	padding: 3px 10px;
	margin-right: 20px;
	font-weight: bold;
}

.yellow {
	/* background: url(images/common/background.jpg) #f6e099 top center no-repeat;  */
	background: url("../images/common/background.png") #f6e099 top center repeat; 
	
	/* margin-bottom: 5em; */
	/* padding: 10px; */
	
}

.yellow_box {
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 3em;
	padding: 10px;
	border-radius: 10px;
	color: #1a1a1a;
	font-size: 100%;
}

.yellow.moreBtn {

}

.paper {
	/* background: url(images/common/bk_paper.jpg) #fffdf6 top center repeat;  */
	background: url("../images/common/bk_paper.jpg") #fffdf6 top center repeat; 

}



section#about_kamigoto {
	padding: 30px 0;
}

/*上五島について*/
.about_box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	}

.about_boximg {
	width: 47%;
}

.about_boximg img{
	width: 100%;
	height: auto;
	
}

.about_boxtext {
	width: 47%;
	font-size: 1.3em;
	line-height: initial;
}

.about_boxtext h4 {
	padding-bottom: 1.5em;
	font-size: 1.5em;
	line-height: initial;
}

.about_boxtext img {
	widows: 174px;
	height: auto;
}

/*運賃航路
-------------------------------------------*/
#line {
	margin-bottom: 5em;;
}

.line_table {
	padding-bottom: 5em;
	width: 95%;
	margin: 0 auto;
}

table.timetable01 {
	width: 100%;
	font-size: 1.4em;
	margin: auto;
	color: #1a1a1a;
}

table.timetable01 th {
	font-weight: bold;
}

table.timetable01 th,table.timetable01 td {
	
	border-bottom:solid 3px white;
	text-align: center;
	vertical-align: middle;
	padding: 0.7em 0;
} 

.route {
	background-color: #67a8fa;
	color: #fff;
	font-weight: bold;
}


th.route01 {
	background-color: #77D3EE;
width: 40%;	
}
td.route01 {
	background-color: #d6f2fa;
	
}

th.route02 {
	background-color: #A2ED8B;
	width: 40%;
}
td.route02 {
	background-color: #dff9d7;
	
}


table.moneytable {
	width: 100%;
	font-size: 1.4em;
	margin: 0 auto 1em auto;
	color: #1a1a1a;
}

table.moneytable1 th {
	font-weight: bold;
}

table.moneytable th,table.moneytable td {
	
	border-right:solid 2px white;
	text-align: center;
	vertical-align: middle;
	padding: 0.7em 0;
} 

.money {
	background-color: #67a8fa;
	color: #fff;
	font-weight: bold;
}

td.money01 {
	background-color: #d6f2fa;
	
}

td.money02 {
	background-color: #b2e4f3;	
}

table.line_ps {
	width: 100%;
	font-size: 1.4em;
	margin: 1.5em auto;
	color: #1a1a1a;
}

table.line_ps th {
	text-align: center;
	background-color: #ffc8c8;
	
	vertical-align: middle;
	padding: 0 1em;
}

table.line_ps td {
	padding: 1em 1em 1em 1em;
	vertical-align: middle;
}

/*乗船案内
-------------------------------------------*/
.guide_box {
	max-width: 1080px;
	margin: 1em auto 0;
	margin-bottom: 3em;
	padding: 1em 2em;
	border-radius: 10px;
	color: #1a1a1a;
	font-size: 100%;
	text-align: left;
}

.guide_box h2 {
	font-size: 1.3em;
	padding-bottom: 10px;
} 

.guide_box ul {
	padding-top: 10px;
	font-size: 1.1em;
}

.check ul {
	display: inline-block;
	text-align: left;	
	width: 45%;
}

.bag ul { 
	text-align: left;	
	margin: auto;
	font-size: 100%;
	/* width: 60%; */
	line-height: initial;
}

.terminal {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 2em;
}

.terminal_line {
	border-bottom: dotted 3px #ccc;
	/* margin-bottom: 2em; */
}

.terminaltext h4{
	font-weight: bold;
	color: #1a1a1a;
	font-size: 1.2em;
	position: relative;
	padding-bottom: 3px;
	display: inline-block;
	margin-bottom: 2em;
}

.terminaltext h4::after{
	position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.5em;
} 

.tainoura h4::after{
	background: rgba(48, 130, 224, 0.3);
}

.nagasaki h4::after{
	background: rgba(224, 60, 48, 0.3);
} 
.terminaltext p {
	padding-left: 1em;	
}

.terminalimg {
	width: 47%;
	margin: auto;
}


.terminalimg iframe{
	width: 100%;
	margin: auto;
}

.terminaltext {
	width: 47%;
	font-size: 1.3em;
	line-height: initial;
}

.terminaltext img {
	widows: 174px;
	height: auto;
}

.white_box {
	width: 100%;
	background-color: #fff;
	padding: 1em 2em;
	color: #1a1a1a;
	border-radius: 15px;
}
.pay_type {
	width: 85%;
	margin: auto;
}
.text-center .pay_type p {
	text-align: left;
}

/*宿泊プラン
----------------------*/
.news-list .plan_day {
	padding-top: 1em;
	border-top: rgba(48, 130, 224, 0.3) solid 7px;
}

.news-list .plan_stay {
	padding-top: 1em;
	border-top: rgba(224, 60, 48, 0.3) solid 7px;
}

.news-list .plan_item {
	padding: 1em 0;
	background-color: #fff;
	border-radius: 1em;
	filter: drop-shadow(7px 7px 5px rgba(12, 12, 12, 0.2));
}

/*船舶紹介
----------------------*/
.onboard {
width: 30%;
font-size: 100%;
margin-right: 0.5em;
}

.onboard img {
	width: 100%;
	height: auto;
	}

.onboard img:hover{
		opacity: 0.7;
	  }
	
.shipimg {
	width: 50%;
}

.pswp__caption__center {
    text-align: center;
    max-width: 420px;
    margin: 0 auto 10%;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}

/*売店
----------------------*/

.shop {
	display: inline;
	text-align: center;
	}


.shopimg {
	width: 100%;
	}
.shoptext {
	width: 95%;
	font-size: 1.3em;
	line-height: initial;
	margin: auto;
	display: block;
	margin: 1em auto 5em;
	}
.memo {
	padding: 1em 2em;
	border-radius: 10px;
	/* margin-top: 1em; */
	}

h1.point {
	position: relative;/*相対位置*/
	padding-left: 1.5em;/*アイコン分のスペース*/
	line-height: 1.4;/*行高*/
	font-size: 1.3em;
	color: #f77c73;
	}

h1.point:before {
	font-family: "Font Awesome 5 Free";/*忘れずに*/
	content: "\f111";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1.4em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: -0.2em;/*アイコンの位置*/
	color: #ffa7a1;
	}

/**/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	.cp_cssslider {
	width: 100%;
	padding-top: 500px; /* 画像の高さ */
	position: relative;
	margin: 2em auto;
	text-align: center;
	}
	.cp_cssslider > img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	transition: all 0.5s;
	border-radius: 3px;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
	}
	.cp_cssslider input[name='cp_switch'] {
	display: none;
	}
	/* サムネイル */
	.cp_cssslider label {
	margin: 15px 5px 0 5px;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
	border-radius: 3px;
	width: 100px;
	}
	.cp_cssslider label:hover {
	opacity: 0.9;
	}
	.cp_cssslider label img {
	display: block;
	width: auto;
	border-radius: 2px;
	}
	.cp_cssslider input[name='cp_switch']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
	}
	.cp_cssslider input[name='cp_switch'] ~ img {
	opacity: 0;
	}
	.cp_cssslider input[name='cp_switch']:checked + label + img {
	opacity: 1;
	}
/*会社概要
-------------------------------------------*/
#about {
	width: 80%;
	margin: 2em auto 5em;
}
table.about{
	width: 100%;
	border-spacing: 0;
	font-size: 1.4em;
	color: #1a1a1a;
	margin: 0 auto 2em;
}

table.about th{
/* border-bottom: solid 3px #1ec0ff; */
border-bottom: solid 3px #fff;
border-right: solid 2px #1ec0ff;
background-color: #77D3EE;
padding: 0.7em 0;
width: 30%;
}

table.about td{
border-bottom: solid 3px #fff;
background-color: #b2e4f3;
/* border-bottom: solid 3px #ddd; */
text-align: left;
padding: 0.7em;
}

.about_shipBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom: 2em;
	width: 100%;
}  
.about_ship{
	width: 40%;
	font-size: 1.4em;
}

.about_ship img{
width: 100%
}
	
/*共通
--------------------------------------*/
.red {
	color: red;
}

.blue {
	color: blue;
	}

.pagetext h4 {
	font-weight: bold;
	color: #1a1a1a;
	line-height: 1.75;
	font-size: 13pt;
	font-family: komorebi-gothic-P;
}

h4.capter {
	font-size: 1.4em;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 0.5em;
}

h4.point {
	line-height: 1.4;/*行高*/
	font-size: 1.2em;
	padding-left: 1.5em;
	margin-top: 20px;
	/* padding-bottom: 10px; */
  }

p.point {
	padding-left: 1.5em;
}

p.indent {
	text-indent: -1em;
    padding-left: 1em;
    margin: 0px;
    margin-bottom: 10px;
}

section#Box {
	padding: 3em 0;
	margin-bottom: 0;
}

ul.note {
	font-size: 17px;
	margin: 10px 0 20px;
}
span.note {
	font-size: 17px;
}

h2.his {
	font-weight: bold;
	color: #1a1a1a;
	line-height: 1.75;
	font-size: 1.5em;
	font-family: komorebi-gothic-P;
	
}

h4.his {
	font-weight: bold;
	color: #1a1a1a;
	line-height: 1.75;
	font-size: 1.1em;
	padding: 15px 0 0px 0;
	font-family: komorebi-gothic-P;
}

section#bottom {
	position: relative;
	padding-bottom: 200px;
	padding-top: 3em;
}


/* News List
----------------------------------------------- */
.news-list {
	max-width: 1024px;
	justify-content: space-between;
	margin-bottom: 3em;
}
.news-list a {
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	color: #000;
	background: none;
}
.news-list article {

}
.news-list .post-overview {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 0 1.5em;
	/* height: 480px; */
}

.news-list .plan {
	 height: 480px;
}

.news-list .post-title {
	padding: 0;
}
.news-list .post-date {
	font-weight: bold;
	text-align: left;
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
	margin-bottom: 0.25em;
}
.news-list .post-category {
	display: none;
}
.news-list .post-thumb {
	overflow: visible;
}
.news-list .post-thumb figure {
	background-color: #FFF;
	padding: 0px;
	transition: all 0.3s;
}
.news-list a:hover .post-thumb figure {
	background-color: #1ec0ff;
	transform: scale(1);
	transition: all 0.3s;
}
.news-list a:hover .post-thumb figure img {
	transform: scale(1.1);
}
.news-list .post-excerpt {
	padding-top: 1em;
	border-top: #000 solid 1px;
}

.archive-list .news-list a {
	background: rgba(30,192,255,0.1);
	padding: 1em;
}

hr.post_bar {
	display: none !important;
		}


/* Post Single
----------------------------------------------- */
.post-header {
}
.post-header .post-date {
	text-align: center;
	letter-spacing: 0.1em;
}

.post-content a{
	color: #16395e;
}

.post-content a:hover {
	color: #1ec0ff;
}

.post-content table {
	border:solid 1px #1a1a1a;
	max-width: 100%;
	}
.post-content td,.post-content th {
	border:solid 1px #1a1a1a;
	vertical-align: middle;
	padding: 0.7em;
	
} 

/* Blog PageNav
----------------------------------------------- */
.single_pagenav li {
}
.single_pagenav li a {
	color: #000;
	background: rgba(30,192,255,0.68);
	/*border: #1ec0ff solid 2px;*/
	border-radius: 4px;
}
.single_pagenav li a:hover {
	color: #FFF;
	background: rgba(30,192,255,1);
}
.single_pagenav li.end {
	visibility: hidden;
}
.single_pagenav li.end a {
	border: none;
}

.pc { display: block !important; }
.tablet { display: block !important; }
.pc_flex { display: flex !important; }
.sp { display: none !important; }
.sp_flex { display: none !important; }
@media screen and (min-width:768px) {
	/* Button
	----------------------------------------------- */
	.moreBtn {
		font-size: 1.2em;
	}
	
	/* Header
	----------------------------------------------- */
	#header.nav-opened .primaryNav,
	#header-clone.fixed .primaryNav {
	
	}
	
	
	/* Footer
	----------------------------------------------- */
	footer .primaryNav .logo {
		height: 80px;
	}
	
	/* Contents
	----------------------------------------------- */
	.sub_ttl {
		font-size: 1.4em;
	}
	
	.reposub_ttl {
		font-size: 1.4em;
	}
	
	/* information
	----------------------------------------------- */
	#clinic-info .logo {
		font-size: 3em;
	}
	#clinic-info .address {
		font-size: 1.3em;
	}
	.info-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	.info-contact .telNum {
		width: 40%;
		font-size: 1.8em;
		line-height: 1.2;
	}
	.info-contact .moreBtn {
		width: 60%;
	}
	.info-date .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.info-date .box-ttl {
		font-size: 1.5em;
		width: 6em;
		border-right: #3E3A39 solid 1px;
	}
	.info-date .box-content {
		font-size: 1.4em;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		padding-left: 1em;
	}
	.info-date .box-content > p {
		padding-left: 1em;
	}
	.reception_ours {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.reception_ours dt {
		width: 9em;
		text-align: center;
	}
	.reception_ours dd {
		padding-right: 1em;
	}
	
	/* topics
	----------------------------------------------- */
	#topics .headline {
		text-align: center;
	}
	#topics .news-list .item {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	
	/* News List
	----------------------------------------------- */
	.news-list article {
		width: 32%;
	}
	.news-list .post-thumb {
		width: 100%;
	}

	.news-list .post-thumb img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	} 
	
	.archive-list .news-list article {
		width: 50%;
	}
	.archive-list .news-list .post-thumb {
		width: 160px;
	}

	.archive-list .news-list .post-thumb img {
		width: 160px;
		height: 160px;
		object-fit: cover;
	}
	
	/* CF7
	----------------------------------------------- */
	#contact_form {
		font-size: 1.2em;
	}

	/*------------------------------------------*/
	#nisei_post {
		display: block;
	}
}
@media screen and (min-width:980px) {
	/* Header
	----------------------------------------------- */
	header .primaryNav .logo {
		/* position: absolute; */
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 0 0 0;
	}
}
@media screen and (min-width:1024px) {
	/* Header
	----------------------------------------------- */
	header .primaryNav {
		height: 80px;
	}
	
	/* News List
	----------------------------------------------- */
	.news-list .item {
	}
	.news-list .post-thumb {
		width: 300px;
	}

	.news-list .post-thumb img {
		width: 300px;
		height: 225px;
		object-fit: cover;
	}
/*---------------------------------------------*/
	#clinic-info .address {
		padding: 2em 0;
	}
}
@media screen and (min-width:1280px) {
	/* information
	----------------------------------------------- */
	
	
	/* News List
	----------------------------------------------- */
	

}
@media screen and (max-width:1279px) {


	/* information
	----------------------------------------------- */
	#information .box50 {
		width: 100%;
	}
	
	/* office
	----------------------------------------------- */
	.flexList#office li.office-about .caption p {
		text-align: left;
	}

	.tablet { display: none !important; }
}

@media screen and (max-width:1025px) {
/*footer-----------------------*/
footer {
	width: 100%;
	margin-top: -30px;
}
#sineCanvas {
    float: left;
    margin-top: 0px;
    margin-bottom: -2px;
}

/*top
-----------------------------------*/
.service {
	position: static;
	display: -webkit-flex;
   display: flex;
	bottom: 60px;
	right: 60px;	
	/* background: url(../images/common/background.png) #f6e099 top center no-repeat;  */
	width: 100%;
	padding: 1.5em 1.5em 3em;
	border-radius: 0;
	color: #1a1a1a; 
}

.service .Box {
	background-color: #fff;
	width: 65%;
	padding: 1em;
	font-size: 1.2em;
	color: #1a1a1a;
	margin-right: 0.5em;
	position: relative;
	border-radius: 0.3em;
	border-bottom: none;
	max-height: initial;
	overflow-y: initial;
	padding-bottom: 0;
}

.service div.weather{
	background-color: #fff;
	width: 35%;
	height: 130px;
	padding: 1em;
	font-size: 1.2em;
	border-radius: 0.3em;
	color: #1a1a1a;
}


.today_service h4 {
	font-size: 1.2em;
	font-family: komorebi-gothic-P;
}

.today_service p {
	font-size: 1em;
	margin-bottom: 5px;
}

.today_service {
	position: relative;
	margin: 3em auto 1.5;
	text-align: center;
	padding-top: 50px;
	color: #4d4d4d;
	padding: 0px 0px 3px 0px;
}

.waveimg {
	position: absolute;
  	bottom: 0px;	
}

.wavetext {
	top: 35%;
	
}

p.wavetext {
	font-family: komorebi-gothic-P;
	font-size: 2.5em;
}

.top_about01{
	padding-top: 3em;
}
/*売店*/
.cp_cssslider {
	width: 100%;
	padding-top: 520px;
}

.cp_cssslider label {
	width: 100px;
	}
}
@media screen and (max-width:979px) {
	
	/* information
	----------------------------------------------- */
	.info-map {
		padding: 1em;
		width: 100%;
	}


	#pcNav ul li a {		
		font-size: 90%;		
	}


	/*--------------*/
	.gnav {
		display: flex;
		height: 2rem;
		margin: 0 auto;
		width: auto;
	}
	.gnav > li {/*親階層のみ幅を25%にする*/
		width: 20%;
	}
	/*全てのリスト・リンク共通*/
	.gnav li {
		list-style: none;
		position: relative;
	}
	.gnav li a {
		/* background: #fff; */
		border-right: 2px solid #1ec0ff;   
		display: inline-block;
		height: 3rem;
		line-height: 4rem;
		text-align: center;
		text-decoration: none;
		/* width: 100%; */	
		transition: all 0.4s;
		color: #4d4d4d;
		font-size: 110%;
		white-space: nowrap;
		width: 100%;
		/* font-family: komorebi-gothic-P; */
	}
	
	.gnav li a:hover {
		color: #1ec0ff;
	}
	
	.cp_cssslider {
		width: 100%;
		padding-top: 420px;
		/* position: relative;
		margin: 2em auto;
		text-align: center; */
	}
	
	
}
@media screen and (max-width:767px) {

	
	/* Slick
	----------------------------------------------- */
	.slick-list {
		border-width: 2px;
		border-radius: 8px;
	}
	
	/* Header
	----------------------------------------------- */
	.secondaryNav p {
		display: none;
	}
	header .primaryNav {
		height: 80px;
		padding: 0 35px 0 5px;
	}
	header .primaryNav .logo {
		max-width: 60%;
	}
	/* 言語バー */
	div#glt-translate-trigger {
		bottom: auto;
		top: 0;
		right: 0;
		width: 25px;
		background: #003785;
		border-radius: 5px 0 0 5px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
		/* position: relative; */
		float: left;
		height: auto;
		padding: 6px 0 3px;
	}
	span.notranslate {
		display: inline-block;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		cursor: pointer;
		color: #fff;
		padding: 25px 3px 5px;
		font-size: 12px;
		font-weight: 700;
		white-space: nowrap;
	}
	span.notranslate:after {
		content: none;
	}

	/*アコーディオンメニュー*/

	.accordion-container {
		/* position: relative; */
		position: fixed;
		height: 100%;
		width: 100%;
		border-top: none;
		outline: 0;
		cursor: pointer;
		font-family: komorebi-gothic-P;
		overflow-y: scroll;
		/* overflow-y: scroll; */
	}
	
	.accordion-container .article-title {
		display: block;
		position: relative;
		cursor: pointer;
	}
	
	.accordion-container .article-title:hover,
	.accordion-container .article-title:active,
	.accordion-container .content-entry.open .article-title {
		}
	
	.accordion-container .article-title:hover i:before,
	.accordion-container .article-title:hover i:active,
	.accordion-container .content-entry.open i {
		color: white;
	}
	
	.article-title{
		position: relative;
	}
	
	.article-title:after {
		content: "";
		position: absolute;
		right: 25px;
		top: 38%;
		transition: all 0.2s ease-in-out;
		display: block;
		width: 8px;
		height: 8px;
		border-top: solid 2px #1ec0ff;
		border-right: solid 2px #1ec0ff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	.article-title.open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 45%;
	}
	
	.accordion-content {
		display: none;
		font-size: 1.4em;
	}

	.accordion-content a {
		margin-bottom: 1em;
	}
  	/* Footer
	----------------------------------------------- */
	footer .primaryNav .logo {
		height: auto;
		width: 100%;
	}
	#sineCanvas {
		float: left;
	}

	/*web予約ボタン----------------------------*/
	#web_btnsp{
	position: fixed;
	width: 100%;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #f99c08;
	opacity: 0.95;
	border: none;
	border-radius: 0;
	filter: drop-shadow(7px 7px 5px rgba(12, 12, 12, 0.2));
	z-index: 888888;
  }

  #web_btnsp:hover{
	opacity: 0.7;
  }

  #web_btnsp a{
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	text-decoration: none;
  }
  
  #web_btnsp a::after{
	content: 'WEB予約';
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 20px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  } 

  /* TOPへ
----------------------------------------------- */
#page_top{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #f99c08;
	opacity: 0.8;
	border-radius: 50%;
	border: none;
  }
  #page_top a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
  }
  #page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 20px;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -2px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  }
  #page_top a::after{
	content: none;
	top: 0px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  } 

	/* feature images
	----------------------------------------------- */
	.feature-images .slider-landscape {
		display: none;
	}
	.feature-images .slider-portrait {
		display: block;
	}
	
	/* Contents
	----------------------------------------------- */
	.headline .ttl {
		font-size: 1.5em;
	}
	.text-center p {
		text-align: center;
	}

	.headline .ttlred::before {
		height: 70px;
		background-size: 40%;
	}
	.headline .ttlred::after {
		background-size: 60%;
	}

	.headline .ttl_green::before {
		left: -13px;
		height: 40px;
		background-size: 80%;
	}

	.headline .kamome {
		width: 200px;
	}

	.headline .kamome_line {
		height: 60px;
		padding-right: 90%;
		width: 350px;	
	}
	.headline .kamome_R {
		margin: 10px auto 0 auto;
		padding-left: 20%;
		width: 100px;	
	}

	.headline {
		position: relative;
		margin: 2em auto 3em;
		text-align: center;
		padding-top: 0px;
	}
	/*HOME
	---------------------------------------------*/
	p.wavetext {
		font-size: 1.6em;
	}
	.todayservice {
		display: block;
	}
	
	.service {
		width: 100%;
		display: block;
		margin: auto;
	}
	
	.service .Box {
		width: 100%;
		max-height: auto;
		padding: 1em;
		border-bottom: dotted 3px #ccc;
		}
	
	.service div.weather{
		background-color: #fff;
		width: 100%;
		height: 130px;
		padding: 1em;
		font-size: 1.2em;
		color: #1a1a1a;
	}
	.wavetext {
		top: 10%;
	}

	p.wavetext {
		font-family: komorebi-gothic-P;
		font-size: 1.5em;
		width: 100%;
	}

	.fb-page {
		width: 100%;
	}
	
	/* topics
	----------------------------------------------- */
	#wrapper > section#topics::before {
		display: block;
		position: absolute;
		top: -10px;
		left: 0;
		width: 100%;
		height: 10px;
		content: "";
		/* background: url(images/common/bg-wood.jpg) #1ec0ff top center no-repeat; */
		background-size: cover;
	}

	#topics .news-list .item {
		display: block;
		width: 95%;
		margin: 0 auto;
	}

	hr.post_bar {
		display: block !important;
		margin-top: 2em;
		height: 1.5px;
		background-color: #1ec0ff;
		width: 100%;
		border: none;
			}

/*各ページ
--------------------------------*/
.about_box {
	display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: center;
}

.about_boximg {
	width: 100%;
}

.about_boximg img{
	width: 100%;
	height: auto;
	padding-bottom: 0;
}

.about_boxtext img {
	widows: 174px;
	height: auto;
	padding-top: 20px;
}
img.about_capimg02 {
	padding-top: 0px;
}


.about_boxtext {
	width: 100%;
	font-size: 1.3em;
	line-height: initial;
	padding-bottom: 1em;
}

.kouro_map{
	width: 100%;
}

.kouro_map img{
	width: 100%;
}

.terminal {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	padding: 2em 0;
	justify-content: space-between;
}

.terminalimg {
	width: 95%;
	margin: auto;
}


.terminalimg iframe{
	width: 100%;
	
	margin: auto;
}

.terminaltext {
	width: 90%;
	font-size: 1.3em;
	line-height: initial;
	margin: 0 auto;
}
.terminaltext h4 {
	font-size: 1em;
	margin-bottom: 1em;
}
.terminaltext p {
	padding-left: 0;
	font-size: 1em;
}

.white_box {
	padding: 1em;
}

.bag ul { 
	width: 100%;
}
.check ul {
	width: 100%;
}

.pay_type {
    width: 95%;
	margin: auto;
	text-align: left;
}

h4.point {
	/* line-height: 1.4; */
	font-size: 1.4em;
	padding-left: 0.5em;
	/* margin-top: 20px; */
	/* padding-bottom: 10px; */
  }

p.point {
	padding-left: 0.5em;
}

p.indent {
	text-indent: -1em;
    padding-left: 1em;
    margin: 0px;
    margin-bottom: 10px;
}

.line_table {
	padding-bottom: 5em;
	width: 95%;
	margin: 0 auto;
}
/*旅行プラン*/
.news-list .plan_item {
	width: 90%;
	margin: auto;
}

.news-list .plan {
	height: auto;
}

/*会社概要*/
#about {
	width: 95%;
	margin: 2em auto 10em;
}

table.about{
	width: 100%;
	border-spacing: 0;
	font-size: 1.4em;
	color: #1a1a1a;
	margin: 0 auto 2em;
  }
  
  table.about th{
	  display: block;
	/* border-bottom: solid 3px #1ec0ff; */
	border-bottom: solid 3px #fff;
	border-right: none;
	background-color: #77D3EE;
	padding: 0.7em 0;
	width: 100%;
  }
  
  table.about td{
	display: block;
	border-bottom: solid 3px #fff;
	background-color: #b2e4f3;
	/* border-bottom: solid 3px #ddd; */
	text-align: center;
	padding: 0.7em;
  }

  .about_ship{
	width: 48%;
	font-size: 1.2em;
}

/*船舶*/
.shipimg {
	width: 100%;
}

.pswp__caption__center {
    text-align: center;
    max-width: 420px;
    margin: 0 auto 6em;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}

.onboard {
    margin-bottom: 1em;
}
/*売店*/
.shop {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0em;
	}

.shopimg {
	width: 100%;
	padding-bottom: 1em;
	}

.shopimg img {
	margin: auto;
	display: block;
		}
.shoptext {
	width: 100%;
	font-size: 1.3em;
	line-height: initial;
	}
.memo {
	padding: 1em 2em;
	border-radius: 10px;
	width: 95%;
	margin: auto;
	}

	/*売店*/
	.cp_cssslider {
		width: 100%;
		padding-top: 60%; /* 画像の高さ */
		position: relative;
		margin: 2em auto;
		text-align: center;
		}

	.cp_cssslider label {
		/* margin: 15px 5px 0 5px;
		border: 2px solid #ffffff;
		display: inline-block;
		cursor: pointer;
		transition: all 0.5s ease;
		opacity: 0.6;
		border-radius: 3px; */
		width: 20%;
        }
        

/*上五島*/


/*共通*/
.filter p {
	padding:0;
	font-weight: bold;
	font-size: 1.5em;
	font-family :Quicksand, sans-serif;
	/* text-shadow: 5px 5px 5px rgba(4,51,37,0.3);
	letter-spacing: 0.1em; */
}

.flex {
	display: block;
	/* display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   justify-content: space-around;
   margin: 10px; */
}
.top_about01{
	width: 100%;
	padding-top: 0;
}

.top_about02{
	width: 100%;
	padding: 10px 10px;
}

ul, ol {
    padding-left: 0.5em;
}

section#bottom {
	position: relative;
	padding-bottom: 80px;
	padding-top: 3em;
}

/*お問い合わせ
-------------------------------------------*/
#contact {
	width: 90%;
	margin: 0 auto 5em auto;
}
.contact_text {
	text-align: left;
}

.contact_top {
	width: 90%;
	font-size: 1.2em;
	margin: auto;
	padding-bottom: 2em;
}

.code {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.code img {
	width: 80%;
	padding: 20px 0;
	margin: auto;
	text-align: center;
}

div.wpcf7 img.ajax-loader {
	border: none;
    vertical-align: middle;
    width: 30px;
    margin-left: 4px;
}



	
	/* News List
	----------------------------------------------- */
	 
	figure.news_arch {
		width: 10em;
	}

	
	
	/* concept
	----------------------------------------------- */
	#concept .headline {
		margin-bottom: 3em;
	}

	/*link
	------------------------------------------------*/
	.pc { display: none !important; }
	.pc_flex { display: none !important; }
	.sp { display: block !important; }
	.sp_flex { display: flex !important; }

}