/*
Theme Name: shimotori
Theme URI:  
Author: shimotori
Author URI:  
Description: shimotoriテンプレート
Version: 1.0
Tags: 
*/





/* Flexbox STERT*/
.flexBox {
  max-width:960px;
  margin:0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content:space-between;
}

.flexBox .item{
  background:#fff;
  flex: 1;
  border:solid 10px #e4eeee;
  align-self:stretch;
}
.flexBox .item a{
    display: block;
    padding: 5%;
}
.flex1 {
	flex-basis: 200px; flex-shrink: 0;
}
.flex2 {
	flex-basis: 200px; flex-shrink: 0;
}
.flex3 {
	flex-basis: 200px; flex-shrink: 0;
}
.flex4 {
	flex-basis: 200px; flex-shrink: 0;
}
/* Flexbox END*/




html {
	overflow-y: scroll;
	height: 100%;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.left_img
caption, th {text-align: left;}

q::before ,q::after {content: '';}

object, embed {vertical-align: top;}

hr, legend {display: none;}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

li{
	list-style: none;
}
a{
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all  0.9s ease;
	color:#000;
	text-decoration: none;
}

img, abbr, acronym, fieldset {border: 0;}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

ul li {list-style-type: none;}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.pc_none,.pc_none_768{
	display: none;
}


body {
	height: 100%;
	font-family: ryo-gothic-plusn, sans-serif,MyYuGothicM, Meiryo, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	line-height: 2.5em;
	text-align: left;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color:#e4eeee;
	letter-spacing:0.5px;
}
.wf_ru{
	font-family: 'Rubik', sans-serif;
	font-weight:700;
}

time{
	font-family: 'Rubik', sans-serif;
	font-weight:700;
}
/*
.wf-sg,
#hd_bar a, #gnav a,footer nav ul li a,.f_bottom ul li a,#breadcrumb ul li{
	font-family: "Sawarabi Gothic";
}
*/
.tk_cg{
font-family: tbcgothic-std, sans-serif;
font-style: normal;
font-weight: 800;
}

.sp{
	display: none;
}
.toplogo{
    float: left;
    margin: 10px 0 0 100px;
}

header {
	display: block !important;
	background:#fff;
}

#gnav {
    position: fixed;
    z-index: 3;
    width: 200px;
    height: 457px;
    top: 100px;
    left: 60px;
}
#gnav > ul {
    height: 100%;
	background: #c4e7eb;
	text-align:center;
}
#gnav > ul > li{
	width:200px;
	background:#c4e7eb;
}
#gnav > ul > li#g_ahout_shimotori >  a:hover{
    background-color: #8fe02f!important;
}
#gnav > ul > li#g_yukatamatsuri >  a:hover{
    background-color: #ff1f79!important;
}
#gnav > ul > li#g_tsuritemari >  a:hover{
    background-color: #2db6d8!important;
}
#gnav > ul > li#g_hinamatsuri >  a:hover{
    background-color: #f19932!important;
}
#gnav > ul > li#g_ginnanmatsuri >  a:hover{
    background-color: #dee02f!important;
}
#gnav > ul > li#g_fujisakigu >  a:hover{
    background-color: #b37cbd!important;
}

#gnav > ul > li#g_yukatamatsuri >  a {
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(255, 31, 121,1) 50%);
}
#gnav > ul > li#g_ahout_shimotori >  a {
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(143, 224, 47,1) 50%);
}
#gnav > ul > li#g_tsuritemari >  a {
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(45, 182, 216,1) 50%);
}
#gnav > ul > li#g_hinamatsuri >  a {
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(241, 153, 50,1) 50%);
}
#gnav > ul > li#g_ginnanmatsuri >  a {
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(222, 224, 47,1) 50%);
}
#gnav > ul > li#g_fujisakigu >  a {
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(156, 96, 171) 50%);
}
#gnav ul li a {
	background-position: 0 0;
	background-size: 200% auto;
	transition: 1s;
}
#gnav > ul > li >  a:hover {
	background-position: -100% 0;
	color: #fff;
}
#gnav > ul > li >  a span{
	display:block;
	font-size:13px;
    margin: 0.5em 0 0;
}

#infomationBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 570px 30px 0 30px;
}
#information {
position: fixed;
    z-index: 3;
    bottom: 1%;
    left: 60px;
}
#information p{
    line-height: 130%;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 20px;
}
	.right_cont{
	margin-top:35px;
	}
#hd_bar {
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 70px;
	top: 0;
	left: 0;
	text-align: right;
	background-color:rgba(255,255,255,0.9);
}
#hd_bar a,
#gnav a{
	color:#333;
	display: block;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 1px;
}
#gnav a{
	color:#156d71;
    padding: 29.5px 0;
    border-top: solid 1px #fff;
}
#hd_bar a{
	padding:28px;
	font-size: 15px;
}
#hd_bar li#access{
	background: #3c9;
}
#hd_bar li#contact{
    background: #fff;
}
#hd_bar li#contact a{
    color: #fff;
    background: #e3007e;
	font-weight :bold;
}
#hd_bar a:hover{
	background: rgba(0, 176, 173, 0.5);
	color: #fff;
}
#hd_bar li#contact a:hover{
	color: rgba(169, 235, 213, 0.8);
}
#hd_bar p.toplogo a{
	padding:0;
}
#hd_bar p.toplogo a:hover{
	color: transparent;
	background:transparent;
}
#sub_nav {
    display: inline-block;
}
#sub_nav li {
    float: left;
border-left: solid 1px #ccc;
}
#utility_menu {
    float: right;
    overflow: hidden;
}
#utility_menu li {
    float: left;
}

#wrapper {
    position: relative;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
	background: #e4eeee;
}
#logo a{
	position: fixed;
    z-index: 2;
    display: table;
    width: 200px;
    height: 160px;
    top: 110px;
    left: 50px;
    padding: 35px 10px 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(197, 197, 197), rgb(0, 0, 0));
}
#logo img{
	width:100%;
}
#left_container {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
}
#left_element {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
	background-color: #000;
	z-index:-9999;
}
/** to top **/
#back-top { z-index: 1000; position: relative; }
#back-top #pagetop	{ display:block; overflow:hidden;width:45px;height:45px;  }
#back-top a { display:block; overflow:hidden;position: fixed;bottom: 20px; right: 20px; }

/*
.left_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	background-image: url(images/bg01.png);
}
*/
.left_img video{
	width:100%;
	height:auto;
	z-index:-9999;
    bottom: -15px;
    position: absolute;
}
#left_img_overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-size:auto;
  z-index:-9998;
    background: url(/images/overlay_img.png);
	opacity:0.8;
}
#contents_container {
    position: relative;
    z-index: 4;
    width: 55%;
    padding: 102px 0 0;
    left: 45%;
}
#left_container img{
    position: absolute;
    top: 0;
    left: 0;
}
#left_container #left_Box{
	width: 100%;
	height: 100%;
}
footer p.f_logo{
	margin: 0 0 30px;
}
footer{
	background: #aeff00;
	padding: 30px 25px 10px;
    overflow: hidden;
}
footer a,.footer p{
	color:#000;
}
footer .f_Box{
	overflow: hidden;
}
footer nav{
    width: 72%;
    float: left;
    margin: 0 3% 0 0;
}
footer nav ul{
	overflow: hidden;
	margin: -2% -2% 0 0;
}
footer nav ul li a{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: solid 3px #000;
    padding: 8px 0;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
	letter-spacing:0.5px;
}
footer nav ul li{
    margin: 2% 2% 0 0;
    float: left;
    width: 23%;
}
footer .banaBox{
    float: left;
    margin: 0 -2% 0 0;
    width: 25%;
    overflow: hidden;
}
footer .banaBox p{
    float: left;
    margin: 0 5% 0 0;
}
.right_cont footer .banaBox p{
   width: 45%;
}
.f_bottom {
	margin: 50px 0 20px;
	text-align: right;
}
.f_bottom ul {
	display: inline-block;
	/*border-left: solid 1px #000;*/
}
.f_bottom ul li:first-child{
	border-left: solid 1px #000;
}
.f_bottom ul li{
	display: inline-block;
	border-right: solid 1px #000;
}
.f_bottom ul li a{
	padding: 0.5em 1em;
	margin: 0 5px;
}
.copy{
	float: right;
}
.page #contents_container {
    width: 100%;
    padding: 70px 0 0;
    left: 0;
}

/* トップページ ************/
.top_banaBox {
	/*background:#e4eeef;*/
    padding: 40px 20px;
    max-width: 1000px;
    width: 98%;
    margin: 0 auto;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
}
.top_banaBox p{
    box-shadow: 0px 3px 31px rgba(250, 255, 229, 0.7);
}
.top_banaBox .col2 p{
    box-shadow: none;
}
.col2 {
	overflow:hidden;
	margin:30px -20px 0 0;
}
.col2 p{
	float:left;
    margin: 0 2% 0 0;
    max-width: 470px;
    width: 48%;
}
#event_info {
	position: relative;
    width: 100%;
    margin: 0 0 0 2.5%;
}
#event_info:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/icon_check.png");
    top: -80px;
    left: 0;
    width: 188px;
    height: 188px;
}
#event_info figure{
    float: left;
    width: 48%;
    margin: 5% 2% 5% 0;
}
#event_info .txtarea {
    float: left;
    width: 50%;
    margin: 5% 0;
}
#event_info a{
    padding: 0 6% 0 3%;
    overflow: hidden;
    display: block;
    border: solid 20px #aeff00;
    margin: 5% 0 0;
    background: #e4eeef;
    border-radius: 300px 0 0 300px;
    border-right: 0;
}
#event_info figure img{
    border-radius: 150px 0 0 150px;
}
#enent_info time{
	font-weight:bold;
}
#event_info h2{
    font-size:20px;
	font-weight:bold;
}
#event_info p.detail{
    background: #aeff00;
    display: inline-block;
    padding: 5px 30px;
    margin: 18px 0 0;
    color: #1f69ff;
    font-weight: bold;
    letter-spacing: 0.03em;
    border-radius: 10px;
    float: right;
}
#event_info p{
    line-height: 2em;
}
#eventBox {
    background: -moz-linear-gradient(right, #fff 85%, rgba(255,255,255,0));
    background: -webkit-linear-gradient(right, #fff 85%, rgba(255,255,255,0));
    background: linear-gradient(to left, #fff 85%, rgba(255,255,255,0));
	padding: 0 5% 5% 0;
    margin: 0;
    border: solid 20px #000;
    border-left: none;
    border-radius: 0 400px 400px 0;
}
#eventBox .list{
	padding:0 0 0 5%;
}
#eventBox .list div{
	display:inline-block;
}
#eventBox .category{
	width:auto;
	min-width:8em;
	border:solid 3px #000;
	border-radius:8px;
	text-align:center;
	font-weight:bold;
	padding:0 3%;
}
#eventBox time{
    margin: 0 3em 0 2em;
}
#eventBox .list a{
    display: block;
    border-bottom: dotted 1px #000;
    padding: 2em 1em;
}
#eventBox figure{
	margin:0 0 3%;
}
#eventBox figure img{
	box-shadow: 0 0 8px rgba(128, 129, 116, 0.5);
}
#eventBox .arrow{
	text-align:center;
}
#eventBox .arrow a{
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #fff;
    background: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 1em 0 0;
    margin: 2em 0 0;
    border-radius: 80px;
}
.instBox{
	background: linear-gradient(-150deg, #e4eeef, #41cbd9);
	position:relative;
    padding: 0 0 13%;
}
.icon_enjoy{
    position: absolute;
    top: -145px;
    right: 0;
    z-index: 1;
}
.icon_insta{
    position: absolute;
    bottom: 0;
	left:50px;
}
.txt_insta{
    font-size: 20px;
    font-weight: bold;
    width: 60%;
    float: right;
    margin: 1em 1em 0 0;
    line-height: 1.3em;
}
#reportBox{
	overflow:hidden;
	margin:2% 0 6%;
}
#reportBox article{
    float: left;
    margin: 2% 1% 0;
    background: #fff;
    width: 31.3%;
    position: relative;
    overflow: hidden;
    padding-bottom: 3%;
}
#reportBox article .txtBox{
    height: 140px;
    padding: 5%;
}
#reportBox article .category{
    position: absolute;
    top: 0;
    left: -12px;
    padding: 0px 2em 0 2em;
    z-index: 1;
    background: rgba(143,224,47,0.8);
    transform: skewX(30deg);
}
#reportBox article .yukatamatsuri{
    background: rgba(255, 31, 121,0.8);
}
#reportBox article .higonotsuritemari{
    background: rgba(45, 182, 216,0.8);
}
#reportBox article .higonohinamatsuri{
    background: rgba(241, 153, 50,0.8);
}
#reportBox article .ginnansai{
    background: rgba(222, 224, 47,0.8);
}
#reportBox article .fujisaki{
    background: rgba(156, 96, 171,0.8);
}
#reportBox article .category p{
 transform:skewX(-30deg);
 color:#fff;
 font-weight:bold;
 text-shadow: 0 0 6px rgba(127, 127, 132, 0.9);
}
#reportBox article figure{
  position: relative;
  width: 340px;
  height: 193px;
  overflow: hidden;
  background: #ececec;
}
#reportBox article figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#reportBox .arrow {
    text-align: center;
}
#reportBox .arrow a {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #000;
    background: #aeff00;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 1em 0 0;
    margin: 2em 0 0;
    border-radius: 80px;
}
#reportBox h2{
    line-height: 1.8em;
}

#sp_information{
	display:none;
}	

/*******トップページ end ******/

