.pc-only { display: none !important; }
.sp-only { display: block !important; }

a[href*="tel:"] {
	pointer-events: none;
	color:#483a44;
}

.resizeimg { width: 100%; }


h1{
	font-size:1.4rem;
	position: relative;
	margin-bottom: 0.2rem;
	padding: 1rem 0 0.5rem 0;
	border-bottom: 2px solid #dbdbdb;
}

h1:before {
	position: absolute;
	bottom: -0.5rem;
	left: 0rem;
	right: 0rem;
	border-bottom: 3px solid #b2b2b2;
	content: '';
}

.back-list{
	font-size:1rem;
	position: absolute;
	right:0;
	display:block;
	top:70%;
	margin-bottom:10px;
}

h2{
	font-size:1.4rem;
}



p{
	line-height:1.5
}
.font-l{
	font-size:1.2rem;
}
.font-s{
	font-size:0.9rem;
}
.red{
	color:#ff0000;
}
.margin-t50{
	margin-top:50px;
}

.margin-tb10{
	margin-top:10px;
	margin-bottom:10px;
}
.margin-tb2010{
	margin-top:20px;
	margin-bottom:10px;
}
.margin-r5{
	margin-right:5px;
}

.margin-a20{
	margin:10px 10px;
}

.middle{
	vertical-align:middle;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.wrapper{
	background-color:#edf8e5;
}
.wrapper-in{
	padding:10px 10px;
	background-color:#FFF;
}
.main-container{
	width:100%;
	margin:0 auto;
	border-bottom:5px solid #e5e5e5;
}



.container-w{
	background-color:#FFF;
	padding:10px 0 70px 0;
}


.site-header{
	background-color:#FFF;
}

.frame-header{
	width:100%;
	margin:0 auto;
	padding-top:0px;
	border-bottom:8px solid #58ab54;
}
.head-colmn{
	display: flex;
	margin:0 auto;
	justify-content:space-between;;
	width:100%;
}
.head-colmn-left{
	text-align:left;
}
.head-colmn-left img{
	max-width:240px;
                                padding-left:0.2rem;
}

.head-colmn-right{
	text-align:right;
}

.list-head-menu{
	margin-top:10px;
	display: flex;
	justify-content:flex-end;
}
.list-head-menu li{
	list-style: none;
	margin-left: 20px;
	padding-left:8px;
}


.menu-list{
	border-bottom:2px solid #76cbdc;
	display: flex;
	margin:0 auto;
	width:100%;
}

.menu-list li{
	width:14%;
	border-right:1px dashed #666;
	text-align:center;
}

.menu-list li a{
	color:#000;
	padding:10px;
	margin:0 10px;
	display:block;
	border-radius: 6px 6px 0 0;
}

.menu-list li a.on{
	background-color:#32b2ca;
	color:#FFF;
}

.menu-list li a:hover{
	background-color:#32b2ca;
	color:#FFF;
}

.frame-slider{
	display:none;
}

.frame-side{
	display:block;
	width:100%;
}
.side-l{
	margin-bottom:50px;
	width:100%;
}
.side-r{
	width:100%;
}




.top-colmn3{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	width:98%;
	margin:0 auto;
}

.top-colmn3 div{
	width:48%;
	margin-bottom:10px;
	margin-left:5px;
}

.top-colmn3 div img{
	width:100%;
}

.frame-flex-btn5{
	width:100%;
	background-color:#f2f2ee;
	padding:25px 0;
	margin:0 auto;
}

.flex-btn5{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	width:98%;
	margin:0 auto;
}

.flex-btn5 div{
	width:47%;
	margin-bottom:5px;
	margin-left:5px;

}

.flex-btn5 div img{
	width:100%;
}


.frame-flex-kmenu{
	border:#5cb6d4;
	width:100%;
	margin:0 auto;
}

.frame-flex-kmenu th{
	background-color:#5cb6d4;
	color:#FFF;
	border: solid 1px #5cb6d4;
	padding: 15px 0;
	text-align:center;
	letter-spacing:2px;
	font-size:1.2rem

}
.frame-flex-kmenu td{
	background-color:#FFF;
	border: solid 1px #5cb6d4;
	padding: 10px;
	font-size:1.1rem;
}

.frame-flex-kmenu a{
	color:#483a44;
}

.frame-flex-kmenu td a{
	display: block;
}

.frame-flex-kmenu td span{
	display:inline-block;
	width:170px;
	text-align:left;
}



.frame-news-colmn2{
	display: block;
	width:100%;
	margin:0 auto;
}

.frame-news-colmn2-right{
	width:100%;
	margin-bottom:50px;
}
.frame-news-colmn2-left{
	width:100%;
}

.title-box{
	border-top:2px solid #b2b2b2;
	border-left:15px solid #7fbd35;
	border-bottom:3px solid #7fbd35;
	padding:10px 15px;
	border-radius: 8px 0 0 8px;
	position:relative;
}

.go-list{
	position:absolute;
	right:10px;
	top:12px;
}
.go-list a{
	color:#000;
}
.go-list a:hover{
	color:#2690c7;
}
.footer-menu{
	width:100%;
	margin:0 auto;
	padding:10px 10px;
	background-color:#FFF;
}

.list-footer-menu{
	display: flex;
	justify-content:center;
}
.list-footer-menu li{
	list-style: none;
	margin-left: 10px;
	border-left:1px dashed #CCC;
	padding-left:8px;
	font-size:14px;
}


.site-footer{
	width:100%;
	margin:0 auto;
	background-color:#dbedc7;
	border-radius: 0 0 10px 10px;
	padding:10px 20px;
}

.site-footer p{
	line-height:1.4;
                                font-size:90%;
}

.copy{
	width:100%;
	margin:0 auto;
	padding:8px 10px;
	text-align:right;
}
.copy p{
	font-size:85%;
}


/*-----------お知らせ一覧 ----------*/
dl.news-list{
	margin:35px;
	padding:0;
	line-height:1.8;
	margin:20px 5px;
}
dl.news-list dt{
	position:relative;
	width:100%;
	margin:0;
	padding:0 0 0 5px;
}
dl.news-list dd{
	margin:0 0 10px;
	width:100%;
	padding:0 5px;
	border-bottom:1px dotted #ccc;
}
dl.news-list dt span.cat{/*-- 宗像工場 --*/
	display:block;
	position:absolute;
	top:0;
	left:8em;
	width:8em;
	margin:0;
	padding:0 3px;
	text-align:center;
	background-color:#4d71af;
	border-radius:2px;
	color:#FFF;
	font-size:14px;
}
dl.news-list dt span.cat2{/*-- 古賀工場 --*/
	display:block;
	position:absolute;
	top:0;
	left:8em;
	width:8em;
	margin:0;
	padding:0 3px;
	text-align:center;
	background-color:#5bad58;
	border-radius:2px;
	color:#FFF;
	font-size:14px;
}
dl.news-list dt span.cat3{/*-- 再編 --*/
	display:block;
	position:absolute;
	top:0;
	left:8em;
	width:8em;
	margin:0;
	padding:0 3px;
	text-align:center;
	background-color:#33cccc;
	border-radius:2px;
	color:#FFF;
	font-size:14px;
}

.btn-search{
	line-height:1;
	color:#265b9b;
	border-radius:15px;
	padding: 10px 20px;
	text-align:center;
	background-image: linear-gradient(360deg, rgba(188, 218, 227, 1), rgba(233, 240, 250, 1));
}

/*-----------PAGETOPデザイン ----------*/
#page-top{
	width: 90px;
	height: 90px;
	position: fixed;
	right: 50px;
	bottom: 50px;
	background: #6fc9da;
	opacity: 0.6;
	border-radius: 50%;
}
#page-top a{
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	text-decoration: none;
}
#page-top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	color:#ffff66;
	font-size: 25px;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -40px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#page-top a::after{
	content: 'Page top';
	font-size: 15px;
	color: #fff;
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


