/* カスタム CSS をここに入力してください */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: 'Noto Sans Japanese', sans-serif;
}
.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}

/*============================================================
	reset css*/

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html,body {
  line-height: 1.8;
  overflow-x: hidden;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1.entry-title {
    visibility: hidden;
    height: 0;
}

/*	reset css
============================================================*/

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
#content {
    padding: 0;
    overflow: hidden;
}
p {
  margin: 0;
}
.justify {
  text-align: justify;
}
.p_white {
  color: #fff;
}
.red {
    color: #e61f18;
}
.bold {
  font-weight: bold;
}
.prl {
  padding: 0 15px;
}
.bg_white {
    background: #fff;
}
.wrapper {
    padding: 0;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
}
.show_sp {
    display: none;
}
@media (min-width: 768px){
  	.prl {
    	padding: 0;
  	}
}
@media (max-width: 768px){
    .show_sp {
		display: block;
	}
    .show_pc {
		display: none;
	}
    .mrl {
        margin-right: 0;
		margin-left: 0;
    }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
{
  min-height: 0!important;
}
footer.entry-footer {
    display: none;
}

/*============================================================
	font-size*/

.t_size_xs {font-size: 10px}
.t_size_s {font-size: 12px}
.t_size_m {font-size: 14px}
.t_size_ml {font-size: 16px}
.t_size_l {font-size: 18px}
.t_size_ll {font-size: 24px}
.t_size_xl {font-size: 32px}
.t_size_16 {font-size: 16px}
.t_size_14 {font-size: 14px}
.t_size_12 {font-size: 12px}

@media screen and (min-width: 768px){
  .t_size_xs {font-size: 12px;}
  .t_size_s {font-size: 14px;}
  .t_size_m {font-size: 16px;}
  .t_size_ml {font-size: 18px;}
  .t_size_l {font-size: 22px;}
  .t_size_ll {font-size: 30px;}
  .t_size_xl {font-size: 40px;}
}
/*
@media screen and (min-width: 1200px){
  .t_size_xs {font-size: 12px;}
  .t_size_s {font-size: 14px;}
  .t_size_m {font-size: 20px;}
  .t_size_ml {font-size: 26px;}
  .t_size_l {font-size: 32px;}
  .t_size_ll {font-size: 40px;}
  .t_size_xl {font-size: 54px;}
  .t_size_12 {font-size: 14px}
}
*/
/*	font-size
============================================================*/
/*============================================================
	link*/

a:hover {
    text-decoration: none;
}
a::before,
a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
a,
a::before,
a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*	link
============================================================*/
/*============================================================
	custom aos*/

[data-aos=fade-up] {
    transform: translateY(40px);
}

/*	custom aos
============================================================*/
/*============================================================
	toppage*/

nav.mainnav li a:hover:before,.sidebana a:hover,.map_link a:hover,#T_Links a:hover,.f_sns a:hover,#Guide a:hover,#Company tbody td a:hover {
    opacity: 0.7;
}
#Mainarea {
    position: relative;
    height: 700px;
    width: 100%;
    overflow: hidden;
}
#Mainimg {
    position: relative;
    height: 700px;
    margin-right: 280px;
}
canvas#sineCanvas {
    width: 100%;
    position: absolute;
    bottom: -30px;
    max-height: 250px;
}
#Mainimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    min-width: 1220px;
    width: 100%;
}
.sidemenu {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 280px;
    height: 100%;
    background: #fff;
}
nav.mainnav ul {
    display: flex;
    flex-direction: column;
    padding: 0 30px 10px;
}
nav.mainnav li a {
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 0 0 0 55px;
    color: #666;
    font-size: 20px;
    position: relative;
    letter-spacing: 6px;
}
nav.mainnav li a:hover {
	opacity: 0.7;
  	text-decoration: none;
}
nav.mainnav li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100%;
    content: "";
    z-index: 1;
}
nav.mainnav li a:hover:after {
    bottom: 30%;
}
nav.mainnav li a:after {
    position: absolute;
    display: block;
    right: -5px;
    top: 30%;
    bottom: 100%;
    width: 5px;
    background-color: #7caed4;
    content: "";
/*
    transition: bottom 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
*/
    z-index: 0;
}
nav.mainnav li a:hover:after {
    bottom: 30%;
}
nav.mainnav li:nth-child(1) a:before {
	background-image: url(/wp-content/uploads/menu_icon1.jpg);
}
nav.mainnav li:nth-child(2) a:before {
	background-image: url(/wp-content/uploads/menu_icon2.jpg);
}
nav.mainnav li:nth-child(3) a:before {
	background-image: url(/wp-content/uploads/menu_icon3.jpg);
}
nav.mainnav li:nth-child(4) a:before {
	background-image: url(/wp-content/uploads/menu_icon4.jpg);
}
nav.mainnav li:nth-child(5) a:before {
	background-image: url(/wp-content/uploads/menu_icon5.jpg);
}
.sidebana {
    padding: 0 30px;
}
.sidebana a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.sidebana li a {
  margin: 0;
}
.t-bana_facebook, .t-bana_contact, .t-bana_instagram {
    display: flex;
    height: 55px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.t-bana_facebook img,.t-bana_contact img {
    height: 30px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.t-bana_facebook {
    background: #6a88c7;
}
.t-bana_contact {
    background: #f5b399;
}
a.t-bana_instagram {
    background-color: #f96f22;
    padding-left: 15px;
}
#T_Gogoshimamap {
    height: 900px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.gogomap_set a:first-child {
  margin-bottom: 20px;
}
.t_gogoshimamap_bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    min-width: 1460px;
}
.map_link {
    margin: 0 auto;
}
.map_link a {
    display: block;
}
.map_download_set ul {
  display: flex;
  flex-wrap: wrap;
      margin-bottom: -17px;
}
.map_download_set ul li:nth-child(2), .map_download_set ul li:nth-child(3), .map_download_set ul li:nth-child(4), .map_download_set ul li:nth-child(5), .map_download_set ul li:nth-child(6) {
    margin: 0;
    width: 49%;
    display: flex;
    align-items: center;
}
.map_download_set {
    border: 3px solid #b2e8f9;
    padding: 0 10px 0px;
    margin-bottom: 10px;
    background: #fff;
    height: 250px;
}
.map_download_set ul li:nth-child(1) {
  display: none;
}
.map_download_set ul li:nth-child(2) {
  float: none;
  width: 100%;
  margin-bottom: 5px;
}
.map_download_set ul li:nth-child(2) a {
  border: 1px solid #5dc6e7;
}
.map_download_set ul li:nth-child(2) a:first-child {
  display: none;
}
.map_download_set ul li:nth-child(3) {
  
  margin-bottom: 5px;
}
.map_download_set ul li:nth-child(3) a {
  border: 1px solid #e5796f;
}
.map_download_set ul li:nth-child(4) {
  margin-bottom: 5px;
}
.map_download_set ul li:nth-child(4) a {
  border: 1px solid #355ebb;
}
.map_download_set ul li:nth-child(5) {
  margin-bottom: 0px;
  margin-right: ;
}
.map_download_set ul li:nth-child(3), .map_download_set ul li:nth-child(5) {
  margin-right:3px ;
}

#Guide .map_download_set ul li:nth-child(3), #Guide .map_download_set ul li:nth-child(5) {
  margin-right:0 ;
}

