@charset "utf-8";
html, body {
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
	background: #FFF;
	color: #000;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#wrap{
	width: 100%;
	overflow-x: hidden;
}

a[href^="tel:"] {
	pointer-events: none;
}

.anchor {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}

/*レスポンシブ用クラス*/

.pcview {
	display: inherit;
}

.spview {
	display: none;
}

.ie{
	display: none;
}

@media all and (-ms-high-contrast: none) {
	/* ここに書く */
	.ie {
	  display: inherit !important;
	}
}

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

header h1 {
	background: url(../img/subarutohoku_akita.svg) no-repeat;
	background-size: 93%;
	height: 80px;
	background-position: left center;
	text-indent: -2000px;
	line-height: 0;
}

header .pchead {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.7);
	display: flex;
	justify-content: flex-start;
	position: fixed;
	width: 100%;
	padding: 15px 95px 15px 30px;
	height: 80px;
	align-items: center;
	z-index: 800;
}

@media all and (-ms-high-contrast: none) {
	header .pchead {
		background-color: rgba(255, 255, 255, 0.95);
	}
  }

@-moz-document url-prefix() {
	header .pchead {
		background-color: rgba(255, 255, 255, 0.95);
	}
  }

header .pchead div.head-item:first-of-type {
	width: 80px;
}

header .pchead div.head-item:last-of-type {
	width: 20%;
	margin-left: 30px;
	max-width: 235px;
}

header .sns-head {
	position: fixed;
	z-index: 1500;
	right: 185px;
	top: 30px;
	width: 40%;
	text-align: right;
}

header .sns-head img {
	max-width: 550px;
}

/*グローバルナビゲーション ハンバーガー*/

#nav-toggle {
	position: fixed;
	z-index: 1500;
	height: 60px;
	right: 95px;
	top: 0;
	cursor: pointer;
}

#nav-toggle>div {
	position: relative;
	width: 60px;
}

#nav-toggle span {
	width: 60%;
	height: 2px;
	left: 20%;
	display: block;
	background: #000;
	position: absolute;
	transition: transform 0.3s ease-in-out, top 0.5s ease;
	/* #nav-toggle close */
}

#nav-toggle p {
	position: absolute;
	top: 44px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
}

#nav-toggle span:nth-child(1) {
	top: 20px;
}

#nav-toggle span:nth-child(2) {
	top: 30px;
}

#nav-toggle span:nth-child(3) {
	top: 40px;
}

#nav-toggle:hover span:nth-child(1) {
	top: 22px;
}

#nav-toggle:hover span:nth-child(3) {
	top: 38px;
}

.open #nav-toggle span:nth-child(1) {
	top: 29px;
	transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
	top: 15px;
	width: 0;
	left: 50%;
}

.open #nav-toggle span:nth-child(3) {
	top: 29px;
	transform: rotate(-45deg);
}

/* z-index */

/* #gloval-nav nav {
	z-index: 950;
} */

#gloval-nav {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 900;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 0;
	transform: translateX(-100%);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	overflow-x: hidden;
}

@-moz-document url-prefix() {
	#gloval-nav  {
		background-color: rgba(255, 255, 255, 0.97);
	}
  }

  @media all and (-ms-high-contrast: none) {
	#gloval-nav  {
		background-color: rgba(255, 255, 255, 0.957);
	}
  }

.open #gloval-nav {
	transform: translateX(0);
}

#gloval-nav .gnavwrap{
	display: flex;
	justify-content: space-between;
}
#gloval-nav .gnavwrap .logoarea{
	position: relative;
	height: 100vh;
	width: 25%;
	background: #FFF !important;
	opacity: 1;
	color:#000;
}

#gloval-nav .gnavwrap .logoarea div{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 70%;
}
#gloval-nav .gnavwrap .logoarea div img{
	display: block;
}
#gloval-nav .gnavwrap .logoarea div img:first-of-type{
	width: 50%;
	margin: 0 auto;
}
#gloval-nav .gnavwrap .logoarea div img:nth-of-type(2){
	width: 50%;
	margin: 0 auto;
	margin: 30px auto 0 auto;
}

#gloval-nav .gnavwrap .navarea{
	position: relative;
	width: 85%;
	height: 100vh;
}
#navigation{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 85%;
	margin-right: 95px;
	max-height: 80vh;
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
#navigation::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
#navigation ul{
	list-style-type: none;
}
#navigation dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#navigation dl div{
	width: 33%;
	margin-bottom: 50px;
}
#navigation dl div:nth-of-type(4),#navigation dl div:nth-of-type(5),#navigation dl div:nth-of-type(6){
	margin-bottom: 0;
}

#navigation dl div dt{
	font-weight: 500;
	font-size: 1.1em;
	margin-bottom: 15px;
}
#navigation ul li{
	margin-bottom: 7px;
}
#navigation ul li a{
	text-decoration: none;
	color: #000;
	transition: ease all 0.3s;
}
#navigation ul li a:hover{
	color: #0E79D6;
}
#navigation ul li.blank{
	position: relative;
}
#navigation ul li.blank::after{
	content:'\e89e';
	font-family: "Material Icons";
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #545454;
	margin-left: 10px;
}




/*サイトサイドMENU*/

.head-sidemenu {
	position: fixed;
	z-index: 2000;
	width: 80px;
	top: 0;
	right: 0;
}

.head-sidemenu ul {
	list-style-type: none;
}

.head-sidemenu ul li {
	width: 80px;
	height: 80px;
	margin-bottom: 3px;
}

.head-sidemenu ul li a {
	display: block;
	width: 80px;
	height: 80px;
	text-indent: -8000px;
	background-color: #00A0DC;
	opacity: 1;
	transition: ease all 0.3s;
}