/*-----------ハンバーガーメニュー ----------*/

.header__nav {
	position: absolute;
	right: 0px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow-y:scroll;
	overflow-scrolling:touch;
	transform: translateX(100%);
	background-color: #ddecf1;
	transition: ease .4s;
	padding:0;
	margin-top:88px;
	text-align:left;
}



/* ハンバーガーメニュー */
.drawer-hidden {
	display:none;
}
/* メニューアイコンの設定 */
.drawer-open {
	position: relative;
	display: flex;
	height: 70px;
	width: 70px;
	justify-content: center;
	align-items: center;
	z-index: 100;
	cursor: pointer;
}
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
	position: absolute;
	content: '';
	display: block;
	height: 3px;
	width: 30px;
	border-radius: 3px;
	background: #444;
	transition: 0.5s;
}
.drawer-open span:before {
	bottom: 8px;
}
.drawer-open span:after {
	top: 8px;
}
/* アイコンをクリックでX印に */
#drawer-check:checked ~ .drawer-open span {
	background: transparent;
}
#drawer-check:checked ~ .drawer-open span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#drawer-check:checked ~ .drawer-open span::after {
	top: 0;
	transform: rotate(-45deg);
}
/* メニューのデザイン */
.drawer-content {
	position: fixed;
	top: 88px;
	left: 100%;  /* 画面右側に押し込めておく */
	width: 100%;
	background: #fff;
	transition: 0.5s;
	z-index: 99;
	text-align:left;
}