/* ページ ****************/
.page_main{
	overflow:hidden;
}
.page_main h1{
    font-size: 40px;
    letter-spacing: 0.5em;
	text-align:center;
    margin: 11% 0 5%;
	text-shadow: 0px 0px 13px rgba(237, 253, 255, 0.8);
}
.page_main h1 span{
    font-size: 30px;
    letter-spacing: 0.1em;
    display: inline-block;
    background: #aeff00;
    margin-top: 14px;
    padding: 3px 8px 5px;
}
.page_main .main_r{
    position: absolute;
    top: 70px;
    right: 0;
    z-index: -1;
    width: 64.1%;
    box-shadow: 7px 8px 40px rgba(9, 2, 4, 0.14);
}
.page_main .main_l{
    position: absolute;
    top: 70px;
    left: 0;
    z-index: -2;
    width: 63.1%;
}
.imgBox,p.btn a{
    position: relative;
}
.imgBox:after,.imgBox:before,p.btn a:before,p.btn a:after,.wBox:before,.wBox:after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    z-index: 1;
}
.page_main .imgBox:before{	
    bottom: 0;
    right: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid #e4eeee;
    border-right: 15px solid #e4eeee;
}
p.btn a:before{	
    top: 0;
    left: 0;
    border: 6px solid transparent;
    border-top: 6px solid #aeff00;
    border-left: 6px solid #aeff00;
}
p.btn a:after{	
    bottom: 0;
    right: 0;
    border: 6px solid transparent;
    border-bottom: 6px solid #aeff00;
    border-right: 6px solid #aeff00;
}
.page_main .main_l img,
.page_main .main_r img{
	width:100%;
}
#breadcrumb ul{
	text-align:center;
	padding-top:20px;
}
#breadcrumb ul li{
	display:inline-block;
	padding: 14px;
}
.Img_col2 img{
    width:50%;
}
.Img_c{
	text-align:center
}
p.btn a{
    background: #fff;
    padding: 0.5em 100px;
    margin: 30px auto;
    display: inline-block;
    font-weight: bold;
}
p.btn{
    position: relative;
}
.wBox{
	max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    z-index: -1;
}
.page h2{
	font-size:24px;
	line-height:1.5em;
	font-weight:bold;
	letter-spacing:0.2em;
	margin:0 0 50px;
}
.txtBox p span{
	font-weight:bold;
}
.number{
    font-size: 42px;
    border-bottom: solid 2px #aeff00;
    float: left;
    color: #aeff00;
    width: 1.8em;
    text-align: center;
    width: 10%;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}
p.number:first-letter{
    color: #a7b3b3;
    font-size: 70%;
}
#koutsuuken .cont04,#aboutus .cont01,#aboutus .cont02,#aboutus .cont06,#koutsuuken .cont01,#koutsuuken .cont02,#koutsuuken .cont03,#fukushi_kosodate .cont01,#fukushi_kosodate .cont02,#access .cont01{
	margin:30px auto 130px;
	position:relative;
	max-width:1120px;
	width:100%;
}
#aboutus .cont01:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/about_outline_txt.png");
	top:-30px;
	left:80px;
	width:90px;
	height:565px;
}
#aboutus .cont02:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/about_trait_txt.png");
	top:-30px;
	right:80px;
	width:89px;
	height:385px;
	z-index:1;
}
#aboutus .cont03 .inner:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/about_history_txt.png");
	top:-30px;
	left:80px;
	width:90px;
	height:573px;
	z-index:2;
}
#aboutus .cont06:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/about_qa_txt.png");
	top:-30px;
	right:80px;
	width:94px;
	height:385px;
	z-index:1;
}
#koutsuuken .cont01:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/koutsuu_ticket_txt01.png");
	top:-30px;
	left:80px;
	width:90px;
	height:1128px;
	z-index:1;
}
#koutsuuken .cont02:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/koutsuu_howto_txt.png");
	top:-30px;
	left:80px;
	width:90px;
	height:493px;
	z-index:1;
}
#koutsuuken .cont03:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/koutsuu_car_txt.png");
	top:-80px;
	left:80px;
	width:90px;
	height:471px;
	z-index:1;
}
#koutsuuken .cont04:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/koutsuu_bicycle_txt.png");
	top:-120px;
	right:80px;
	width:90px;
	height:566px;
	z-index:1;
}
#fukushi_kosodate .cont01:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/fk_txt.png");
	top:-30px;
	left:80px;
	width:90px;
	height:937px;
	z-index:2;
}
#fukushi_kosodate .cont02:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/fk_aed_txt.png");
	top:-30px;
	right:80px;
	width:107px;
	height:613px;
	z-index:2;
}
#aboutus .cont01 .txtBox,
#aboutus .cont03 .txtBox{
    margin: 90px 0 0 310px;
    width: 700px;
}
#aboutus .cont01 h2,
#aboutus .cont03 h2{
	margin-bottom:70px;
}
#aboutus .cont01 p,
#aboutus .cont03 .bgBox p{
	line-height:3em;
	margin-bottom:1.5em;
}
#aboutus .cont01 .imgBox{
	margin:70px auto 10px;
	text-align:center;
    max-width: 1100px;
    width: 98%;
}
#aboutus .cont01 .imgBox:before{
	top:0;
	right:0;
	border: 20px solid transparent;
    border-top: 20px solid #fff;
    border-right: 20px solid #fff;
}
#aboutus .cont01 .imgBox:after{
	bottom:0;
	left:0;
	border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 20px solid #fff;
}
#aboutus .cont02 h2,
#aboutus .cont06 h2{
	margin:0 0 50px 80px;
	width:90%;
}
#aboutus .cont02 .wBox,
#aboutus .cont06 .wBox{
	margin-bottom:10px;
	padding:30px 300px 30px 80px; 
	z-index:0;
}
#aboutus .cont02 .wBox .txtBox,
#aboutus .cont06 .wBox .txtBox{
    float: left;
    width: 85%;
    margin: 0 0 0 5%;
}
#aboutus .cont06 .wBox .txtBox{
	width:80%;
}
#aboutus .cont06 .wBox .number {
    width: 15%;
}
#aboutus .cont03 .bgBox{
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	background-image: url(/images/about_enkaku.png);
	height:540px;
}
#aboutus .cont03 .bgBox h2,
#aboutus .cont03 .bgBox p{
    color:#fff;
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
#aboutus .cont03 .inner{
    max-width:1120px;
	width:100%;
	margin:0 auto;
	padding: 1px;
	position:relative;
}
#aboutus .cont03 .wBox{
	max-width:960px;
	width:100%;
	margin:-50px auto 130px;
	padding:80px 0;
	z-index: 1;
}
#aboutus table{
    max-width: 815px;
    width: 90%;
    float: right;
    border-top: solid 1px #ccc;
}
#aboutus th:first-child{
	border-top:solid 3px #a7b3b3;
}
#aboutus th{
	width:210px;
	padding:20px 0;
	border-bottom:solid 3px #a7b3b3;
}
#aboutus td{
	padding:20px 20px 20px 70px;
	border-bottom:solid 1px #ccc;
}
#aboutus .cont04 h2{
text-align: center;
    font-size: 32px;
    letter-spacing: 0.1em;
    width: 700px;
    margin: 0 auto 0.8em;
}
#aboutus .cont04 p.ttl{
	text-align:center;
	font-weight:bold;
}
#aboutus .cont04{
    margin-bottom: 50px;
}
#aboutus .cont04 .coverBox {
	padding: 90px 0 20px;
    overflow: hidden;
    position: relative;
}
#aboutus .cont04 .coverBox .img_l{
    float: left;
}
#aboutus .cont04 .coverBox .img_r {
    float: right;
    margin-top: -50px;
    z-index: 5;
}
#aboutus .cont04 .coverBox .img_l p {
    width: 400px;
    position: absolute;
    left: 58%;
    padding: 84px;
    box-sizing: border-box;
    background: linear-gradient(-45deg, rgb(177, 229, 255), rgba(255, 255, 255, 0.7));
    border-radius: 0 200px;
    z-index: 0;
    top: 30px;
}
#aboutus .cont04 .coverBox .img_r p {
    width: 398px;
    position: absolute;
    right: 58%;
    padding: 84px;
    box-sizing: border-box;
    background: linear-gradient(-45deg, rgb(255, 236, 249), rgba(255, 251, 251, 0.7));
    border-radius: 0 200px;
    z-index: 0;
    bottom: 0;
}
#aboutus .cont04 h2 br,#aboutus .cont04 p.ttl br,#koutsuuken .cont01 .txtBox h2 br,#koutsuuken .blueBox h2 br,#koutsuuken .bgBox .col3 figcaption br,#koutsuuken .cont02 .wBox p.ttl br,#fukushi_kosodate .cont02 .bgwBox h2 br,#parking table th br{
	display:none;
}
#aboutus .cont05{
	margin:0 0 130px;
}
#aboutus .cont05 .txtBox{
    max-width:960px;
	width:85%;
	margin:0 auto 70px;
}
#aboutus .cont05 .bottomBox{
    padding: 0 0 0;
    background: transparent;
    margin-top: -76px;
    z-index: 1;
}
#aboutus .cont05 .bottomBox:before{
    display: block;
    content: "";
    position: absolute;
    background: #fff;
    height: 413px;
    width: 1120px;
    left: 50%;
    margin-left: -560px;
    bottom: 0;
    z-index: -1;
}
#aboutus .cont05 h2,#fukushi_kosodate .cont01 .main_txt h2,#access .wBox .main_txt h2,#contact .cont05 h2{
    color: #50b1e2;
    background: -webkit-linear-gradient(0deg, #50b1e2, #50b1e2, #d6b3cb, #d6b3cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    width: 20em;
    text-align: center;
    margin: 85px auto 70px;
}
#aboutus .cont05 .topBox p{
    line-height:3em;
}
#aboutus .cont05 .bottomBox p{
    font-size: 30px;
    text-align: center;
    background: linear-gradient(-138deg, #50b1e2, #50b1e2, #d6b3cb, #d6b3cb, #d6b3cb);
    max-width: 370px;
    width: 90%;
    padding: 10px 12px 12px;
    line-height: 1.2em;
    margin: 0 auto 14px;
}
#aboutus .cont06 .wBox{
	margin-bottom:0;
}
#aboutus .cont06 .aBox {
    background:#aeff00;
}
#aboutus .cont06 .aBox .number {
    color: #fff;
    border-bottom: solid 1px #fff;
    float: left;
    width: 15%;
}
.aBox p.number:first-letter {
    color: #fff;
}
#koutsuuken .cont01,#koutsuuken .cont02{
	text-align:center;
}
#koutsuuken .cont01 .wBox,#koutsuuken .cont02 .wBox{
	padding:90px 0 330px;
	z-index:0;
}
#koutsuuken .cont01 .ttl{
	font-size:18px;
	letter-spacing:0.2em;
	color:#3ba4c8;
	margin-top:14px;
}
#koutsuuken .cont01 .ttl span{
    font-size: 58px;
    line-height: 1.3em;
    letter-spacing: 0.15em;
    max-width: 700px;
    width: 100%;
    display: inline-block;
}
#koutsuuken .cont01 p.wave{
	margin: -20px auto 35px;
}
#koutsuuken .cont01 .traffic_img{
	position:absolute;
	right:6%;
	top:150px;
}
#koutsuuken .cont01 .wBox h2{
	margin:0 auto 50px;
    max-width: 700px;
    width: 100%;
	font-size:32px;
}
#koutsuuken .cont01 .wBox p.btn a:before{
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
}
#koutsuuken .cont01 .wBox p.btn a:after,#fukushi_kosodate .cont01 p.btn a:after{
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
}
#fukushi_kosodate .cont01 .wBox p.btn a:before{
    border-top: 6px solid #fff2f8;
    border-left: 6px solid #fff2f8;
}
#koutsuuken .coverBox_cont03 .wBox p.btn a:before,#koutsuuken .coverBox_cont04 .wBox p.btn a:before{
    border-top: 6px solid #e4eeee;
    border-left: 6px solid #e4eeee;
}
#koutsuuken .coverBox_cont03 .wBox p.btn a:after,#koutsuuken .coverBox_cont04 .wBox p.btn a:after{
    border-bottom: 6px solid #e4eeee;
    border-right: 6px solid #e4eeee;
}
#koutsuuken .cont01 .wBox p.btn a,#koutsuuken .cont02 .wBox p.btn a,#koutsuuken .coverBox_cont03 .wBox p.btn a,#koutsuuken .coverBox_cont04 .wBox p.btn a {
    background: #3ba4c8;
    color: #fff;
    letter-spacing: 0.1em;
}
#koutsuuken .cont01 .txtBox p {
    font-weight:bold;
	line-height:3em;
}
#koutsuuken .blueBox{
	max-width:960px;
	width:100%;
	margin: -260px auto 0;
    background: #3ba4c8;
	padding:70px 80px;
	z-index:2;
}
#koutsuuken .blueBox h2{
    color:#fff;
	margin-bottom:40px;
}
#koutsuuken .blueBox p {
    color: #fff;
    text-align: left;
    font-weight: bold;
    text-indent: -80px;
    padding-left: 80px;
    line-height: 3em;
    font-size: 20px;
    border-bottom: solid 1px #fff;
}
#koutsuuken .blueBox .number {
    font-size: 30px;
    border-bottom: none;
    color: #000;
    text-align: left;
    float:none;
	padding-right:1em;
}
.Boxbottom_a{
	margin-top:-55px;
}
p.Boxbottom_a a:before{
    border-top: 6px solid #3ba4c8;
    border-left: 6px solid #3ba4c8;
}
p.Boxbottom_a a:after{
    border-bottom: 6px solid #e4eeee;
    border-right: 6px solid #e4eeee;
}
#koutsuuken .cont02 {
    margin-bottom: 180px;
}
#koutsuuken .cont02 h2.tk_cg{
    font-size: 30px;
    color: #a7b3b3;
}
#koutsuuken .cont02 h2.tk_cg span{
    font-size: 150%;
    color: #3ba4c8;
}
#koutsuuken .cont02 p.number{
	margin:70px auto 30px;
	border-bottom: solid 2px #3ba4c8;
    float: none;
    color: #3ba4c8;
	width:1.5em;
}
#koutsuuken .cont02 .Box01 figure{
	margin-top:30px;
}
#koutsuuken .cont02 .Box01{
	margin-bottom:100px;
}
#koutsuuken .bgBox{
	max-width:960px;
	width:100%;
	margin: 0 auto;
    background: #e4eeee;
	padding:70px 80px 80px;
	z-index:2;
}
#koutsuuken .bgBox p.number{
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -1em;
}
#koutsuuken .wBox{
	font-weight:bold;
}
#koutsuuken .bgBox .col3 span{
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 130%;
    padding: 1.5% 0;
}
#koutsuuken .bgBox p.tk_cg{
    text-align: left;
    font-size: 28px;
    margin: 1em 0;
}
#koutsuuken .bgBox .col3 figcaption{
	margin-top:1em;
}
#koutsuuken .bgBox .col3 figure:nth-child(1) figcaption span{
    background: #1eb9ee;
}
#koutsuuken .bgBox .col3 figure:nth-child(2) figcaption span{
	background: #ec6d74;
}
#koutsuuken .bgBox .col3 figure:nth-child(3) figcaption span{
    background: #fdd000;
}
#koutsuuken .Box02 .txtBox p,
#koutsuuken .Box03 .txtBox p{
    text-align: left;
    font-weight: normal;
    margin-top: 2em;
}
#koutsuuken .cont02 .wBox p.btn a:before {
    border-top: 6px solid #e4eeee;
    border-left: 6px solid #e4eeee;
}
#koutsuuken .cont02 .wBox p.btn a:after {
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
}
#koutsuuken .Box02 .btn {
    margin-top: -55px;
}
#koutsuuken .cont02 .wBox{
	padding-bottom:80px;
}
#koutsuuken .cont02 .wBox p.ttl{
	font-size:24px;
	color:#a7b3b3;
	max-width:700px;
	width:100%;
	margin:0 auto;
}
#koutsuuken .cont02 .wBox .Box02 p.ttl{
	color:#3ba4c8;
}
#koutsuuken .col2 figcaption{
	margin-top:1.5em;
}
.page #koutsuuken .cont02 .Box03 {
	max-width:800px;
	width:100%;
	margin:0 auto;
}
.page #koutsuuken .cont02 .Box03 .col2{
	margin-top:50px;
}
#koutsuuken .coverBox_cont03{
	position:relative;
    padding-bottom: 520px;
}
#koutsuuken .coverBox_cont04 {
	position:relative;
    padding-bottom: 400px;
}
#koutsuuken .cont04 .wBox,#koutsuuken .cont03 .wBox{
	background:transparent;
	font-weight:normal;
	z-index:1;
}
#koutsuuken .cont03 .wBox .txtBox{
	max-width:620px;
	width:100%;
	float:right;
}
#koutsuuken .coverBox_cont03 figure{
	position:absolute;
	top:350px;
	left:190px;
}
#koutsuuken .cont04 .wBox .txtBox{
	max-width:620px;
	width:100%;
}
#koutsuuken .coverBox_cont04 figure{
    position: absolute;
	top: 300px;
    right: 30px;
}
#fukushi_kosodate .cont01 .wBox{
	z-index:1;
	padding-bottom:60px;
}
#fukushi_kosodate .main_txt{
	width:630px;
	margin:0 auto 10px;
}
#fukushi_kosodate .bgBox{
	max-width:880px;
	width:100%;
	float:right;
	margin:60px 80px 0 0;
	background:#fff2f8;
	padding:75px 0;
	position:relative;
}
#fukushi_kosodate .bgBox h2{
	color:#ff56b9;
	text-align:left;
	margin:0 0 30px;
}
#fukushi_kosodate .bgBox .txtBox{
    width: 420px;
    position: absolute;
    right: 80px;
	top: 110px;
}
#fukushi_kosodate .bgBox .txtBox p{
    text-shadow: 0px 0px 7px rgb(255, 242, 248);
}
#fukushi_kosodate .bgBox figure{
    margin-left: -160px;
}
#fukushi_kosodate .Img_r .txtBox{
    left: 80px;
}
#fukushi_kosodate .Img_r figure{
    float: right;
}
#fukushi_kosodate p.btn{
    float: right;
    margin: -60px 50px 0 0;
}
#fukushi_kosodate p.btn a{
    background:#ff56b9;
}
#fukushi_kosodate .wBox{
    padding: 10px;
    box-sizing: border-box;
}
#fukushi_kosodate .cont02 .imgBox:before{	
    top: 0;
    left: 0;
    border: 30px solid transparent;
    border-top: 30px solid #fff;
    border-left: 30px solid #fff;
}
#fukushi_kosodate .cont02 .imgBox:after	{
	bottom:0;
    right: 0;
    border: 30px solid transparent;
    border-bottom: 30px solid #fff;
    border-right: 30px solid #fff;
}
#fukushi_kosodate .cont02 .bgwBox {
    max-width: 960px;
    width: 100%;
    margin: -100px auto 0;
    background: rgba(255,255,255,0.8);
    padding: 70px 80px 50px;
    z-index: 2;
}
#fukushi_kosodate .cont02 .bgwBox h2{
    text-align: center;
    margin: 0 auto 30px;
    max-width: 700px;
    width: 100%;
}
#fukushi_kosodate .cont02 .col4 p{
	text-align:center;
	color:#ff0090;
	font-weight:bold;
	line-height:1.8em;
	margin-top:30px;
}
#fukushi_kosodate .cont02 .map_img{
	text-align:center;
	margin-top:-40px;
}
#access .cont01 .wBox{
	z-index:1;
	padding-bottom:60px;
    box-sizing: border-box;
	position:relative;
}
#access .main_txt {
    max-width: 630px;
	width:80%;
    margin: 0 auto 10px;
}
#access .wBox:before {
    content: '';
    display: block;
    border-top: 40px solid #e4eeee;
    border-right: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #e4eeee;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#access .wBox:after {
    content: '';
    display: block;
    border-bottom: 40px solid #e4eeee;
    border-left: 40px solid transparent;
    border-top: 40px solid transparent;
    border-right: 40px solid #e4eeee;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