.head-sidemenu ul li a:hover{
	opacity: 0.9;
}

.head-sidemenu ul li:first-child a {
	background-color: #0E79D6;
	background-image: url("../img/sidemenu01.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.head-sidemenu ul li:nth-child(2) a {
	background-color: #0E79D6;
	background-image: url("../img/sidemenu10.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 63%;
}

.head-sidemenu ul li:nth-child(3) a {
	background-image: url("../img/sidemenu09.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.head-sidemenu ul li:nth-child(4) a {
	background-image: url("../img/sidemenu02.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.head-sidemenu ul li:nth-child(5) a {
	background-image: url("../img/sidemenu03.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.head-sidemenu ul li:nth-child(6) a {
	background-image: url("../img/sidemenu04.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.head-sidemenu ul li:nth-child(7) a {
	background-image: url("../img/sidemenu07.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.head-sidemenu ul li:nth-child(8) a {
	background-image: url("../img/sidemenu08.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.head-sidemenu ul li:nth-child(9) a {
	background-image: url("../img/sidemenu05.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.head-sidemenu ul li:nth-child(10) a {
	background-image: url("../img/sidemenu06.svg");
	background-repeat: no-repeat;
	background-position: center;
}


main{
	padding-top: 80px;
}
/*背景とロゴを分ける時*/
main.front .mainvl{
	height: 500px;
	width: 100%;
	background: url(../img/event-vl.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

main.front .mainvl p{
	width: 25%;
	max-width: 250px;
	position: absolute;
	top:60px;
	left: 60px;
}


/*写真一枚の施工の時*/
main.front .mainvl-img a{
	display: block;
	line-height: 0;
}
main.front .mainvl-img img{
	opacity: 1;
	transition: ease all 0.6s;
}
main.front .mainvl-img img:hover{
	opacity: 0.8;
}

main.front .mainvl-img .slick-dotted.slick-slider{
	margin-bottom: 0;
}

main.front .mainvl-img .slick-dots{
	bottom: 25px !important;
}

@media screen and (max-width: 480px) {
	main.front .mainvl-img .slick-dots{
		bottom: 7px !important;
	}
}

main.front .mainvl-img .slick-dots li button:before{
	font-size: 60px;
	opacity: 1;
	color: #DFDFDF;
}
main.front .mainvl-img .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #1DA0DC;
}

main.front .pickinfo{
	text-align: center;
	background: #E2E8EB;
	padding: 15px;
}
main.front .pickinfo a{
	color: #2267AC;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 1px;
}

main.front .content{
	width: calc(90% - 80px);
	max-width: 1100px;
	margin: 50px auto 0 auto;
}

main.front .top-bnr{
	display: grid;
	justify-content: space-between;
	list-style-type: none;
	gap: 30px;
	margin: 80px 0;
}

main.front .top-bnr img{
	transform: scale(1);
	transition: ease all 0.3s;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

main.front .top-bnr img:hover{
	transform: scale(1.03);
}

main.front h2{
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 1px;
}
main.front h2 span{
	display: block;
	font-size: 0.6em;
	font-weight: 400;
}


/*---------------view more---------------*/
main.front section .viewmore{
	text-align: right;
}

main.front section .viewmore p{
	display: inline-block;
}

main.front section .viewmore p a{
	display: flex;
	align-items: center;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	transition: ease all 0.3s;
}
main.front section .viewmore p a::before{
	content: "";
	height: 2px;
	background: #000;
	width: 30px;
	margin-right: 10px;
	display: inline-block;
	transition: ease all 0.3s;
}
main.front section .viewmore p a:hover::before{
	content: "";
	height: 2px;
	background: #0E79D6 !important;
	width: 0px;
	margin-right: 10px;
	display: inline-block;
}

main.front .new-list{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

main.front .new-list section{
	width: 32%;
}

main.front .new-list h2{
	margin-bottom: 30px;
}

/*---------note---------*/

main.front .list .item a{
	color: #000;
	transition: ease all 0.3s;
	text-decoration-color: transparent
}
main.front .list .item a:hover{
	text-decoration-color: #000;
}

main.front .list .item{
	list-style-type: none;
}

main.front .list .item li{
	display: flex;
	justify-content: space-between;
	min-height: 120px;
}
main.front .list .item li div:first-of-type{
	width: 40%;
}


main.front .list .item li div:last-of-type{
	width: 55%;
}

main.front .list .item li div:first-of-type img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	border: 1px solid #f4f4f4;
	opacity: 1;
	transition: ease all 0.3s;
}

main.front .list .item li div:first-of-type img:hover{
	opacity: 0.8;
}

main.front .list .item h3{
	font-size: 15px;
	font-weight: 500;
	margin: 7px 0;
}

main.front .list .like-icon{
	font-size: 13px;
	color: #c80e47;
}

main.front .list .item .date{
	font-size: 13px;
	line-height: 1;
}


/*---------インスタグラム---------*/

main.front .isg{
	margin-top: 80px;
}

main.front .isg h2{
	margin-bottom: 30px;
}

main.front .isg h2 img{
	width: 26%;
	max-width: 300px;
}

main.front .isg h2 span{
	display: block;
	font-size: 0.6em;
	font-weight: 400;
	margin-top: -3px;
}


main.front ul#gallery{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
main.front ul#gallery li {
	position: relative;
	width: calc(100% / 6.3);
	margin-bottom: 1%;
}
main.front ul#gallery li:before{
	content: "";
	display: block;
	padding-top: 100%;
}
main.front ul#gallery li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	opacity: 1;
	transition: ease all 0.3s;
}

main.front ul#gallery li img:hover {
	opacity: 0.8;
}

/*---------GO!withSUBARU---------*/

main.front .gowithsubaru{
	margin:8% calc(50% - 50vw) 0;
	width: 100vw;
}
main.front .gowithsubaru .inner{
	background: #001D66;
	padding: 20px 0 40px 0;
	margin-top: -20px;
}
main.front .gowithsubaru .slider{
    margin: 15px auto 35px auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
main.front .gowithsubaru .slider li{
	margin: 0 10px;
}
main.front .gowithsubaru .slider img{
    height: auto;
    width: 100%;
    opacity: 1;
    transition: ease all 0.3s;
}
main.front .gowithsubaru .slider img:hover{
	opacity: 0.8;
}
main.front section.gowithsubaru .viewmore{
	text-align: center;
}
main.front section.gowithsubaru .viewmore p a{
	color: #FFF;
}
main.front section.gowithsubaru .viewmore p a:hover{
	color: #FFF;
}
main.front section.gowithsubaru .viewmore p a::before{
	background: #FFF;
}
main.front section.gowithsubaru .viewmore p a:hover::before{
	background: #FFF;
}

/*---------INFORMATION---------*/
main.front .information{
	margin-top: 80px;
}
main.front .information h2{
	margin-bottom: 30px;
}
main.front .information ul.item .date{
	margin-right: 30px;
	font-size: 1em;
	color: #000;
}
main.front .information ul.item span.management {
	background: #00A0DC;
	padding: 1px 0 3px 2px;
	text-align: center;
	color: #FFF;
	display: inline-block;
	font-size: 0.8em;
	letter-spacing: 2px;
	border-radius: 25px;
	margin-right: 10px;
	width: 130px;
}
main.front .information ul.item span.recruitment {
	background: #0E79D6;
	padding: 1px 0 3px 2px;
	text-align: center;
	color: #FFF;
	display: inline-block;
	font-size: 0.8em;
	letter-spacing: 2px;
	border-radius: 25px;
	margin-right: 10px;
	width: 130px;
}
main.front .information ul.item span.store {
	background: #76D5E0;
	padding: 1px 0 3px 2px;
	text-align: center;
	color: #FFF;
	display: inline-block;
	font-size: 0.8em;
	letter-spacing: 2px;
	border-radius: 25px;
	margin-right: 10px;
	width: 130px;
}
main.front .information ul.item span.other {
	background: #033E57;
	padding: 1px 0 3px 2px;
	text-align: center;
	color: #FFF;
	display: inline-block;
	font-size: 0.8em;
	letter-spacing: 2px;
	border-radius: 25px;
	margin-right: 10px;
	width: 130px;
}
main.front .information ul.item h3{
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
}
main.front .information ul.item li{
	min-height: inherit !important;
	display: inline-block;
}
main.front .information ul.item li a h3{
	color: #0E79D6;
    transition: ease all 0.3s;
    text-decoration: underline;
    text-decoration-color: #0E79D6;
    display: inline-block;
}
main.front .information ul.item li a:hover h3{
	text-decoration-color:transparent;
}



/*footer*/
footer{
	margin-top: 5%;
	background: #D9DFE5;
	padding: 60px 0 50px;
}
footer div.contet{
	width: 90%;
	max-width: 1100px;
	margin: 50px auto 0 auto;
}
footer div p img{
	width: 15%;
	margin: 0 auto;
	display: block;
}
footer ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	list-style-type: none;
	width: 90%;
	max-width: 1100px;
	margin: 5% auto 3%;
}
footer ul li a{
	text-decoration: none;
	color: #535D69;
	text-align: center;
	font-size: 0.9em;
	display: inline-block;
	padding: 0 10px;
	line-height: 1;
	transition: ease all 0.3s;
}
footer ul li a:hover{
	color: #0E79D6;
}
footer ul li{
	border-right: 1px solid #535D69;
	width:25%;
	text-align:center;
	margin:2px 0;
}
footer ul li:nth-child(4n+4),footer ul li:last-child{
	border-right: none;
}
footer p{
	color: #8D96A0;
	font-size: 0.8em;
	text-align: center;
	letter-spacing: 1px;
}


/*404 NOTFOUND*/
main.notfound{
	background: #398BD3;
}
main.notfound .content {
	width: calc(90% - 80px);
	max-width: 1100px;
	margin: 50px auto 0 auto;
	text-align: center;
	color: #FFF;
	letter-spacing: 2px;
	line-height: 2;
	font-size: 1.1em;
	padding: 120px;
	margin-bottom: -5%;
}
main.notfound h2.image{
	width: 60%;
	margin: 0 auto 80px;
}
main.notfound a{
	color: #FFF;
}





/*ページネーション*/
.paging{
	text-align: center;
	margin-top: 50px;
}
.paging .container{
	display: flex;
	justify-content: center;
}
.paging .container span.current,.paging .container a{
	display: inline-block;
	margin: 0 5px;
	border: 1px solid #000;
	padding: 7px 13px 10px;
	text-align: center;
}
.paging .container span.current{
	color: #FFF;
	background: #000;
}
.paging .container a{
	text-decoration: none;
	color: #000;
}

/*シングルページ*/
.postarea h2{
	margin-bottom: 40px;
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: 1px;
}



/*---フッター折り返し---*/
@media screen and (max-width: 1210px) {
	footer ul li{
		width:33%;
	}
	footer ul li:nth-child(4n+4),footer ul li:last-child{
		border-right: 1px solid #535D69;
	}
	footer ul li:nth-child(3n+3),footer ul li:last-child{
		border-right: none;
	}
}




/*---インフォメーションテキスト折り返し---*/
@media screen and (max-width: 1080px) {
	main.front .list .item h3{
		font-size: 0.8rem;
	}
	main.front .information ul.item li a h3{
		font-size: 0.8rem;
	}
	main.front .information ul.item span.store,main.front .information ul.item span.recruitment,main.front .information ul.item span.management,main.front .information ul.item span.other{
		width: 60px;
	}
	main.front .information ul.item .date{
		margin-right: 10px;
	}
}


/*-----------------------------------タブレットタイル-----------------------------------*/

@media screen and (max-width: 834px) {
	html,
	body {
	font-size: 14px;
	}

	header .pchead div.head-item:first-of-type {
    width: 50px;
	}
	header .pchead div.head-item:last-of-type {
    width: 20%;
    margin-left: 15px;
    max-width: 150px;
	}
	*{
		font-size: 0.8rem;
	}

}





/*-----------------------------------スマホスタイル-----------------------------------*/

@media screen and (max-width: 480px) {
	html, body {
	font-size: 14px;
	}
	a[href^="tel:"] {
	pointer-events: inherit;
	}
	.spview {
		display: inherit;
	}
	.pcview {
		display: none !important;
	}
	header .pchead{
		padding: 15px;
		height: 65px;	
	}
	#nav-toggle {
	    position: fixed;
	    z-index: 1500;
	    height: 60px;
	    right: 0;
	    top: -6px;
	    cursor: pointer;
	}
	header .pchead div.head-item:first-of-type{
		width: 50px;
	}
	header .sns-head {
	    right: 63px;
	    top: 24px;
	    width: 30%;
	}
	#nav-toggle>div {
    	width: 55px;
	}
	#nav-toggle p{
		font-size: 12px;
	}
	#gloval-nav{
		overflow: hidden;
	}
	#gloval-nav .gnavwrap {
	    display: flex;
	    flex-direction: column-reverse;
	    justify-content: space-between;
	}
	header .pchead div.head-item:last-of-type {
	    width: 30%;
	    margin-left: 15px;
	    max-width: 180px;
	}
	#gloval-nav .gnavwrap .navarea {
		position: absolute;
	    width: 100%;
	    height: auto;
	    max-height: 82%;
	    overflow-y: scroll;
	    top: 70px;
	}
	#gloval-nav .gnavwrap .logoarea {
	    height: 160px;
	    width: 100%;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	}
	#gloval-nav .gnavwrap .logoarea div {
	    position: absolute;
	    left: 50%;
	    top: 35%;
	    transform: translate(-50%,-50%);
	    text-align: center;
	    width: 22%;
	}
	#gloval-nav .gnavwrap .logoarea div img:first-of-type{
		width: 57%;
	}
	#gloval-nav .gnavwrap .logoarea div img:nth-of-type(2){
		width: 70%;
		margin: 13px auto 0 auto;
	}
	
