.pc-only { display: block !important; }
.sp-only { display: none !important; }

a[href*="tel:"] {
	pointer-events: none;
	color:#483a44;
}

h1{
	font-size:1.8rem;
	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:0.9rem;
	position: absolute;
	right:0;
	top:50%;
}
h2{
	font-size:1.6rem;
}

h2.title-lineblue{
	position: relative;
	padding:0 0 0.5rem 1rem;
                                border-bottom:5px solid #9fcaec;
}

h3{
	font-size:1.4rem;
	position: relative;
	padding-left: 20px;
}
h3:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: -7px;
	width: 7px;
	height: 100%;
	color: #70b61e;
}

p{
	line-height:1.5;
	font-size:1.0rem;
}

.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:20px 20px;
}

.middle{
	vertical-align:middle;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}


.wrapper{
	background-color:#e2f0ff;
}
.wrapper-in{
	padding:20px 50px;
	background-color:#FFF;
}

.main-container{
	width:1180px;
	margin:0 auto;
	border-bottom:5px solid #e5e5e5;
}



.container-w{
	background-color:#FFF;
	padding:40px 0 70px 0;
}


.site-header{
	background-color:#FFF;
}

.frame-header{
	width:1180px;
	margin:0 auto;
	padding-top:5px;
	border-bottom:8px solid #5786c1;
}
.head-colmn{
	display: flex;
	margin:0 auto;
	justify-content:space-between;;
	width:100%;
}
.head-colmn-left{
	padding-top:20px;
	text-align:left;
}

.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{
	background-color:#fff;
	text-align:center;
}

.frame-side{
	display:flex;
}
.side-l{
	margin-right:50px;
	width:calc(100% - 250px);
}
.side-r{
	width:250px;
}


.top-colmn3{
	display: flex;
	justify-content:space-between;
	width:1000px;
	margin:0 auto;
}

.frame-flex-btn5{
	width:1000px;
	background-color:#e1e2e4;
	padding:5px 0;
	margin:0 auto;
}


.flex-btn5{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flex-btn5 div{
	/*width:19%;*/
	margin:5px 6px
}

.frame-flex-kmenu{
	border:#5cb6d4;
	width:1000px;
	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;
	text-align:center;
	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: flex;
	justify-content:space-between;
	width:1020px;
	margin:0 auto;
}

.frame-news-colmn2-right{
	width:495px;
	margin-right:30px;
}
.frame-news-colmn2-left{
	width:495px;
}

.title-box{
	border-top:2px solid #b2b2b2;
	border-left:15px solid #3970b5;
	border-bottom:3px solid #3970b5;
	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:1180px;
	margin:0 auto;
	padding:10px 10px;
	background-color:#FFF;
}

.list-footer-menu{
	display: flex;
	justify-content:flex-end;
}
.list-footer-menu li{
	list-style: none;
	margin-left: 20px;
	border-left:1px dashed #CCC;
	padding-left:8px;
}


.site-footer{
	width:1180px;
	margin:0 auto;
	background-color:#cbd7ee;
	border-radius: 0 0 10px 10px;
	padding:20px 40px;
	background-image: url(../img/footer-logo.png);
	background-repeat: no-repeat;
	background-position: right 20px bottom 20px; 

}

.site-footer p{
	line-height:1.4;
}

.copy{
	width:1180px;
	margin:0 auto;
	padding:8px 10px;
	text-align:right;
}

/*-----------お知らせ一覧 ----------*/
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;
}

.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;
}

/*-- 交通アクセス --*/
/* タブ */
.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;
	font-size:1.2rem
}
.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: flex;
	width:100%;
	margin:0 auto;
	padding:0 50px;
}
.map-frame .map{
	width:50%;
	margin-right:50px;
}
.map-frame .map img{
	width:400px;
	margin-bottom:15px;
}
.map-frame .map-text{
	width:50%;
	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 h3{
	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:5px 15px;
}
.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: 25em; 
}

.hoge-s{
	padding: 10px 20px;
	border: solid 1px #aaa;
	border-radius:5px;
	font-size:0.9em;
	width: 10em; 
}
.hoge-l{
	padding: 10px 20px;
	border: solid 1px #aaa;
	border-radius:5px;
	font-size:0.9em;
	width: 90%; 
}

.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 25px 35px 25px;
	margin:20px 0 20px 0;
	font-size:1.2rem;
	border:3px solid #fdab4a;
	border-radius: 6px;
}

/* 枠線グレー */
.frame-line{
	background-color:#FFF;
	padding:25px 50px 35px 50px;
	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 20px;
	text-align:center;
	display:inline-block;
	font-size:1.2rem;
}