#access .accessBox h2{
	font-size:32px;
	text-align:center;
    letter-spacing: 0.1em;
}
#access .accessBox .inner{
	max-width:1000px;
	width:100%;
	margin:0 auto 5%;
	background:#ccc;
    padding: 30px 40px 309px 0;
    background-repeat: no-repeat;
}
#access .accessBox h3 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    padding: 0 1.5em 0.5em 1.5em;
    border-bottom: solid 4px #fff;
    width: auto;
    display: inline-block;
}
#access .accessBox p.btn a {
    padding: 0.5em 1em;
    margin: 0 auto;
    display: inline-block;
    font-weight: bold;
    background: #000;
    color: #fff;
    font-size: 22px;
    width: 100%;
    text-align: center;
    position:relative;
    line-height: 1.5em;
}
#access .accessBox p.btn a img {
    position: absolute;
    right: 17px;
    top: 14px;
}
#access .accessBox p.btn a:before {
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
}
#access .accessBox p.btn a:after {
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
}
#access .accessBox .txtBox{
    background: #fff;
    width: 440px;
    padding: 5px;
    float: right;
    box-sizing: border-box;
}
#access .accessBox .Box{
    padding: 20px 40px;
}
#access .accessBox .Box01{
	background-image:url("/images/access_01.jpg");
}
#access .accessBox .Box02{
	background-image:url("/images/access_02.jpg");
    padding: 30px 0 370px 40px;
}
#access .accessBox .Box03{
	background-image:url("/images/access_03.jpg");
}
#access .accessBox .Box02 h3{
    float:right;
}
#access .accessBox .Box02 .txtBox{
	float:left;
}
#c_event .coverBox .imgBox:before{
	top:0;
	left:0;
	border: 12px solid transparent;
	border-top: 12px solid #fff;
    border-left: 12px solid #fff;
}
#c_event .coverBox .shimo:before{
	border-top: 12px solid #0ff;
    border-left: 12px solid #0ff;
}
#c_event .coverBox .sap:before{
	border-top: 12px solid #959aff;
    border-left: 12px solid #959aff;
}
#c_event .coverBox .local:before{
	border-top: 12px solid #f6ff00;
    border-left: 12px solid #f6ff00;
}
#c_event .coverBox .imgBox img{
    border: solid 5px #fff;
}
#c_event .coverBox .shimo img{
    border: solid 5px #0ff;
}
#c_event .coverBox .sap img{
    border: solid 5px #959aff;
}
#c_event .coverBox .local img{
    border: solid 5px #f6ff00;
}
#c_event .coverBox:last-child{
	margin-bottom:7%;
}
#c_event .contBox{
	max-width:1120px;
	width:100%;
	margin:0 auto;
}
#c_event p.number {
    margin-right: 3%;
	line-height:0.8em;
    margin-top: 18px;
}
#c_event .imgBox p{
    width: 94%;
    position: absolute;
    bottom: 6px;
    left: 6%;
    color: #fff;
    line-height: 1.3em;
    font-size: 18px;
}
#c_event .imgBox p span{
	display:block;
	font-size:70%;
    line-height: 1.2em;
}
#c_event .coverBox{
    position:relative;
	margin-bottom:30px;
}
#c_event .coverBox:nth-child(odd):before{
    position:absolute;
	display:block;
	content:"";
	background:#fff;
	height:80%;
	width:80%;
	z-index:-1;
	top:20px;
	left:0;
}
#c_event .coverBox:nth-child(even):before{
    position:absolute;
	display:block;
	content:"";
	background:#fff;
	height:80%;
	width:80%;
	z-index:-1;
	right:0;
	top:20px
}
#c_event .ttlBox{
	max-width:1000px;
	width:90%;
	margin:3% auto 5%;;
	text-align:center;
}
#c_event .ttlBox p{
	display:inline-block;
	font-weight:bold;
	text-align:center;
	font-size:20px;
    padding: 5px 10px 2px;
    margin: 5px;
}
#c_event .ttlBox p.ev01{
	background:#0ff;
}
#c_event .ttlBox p.ev02{
	background:#959aff;
}
#c_event .ttlBox p.ev03{
	background:#f6ff00;
}
#c_event p.number:first-letter{
	font-size:100%;
}
.container{
	overflow:hidden;
}
.page .col2 {
	overflow:hidden;
	margin:0 -2% 0 0;
}
.page .col2 figure{
	float:left;
    margin: 0 2% 0 0;
    width: 48%;
}
.col3{
	overflow:hidden;
	margin:0 -2% 0 0;
}
.col3 figure{
	width:31.3%;
	margin:0 2% 0 0;
	float:left;
}
.col4{
	overflow:hidden;
	margin:0 -2% 0 0;
}
.col4 p,.col4 figure{
	width:23%;
	margin:0 2% 0 0;
	float:left;
}
#c_event .col4{
	overflow:hidden;
	margin:0 -5% 0 0;
}
#c_event .col4 .imgBox{
	width: 24%;
    margin: 0 1% 1% 0;
    float: left;
}
#c_event .col4 .imgBox img{
	width: 100%;
}
#parking .wBox{
    padding: 3% 5% 4%;
    box-sizing: border-box;
    margin: 3% auto;
	z-index:0;
}
#parking h2{
    margin: 0;
    padding: 0 0 2%;
    text-align: center;
    font-size: 32px;
}
#parking .p_shimo th{
	background: #e3007e;
}
#parking .p_kami th{
	background: #09f;
}
#parking .p_shin th{
	background: #6c9;
}
#parking .p_sui th{
	background: #f90;
}
#parking .coverBox{
    max-width: 900px;
	width:100%;
    margin: 0 auto;
}
#parking .coverBox table{
    width: 100%;
}
#parking table tr th:nth-child(1) {
   width:28%;
}
#parking table tr th:nth-child(2){
   width:18%;
}
#parking table tr th:nth-child(3){
   width:13%;
	text-align:center;
}
#parking table tr th:nth-child(4) {
   width:15%;
	text-align:center;
}
#parking table tr th:nth-child(5) {
	width:16%;
	text-align:center;
}
#parking table tr td:nth-child(3),
#parking table tr td:nth-child(4) ,
#parking table tr td:nth-child(5){
   text-align:center;
}
#parking table tr td:nth-child(3),#parking table tr td:nth-child(4){
	color: #fc3;
	font-size:18px;
}
#parking table tr td img{
    display: block;
    width: 18px;
    margin: 0 auto;
}
#parking table th{
    padding: 1.5em 0 1.5em 2%;
	font-weight:bold;
	color:#fff;
	line-height:1.5em;
}
#parking table td{
    padding: 1.5em 0 1.5em 2%;
	line-height:1.5em;
}

#parking table td a:hover{
    text-decoration: underline;
}

#parking table tr{
	background-color:#fff;
}
#parking table tr:nth-child(odd){
    background-color: #fefefe;
}
#parking .p_shimo tr:nth-child(even){
	background-color: #ffecf7;
}
#parking .p_kami tr:nth-child(even){
    background-color: #ddf1ff;
}
#parking .p_shin tr:nth-child(even){
	background-color: #defaec;
}
#parking .p_sui tr:nth-child(even){
	background-color: #fff4e5;
}
#parking .wBox:before{	
    top: 0;
    left: 0;
    border: 26px solid transparent;
    border-top: 26px solid #e4eeee;
    border-left: 26px solid #e4eeee;
}
#parking .wBox:after{	
    bottom: 0;
    right: 0;
    border: 26px solid transparent;
    border-bottom: 26px solid #e4eeee;
    border-right: 26px solid #e4eeee;
}
#parking .table_2col table tr th:nth-child(1) {
   width:80%;
}
#parking .table_2col table tr th:nth-child(2){
   width:20%;
	text-align:center;
}