.accordion-single {
	border-bottom: 1px solid #c1c7cc;
	margin-top: 10px;
}

.accordion-single-title {
	border-top: 1px solid #c1c7cc;
	padding: 17px 20px;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	margin: 0;
	font-weight: 400;
	letter-spacing: 2px;
}

.accordion-single-title::after {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #5a6f7f;
	border-right: solid 2px #5a6f7f;
	transform: translateY(-50%) rotate(135deg);
}

.accordion-single-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.accordion-single-content ul{
	margin-left: 1.5em;
	list-style-type: none;
	margin-bottom: 25px;
}

.accordion-single-content ul li{
	width: 100%;
}

.accordion-single-content ul li a{
	display: block;
	padding: 7px 0;
	color: #000;
	text-decoration: none;
	position: relative;
}
.accordion-single-content ul li.blank a::after{
	content:'\e89e';
	font-family: "Material Icons";
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #545454;
	margin-left: 10px;
}


.accordion-single-content p {
	padding: 20px;
}

.accordion-single-item.is-open .accordion-single-content {
	max-height: 1500px;
}

.accordion-single-item.is-open .accordion-single-title::after {
	transform: translateY(-80%) rotate(315deg);
}

.nav-bottom ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style-type: none;
}
.nav-bottom ul li{
	width: 50%;
	text-align: center;
}
.nav-bottom ul li a{
	display: block;
	color: #5a6f7f;
	border-bottom: 1px solid #c1c7cc;
	border-right: 1px solid #c1c7cc;
	text-decoration: none;
	font-size: 0.8em;
	padding: 15px 0;
}
.nav-bottom ul li:nth-child(2n) a{
	border-right: 0;
}