#Guide .map_download_set ul li:nth-child(5) {
  margin-bottom:5px ;
}
.map_download_set ul li:nth-child(5) a {
  border: 1px solid #ff8624;
}
.map_download_set ul li:nth-child(6) {
  margin-bottom: 0px;
  margin-right: 0;
}
.map_download_set ul li:nth-child(6) a {
  border: 1px solid #ff1c09;
}
.map_link li:nth-child(2) a, .map_link li:nth-child(3) a {
    display: flex;
    align-items: center;
}
.map_link li:nth-child(2) a {
    margin-top: 20px;
}
/*
.map_link a:nth-child(2) {
    border: 1px solid #5dc6e7;
	margin-bottom: 10px;
    float: left;
    margin-right: 2%;
}
*/
.map_link a:nth-child(3) {
    border: 1px solid #e5796f;
}
.map_link {
	padding-top: 30px;
	width: 80%;
}

/*---------------------------
	loop slider
---------------------------*/
#loopslider {
    margin: 0 auto;
    height: 180px;
    text-align: left;
    position: relative;
    overflow: hidden;
	margin-bottom: 40px;
}
#loopslider ul {
    height: 180px;
    display: inline-block;
    overflow: hidden;
}
#loopslider ul li {
    width: 260px;
    height: 180px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#T_Links ul {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 30px;
    justify-content: space-between;
}
#T_Links ul li {
    width: 23%;
    margin: 0 0 20px;
    border: 1px solid #ddd;
}
/*
#T_Links ul li:last-child {
    border: none;
}
*/
#T_Information {
    padding-top: 60px;
    padding-bottom: 60px;
}
#T_Information h3 {
    font-size: 20px;
    color: #2578b8;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-image: url(/wp-content/uploads/info_bg.png);
    position: relative;
    background-size: 12px;
    background-position: center;
}
.post_item {
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    color: #666;
}
.post_date {
    margin-right: 20px;
    font-size: 14px;
}
.cat_id2 .post_category,.cat_id1 .post_category {
    font-size: 13px;
    display: flex;
    min-width: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #fff;
    margin-right: 20px;
    font-weight: 200;
}
.cat_id2 .post_category {
    background: #1e73b6;
}
.cat_id1 .post_category {
    background: #5ec7e7;
}
.post_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lcp_catlist a:hover > .post_item .post_title {
    text-decoration: underline;
}
#T_Information h3 .more1 {
    font-size: 14px;
    position: absolute;
    right: 10px;
    color: #1e73b6;
    font-weight: 500;
    width: 65px;
    height: 25px;
    display: flex;
    align-items: center;
    border: 1px solid #1e73b6;
    padding-left: 8px;
    top: 8px;
}
#T_Information h3 .more1:after {
    content: '';
    width: 7px;
    height: 7px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
    right: 8px;
    z-index: 999;
    border-top: solid 2px #1e73b6;
    border-right: solid 2px #1e73b6;
}
#T_Information h3 .more1:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
#T_Information h3 .more1:hover {
    color: #fff;
    background: #1e73b6;
}
.lcp_catlist a {
    position: relative;
    display: block;
}
.lcp_catlist a:after {
    content: '';
    width: 8px;
    height: 8px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
    right: 15px;
    z-index: 999;
    border-top: solid 2px #1e73b6;
    border-right: solid 2px #1e73b6;
}
.lcp_catlist a:after > .lcp_catlist .cat_id99 {
    content: '';
    width: 8px;
    height: 8px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
    right: 15px;
    z-index: 999;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
}
.post_item.cat_id99 .post_date, .post_item.cat_id99 .post_category, .post_item.cat_id99 .post_excerpt,
.post_item.cat_id98 .post_date, .post_item.cat_id98 .post_category, .post_item.cat_id99 .post_excerpt,
.post_item.cat_id97 .post_date, .post_item.cat_id97 .post_category, .post_item.cat_id99 .post_excerpt,
.post_item.cat_id80 .post_date, .post_item.cat_id80 .post_category,
.post_item.cat_id2 .post_excerpt,
.post_item.cat_id1 .post_excerpt
{
    display: none;
}
.post_item.cat_id97 {
	justify-content: center;
	height: 80px;
	font-size: 20px;
	color: #1db323;
	font-weight: 700;
}
.post_item.cat_id99 {
    justify-content: center;
    height: 80px;
    font-size: 20px;
    color: #ff3000;
    font-weight: 700;
}
.post_item.cat_id98 {
    justify-content: center;
    height: 80px;
    font-size: 20px;
    color: #1e73b6;
    font-weight: 700;
}
.post_item.cat_id80 {
    display: block !important;
    text-align: center;
    height: auto;
    justify-content: center;
    font-size: 20px;
    color: #1e73b6;
    font-weight: 700;
}
.post_item.cat_id80 .post_excerpt {
    display: block;
    font-size: 16px;
}
.gogomap_set h3 {
    color: #1e73b6;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.7;
    padding-bottom: 20px;
    text-align: center;
}
.post_item.cat_id99:before {
    content: '';
    background-image: url(/wp-content/uploads/icon_bikkuri.png);
    top: 50%;
    margin-top: -17px;
    left: 15px;
    z-index: 999;
    background-size: contain;
    width: 34px;
    height: 35px;
    position: absolute;
}
.lcp_catlist a .cat_id99 {
    padding: 0 60px;
}
.post_item.cat_id1, .post_item.cat_id2 {
    padding-right: 30px;
}
.type-post img {
    width: 100%;
    display: block;
    margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
.type-post p {
    margin: 0 auto;
}
.type-post {
    width: 800px;
    margin: 0 auto;
    padding: 80px 0;
}
.type-post h1.entry-title {
    color: #333;
    height: auto;
    visibility: visible;
    font-size: 24px;
    line-height: 2.2rem;
    text-align: justify;
}
.entry-meta {
    padding-bottom: 5px;
    padding-top: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}
span.byline {
    display: none;
}
/*
time.updated {
    display: none;
}
*/
time.entry-date.published {
    color: #999;
    visibility: visible;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}
span.posted-on {
    color: #999;
    visibility: hidden;
    position: relative;
    width: 100%;
    display: block;
}
nav.container.navigation.post-navigation {
    display: none;
}
.wp-post-image {
    display: none!important;
}
.category-cat_id99.type-post h1 {
    color: #ff3000!important;
}

@media screen and (max-width: 768px){
    #Mainarea {
        height: auto;
    }
    #Mainimg {
        height: 360px;
        margin-right: 0;
		width: 100%;
    }
    .sidemenu {
        display: none;
    }
    #Mainimg img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        min-width: 100%;
        width: 100%;
    }
    canvas#sineCanvas {
        bottom: -30;
        max-height: 110px;
    }
    #T_Information {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #T_Information h3 {
        font-size: 16px;
    }
    #T_Information h3 .more1 {
        font-size: 13px;
        right: 10px;
        width: 55px;
        height: 23px;
        padding-left: 6px;
        top: 11px;
    }
    .post_item.cat_id99:before {
        margin-top: -15px;
        left: 0;
        width: 30px;
        height: 30px;
    }
    .lcp_catlist a .cat_id99 {
        padding: 0 10px 0 45px;
    }
    .post_item.cat_id99 {
        justify-content: center;
        height: 70px;
        font-size: 16px;
    }
    .post_item.cat_id1,.post_item.cat_id2 {
        height: auto;
        padding: 15px 0;
        display: block;
        align-items: center;
        border-bottom: 1px solid #ddd;
        color: #666;
    }
    .cat_id1 .post_date,.cat_id2 .post_date {
        float: left;
    }
    .cat_id1 .post_category,.cat_id2 .post_category {
        float: left;
    }
    .cat_id1 .post_title,.cat_id2 .post_title {
        clear: both;
        padding-top: 5px;
        padding-right: 20px;
    }
    .lcp_catlist a:after {
        right: 0px;
    }
    .t_gogoshimamap_bg img {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        z-index: -1;
        min-width: 100%;
        margin-top: -100px;
    }
    #T_Gogoshimamap {
        height: auto;
    }
    #T_Links ul {
        padding: 30px 0 20px;
    }
    #T_Links ul li {
        width: 48.5%;
        margin: 0 0 10px;
    }
    .f_bg {
        min-height: 80px;
    }
    #loopslider {
        height: 90px;
    }
    #loopslider ul {
        height: 90px;
    }
    #loopslider ul li {
        width: 130px;
        height: 90px;
    }
    .type-post {
        width: 100%;
        margin: 0 auto;
        padding: 50px 15px 50px;
        border-top: 1px solid #ddd;
    }
    .entry-meta {
        margin-bottom: 30px;
    }
    .type-post h1.entry-title {
        font-size: 18px;
        line-height: 1.8rem;
    }
    span.posted-on {
        font-size: 12px;
    }
}