#restroom .wBox{
    padding: 3% 5% 4%;
    box-sizing: border-box;
    margin: 3% auto;
    z-index:0;
}
#restroom h2{
    margin: 0;
    padding: 0 0 2%;
    text-align: center;
    font-size: 32px;
}
#restroom .p_shimo th{
    background: #e3007e;
}
#restroom .p_kami th{
    background: #09f;
}
#restroom .p_shin th{
    background: #6c9;
}
#restroom .p_sui th{
    background: #f90;
}
#restroom .coverBox{
    max-width: 900px;
    width:100%;
    margin: 0 auto;
}
#restroom .coverBox table{
    width: 100%;
}
#restroom table tr th:nth-child(1) {
    width:28%;
}
#restroom table tr th:nth-child(2){
    width:18%;
}
#restroom table tr th:nth-child(3){
    width:13%;
    text-align:center;
}
#restroom table tr th:nth-child(4) {
    width:15%;
    text-align:center;
}
#restroom table tr th:nth-child(5) {
    width:16%;
    text-align:center;
}
#restroom table tr td:nth-child(3),
#restroom table tr td:nth-child(4) ,
#restroom table tr td:nth-child(5){
    text-align:center;
}
#restroom table tr td:nth-child(3),#restroom table tr td:nth-child(4){
    color: #fc3;
    font-size:18px;
}
#restroom table tr td img{
    display: block;
    width: 18px;
    margin: 0 auto;
}
#restroom table th{
    padding: 1.5em 0 1.5em 2%;
    font-weight:bold;
    color:#fff;
    line-height:1.5em;
}
#restroom table td{
    padding: 1.5em 0 1.5em 2%;
    line-height:1.5em;
}

#restroom table td a:hover{
    text-decoration: underline;
}

#restroom table tr{
    background-color:#fff;
}
#restroom table tr:nth-child(odd){
    background-color: #fefefe;
}
#restroom .p_shimo tr:nth-child(even){
    background-color: #ffecf7;
}
#restroom .p_kami tr:nth-child(even){
    background-color: #ddf1ff;
}
#restroom .p_shin tr:nth-child(even){
    background-color: #defaec;
}
#restroom .p_sui tr:nth-child(even){
    background-color: #fff4e5;
}
#restroom .wBox:before{
    top: 0;
    left: 0;
    border: 26px solid transparent;
    border-top: 26px solid #e4eeee;
    border-left: 26px solid #e4eeee;
}
#restroom .wBox:after{
    bottom: 0;
    right: 0;
    border: 26px solid transparent;
    border-bottom: 26px solid #e4eeee;
    border-right: 26px solid #e4eeee;
}
#restroom .table_2col table tr th:nth-child(1) {
    width:80%;
}
#restroom .table_2col table tr th:nth-child(2){
    width:20%;
    text-align:center;
}


#restroom .wBox{
    padding: 3% 5% 4%;
    box-sizing: border-box;
    margin: 3% auto;
    z-index:0;
}
#restroom h2{
    margin: 0;
    padding: 0 0 2%;
    text-align: center;
    font-size: 32px;
}
#restroom .p_shimo th{
    background: #e3007e;
}
#restroom .p_kami th{
    background: #09f;
}
#restroom .p_shin th{
    background: #6c9;
}
#restroom .p_sui th{
    background: #f90;
}
#restroom .coverBox{
    max-width: 900px;
    width:100%;
    margin: 0 auto;
}
#restroom .coverBox table{
    width: 100%;
}
#restroom table tr th:nth-child(1) {
    width:28%;
}
#restroom table tr th:nth-child(2){
    width:18%;
}
#restroom table tr th:nth-child(3){
    width:13%;
    text-align:center;
}
#restroom table tr th:nth-child(4) {
    width:15%;
    text-align:center;
}
#restroom table tr th:nth-child(5) {
    width:16%;
    text-align:center;
}
#restroom table tr td:nth-child(3),
#restroom table tr td:nth-child(4) ,
#restroom table tr td:nth-child(5){
    text-align:center;
}
#restroom table tr td:nth-child(3),#restroom table tr td:nth-child(4){
    color: #fc3;
    font-size:18px;
}
#restroom table tr td img{
    display: block;
    width: 18px;
    margin: 0 auto;
}
#restroom table th{
    padding: 1.5em 0 1.5em 2%;
    font-weight:bold;
    color:#fff;
    line-height:1.5em;
}
#restroom table td{
    padding: 1.5em 0 1.5em 2%;
    line-height:1.5em;
}

#restroom table td a:hover{
    text-decoration: underline;
}

#restroom table tr{
    background-color:#fff;
}
#restroom table tr:nth-child(odd){
    background-color: #fefefe;
}
#restroom .p_shimo tr:nth-child(even){
    background-color: #ffecf7;
}
#restroom .p_kami tr:nth-child(even){
    background-color: #ddf1ff;
}
#restroom .p_shin tr:nth-child(even){
    background-color: #defaec;
}
#restroom .p_sui tr:nth-child(even){
    background-color: #fff4e5;
}
#restroom .wBox:before{
    top: 0;
    left: 0;
    border: 26px solid transparent;
    border-top: 26px solid #e4eeee;
    border-left: 26px solid #e4eeee;
}
#restroom .wBox:after{
    bottom: 0;
    right: 0;
    border: 26px solid transparent;
    border-bottom: 26px solid #e4eeee;
    border-right: 26px solid #e4eeee;
}
#restroom .table_2col table tr th:nth-child(1) {
    width:80%;
}
#restroom .table_2col table tr th:nth-child(2){
    width:20%;
    text-align:center;
}



#kotsuken .wBox{
    padding: 3% 5% 4%;
    box-sizing: border-box;
    margin: 3% auto;
    z-index:0;
}
#kotsuken h2{
    margin: 0;
    padding: 0 0 2%;
    text-align: center;
    font-size: 32px;
}
#kotsuken .p_shimo th{
    background: #e3007e;
}
#kotsuken .p_kami th{
    background: #09f;
}
#kotsuken .p_shin th{
    background: #6c9;
}
#kotsuken .p_sui th{
    background: #f90;
}
#kotsuken .coverBox{
    max-width: 900px;
    width:100%;
    margin: 0 auto;
}
#kotsuken .coverBox table{
    width: 100%;
}
#kotsuken table tr th:nth-child(1) {
    width:28%;
}
#kotsuken table tr th:nth-child(2){
    width:18%;
}
#kotsuken table tr th:nth-child(3){
    width:13%;
    text-align:center;
}
#kotsuken table tr th:nth-child(4) {
    width:15%;
    text-align:center;
}
#kotsuken table tr th:nth-child(5) {
    width:16%;
    text-align:center;
}
#kotsuken table tr td:nth-child(3),
#kotsuken table tr td:nth-child(4) ,
#kotsuken table tr td:nth-child(5){
    text-align:center;
}
#kotsuken table tr td:nth-child(3),#kotsuken table tr td:nth-child(4){
    color: #fc3;
    font-size:18px;
}
#kotsuken table tr td img{
    display: block;
    width: 18px;
    margin: 0 auto;
}
#kotsuken table th{
    padding: 1.5em 0 1.5em 2%;
    font-weight:bold;
    color:#fff;
    line-height:1.5em;
}
#kotsuken table td{
    padding: 1.5em 0 1.5em 2%;
    line-height:1.5em;
}

#kotsuken table td a:hover{
    text-decoration: underline;
}

#kotsuken table tr{
    background-color:#fff;
}
#kotsuken table tr:nth-child(odd){
    background-color: #fefefe;
}
#kotsuken .p_shimo tr:nth-child(even){
    background-color: #ffecf7;
}
#kotsuken .p_kami tr:nth-child(even){
    background-color: #ddf1ff;
}
#kotsuken .p_shin tr:nth-child(even){
    background-color: #defaec;
}
#kotsuken .p_sui tr:nth-child(even){
    background-color: #fff4e5;
}
#kotsuken .wBox:before{
    top: 0;
    left: 0;
    border: 26px solid transparent;
    border-top: 26px solid #e4eeee;
    border-left: 26px solid #e4eeee;
}
#kotsuken .wBox:after{
    bottom: 0;
    right: 0;
    border: 26px solid transparent;
    border-bottom: 26px solid #e4eeee;
    border-right: 26px solid #e4eeee;
}
#kotsuken .table_2col table tr th:nth-child(1) {
    width:80%;
}
#kotsuken .table_2col table tr th:nth-child(2){
    width:20%;
    text-align:center;
}


#privacypolicy .wBox,#sitemap .wBox {
	padding:5% 0;
	margin:5% auto;
}
#privacypolicy .wBox h2,#sitemap .wBox h2{
	color:#000;
	text-align:left;
	margin:0 0 1em;
}
#privacypolicy .txtBox,#sitemap .txtBox{
    max-width: 960px;
    width: 85%;
    margin: 0 auto 50px;
}

#sitemap .wBox{
    z-index:0;
}
#sitemap .txtBox{
	overflow:hidden;
}
#sitemap .txtBox > ul{
    float: left;
    width: 46%;
    margin: 0 2%;
}
ul.cp_list {
	padding: 0.5em;
	list-style: none;
}
ul.cp_list li{
    margin-top: 5%;
	font-weight:bold;
}

ul.cp_list li ul li:first-child{
    margin-top: 0;
}
ul.cp_list li a{
	font-weight:normal;
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
    border-bottom: 1px solid rgb(174, 255, 0);
    display: block;
}
ul.cp_list li a:after,
ul.cp_list li a:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.cp_list li a:before {
	top: 1em;
	left: 0.2em;
	width: 12px;
	height: 12px;
    border: 2px solid rgb(227, 0, 126);
}
ul.cp_list li a:after {
	top: 1.2em;
	left: 0.7em;
	width: 14px;
	height: 14px;
    background: rgba(174, 255, 0, 0.7);
    transform: rotate(60deg);
}
.map_head{
	overflow:hidden;
}
.map_nav li{
	display:inline;
}
.map_nav li a{
    display: inline-block;
    padding: 1em 0.8em;
    background: #ccc;
    margin: 0 1% 1% 0;
    border-radius: 200px;
}
.map_nav li.shintengai a{
    background: #ffa0aa;
    border: solid 1px #fe5e6f;
}
.map_nav li.nibangai a{
    background: #bfefff;
    border: solid 1px #6edbff;
}
.map_nav li.sanbangai a{
    background: #14c6d1;
    border: solid 1px #009099;
}
.map_nav li.yonbangai a{
    background: #dff733;
    border: solid 1px #c6e100;
}
#shintengai,#nibangai,#sanbangai,#yonbangai{
	padding-top:90px;
	margin-top:-90px;
}
#shimotori_map .wBox{
	margin:5% auto;
	z-index:0;
	padding:3%;
}
.map_icon a{
    display: block;
    line-height: 18px;
    padding: 1em 0;
    text-align: center;
    width: 15em;
    float: right;
    border: solid 1px #333333;
}
#shimotori_map .txt{
    text-align: right;
	margin: 0.5em 0 2em;
	font-family:'Rubik', sans-serif;
}
.mapBox{
	padding: 0 0 5%;
	position:relative;
	z-index:-1;
}
.mapBox .street_img img{
    width:100%;
}
.mapBox .Box{
	overflow:hidden;
	background:#ececec;
}
.mapBox .leftBox{
	float:left;
	width:47%;
	text-align:right;
}
.mapBox .rightBox{
	float:right;
	width:47%;
}
.mapBox ul li a {
    padding: 0 3%;
    display: block;
    line-height: 2em;
	border-top:dotted 1px #dfdfdf;
}
.mapBox ul li:first-child a{
	border-top:none;
}
.mapBox ul li.inline a{
    display: inline-block;
	padding: 0 3%;
	width:50%;
}
.mapBox ul li.inline a.w70{
	width:70%;
}
.mapBox ul li.inline a.w30{
	width:30%;
}
.mapBox .Box .leftBox,.mapBox .Box .rightBox{
    /*border-bottom: solid 20px #ededed;
    border-top: solid 20px #ededed;道*/
    position: relative;
    background: #fff;
}
.mapBox ul{
	border:solid 1px #dfdfdf;
	border-top:none;
}
.mapBox .Box .leftBox ul:last-child, .mapBox .Box .rightBox ul:last-child{
	border-bottom:none;
}
.mapBox .leftBox ul:first-child, .mapBox .rightBox ul:first-child{
	border-top:none!important;
}
.mapBox .Box .leftBox{
    padding: 0 0 0 5%;
}
.mapBox .Box .rightBox{
    padding: 0 5% 0 0;
}
.mapBox li{
	position:relative;
}
.mapBox li span{
    margin: -10px 10px 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.bg_color01 ul li{
	background:#ffa0aa;
}
.bg_color02 ul li{
	background:#bfefff;
}
.bg_color03 ul li{
	background:#14c6d1;
}
.bg_color04 ul li{
	background:#dff733;
}
.iconBox{
    border: solid 1px #000;
    padding: 3%;
    margin: 3% 0 0;
}
.iconBox p{
    display: inline-block;
    margin: 1% 2% 1% 0;
}
.aed_shin,.aed_ni,.aed_san,.aed_yon{
	position:relative;
}
.aed_shin:before,.aed_ni:before,.aed_san:before,.aed_yon:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/AED.png");
    width: 22px;
    height: 22px;
	background-size:22px;
}
.aed_shin:before{
	left:-15px;
}
.aed_ni:before{
	right:-15px;
	bottom:0;
}
.aed_san:before{
	right:-15px;
}
.aed_yon:before{
	right:10px;
}
.mapBox ul li.inline a br,.br768 br{
	display:none;
}