/*メインコンテンツ*/
	main.front .top-bnr{
		margin: 50px 0;
		gap: 10px;
	}
	main.front .top-bnr li{
		width: 100%;
		margin-bottom: 10px;
	}
	main{
		padding-top: 65px;
	}
	main.front .content{
		width:90%;
		margin: 30px auto 0;
	}
	main.front h2 {
    font-size: 22px;
	}
	main.front .pickinfo{
		text-align: left;
	}
	main.front .pickinfo a{
		color: #2267AC;
		font-size: 0.9em;
	}
	/*note*/
	main.front .new-list{
		display: block;
	}
	main.front .new-list section{
		width: 100%;
		margin-top: 30px;
	}
	main.front .new-list{
		margin-top: 30px;
	}
	main.front .new-list h2{
		margin-bottom: 15px;
	}
	
	/*インスタ*/
	main.front .isg {
    	margin-top: 30px;
	}
	main.front .isg h2{
		margin-bottom: 15px;
	}
	main.front .isg h2 img{
		width: 60%;
	}
	main.front ul#gallery li {
	    position: relative;
	    width: calc(100% / 3.1);
	    margin-bottom: 1.5%;
	}
	main.front .isg .instagram li:nth-child(7),.isg .instagram li:nth-child(8),.isg .instagram li:nth-child(9),.isg .instagram li:nth-child(10),.isg .instagram li:nth-child(11),.isg .instagram li:nth-child(12){
		display: none;
	}
	/*information*/
	main.front .information{
		margin-top: 40px;
	}
	main.front .information ul.item .date{
		display: inline-block;
		margin-right:15px;
	}
	main.front .information ul.item span.store,main.front .information ul.item span.recruitment,main.front .information ul.item span.management,main.front .information ul.item span.other{
		display: inline-block;
		width: 80px;
	}
	main.front .information ul.item li a h3{
		display: block;
	}
	main.front .information ul.item li{
		margin-bottom: 20px;
	}
	/*footer*/
	footer{
		margin-top: 50px;
		padding: 30px 0 75px;
	}
	footer div p img{
		width: 60%;
		margin: 0 auto 20px;
		display: block;
	}
	footer div p{
		font-size: 0.7em;
	}
	footer div{
		margin: 10px auto 0;
	}
	header .footer-spmenu ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: fixed;
		bottom: 0;
		left: 0;
		list-style-type: none;
		z-index: 9000;
	}
	header .footer-spmenu li{
		width: 25%;
		background: #00A0DC;
		border-right: 2px solid #FFF;	
	}
	header .footer-spmenu li:first-child{
		width: 100%;
		background-color: #0E79D6;
		border-right: none;
		border-bottom: 2px solid #FFF;
	}
	header .footer-spmenu li:last-child{
		border: none;
	}
	header .footer-spmenu li a{
		display: block;
		text-align: center;
		padding: 13px 5px 12px;
	}
	header .footer-spmenu li:nth-child(1) img{
		width: 30%;
	}
	header .footer-spmenu li:nth-child(2) img{
		width: 70%;
	}
	header .footer-spmenu li:nth-child(3) img{
		width: 70%;
	}
		header .footer-spmenu li:nth-child(4) img{
		width: 82%;
	}
		header .footer-spmenu li:nth-child(5) img{
		width: 85%;
	}
	
	/*404 NOTFOUND*/
	main.notfound{
		background: #398BD3;
		margin-bottom: -50px;
	}
	main.notfound .content {
		width: 90%;
		min-height: 70vh;
		margin: 70px auto 0 auto;
		text-align: left;
		color: #FFF;
		letter-spacing: 2px;
		line-height: 2;
		font-size: 1em;
		padding: 30px;
	}
	main.notfound h2.image{
		width: 90%;
		margin: 0 auto 50px;
	}
	main.notfound a{
		color: #FFF;
	}
	}

	/*IE対応オーバーレイ*/
	.ffoverlay{
		display: none;
		width: 100%;
		height: 15%;
		background: rgba(0,0,0,0.8);
		position: fixed;
		z-index: 1;
		position: fixed;
		bottom: 0;
	}
	.overlaycover{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 90%;
		max-width: 1100px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50% ,-50%);
	}
	.overlaycover div:first-of-type{
		width: 62%;
		color: #FFF;
	}
	.ffoverlay .btn_area{
		width: 33%;
		z-index:2;
	}
	.ffoverlay .btn_area p{
		color: #FFF;
		padding: 15px;
		border: 1px solid #FFF;
		border-radius: 5px;
		text-align: center;
		transition: ease all 0.3s;
	}
	.ffoverlay .btn_area p:hover{
		cursor:pointer;
		border: 1px solid #a5e1f7;
		color: #a5e1f7;
	}
	
	.ffoverlay .btn_area button{
		display:block;
		margin:0 auto;
	}