/*	toppage
============================================================*/
/*============================================================
	header*/

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #999;
    text-decoration: underline;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #999;
    text-decoration: underline;
}
#navbarNavDropdown {
    justify-content: flex-end;
}
#wrapper-navbar {
    padding: 0 15px;
    height: 70px;
    display: flex;
    align-items: center;
	min-width: 1000px;
}
.navbar-dark .navbar-brand {
    display: flex;
    width: 300px;
    align-items: center;
    margin: 0;
    padding: 0;
}
nav.navbar.navbar-expand-md.navbar-dark {
    color: #ccc;
    padding: 0;
    width: 100%;
}
#main-menu .menu-item:after {
    content: '｜';
    color: #999;
    padding: 0 10px;
}
#main-menu .menu-item:last-child:after {
    display: none;
}
.navbar-dark .navbar-nav .nav-link {
    color: #999;
    font-size: 13px;
	padding: 0;
	display: inline-block;
}
.header_tel {
    width: 360px;
    display: flex;
    justify-content: flex-end;
    color: #666;
    font-size: 26px;
    font-weight: 500;
    height: 36px;
    align-items: center;
}
.header_tel span {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/icon_tel.png);
    background-size: contain;
    background-position: center;
    margin-right: 5px;
}
.bg-dark {
    background-color: #fff!important;
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0;
}
nav.mainnav.page li a {
    height: 90px;
}

@media screen and (max-width: 768px) {
    #wrapper-navbar {
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0;
        min-width: 100%;
    }
  	.header_tel {
		display: none;
	}
    .navbar-dark .navbar-brand {
        width: 150px;
        align-items: center;
    }

/*------------------------
	nav btn
------------------------*/
    .navbar-dark .navbar-toggler-icon {
        background-image: none;
        position: relative;
        top: 5px;
    }
    .bg-dark {
        background-color: #fff!important;
        display: flex;
        align-items: center;
        height: 50px;
        padding: 0;
    }
    .navbar-dark .navbar-nav .nav-link {
        height: 80px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ddd;
        padding: 0 0 0 55px;
        color: #666;
        font-size: 20px;
        position: relative;
        letter-spacing: 6px;
    }
    .navbar-toggler {
        cursor: pointer;
    }
    .navbar-toggler-icon span {
        position: absolute;
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .navbar-toggler-icon span {
        left: 0;
        width: 100%;
        height: 3px;
    }
  	.navbar-toggler.collapsed .navbar-toggler-icon span {
        background-color: #fff;
	}
  	.navbar-toggler .navbar-toggler-icon span {
        background-color: #5ec7e7;
	}
    .navbar-toggler .navbar-toggler-icon span:nth-of-type(1) {
        top: 0px;
    }
    .navbar-toggler .navbar-toggler-icon span:nth-of-type(2) {
        top: 8px;
    }
    .navbar-toggler .navbar-toggler-icon span:nth-of-type(3) {
        top: 16px;
    }
    .navbar-toggler .navbar-toggler-icon span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .navbar-toggler .navbar-toggler-icon span:nth-of-type(2) {
        opacity: 0;
    }
    .navbar-toggler .navbar-toggler-icon span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
    .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(1) {
        -webkit-transform: none;
        transform: none;
    }
    .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(2) {
        opacity: 1;
    }
    .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(3) {
        -webkit-transform: none;
        transform: none;
    }
    #navbarNavDropdown {
        margin: 0px 0px;
        overflow: hidden;
        top: 0px;
        box-sizing: border-box;
        text-align: center;
        background-color: #ffffff;
        z-index: 9998;
        width: 100%;
        position: fixed;
		height: 100%;
		overflow: scroll;
		padding-bottom: 30px;
    }
    .navbar-expand-md .navbar-toggler {
        display: flex!important;
        position: absolute;
        right: 0;
        height: 50px;
        width: 50px;
        padding: 0;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        border-radius: 0;
    }
  	.navbar-expand-md .navbar-toggler.collapsed {
        background: #5ec7e7;
	}
  	.navbar-expand-md .navbar-toggler {
        background: #fff;
	}