/* 背景用オーバーレイ */
.drawer-overlay {
  display: block;
  position: fixed;
  top: 60px;
  left: 100%;  /* 画面右側に押し込めておく */
  width: 100%;
  height: 100%;
/*   background: rgba(0,0,0,0.3); */
  z-index: 98;  /* 一番下に */
}
/* アイコンをクリックでメニュー＆オーバーレイ表示 */
#drawer-check:checked ~ .drawer-content {
	left: 0;
}
#drawer-check:checked ~ .drawer-overlay {
	left: 0;
}


.list-globalmenu li{
	border-bottom:1px solid #606060;
	padding:10px 10px;
	font-size:1.1rem
}

.list-globalmenu li.pt01{
	background-color:#94b6bf;
	color:#FFF;
	background-image:url("../img/icon/pt01.png");
	background-repeat: no-repeat;
	background-position:10px center;
	padding-left: 30px;
}

.list-globalmenu li.pt01 a{
	color:#FFF;
}

.list-globalmenu li.pt02{
	background-color:#ddecf1;
	color:#606060;
	background-image:url("../img/icon/pt02.png");
	background-repeat: no-repeat;
	background-position:10px center;
	padding-left: 30px;
}
.list-globalmenu li.pt02-d{
	background-color:#ddecf1;
	color:#606060;
	background-image:url("../img/icon/pt02.png");
	background-repeat: no-repeat;
	background-position:10px center;
	padding-left: 30px;
	border-bottom:1px dotted #606060;
}

.list-globalmenu li.pt03{
	background-color:#ddecf1;
	color:#606060;
	padding-left: 30px;
	border-bottom:1px dotted #606060;
}
.list-globalmenu li.pt03-s{
	background-color:#ddecf1;
	color:#606060;
	padding-left: 30px;
}

/*-- 交通アクセス --*/
/* タブ */
.tab-list {
	display: flex;
	justify-content: space-between;
	margin-top:50px;
}
.tab-item {
	width: 50%;
	padding: 1.5rem 0;
	border-radius: 10px 10px 0 0;
	background-color: #999;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	transition: .4s ease-in-out;
}
.tab-item:first-child {
	background-color: #5bad58;
}
.tab-item:nth-child(2) {
	background-color: #4f71b0;
}

/* タブをクリックした時 ホバーした時 */
.tab-item:hover, .tab-item.is-active {
	color: #FFF;
}
.tab-item:first-child:hover, .tab-item:first-child.is-active {
	background-color: #5bad58;
}
.tab-item:nth-child(2):hover, .tab-item:nth-child(2).is-active {
	background-color: #4f71b0;
}
/* パネル */
.panel-list {
	background-color: #fff;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
}
.panel-item {
	display: none;
	width: 100%;
	padding: 40px 30px;
	background-color: #fff;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
}
.panel-item.is-active {
	display: block;
	animation: panel-show .9s ease-in-out forwards;
}

/* 交通アクセス地図フレーム */
.map-frame{
	display: block;
	width:100%;
	margin:0 auto;
	padding:0 10px;
}
.map-frame .map{
	width:100%;
	margin-bottom:50px;
}
.map-frame .map img{
	width:100%;
}
.map-frame .map-text{
	width:100%;
	text-align:left
}