/*-----------------ぱんくずリスト-----------------*/
.pagenav {
	width: calc(90% - 80px);
	max-width: 1100px;
	margin: 0 auto;
}
.pagenav ul{
	display: flex;
	justify-content: flex-start;
	list-style-type: none;
	margin-top: 10px;
	max-width: 1500px;
	overflow-x: scroll;
}
.pagenav ul li{
	font-size: 0.9em;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.pagenav ul li::after{
	content:'\e315';
	font-family: "Material Icons";
	font-size: 21px;
	display: inline-block;
	margin: 0 2px 0 3px;
	-webkit-text-stroke: 1px #FFF;/*マテリアルアイコンを細く*/
}
.pagenav ul li:last-child::after{
	display: none;
}
.pagenav ul li a{
	color: #000;
}
@media screen and (max-width: 480px) {
	.pagenav {
	width: 90%;
	max-width: inherit;
	margin: 0 auto;
}
}


/* PHOTO GALLERY
------------------------------------------------*/
/* ------------#post_photo_wrap------------ */
#post_photo_wrap .selectouter {
	display: flex;
    justify-content: space-between
}
#post_photo_wrap .selectouter:nth-of-type(1) {
	margin-bottom: 20px;
}
#post_photo_wrap select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1.5px solid #000;
	color: #3C3C3C;
	background: url(../img/arrow01.svg) right 50% no-repeat;
	background-size: 32px;
	position: relative;
	cursor: pointer;
	border-radius: 0;
}
#post_photo_wrap select::-ms-expand {
	display: none;
}
#post_photo_wrap .selectouter:nth-of-type(1) .selectbox {
	width: 23%;
}
#post_photo_wrap input#s {
	width: 100%;
	padding: 6.5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1.5px solid #000;
	color: #3C3C3C;
	border-radius: 0;
	height: 38px;
}
#post_photo_wrap input.search {
	-webkit-appearance: none;
    background: #0E79D6;
    border: 1px solid #0E79D6;
    color: #fff;
    width: 47.3%;
    padding: 10px !important;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
}
#post_photo_wrap input.reset {
	-webkit-appearance: none;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    width: 47.2%;
    padding: 10px;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
}
#post_photo_wrap input[type="date"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 47.2%;
	padding: 8px;
	appearance: none;
	border: 1.5px solid #000;
	color: #3C3C3C;
	background: url(../img/arrow02.svg) right 50% no-repeat;
	background-size: 30px;
	position: relative;
	cursor: pointer;
	border-radius: 0;
	max-height: 35.5px;
}
#post_photo_wrap .selectbox {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 48.7%;
}
#post_photo_wrap .selectbutton {
	display: flex;
    width: 48.7%;
    justify-content: space-between;
}
#post_photo_wrap input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
#post_photo_wrap input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}
#post_photo_wrap input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#post_photo_wrap ul.photo-list {
	list-style-type: none;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 7% 0;
    gap: 40px calc(8% / 3);
}
#post_photo_wrap ul.photo-list li {
	width: 23%;
    position: relative;
    padding-bottom: 60px;
}
#post_photo_wrap ul.photo-list li p {
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
	border: 1px solid #0E79D6;
	text-align: center;
}
#post_photo_wrap ul.photo-list li p a {
	display: block;
    padding: 5px 18px 7px;
    color: #FFF;
    font-size: 0.8em;
    letter-spacing: 1px;
    text-decoration: none;
    transition: ease all 0.3s;
    position: relative;
    background: #0E79D6;
}
#post_photo_wrap ul.photo-list li p a::after {
	content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    transition: ease all 0.3s;
}
#post_photo_wrap ul.photo-list li p a:hover {
	background: #FFF;
    color: #0E79D6;
}
#post_photo_wrap ul.photo-list li p a:hover::after {
	border-left: 5px solid #0E79D6;
}
#post_photo_wrap ul.photo-list li a {
	display: block;
	text-decoration: none;
    color: #000;
}
#post_photo_wrap ul.photo-list li a img {
	width: 100%;
    object-fit: cover;
    height: 150px;
    overflow: hidden;
    vertical-align: bottom;
}
#post_photo_wrap ul.photo-list li dt {
	font-size: .9em;
    margin-top: 10px;
}
#post_photo_wrap ul.photo-list li dt span.store-name {
	font-size: .85em;
	background: #000;
	border-radius: 20px;
	padding: 0 15px;
	color: #fff;
	white-space: pre;
	margin-left: 5px;
}
#post_photo_wrap ul.photo-list li dd a {
	font-size: 1.1em;
    font-weight: 400;
}