/*------------------------
	main menu
------------------------*/
    .navbar-nav {
        width: 280px;
        margin: 0 auto;
    }
    #main-menu .menu-item:after {
        display: none
    }
    #main-menu .menu-item:nth-child(1) a:before {
        background-image: url(/wp-content/uploads/menu_icon1.jpg);
    }
    #main-menu .menu-item:nth-child(2) a:before {
        background-image: url(/wp-content/uploads/menu_icon2.jpg);
    }
    #main-menu .menu-item:nth-child(3) a:before {
        background-image: url(/wp-content/uploads/menu_icon3.jpg);
    }
    #main-menu .menu-item:nth-child(4) a:before {
        background-image: url(/wp-content/uploads/menu_icon4.jpg);
    }
    #main-menu .menu-item:nth-child(5) a:before {
        background-image: url(/wp-content/uploads/menu_icon5.jpg);
    }
    a.nav-link:before {
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 100%;
        content: "";
        z-index: 1;
    }
    .navbar-dark .navbar-nav .n_menu .nav-link {
        height: 50px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ddd;
        padding: 0;
        color: #666;
        font-size: 14px;
        position: relative;
        letter-spacing: 0;
		justify-content: center;
    }
    .navbar-dark .navbar-nav .n_menu_facebook .nav-link , .navbar-dark .navbar-nav .n_menu_contact .nav-link, .navbar-dark .navbar-nav .n_menu_instagram .nav-link {
        display: flex;
        align-items: center;
        margin: 15px auto 0;
        display: flex;
        height: 55px;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 0;
        width: 220px;
    	border-bottom: 0;
    }
    .navbar-dark .navbar-nav .n_menu_facebook .nav-link {
        background: #6a88c7;
    }
    .navbar-dark .navbar-nav .n_menu_contact .nav-link {
        background: #f5b399;
    }
    .navbar-dark .navbar-nav .n_menu_instagram .nav-link {
        background: #f96f22;
		padding-left: 15px;
    }
    .n_menu_facebook img, .n_menu_contact img, .n_menu_instagram img {
        height: 30px;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .navbar-dark .navbar-nav .n_menu_contact {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }
    .navbar-dark .map_download_set .nav-link {
        height: auto;
        padding: 0;
        display: block;
		border-bottom: 0;
    }
    .map_download_set {
        width: 220px;
        margin: 20px auto 0;
		padding-bottom: 0;
    }
}

/*	header nownow
============================================================*/
/*==========
==================================================
	footer*/

footer a {
    color: #fff;
}
footer {
    color: #fff;
}
.f_bg {
    min-height: 160px;
    position: relative;
    overflow: hidden;
}
.f_bg img {
    min-width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#menu-footermenu ul:before {
  content: '｜';
  padding-right: 20px;
}
#menu-footermenu li:after {
  content: '｜';
  padding: 0 10px;
  color: #fff;
}
#menu-footermenu li:first-child:before {
  content: '｜';
  padding-right: 10px;
  color: #fff;
}
#menu-footermenu li {
    display: inline-block;
    font-size: 13px;
}
#wrapper-footer {
    background-color: #6bc0ee;
    min-width: 1000px;
}
#menu-footermenu {
    height: 70px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
footer a:hover,#menu-footermenu li a:hover {
    text-decoration: underline;
    color: #fff;
}
#menu-footermenu li a {
    color: #fff;
}
.f_sns a img {
    height: 25px;
	width: auto;
}
.f_sns a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #4097c6;
    border-radius: 100%;
    margin-top: 10px;
}
.f_sns a:first-child {
    margin-right: 5px;
}
.copyright {
    display: flex;
    color: #fff;
    text-align: right;
    font-size: 12px;
    height: 50px;
    align-items: center;
    justify-content: flex-end;
    font-weight: 100;
}
.f_logo img {
    width: 180px;
    padding: 25px 0 15px;
}
.f_set {
    font-weight: 100;
	position: relative;
}
.t-top {
    width: 70px;
    position: absolute;
    right: 0;
    margin-top: -30px;
    z-index: 9999;
}

@media screen and (max-width: 768px){
    .f_bg img {
        min-width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #wrapper-footer {
        background-color: #6bc0ee;
        min-width: 100%;
    }
    #menu-footermenu {
        height: auto;
        flex-direction: column;
    }
    ul#menu-footermenu {
        border-top: 1px solid #a7d6f1;
    }
  	#menu-footermenu li{
		width: 100%;
	}
    #menu-footermenu li a {
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        height: 50px;
        width: 100%;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #a7d6f1;
        background-color: #fff;
    	position: relative;
    	z-index: 0;
    }
    #menu-footermenu li a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 25px;
        width: 10px;
        height: 10px;
        margin: -4px 0 0 0;
        border-top: solid 1px #a7d6f1;
        border-right: solid 1px #a7d6f1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
  	#menu-footermenu li a {
	    color: #4097c6;
	}
    #menu-footermenu ul:before {
      display: none;
    }
    #menu-footermenu li:after {
      display: none;
    }
    #menu-footermenu li:first-child:before {
      display: none;
    }
    .f_bg {
        display: none;
    }
    .copyright {
        text-align: center;
    }
    .f_set {
        text-align: center;
    }
    .f_sns {
        display: flex;
        justify-content: center;
    }
    #menu-footermenu li a:hover {
        text-decoration: underline;
        color: #4097c6;
    }
    .t-top {
        width: 60px;
        position: absolute;
        right: 10px;
        margin-top: 0px;
        z-index: 9999;
    }
}
  
/*	footer
============================================================*/
/*============================================================
	timetable faretable*/

