@charset "utf-8";

/* CSS Document */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	width:100%;boz-sizing:border-box;
}
/* スマホ（767px以下） */
.col-xs-1-5 {width: 20%;float: left;}
.col-xs-2-5 {width: 40%;float: left;}
.col-xs-3-5 {width: 60%;float: left;}
.col-xs-4-5 {width: 80%;float: left;}
/* タブレット（768px～991px） */
@media (min-width: 768px) {
    .col-sm-1-5 {width: 20%;float: left;}
    .col-sm-2-5 {width: 40%;float: left;}
    .col-sm-3-5 {width: 60%;float: left;}
    .col-sm-4-5 {width: 80%;float: left;}
}
/* PC（992px～1119px） */
@media (min-width: 992px) {
    .col-md-1-5 {width: 20%;float: left;}
    .col-md-2-5 {width: 40%;float: left;}
    .col-md-3-5 {width: 60%;float: left;}
    .col-md-4-5 {width: 80%;float: left;}
}
/* PC大画面（1200px以上）*/
@media (min-width: 1200px) {
    .col-lg-1-5 {width: 20%;float: left;}
    .col-lg-2-5 {width: 40%;float: left;}
    .col-lg-3-5 {width: 60%;float: left;}
    .col-lg-4-5 {width: 80%;float: left;}
}

clearfix::after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

dt.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;zoom:1;}


img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width:100%;
	hegiht:auto;
}

.bold {font-weight:400;}