.btn-access{
	border:2px solid #5786c1;
	padding:10px 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 220px;
	padding: 10px 25px;
	color: #2690c7;
	transition: 0.3s ease-in-out;
	font-weight: 500;
}
.btn-access:before {
	content: "\f178";
	position: relative;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 8px;
	color: #ffab00;
}

.btn-access:hover{
	border:2px solid #5786c1;
	background-color:#5786c1;
	padding:10px 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 220px;
	padding: 10px 25px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-weight: 500;
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* お問い合わせページ */
.contact-box{
	border: 2px solid #CCC;
}
.contact-box .title{
	background: #CCC;
	text-align: center;
	margin: 0;
	padding:.5em .5em;
	font-size:1.3rem
}
.contact-box .inner{
	padding:1em 1em;
	font-size:1.1rem
}


/*-----------お問い合わせフォームデザイン ----------*/
dl.contact-frame{
	border:0px solid #d1c0b5;
	display:block;
	width:100%;
	margin:30px 0;
	background-color:#FFF;
}
dl.contact-frame dt{
	background-color:#c6e9f0;
	box-sizing: border-box;
	margin:15px 0 2px 0;
	padding:15px 10px;
}
dl.contact-frame dd{
	margin-bottom:20px;
	padding:10px 5px;
}
.label{
	margin-right: 30px;
}
textarea{
	border: solid 1px #aaa;
	border-radius:5px;
	padding: 10px;
	height: 160px;
	font-size: 15px;
	width:90%;
	resize : both !important; 
}
.btn-area{
	text-align: center;
}
input[type="submit"]{
	background-color:#5cb5d1;
	border: none;
	color:#fff;
	padding: 10px 30px;
	margin: 0 5px;
	border-radius:30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	letter-spacing:1.5px;
	font-weight:normal;
	font-size:1.1em
}

input[type="submit"]:hover{
	background-color:#5cb5d1;
	border: none;
	color:#fff;
	padding: 10px 30px;
	margin: 0 5px;
	border-radius:30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	letter-spacing:1.5px;
	font-weight:normal;
	font-size:1.1em
}

.form-select{
	 padding: 10px 20px;
	border: solid 1px #aaa;
	border-radius:5px;
	font-size:0.9em
}
.hoge{
	padding: 10px 20px;
	border: solid 1px #aaa;
	border-radius:5px;
	font-size:0.9em;
	width: 99%;
	margin-bottom:3px
}

.hoge-s{
	padding: 10px 20px;
	border: solid 1px #aaa;
	border-radius:5px;
	font-size:0.9em;
	margin-bottom:3px
	width: 99%;
}
.hoge-l{
	padding: 10px 20px;
	border: solid 1px #aaa;
	border-radius:5px;
	font-size:0.9em;
	width: 99%;
	margin-bottom:3px
}

.attention{
	background-color:#73c1da;
	padding:3px 5px;
	color:#FFF;
	border-radius: 6px;
	font-size:0.9em
}


/* リストデザイン */

.list-disc{
	list-style: disc;
	line-height:1.5;
	margin:0 20px;
}
.list-disk li{
	padding-left: 20px;
	margin-bottom:15px;
}

/* 枠線オレンジー */
.frame-line-orange{
	background-color:#FFF;
	padding:25px 15px 35px 15px;
	margin:20px 0 20px 0;
	font-size:1.2rem;
	border:3px solid #fdab4a;
	border-radius: 6px;
}

/* 枠線グレー */
.frame-line{
	background-color:#FFF;
	padding:15px 15px 15px 15px;
	margin:20px 0 40px 0;
	display:inline-block;
	font-size:1.2rem;
	border:3px solid #cdcdcd;
	border-radius: 6px;
}
/* 注意枠 */
.frame-note{
	background-color:#ffcece;
	color:#694a03;
	padding:10px 10px;
	text-align:left;
	display:inline-block;
	font-size:1.1rem;
}

/* 自己搬入リスト */

.frame-hennyu-colmn2{
	display: block;
	width:100%;
	margin:0 auto;
}

.hannyu-list dt{
	background-color:#e8e3e3;
	padding:10px 15px;
}
.hannyu-list dd{
	padding:10px 15px 20px 15px;
}

.hannyu-ok {
	position: relative;
	margin: 2em 0;
	padding: 1.5em 1em 1em 1em;
	border: solid 3px #fb9299;
	border-radius: 8px;
}
.hannyu-ok .hannyu-ok-title {
	position: absolute;
	display: inline-block;
	top: -18px;
	left: 20px;
	padding: 0 30px;
	line-height: 2;
	font-size:1.3rem;
	background: #fb9299;
	color: #FFF;
	border-radius: 8px;
}

.hannyu-no {
	position: relative;
	margin: 2em 0;
	padding: 1.5em 1em 1em 1em;
	border: solid 3px #3470bc;
	border-radius: 8px;
}
.hannyu-no .hannyu-no-title {
	position: absolute;
	display: inline-block;
	top: -18px;
	left: 20px;
	padding: 0 30px;
	line-height: 2;
	font-size:1.3rem;
	background: #3470bc;
	color: #FFF;
	border-radius: 8px;
}

.hannyu-orange{
	padding:20px 30px;
	background-color:#fff3e5;
}

ul.list-pink{
	list-style: none;
	line-height:1.5;
}
ul.list-pink li{
	position: relative;
	padding-left: 20px;
	margin-bottom:15px;
}
ul.list-pink li:before {
	content: "";
	position: absolute;
	top: .3em;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #f94955;
	border-radius: 50%;
}
ul.list-blue{
	list-style: none;
	line-height:1.5;
}
ul.list-blue li{
	position: relative;
	padding-left: 20px;
	margin-bottom:15px;
}
ul.list-blue li:before {
	content: "";
	position: absolute;
	top: .3em;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #2260ad;
	border-radius: 50%;
}
/* 自己搬入の流れ */
.flow01{
	border:2px solid #999;
	padding: 1.5em 1em 1em 1em;
	border-radius: 8px;
	margin:20px 0;
}

.flow-title{
	font-size:1.3rem;
	color:#369736;
	margin-bottom:10px;
}


.flow-in{
	display:block;
}
.flow-in-img{
	width:100%;
	background-color:#CCC;
	display:block;
	margin-bottom:20px;
	text-align:center;
}
.flow-in-text{
	display:block;
	width:100%;
	text-align:left;
	margin:15px 0;
}
.triangle{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #369736;
	margin:0 auto;
	text-align:center;
}

/*-----------お知らせ詳細 ----------*/
dl.news-detail{
	display: block;
	width:100%;
}
dl.news-detail dt{
	padding: 0;
	border-bottom: 0px solid #FFF;
	text-align:center;
	margin-top:15px;
}
dl.news-detail dt span.blue{
	background-color:#c6e9f0;
	padding: 10px 10px;
	text-align:center;
}
dl.news-detail dt span.pink{
	background-color:#ffcaca;
	padding: 10px 10px;
	text-align:center;
}
dl.news-detail dd{
	padding:10px 5px 10px 5px;
	display: block;
	width:100%;
	border-bottom: 1px solid #ccc;
}

.photo-margin{
	margin:3px 3px;
	width:100%;
	height:auto
}


/* ボタン配置 3カラム */
.btn-3colmn{
	display: block;
	justify-content: center;
}
.btn-3colmn div{
	margin-bottom:10px;
	border:1px solid #999;
	padding:20px 20px;
	text-align:center;
}

/* 右メニュー枠（グリーン） */
.list-waku-green{
	border-top: 10px solid #8bd455;
	border-right: 3px solid #8bd455;
	border-left: 3px solid #8bd455;
	border-bottom: 3px solid #8bd455;
	margin-bottom:20px;
}
.list-waku-green li {
	padding:.5em .5em;
	font-size:1.1rem;
	display: inline-block;
	width:100%
}
.list-waku-green li a {
	display: block;
	width:100%;
	color:#000;
}
.list-waku-green li:not(:last-child) {
    border-bottom: 2px solid #e5e5e5;
}
.list-waku-green li::marker {
    color: #2589d0;
    font-size: 1.1em;
}


/* 右メニュー枠（ブルー） */
.list-waku-blue {
	border: 2px solid #5cb6d4;
	margin-bottom:30px;
}
.list-waku-blue div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 20px 0;
	background-color: #5cb6d4;
	color: #fff;
	font-size:1.1rem
}
.list-waku-blue ul {
	margin: 0;
}
.list-waku-blue ul li {
	padding:.5em .5em;
	font-size:1.1rem;
	display: inline-block;
	width:100%

}
.list-waku-blue ul li a {
	display: block;
	width:100%;
	color:#000;
}
.list-waku-blue ul li:not(:last-child) {
    border-bottom: 2px solid #5cb6d4;
}
.list-waku-blue ulli::marker {
    color: #2589d0;
    font-size: 1.1em;
}