/* ------------#post_photo------------ */
#post_photo p:first-of-type img {
	margin: 1.5% 0;
}

#post_photo h1 {
	margin: 20px 0 25px;
	text-align: left;
	font-weight: 500;
	font-size: 1.5em;
}
#post_photo ul.cat-photo {
	display: flex;
	gap: 0 20px;
	margin-top: 50px;
}
#post_photo ul.cat-photo li {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	list-style: none;
	padding: 2px 15px;
}
#post_photo ul.cat-photo li::before {
	width: 1.1rem;
    height: 1.1rem;
    content: '';
    display: block;
    background-image: url(../img/cms/cms-icon01.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#post_photo ul.cat-photo li:nth-of-type(2)::before {
	background-image: url(../img/cms/cms-icon02.svg);
	width: 1.4rem;
	height: 1.1rem;
}
#post_photo ul.cat-photo li:nth-of-type(3)::before {
	background-image: url(../img/cms/cms-icon03.svg);
	width: 1.2rem;
}
#post_photo ul.cat-photo li a {
	text-decoration: none;
}

.newpost-area {
	background: #EDF1F5;
	padding: 0 0 50px;
	position: relative;
	margin-top: 50px;
}
.newpost-area h3 {
	width: 18%;
	text-align:center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #fff;
	font-weight: 400;
	padding: 5px 0;
}
.newpost-area h3::before {
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    right: 0;
    background-color: #000;
    transform: skew(-20deg);
    z-index: -1;
}
.newpost-area ul {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 66px 0 40px;
}
.newpost-area li {
    width: 23%;
}
.newpost-area p a {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 70%;
    background: #1079D5;
    border: 1px solid #1079D5;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 1.1em;
    transition: .5s;
}
.newpost-area p a span {
	font-size: .6em;
	display: block;
	letter-spacing: 2px;
}
.newpost-area p a:hover {
	color: #1079D5;
	background: #fff
}
.newpost-area ul dd {
	font-weight: 500;
	font-size: 1.1em;
}
.newpost-area a  {
	display: block;
}
.newpost-area img {
	vertical-align: bottom;
	height: 150px;
    object-fit: cover;
}
.newpost-area dt {
	margin: 8px 0;
	font-size: .9em;
}
.newpost-area dt span.store-name {
    font-size: .85em;
    background: #000;
    border-radius: 20px;
    padding: 0 15px;
    color: #fff;
    white-space: pre;
    margin-left: 5px;
}
.newpost-area ul dd a {
	text-decoration: none;
	color: #000;
}

/* ------------main-photo------------ */
.main-photo {
	margin-bottom: -5%;
}