/******** ページ end ********/

/* イベント 外枠 */
#Event .wBox{
	z-index:0;
	margin:5% auto;
	padding:3% 2%;
	background:transparent;
}
#Event .wBox article{
    float: left;
    width: 27.3%;
    margin: 0 6% 3% 0;
    box-shadow: 0px 2px 10px rgba(51,51,51,0.3);
    border-radius: 10px;
    background: #fff;
}
#Event .wBox .event_coverBox{
	margin:0 -6% 0 0;
}
#Event .wBox .event_coverBox article figure{
  position: relative;
	width: 100%;
  height: 172px;
  overflow: hidden;
  background: #ececec;
  border-radius:10px 10px 0 0;
}
#Event .wBox .event_coverBox article figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	border-radius:10px 10px 0 0;
	width:100%;
}
#Event .wBox article .txtBox{
	padding:3%;
}
#Event .wBox article p.btn{
  text-align:center;
}
#Event .wBox p.btn a,
p.evBtn a{
    background: #000;
    margin-bottom: 3%;
    width: 50%;
    padding: 0.5%;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    border-radius: 50px;
}
p.evBtn a{
	width: 15em;
}
#Event .wBox p.btn a:before {
	content:none;
	/*
    border-top: 6px solid #fff;
	border-left: 6px solid #fff;
	*/
}
#Event .wBox p.btn a:after {
	content:none;
	/*
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
	*/
}
#Event .wBox .tit{
    height: 3.5em;
    line-height: 2em;
}
.evBtn{
	text-align:center;
	margin:0 auto 5%;
}
p.evBtn a:before,
p.evBtn a:after {
    border: none;
}

/******** イベント 外枠 end ********/

/* イベントレポート ランディング */
.evntBox {
	max-width:960px;
	width:100%; 
	margin:3% auto 8%;
}
.Box_y{
	background:#ffec1d;
    margin: 8% 0;
	padding: 0 0 5%;
}
.Box_y .Img_c img{
	margin-top:-3%;
}
.Box_y .txtBox,.Box_white .txtBox{
	max-width:800px;
	width:90%;
	margin:3% auto;
	overflow:hidden;
}
.Box_y .txtBox h2{
	color:#f09;
	font-size:24px;
    letter-spacing: 0.5px;
	margin:0 0 20px;
}
.Box_y .txtBox p,.Box_pink .txtBox p,.Box_white .txtBox p{
	font-size:18px;
	font-weight:bold;
}
.Box_y .txtBox figure{
	float:left;
	margin:0 3% 0 0;
	width:25%;
}
.hinamatsuri .Box_pink{
	background:#eed7d2;
    margin: 8% 0;
	padding: 0 0 88%;
	position:relative;
}
.Box_pink .txtBox{
	max-width:550px;
	width:90%;
	margin:3% auto;
	overflow:hidden;
}
.Box_pink .txtBox p{
	color:#ba0056;
}
.hinamatsuri .cont02{
    position: absolute;
    max-width: 1000px;
    width: 104%;
    left: -2%;
}
.hinamatsuri .cont01{
	position:relative;
}
.hinamatsuri .cont01:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/hinamatsuri_icon01.png");
    bottom: 18%;
    right: -20px;
    width: 226px;
    height: 47px;
}
.hinamatsuri .cont02:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/hinamatsuri_icon02.png");
    top: 50%;
    right: -20px;
    width: 271px;
    height: 56px;
}
.Box_white{
	background:#fff;
    margin: 8% 0;
    padding: 0 0 10%;
}
.Box_white .cont02{
	margin:7% auto;
}
.reitaisai .Box_white .cont02 .txtBox{
    background: #e4eeee;
    max-width: 414px;
    width: 80%;
    padding: 1.5%;
    text-align: center;
    margin: -2% auto 0;
    position: absolute;
    left: 50%;
    margin-left: -207px;
}
.Box_white .cont02 .txtBox p{
   font-size:16px;
}
.yukata .Box_white{
	padding-bottom:0;
}
.yukata .cont01,.yukata .cont02{
	position:relative;
}
.yukata .cont02{
	margin-bottom:0;
}
.yukata .cont01 .txtBox{
    position: absolute;
    top: 30%;
    right: 14%;
    width: 300px;
    margin: 6% auto;
}
.page .yukata .cont01 p{
    font-size: 14px;
}
.page .yukata .cont01 h2 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin: 0;
    text-align: center;
}
.yukata .cont01 h3{
    font-family: tbcgothic-std, sans-serif;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin: 1em 0;
}
.page .yukata .cont02 h2 {
    color:#ff39a0;
	margin: 0 0 0.8em;
	letter-spacing:0.5px;
	font-size:28px;
}

.page .yukata .cont02 .Box02{
    width: 600px;
    margin: 0 0 50px 80px;
}
.yukata .cont02 .bg_img{
    position: absolute;
    bottom: -50px;
    right: -5%;
}
.tsuritemari .cont01{
	position:relative;
}
.tsuritemari .cont01 .txtBox{
    position: absolute;
    top: 550px;
    width: 700px;
    margin-left: -350px;
    left: 50%;
    height: 14em;
}
.tsuritemari .txt_r{
    width: 200px;
    float: right;
}
.tsuritemari .txt_l{
    width: 200px;
    float: left;
}
.tsuritemari .cont01 .txtBox p{
  font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
  -webkit-font-feature-settings: 'pkna';
          font-feature-settings: 'pkna';
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.tsuritemari .cont01:before{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/tsuritemari_icon01.png");
    top: 6%;
    left: -50px;
    width: 323px;
    height: 488px;
}
.tsuritemari .cont01:after{
	position:absolute;
	display:block;
	content:"";
	background-image:url("/images/tsuritemari_icon02.png");
    top: 20%;
    right: -20px;
    width: 103px;
    height: 104px;
}
.tsuritemari .cont01 .bg_txt {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 50%;
    background: rgba(255,255,255,0.8);
    padding: 2% 6%;
    font-size: 14px;
    font-weight: bold;
}
.tsuritemari .cont02{
	margin-bottom:0;
}
.tsuritemari .cont02 p{
	font-size:16px;
	font-weight:normal;
}

/* イベントレポート ランディング end*/
/******** 新着記事 ********/
.evBox{
	max-width:1000px;
	width:100%;
	margin:2.5% auto 1%;
	padding:3%;
	background:#fff;
}
.single {
	padding: 5% 0 0;
}
.single h1{
	font-size:36px;
	font-weight:bold;
	line-height:1.5em;
	max-width:1000px;
	width:85%;
	margin:0 auto;
}
.single .evBox h2{
    line-height: 1.8em;
	margin: 0 0 0.5em;
	letter-spacing:0.5px;
}
.page .single .popBox {
    overflow:hidden;
}
.page .single .popBox figure {
    width: 35%;
	float:left;
	margin: 0 5% 0 0;
}
.page .single .popBox figure img{
    width: 100%
}
.page .single .popBox .txtBox {
    width: 60%;
	float:left;
}
.notes{
    line-height: 1.8em;
    font-size: 14px;
	margin-top:1em;
}
.single .evBox h3 {
	font-size:18px;
	font-weight:bold;
	line-height: 1.5em;
    margin: 0 0 0.5em;
}
.single .evBox h3 br{
	display:none;
}

.evBox table{
	margin-top:3%;
	width:100%;
}
.evBox th{
    background: #74b8c1;
    color: #fff;
    font-weight: bold;
    width: 30%;
    padding:1% 3%;
    border: solid 1px #74b8c1;
	border-bottom:solid 1px #fff;
}
.evBox table tr:last-child th{
	border-bottom: solid 1px #74b8c1;
}
.evBox td{
    padding: 1% 3%;
    border: solid 1px #74b8c1;
}
.table_w50 th,.table_w50 td{
	width:50%;
}
.evBox  hr{
    border: none;
    margin: 5% 0;
    display: block;
    border-bottom: solid 1px #ccc;
}
.evBox p.btn {
    text-align: center;
}
.evBox p.btn a {
    background: #74b8c1;
    color: #fff;
}
.evBox p.btn a:before {
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
}
.evBox  p.btn a:after {
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
}
.evBox .Img_c{
	margin:5% auto 0;
}
.e_contBox{
	margin:5% auto;
}
.e_contBox .inner,.evBox .borderBox{
    border: solid 1px #ccc;
    padding: 5%;
    border-radius: 10px;
	margin-bottom:3%;
}
.evBox .borderBox{
    text-align:center;
}
.evBox .txtBox{
    margin-bottom:5%;
}
.Img_2col{
    margin: 0 -2% 0 0;
    overflow: hidden;
}
.Img_2col img{
    width: 48%;
    float: left;
    margin: 2% 2% 0 0;
}
#contact .cont05 .wBox, #contact_error .cont05 .wBox, #contact_confirm .cont05 .wBox, #contact_complete .cont05 .wBox {
    z-index: 1;
}

/******* 新着 end ******/
/* お問い合せフォーム */
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
#contact .cont05 .wBox{
	z-index:1;
}
#contact .form_bt ul {
    margin:2% 0 0;
    border-right:solid 1px #e3e3e3;
}
#contact .form_bt ul li {
    letter-spacing:1px;
    padding: 15px 45px;
    width: 33.33%;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #ccc;
    background-color: #fdfdfd;
    border: solid 1px #e3e3e3;
    border-right: none;
    font-weight: bold;
    border-radius: 20px 0 0 0;
    margin: 0 0 0 -14px;
    border-bottom:none;
}
#contact .form_bt ul li.current {
    background-color: #e3007e;
    color:#fff;
}
#contact .form_bt ul li{
	width:34.28%;
}
#contact .form_bt p{
    text-align:right;
    margin:5% 0 0;
}

#contact .form_bt ul li br{
    display:none;
}
#contactBox .form {
    border-top: #ececec solid 1px;
    padding: 30px 0;
}
#contactBox .form .form_ans input {
    line-height: 1.8em;
}
#contactBox .form .from_title {
    width: 265px;
    margin: 0 30px 0.8em 0;
    display: inline-block;
    color: #333;
    vertical-align: top;
    font-weight: bold;
}
#contactBox .form .from_title span,
.form_bt span{
    font-size: 11px;
    color: #fff;
    text-align: center;
    background-color: #f00;
    display: inline-block;
    margin: 0px 10px 0 10px;
    padding: 8px;
    border-radius: 3px;
    line-height: 1em;
}
#contactBox .form .from_title span.gray{
    background-color: #ccc;
}
#contactBox .form .form_ans {
    display: inline-block;
    width: 585px;
    line-height: 1.6em;
}
.mw_wp_form .vertical-item {
    display: block;
}
#conf_btn ul {
    margin: 50px 0 50px 200px;
}
#conf_btn li {
    display: inline-block;
    margin: 0 20px 0 0;
}
.mw_wp_form_input .inq_btn input {
    background: url(/images/btn_cfm.gif) no-repeat;
    width: 207px;
    height: 81px;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
#submitback input {
    background: url(/images/btn_back.gif) no-repeat;
    width: 207px;
    height: 81px;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.mw_wp_form_confirm .inq_btn input {
    background: url(/images/btn_tx.gif) no-repeat;
    width: 207px;
    height: 81px;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.form_bt{
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
}

/******* お問い合せフォーム end ******/

/******** 開閉 **********/
.accbox {
    margin: 1% 0;
    padding: 0;
	max-width:1120px;
	width:100%;
}
.accbox label {
    display: block;
    cursor :pointer;
    transition: all 0.5s;
}
.accbox label:hover {
    background :#fff;
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssacc:checked + label + .accshow {
    height: auto;
	padding: 30px 220px 30px 80px;
    background: #eaeaea;
    opacity: 1;
}
.cssacc:checked + label + .accshow .txtBox{
    margin: 0 0 0 5%;
    float: left;
    width: 80%;
}
/*アイコンを表示*/
.accbox label:before {
    font-family: "Font Awesome 5 Free";
    padding-right: 8px;
    content: "\f055";
    font-weight: 900;
    font-size: 36px;
    right: 20%;
    top: 34%;
    position: absolute;
    color: #aeff01;
}
/*アイコンを入れ替える*/
.cssacc:checked + label:before {
	content:"\f056";
	font-weight:900;
	color: #000;
}
/*　開閉 end */


/******* ブロックフェードイン ******/
.item{
	opacity: 0;
}
.item:nth-child(1) {
  -webkit-animation: f_in 1s ease 1.8s 2 forwards;
  animation: f_in 1.8s ease 0.2s 1 forwards;
}
.item:nth-child(2) {
  -webkit-animation: f_in 1.5s ease 1.8s 2 forwards;
  animation: f_in 1.8s ease 0.2s 1 forwards;
}
.item:nth-child(3) {
  -webkit-animation: f_in 1s ease 1.8s 2 forwards;
  animation: f_in 1.8s ease 1.2s 1 forwards;
}
.item:nth-child(4) {
  -webkit-animation: f_in 1s ease 1.8s 2 forwards;
  animation: f_in 1.8s ease 2.2s 1 forwards;
}
.item:nth-child(5) {
  -webkit-animation: f_in 1s ease 1.8s 2 forwards;
  animation: f_in 1.8s ease 3.2s 1 forwards;
}
.item:nth-child(6) {
  -webkit-animation: f_in 1s ease 1.8s 2 forwards;
  animation: f_in 1.8s ease 4.2s 1 forwards;
}
.item:nth-child(7) {
  -webkit-animation: f_in 1s ease 1.8s 2 forwards;
  animation: f_in 1.8s ease 5.2s 1 forwards;
}
@-webkit-keyframes f_in {
  100% {
    opacity: 1;
  }
}
@keyframes f_in {
  100% {
    opacity: 1;
  }
}
/* ブロックフェードイン end */

/* Instagram ****************/
#sb_instagram{
    padding: 5% 0 0!important;
    margin: 5% 0 0;
	background-color: transparent!important;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_moderation_link, #sb_instagram .sbi_close_mod {
    margin: 10px auto 0;
    background: linear-gradient(-200deg, #f3c3ff, #a1ff19);
    color: #57547f;
    font-size: 18px;
	font-weight:bold;
}

/* Instagram end */


/* 翻訳時css  **************/
.wpml-ls-legacy-list-vertical .wpml-ls-item {
    display: inline-block;
}
.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
    margin-bottom: 5px;
}
.translated-ltr .translated_none{
	display:none;
}
.wpml-ls-statics-footer .wpml-ls-current-language>a {
    color: #fff;
    background-color: #333;
}
.wpml-ls-statics-shortcode_actions,
#gtranslate_wrapper{
    position: absolute!important;
    top: 90px!important;
	right: 5px!important;
    padding: 6px 25px;
    background: #f5fff2;
    text-align: center;
    border-radius: 35px;
    box-shadow: -3px 3px 16px rgba(16, 41, 3, 0.5);
    border: 10px solid #e4eeee;
	z-index:10;
}
#gtranslate_wrapper a{
	opacity:1;
}
.translated-ltr .page_main h1 {
    margin: 130px 0 160px;
}
.translated-ltr #eventBox .list-txtarea{
	display:block;
	margin:1em 0 0 5em;
}
.translated-ltr .tsuritemari .cont01 .txtBox p {
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;  
    writing-mode: lr-tb;
}
.translated-ltr .tsuritemari .txt_r,.translated-ltr .tsuritemari .txt_l {
    width: 380px;
}
.translated-ltr .tsuritemari .cont01 .txtBox {
	height:auto;
    width: 800px;
    margin-left: -400px;
}