nav.mainnav.page ul {
    flex-direction: row;
    padding: 0;
}
nav.mainnav.page ul li {
    width: 25%;
}
.pagenav {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
nav.mainnav.page li a {
    border-bottom: 0;
    border-right: 1px solid #ddd;
	overflow: hidden;
    position: relative;
    justify-content: center;
	padding: 0;
}
nav.mainnav.page li:first-child {
    border-left: 1px solid #ddd;
}
nav.mainnav.page li a:after {
    position: absolute;
    display: block;
    top: 92%;
    right: 100%;
    bottom: 0;
    width: 100%;
    background-color: #7caed4;
    content: "";
    transition: right 0.4s;
    z-index: 0;
}
nav.mainnav.page li a:hover:after {
    right: 0%;
}
nav.mainnav.page li a:before {
    left: 10px;
}
nav.mainnav.page li a:before {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100%;
    content: "";
    z-index: 1;
    top: 0;
    position: static;
}
h2.tabletitle1,h2.tabletitle2 {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    letter-spacing: 12px;
}
h2.tabletitle1 {
    border-top: 4px solid #f5ab2e;
    border-bottom: 4px solid #f5ab2e;
    color: #f5ab2e;
    margin: 60px 0;
}
h2.tabletitle2 {
    border-top: 4px solid #2579b9;
    border-bottom: 4px solid #2579b9;
    color: #2579b9;
    margin: 60px 0 25px;
	position: relative;
}
h2.tabletitle1:before,h2.tabletitle2:before {
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100%;
    content: "";
    z-index: 1;
    top: 0;

    position: static;
}
h2.tabletitle1:before {
    background-image: url(/wp-content/uploads/menu_icon1.jpg);
}
h2.tabletitle2:before {
    background-image: url(/wp-content/uploads/menu_icon2.jpg);
}
#Timetable_t thead {
    background-color: #f5ab2e;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
#Timetable_t thead th {
    height: 50px;
    padding: 0;
    vertical-align: middle;
    border: 0;
}
#Timetable_t thead span {
    width: 70px;
    margin: 0 15px;
    display: inline-block;

}
#Timetable_t thead span img {
    width: 100%;
    vertical-align: middle;
}
#Timetable_t table {
    border: 1px solid #f5ab2e;
}
#Timetable_t .t_table_color {
    color: #f5ab2e;
    height: 40px;
    vertical-align: middle;
    padding: 0;
    border-top: 1px solid #f5ab2e;
    border-right: 1px solid #f5ab2e;
    background: #fff3d6;
}
#Timetable_t tbody td {
    height: 40px;
    padding: 0;
    vertical-align: middle;
    border-top: 1px solid #f5ab2e;
    border-right: 1px solid #f5ab2e;
    font-weight: 500;
}
#Timetable_t tbody tr:nth-child(even) {
    background: #fff3d6;
}
span.star:before,span.daiya:before {
    position: absolute;
    color: #f5ab2e;
    margin-left: -30px;
    margin-top: -6px;
    font-size: 24px;
    /* top: 50%; */
    vertical-align: middle;
}
span.star:before {
    content: '★';
}
span.daiya:before {
    content: '◆';
}
span.icon_color {
    color: #f5ab2e;
}
#Faretable_t {
    padding-bottom: 60px;
}
#Faretable_t thead {
    background-color: #2579b9;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
#Faretable_t table {
    border: 1px solid #2579b9;
}
#Faretable_t .t_table_color {
    color: #2579b9;
    height: 40px;
    vertical-align: middle;
    padding: 0;
    border-top: 1px solid #2579b9;
    border-right: 1px solid #2579b9;
    background: #d7f5ff;
}
#Faretable_t tbody td {
    height: 40px;
    padding: 0;
    vertical-align: middle;
    border-top: 1px solid #2579b9;
    border-right: 1px solid #2579b9;
    font-weight: 500;
	width: 40%;
}
#Faretable_t tbody tr:nth-child(even) {
    background: #d7f5ff;
}
.table thead th {
    height: 50px;
    padding: 0;
    vertical-align: middle;
    border: 0;
}
#Faretable_t tbody th {
    padding: 0;
    background: #74c4ed;
    vertical-align: middle;
    color: #fff;
    border-top: 1px solid #2579b9;
    font-weight: 500;
	width: 20%;
}
#Faretable_t tbody th.even {
    background: #4cb0e3;
}
#Faretable_t .table thead th {
    font-size: 20px;
}
.t_end {
    display: flex;
    align-items: flex-end;
    padding-bottom: 1rem;
}
#Faretable_t .table2 tbody th {
    width: 40%;
    font-size: 14px;
    padding-left: 10px;
    text-align: left;
}
#Faretable_t .table2 tbody td {
    width: 30%;
}
#Faretable_t tbody td:nth-child(2) {
    text-align: left;
	padding-left: 10px;
}
#Faretable_t tbody td:last-child {
    text-align: right;
	padding-right: 10px;
}
#Faretable_t tbody td:first-child {
    text-align: left;
	padding-left: 10px;
}
#Faretable_t .table2 tbody td:nth-child(2) {
    text-align: right;
	padding-right: 10px;
}
#Faretable_t .table2 tbody td.text-center {
    padding-right: 0;
}
.fare_t {
    padding-bottom: 25px;
}
p.ridetime {
    font-size: 14px;
    font-weight: normal;
    color: #666;
}
table.show_sp {
	display: none;
}
h2.tabletitle2:after {
    content: '令和元年10月1日改定';
    font-size: 12px;
    letter-spacing: 0;
    color: #666;
    position: absolute;
    right: 30px;
    bottom: 15px;
}

@media screen and (max-width: 768px){
	.pagenav {
		display: none;
	}
    h2.tabletitle1 {
        margin: 0 0 30px;
    }
    h2.tabletitle1, h2.tabletitle2 {
        height: 70px;
    }
    h2.tabletitle1:before, h2.tabletitle2:before {
        width: 40px;
        height: 40px;
    }
    #Faretable_t tbody th {
        height: 40px;
    }
    #Faretable_t tbody tr:nth-child(even) {
        background: #fff;
    }

    #Faretable_t .table2 tbody th {
        width: 100%;
        font-size: 16px;
        padding-left: 0;
        text-align: center;
    }
	table.show_sp {
		display: table;
	}
    h2.tabletitle2:after {
        right: 10px;
        bottom: 75px;
    }
}

/*	timetable faretable
============================================================*/
/*============================================================
	guide  */