@media screen and (max-width: 480px) {
	/* ------------#post_photo_wrap------------ */
	#post_photo_wrap .selectouter {
		flex-direction: column;
		gap: 10px 0;
	}
	#post_photo_wrap .selectouter:nth-of-type(1) .selectbox {
		width: 100%;
	}
	#post_photo_wrap .selectbox {
		width: 100%;
	}
	#post_photo_wrap .selectbutton {
		width: 100%;
	}
	#post_photo_wrap .selectouter:nth-of-type(1) {
		margin-bottom: 15px;
	}
	#post_photo_wrap ul.photo-list li {
		width: 100%;
		padding-bottom: 32px;
	}
	#post_photo_wrap ul.photo-list li a img {
		height: 180px;
	}
	#post_photo_wrap ul.photo-list li dd a {
    	font-size: 1.2em;
		font-weight: 400;
		margin: 10px 0 15px;
	}
	#post_photo_wrap ul.photo-list li dt {
		font-size: 1em;
	}
	#post_photo_wrap ul.photo-list li dt span.store-name {
		font-size: 1em;
	}
	
	
	/*写真を探す 表示・非表示
	*/
	#post_photo_wrap #search.hide{
		display: none;
		animation-name: fadein-close;
		animation-duration: 1s;
	}
	@keyframes fadein-close{
    from{
    opacity: 1;
    }
    to{
    opacity: 0;
    }
	}
	
	#post_photo_wrap #search{
		border: 1px solid #0E79D6;
		padding: 4%;
		animation-name: fadein;
		animation-duration: 1s;
	}
	@keyframes fadein{
    from{
    opacity: 0;
    }
    to{
    opacity: 1;
    }
	}
	
	#post_photo_wrap .search-button{
		text-align: center;
		background: #0E79D6;
		color: #FFF;
		font-size: 0.9rem;
		padding: 10px 0;
		position: relative;
	}

	/* ------------main-photo------------ */
	.main-photo {
		margin-bottom: -50px !important;
	}
	main.main-blog .content *{
		font-size: inherit !important;
	}
	
	/* ------------#post_photo------------ */
	#post_photo h1 {
		margin: 10px 0 15px;
		text-align: left;
		font-weight: 500;
		font-size: 1.2em;
	}
	#post_photo ul.cat-photo {
		gap: 10px 10px;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.newpost-area {
		padding:  0 0 30px;
		margin-top: 30px;
	}
	.newpost-area ul {
    	flex-wrap: nowrap;
		overflow-x: scroll;
		gap: 20px;
	}
	.newpost-area li {
    	width: 60%;
		flex: 0 0 auto;
	}
	.newpost-area ul {
		padding: 46px 0 20px;
	}
	.newpost-area h3 {
		width: 25%;
	}
	.newpost-area p a {
		padding: 5px 0;
	}
	/* ------------#post_photo------------ */
	#post_photo h1 {
		margin: 10px 0 15px;
		text-align: left;
		font-weight: 500;
		font-size: 1.2em;
	}
	#post_photo ul.cat-photo {
		gap: 10px 10px;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.newpost-area {
		padding:  0 0 30px;
		margin-top: 30px;
	}
	.newpost-area ul {
    	flex-wrap: nowrap;
		overflow-x: scroll;
		gap: 20px;
	}
	.newpost-area li {
    	width: 60%;
		flex: 0 0 auto;
	}
	.newpost-area ul {
		padding: 46px 0 20px;
	}
	.newpost-area h3 {
		width: 25%;
	}
	.newpost-area p a {
		padding: 5px 0;
	}
	
	/* ------------main-photo------------ */
	.main-photo {
		margin-bottom: -50px;
	}
}

/* STAFF BLOG
------------------------------------------------*/
#blog_wrap .title-plus-area {
	display: flex;
    justify-content: center;
    gap: 30px;
}
#blog_wrap select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1.5px solid #000;
	color: #3C3C3C;
	background: url(../img/arrow01.svg) right 50% no-repeat;
	background-size: 32px;
	position: relative;
	cursor: pointer;
}
#blog_wrap div#custom-post-type-categories-3,
#blog_wrap div#custom-post-type-archives-3 {
    width: 30%;
}
#blog_wrap select::-ms-expand {
	display: none;
}
#blog_wrap .title-plus-area h3 {
	display: none;
}
#blog_wrap .title-plus-area label {
	display: none;
}

#blog_wrap img{
	width: 100%;
	height: 170px;
	object-fit: cover;
}

#blog_wrap a{
	color: #000;
}

#blog_wrap ul.blog-list{
	list-style-type: none;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	padding: 7% 0;
	gap:40px calc(8% / 3);
}

#blog_wrap ul.blog-list li{
	width: 23%;
}

#blog_wrap ul.blog-list li{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

#blog_wrap ul.blog-list li dl{
	margin-bottom: 5%;
}

#blog_wrap ul.blog-list li dl dt {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 10px;
}

#blog_wrap ul.blog-list li p{
	margin-top: auto;
}

#blog_wrap dt span {
	background: #000;
	color: #fff;
	padding: 2px 10px;
	border-radius: 20px;
	font-size: .7em;
	white-space: pre;
}

#blog_wrap li p {
	border: 1px solid #000;
    position: relative;
    margin-top: auto;
    text-align: center;
    width: 100%;
}
#blog_wrap p a {
	display: block;
    padding: 5px 18px 7px;
    color: #000;
    font-size: 0.8em;
    text-decoration: none;
    transition: ease all 0.3s;
    position: relative;
}
#blog_wrap p a::before {
	content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    transition: ease all 0.3s;
}
#blog_wrap p a:hover {
	background: #000;
    color: #FFF;
}
#blog_wrap p a:hover::before {
	border-left: 5px solid #FFF;
}
#blog_wrap dt span.cat {
	display: flex;
    align-items: center;
    gap: 5px;
}
#blog_wrap dt span:nth-of-type(1) {
    text-align: center;
}
#blog_wrap li dt span.new {
	background: #dc0039;
	border-radius: 0;
    top: 0;
    left: 0;
    position: absolute;
}
#blog_wrap dt span:last-of-type {
	background: #fff;
	color: #000;
	padding: 0;
	border-radius: 0;
	display: block;
	font-size: 1em;
	width: 100%;
}
#blog_wrap dd:nth-of-type(1) a{
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 400;
}
#blog_wrap dd:nth-of-type(2) a{
	text-decoration: none;
	color: #787C7B;
	font-size: .9em;
}