/* 翻訳時css end */



/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  content: "コンテンツ";
  visibility: hidden;
  position: fixed;
  top: 40%;
  right: 10%;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

/* サイド */
.side-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding-top: 150px;
  text-align: left;
  font-size: 13px;
  background: #2A408E;
  z-index: 1;
  color:#fff;
}

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-btn {
  position: fixed;
  top: 80px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 5px;
  background: #fff;
  cursor: pointer;
  z-index: 4;
  font-size: 10px;
}

/* メインコンテンツ */
.wrapper {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}

/* サイドオープン */
.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

/*
@media screen and (max-height: 799px) and (min-width: 1000px){ */
@media screen and (max-height: 900px) and (min-width: 10px){
#gnav {
    top: 100px;
    height: 210px;
}
#gnav a {
    padding: 26.001px 0 27.001px 0;
    border-top: solid 1px #fff;
}

#gnav ul{
	float:left;
}
#gnav #g_hinamatsuri{
    position: absolute;
    top: 0;
    left: 200px;
	border-left:solid 1px #fff;
}
#gnav #g_ginnanmatsuri{
    position: absolute;
    top: 70px;
    left: 200px;
	border-left:solid 1px #fff;
}
#gnav #g_fujisakigu{
    position: absolute;
    top: 140px;
    left: 200px;
	border-left:solid 1px #fff;
}
}
@media screen and (min-width: 10px) and (max-height: 699px) {
	/*
	@media screen and (min-width: 1000px) and (max-height: 699px) {
	*/
#gnav {
    top: 100px;
    height: 210px;
}

}



@media screen and (max-width: 11px){
.sp{
	display: block;
}
.sp_none{
		display: none;
}
#map iframe{
	width: 100%;
}
#left_container{
    position: relative;
    width: 100%;
    height: 400px;
    padding: 0;
}
#logo a{
    position: absolute;
    width: 150px;
    height: 150px;
    top: 30px;
    left: 30px;
}
#contents_container{
    width: 100%;
    padding: 0;
    left: 0;
}

}

/*---------------------------------------------
	1366px ～
  ---------------*/
@media screen and (max-width: 1366px){
p {
    line-height: 1.8em;
    font-size: 14px;
}
h2 {
    font-size: 16px;
    line-height: 1.8em;
}
.toplogo {
    margin: 10px 0 0;
}
header h1 {
    margin: 0.5em 1.5em;
}
#hd_bar a {
    padding: 28px 14px;
    font-size: 14px;
}
time{
    font-size: 14px;
}
#reportBox .arrow a,#eventBox .arrow a{
    padding: 1.5em 0 0;
}
#event_info h2 {
	margin-bottom:1em;
    font-size: 16px;
    line-height: 1.8em;
}
#event_info:before {
    background-size: 80%;
    background-repeat: no-repeat;
}	
#event_info figure {
    margin: 10% 2% 10% 0;
}
#event_info .txtarea {
    margin: 10% 0 0;
}
#eventBox h2,#reportBox h2{
    font-size: 14px;
}
.txt_insta {
    font-size: 15px;
    width: 50%;
}
.icon_insta {
    left: 0;
    width: 25%;
}
.list-txtarea {
    display: block!important;
    margin: 1em 0 0 5em;
}
	
footer ul {
    font-size: 11px;
}
footer nav {
    width: 100%;
    float: none;
    margin: 0;
}
footer .banaBox {
    float: none;
    margin: 5% auto 0;
    width:25%;
}
footer .banaBox p{
    width:45%;
}
footer .banaBox p img{
    width:100%;
}
.f_logo {
    width: 20%;
}
	
.f_bottom .add,.f_bottom .copy{
	float:none;
	text-align:center;
    font-size: 11px;
    line-height: 1.8em;
}
.toplogo img{
	width:75%;
}
	
	
/***** ページ *****/
.page_main .main_l {
	width:80%;
}
#aboutus .cont01:before,#aboutus .cont03 .inner:before,#koutsuuken .cont01:before,#koutsuuken .cont02:before,#koutsuuken .cont03:before,#fukushi_kosodate .cont01:before{
	left:60px;
}
#aboutus .cont02:before,#aboutus .cont06:before,#koutsuuken .cont04:before,#fukushi_kosodate .cont02:before{
	right:60px;
}	
#aboutus .cont01 .txtBox, #aboutus .cont03 .txtBox,#fukushi_kosodate .main_txt{
    width: 65%;
    margin: 8% 20% 0 25%;
}
#aboutus .cont01 h2, #aboutus .cont03 h2 {
    margin-bottom: 7%;
}
#aboutus .cont02 h2, #aboutus .cont06 h2 {
    margin: 0 0 7% 10%;
    width: 60%;
}
#aboutus .cont04 .coverBox .img_l{
	width:67%;
}
#aboutus .cont04 .coverBox .img_r{	
    width: 55%;
    margin-top: 80px;
}
#aboutus .cont04 .coverBox .img_r p {
    bottom: -20px;
}
#koutsuuken .cont03 .wBox .txtBox {
    margin-right: 3%;
}
#koutsuuken .cont04 .wBox .txtBox {
    margin-left: 3%;
}
#koutsuuken .coverBox_cont03 {
    padding-bottom: 30%;
}
#koutsuuken .coverBox_cont04 {
    padding-bottom: 20%;
}
#koutsuuken .cont01 .wBox .coverBox{
    width: 80%;
    margin: 8% 10% 0 10%;
}
#koutsuuken .cont01 .wBox{
	padding-top:0;
}
.mapBox li {
    font-size: 14px;
}
.mapBox li span {
    margin: -2px 5px 5px;
}
.street_img{
    background: #ececec;
}

	
/* ページ end */
	
}
/* max-width 1366x end */


/*---------------------------------------------
	999px ～
  ---------------*/
@media screen and (max-width: 999px){
body{
	font-size:14px;
}
.right_cont {
    margin-top: 0;
}
.left_img {
    background-position: 25%;
}
#left_container{
    position: relative;
    width: 100%;
    height: 480px;
    padding: 0;
    top: 0;
}
#left_img_overlay {
  position:absolute;
  height:480px;
	top:0;
	left:0;
}
.left_img video{
	width:auto;
	height:auto;
}
#left_element {
    top: 0;
}
#logo a{
    position: absolute;
    width: 150px;
    height: 150px;
    top: 30px;
    left: 30px;
}
#contents_container{
    width: 100%;
    padding: 0;
    left: 0;
}
#left_container .sp_main_logo img{
    top: 38%;
    left: 50%;
    margin-left: -105px;
    opacity: 0.9;
}
footer nav ul li a {
    border: solid 2px #000;
}
.left_img video{
    position: initial;
}
.sp_none{
	display: none;
}
.sp_on{
		display: block;
}

#map iframe{
	width: 100%;
}
#gnav {
    position: static;
    width: 100%;
    height: auto;
    overflow: hidden;
    top: 50px;
    left: 0;
}
#hd_bar {
    position: static;
    width: 100%;
    height: auto;
    left: 0;
}
#hd_bar nav {
overflow: hidden;
width: 100%;
}
#sub_nav {
    text-align: center;
    width: 100%;
}
#sub_nav li {
    float: none;
    border: none;
    border-bottom: dotted 1px #ccc;
}
#hd_bar nav {
    border-top: solid 1px #e3007e;
}
header h1 {
    margin: 9px;
    font-size: 16px;
    position: static;
    float: left;
    width: 18%;
}
#gnav a {
    padding: 4% 0;
    font-size: 12px;
}
#gnav > ul > li > a span {
    font-size: 11px;
}
#gnav > ul > li {
    width: 100%;
}
#gnav #g_hinamatsuri,
#gnav #g_ginnanmatsuri,
#gnav #g_fujisakigu{
	position:initial;
	width:100%;
	border:none;
}
#gnav a,
#gnav #g_hinamatsuri a,
#gnav #g_ginnanmatsuri a,
#gnav #g_fujisakigu a{
    padding: 25px 14px;
    font-size: 12px;
}
#gnav ul {
    float: none;
}
#hd_bar a:hover{
	background:#ffeb90;
}
.hd_inner {
	display:none;
}
.hd_s_btn {
    display: block;
    float: right;
    width: 58px;
    height: 55px;
    border-left: 1px solid #e3007e;
    position: relative;
}
.hd_s_btn .menu {
    text-align: center;
    position: absolute;
    top: 35px;
    left: 1.1em;
    color: #e3007e;
    font-weight: bold;
    font-size: 11px;
}
.menu-trigger span {
    position: absolute;
    left: 12px;
    width: 58%;
    margin: 0 auto;
    height: 3px;
    background-color: #e3007e;
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
}
.menu-trigger span:nth-of-type(1) {
    top: 11px;
}
.menu-trigger span:nth-of-type(2) {
    top: 20px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 23px;
}
.wpml-ls-statics-shortcode_actions,
#gtranslate_wrapper {
    position: absolute!important;
    top: 0px!important;
    right: 81px!important;
    padding: 6.5px 16px;
    background: #f5fff2;
    text-align: center;
    border-radius: 0;
    box-shadow: 0px 1px 6px rgba(16, 41, 3, 0.5);
    border: none;
}
#utility_menu li {
    float: none;
    text-align: center;
}
#utility_menu {
    float: none;
}
.hd_s_menu_open .menu-trigger span:nth-of-type(1) {
     background-color:#fff;
	-webkit-transform: translateY(20px) rotate(-315deg);
    transform: translateY(12px) rotate(-315deg);
}
.hd_s_menu_open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
}
.hd_s_menu_open .menu-trigger span:nth-of-type(3) {
     background-color:#fff;
    -webkit-transform: translateY(-2px) rotate(315deg);
    transform: translateY(-2px) rotate(315deg);
    bottom: 25px;
}
.hd_s_menu_open .hd_s_btn .menu {
    opacity: 0;
}
.hd_s_menu_open .menu-trigger span {
    position: absolute;
    left: 0.8em;
    width: 55%;
}
.hd_s_menu_open .hd_s_btn {
    background: #e3007e;
}
.hd_s_menu_open .hd_inner {
    display: block;
}
.pc_none{
	display: block;
}		
.toplogo,#information{
	display: none;
}
.f_bottom {
    margin: 6% 0 2%;
    text-align: right;
}
.hd_cover{
    background: #fff;
    overflow: hidden;
}
#event_info a {
    background: #fff;
}
.list-txtarea {
    margin: 1em 0 0 1em;
}
#Event .wBox .event_coverBox {
    margin: 0 -4% 0 0;
}
#Event .wBox article {
    width: 29.3%;
    margin: 0 4% 3% 0;
}
#access .accessBox h2 {
    font-size: 24px;
}
#access .accessBox h3 {
    font-size: 22px;
}
#access .accessBox .txtBox{
	margin-top:5%;
}
#access .accessBox p.btn a {
    font-size: 16px;
}
#access .accessBox p.btn a img {
    right: 20px;
    top: 10px;
    width: 16px;
}
#access .accessBox .inner {
    padding: 30px 40px 320px 0;
}
#access .accessBox .Box02 {
    padding: 30px 0 370px 40px;
}