#Guide {
    padding-bottom: 80px;
    color: #333;
}
.pagetitle h2 {
    display: flex;
    height: 220px;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
	background-size: cover;
  	background-position: center center;
	margin-bottom: 80px;
}
.pagetitle.guide h2 {
    background-image: url(/wp-content/uploads/title_guide.jpg);
}
.guidetitle1 h3,.guidetitle2 h3,.guidetitle3 h3,.guidetitle4 h3 {
    display: flex;
    height: 200px;
    font-size: 36px;
    align-items: center;
    justify-content: center;
}
#Guide .guidetitle1 h3 {
    color: #f171b1;
}
#Guide .guidetitle2 h3 {
    color: #fea04c;
}
#Guide .guidetitle2 h3 {
    color: #fea04c;
}
#Guide .guidetitle3 h3 span.gourmet {
    color: #e96b52;
}
#Guide .guidetitle3 h3 span.leisure {
    color: #a5e462;
}
#Guide .guidetitle3 h3 {
    color: #666666;
	flex-wrap: wrap;
}
#Guide .guidetitle4 h3 {
    color: #7c3b14;
}
#Guide h3:before {
    width: 50px;
    height: 50px;
    position: relative;
    content: '';
    background-size: contain;
    margin-right: 10px;
}
#Guide .guidetitle1 h3:before {
    background-image: url(/wp-content/uploads/guide_icon1.png);
}
#Guide .guidetitle2 h3:before {
    background-image: url(/wp-content/uploads/guide_icon2.png);
}
#Guide .guidetitle3 h3:before {
    background-image: url(/wp-content/uploads/guide_icon3.png);
}
#Guide .guidetitle3 h3:after {
    width: 50px;
    height: 50px;
    position: relative;
    content: '';
    background-size: contain;
    margin-left: 10px;
    background-image: url(/wp-content/uploads/guide_icon4.png);
}
#Guide .guidetitle4 h3:before {
    background-image: url(/wp-content/uploads/guide_icon5.png);
}
#Guide .guidelist3 h4:before {
    width: 36px;
    height: 36px;
    position: relative;
    content: '';
    background-size: contain;
    margin-right: 10px;
    background-image: url(/wp-content/uploads/guide_icon4.png);
    flex-shrink: 0;
}
#Guide .guidelist4 h4:before {
    width: 36px;
    height: 36px;
    position: relative;
    content: '';
    background-size: contain;
    margin-right: 10px;
    background-image: url(/wp-content/uploads/guide_icon5.png);
}
#Guide .guidelist4 h4.manji:before {
    background-image: url(/wp-content/uploads/guide_icon6.png);
}
.guidelist1 h4,.guidelist2 h4,.guidelist3 h4,.guidelist4 h4 {
    font-size: 32px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 10px;
	display: flex;
}
.guidelist1 div,.guidelist2 div,.guidelist3 div {
    padding-bottom: 30px;
}
.guidelist1 h4:before,.guidelist2 h4:before,.guidelist3 h4:before,.guidelist4 h4:before {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    font-size: 26px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.guidelist1 h4:before {
    background: #f171b1;
}
.guidelist2 h4:before {
    background: #fea04c;
}
.guidelist1 div:nth-child(1) > h4:before {
    content: '1';
}
.guidelist1 div:nth-child(2) > h4:before {
    content: '2';
}
.guidelist1 div:nth-child(3) > h4:before {
    content: '3';
}
.guidelist2 div:nth-child(1) > h4:before {
    content: '4';
}
.guidelist2 div:nth-child(2) > h4:before {
    content: '5';
}
#Guide .guidelist3 div:nth-child(2) > h4:before {
    width: 36px;
    height: 36px;
    position: relative;
    content: '';
    background-size: contain;
    margin-right: 10px;
    background-image: url(/wp-content/uploads/guide_icon3.png);
}
#Guide .guidelist3 div:nth-child(2) > h4 {
    padding-top: 0;
}
#Guide .guidelist3 div:nth-child(2) > img {
    width: 120px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 15px;
}
#Guide .guidelist3 div:nth-child(2) > p {
    padding-bottom: 20px;
}
.guide_table_set {
    display: flex;
    flex-direction: column;
}
.guide_table_set p {
    padding-bottom: 10px;
}
#Guide .guidelist3 a {
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #97ce5a;
    color: #fff;
}
.guidelist3 dl {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.guidelist3 dt {
    border-top: 1px dotted #ccc;
    width: 40%;
    height: 40px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-weight: normal;
}
.guidelist3 dd {
    border-top: 1px dotted #ccc;
    display: inline;
    padding: 10px 0;
    width: 60%;
    height: 40px;
    display: flex;
    align-items: center;
}
.guidelist3 .guide_table_set dl {
    display: block;
    flex-wrap: wrap;
    padding-top: 0;
}
.guidelist3 .guide_table_set dt {
    border-top: 0;
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    font-size: 14px;
    align-items: center;
    font-weight: normal;
}
.guidelist3 .guide_table_set dd {
    border-top: 1px dotted #ccc;
    display: inline;
    padding: 10px 0;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
}
#Guide .map_download_set {
    width: 300px;
    margin: 30px auto 0;
}

#Guide .map_download_set {
    border: 3px solid #b2e8f9;
    padding: 0 10px 0px;
    margin-bottom: 20px;
    background: #fff;
    width: 300px;
    height: 340px;
}

#Guide .map_download_set ul li:nth-child(1) {
  display: none;
}
#Guide .map_download_set ul li:nth-child(2) {
    width: 100%;
}
#Guide .map_download_set ul li:nth-child(2) a {
    border: 1px solid #5dc6e7;
}
#Guide .map_download_set ul li:nth-child(2) a:first-child {
  display: none;
}
#Guide .map_download_set ul li:nth-child(3) a {
    border: 1px solid #e5796f;
}
#Guide .map_download_set ul li a {
    display: flex;
    align-items: center;	
}
#Guide .map_download_set ul li {
    display: flex;
    height: auto;
    width: 49%;
    align-items: center;
    justify-content: normal;
    background-color: #fff;
    color: #fff;
}

@media screen and (max-width: 768px){
    .pagetitle h2 {
        height: 90px;
        font-size: 24px;
        margin-bottom: 50px;
    }
    .guidetitle1 h3, .guidetitle2 h3, .guidetitle3 h3, .guidetitle4 h3 {
        height: 140px;
        font-size: 28px;
    }
    #Guide h3:before, #Guide .guidetitle3 h3:after {
        width: 40px;
        height: 40px;
    }
    .guidelist1 h4:before, .guidelist2 h4:before, .guidelist3 h4:before, .guidelist4 h4:before {
        width: 26px;
        height: 26px;
        font-size: 20px;
    }
    .guidelist1 h4, .guidelist2 h4, .guidelist3 h4, .guidelist4 h4 {
        font-size: 24px;
    }
    #Guide .guidelist3 div:nth-child(2) > h4:before {
        width: 28px;
        height: 28px;
    }
    #Guide .guidelist3 h4:before {
        width: 28px;
        height: 28px;
    }
    #Guide .guidelist4 h4:before {
        width: 28px;
        height: 28px;
    }
    .guidelist4 > div:first-child {
        padding-bottom: 30px;
    }
    .t_sp {
        padding-top: 10px;
    }
    #Guide .guidetitle3 h3 {
        height: 90px;
        margin: 40px 0;
    }
    .guidelist1 div,.guidelist2 div,.guidelist3 div {
        padding-bottom: 50px;
    }
}

/*	guide
============================================================*/
/*============================================================
	company  */

#Company {
    padding-bottom: 80px;
    color: #333;
}
.pagetitle.company h2 {
    background-image: url(/wp-content/uploads/title_company.jpg);
}
#Company .table thead th span {
    font-size: 13px;
    font-weight: normal;
    padding-left: 10px;
}
/*
#Company .table thead tr {
    border-left: 10px solid #b3dff7;
}
*/
#Company .table thead th {
    height: 50px;
    padding: 0;
    vertical-align: middle;
    border: 0;
    font-size: 22px;
	padding-left: 25px;
	position: relative;
}
#Company tbody th {
    border-top: 1px solid #b3dff7;
    padding: 0;
    height: 65px;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
    font-weight: 500;
}
#Company tbody td {
    border-top: 1px solid #b3dff7;
    padding: 0;
    height: 65px;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
	position: relative;
}
#Company tbody tr:last-child {
    border-bottom: 1px solid #b3dff7;
}
#Company thead th:before {
    position: absolute;
    width: 10px;
    height: 50px;
    background: #b3dff7;
    content: '';
    left: 0;
    top: 0;
}
#Company tbody td a {
    position: absolute;
    width: 34px;
    right: 15px;
    top: 50%;
    margin-top: -17px;
}