main.main-blog .content hr{
	margin: 2% 0;
	border: dotted 1px #000;
	border-style: dotted none none;
}

#blog_wrap dt span.cat::before {
    width: 1em;
    height: 1em;
    content: '';
    display: block;
    background-image: url(../img/cms/cms-icon01-wh.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* ------------main-blog------------ */
main.main-blog {
	margin-bottom: -5%;
}

main.main-blog .content{
	max-width: 800px !important;
}

main.main-blog .content img{
	width: inherit !important;
	max-width: 100%;
	margin: 1.5% 0;
	height: auto;
}
main.main-blog .top-thum img{
	width: 100% !important;
}
main.main-blog img.aligncenter {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
	#blog_wrap .title-plus-area {
		flex-direction: column;
		gap: 20px;
	}
	#blog_wrap div#custom-post-type-categories-3,
	#blog_wrap div#custom-post-type-archives-3 {
		width: 100%;
	}
	#blog_wrap ul.blog-list li {
		width: 100% !important;
	}
	#blog_wrap dd:nth-of-type(1) {
		margin: 10px 0 15px;
	}
	#blog_wrap dd:nth-of-type(1) a {
		font-size: 1.2em;
	}
	#blog_wrap dt span:last-of-type {
		padding-top: 5px;
	}
	#blog_wrap dd:nth-of-type(1) {
		margin: 5px 0 10px;
	}
	/* ------------main-blog------------ */
	main.main-blog {
		margin-bottom: -50px;
	}
	main.main-blog .content *{
	font-size: inherit !important;
	}
}

/* page-nav
------------------------------------------------*/
#page-nav {
	display: flex;
	justify-content: center;
	margin-top: 10%;
}
#page-nav span.current {
    color: #FFF;
    background: #000;
}
#page-nav a {
	text-decoration: none;
    color: #000;
}
#page-nav span.current,
#page-nav a {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #000;
    padding: 7px 13px 10px;
    text-align: center;
}
.single-nav #page-nav a{
	background: #000;
	color: #FFF;
}
@media screen and (max-width: 480px) {
	a.page.smaller {
    	display: none !important;
	}
	a.page.larger {
    	display: none !important;
	}
	span.extend {
    	display: none;
	}
}
.newpost-area p a {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 70%;
    background: #1079D5;
    border: 1px solid #1079D5;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 1.1em;
    transition: .5s;
}
.newpost-area p a span {
	font-size: .6em;
	display: block;
	letter-spacing: 2px;
}
.newpost-area p a:hover {
	color: #1079D5;
	background: #fff
}
.newpost-area ul dd {
	font-weight: 500;
	font-size: 1.1em;
}
.newpost-area a  {
	display: block;
}
.newpost-area img {
	vertical-align: bottom;
	height: 150px;
    object-fit: cover;
}
.newpost-area dt {
	margin: 8px 0;
}
.newpost-area dt span.store-name {
    font-size: .85em;
    background: #000;
    border-radius: 20px;
    padding: 0 15px;
    color: #fff;
    white-space: pre;
    margin-left: 5px;
}
.newpost-area ul dd a {
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	/* ------------#post_photo_wrap------------ */
	#post_photo_wrap .selectouter {
		flex-direction: column;
		gap: 10px 0;
	}
	#post_photo_wrap .selectouter:nth-of-type(1) .selectbox {
		width: 100%;
	}
	#post_photo_wrap .selectbox {
		width: 100%;
	}
	#post_photo_wrap .selectbutton {
		width: 100%;
	}
	#post_photo_wrap .selectouter:nth-of-type(1) {
		margin-bottom: 15px;
	}
	#post_photo_wrap ul.photo-list li {
		width: 100%;
		padding-bottom: 32px;
	}
	#post_photo_wrap ul.photo-list li a img {
		height: 180px;
	}
	#post_photo_wrap ul.photo-list li dd a {
    	font-size: 1.2em;
		font-weight: 400;
		margin: 10px 0 15px;
	}
	#post_photo_wrap ul.photo-list li dt {
		font-size: 1em;
	}
	#post_photo_wrap ul.photo-list li dt span.store-name {
		font-size: 1em;
	}
	
	/* ------------main-photo------------ */
	.main-photo {
		margin-bottom: -5%;
	}
	
	/* ------------#post_photo------------ */
	#post_photo h1 {
		margin: 10px 0 15px;
		text-align: left;
		font-weight: 500;
		font-size: 1.2em;
	}
	#post_photo ul.cat-photo {
		gap: 10px 10px;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.newpost-area {
		padding:  0 0 30px;
		margin-top: 30px;
	}
	.newpost-area ul {
    	flex-wrap: nowrap;
		overflow-x: scroll;
		gap: 20px;
	}
	.newpost-area li {
    	width: 60%;
		flex: 0 0 auto;
	}
	.newpost-area ul {
		padding: 46px 0 20px;
	}
	.newpost-area h3 {
		width: 25%;
	}
	.newpost-area p a {
		padding: 5px 0;
	}
	
	/* ------------main-photo------------ */
	.main-photo {
		margin-bottom: -50px;
	}
}

/* ------------ emoji ------------ */
	img.wpemoji{
	display: inline-block;
	width: 1rem !important;
	height: 1rem !important;
	}


	.info_txt {
		font-weight: bold;
		font-size: 12px;
		color: #ff0000;
		text-decoration: none;
		text-decoration-color: transparent
	}

	main.event-list ul.list-group li a {
		text-decoration: none;
	}

	main.front .list .item li a .info_txt:hover  {
		text-decoration: none;
	}