.mt3 {margin-top: 3px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mt80 {margin-top: 80px!important;}
.mt100 {margin-top: 100px!important;}

.mb3 {margin-bottom: 3px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb80 {margin-bottom: 80px!important;}

.pdg3 {padding: 3px;}
.pdg5 {padding: 5px;}
.pdg10 {padding: 10px;}
.pdg20 {padding: 20px;}
.pdg30 {padding: 30px;}
.pdg40 {padding: 40px;}
.pdg50 {padding: 50px;}

.va--t {vertical-align: top;}
.va--m {vertical-align: middle;}
.va--b {vertical-align: bottom;}

.pt60{padding-top:60px;}
.pb60{padding-bottom:60px;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
background:transparent;
-webkit-text-size-adjust:none;
}
textarea {font-family:inherit;font-size:inherit;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
li{list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
ins {text-decoration:none;}
mark {font-style:italic;font-weight:400;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
header, section, footer, aside, nav, main, article, figure {display: block;}

button[type="submit"]{
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-family:inherit;
vertical-align:baseline;
cursor:pointer;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="date"]{
border:1px solid #ddd;
vertical-align:baseline;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

input[type="submit"]{cursor:pointer;}
.yoyaku input[type="submit"]{cursor:pointer;position:relative;background:000;width:90px;height:34px;color:#fff;padding:2px;border:1px solid #fff;box-shadow:0 0 0 2px #9a8f66;
}
.yoyaku input[type="text"]{background:#fff;width:50px;margin:0 2px;padding:2px;}

select{
border:1px solid #ddd;
font-family:inherit;
vertical-align:baseline;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;background: #dededf;
    padding: 6px;
    font-size: 16px;
    border: 1px solid #eee;
}
::-webkit-input-placeholder{
color:#888;
}
::-moz-placeholder {
color:#888;
opacity:1;
}
:-ms-input-placeholder {
color: #888;
}
/**/

/* fade */
.inview-fade,
ul.inview-fade li,
ol.inview-fade li,
dl.inview-fade dt,
dl.inview-fade dd {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0,0,0) scale(1.0);
  transform: translate3d(0,0,0) scale(1.0);
  opacity: 0;
}
.inviewed-fade,
ul.inviewed-fade li,
ol.inviewed-fade li,
dl.inviewed-fade dt,
dl.inviewed-fade dd {
  -webkit-transform: translate3d(0,0,0) scale(1.0);
  transform: translate3d(0,0,0) scale(1.0);
  opacity: 1;
}

/* zoom */
.inview-zoom,
.inviewed-zoom {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.inview-zoom .backimg,
.inviewed-zoom .backimg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
.inview-zoom .backimg {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(-50%, 0, 0) scale(1.15);
  transform: translate3d(-50%, 0, 0) scale(1.15);
  opacity: 0;
}
.inviewed-zoom .backimg {
  -webkit-transform: translate3d(-50%, 0, 0) scale(1.0);
  transform: translate3d(-50%, 0, 0) scale(1.0);
  opacity: 1;
}


/* up */
.inview-up,
ul.inview-up li,
ol.inview-up li,
dl.inview-up dt,
dl.inview-up dd {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0,20px,0) scale(1.0);
  transform: translate3d(0,20px,0) scale(1.0);
  opacity: 0;
}
.inviewed-up,
ul.inviewed-up li,
ol.inviewed-up li,
dl.inviewed-up dt,
dl.inviewed-up dd {
  -webkit-transform: translate3d(0,0,0) scale(1.0);
  transform: translate3d(0,0,0) scale(1.0);
  opacity: 1;
}

.zip21{    width: 100px;
    display: inline-block;}
.zip22{    width: 100px;
    display: inline-block;}


/*ミルキーウェイ*/
#milkypst{overflow:hidden;}
.slick-slide img{width:100%;height:auto;}
.slick-list li a{
    height: 300px;
}
.mwcale_wrap{border: 3px solid #17a2a4;
    margin: 0 auto;
    padding: 30px;
    padding-top: 0;
    border-radius: 20px;}
.sogei_busbox{border-radius: 20px;background:#f39801;color:#fff!important;    padding: 20px;
    margin-bottom: 40px;}
.kasopage .sogei_busbox h4{color:#f39801!important;background:#fff;}
.kasopage .sogei_busbox h4:before {
    background: #f39801;
}
.mwcale_wrap .scheicon img{    width: 26px;
    height: auto;}
.mw_con2 a.more{background:#fff;}
.mw_con2 a.more:hover{background:#17a2a4!important;}
.mwcale_wrap  .fc-event-container a{pointer-events:none;/*リンクを非リンクに変える*/
cursor:default;/*マウスカーソルを矢印のまま変えない*/}
.road_wrap .fc-event-container a{pointer-events:none;/*リンクを非リンクに変える*/
cursor:default;/*マウスカーソルを矢印のまま変えない*/}

.ser-atin_wrap{    max-width: 700px;
    margin: 0 auto;margin-bottom:10px;}


.fc-event-container a{text-decoration:none!important;}

.fc-widget-header.fc-sun{color: #FFF!important;
    background-color: #e60012!important;}

.scheicon{text-align:center;margin-bottom:10px;}
.scheicon span{margin-right:10px;display:inline-block;}

.fc-event-container{text-align:center;}

.fc-event{border:none!important;}

.mwcale_wrap .fc-day-grid-event{background-color:inherit!important;
border:none!important;width:30px;height:30px;display:inline-block!important;}

.category-m_tanpopo{background:url(../img/icon/tanpopo.png) no-repeat 50% 50%;background-size:30px;}
.category-toshio_teacher{background:url(../img/icon/kids.png) no-repeat 50% 50%;background-size:30px;}
.category-wakuwaku_try{background:url(../img/icon/oyako.png) no-repeat 50% 50%;background-size:30px;}
.category-mw_holiday{/*background-color: #fb181f!important;text-align:center;*/background:url(../img/icon/kyuu.png) no-repeat 50% 50%;background-size:30px;}
.category-education_class{background:url(../img/icon/sports.png) no-repeat 50% 50%;background-size:30px;}
.category-special_event{background:url(../img/icon/hanabi.png) no-repeat 50% 50%;background-size:30px;}
.category-ehon{background:url(../img/icon/book.png) no-repeat 50% 50%;background-size:30px;}

.qtip{display: none!important;}
.fc-event-container .fc-content,.mwcale_wrap .fc-event-container .fc-content{display: none!important;}
/*.fc-event-container .category-mw_holiday .fc-content{display:block!important;}*/



.tag-in_service{background:none!important;background-size:30px;border:none!important;height:30px;position:relative;}
.tag-in_service:before{content:'●';color:#57baa7!important;position:absolute;width:30px;height:30px;top:0;bottom:0;left:0;right:0;margin:auto;z-index:10;background-size:30px;}

.tag-ser_special{background:none!important;background-size:30px;border:none!important;height:30px;position:relative;}
.tag-ser_special:before{content:'★';color:#57baa7!important;position:absolute;width:30px;height:30px;top:0;bottom:0;left:0;right:0;margin:auto;z-index:10;background-size:30px;}

.tag-part_service{background:none!important;background-size:30px;border:none!important;height:30px;position:relative;}
.tag-part_service:before{content:'▲';color:#c00!important;position:absolute;width:30px;height:30px;top:0;bottom:0;left:0;right:0;margin:auto;z-index:10;background-size:30px;}



.screen-reader-text{display: none!important;}
.fc-time{display:none;}
.fc-title{line-height: 30px;display:none;}
.eventorganiser-event-meta{display:none;}




/**/
.privacy{border: 1px solid #014C86;
    border-radius: 4px;
    padding: 30px;margin-bottom: 80px;}
.privacy h4{font-size:16px;}
.privacy h5{font-size:15px;    margin-bottom: 6px;}
.privacy p{font-size:14px;}
/**/
.blo1{
    position: relative;
overflow: hidden;padding-bottom: 80px;
}
.blo1 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;width:100%;height:auto;
}
.blo1 figcaption{
    position: absolute;
    text-align: center;
    bottom: -100px;
    margin: auto;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 190px;
    overflow: hidden;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    background: #fff;
    padding-top: 26px;
}

figcaption p {
	color:#000000;

}

.film_roll_child{position:relative;}


.blo1 figcaption h3{
color:#000000;font-size:20px;margin-bottom:20px;padding-bottom:0;border:none;
}
.blo1 figcaption h3 span{
color:#ff8429;font-size:12px;display:block;margin:0 auto;margin-top:10px;
}

figure:hover .blo1 figcaption, figure:hover .blo2 figcaption {
    height: 270px;
    text-align: center;}

/*リンク色*/
a{outline:none;color:#000000;-webkit-transition: all .3s;
    transition: all .3s}
a:link     {color:#000000; text-decoration:none; }
a:hover    { color:#666666; text-decoration: none;-webkit-transition: all .3s;
    transition: all .3s}
a:active   {color:#000000; text-decoration:none; }
/* CSS Document */

*{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
}

span,a{font-size:inherit;}

	
ul {
list-style:none;padding:0;
margin:0;
}

body {
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body{
font-size:16px;
font-family:"Noto Sans Japanese","Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
font-weight: 400;
color:#000000;
position:relative;
width: 100%;
overflow-x:hidden;
line-height: 2;  word-break: break-all;
-webkit-text-size-adjust: 100%;
}

/*#topimage{min-height:100vh;background:url('../img/topimage.jpg') no-repeat 50% 50%;background-size:cover;width:100%;}*/
#topimage{position:relative;position: relative;/*overflow:hidden;*/}

p{line-height:180%;}

.anchor{padding-top: 50px;
margin-top: -50px;}

.cl {
  min-height: 0px;
  clear:both;
}

* html .cl {
  height: 0px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.container .row {
    margin-right: -15px;
    margin-left: -15px;
}
@media screen,tv{
.print{
		display:none;
	}}

@media print{
#pagetop {
	display:none;
	}
}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-family: Palatino Linotype;
    z-index: 99;
}
#pageTop:hover{
	}

a[href^="tel:"] { cursor: default; }

/**/
a img.linkimg{
background:none!important;-webkit-transition: all .3s;
    transition: all .3s
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.nopc{display:none!important;}
.nopc2{display:none!important;}
ul#navi_ul li.nopc2{display:none;}

.important_wrap{padding:8px 0;background:#e50012;color:#fff;}

.impo_post{    width: calc(100% - 150px);
    padding: 10px 20px;
    background: #fef052;
    border-radius: 30px;
    color: #000;}



/* header */
header{    padding-top: 12px;/*padding-bottom:8px;*/}

.head_n {
    width: 320px;
    max-width: 100%;
    margin-left: 28px;
}
.head_n .contact_box h4{font-size:14px;}
.head_n p{font-size:13px;}

/**/
.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex, .flex-st, .flex-cn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;}

/*
#header {
position: fixed;
    top: 0;
    right: 0;
    box-sizing: border-box;
    background: #fff url('../cmn/head_line.png') repeat-x 50% 0%;
	z-index:1000;
	width:100%;height:104px;padding-top: 15px;
}

#header:before {
	content: "";
	display: block;
	width: 100%;
}*/
#navi{text-align:center;}

.kasopage #y_spring h4{background: #ffe6f0;}
.kasopage #y_summer h4{background: #e5ffe5;}
.kasopage #y_autumn h4{background: #ffe5b0;}
.kasopage #y_winter h4{background: #edf1ff;}

.kasopage #y_spring h4:before{background: #ff7fb2;}
.kasopage #y_summer h4:before{background: #27d927;}
.kasopage #y_autumn h4:before{background: #ffb217;}
.kasopage #y_winter h4:before{background: #1a76ff;}


.head_r{/*width: 1170px;*/
    max-width: 100%;
    margin: 0 auto;    margin-left: 10px;margin-top: 24px;}

.login_box a{    padding-top: 50px;
    display: block;
    letter-spacing: 0px;position:relative;}

.cart_box a{padding-top: 50px;
    display: block;
    letter-spacing: 0px;position:relative;
}
.login_box a{
	
background: url(../cmn/ico_door.svg) no-repeat 50% 10px;background-size: 32px;font-weight:bold;
	
}
.cart_box a{
	
background: url(../cmn/ico_cart.svg) no-repeat 50% 10px;background-size: 32px;font-weight:bold;
	
}

.login_box a:hover{background:#e5e0d5 url(../cmn/ico_door.svg) no-repeat 50% 10px;background-size: 32px;}
.cart_box a:hover{background:#e5e0d5 url(../cmn/ico_cart.svg) no-repeat 50% 10px;background-size: 32px;}


.header_inner {width:100%;
    position: relative;
    margin: 0 auto;
    align-items: center;
	box-sizing:border-box;padding: 0;padding-top:26px;padding-bottom:30px;display:block;display: inline-block;
}
.head_n .contact_box {
    padding: 10px 20px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 17px;padding-top: 14px;
}a.foot_tel {
    position: relative;
    font-size: 30px;
    line-height: 100%;
    color: #000000!important;
    padding-left: 20px;
}
a.foot_tel:before {content:'';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../cmn/ico_tel.svg) no-repeat 0px 50%;
    background-size: 20px;
}

.con_r{position:relative;}
.con_r:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: -23px;
    width: 1px;
    height: 110%;
    background: #fff;
}

a.con_btn {
    background: #fff;
    color: #FC7C04!important;
    font-size: 14px;
    max-width: 210px;
    width: 100%;
    padding-left: 50px;
    position: relative;
    display: table;
}a.con_btn:before {content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../cmn/ico_mail.svg) no-repeat 16px 50%;
    background-size: 24px;
}

a.con_btn:hover{background:#eee;}


.header_right2 {
	float: right;
    text-align: right;display:block;max-width:308px;width:100%;
}

/*.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;}*/

#navi a{-webkit-transition: all .3s;
    transition: all .3s}


#logo {padding-bottom: 8px;}
#logo a{display:block;}
#logo img {
    height: auto;
    width: 180px;
}
.v_bottom,.v_bottom2{display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    -webkit-align-items: flex-end;align-items: flex-end;    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-align: stretch;}

.v_top{display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    -webkit-align-items: flex-start;align-items: flex-start;    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-align: stretch;}


.top_text{margin-top:-10%;    z-index: 100;
    position: relative;}
.top_osusume {
    width: calc(100% - 27.5%);
    margin-top: 30px;
}


.top_osusume_in{margin-top:-7.4%;    background: #fff;color: #000; width: 110%; margin-left: -10%;}
.top_osusume_in p{font-size:16px;}
.top_osusume .mannaka {
    padding: 0px 14px;
    height: calc(100% - 46px);
}

.osusume_text {
    /*width: calc(100% - 190px);
    margin-left: 10px;*/padding-left:10px;
}

.img_cate{
	position: relative;
}
.img_cate:before{
    display: block;
    content: '';
    padding-top: 100%;
}
.squareBox{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
overflow: hidden;}

.img_cate .thumb{
  width: 100%;height: auto;    border-radius: 50%;
}
.centerBox{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;height: auto;}

.per50{width:50%;}

#header_right {
    height: 76px;
    background: #17a2a4;
}
.top_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 10%;
    z-index: 10;
    width: 335px;
    height: 212px;
}.top_icon img{max-width: 335px;
    height: auto;
    width: 100%;
}
#topimage_wrap{position:relative;margin-top:16px;}

#topimage{position:relative;/*background:#9fa0a0;*/
    position: relative;
}

/*#topimage:before{
    content: "";
    display: block;
    padding-top: 55%;}*/

#footer {
    /* padding-top: 60px; */
    background: #fff;
    color: #000;
    position: relative;
    margin-top: 100px;
}
#footer img.footlogo {
    position: relative;
    width: 110px;
    height: auto;
    margin-bottom: 16px;
    margin-top: 4px;
}


#footer #pageTop_wrap img {
    position: relative;
    width: 40px;
    height: auto;
    margin-bottom: 0px;
    margin-top: 4px;
}

.f_logo img{width:200px;height:auto;}


.time th{border:1px solid #fff;background:#ff8429;color:#fff;text-align:center;padding:10px;}
.time td{border:1px solid #ff8429;text-align:center;padding:10px;background:#fff;}

/**/

h4.entry-title{font-weight:400;}

.trigger span{color:#fff;cursor:pointer;}

ul#navi_ul {display:inline-block;line-height:30px;text-align:center;    max-width: 1070px;
    width: 100%;margin-top:14px;
}
ul#navi_ul li {
    text-align:center;box-sizing:border-box;display:inline-block;padding: 0px 16px;position:relative;
}

ul#navi_ul li:last-child{border-right:none;}

ul#navi_ul li:nth-child(4){border-right:none;}



ul#navi_ul > li .nosp {
    text-decoration: none;
    font-weight:400;
    position: relative;
    display: block;
    color: #000;
    padding: 0 13px;
    z-index: 2;
    line-height:30px;
    box-sizing: border-box;
}
ul#navi_ul li p {
    line-height: 58px;
    color: #000;
    font-weight:400;
	cursor: pointer;    font-size: 15px;
}

.submenu li {
    margin-left: 20px;
}
.head_tel{display:inline-block;vertical-align:baseline;}

/**/
#navi ul li a#dropdown-trigger:hover:after, #navi ul li a#dropdown-trigger:active:after, #navi ul li a#dropdown-trigger:focus:after, #navi ul li a#dropdown-trigger.active:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#navi ul li a#dropdown-trigger:before{content:none;}
#navi ul li a#dropdown-trigger:after {
    content:'';
	background:url(../img/b01.png) no-repeat 50% 50%;
	background-size: 12px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -10px;
    width:100%;
    text-align: center;
    font-size: 10px;
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* sub navi */
#header .level-2 .container {
    max-width: 1140px;
    width: 100%;
}
 .level-2{
    position: absolute;;
    top: 96px;
    left: 0px;
    width: 100%;background: #014C86;    text-align: left;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -10px;
    opacity: 0;padding: 30px 30px 25px;    z-index: -2;  visibility: hidden;
}


#dropdown-trigger_wrap:hover .level-2 {
	margin-top:0;
    opacity: 1;
    visibility: visible;z-index: 100;
}


.level-2 li a{
	display:block;
	padding:0 13px;
	color:#fff!important;font-weight:400;}

/**/
.max-width{max-width:300px;margin:0 auto;}

/**/
.head_r li{display:inline-block;width:50%;text-align:center;padding: 0 10px;}

.top_unko{background:#f7f7f7;border-radius:20px;}

.top_unko > .flex{height:260px;}
.top_unko_l {
    width: 50%;
    position: relative;
    background: url(../img/busimg.jpg) no-repeat 0% 50%;
    height: 100%;
    border-radius: 20px 0px 0 20px;background-size:cover;
}
.top_unko_l img{border-radius:50%;}



.top_unko_l2{
	background: url(../img/train.jpg) no-repeat 70% 70%;
}

.top_unko_r{padding: 15px 20px;padding-bottom:0;width:50%;}

.u_free_r{width:calc(100% - 74px);}

.u_free_r p span{font-size:15px;}

.today_unko{color:#1586c3;font-size:22px;text-align:center;}

.fo15{font-size:15px;}

.recruit_box a{background:#b4a66d;border:1px solid #b4a66d;color:#070d29!important;
	max-width:530px;width:100%;padding:8px 0; display: block;
    margin: 0 auto;line-height: 32px;}

.recruit_box a:hover{color:#b4a66d!important;border:1px solid #b4a66d;background:none;}

.step{width:100%;display:table;margin-bottom:40px;}
.step li{display:table-cell;text-align:center;vertical-align:middle;}

.w28{width:28%;    background: #faf08e;padding: 10px 5px;font-weight:bold;border-radius: 10px;}
.w8{width:8%;font-size:14px;}
.w8 .yaku1{width:100%;background:#eee;}
.fc-toolbar h2 {
    margin: 0;
    color: #000;
}


ol.num01 {
    text-align: left;
    padding: 0;
    margin: 30px 0 30px 30px;
}
ol.num01 > li{
	padding:0;
	margin:5px 0 5px 0;
	list-style:none;
}
ol.num01 > li:nth-child(1):before{content:"① "; margin-left:-18px;}
ol.num01 > li:nth-child(2):before{content:"② "; margin-left:-18px;}
ol.num01 > li:nth-child(3):before{content:"③ "; margin-left:-18px;}
ol.num01 > li:nth-child(4):before{content:"④ "; margin-left:-18px;}

.imap{height:300px;}
.timetable1{border:2px solid #ccc;}

.table.timetable1 td{width:50%!important;text-align:center;}
.table.timetable1 th{text-align:center;}

.table.timetable1 td:first-child{border-right:1px solid #ccc;}

.timetable2{border:2px solid #ccc;}
.table.timetable2 th{text-align:center;width:33.3%!important;    border: 1px solid #ccc;}
.table.timetable2 td{border: 1px solid #ccc;text-align:center;}
.table.timetable2 td{width:33.3%!important;}


.time1_1{font-weight:bold;}

.kiteibox{padding: 20px;
    background: #fafafa;
    margin-bottom: 50px;
    border-radius: 20px;margin-top:20px;
}
.kiteibox h6{margin-bottom:20px;}

.sea_midashi p{font-size:18px;font-weight:bold;}

/**/

.head_tel .f_tel{font-size:26px;    padding-left: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(../cmn/tel.png) 0px 50% no-repeat;
    background-size: 20px;}

ul#navi_ul li a {
    position: relative;
    display: block;
    font-size: 17px;
    color: #ffffff!important;
    box-sizing: border-box;
    font-weight: 400;
    padding: 9px 0;
    letter-spacing: 1px;
}

ul#navi_ul li a:hover{color:yellow!important;}

ul#navi_ul li:before:hover{
	content: "";
	position: absolute;
	 left: 0;
	bottom: 3px;
	width: 100%;
	height: 1px;
	background: #014C86;
}

.tit{background-color: #46af46;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #54cc3b), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #54cc3b),color-stop(.75, #54cc3b), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 14px 14px;padding:33px 0;margin-bottom:26px;}
.tit h3{margin-bottom:0;    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight:400;}

h3 {
    text-align: center;
    padding-bottom: 14px;
    margin-bottom: 30px;
}


/**/
#main{/*padding:30px 0;*/padding-bottom:0;overflow:hidden;}

#container {
	overflow: hidden;
	margin-top: 50px;
}


.img-responsive {
    max-width: 100%;
    height: auto;
}

.big{font-size:30px;}


.button {
  text-decoration: none;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn{line-height:60px;border:1px solid #fff;max-width:316px;width:100%;text-align:center;margin:30px;border-radius:none;
font-size:18px;position:relative;}
.contact_btn{    background: url(../cmn/mail_icon.png) no-repeat 20% 50%;
    padding-left: 70px;}
.tel_btn{background:url('../cmn/tel_icon.png') no-repeat 20% 50%;padding-left: 70px;font-size:24px;}
.contact_btn:hover{background:rgba(255,255,255,0.2) url(../cmn/mail_icon.png) no-repeat 20% 50%;}

/**/
#topimage .main-catch {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
}

#topimage  .main-catch-box {
    position: absolute;
    top: 40%;
    left: 24%;
    transform: translate(-50%, -50%);
	  -ms-transform:  translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform:translate(-50%, -50%);
}

/**/
 .pri_wrap ol {
    margin: 20px 0 0 30px;
}
 .pri_wrap{
    background: #fff;
    padding: 30px;
    border: 1px solid #e8e8e8;
}

.pri_wrap li{   list-style: outside decimal;
    font-size: 0.95em;
    line-height: 140%;
margin: 10px 0 0 0;}


@media screen and (min-width: 800px){

}



h3 {
    font-size: 1.5em;
    font-weight:400;
    margin-bottom: 20px;
    position: relative;
}
	  


h4{font-size:24px;margin-bottom:16px;}
h5{font-size:18px;margin-bottom:16px;}

h4.new_tit{font-size:16px;font-weight:bold;}

h4.new_tit span{
	background:#c3a33f;text-align:center;color:#fff;width:180px;line-height:28px;display:inline-block;margin-right:18px;margin-left: 15px;}

#news li a{display:block; }
#news li:nth-child(2n-1) a{}

#news2 li{padding: 6px 4px;}


#news ul{width:100%;}
.news_in_wrap{max-width:720px;width:100%;display:table;margin:0 auto;    position: relative;
    margin-top: -90px;
    margin-right: 20px;
}
#news{
    position: relative;
}

.news_in2{padding: 46px 56px;
	background: #fff;}


#news h3:after{color: #fff;border-bottom: 4px #ffffff solid;}

#news h3{padding-bottom:20px;}

#news a:hover h4.new_tit{color:#cccccc!important;-webkit-transition: all .3s;
    transition: all .3s;}
.news_in_wrap h4.new_tit{margin-bottom:0;-webkit-transition: all .3s;
    transition: all .3s;}

.news_in_wrap h2{color:#fff!important;font-size:16px;margin-bottom:0;}
.news_in_wrap h2:first-letter {
    color: #fff;
}
.news_in a{display:block;padding: 10px 10px;color:#fff!important;
-moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0; z-index: 2;    vertical-align: middle;position: relative;
  overflow: hidden;    -webkit-transition: all .3s;
    transition: all .3s;}

.news_in a::after {
  top:0%;
  right:-100%;
  width: 100%;
  height: 100%;
}
.news_in a:hover{color: #cccccc!important;}
.news_in a:hover::after {
  top: 0;
  right: 0;
background:#fff;
}
.news_in a:before{position:absolute;z-index:10;top:0;left:0;width:100%;height:100%;
background:url(../cmn/arrow.png) no-repeat 95% 50%;
    background-size: 20px;}

.news_in{  
    width: calc(100% - 160px);
    display: table-cell;
    margin: 0 auto;
    position: relative;
-moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
}

.news_text{position:relative;}
#news2 .news_text:after {
    width: 10px;
    height: 2px;
    left: -20px;
    background: #000;
    top:14px;
    position: absolute;
    z-index: 10;
    content: '';
}

#news2 .whiteback .news_text{    position: relative;
    margin-left: 20px;}

.noi img {
    width: 100%;
    height: auto;
}

.more {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #17a2a4;
    color: #17a2a4!important;
    border-radius: 30px;
    line-height: 65px;
    padding-bottom: 0px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    width: 363px;
    padding: 0px 0;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.more:after {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #17a2a4;
    border-right: 1px solid #17a2a4;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
}

.more:hover {background:#17a2a4;color:#fff!important;
	text-decoration:none;
}

.more3 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #17a2a4;
    color: #17a2a4!important;
    border-radius: 30px;
    line-height: 65px;
    padding-bottom: 0px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    width: 280px;
    padding: 0px 0;
    display: block;
    text-align: center;
}
.more3 span{font-size:12px;}
a.more3:hover {background:#17a2a4;color:#fff!important;
	text-decoration:none;
}
.maincontent{width:calc(96% - 304px);}

.maintop h2{background-size: auto auto;
background-color: rgba(23, 164, 130, 0.96);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(23, 162, 164, 1) 20px, rgba(23, 162, 164, 1) 40px );
    border-radius: 30px 30px 0 0;
    font-weight: bold;
    padding: 10px;
    padding-left: 40px;}


.snsbox{background: #f7f7f7;
    padding: 20px;
    text-align: center;}


.sidebarbox_wrap{width:304px;}


.tel_wrap{display:inline-block;}

.more2{border:1px solid #17a2a4;color:#17a2a4!important;border-radius:30px;line-height:30px;
    padding-bottom: 0px;
    position: relative;margin:0 auto;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    width: 158px;
    padding: 0px 0;
    display: block;
    text-align: center;
margin-bottom:20px;
}

.more2:hover{color:#fff!important;background:#17a2a4!important;}

.more2:after {
position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #17a2a4;
    border-right: 1px solid #17a2a4;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
}
.more2:after:hover {
    border-top: 1px solid #17a2a4;
    border-right: 1px solid #17a2a4;
}




.more4 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #17a2a4;
    color: #17a2a4!important;
    border-radius: 30px;
    line-height: 65px;
    padding-bottom: 0px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    width: 523px;
    padding: 0px 0;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.more4:after {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #17a2a4;
    border-right: 1px solid #17a2a4;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
}

.more4:hover {background:#17a2a4;color:#fff!important;
	text-decoration:none;
}


.wood_ul .more2 {
    line-height: 40px;
    padding-bottom: 0px;
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    font-weight: bold;
    background: #000000;
    color: #fff!important;
    width: 100%;
    width: 220px;
    padding: 0px 0;
    display: block;
    text-align: center;
}

.time_p{margin-bottom:20px;}

.nav-below{/*padding-top:40px;*/padding-bottom:40px;margin-top:40px;}
.nav-previous{float:left;}
.nav-next{float:right;}

.post_cate,.post{ 
    position: relative;  /*  min-height: 500px;*/}
.post h3{margin-bottom:10px;padding:10px;vertical-align: middle;line-height: 140%;text-align: left;}
.post img{max-width:100%;height:auto;text-align:center;margin-bottom:20px;margin-top:20px;}

/**/
.block {overflow:hidden;}
.block img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}

.strong{font-weight:400;}
#news li a:hover{color:#cccccc!important;}


.hover-parent {width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
#mw_news .hover-parent,.img_wrap .hover-parent{
border: 1px solid #cecece;
	border-radius: 20px;}

.bus_wrap{max-width:400px;margin:0 auto;display:table;margin-top:30px;margin-bottom:20px;}

figcaption.hover-mask {
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.5);
opacity: 0;
color: #fff;
display: flex;
align-items: center;
text-align: center;
padding: 30px;box-sizing:border-box;　padding-bottom: 0;

}

.hover-parent:hover figcaption.hover-mask {
	width: 100%;
height: 100%;
opacity: 1;
transition: all 0.6s ease;　padding-bottom: 30px;

}
a{-webkit-transition: all .3s;
    transition: all .3s;}
a:hover{-webkit-transition: all .3s;
    transition: all .3s}

span.noi span:before {
    content:"";
    display: block;
    padding-top: 75% /* 高さを幅の75%に固定 */
}
.scale{overflow:hidden;}
.scale > span{   -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}
a:hover .scale > span{   -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}

/*.img_wrap{border: 1px solid #000;}*/

span.noi{display:block;}

.foot {
    padding-bottom: 13px;
    /* letter-spacing: 1px; */
    padding-top: 0px;
}
/*
.foot .container {  padding: 0 50px;width: 100%;
}*/

.foot ul{text-align:center;}
.foot_sitemap li{display:block;}
.foot_sitemap .col-md-3{margin-bottom:20px;}
.foot_sitemap li a{position:relative;padding-left:20px;}
.foot_sitemap li a:before {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.foot ul{margin-bottom:20px;}

.flex-reverse{flex-direction: row-reverse;}

.desc{text-align:center;}
.foot_logo{font-size:24px;text-align:center;letter-spacing:2px;    margin-bottom: 6px;}

.foot a{display:inline-block;-webkit-transition: all .3s;
    transition: all .3s;color:#fff!important;}

.foot .unei_company li{margin-bottom:16px;}
.foot a:hover{  }

.footinfo{padding-bottom: 40px;}

.copy {
    font-size: 11px;
    text-align: center;
    margin-top: 0px;
    padding-top: 33px;    padding-bottom: 20px;
}
.foot_r img{width:42px;height:auto;}

.footmenu{display:table;margin:0 auto;}

.footmenu li{
    display: inline-block;padding: 0 10px;border-right:1px solid #000;line-height: 150%;
}
.footmenu li a:hover{color:#009699!important;}

.footmenu li:last-child{border-right:none;}

.foot_r li{padding:0 10px;display:inline-block;}

.footinfo_wrap{padding-top:27px;}

.f_add{padding-left: 30px;text-align:left;}

.mokuzai_company{display: table;
    margin: 0 auto;}

p.address{font-size:16px;text-align:left;}
.foot h2 img{max-width:238px;}

h2{text-align:left;}


.sitemap{margin-bottom:30px;}

.kasen{text-decoration: underline!important;}
.kasen:hover{text-decoration:none!important;}

.foot .p-box--triangle_wrap{margin-bottom: 20px;}

.foot_ul{    margin-top: 40px;margin-bottom: 20px;}
.foot_ul li{position:relative;}
.foot_ul ul ul li a{font-size:13px}
.foot_ul ul ul li{padding-left:24px;line-height: 150%;}
.foot_sitemap{background:#a6d1ea;padding:65px 0;}
.foot_sitemap li{position:relative;}
.foot_sitemap .row{margin:0 -10px;}
.foot_sitemap .row > div{padding:0 10px;}

.foot_adress{line-height:160%;}

.f_tel{font-size:30px;position:relative;}
.f_tel span{font-size:22px;}


.f_tel {
    position: relative;
    width: 100%;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(../cmn/foot_telicon.png) 10px 50% no-repeat;
    background-size: 20px;
}
.f_tel {
	font-size: 36px;line-height: 120%;
    font-weight:400;}
.f_tel_wrap{color: #24BBEE!important;
    max-width: 250px;
    display: block;
    margin-bottom: 8px;}
.f_tel span {
	font-size: 15px;}


.img {
    transform: translateX(0%);
}

.img_animated {
    animation: imgFadeInLeft 2s ease both;
}

@media (min-width: 768px){
/*768px以上*/
.tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
}@media (min-width: 1024px){
/*1024px以上*/
.tate2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
}
/**/

/**/

.tel a {
    font-weight: 400;
    font-family: Arial;
    font-size: 38px;
    background: url(../img/tel.png) no-repeat 0 50%;
    padding-left: 30px;
    background-size: 26px;
    color: #17a2a4;
}
.tel{display: block;
    line-height: 100%;
    padding: 10px;}

.tel_wrap .teltime{font-size:15px;font-weight:400;display:block;color:#000;padding-left: 30px;}

.mannaka{display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;}

.mannaka2{display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;}

 /* ページャー */
.pagination1{
    margin-top:50px;
    text-align:center}
.page-numbers li{display:inline-block;}
a.page-numbers,
.pagination1 .current{
    background-color: #fff;
    border: solid 1px #000000;
    border-radius:0px;
    padding:6px 9px;
    margin:0 2px;
    text-decoration: none;
    color:#000000;line-height: 140%;}
 
.pagination1 .current{
    background-color: #000000;
    border: solid 1px #000000;
    color:#FFFFFF;line-height: 140%;}
 
 .pagination1 a:hover{
    color: #ffffff!important;
    border: solid 1px #000000;
    background-color: #000000;}

/*下層*/
.submenu {
    display: none;
}
.breadcrumbs{padding:10px;text-align:left;padding-top: 10px;
    line-height: 170%;}
/*.breadcrumbs a{color:#014C86!important;}*/
.breadcrumbs a:hover{text-decoration:underline;}
.breadcrumbs .container span {
    font-size: 13px;    line-height: 160%;
}
/*.kaso_tit_wrap3{position:relative;}
.kaso_tit_wrap3:before {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: absolute;
    z-index: 11;
    margin: 0 calc(50% - 50vw);
    background: #fff;
    width: 100vw;
    content: '';
}*/

.kaso_back{
    background-color: #cdf3e6;
    background-image: url(../img/bayside_back2.jpg);
    background-size: cover;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: 50% 60%;
    padding:50px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #17a2a4;
    color: #17a2a4;
    /* padding-top: 50px; */
}
.kaso_back:after {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;z-index:10;
    height: 100%;
    content: "";
    background:rgb(205 243 230 / 59%);
}

@-webkit-keyframes Animationback {
    0%{background-position:0% 50%
	
	
	}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes Animationback {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes Animationback { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.kasopage h3{background-size: auto auto;
background-color: rgba(23, 164, 130, 0.96);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(23, 162, 164, 1) 20px, rgba(23, 162, 164, 1) 40px );
    border-radius: 18px 18px 0 0;
    font-weight: bold;
    padding: 10px;
    padding-left: 40px;color: #fff;text-align:left;
    display: block;
    position: relative;
    font-size: 26px;
    margin: 0 auto;    margin-bottom: 30px;}

.pageback{padding:100px 0;background:#ccc;}

.kaso_back h2 {
    line-height: 100%;
    font-weight: 700;
    position: relative;
    z-index: 12;
    margin-bottom: 0;
    font-size: 30px;
    letter-spacing: 1px;
    padding: 36px 10px;
    text-align: center;
    color: #0e5287;
    background: rgb(255 255 255 / 80%);
    max-width: 600px;
    border-radius: 10px;
}

.accordionbox{padding-top:50px;padding-bottom:50px;}
.accordionlist{
/*width: 80%;*/
    margin: 30px 20px;
	box-shadow: 0px 0px 10px rgba(200,200,200,0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(200,200,200,0.5);
    -moz-box-shadow: 0px 0px 10px rgba(200,200,200,0.5);
	background:#fff;
}
.accordionlist dt{position:relative;
    display:block;cursor: pointer;
    padding: 15px;padding-left:60px;
    border-top: 1px solid #DFDFDF;font-weight:400;
background: url(../cmn/q1.png)no-repeat 15px 20px;
    background-size: 35px;
	
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
	float: left;
	font-size:22px;padding-top: 10px;width: calc(100% - 65px);
}
.accordionlist dt .title2{
    /*padding-left: 10px;padding-top: 10px;*/
	float: left;
	font-size:22px;width:90%;
}
.accordionlist dd{
    display:none;
	background:#F7F7F7 url(../cmn/a1.png)no-repeat 15px 20px;
	background-size: 35px;
    padding: 15px;padding-left:60px;}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}


.accordion_icon {
	right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	position: relative;    position: absolute;
	width: 50px;
	height: 50px;
	float: right;
	margin-right:30px;
	background:#9a8f66;
	border-radius:25px;
}
.accordion_icon span {
	position: absolute;
left:0;right:0;margin:auto;
width: 50%;
    height: 3px;
    background-color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 25px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 25px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion_icon:hover{cursor: pointer;}
.accordion_icon.active2 span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active2 span:nth-of-type(2) {
	top: 25px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

span.require {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 55px;
    height: 32px;
    padding: 3px 10px;
    color:#fff;
    background: #f59900;    z-index: 1;
    font-size: 14px;
    text-align: center;line-height:27px;
}

input[type="tel"],
input[type="email"] {
    border: 1px solid #ccc;
    padding: 5px;
    color: #000;
    background: -webkit-gradient( linear, left top, left bottom, from(#eee), to(#fff));
    background: -moz-linear-gradient( top, #eee, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee, endColorstr=#ffffffff);
    zoom: 1;

}

input[type="text"], textarea {
    border: 1px solid #ccc;
    padding: 5px;
    color: #000;
    background: -webkit-gradient( linear, left top, left bottom, from(#eee), to(#fff) );
    background: -moz-linear-gradient( top, #eee, #fff );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;	

}

 textarea { 
    width: 100%;    height: 200px;}


input[type="submit"],input[type="button"]{
  -webkit-transition: all .3s;
  transition: all .3s;
font-family:"Noto Sans Japanese","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	position:relative;  z-index: 2;
  overflow: hidden;
    overflow: hidden;
    border: 1px solid #17a2a4;
    color: #17a2a4!important;
    border-radius: 30px;
    line-height: 65px;
    padding-bottom: 0px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    width: 363px;
    padding: 0px 0;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
input[type="button"].wpcf7c-btn-back{background:#ccc;    border: 2px solid #ccc;
}



input[type="submit"]:hover,input[type="button"]:hover{background:#17a2a4;color:#fff!important;	text-decoration:none;}



::placeholder{
  color:#ccc
}

#searchform{width:230px;background: #ebebeb;
    padding: 8px 10px;
    border-radius: 40px;height:47px;}

#searchform input[type="text"]{max-width:184px;}

#searchform input[type=submit] {
    width: 30px;
    height: 30px;
	background:url(../cmn/mushimegane.svg) center/20px no-repeat;
    border: none;
    cursor: pointer;padding:0;margin:0;line-height:32px;display:inline-block;
}
#searchform input[type=submit]:hover {
    width: 30px;
    height: 30px;
	    background:url(../cmn/mushimegane.svg) center/20px no-repeat!important;
    border: none;
    cursor: pointer;padding:0;margin:0;line-height:32px;display:inline-block;
}

#searchform input[type="text"] {
    background: inherit;
    padding: 3px;
    font-size: 16px;
    border: none;
    line-height: 140%;
    width: calc(100% - 30px);
}







.table_contact_wrap{max-width:900px;margin:0 auto;}
.table_contact th {
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;border-right:none;border-left:none;
    position: relative;background: #eee;
    text-align: left;padding-right:60px;

}

.table_contact td {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;background:#fff;	border-left:none;border-right:none;    padding-left: 20px;
    padding-right: 20px;
}

.table_contact tr:last-child {
    border-bottom: 1px solid #cccccc;
}

.table_contact {
    width: 100%;
    margin: 0 auto;margin-bottom: 30px;
}

.table_contact tbody,
.table_contact tr {
    width: 100%;
}

.whiteback {
    background: #fff;
    padding: 30px;
    border: 2px solid #e8e8e8;
    border-radius: 20px;
}

.whiteback.post a{color:#007bff!important;}
.whiteback.post a:hover{color:#007bff!important;text-decoration:underline;}

h3.tit_h3{border-bottom: 2px solid #17a2a4;
    padding: 10px;
    padding-top: 0;text-align:left;line-height: 140%;    padding-left: 23px;}
h3.tit_h3:before{content:'';width:5px;position:absolute;z-index:10;top:0;bottom:0;height:90%;background:#17a2a4;left:0;}


.sitemap li{
    list-style: circle;
    margin-left: 15px;
}

.map iframe{
    max-width: 100%;
}

.login_box{width:82px;height:82px;border:1px solid #000000;background:#fff;}

.cart_box{width:82px;height:82px;border:1px solid #000000;background:#fff;}


/* --------------------------------
 * CONTACT
 * -------------------------------- */

.body .contact .bodywrap{margin-top:32px;}

.contact_box{box-sizing:border-box;background: #E5E0D5;max-width:620px;width:100%;
    color: #000;
    padding: 20px 36px;margin:0 auto;
    margin-top: 10px;
    margin-bottom: 10px;}

.contact_box h4{    font-size: 17px;    margin-bottom: 10px;}

.foot a.foot_tel {position:relative;
    font-size: 36px;
    line-height: 100%;
    color: #000000!important;padding-left: 36px;
}
.foot a.foot_tel:before {content:'';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../cmn/ico_tel.svg) no-repeat 0px 50%;
    background-size: 26px;
}

.con_r{position:relative;}
.con_r:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: -23px;
    width: 1px;
    height: 110%;
    background: #fff;
}

.foot a.con_btn{background:#fff;color:#FC7C04!important; font-size: 19px;max-width:210px;width:100%;padding-left: 60px;position:relative;}
.foot a.con_btn:before {content:'';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../cmn/ico_mail.svg) no-repeat 16px 50%;
	background-size:30px;
}

.foot a.con_btn:hover{background:#eee;}

#contact_box table{width:100%;}
#contact_box tr{border-top: 1px solid #dfe6ea;}
#contact_box th{font-size:17px;font-weight:400;margin-bottom:10px;padding:10px 0;width:30%;}

#contact_box td{width:70%;padding:16px 0;}
.emphasis{position:absolute;z-index:10;top:0;bottom:0;margin:auto 0;
	font-size:14px;color:#fff;background:#000000;width:48px;height:28px;line-height:24px;display:inline-block;text-align:center;right:14px;
-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
}

.mw_wp_form .vertical-item{
	float:left;width:50%;margin-bottom:10px;}
input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], input[type="date"], input[type="tel"], textarea {
    background: #ffffff;
    padding: 6px;
    font-size: 16px;
    border: 1px solid #dce0e0;
}

input[type="text"], input[type="email"]{
    width: 100%;
}
textarea {
    width: 100%;
}
.radio{padding:15px 0;}

.mwform-zip-field{display: block;
    margin-bottom: 20px;}

.contact_bottom li{text-align:center;font-size:17px;padding:16px 0;padding-bottom:46px;}
.contact_bottom a{color:#0084a3!important;}

#contact_box div.contact_bottom div.item {
    /* width: 400px; */
    margin: 20px auto;
    text-align: center;
}
#contact_box div.item input[type=submit] {
    max-width: 210px;
    width: 100%;
    line-height: 36px;
    padding-bottom: 3px;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff!important;
    letter-spacing: 1px;
}
#contact_box div.item input[name=submitconfirm] {
    max-width: 210px;
    width: 100%;
    line-height: 36px;
    padding-bottom: 3px;
}
#contact_box div.item input[name=submitBack] {
    max-width: 210px;
    width: 100%;
    line-height: 36px;
    padding-bottom: 3px;
}
#contact_box div.item input[type=submit]:hover {
  color: #fff;
	text-decoration:none;
}
.button_wrap{    position: relative;
    z-index: 2;
    max-width: 234px;
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    background: #014C86;
    border-radius: 10px;
	margin-bottom: 20px;}
.button_wrap_submitBack {background:#666;}


.button_wrap::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button_wrap::after {
  top:0%;
  right:-100%;
  width: 100%;
  height: 100%;    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button_wrap:hover::after {
  top: 0;
  right: 0;
  background:#216fa3!important;
}

.mw_wp_form .error {
    font-size: 93%;
    color: #000000;
    display: block;
    margin-top: 10px;
}


.radio input[type="radio"]{
    display: none!important;
}

.radio  input[type="radio"] + span{
  padding-left: 26px;
  position:relative;
  margin-right: 20px;
}

.radio  input[type="radio"] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;bottom:0;margin:auto 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 2px solid #cccccc;
  border-radius: 50%;
}

.radio  input[type="radio"]:checked + span{
  color: #014C86;
}

.radio  input[type="radio"]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;bottom:0;margin:auto 0;
  left: 2px;
  width: 9px;
  height: 9px;
  background: #014C86;
  border-radius: 50%;
}

.container{max-width:1300px;padding:0 30px;}

#subcon .container{padding:0 15px;}

.flex-reverse{  -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;}


.kurobox{
background: #000;
    color: #fff;
    font-size: 17px;
    padding: 3px 10px;
	width: 130px;}

.w50{width:50%;}



@media (min-width: 1200px){
.container {
	width: 1300px;max-width: 100%;}



}
@media (max-width: 992px){
.contact{max-width:inherit;}}
@media screen and (max-width: 900px){
.mw_wp_form .vertical-item {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
#contact_box {
    padding: 5%;}

#content_div.page div#contact_box div.contact_bottom div.item input[type=submit] {
    width: 250px;
    margin: 20px 0;font-size: 18px;
}
	
}

#mw-wp-form-captcha {
    text-align: center;
    padding: 0 3% 2.0em 3%;
    line-height: 2.5em;padding-top: 30px;
}
#mw-wp-form-captcha img{margin-bottom:10px;}
#mw-wp-form-captcha input{width:200px;height:50px;margin:0 auto;margin-top:10px;}

.page_contact-confirm h4{position:relative;text-align:center;font-size:22px;color:#008aaa;font-weight:400;padding-bottom:20px;display:table;margin:0 auto;margin-bottom:20px;}
.page_contact-confirm h4:after{content:'';position:absolute;z-index:10;border-bottom:4px dotted #a1dbe5;left:0;right:0;margin:auto;bottom:0;width:calc(100% - 60px)}

.page_contact-complete h4{position:relative;text-align:center;font-size:22px;color:#008aaa;font-weight:400;padding-bottom:20px;display:table;margin:0 auto;margin-bottom:56px;}
.page_contact-complete h4:after{content:'';position:absolute;z-index:10;border-bottom:4px dotted #a1dbe5;left:0;right:0;margin:auto;bottom:0;width:calc(100% - 60px)}

.page_contact-err h4{position:relative;text-align:center;font-size:22px;color:#ff4848;font-weight:400;padding-bottom:20px;display:table;margin:0 auto;margin-bottom:20px;}
.page_contact-err h4:after{content:'';position:absolute;z-index:10;border-bottom:4px dotted #f7bfbf;left:0;right:0;margin:auto;bottom:0;width:calc(100% - 60px)}


#film_roll_arrow{position: relative;
    width: 1100px;
    margin: 0 auto;}



#topimage{
    position: relative;
}
.main-visual {
   width: 100%;
    background-size: cover;
    text-align: center;
    position: relative;overflow:hidden;margin-bottom:30px;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
  /*  pointer-events: none;*/
}
.main-visual .img_v {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-40%, -50%);
    padding: 20px;
}
.catch{font-size:42px;color:#fff;text-shadow: 0 0 8px #333;}

/* add */

.border_bottom-01 {
    border-bottom: 1px #bbbbbb solid;
}

h2 {
    color: #ffffff;
    display: block;
    position: relative;
    font-size: 36px;
    margin: 0 auto;
    padding: 0 62px;
    margin-bottom: 30px;
}


.maintop h2 span{font-size:17px;margin-left: 30px;}


.banner_img{    background: #eaeaea;
    padding: 50px 0;padding-bottom:20px;}
.banner_img li{display:inline-block;margin-right:30px;margin-bottom:30px;}
.banner_img img{height:60px;width:auto;}



.ser1{    background: #fff;
    padding: 20px;}

.ser1 h3{text-align: center;
    padding-bottom: 10px;
    margin-bottom: 18px;}

.ser1 h3::after{content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px #000000 solid;
    width: 100%;
    margin: 0 auto;}

.time{font-size: 12px;}


#event h3{text-align: center;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

#experience{padding-top:40px;}

span.noi span {
    position: relative;
    width: 100%;
    height: 100%;
}
span.noi span {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    background-position: 50% 50%;
}

.ser1 figcaption{margin-top:10px;}


#product_category{padding-bottom: 147px;
    padding-top: 73px;
    border-top: 1px solid #bbbbbb;}

#buy{}
.buy_in{padding-top: 83px;
    padding-bottom: 89px;border-top: 1px solid #bbbbbb;}
#product_category h3{text-align:center;    padding-bottom: 16px;
    margin-bottom: 40px;}
.cate_link{padding:17px 30px;background:#fff;display:block;margin-bottom:10px;border:1px solid #fff;height:100%;}
.cate_link .flex{height:100%;}

.cate_link h4,.cate_link p{-webkit-transition: all .3s;
	transition: all .3s;}
.cate_link:hover h4,.cate_link:hover p{color:#666!important;}
.cate_link:hover{border:1px solid #000;}

.img_cate{width:23%;}

.p_cate_l{width: calc(100% - 26%);}

/*#blog{padding: 124px 0;}*/

#blog .news_text{padding: 26px;
    background: #fff;
}#blog1 .news_text h4,.blog .news_text h4{
line-height:160%;    margin-bottom: 6px;}


#blog .more{    width: 178px;
    line-height: 40px;
    font-size: 18px;
    margin: 0 auto;
    text-align: left;
    padding-left: 10px;position:relative;}

#blog .more:after {
    content: '';
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 10;
    /* color: #014C86!important; */
    background: url(../cmn/more_arrow2.svg) no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
}
#blog .more2{    color: #000!important;background:none;}

#blog .more2:after {
	background: url(../cmn/more_arrow1.svg) no-repeat;}
#buy span.noi span:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の75%に固定 */
}


.blog1 .news_text{padding: 26px;
    background: #fff;
}

.blog1 .more{    width: 178px;
    line-height: 40px;
    font-size: 18px;
    margin: 0 auto;
    text-align: left;
    padding-left: 10px;position:relative;}

.blog1 .more:after {
    content: '';
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 10;
    /* color: #014C86!important; */
    background: url(../cmn/more_arrow2.svg) no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
}


#event figure{border: 1px solid #cecece;
    border-radius: 20px;}

#event figcaption {
    position: absolute;
    text-align: center;
    bottom: 0;
    margin: auto;
    left: 0;padding: 0 20px;
    z-index: 2;
    width: 100%;
    height: 37px;
    overflow: hidden;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0s;
    background: rgba(255, 255, 255, 0.7);
}
#event figcaption h4 {
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17px;
    text-align: left;
}
#event figure:hover figcaption{
    height: 100%;
}
/*
#event  .slick-slide {
    float: none;
    height: auto;    width: auto!important;
}*/
#event .slick-slide{
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#news figure{border: 1px solid #cecece;
    border-radius: 20px;}

.slick-disabled{display:none!important;}

#buy figure{}

#buy figcaption {
    position: absolute;
    text-align: center;
    bottom: 0;
    margin: auto;
    left: 0;padding: 0 20px;
    z-index: 2;
    width: 100%;
    height: 0px;
    overflow: hidden;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0s;
    background: rgba(255, 255, 255, 0.7);
}
#buy figcaption h4 {
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17px;
    text-align: left;
}
#buy figure:hover figcaption{
    height: 34%;
}

.buy-wrap-inner-main{padding:30px 45px;
    background: #fff;}

.product-table th,.product-table td{border-bottom:1px #bbbbbb solid;    padding: 10px 0;}

.buyprice{color:#FC7C04!important;font-size:26px;    margin-top: 6px;}
.product-table{}
/**/
.table th{
width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
    position: relative;
    background: #eee;
    text-align: left;}

.table td {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
    border-left: none;
    border-right: none;
    padding-left: 20px;
    padding-right: 20px;
}

.stage_tb td{    width: 33.3%;}

.stage_tb2 th{    width: 60%;}
.img_sns{position:relative;    padding-bottom: 50px;}

.sns_icon_wrap{position:absolute;z-index:10;bottom:0;right:0;}
.sns_icon_wrap div{padding:0 4px;}


table a{text-decoration:underline!important;}

.syutten img{border-radius:10px;}

.border1{padding:10px 20px;border-bottom:1px solid #ccc;}

/**/
.slidework{margin-bottom:60px;}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -26px;
}
.slick-dots li button:before {
    font-family: 'slick';
	font-size: 16px;}
.nav-previous {
    float: left;
}

.slick-prev::before {
    content: url(../cmn/arrow_l.svg) !important;
}

.slick-next::before {
    content: url(../cmn/arrow_r.svg) !important;
}
.slick-prev{left:1px;}
.slick-next{right:1px;}
.slick-prev,
.slick-next {
    width: 40px !important;
    height: 40px !important;
	z-index:10;    top: 44%;
}

.nav-next {
    float: right;
}

/*イベント詳細*/

.plan-wrap .plan-header .tag li {
    border-radius: 16px;
    border: 1px solid #dce0e0;
    padding: 4px 10px;
    margin-bottom: 8px;
    background-color: #fff;
}
.plan-wrap .plan-header .tag li {
    font-size: 13px;
    background-color: #dce0e0;
    padding: 0px 4px;
    color: #333 !important;
    border-radius: 2px;
    border: 0px solid #fff;    display: inline-block;
    margin-right: 6px;font-weight: bold;
}
.main-contents ul.tag li {
    color: #898989;
    margin: 0;
    border: 1px solid #dce0e0;
}
.list-inline>li {
	display: inline-block;}

.plan-wrap .sp-basicdata li {

}
.plan-wrap .sp-basicdata li {
padding:0 10px;
}

.plan-wrap .sp-basicdata li .plan-header-summary{    border: 1px solid #dce0e0;
    border-radius: 6px;}

.plan-wrap .plan-header .plan-header-summary {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
}
.plan-wrap .plan-header .plan-header-summary {
    background-color: #fbfbfb;
    margin: 0px 0px;
    width: calc(100% - 11px);
    padding: 8px 8px;
    border-radius: 4px;
    height: 100%;
}

.plan-wrap .sp-basicdata .sp-basicdata--title {
    font-size: 14px;
    width: 50%;
    margin-right: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.plan-wrap .sp-basicdata .sp-basicdata--title {
    font-size: 12px;
    color: #898989;
    margin-bottom: 0px;
    word-wrap: break-word;
    display: block;
    width: 100%;
    -webkit-box-flex: 0 0 40%;
    -moz-box-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
}
.plan-wrap .sp-basicdata .sp-basicdata--item {
    font-size: 18px;
}
.plan-wrap .sp-basicdata .sp-basicdata--item {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0 0 60%;
    -moz-box-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
}
.plan-wrap .sp-basicdata .sp-basicdata--item>span {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
}



.plan-wrap .plan-contents .normal-table.table-2-col tr th {
    font-size: 14px;
    font-weight: normal;
    padding: 20px;padding-top: 16px;
    background-color: #fbfbfb;
}
.plan-wrap .plan-contents .normal-table.table-2-col tr th {
	width: 200px;border-bottom:1px solid #ccc;vertical-align:top;}

.plan-wrap .plan-contents .normal-table.table-2-col tr td {
    padding-top: 16px;
    padding: 10px 0px 20px 20px;border-bottom:1px solid #ccc;
}


.shop_tit_wrap h4 span.furi{font-size:12px;display:block;margin-top:10px;}



.iframe_map{height:300px;margin-bottom:10px;}
.iframe_map iframe{height:300px;width:100%;}

.wood_ul li{padding-bottom:20px;border-bottom:1px solid #ccc;}


.plan-wrap .plan-contents .facility-info {
    border: 1px solid #dce0e0 !important;
    font-size: 0.8em;width: 100%;
}

.plan-wrap .plan-contents .facility-info th, .plan-wrap .plan-contents .facility-info td {
    width: 16.666666%;
    border-bottom: 1px solid #dce0e0;
    display: table-cell;
    font-size: 1em;
    padding: 1em;
}
.plan-wrap .plan-contents .facility-info th {
    border-right: 1px dotted #dce0e0;
    padding: 1em;
}
.plan-wrap .plan-contents .facility-info td {
    border-right: 1px solid #dce0e0;
    text-align: center;
}.state-01 {
    color: #e24848;
}

.plan-wrap-inner-main{padding:60px;box-sizing:border-box;background:#fff;}

#basicdata-basic{margin-bottom:20px;}
.optmz_plan_facilityinfo{margin-bottom:20px;}

.plan-wrap .plan-contents .price-table tbody tr td:first-child {
    padding-right: 10px;
    line-height: 1.5em;
    width: 100%;
}
.wv--block_to_inline {
    display: inline !important;
}
.margin-r-5 {
    margin-right: 5px;
}
.plan-wrap .plan-contents .price-table .pricenum {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-right: 4px;
}.plan-wrap .plan-contents table {
    width: 100%;
}

.p_cate_l h5{margin-bottom:0;}

#event_detail .product_category h4{border-left:none;
    padding:0px;    font-size: 24px;
    margin: 20px auto;
    border-bottom:none;}

.img_wrap{margin-bottom:18px;}

.work_ul a{display:block;}
.work_ul .img_wrap{margin-bottom:10px;}
.work_ul h5{margin-bottom:0;margin-top:15px;font-size: 25px;}
.work_ul .buyprice{font-size:20px;}

/*side*/
h3{position:relative;}
.sidebarbox h3{font-size:17px;position:relative;}

.eigyo_time_wrap{border:1px solid #1586c3;border-radius: 12px;padding: 0 10px;}
.eigyo_time_wrap h3 {
    background: #1586c3;
    color: #fff;
    border-radius: 10px 10px 0 0;
    margin: 0 -10px;
    padding: 8px 0;
    text-align: left;
    padding-left: 40px;
}

.eigyo_time_wrap h3:before{content:'';
    background: url(../cmn/ico_tokei.png) no-repeat;
    background-size: 30px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    left: 3px;
    width: 30px;
    height: 30px;
}
.parking_wrap h3:before{
    background: url(../cmn/ico_parking.png) no-repeat;
    background-size: 30px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    left: 3px;
    width: 30px;
    height: 30px;
}


.eigyo_time{margin-top:10px;}
.sidebarbox .eigyo_time{width:100%;}
.time1{font-size:12px;}

.indent{padding-left:1em;
text-indent:-1em;}

.eigyo_time td{font-size:15px;padding-left:15px;}
.eigyo_time th{ white-space:nowrap;}
.parking_common{ white-space:nowrap;}

.hosoku{font-size:11px;}
.hosoku2{color:#d30225;font-size:11px;}


.parking_wrap{border:1px solid #4267ac;border-radius:12px;
	padding: 0 10px;
}

.parking_wrap h3{color:#fff;background:#4267ac;border-radius: 10px 10px 0 0;
    margin: 0 -10px;
    padding: 8px 0;
    text-align: left;
    padding-left: 40px;
}
.parking_wrap p{font-size:14px;}
p.hosoku2{font-size:11px;}
.mizu_fare{color:#57baa7;font-size:14px;padding-top:10px;}

.guide_wrap{border-radius:12px;border:1px solid #4267ac;padding: 0 14px;}

.guide_wrap li{
    border-bottom: 2px dotted #000;}

.guide_wrap li a{display:block;position:relative;    font-size: 14px;padding: 8px;}


.guide_wrap li a:before{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    right: 3px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
}
.guide_wrap h3:before {
    background: url(../cmn/ico_kokai.png) no-repeat;
    background-size: 40px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    left: 0px;
    width: 40px;
    height: 40px;
}



.access_wrap{border-radius:12px;border:1px solid #4267ac;padding: 0 14px;}

.access_wrap li{
    border-bottom: 2px dotted #000;}
.access_wrap li a:before {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    right: 3px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
}
.access_wrap li a{display:block;
    padding-left: 50px;position:relative;padding: 8px;    padding-left: 50px;}

.access_wrap li a:after {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    left: 3px;
    width: 30px;
    height: 18px;
}

.access_wrap li a.icon_car:after{background:url(../cmn/ico_car.svg) no-repeat;background-size:30px;}
.access_wrap li a.icon_bus:after{background:url(../cmn/ico_bus.svg) no-repeat;background-size:30px;}



.guide_wrap h3{color:#fff;background:#4267ac;border-radius: 10px 10px 0 0;
    margin: 0 -14px;
    padding: 8px 0;
    text-align: left;
    padding-left: 40px;}

.access_wrap h3{color:#fff;background:#4267ac;border-radius: 10px 10px 0 0;
    margin: 0 -14px;
    padding: 8px 0;
    text-align: left;
    padding-left: 40px;}

.guide_wrap li:last-child{border-bottom:none;}
.access_wrap li:last-child{border-bottom:none;}


.access_wrap h3:before {
    background: url(../cmn/ico_access.png) no-repeat;
    background-size: 36px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    left: 3px;
    width: 30px;
    height: 36px;
}


.side_bana .col-6{width:auto;}

.sdmn{border-top: 4px solid #57baa7;}

.sdmn li{display:block;border-bottom:1px solid #7d7d7d;}
.sdmn a{display:block;padding:12px 0;position:relative;padding-right:10px;font-size:14px;}

.sdmn a:before {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    right: 3px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
}
.sdmn a:hover{color:#666!important;}


.sdmn span{color:#57baa7;display:block;font-size:11px;}
span.byactive{display:inline;color:#000;}
.BPwifi{border:1px solid #f59900;padding:10px 20px;border-radius:12px;}
.BPwifi span{font-size:12px;}	
/**/
.main_post .row{    margin-right: -10px;
    margin-left: -10px;}
.main_post li{ padding-right: 10px;
    padding-left: 10px;}


/**/

.swiper-slide-active img{/*box-shadow: 0 0 15px grey;*/
   /* border-radius: 25px;*/
    position: relative;
    z-index: 11;}

/**/
.swiper-slide {
  cursor: pointer;position:relative;z-index:100; 
}

.swiper-slide:before{content:'';position:absolute;z-index:10;top:0;left:0;width:100%;height:100%;background:rgba(23,162,164,0.24);
}

.swiper-slide a{display:block;}

.swiper-slide img {
    width: 100%;position:relative;
    height: auto;max-width:1100px;
}
/*.sample03{overflow:hidden;}*/
.sample03 .swiper-container{width:100%!important;max-width:1100px!important;margin:0 auto!important;overflow:visible!important;}
.sample03 .swiper-slide p {
  align-items: center;text-align:center;
  opacity: 0;
    line-height: 160%;
  transform: translateY(10px);
}

.sample03 .swiper-slide .is-anim {
  transition: .6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  transform: translateY(0px);
}
.swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-pagination{    bottom: -30px;
    left: 0;
    width: 100%;}
.swiper-pagination-bullet-active{background:#000!important;}

.swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;}



@media (min-width: 768px) {
  .sample03 .swiper-button-prev,
  .sample03 .swiper-button-next {
    display: block;
  }
}
/**/
.toptext{margin-top: 20px;
    line-height: 160%;}

.flex-control-paging li a{box-shadow: none!important;;background:#ccc!important;}
.flex-control-paging li a.flex-active{background:#00A84B!important;}


.swiper-button-prev:after,
.swiper-button-next:after {
 font-family: swiper-icons;
 font-size: var(--swiper-navigation-size);
 text-transform: none !important;
 letter-spacing: 0;content:'';
 text-transform: none;
 font-variant: initial;
}
.swiper-button-prev,
.swiper-button-next {
 position: absolute;
 top: 68%;
 width: calc(var(--swiper-navigation-size) / 44 * 27);
 height: var(--swiper-navigation-size);
 margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
 z-index: 10;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 color: var(--swiper-navigation-color, var(--swiper-theme-color));
 width: 33px; /* ボタンの幅 */
 height: 33px; /* ボタンの高さ */
	background-image:#eee;
 background-size: 33px 33px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
 margin-top: -6%; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
 background-image: url(../cmn/arrow_r.svg);right:0;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
 background-image: url(../cmn/arrow_l.svg);left:0;
}
/**/

.kasopage h4 {
    padding: 13px 18px 14px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    display: block;
    padding: 12px 16px;
    background: #effdfa;font-size:22px;
}
.kasopage h4:before {
    content: '';
    top: 0;
    bottom: 0;
    left: 3px;
    width: 5px;
    height: calc(100% - 17px);
    position: absolute;
    z-index: 10;
    background: #17a2a4;
    margin: auto 0;
}


/*ベイサイドプレイス博多について*/
.about_bayside{background: #d2e9f6;
    border-radius: 20px;
padding-bottom: 1px;    margin-top: -30px;}

.pad30{padding:30px;}

.about_bayside h4 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #17a2a4;
    margin-bottom: 30px;
}
/*company*/
.company_dl{
    border: 1px solid #57baa7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-collapse: separate;
    overflow: hidden;
    font-size: 1.6rem;
}
.company dt {
    display: table-cell;
    width: 30%;
    text-align: left;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
    position: relative;border-right:1px solid #57baa7;background:#effdfa;
}
.company dd {
    text-align: left;
    width: 70%;
    padding: 20px;
    display: table-cell;
    box-sizing: border-box;
    line-height: 150%;
}
.company dl {
    width: 100%;
    display: table;
    border-bottom: 1px solid #57baa7;
}

/*privacy*/
ul.bsc > li:before {
    content: "■ ";
}ol.bsc li {
    margin-left: 40px;
    /* display: block; */
    list-style-type: decimal;
}
/*contact*/

.maincontent h5 {
    border-bottom: 2px solid #17a2a4;
    padding: 10px;
    padding-top: 0;    padding-left: 5px;
}
/*recruit*/
.recruit img{    border-radius: 10px;
    height: auto;
    max-width: 300px;
    width: 100%;
    display: table;
    margin: 0 auto;}
.f18{font-size:18px;}

.recruit1_tb{width:100%;}
.recruit1_tb th{padding:10px;}
.recruit1_tb td{padding:10px;line-height: 160%;}

.oubo_box{    border: 1px solid #17a2a4;
    padding: 15px;border-radius: 15px;}
.oubo_box h6{margin-bottom:10px;    padding: 10px;
    background: #efefef;    border-radius: 10px;}

.taigu li {
    list-style: circle;margin-left:20px;
}
.f13{font-size:13px;}
.f18{font-size:18px;color:#17a2a4;font-weight:bold;}

 .sekkyoku h5 span {
    color: hsl(0, 97%, 34%);
    font-size: .8em;
    line-height: 100%;
    font-weight: bold;
    padding: .5rem;
    margin: 0 0 0 1rem;
    background: hsl(0, 0%, 100%);
    display: inline-block;
    box-shadow: 0px 0px 0px 1px hsl(0deg 0% 100%) inset, 0px 0px 0px 2px hsl(0deg 97% 34%) inset;
}

.maincontent  .sekkyoku h5 {
	border-bottom: 2px solid #ab0303;}

.kasopage .sekkyoku h4{background:#ab0303;color:#fff;}
.kasopage .sekkyoku h4:before {
    background: #fff;
}
/*koro　航路ガイド*/
.koro h4 span{font-size: 15px;}
.kasopage .koro h4{font-size:18px;}
.kuro_ul{margin-top:20px;}

.kuro_ul li{border-radius:10px;background: #fafafa;padding:6px;text-align: center;
    margin-bottom: 10px;font-weight:bold;}

.kasopage #iki h4:before {
	background: #d7191b;}
.kasopage #kinin h4:before {
	background: #0f66ac;}
.kasopage #uminaka h4:before {
	background: #ea9313;}
/*history V字回復*/
.mdslg {
    font-family: 'Noto Serif JP', serif;
    line-height: 175%;
    margin: 2em 0;
}
.mdslg p{font-size:20px;margin-top:20px;margin-bottom:20px;}
ul.ytblst li a > div div:first-child {
    position: relative;
}
ul.ytblst li span {
    color: hsl(0, 0%, 100%);
    font-size: .85em;
    padding: .5rem 1rem;
    background: hsl(0, 0%, 0%);
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 1rem;
}

.ytblst_box{border:1px solid #17a2a4;height:100%;}
.p_yt{padding:16px;}


/*info*/

.info_wrap{}
.infdtl {
    position: relative;
    padding-bottom: 60px;
    height: calc(100% - 70px);
}.infdtl .more2{position:absolute;z-index:10;left:0;right:0;margin:0 auto;bottom:10px;}
.infdtl2 {
    position: relative;
    padding-bottom: 60px;
    height: calc(100% - 70px);
}.infdtl2 .more2{position:absolute;z-index:10;left:0;right:0;margin:0 auto;bottom:10px;}

.info_wrap h4 img {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
    border-radius: 2rem;    vertical-align: middle;
}
.info_wrap .infdtl img{border-radius:15px;margin-bottom:10px;}
.info_wrap .infdtl p{    font-size: 14px;}

.flrspc{background:#eee;padding:6px 10px;border-radius:10px;margin-top:10px;}

/***INFORMATION MAP****/
[id^="inline-CNT"]{
	width:100%;
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Android2… */
}
[id^="inline-CNT"] span{
	width:3%;
	position:absolute;
	display:block;
	z-index:9999;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Android2… */
}
[id^="inline-CNT"] span > img{width:100%;}
[id^="inline-CNT"] > img{width:100%;}
.disnon{display:none;}


/*********座標**********/

/*WC*/
#inline-CNT2 span{
	top:8%;
	left:27%;
}
#inline-CNT2 span:nth-child(2){
	top:48%;
	left:12.5%;
}
#inline-CNT2 span:nth-child(3){
	top:75.5%;
	left:82.2%;
}
/*授乳室*/
#inline-CNT3 span{
	top:6.5%;
	left:23.3%;
}
/*多目的WC*/
#inline-CNT4 span{
	top:48%;
	left:16%;
}
#inline-CNT4 span:nth-child(2){
	top:75.5%;
	left:85%;
}
/*ロッカー*/
#inline-CNT5 span{
	top:48%;
	left:8.7%;
}
/*車椅子貸出*/
#inline-CNT6 span{
	top:55.5%;
	left:15%;
}
/*駐車場*/
#inline-CNT7 span{
	top:90%;
	left:40%;
}
#inline-CNT7 span:nth-child(2){
	top:90%;
	left:70%;
}
/*駐輪場*/
#inline-CNT8 span{
	top:66%;
	left:14%;
}
#inline-CNT8 span:nth-child(2){
	top:75%;
	left:88.4%;
}
/*バス乗場*/
#inline-CNT9 span{
	top:81.5%;
	left:27%;
}
/*タクシー乗場*/
#inline-CNT10 span{
	top:66%;
	left:7%;
}
/*AED*/
#inline-CNT11 span{
	top:59%;
	left:17.5%;
}
#inline-CNT11 span:nth-child(2){
	top:75%;
	left:91.5%;
}
/*喫煙所*/
#inline-CNT12 span{
	top:34%;
	left:78.8%;
}
#inline-CNT12 span:nth-child(2){
	top:66%;
	left:10.5%;
}
/*エレベーター*/
#inline-CNT13 span{
	top:9.2%;
	left:17.9%;
}
#inline-CNT13 span:nth-child(2){
	top:31.2%;
	left:38%;
}
#inline-CNT13 span:nth-child(3){
	top:54%;
	left:14.8%;
}
#inline-CNT13 span:nth-child(4){
	top:78.5%;
	left:37.3%;
}


#inline-CNToth1 span{
	top:32%;
	left:22.2%;
}

/***イベントカレンダー***/

ul#bphevcldlist{
	width:98%;
	display:flex;
	padding:0;
	margin:auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;/* Android2… */
	flex-direction:column;
}
ul#bphevcldlist li{
	min-height:20em;
	padding:10px 20px;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
	box-sizing: border-box;border-radius: 10px;
	-webkit-box-sizing: border-box;/* Android2… */
	border: 1px solid #ccc;}

ul#bphevcldlist li h3{
	font-family:"Oswald";
	color:#FFF;
	font-weight:normal;
	padding:1.5rem 2rem;
	margin:0;
	background:url(../img/event/month_00.png) no-repeat;
	background-size:100% 100%;
}
ul#bphevcldlist li h3 img{width:100%;}
ul#bphevcldlist li dl{
	width:100%;
	text-align:left;
	padding:1em;
	margin:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;/* Android2… */
}
ul#bphevcldlist li dl dt{
	color:#289;
	font-size:16px;
	line-height:1.5em;
	font-weight:bold;
	padding:0.2em 0.5em;
	margin:0 0 0.5em;
}
ul#bphevcldlist li dl dt a:hover{text-decoration:none;}

ul#bphevcldlist li dl dt a{text-decoration:underline;}

ul#bphevcldlist li dl dt a{color:#289;}
ul#bphevcldlist li dl dd{
	font-size:14px;
	line-height:1.5em;
	width:100%;
	margin:0 0 1.5em;
	padding:0 0 1.5em 0.5em;
	border-bottom:1px dotted hsla(0,0%,0%,0.5);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;/* Android2… */
}
ul#bphevcldlist li dl dd:last-child{
	border-bottom:none;
	margin-bottom:0;
}
ul#bphevcldlist li p{
	text-align:center;
	padding:1em;
	margin:0;
}
@media screen and (max-width: 699px) {
}
@media screen and (min-width: 700px) {
ul#bphevcldlist{
	flex-direction:row;	flex-wrap:wrap;
	justify-content: space-between;
}
ul#bphevcldlist li{
	width:48%;
}
}

/******************************
館内マップ
*******************************/
dl.areamap{
	width:100%;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;/* Android2… */
}
dl.areamap dt{
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;/* Android2… */
}
dl.areamap dt img{width:100%;}
dl.areamap dd{
	width:100%;
	padding:0;
	margin:0;
	background-color:#FFF;
	border:1px solid hsl(0,0%,70%);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;/* Android2… */
}
ul.arealst{
	text-align:left;
	width:100%;
	padding:7px 0;
	margin:0;
	margin-bottom:7px;
	border-bottom:1px dashed hsl(0,0%,70%);
	list-style:none;
	overflow:hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;/* Android2… */
}
ul.arealst:last-child{
	margin-bottom:0;
	border-bottom:none;
}
@media screen and (max-width: 639px) {
dl.areamap{margin:0 0 30px; padding-top:10px;}
dl.areamap:first-child{padding-top:0;}
dl.areamap dt{margin-bottom:10px;}
dl.areamap dt span{
	font-size:3rem;
	line-height:100%;
	text-align:center;
	border-bottom:3px double;
	margin-bottom:10px;
}
dl.areamap dd{
	padding:10px;
	border-radius:8px;
}
ul.arealst li{
	padding:0;
	margin:0;
}
}
@media screen and (min-width: 640px) {
dl.areamap{margin:0 0 30px; padding-top:30px;}
dl.areamap:first-child{padding-top:0;}
dl.areamap dt{margin-bottom:20px;}
dl.areamap dd{
	padding:30px;
	border-radius:15px;
}
ul.arealst li{
	width:50%;
	width:calc(100% / 2);
	width:-webkit-calc(100% / 2);
	float:left;
}
}

ul.mapinf{
	width:100%;
	padding:0;
	margin:.5rem 0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
ul.mapinf li{
	padding:0;
	margin:.5rem 1rem;
}
ul.mapinf li a{
	text-decoration:none;font-weight:bold;
}
ul.mapinf li img{
	width:2rem;
	margin-right:.3rem;
	border-radius:1rem;
}
@media screen and (max-width: 639px) {
ul.mapinf li{
	font-size:2vw;
	line-height:130%;
	margin:.5vw 1vw;
}
ul.mapinf li img{
	width:2.5vw;
}
}

/******************************
entertainment
ミルキーウェイ
*******************************/
section.mwnews{
	padding:0 1rem 1rem;
	margin:3rem 0.6rem;
	border-radius:1.5rem;
	background-color:hsl(181,100%,34.1%);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Android2… */
}
.entermenews {
	color:hsl(0,0%,100%);
	font-size:1.5rem;
	text-align:center;
	padding:1rem 0;
	margin:0;
	position:relative;
}
[class^="entermenews"] a{
	color:hsl(0,0%,25%);
	font-size:1.2rem;
	text-decoration:none;
	padding:0.2rem 1.5rem;
	margin:1rem 0 0;
	border-radius:1.5rem;
	background-color:hsla(0,0%,100%,.5);
	display:inline-block;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s ease-in;
}
[class^="entermenews"] a:hover{background-color:hsla(0,0%,100%,.7)}

@media screen and (max-width: 639px) {
.entermenews a{
	display:none;
}
}
@media screen and (min-width: 640px) {
.entermenews a{
	position:absolute;
	top:-0.2rem;
	right:0;
}
.entermenews2 a{
	display:none;
}
}



ul.mwnws{
	margin:0;
	list-style:none;
	overflow:hidden;
	background-color:hsl(0,0%,100%);
	border-radius:1rem;
}
ul.mwnws li{
	margin:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;/* Android2… */
}
ul.mwnws li a{text-decoration:none;}
ul.mwnws li a:hover div{
	background-color:hsl(0,0%,98%);
}
[class^="mwnewsimg"]{
	background-color:hsla(0,0%,100%,1);
	background-position:bottom center;
	background-repeat: no-repeat;
	padding:0;
}

[class^="mwnewsimg"] img{
	width:100%;
	margin:0;
	padding:0;
	display:block;
}
[class^="mwnewsimg"] h2{
	text-align:center;
	margin:0;
	margin-top:.3rem;
	padding:1rem 1rem 1rem 2rem;
	display:block;
	box-shadow:
		0 .1rem hsl(0,0%,70%) inset,
		0 -.1rem hsl(0,0%,70%) inset,
		0 .3rem hsl(0,0%,100%) inset,
		0 -.3rem hsl(0,0%,100%) inset,
		1rem 0 hsl(181,100%,34.1%) inset,
		1.2rem 0 hsl(0,0%,100%) inset,
		1.7rem 0 hsl(0,0%,90%) inset
		;
}
[class^="mwnewsimg"] h2 span{
	overflow:hidden;
	display:block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media screen and (max-width: 639px) {
ul.mwnws{padding:10px;}
ul.mwnws li:first-child{margin-bottom:20px;}
}
@media screen and (min-width: 640px) {
ul.mwnws{padding:20px;}
ul.mwnws li{
	width:50%;
	width:calc(100% / 2);
	width:-webkit-calc(100% / 2);
	float:left;
}
ul.mwnws li:nth-child(odd){
	padding-right:10px;
}
ul.mwnws li:nth-child(even){
	padding-left:10px;
}
[class^="mwnewsimg"] h2{
	font-size:1.5rem;
}
}


dl.mwprcy{
	width: 100%;
	margin:20px auto;
	border:1px solid hsla(0,0%,0%,.3);
	border-radius:10px;
	background:hsla(0,0%,100%,0.2);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;/* Android2… */
}
dl.mwprcy > dt{
	text-align:center;background:#eee;
}
dl.mwprcy > dd{
	padding:0;
	margin:0;
}
dl.mwprcy > dd dl{
	padding:0;
	margin:10px 15px;
}

dl.mwprcy > dd dl dd{
    margin-bottom: 16px;
    font-size: 14px;
}
.mwdtlbg{
	text-align:left;
	border:1px solid hsl(0,0%,70%);
	border-radius:10px;
	background-color:hsla(0,0%,100%,0.5);
}
.mwdtlbg h1{
	color:hsl(0,0%,100%);
	font-size:1.6rem;
	text-align:center;
	padding:0.8rem 1rem;
	margin-bottom:2rem;
	background-color:hsl(181,100%,34.1%);
	border-radius:3rem;
}
ul.room{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
ul.room > li{
}
ul.room > li strong {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
    padding-top: 0;
    border-bottom: 1px solid #17a2a4;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
    /* background-color: hsla(0,0%,100%,0.5); */
    /* box-shadow: 0px 2px 3px hsl(0deg 0% 0% / 20%); */
}
.mwcale{
	font-family:"Times New Roman", Times, serif;
	line-height:110%;
	text-align:center;
	padding:5px;
	margin:40px 0 20px;
	border-bottom:1px solid hsla(0,0%,0%,0.5);
}
.pdfdwn{
	text-align:right;
	margin:5px 0;
}
.pdfdwn a{
	font-size:1.1rem;
	text-decoration:none;
	line-height:1.1em;
	padding:3px 5px;
	border:1px solid #aaa;
	border-radius:4px;
	background-color:#FFF;
}
.pdfdwn img{
	height:1.1em;
}
ul.ccle{
	text-align:left;
	padding:0;
	margin:10px 20px;
}
ul.ccle li{
	padding:0;
	margin:5px 0 10px 0;
	list-style:none;
}
ul.ccle li:before{
	content:"● ";
	margin-left:-18px;
}


@media screen and (max-width: 639px) {
ul.room > li{margin-bottom:40px;}
ul.room > li:last-child{margin-bottom:0;}
.mwdtlbg{padding:10px;}
.mwcale{font-size:8vw;}
}
@media screen and (min-width: 640px) {
ul.room > li{
	line-height:150%;
	width: 100%;
	/*width:-webkit-calc(50% - 10px) ;*/
	/*width:calc(50% - 10px) ;*/
	/*height:370px;*/
	padding:1.5rem;
	/*margin:0 5px;*/
	margin:0;
	border:1px solid hsla(0,0%,80%,1);
	border-radius:8px;
	box-sizing: border-box;
	background-color:hsla(0,0%,100%,0.3);
	float:left;
	position:relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;/* Android2… */
}
ul.room > li ul{margin-left:40px;}
ul.room > li p.lkbtn_blue{
	width:100%;
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;/* Android2… */
}
.mwdtlbg{padding:20px;}
.mwcale{font-size:3rem;}
}


/*************************************
アクセス
**************************************/
dl.accslst{
	margin:1em 0 3em 0;
}
dl.accslst dt{
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 0.5em 0;
	padding:0;
}
dl.accslst dd{
	margin:0;
}
.bphgmap {
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Android2… */
}
.bphgmap iframe {
	widows:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Android2… */
}
[id^="bpmap"]{
	height:550px;
	width:100%;
	padding:0;
	margin:3rem 0;
}

@media screen and (max-width: 799px) {
dl.accslst{
	padding:0;
}
dl.accslst dd{
	padding:0 0 2em 0.5em;
}
.bphgmap {height:400px;}
.bphgmap iframe {height:400px;}
[id^="bpmap"]{
	height:300px;
}
}
@media screen and (min-width: 800px) {
dl.accslst{
	padding:1em;
}
dl.accslst dd{
	padding:0 0 2em 2em;
}
dl.accslst dd img{
	width:600px;
}
.bphgmap {height:550px;}
.bphgmap iframe {height:550px;}
}

/***まるボタン***/
[class^="bphbtnmaru_"] a{
	display:inline-block;
	width:70px;
	height:48px;
	text-align:center;
	border-radius:500px;
}
.bphbtnmaru_1 a { color:hsla(0,0%,100%,1); text-decoration:none; background-color:hsla(181,100%,35%,1);}
.bphbtnmaru_1 a:hover { color:hsla(0,0%,100%,1); text-decoration:none; background-color:hsla(181,77%,45%,1);}

@media screen and (max-width: 799px) {
[class^="bphbtnmaru_"] a{
	padding:32px 10px 10px;
	margin:0 2px;
}
}
@media screen and (min-width: 800px) {
[class^="bphbtnmaru_"] a{
	padding:52px 30px 30px;
	margin:0 15px;
}
}


/**/
.bsc_1 th{width:35%;}
.bsc_1 td{width:65%;}

.table.mannaka2 tbody{display: table;
    width: 100%;}
.ytblst li strong{display:block;}

/*access アクセス*/
.f-red {
    color: #c00;
}
.f-blue{    color: #57baa7;}

.park_tb th{background:none;width:20%;}
.park_tb td{width:80%;}

/**/

.logo_img img{border: 1px solid #ccc;}

/**/
.a_infobox{padding: 14px;
    border-radius: 10px;
    /* border: 1px solid #eee; */
    background: #f7f7f7;height:100%;}
.a_infobox figure{border: 1px solid #eee;}

.post-type-archive-restaurant .h5_category{color: #f59900;background:#fff;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #f59900;
    margin-bottom: 6px;}

.post-type-archive-entertainment .h5_category {
    color: #5bb431;
    background: #fff;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #5bb431;
    margin-bottom: 6px;
}

.post-type-archive-shop .h5_category {
    color: #e50012;
    background: #fff;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #e50012;
    margin-bottom: 6px;
}


.h5_category_wrap{font-weight: normal;font-size: 14px;    color: #000;    margin-bottom: 3px;}


.post-type-archive .more2 {
    margin-top: 0px;
    text-align: center;
    margin-right: 0;
}

.post-type-archive .maincontent h5{border:none;color:#17a2a4;    padding-bottom: 0;font-size: 17px;}

.wrap-inner-main .col-md-7 a{text-decoration:underline;}

.post-type-archive span.noi span:before{padding-top: 100% /* 高さを幅の75%に固定 */;}

.i_news_wrap{color: #c00;font-size: 15px;}

.featList.flex{
-webkit-justify-content: flex-start;
justify-content: flex-start;}

.featList_wrap{display:table;margin:0 auto;}

.featList li {
    width: 19.1%;margin:3px;
    padding: 0px 10px;
    position: relative;
    background: #eee;
    color: #ccc;
    padding-left: 50px;
    font-size: 13px;
    height: 70px;
    margin-bottom: 20px;
    line-height: 160%;display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;    border-radius: 10px;
}
.featList li.checked{color:#222;background:#d8f6f0;border: 1px solid #57baa7;}
.featList li:before{content:'';position:absolute;width:35px;height:35px;background-size:35px;top:0;bottom:0;margin:auto 0;left:8px;background-repeat: no-repeat;background-position:50% 50%;opacity: 0.2;}
.featList li.checked:before{opacity: 1;}

.featList li.delivery_ok:before{background-image:url(../cmn/shop/ico_truck.svg);}
.featList li.all_non-smoking:before{background-image:url(../cmn/shop/ico_takeout.svg);}
.featList li.alcohol:before{background-image:url(../cmn/shop/ico_alcohol.svg);}
.featList li.parking_discount:before{background-image:url(../cmn/shop/ico_parking.svg);}
.featList li.takeout:before{background-image:url(../cmn/shop/ico_takeout.svg);}
.featList li.credit_card:before{background-image:url(../cmn/shop/ico_credit.svg);}
.featList li.e-money:before{background-image:url(../cmn/shop/ico_e-money.svg);}
.featList li.children_menu:before{background-image:url(../cmn/shop/ico_okosama.svg);}
.featList li.children_chair:before{background-image:url(../cmn/shop/ico_okosama_isu.svg);}

.service_box{padding:20px 15px;border-radius:15px;border:2px solid #57baa7;margin-top:50px;}

.service_box h3{padding-bottom:0;}
.a_infobox{position:relative;}
.ac_box a{display:block;height:100%;position:relative;}
.ac_box a:hover .a_infobox:before{content:'';position:absolute;z-index:1;width:100%;height:100%;top:0;left:0;border:1px solid #17a2a4;border-radius:10px;}

#rtab2{display:none;}


/**/

.a_link_wrap{margin-bottom:30px;}
/*.a_link_wrap li{display:block;width:50%;}*/
.a_link_wrap2{margin-bottom:30px;}
/*.a_link_wrap2 li{display:block;width:33.3%;}*/
.anchor_btn{
    background-color: #17a2a4;
}


.anchor_btn{
    max-width: 400px;
    width: 100%;
    padding: 20px;padding-top:10px;
    border-radius: 15px;text-align:center;
    margin: 0 auto;display:block;
position:relative;
}
.anchor_btn:before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    z-index: 1;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-bottom: 1px solid #17a2a4;
    border-right: 1px solid #17a2a4;
    transform: rotate(45deg);
}
.anchor_btn.current:before{
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;}


.anchor_btn:hover:before{
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;}


.anchor_btn:hover{background:#666;color:#fff!important;}

.catnav_r1.mannaka2{height:auto;}

.anchor_btn{background:#fff;color:#17a2a4!important;border:1px solid #17a2a4;}
.anchor_btn.current{    background-color: #17a2a4;color:#fff!important;
}
.alpha_number{display:table;text-align:center;width:100px;padding:2px 10px;color:#fff;}
.c_A{background:#e60513;color:#fff;}
.c_B{background:#63b32c;color:#fff;}
.c_C{background:#f29200;color:#fff;}
.c_N{background:#00acac;color:#fff;}
.c_P{background:#373737;color:#fff;}

.c_restaurant .h5_category {
    color: #f59900;
    background: #fff;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #f59900;
    margin-bottom: 6px;
}
.c_entertainment .h5_category {
    color: #5bb431;
    background: #fff;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #5bb431;
    margin-bottom: 6px;
}

.c_shop .h5_category {
    color: #e50012;
    background: #fff;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #e50012;
    margin-bottom: 6px;
}


.kasopage .sb_instagram_header h3{background-image: none;background-color:inherit;
    color: #000;}


#year img{position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    max-width: 179%;
    max-height: initial;
}

#year a {
    display: block;
    background: #fff;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
    border: 10px solid #fff;
}

#year a {
    display: block;
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: #ccc;
}

.trafficbox{
padding: 20px;
    background: #eee;
    border-radius: 15px;padding-bottom:0;
}
.trafficbox .row{max-width:550px;}

.tyui li{list-style: disc inside;}


.payment dl{width:100%;display:table;border-bottom: 1px solid #17a2a4;}

.payment{
    margin: 0 auto;
    max-width: 100%;}
.payment dt {
    display: table-cell;
    width: 30%;
    text-align: left;
    box-sizing: border-box;padding: 20px 0 20px 20px;
	position:relative;vertical-align: middle;background:#eee;
}

.payment dd {
	text-align:left;    width: 70%;
padding: 20px;
    display: table-cell;
    box-sizing: border-box;line-height: 150%;
}
/**/
#mw_news{background: #f7f7f7;
    padding: 20px;
    border-radius: 15px;}
#mw_news .kasopage h4{background:#fff;}

.mw_con2 a.more{text-decoration:none;}

.b_tit{font-weight:bold;color: #17a2a4;}

/**/
.y_spring_btn{background: #ffe6f0;border:1px solid #ff7fb2;color:#ff7fb2!important;font-size: 18px;font-weight:bold;}
.y_summer_btn{background: #e5ffe5;border:1px solid #27d927;color:#27d927!important;font-size: 18px;font-weight:bold;}
.y_autumn_btn{background: #ffe5b0;border:1px solid #ffb217;color:#ffb217!important;font-size: 18px;font-weight:bold;}
.y_winter_btn{background: #edf1ff;border:1px solid #1a76ff;color:#1a76ff!important;font-size: 18px;font-weight:bold;}
.y_btn .anchor_btn {
    position: relative;
    padding-bottom: 30px;
    padding-top: 10px;
}.y_btn .anchor_btn:before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    z-index: 1;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
}
.y_btn .anchor_btn:hover:before{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;}

/*add*/
.shoplist_wrap .h5_category {
    color: #666;
    background: #fff;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #666;
    margin-bottom: 6px;
}
.shoplist_wrap h5{color:#17a2a4;border-bottom:none;}

.s_category {
    color: #666;
    background: #fff;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #666;
    margin-bottom: 6px;
}
.c_restaurant{color: #f59900;border:1px solid #f59900;}
.c_entertainment{color: #5bb431;border:1px solid #5bb431;}
.c_shop{color: #e50012;border:1px solid #e50012;}

.h5_category.c_restaurant{color: #f59900;border:1px solid #f59900;}

.h5_category.c_entertainment{
    color: #5bb431;border:1px solid #5bb431;
}
.h5_category.c_shop{color: #e50012;border:1px solid #e50012;}

.road_wrap{    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 10px;}

.fc-ltr .fc-basic-view .fc-day-number {
    padding-right: 2px!important;
}