/* カレンダー（月）切替 */

.kirikae{
	display:flex;
	width:100%;
	margin:10px 0 10px 0;
}
.kirikae div{
	width:calc(100% / 3) ;
}
.kirikae-l{
	text-align:left;
}
.kirikae-c{
	text-align:center;
}
.kirikae-r{
	text-align:right;
}

.month{
	background-color:#e5e5e5;
	padding:10px 0;
	text-align:center;
	color:#000;
	font-size:1.2rem;
	font-weight:bold
}
/* イベントカレンダー */
.tb-calendar{
	border-collapse:collapse; 
	margin:15px 0;
}

.tb-calendar th,td {
	/*border:solid 2px #FFF;*/
	padding: 10px;
                                border-bottom:1px dotted #999;
}
.tb-calendar th.weekday{
	background-color:#f8fce8;
	font-weight:normal;
	text-align:right;
	white-space:nowrap;
}
.tb-calendar th.sat{
	background-color:#e8f6f9;
	font-weight:normal;
	text-align:right;
	white-space:nowrap;
}
.tb-calendar th.sun{
	background-color:#feecee;
	font-weight:normal;
	text-align:right;
	white-space:nowrap;
}

/* イベント詳細 */

.title-event{
	border-bottom:8px solid #dff08d;
	font-size:1.3rem;
	padding:10px 10px;
	margin-bottom:20px;
}