.map_icon{
	font-size:12px;
}
.map_icon a {
    margin-bottom:1em;
}
.map_nav{
	clear:both;
}
.mapBox ul li.inline a br{
	display:block;
}
.mapBox ul li.br768 a br{
	display:none;
}
.mapBox li {
    font-size: 12px;
}
.mapBox li span img{
	width:18px;
	height:18px;
}
.mapBox .makino a{
    padding: 1.73em 3%!important;
}
.mapBox .cocosa a{
    padding:9.19em 3%!important;
}
.iconBox img{
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}
#shimotori_map .txt {
    text-align: left;
}
/*　ページ 999　*/
#koutsuuken .bgBox .col3 figcaption br{
	display:block;
}
.page #contents_container {
    padding: 0;
}
.page_main .main_r,.page_main .main_l {
	top: 0px;
}
.page_main h1 {
	font-size:32px;
    margin: 0 auto;
    padding: 7% 0 5%;
    width: 80%;
}
.page_main h1 span {
    font-size: 16px;
    margin-top: 12px;
    padding: 0px 20px 1px;
}
.page h2,#koutsuuken .cont01 .wBox h2{
    font-size: 20px;
	margin-bottom:3%;
}
#koutsuuken .cont04, #aboutus .cont01, #aboutus .cont02, #aboutus .cont06, #koutsuuken .cont01, #koutsuuken .cont02, #koutsuuken .cont03, #fukushi_kosodate .cont01, #fukushi_kosodate .cont02 {
    margin: 30px auto 8%;
}
#aboutus .cont02 .wBox, #aboutus .cont06 .wBox, .cssacc:checked + label + .accshow {
    padding: 30px 180px 30px 80px;
    width: 98%;
    margin: 0 auto 1%;
}
#aboutus .cont06 .wBox, .cssacc:checked + label + .accshow {
    margin-bottom:0;
}
#aboutus .cont06 .wBox, .cssacc:checked + label + .accshow {
	padding-right:250px;
}
#aboutus .cont01 h2, #aboutus .cont03 h2 {
    margin-bottom: 5%;
}	
#aboutus .cont04 .coverBox .img_l p {
    width: 45%;
    left:initial;
    right: 2%;
    padding: 8%;
	border-radius:0 130px;
}
#aboutus .cont04 .coverBox .img_r p {
    width: 45%;
    right:initial;
    left: 2%;
    padding: 8%;
    bottom: 5px;
	border-radius:0 130px;
}
#aboutus .cont06 .wBox .txtBox,.cssacc:checked + label + .accshow .txtBox{
	width:75%;
}
#aboutus .cont06 .wBox .number,#aboutus .cont06 .aBox .number{
    width: 20%;
}
.Img_col2 img {
    width: 100%;
}
#koutsuuken .coverBox_cont03 figure {
    top: 300px;
    left: 5%;
}
#koutsuuken .cont01 .traffic_img{
	display:none;
}
#koutsuuken .cont01 .wBox .coverBox,#koutsuuken .cont03 .wBox .txtBox{
    width: 70%;
    margin: 8% 5% 0 25%;
}
#koutsuuken .cont04 .wBox .txtBox {
    width: 70%;
    margin: 8% 25% 0 5%;
}
#koutsuuken .cont01 .ttl span {
    font-size: 46px;
    letter-spacing: 0.1em;
}
#koutsuuken .cont01 .txtBox h2{
	font-size:24px;
}
#koutsuuken .cont01 .txtBox p {
    line-height: 2.8em;
    text-align: left;
    width: 70%;
    margin: 0 auto;
}
#koutsuuken .cont01 .txtBox p.btn {
	text-align:center;
}
.page #koutsuuken .cont02 .Box01,.page #koutsuuken .cont02 .Box03 {
    margin-bottom: 100px;
    width: 90%;
    margin: 0 auto 10%;
}
#koutsuuken .blueBox .number {
    font-size: 22px;
}
#koutsuuken .blueBox p {
    font-size: 18px;
}
#koutsuuken .cont02{
	margin-bottom:0;
}
#koutsuuken .cont02 h2.tk_cg {
    font-size: 26px;
}
#koutsuuken .cont02 .wBox p.ttl {
    font-size: 18px;
}
#koutsuuken .cont02 .wBox{
	padding:5% 0 0;
}
#koutsuuken .cont02 p.number{
    margin: 3% auto;
}
#koutsuuken .bgBox p.number {
    top: -44px;
    margin-left: -0.5em;
}
#koutsuuken .bgBox {
    padding: 7%;
}
#koutsuuken .coverBox_cont03 figure,#koutsuuken .coverBox_cont04 figure{
    position: initial;
    width: 90%;
    margin: 0 auto;
}
#koutsuuken .coverBox_cont03,#koutsuuken .coverBox_cont04{
    padding-bottom: 8%;
}
#koutsuuken .coverBox_cont04 figure{
	margin-top:-10%;
}
#koutsuuken .bgBox .col3 figcaption{
	line-height:1.8em
}
#koutsuuken .bgBox .col3 span {
    margin-top: 5%;
}
#fukushi_kosodate .bgBox {
    margin: 5% 0 0;
}
#fukushi_kosodate .bgBox figure {
    width: 50%;
    margin-left: -20%;
}
#fukushi_kosodate .bgBox .txtBox {
    position: initial;
    float: right;
    margin-right: 5%;
    width: 60%;
}
#fukushi_kosodate .Img_r figure {
    float: none;
}
#fukushi_kosodate p.btn {
    margin: -60px auto 0;
    width: 70%;
}
#fukushi_kosodate .fk_kurumaisu{
	padding:3% 0 75px;
}
#fukushi_kosodate .fk_kurumaisu .txtBox {
    float: none;
    margin: 5% auto;
    width: 90%;
}
#fukushi_kosodate .fk_kurumaisu figure {
    width: 90%;
    margin: 0 auto;
}
#fukushi_kosodate .cont01 .main_txt h2, #access .wBox .main_txt h2 {
    width: 100%;
}
#c_event .col4 .imgBox {
    width: 32.3%;
}
#c_event .ttlBox p {
    font-size: 14px;
}
#parking .wBox:before{	
    top: 0;
    left: 0;
    border: 15px solid transparent;
    border-top: 15px solid #e4eeee;
    border-left: 15px solid #e4eeee;
}
#parking .wBox:after{	
    bottom: 0;
    right: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid #e4eeee;
    border-right: 15px solid #e4eeee;
}
#parking h2 {
    font-size: 24px;
    letter-spacing: 0.1em;
}

#restroom .wBox:before{
    top: 0;
    left: 0;
    border: 15px solid transparent;
    border-top: 15px solid #e4eeee;
    border-left: 15px solid #e4eeee;
}
#restroom .wBox:after{
    bottom: 0;
    right: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid #e4eeee;
    border-right: 15px solid #e4eeee;
}
#restroom h2 {
    font-size: 24px;
    letter-spacing: 0.1em;
}

#kotsuken .wBox:before{
    top: 0;
    left: 0;
    border: 15px solid transparent;
    border-top: 15px solid #e4eeee;
    border-left: 15px solid #e4eeee;
}
#kotsuken .wBox:after{
    bottom: 0;
    right: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid #e4eeee;
    border-right: 15px solid #e4eeee;
}
#kotsuken h2 {
    font-size: 24px;
    letter-spacing: 0.1em;
}
#sp_information{
	display:block;
    text-align: center;
    margin: 0 0 5%;
}
.page .yukata .cont02 .Box02 {
    width: 50%;
    margin: 0 0 50px 6%;
}
.page .yukata .cont01 p,.yukata .cont01 h3{
    text-shadow: 0px 0px 4px rgb(255, 193, 206);
}
.page .yukata .cont02 h2 {
    font-size: 20px;
}
.yukata .cont02 .bg_img {
    right: -3%;
    width: 80%;
}


/* 翻訳時css  999px **************/
.translated-ltr .page_main h1 {
    margin: 0 auto;
    padding: 7% 0;
}
.translated-ltr .tsuritemari .cont01 .txtBox {
    height: auto;
    width: 90%;
    margin: 0 auto;
}
.translated-ltr .tsuritemari .txt_r, .translated-ltr .tsuritemari .txt_l {
    width: auto;
}

/* 翻訳時css end */
}
/* max-width 999px end */

/*---------------------------------------------
	768px ～
  ---------------*/
@media screen and (max-width: 768px){
body {
    font-size: 12px;
}
#logo a {
    width: 100px;
    height: 100px;
    padding: 25px 10px 0;
    top: 20px;
    left: 20px;
}
#breadcrumb ul {
    padding-top: 10%;
}
footer nav ul {
    margin: 0;
}
footer nav ul li {
    width: auto;
}
	.f_logo {
    width: 20%;
    margin: 0 auto;
	float:none;
}
footer nav ul li a {
    box-sizing: initial;
}
.add br{
    display:block;
}
footer .banaBox {
    width:50%;
}
footer .banaBox p {
    width: 45%;
}
#hd img{
    max-width: 80%;
}
#breadcrumb ul li {
    padding: 0 14px;
}
.txt_insta {
    font-size: 14px;
    width: 60%;
    margin: 1em 1em 0 0;
    line-height: 1.5em;
}
#event_info p.detail {
    border-radius: 30px;
}
#reportBox article {
    float: none;
    margin: 3% auto;
    width: 90%;
}
#reportBox .arrow a {
    width: 70px;
    height: 70px;
    font-size: 16px;
    margin: 1em 0;
}
#reportBox article figure{
  width: 100%;
}
.mapBox ul li.inline a,.mapBox ul li.inline a.w30,.mapBox ul li.inline a.w70 {
    border-bottom: dotted 1px #ccc;
	width:100%;
}
.mapBox ul li.inline a:last-child {
    border-bottom: none;
}
.aed_shin:before, .aed_ni:before, .aed_san:before, .aed_yon:before {
    width: 15px;
    height: 15px;
    background-size: 15px;
}
.aed_shin:before {
    left: -12px;
}
.aed_ni:before,
.aed_san:before{
    right: -12px;
}
.mapBox ul li.inline a br {
	display: none;
}
.mapBox ul li.br768 a br{
	display:block;
}
.mapBox .Box .leftBox,.mapBox .Box .rightBox{
	padding:0;
}
.mapBox a.materia {
	border-bottom:dotted 1px #ccc;
	border-right:none!important;
}
.mapBox a.shimo-tori{
	border-left:none!important;
}
.mapBox a.murayama{
	border-right:none!important;
	padding:0.5em 3%!important;
}
.mapBox ul li a {
	padding:0.5em 3%;
    line-height: 1.8em;
}
.mapBox .aoyama a{
	padding:0.5em 3%!important;
}
.mapBox .shintengai768 .rightBox a{
	padding:1em 3%!important;
}
.mapBox .shintengai768 .rightBox .parco a{
	padding:5em 3%!important;
}
.mapBox .shintengai768 .rightBox .mcs a{
	padding:1.8em 3%!important;
}
.mapBox .cocosa a{
    padding: 8em 3%!important;
}
.mapBox .donki a:first-child{
    padding: 4.3em 3%!important;
}
.mapBox .sandrug a{
    padding: 3em 3%!important;
}
.mapBox .mikuniya a{
    padding: 6.5em 3%!important;
}
.mapBox .karaokekan a{
    padding: 3.5em 3%!important;
}
.mapBox .ymobile a{
    padding: 1.3em 3%!important;
}
.mapBox .sanshin a{
    padding: 1.6em 3%!important;
}
.mapBox .core21 a{
	padding: 1.5em 3%!important;
}
.mapBox .koguma a{
	padding: 2em 3%!important;
}
.mapBox .earth a{
	padding: 1.45em 3%!important;
}
.mapBox .west a{
	padding: 1.8em 3%!important;
}
.mapBox .matsukiyo a{
	padding: 5em 3%!important;
}
.mapBox .miyahara a{
	padding: 1.8em 3%!important;
}
.mapBox .more a{
	padding: 1em 3%!important;
}
/* ページ　768px */
p.btn a {
    padding: 0.8em 15%;
}
p.evBtn a,#Event .wBox p.btn a{
    width: 50%;
	padding: 1.3em!important;
}
.page_main .main_l {
    width: 100%;
}
.page_main .main_r {
    width: 80%;
}
.page_main h1 {
    font-size: 28px;
    letter-spacing: 0.3em;
    line-height: 1.1em;
}
.page h2 {
    font-size: 16px;
    margin-bottom: 5%;
}
p,.page .txtBox p{
	font-size:12px;
}
.notes {
    font-size: 11px;
}
.number {
    font-size: 26px;
}
#aboutus .cont01:before,#aboutus .cont03 .inner:before,#koutsuuken .cont01:before,#koutsuuken .cont02:before,#koutsuuken .cont03:before,#fukushi_kosodate .cont01:before,
#aboutus .cont02:before,#aboutus .cont06:before,#koutsuuken .cont04:before,#fukushi_kosodate .cont02:before{
	background-repeat:no-repeat;
	background-size:60%;
}
#aboutus .cont01:before,#aboutus .cont03 .inner:before,#koutsuuken .cont01:before,#koutsuuken .cont02:before,#koutsuuken .cont03:before,#fukushi_kosodate .cont01:before{
	left:0;
}
#aboutus .cont02:before,#aboutus .cont06:before,#koutsuuken .cont04:before,#fukushi_kosodate .cont02:before{
	right:0;
    background-position: right top;
}
#aboutus .cont01 .txtBox, #aboutus .cont03 .txtBox,#koutsuuken .cont01 .wBox .coverBox, #koutsuuken .cont03 .wBox .txtBox{
    width: 75%;
    margin: 10% 5% 0 20%;
}
#aboutus .cont01 p, #aboutus .cont03 .bgBox p {
    line-height: 2.8em;
    margin-bottom: 1.5em;
}
#aboutus .cont01 .imgBox {
    margin: 10% auto 1%;
}
#aboutus .cont02 .wBox, #aboutus .cont06 .wBox, .cssacc:checked + label + .accshow {
    padding: 5% 16% 5% 5%;
    width: 100%;
    margin: 0 auto 1%;
    box-sizing: border-box;
}
#aboutus .cont06 .wBox{
	margin-bottom:0;
}
#aboutus table {
	border-top:solid 1px #aeff01!important;
    float: none;
    margin: 0 auto;
    border-top: none;
}	
#aboutus th{
    background: #aeff01;
}
#aboutus th,#aboutus td{
	border-bottom:solid 1px #dbebbb;
	border-top:none!important;
    width: 100%;
    display: block;
	padding:5%;
}
#aboutus td{
	border-bottom:solid 3px #aeff01;
    padding-bottom: 7%;
}
#aboutus .cont03 .wBox {
    padding: 8% 0;
}
#aboutus .cont03 .wBox {
    margin: -50px auto 10%;
}
#aboutus .cont03 .inner:before {
    top: 0;
}
#aboutus .cont04 h2{
    width: 90%;
    font-size: 20px;
	text-align:left;
}
#aboutus .cont04 p.ttl{
    width: 90%;
	margin:0 auto;
	text-align:left;
}
#aboutus .cont04 h2 br,#aboutus .cont04 p.ttl br,#koutsuuken .cont01 .txtBox h2 br{
	display:block;
}
#aboutus .cont04 .coverBox {
    padding: 4% 0 3%;
}
#aboutus .cont04 .coverBox .img_l {
    width: 100%;
}
#aboutus .cont04 .coverBox .img_r {
    width: 100%;
    margin-top: 10%;
}
#aboutus .cont04 .coverBox .img_l p,
#aboutus .cont04 .coverBox .img_r p{
    width: 90%;
    position: initial;
    margin: -10% auto 0;
    padding: 4% 10%;
    border-radius: 0 80px;
    font-weight: bold;
}
#aboutus .cont06:before{
	z-index:-1;
}
#aboutus .cont06 .wBox{
	background:rgba(255,255,255,0.8);
}
#aboutus .cont05 h2, #fukushi_kosodate .cont01 .main_txt h2,#access .wBox .main_txt h2{
	margin:10% auto 7%;
}
#contact .cont05 h2{
    margin: 10% auto 7%!important;
}
#aboutus .cont05 .bottomBox{
	margin-top:-4%;
	padding-bottom:5%;
}
#aboutus .cont05 .bottomBox,#aboutus .cont05 .bottomBox:before{
    background:transparent;
}
#aboutus .cont05 .bottomBox p {
    font-size: 18px;
}
#aboutus .cont05,#aboutus .cont05 .txtBox,#privacypolicy .txtBox,#sitemap .txtBox{
    margin: 0 auto 10%;
}
#aboutus .cont06:before {
    top: -70px;
}
.accbox label:before {
    right: 9%;
}
#koutsuuken .txt_img {
	width:85px;
}
#koutsuuken .cont01 .ttl {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
#koutsuuken .cont01 .ttl span {
    font-size: 24px;
}
#koutsuuken .cont01 p.wave {
    margin: -10px 0 35px;
    text-align: left;
}
#koutsuuken .cont01 .txtBox h2 {
    font-size: 18px;
}
#koutsuuken .cont01 .txtBox p {
    width: 100%;
}
#koutsuuken .cont01 .wBox{
	padding:0;
}
#koutsuuken .cont01 .txtBox p br{
	display:none;
}
#koutsuuken .blueBox {
    margin: 0 auto;
    padding: 10% 8%;
}
#koutsuuken .blueBox h2 {
    margin-bottom: 5%;
}
#koutsuuken .blueBox p {
    font-size: 14px;
    line-height: 1.8;
    text-indent: -50px;
    padding-left: 50px;
}
#koutsuuken .cont02 .wBox {
    padding: 10% 0;
}
#koutsuuken .cont02 h2.tk_cg {
    font-size: 18px;
}
#koutsuuken .cont02 .wBox p.ttl {
    font-size: 16px;
}
#koutsuuken .bgBox .col3 span {
    padding: 0.5em 0 0.1em;
    line-height: 1.1em;
}