@media screen and (max-width: 768px){
    #Company tbody td {
        border-top: 0;
        height: 70px;
        display: flex;
        align-items: center;
    }
    #Company tbody th {
        border-top: 1px solid #5ec7e7;
        height: 40px;
        display: flex;
        align-items: center;
        background: #daedf7;
    }
    #Company tbody tr:last-child {
        border-bottom: none;
    }
    #Company {
        padding-bottom: 40px;
    }
  
    #Guide .map_download_set {
        width: 220px;
        height: 250px;
    }
}

/*	company
============================================================*/
/*============================================================
	ferry  */

#Ferry {
    padding-bottom: 80px;
    color: #333;
}
.pagetitle.ferry h2 {
    background: url(/wp-content/uploads/mask_long.png), url(/wp-content/uploads/long.jpg) no-repeat center / cover;
}
.ferry_tt {
    position: relative;
    background-color: #6bc0ee;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 200;
}
.ferry_tt h3 {
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 10px;
    width: 70%;
    border-bottom: 1px solid #b1def4;
}
.ferry_tt h2 {
    font-size: 52px;
    font-weight: 300;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ferry_tt h2 span {
    font-size: 16px;
    padding-top: 10px;
}
.ferry_tt p {
    width: 70%;
    line-height: 1.6;
    font-weight: 200;
    padding-top: 10px;
}
.ferry_tt {
    content: '';
    background-image: url(/wp-content/uploads/ferry_wave.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-repeat-x: repeat;
    background-position: bottom left;
}
.ferry_t_set {
    padding: 40px;
    border: 1px solid #ddd;
    border-top: none;
}
.ferry_t_set .table td, .ferry_t_set .table th {
    padding: 0;
    vertical-align: top;
    border-top: 1px solid #73c3ef;
}
.ferry_t_set table {
    margin: 0;
    border-bottom: 1px solid #73c3ef;
}
.ferry_ehime2 {
    padding-top: 50px;
}
.ferry_t_set .table th {
    color: #2578b8;
    font-weight: 500;
    width: 140px;
    height: 2.3rem;
    vertical-align: middle;
}
.ferry_t_set .table td {
    height: 2.3rem;
    vertical-align: middle;
}
.ferry_t_set img {
    padding-right: 40px;
}
.ferry-3 {
    color: #2578b8;
    font-weight: 500;
    height: 60px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
}
.kaien23_set {
    border: 0;
}
.kaien23_title {
    font-size: 20px;
    background: #6bc0ee;
    color: #fff;
    margin-top: 80px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px){
    .ferry_tt h3 {
        font-size: 20px;
    }
    .ferry_tt h2 {
        font-size: 46px;
    }
    .ferry_tt {
        padding: 30px 0;
    }
    .ferry_tt h2 span {
        font-size: 14px;
    }
    .ferry_t_set img {
        padding-right: 0;
    	padding-bottom: 30px;
    }
    .ferry_t_set {
        padding: 50px 0 0 0;
        border: 0;
        border-top: none;
    }
    .ferry_t_set img {
        padding-right: 0;
        width: 85%;
        display: block;
        margin: 0 auto;
    }
    .ferry_t_set table {
        width: 85%;
        margin: 0 auto;
    }
    .ferry_ehime2 {
        padding-top: 100px;
    }
    .kaien23_title {
        margin-top: 100px;
    }
}

@media screen and (min-width: 1200px){
    .ferry_tt h3 {
        font-size: 24px;
    }
    .ferry_tt h2 {
        font-size: 52px;
    }
    .ferry_tt h2 span {
        font-size: 16px;
    }
}
@media screen and (min-width: 1400px){
    .ferry_t_set .table th {
        height: 2.7rem;
    }
    .ferry_t_set .table td {
        height: 2.7rem;
    }
}

/*	ferry
============================================================*/
/*============================================================
	information  */

.pagetitle.information h2 {
    background-image: url(/wp-content/uploads/title_information.jpg);
}
#Information {
    padding-bottom: 80px;
}

/*	information
============================================================*/
/*============================================================
	contact  */

.pagetitle.contact h2 {
    background-image: url(/wp-content/uploads/title_contact.jpg);
}
#Contact {
    padding-bottom: 80px;
}
img.ajax-loader {
	display: none;
}
.wpcf7 {
    max-width: 100%;
}
.wpcf7-textarea {
    border: 1px solid #6bc0ee!important;
    border-radius: 0!important;
    margin-bottom: 0!important;
	height: 300px!important;
    margin-top: 15px;
}
.btn-outline-primary, .wpcf7 input[type=submit] {
    border-radius: 0;
    width: 300px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-image: none;
    border-color: #6bc0ee;
    background-color: #6bc0ee;
    color: #fff;
    cursor: pointer;
}
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
    color: #6bc0ee;
    background-color: #fff;
    border-color: #6bc0ee;
}
#Contact .about_set {
    padding: 0 0 40px 0;
    position: relative;
    align-items: center;
}
#Contact .require {
    font-size: 16px;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 15px;
}
.contact-title {
    font-size: 16px;
    font-weight: 500;
}
.contact-title span {
    color: #fff;
    padding: 0px 5px;
    margin-right: 0;
    background: #ef6161;
    font-size: 12px;
    position: absolute;
    margin-top: 5px;
    left: 0;
}
.wpcf7-validates-as-email {
    border: 1px solid #6bc0ee!important;
    border-radius: 0!important;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #ccc;
    color: #333;
}
.checkmail input[type="checkbox"] {
	transform: scale(1.5,1.5);
	margin-right: 3px;
}

@media screen and (max-width: 768px){
    #Contact {
        padding-bottom: 50px;
    }
    .wpcf7-textarea {
        height: auto!important;
    }
}

/*	contact
============================================================*/
/*============================================================
	access  */