.frame-eventdetail{
	display:block;
	padding:10px 0px;
	width:100%;
	margin-bottom:30px;
	border-bottom:3px dotted #b3b3b3;
}

.eventdetail-photo{
	display:block;
	width:100%;
	max-width: 500px;
	margin-bottom:30px;
}

.eventdetail-text{
	display:block;
	width:100%;
}

.list-time{
	display:block;
}
.list-time dt {
	display:block;
	padding:5px 5px;
	width:100%;

}

.list-time dd {
	display:block;
	padding:5px 10px 15px 10px;
	width:100%
}

.list-event{
	display:block;
}
.list-event dt {
	display:block;
	padding:5px 5px;
	width:100%;
}

.list-event dd {
	display:block;
	padding:5px 10px 15px 10px;
	width:100%
}

.title-free{
	font-size:1.1rem;
	font-weight:bold;
	position: relative;
	padding: 1rem 0.5rem 0.5rem;
	margin:1rem 0;
	background-image: repeating-linear-gradient(135deg, #b3b3b3 0, #b3b3b3 1px, transparent 2px, transparent 4px);
	background-repeat: no-repeat;
	background-size: 100% 0.4rem;
	background-position: bottom;
}

.flex-kanren{
	display:block;
	width:100%;
	margin:30px 0;
	border-top:3px dotted #b3b3b3;
	padding-top:30px;
}
.flex-kanren div{
	display:block;
	width:100%;
	margin:0 10px 20px 10px;
}

.title-kanren{
	font-size:1.2rem;
	font-weight:bold;
	position: relative;
	padding-left: 20px;
	margin-bottom:20px;
}
.title-kanren:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: -7px;
	width: 7px;
	height: 100%;
	border-radius: 5px;
	background: #b3b3b3;
}

.list-sankaku-orange{
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}
.list-sankaku-orange li{
	position: relative;
	padding: 0 0 1em 1em;
	margin: 0;
}
.list-sankaku-orange li:before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	color: #fa7a00;
}


/* イベント詳細（画像切替） */
.sub-img li.current img {
	transition: border .5s;
}
.container {
	margin:auto 0;
	max-width: 500px;
}
.main-img {
	width: 100%;
}
.main-img img {
	height: auto;
	width: 100%;
}
.sub-img {
	display: flex;
	margin-top: 10px;
}
.sub-img li {
	margin-right: 2%;
	width: calc(96% / 3);
}
.sub-img li:nth-child(3n) {
	margin-right: 0;
}
.sub-img li img {
	border: 2px solid transparent;
	transition: border .5s;
}
.sub-img img {
	cursor: pointer;
	width: 100%;
}