#fukushi_kosodate p.btn {
    margin: -60px 3% 0 0;
    width: 80%;
}
#fukushi_kosodate p.btn a {
    width: 100%;
    text-align: center;
}
#fukushi_kosodate .cont02 .bgwBox {
    margin: -10% auto 0;
    padding: 10% 4%;
}
#fukushi_kosodate .bgBox h2 {
    margin: 0 0 14px;
}
#c_event .col4 .imgBox {
    width: 47%;
    margin: 0 3% 3% 0;
}
#c_event .imgBox p{
    font-size: 14px;
}
#c_event .Img_c{
	width:80%;
	margin:0 auto;
}
#c_event h2{
	letter-spacing:0px;
	font-size:14px;
}
#parking table tr td:nth-child(3), #parking table tr td:nth-child(4) {
    font-size: 14px;
}
#parking h2 {
    font-size: 18px;
}
#parking table th{
	font-size:11px;
}
#parking table td{
	font-size:12px;
}
#access .wBox:before {
    border-top: 20px solid #e4eeee;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #e4eeee;
}
#access .wBox:after {
    border-bottom: 20px solid #e4eeee;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 20px solid #e4eeee;
}
#access .accessBox h2 {
    font-size: 20px;
}
#access .accessBox h3 {
    font-size: 18px;
}
#access .accessBox .inner {
    padding: 5% 0 1.6%;
}
#access .accessBox .txtBox,#access .accessBox .Box02 .txtBox{
    float: none;
    width: 90%;
    margin: 5% auto;
    background: rgba(255,255,255,0.8);
}
#access .accessBox .Box {
    padding: 20px 40px;
    height: 14em;
}
#access .accessBox .Box02 h3{
	float:none;
}
#restroom h2 {
    font-size: 18px;
}

/* ページ　768px end */	
/* イベント 768 */
.single h1{
	font-size:24px;
}

#Event .wBox .event_coverBox {
    margin: 0;
}
#Event .wBox article {
    width: 100%;
    margin: 3% auto;
}
#Event .wBox article img {
	width: 100%
}
#Event .wBox .event_coverBox article figure {
    position: relative;
    width: 100%;
	height: 330px;
}
.single .evBox h3{
	font-size:14px;
}
.single .evBox h3 br{
	display:block;
}
.table_w50 th{
	width:70%;
}
.table_w50 td{
	width:30%;
}
/* イベント 768 end */	
/* イベントレポート 768 */
.evntBox .txt_img{
	width:80%;
	margin:10% auto 2%;
}
.Box_y .txtBox h2{
	font-size:16px;
}
.hinamatsuri .cont01:before,.hinamatsuri .cont02:before {
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: top right;
}
.reitaisai .Box_white .cont02 .txtBox {
    background: #e4eeee;
    max-width: 100%;
    margin-left: -40%;
}
.reitaisai .Box_white .cont02 .txtBox p{
    font-size:14px;
}
.yukata .cont01 .txtBox {
    position: inherit;
    top: 0;
    right: 0;
    width: 90%;
    margin: 6% auto;
	padding:10% 0 0;
}
.yukata .cont01 h3{
	text-align:center;
	margin:0.3em 0 1em;
	font-size:22px;
}
.page .yukata .cont01 p, .yukata .cont01 h3 {
    text-shadow: none;
}
.yukata .Box_white .txtBox p {
    font-size: 14px;
    line-height: 2em;
    font-weight: normal;
}
.page .yukata .cont02 .Box02 {
    width: 90%;
    margin: 0 auto 30px;
}
.yukata .cont02 .bg_img {
    bottom: -30px;
    opacity: 0.5;
}
.page .yukata .cont02 .Box02 .icon{
	width:15%;
}
.tsuritemari .cont01 .bg_txt {
    font-size: 12px;
}
.tsuritemari .txt_l {
    width: 150px;
}
.tsuritemari .cont01 .txtBox {
    top: 35%;
    width: 88%;
    margin-left: -44%;
    height: 26em;
    position: initial;
    margin: 0 auto;
	padding:5% 0;
}
.tsuritemari .cont01 .txtBox p{
	font-size:14px;
}
.tsuritemari .cont01:before {
    background-size: 84%;
    background-repeat: no-repeat;
    top: -42px;
    left: -24px;
    opacity: 0.5;
}
.tsuritemari .cont01:after {
	top: 35%;
}
.tsuritemari .cont01 .txt_l{
    display:none;
}
.tsuritemari .cont01 .txtBox p{
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;  
    writing-mode: lr-tb;
}
.tsuritemari .txt_r {
    width: 80%;
}
.pc_none_768{
	display:block;
}
	
/*イベントレポート end　768*/
/* お問い合せフォーム 768*/
#contactBox .form .from_title {
    width: 100%;
    margin: 0;
}
#contactBox .form .form_ans {
    width: 100%;
    margin: 1em 0 0;
}
#contact .form_bt p {
    text-align: left;
}
#conf_btn ul {
    margin: 1em 0;
}
.mw_wp_form_input .inq_btn input,
#submitback input,
.mw_wp_form_confirm .inq_btn input{
    width: 125px;
    background-size: 95%;
}
#conf_btn li {
    display: inline-block;
    margin: 3%;
}
.form_ans textarea{
    width: 100%;
}
#contactBox .form {
    padding: 6% 0;
}
#contact .form_bt ul li {
    letter-spacing:0px;
    padding: 2% 5%;
    font-size: 12px;
	margin: 0 0 0 -10px;
	line-height:1.3em;
}
#contact .form_bt ul li br{
    display:block;
}

#mw_wp_form_mw-wp-form-681{
    padding: 0 1.5%;
}
/* お問い合せフォーム end */
}
/* max-width 768px end */

/*---------------------------------------------
	414px ～
  ---------------*/
@media screen and (max-width: 414px){
#hd{
    padding-top: 44px;
}
.wpml-ls-statics-shortcode_actions,
#gtranslate_wrapper {
    right: 0px!important;
    background: #f5fbfb;
    box-shadow: 0px 1px 4px rgba(16, 41, 3, 0.2);
    width: 100%;
    text-align: right;
}
header h1 {
    width: 40%;
}
footer nav ul li {
    margin: 0 0 3%;
    float: none;
    width: 100%;
    box-sizing: border-box;
}
footer nav ul li a {
    box-sizing: border-box;
}
.col2 {
    margin: 3% -2% 0 0;
}
#event_info:before {
    background-size: 55%;
    background-position: center left;
}
#event_info figure {
    margin: 3% 0;
    width: 100%;
}
#event_info a {
    border-radius: 100px 0 0 100px;
    border: solid 16px #aeff00;
    border-right: 0;
    padding-right: 0;
	margin-top:0;
}
#event_info .txtarea {
    margin: 0 auto;
    width: 92%;
    padding: 0 0 0 5%;
}
#event_info:before {
    top: -60px;
}
.top_banaBox {
    padding: 30px 20px 25px;
}
#event_info a {
    border-radius: 100px 0 0 100px;
	border: solid 16px #aeff00;
	border-right:0;
}
.icon_enjoy {
    top: -105px;
    width: 40%;
}
.instBox {
    padding: 0 0 20%;
}
.txt_insta {
    font-size: 12px;
}
#eventBox {
    padding: 0 10% 5% 0;
}
#eventBox figure {
    margin: 25px 0 3%;
}
#eventBox time {
    margin: 5px;
    display: block;
}
.list-txtarea,.translated-ltr #eventBox .list-txtarea{
    margin: 5px 0 0 5px;
}
#breadcrumb ul {
    padding-top: 5%;
}

#koutsuuken .blueBox h2 br,#koutsuuken .cont02 .wBox p.ttl br,#fukushi_kosodate .cont02 .bgwBox h2 br,#parking table th br{
	display:block;
}
#koutsuuken .bgBox p.tk_cg {
    font-size: 20px;
}
#koutsuuken .bgBox {
    padding: 7% 7% 15%;
}
.page #koutsuuken .cont02 .Box01, .page #koutsuuken .cont02 .Box03 {
    margin: 0 auto 15%;
}
.page #koutsuuken .cont02 .Box03 .col2 {
    margin: 3% 0 0;
}
.page .col2 figure {
    float: none;
    margin: 0;
    width: 100%;
}
#koutsuuken .col2 figcaption {
    margin: 0 0 7%;
}
.hinamatsuri .cont01:before,.hinamatsuri .cont02:before {
    bottom:3%;
}
.reitaisai .Box_white .cont02 .txtBox p{
    font-size:12px;
}
.tsuritemari .cont01:before {
    background-size: 70%;
    background-repeat: no-repeat;
    top: -1%;
}
.tsuritemari .cont01 .txtBox {
    height: 28em;
}
#access .accessBox p.btn a {
    font-size: 14px;
}
#access .accessBox p.btn a img {
    top: 9px;
    width: 14px;
}
.mapBox li {
    font-size: 11px;
}
#Event .wBox .event_coverBox article figure {
    height: 220px;
}
}
/* max-width 414px end */

/*---------------------------------------------
	360px ～
  ---------------*/

@media screen and (max-width: 360px){
	
#contact .form_bt ul li {
    padding: 3%;
    font-size: 10px;
	margin: 0 0 0 -14px;
}	
#contact .form_bt ul li {
    width: 36.28%;
}
#fukushi_kosodate .cont02 .col4 p {
    font-size: 10px;
}
.col4 p, .col4 figure {
    width: 24.5%;
    margin: 0 0.5% 0 0;
}
}


/*---------------------------------------------
	320px ～
  ---------------*/

@media screen and (max-width: 320px){
#c_event .imgBox p{
    font-size: 12px;
}
.reitaisai .Box_white .cont02 .txtBox p{
    font-size:10px;
}
}
/* max-width 320px end */