/* 背景黄色枠 */

.frame-yellow{
	background-color:#fff9e2;
	padding:30px 20px
}

/* 自己搬入リスト */

.frame-hennyu-colmn2{
	display: flex;
	justify-content:space-between;
	width:1020px;
	margin:0 auto;
}

.frame-hennyu-colmn2 div.left{
	margin-right:35px;
}

.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:flex;
}
.flow-in-img{
	width:320px;
	background-color:#CCC;
	line-height:240px;
	height:240px;
	margin-right:20px;
	text-align:center;
}
.flow-in-text{
	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: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
dl.news-detail dt{
	padding: 5px 5px;
	width:150px;
	border-bottom: 1px solid #ccc;
	text-align:center;
}
dl.news-detail dt span.blue{
	background-color:#c6e9f0;
	display:block;
	padding: 10px 10px;
}
dl.news-detail dt span.pink{
	background-color:#ffcaca;
	display:block;
	padding: 10px 10px;
}
dl.news-detail dd{
	padding:7px 5px 15px 5px;
	width: calc(100% - 150px);
	border-bottom: 1px solid #ccc;
                                line-height:1.8;
}
.photo-margin{
	margin:3px 3px;
	width:240px;
	height:180px;
}


/*-----------イベント詳細 ----------*/
dl.event-detail{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
dl.event-detail dt{
	padding: 15px 15px 15px 15px;
	width:150px;
	border-bottom: 1px solid #ccc;
}
dl.event-detail dd{
	padding: 15px 5px 15px 5px;
	width: calc(100% - 150px);
	border-bottom: 1px solid #ccc;
}
.detail-map{
	margin:20px 0 10px 0;
	width:300px;
	text-align:center;
}

.detail-map iframe{
	border:1px solid #CCC;
	margin-bottom:10px;
	width:100%;
	height:210px;
}
.news-photo{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.news-photo li{
	border:1px solid #CCC;
	width:32%;
	margin:5px 5px;
	height:320px:
	background-color:#CCC;
	text-align:center;
}

.list-file{
	list-style:none;
	padding-left: 0.5em;
	margin-left: 0.5em;
}
.list-file li{
	margin-bottom:0.5em;
}

.list-file li.pdf {
	position: relative;
	padding: 0 0 0 3em;
	margin: 0 0 1em 0;
	background-image: url(../img/icon/pdf.png);
	background-repeat:no-repeat;
	background-position: left center;
}
.list-file li.word {
	position: relative;
	padding: 0 0 0 3em;
	margin: 0 0 1em 0;
	background-image: url(../img/icon/word.png);
	background-repeat:no-repeat;
	background-position: left center;
}
.list-file li.excel {
	position: relative;
	padding: 0 0 0 3em;
	margin: 0 0 1em 0;
	background-image: url(../img/icon/excel.png);
	background-repeat:no-repeat;
	background-position: left center;
}
.list01{
    list-style:disc;
    padding-left: 1.5em;
    margin-left: 0.5em;
}
.list01 li{
	margin-bottom:0.5em;
}

/*-----------お知らせ一覧切替 ----------*/
.page_box {
	width:100%;
	display:flex;

}
.page_box .previous {
	width:50%
}
.page_box .next {
	width:50%;
	text-align:right
}

/* ボタン配置 3カラム */
.btn-3colmn{
	display: flex;
	justify-content: center;
}
.btn-3colmn div{
	margin:10px 10px;
	border:1px solid #999;
	padding:20px 20px
}

/* 右メニュー枠（グリーン） */
.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;
	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;
}
.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;
}
.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:flex;
	padding:10px 20px 30px 20px;
	width:100%;
	margin-bottom:30px;
	border-bottom:3px dotted #b3b3b3;
}

.eventdetail-photo{
	width:300px;
	margin-right:15px;
	max-width: 300px;
}

.eventdetail-text{
	width: calc(100% - 300px);
}

.list-time{
	display:flex;
	flex-wrap:wrap;
}
.list-time dt {
	padding:5px 5px;
	width:150px;
	margin-right:10px;
}

.list-time dd {
	padding:5px 5px;
	width: calc(100% - 160px);
}

.list-event{
	display:flex;
	flex-wrap:wrap;
}
.list-event dt {
	padding:5px 5px;
	width:60px;
	margin-right:10px;
}

.list-event dd {
	padding:5px 5px;
	width: calc(100% - 70px);
}



.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:flex;
	margin:30px 0;
	border-top:3px dotted #b3b3b3;
	padding-top:30px;
}
.flex-kanren div{
	width:45%;
	margin-right:20px
}

.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: 300px;
}
.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%;
}