.pagetitle.access h2 {
    background-image: url(/wp-content/uploads/title_access.jpg);
}
.access_set {
    padding-bottom: 40px;
}
.access_set h4 {
    padding-bottom: 15px;
    padding-left: 20px;
    line-height: 1.4;
}
.access_set h4:before {
    content: '';
    background: #000;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    position: absolute;
    display: inline-block;
    left: 0;
}
.access_line_set {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 40px;
}
.access_line_set label {
    margin-top: 10px;
    width: 120px;
    border: 1px solid #000;
    text-align: center;
}
.access_line_set img {
    height: 26px;
    width: auto;
    padding: 0 5px;
}
.access_line_set + p {
    padding-top: 15px;
}
.access_tt {
    padding: 5px;
    border: 1px solid #000;
    margin-bottom: 40px;
}
.accessmap {
    max-width: 560px;
    padding-top: 20px;
    padding-bottom: 80px;
}
.access_line_set label.takahama {
    background: #5ec7e7;
    color: #fff;
    font-weight: 500;
    border: 1px solid #5ec7e7;
}
.access_title {
    height: 50px;
    border: 1px solid #666;
    font-size: 22px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
.access_title:after {
    width: 38px;
    height: 38px;
    background: #666;
    content: '';
    position: absolute;
    right: -21px;
    bottom: -21px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#Board_ship {
    padding-bottom: 80px;
}
#Board_ship img {
    max-width: 400px;
    padding-bottom: 20px;
    margin: 0 auto;
    display: block;
}
#Board_ship h4 {
    color: #ff3000;
    width: 80%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-top: 1px solid #ff3000;
    border-bottom: 1px solid #ff3000;
    margin-bottom: 30px;
    font-weight: 600;
}
#Board_ship p {
    text-align: center;
}
.access_set label {
    display: block;
}

@media screen and (max-width: 768px){
    .access_line_set {
        height: 38px;
    }
    .access_line_set img {
        height: 20px;
        padding: 0 5px;
    }
    .access_line_set label {
        margin-top: 8px;
    }
    .access_line_set + p {
        padding-top: 10px;
    }
    .access_line_set.mt-4 {
        margin-top: 10px!important;
    }
    .access_set {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px dotted #ccc;
    }
    .access_set:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
    .access_set h4:before {
        left: 15px;
    }
    .accessmap {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    #Board_ship h4 {
        color: #ff3000;
        width: 100%;
        line-height: 1.4;
        height: auto;
        padding: 10px 0;
    }
    #Board_ship p {
        text-align: justify;
    }
    #Board_ship {
        padding-bottom: 50px;
    }
    .access_title:after {
        width: 28px;
        height: 28px;
        right: -16px;
        bottom: -16px;
    }
}

/*	access now
============================================================*/
/*============================================================
	rental  */

.pagetitle.rental h2 {
    background-image: url(/wp-content/uploads/title_rental.jpg);
}
#Rentalcycle {
    padding-bottom: 60px;
}
#Rentalcycle .table thead th {
    height: 40px;
    padding: 0;
    vertical-align: middle;
    border: 0;
    font-size: 20px;
    font-weight: 500;
    background-color: #01a0b7;
    color: #fff;
    text-align: center;
}
#Rentalcycle .table thead th {
    height: 30px;
    padding: 0;
    vertical-align: middle;
    border: 0;
    font-weight: 400;
}
#Rentalcycle td {
    height: 40px;
    padding: 0;
    vertical-align: middle;
    border-top: 1px solid #6ecedc;
    border-right: 1px solid #6ecedc;
    font-weight: 500;
    width: 50%;
    text-align: right;
    padding-right: 10px;
}
#Rentalcycle .table {
    border: 1px solid #6ecedc;
}
#Rentalcycle tbody th {
    padding: 0;
    /* background: #74dcea; */
    vertical-align: middle;
    color: #333;
    border-top: 1px solid #6ecedc;
    border-right: 1px solid #6ecedc;
    font-weight: 500;
    width: 50%;
    text-align: left;
    padding-left: 10px;
}
#Rentalcycle tbody th.table_t {
    background: #93d8e2;
    text-align: center;
    padding: 0;
    height: 40px;
}
.table tbody+tbody {
    border: 0!important;
}
.cycleimg {
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cycleimg li {
    width: 24%;
}

@media screen and (max-width: 768px){
    .cycleimg {
    	padding-top: 60px;
    }
	.cycleimg li {
    	width: 48%;
    	padding-bottom: 4%;
	}
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*	rental now
============================================================*/

/*============================================================
	safety  */

#Safety {
    padding-bottom: 80px;
    color: #333;
}
.pagetitle.safety h2 {
    background-image: url(/wp-content/uploads/title_company.jpg);
}
#Safety .table thead th span {
    font-size: 13px;
    font-weight: normal;
    padding-left: 10px;
}
/*
#Safety .table thead tr {
    border-left: 10px solid #b3dff7;
}
*/
#Safety .table thead th {
    height: 50px;
    padding: 0;
    vertical-align: middle;
    border: 0;
    font-size: 22px;
	padding-left: 25px;
	position: relative;
}
#Safety tbody th {
    border-top: 1px solid #b3dff7;
    padding: 0;
    height: 65px;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
    font-weight: 500;
}
#Safety tbody td {
    border-top: 1px solid #b3dff7;
    padding: 0;
/*    height: 65px;*/
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
	position: relative;
}
#Safety tbody tr:last-child {
/*    border-bottom: 1px solid #b3dff7;*/
}
#Safety thead th:before {
    position: absolute;
    width: 10px;
    height: 50px;
    background: #b3dff7;
    content: '';
    left: 0;
    top: 0;
}
#Safety tbody td a {
    position: absolute;
    width: 34px;
    right: 15px;
    top: 50%;
    margin-top: -17px;
}

@media screen and (max-width: 768px){
    #Safety .table thead th {
        border-bottom: 1px solid #5ec7e7;
    }
    #Safety tbody td {
        border-top: 0;
/*        height: 70px;*/
/*        display: flex;*/
        align-items: center;
    }
    #Safety tbody th {
        border-top: 1px solid #5ec7e7;
        height: 40px;
        display: flex;
        align-items: center;
        background: #daedf7;
    }
    #Safety tbody tr:last-child {
        border-bottom: none;
    }
    #Safety {
        padding-bottom: 40px;
    }
  
    #Guide .map_download_set {
        width: 220px;
        height: 250px;
    }
    #Safety .safety_table tbody td {
        border-top: 1px solid #b3dff7;
        padding: 0;
        vertical-align: middle;
        text-align: left;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
    }

}

/*	safety
============================================================*/


/* ごごしまマップ　override */
/*.map_download_set ul li:nth-child(3) { margin: 0; width: 100%;}
.map_download_set ul li:nth-child(3) a { width: 100%;}
.map_download_set ul li:nth-child(3) a img { width: auto; height: 41px; margin: 0 auto;}
.map_download_set ul li:nth-child(4) { display:none !important;}
.map_download_set ul li:nth-child(5) { display:none !important;}
.map_download_set ul li:nth-child(6) { display:none !important;}*/
.map_download_set { height: 250px;}
#Guide .map_download_set ul li { width: 100%;}
#Guide .map_download_set ul li a { width:100%;height: 60px;text-align:center;}
#Guide .map_download_set ul li a  img { width:auto;height: 58px;margin: 0 auto;}
#Guide .map_download_set { height: auto;}