/*----------全体の css----------*/


body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	max-width: 10000px;
	background-color: #FFF;
}

.logo {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.logo-size {
	width: 30%;
}

.pankuzu-list-box {
	float: right;
	text-align: right;
}

.pankuzu-list {
	width: 200px;
    margin-top: 10px;
    background-color: #31beca;
    font-size: 30px;
    color: white;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    bottom: 90px;
    right: 60px;
}

@media screen and (max-width: 714px) {
	.logo-size {
		/*width: 60%;*/
		width: 45%;
	}
	.pankuzu-list {
		width: 140px;
		font-size: 11px;
	}
}

@media screen and (min-width: 759px) {
    .menu-btn {
        display: none;
    }
}

main {
	float: left;
	width: 75%;
	padding: 9px;
	box-sizing: border-box;
	text-align: center;
}

h1, h2, h3 {
	margin: 10px 0;
}

h2.head {
	color:#222;
}

@media screen and (max-width: 714px) {
	h2.head {
		border-bottom: 3px solid #222;
		color:#222;
		width: 60%;
		text-align: center;
		margin: 0 auto;
		padding-top: 40px;
		margin-bottom: 20px;
	}
}

h2.head2 {
	color:#222;
	padding-top: 60px;
  }
  
hr {
	width: 90%;
}
.map-image {
	width: 90%;
}

.city-table {
	margin: 0 auto;
}
.city-table td:hover {
	background-color: #222;
	color: white;
}
.city-table a {
	text-decoration:none;
    color: inherit;
}

#next {
	color:#222;
	font-size:26px;
	margin: 0 auto;
	text-decoration: none;
	padding-top: 40px;
	padding-bottom: 30px;
}

#next:hover  {
	color:#222;
	font-size:26px;
	margin: 0 auto;
	text-decoration: underline;
	padding-top: 40px;
	padding-bottom: 30px;
	opacity: 0.5;

}

article {
	color: #272727;
	padding: 9px;
}

aside {
	float: right;
	width: 20%;
	padding: 9px;
	box-sizing: border-box;
}

details {
	border: 1px solid #272727;
	border-radius: 4px;
	padding: 0.5em 0.5em 0;
	background-color: #fff;
	margin: 20px;
}

summary {
	font-weight: bold;
	margin: -0.5em -0.5em 0;
	padding: 0.5em;
	background-color: #222;
	color: #fff;
}

details[open] {
	padding: 0.5em;
}

details[open] summary {
	border-bottom: 1px solid #aaa;
	margin-bottom: 0.5em;
}

.radio-button-group {
	display: flex;
	justify-content: center;
	margin: 30px 0px;
}

@media screen and (max-width: 854px) {
	.radio-button-group {
		display: flex;
		justify-content: center;
		margin: 30px 10px;
	}
}

.radio-button-group .item {
	width: 30%;
}

.radio-button-group .radio-button {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
  }

.radio-button-group .radio-button + label {
	padding: 5px;
	cursor: pointer;
	border: 1px solid #222;
	margin-right: -2px;
	color: #555;
	background-color: #ffffff;
	display: block;
	text-align: center;
}

.radio-button-group .item:first-of-type .radio-button + label{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.radio-button-group .item:last-of-type .radio-button + label {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.radio-button-group .radio-button:checked + label {
	background-color: #222;
	color: #FFF;
}
  
footer {
	background: #94adda;
	color: #272727;
	padding: 9px;
	text-align: center;
	padding: 30px;
	font-weight: bold;
	width: 100%;
	margin-top: 30px;
}
footer a,a:hover,a:visited {
	text-decoration: none;
    color: inherit;
} 

.container {
	overflow: hidden;
}

.container::after {
	content: "";
	clear: both;
	display: block;
}

.button{
	margin: 30px;
	text-align: center;
}
@media screen and (max-width: 960px) {
	/* 959px以下に適用されるCSS（タブレット用）
     */
  
    
      body {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        max-width: 10000px;
      }
  
      main {
        float: left;
        width: 70%;
        padding: 9px;
        box-sizing: border-box;
        text-align: center;
      }
      h1, h2, h3 {
        margin: 10px 0;
      }
     
      article {
        color: #272727;
        padding: 9px;
      }
      aside {
        float: right;
        width: 30%;
        padding: 9px;
        box-sizing: border-box;
      }
      footer {
        background: #94adda;
        color: #272727;
        padding: 9px;
        text-align: center;
        padding: 30px;
      }
      .container {
        overflow: hidden;
      }
      .container::after {
        content: "";
        clear: both;
        display: block;
      }
    
}
@media screen and (max-width: 751px) {

      body {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        max-width: 10000px;
      }
   
      main {
        float: left;
        width: 100%;
        padding: 9px;
        box-sizing: border-box;
        text-align: center;
      }
      h1, h2, h3 {
        margin: 10px 0;
      }
    
      article {
        color: #000;
        padding: 9px;
      }
      aside {
        float: right;
        width: 100%;
        padding: 9px;
        box-sizing: border-box;
        margin: auto;
      }
      footer {
        background: #94adda;
        color: #272727;
        padding: 9px;
        text-align: center;
        padding: 30px;
      }
      .container {
        overflow: hidden;
      }
      .container::after {
        content: "";
        clear: both;
        display: block;
      }
}

/*----------ここまで----------*/

.catchcopy{
	text-align: center;
	font-size:20px;
	margin: 20px auto;
	background-color:#1d95ff;
	width:  fit-content;
	color:#FFF;
	border-radius: 100px;
	padding: 0px 20px;
}

@media screen and (max-width: 777px) {
.catchcopy{
	text-align: center;
	font-size:14px;
	margin: 20px auto;
	background-color:#1d95ff;
	width:  fit-content;
	color:#FFF;
	border-radius: 100px;
	padding: 0px 20px;
	position: relative;
	bottom:30px
}
}

@media screen and (max-width: 480px) {
	.catchcopy{
		text-align: center;
		font-size:12px;
		margin: 20px auto;
		background-color:#1d95ff;
		width:  fit-content;
		color:#FFF;
		border-radius: 100px;
		padding: 0px 20px;
		position: relative;
		bottom:30px
	}
	}


/*新しいニュースのcss*/


.news-list {
	list-style-type: none;
	padding: 0;
  }

  .news-item {
	border-bottom: 1px solid #222;
	border-top:1px solid #222;
	background-color: #FFF;
	padding: 10px;
	width: 90%;
	margin: 0 auto;
  }



.n-container {
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}

.news-list a{
	text-decoration: none;
	color:#222;
}

  .news-p1 {
	margin: 0;
	text-align: left;
	font-size: 10pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bolder;
  }

  .news-p2 {
	margin: 0;
	text-align: left;
	padding-left: 5%;
	font-size:12pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 8px;
	line-height: 24px;
  }
  .news-p2a {
	margin: 0;
	text-align: left;
	padding-left: 5%;
	font-size:12pt;
	margin: 8px;
	line-height: 22px;
  }
  .news-p3 {
    text-align: left;
    padding-left: 3%;
    font-weight: bold;
    font-size: 12pt;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    line-height: 20px;
  }

  @media (max-width: 600px) {
	.news-item {
	  padding: 5px;
	}
  }

  .news-city{
	background-color:#649C6B;
	color:#FFF;
    padding: 0px 10px;
}

.news-pref{
	background-color:#C98987;
	color:#FFF;
    padding: 0px 10px;
	margin-right: 1rem;
}

.news-item+.news-item {
	border-top:none;
}

HR{
	margin-top: 50px;
	width: calc(100% + 100px);
	margin: 50px -50px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
}

/*---------ここまで------------*/
/*全体のボタンcss*/
.readbtn {
	cursor: pointer;
    display: block;
    width: 20%;
    max-width: 300px;
    margin: 60px 5%;
	margin-left: auto;
    border: 0;
    color: #272727;
    font-size: 20px;
	border: 1px solid #000;
	padding: 0px 10px;
    transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
    font-weight: bold;
}


.readbtn:hover {
	color: white;
	background: #b0c4de;
	box-shadow: 0 3px 0 #b0c4de, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.readbtn:active {
	color: #fff;
	background: hsl(200deg 47% 60%);
	box-shadow: 0 0 0 hsl(200deg 37% 50%), 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
	
}


@media screen and (max-width: 960px) {
	.readbtn {
		width: 35%;
		font-size: 18px;
		margin: 0px auto;
		margin-top: 20px;
		font-size: 30px;
	}

}

@media screen and (max-width: 480px) {
	.readbtn {
		width: 40%;
		font-size: 16px;
		margin: 0px auto;
		border-radius: 20px;
		border: 0px solid #000;
		background-color: #b0c4de;
		padding: 10px 0 10px 40px;
	 	background-image: url(../images/124311.png);
		background-repeat: no-repeat;
		background-position: 0 5px;
		color: #6186a0;
		margin-top: 20px;
}
}

/*----------書き換え----------*/
.header_img_area{
	width: 100%;
	height: 200px;
	background-image: url(image/head_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#msg{
	border-color: #FFA500 transparent transparent transparent;
    border-width: 20px 20px 5px 20px;
	margin-bottom: 20px;
}

#portaljp-msg p{
	color: #FFF;
	padding: 20px 30px 20px 30px;
	background-color: #6186a0;
	border-radius: 30px;
	position: relative;
	border-color: #6186a0 transparent transparent transparent;
    border-width: 20px 20px 5px 20px;
}

@media screen and (max-width: 777px) {
#portaljp-msg p {
    color: #FFF;
    padding: 0px 30px 0px 30px;
    background-color: #6186a0;
    position: relative;
	border-radius: 0px;
	border-color: #6186a0 transparent transparent transparent;
    border-width: 20px 20px 5px 20px;
	top:5px;
	font-size: 20px;
    /* margin: 14px; */
}
}
/*----------menu css----------*/

/*----------slide css----------*/
/* 全体設定 */
.css-carousel-slider4 {
	width: 90%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.css-carousel-slider4 img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider4 .slide-wrap {
	width: 500%;
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	z-index: 0;
	animation: css-carousel-slider4 20s infinite;
	animation-delay: 2s;
}
.css-carousel-slider4 .slide-wrap-main {
	width: 100%;
	z-index: 1;
	animation: css-carousel-slider-main4 20s infinite;
	animation-delay: 2s;
}
.css-carousel-slider4 .slide {
	width: 100%;
}

/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider4 {
	0% { transform: translateX(0); }

	15% { transform: translateX(calc(1 / 5 * -100%)); }
	20% { transform: translateX(calc(1 / 5 * -100%)); }

	35% { transform: translateX(calc(2 / 5 * -100%)); }
	40% { transform: translateX(calc(2 / 5 * -100%)); }

	55% { transform: translateX(calc(3 / 5 * -100%)); }
	60% { transform: translateX(calc(3 / 5 * -100%)); }

	75% { transform: translateX(calc(4 / 5 * -100%)); }
	80% { transform: translateX(calc(4 / 5 * -100%)); }

	95% { transform: translateX(calc(5 / 5 * -100%)); }
	100% { transform: translateX(calc(5 / 5 * -100%)); }
}

@keyframes css-carousel-slider-main4 {
	0% { transform: translateX(100%); }
	80% { transform: translateX(100%); }
	95% { transform: translateX(0%);}
}

.s-main {
	display: flex;
	margin: 30px;
}

.s-contents1 {
	width: 40%;
}

.s-contents2 {
	width: 60%;
}

@media screen and (max-width: 714px) {
	.s-main{
		margin: 30px;
		display: inline;
	}
	.s-contents1{
		width: 80%;
		margin: 0 auto;
	}
  	.s-contents2{
    	width: 100%;
    }
}
/*----------ここまで----------*/

/*----------pr css----------*/

.pr {
	width: 90%;
	margin: 0 auto;
}

.pr .pr-jp {
	padding-bottom: 5px;
}
.pr .pr-en {
	padding-bottom: 20px;
}

/*----------ここまで----------*/

/*----------spot css----------*/
.cp_card02 {
    font-size: 14px;
    line-height: 1.45em;
    position: relative;
    overflow: hidden;
    height: 240px;
    /* margin: 0 auto 1.6%; */
    margin: 5px;
    border-radius: 3px;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 7px -3px rgb(0 0 0 / 30%);
    box-shadow: 0 3px 7px -3px rgb(0 0 0 / 30%);
}

.cp_card2 a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
  }


.spotimage {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.spotimage a{
	text-decoration: none;
}
.spotimage a:hover{
	opacity: 0.8;
}

.spotimages1 {
	width: 45%;
	position: relative;
	margin: 5px;
	z-index: 1;
	box-sizing: border-box;
}


/*㍶、タブレットサイズの横幅合わせ*/
@media screen and (max-width: 1080px) {
	.spotimages1 {
		width: 100%;
		position: relative;
		margin: 0px 30px;
		z-index: 1;
		box-sizing: border-box;
  	}
}

/*スマホサイズの横幅合わせ*/
@media screen and (max-width: 713px) {
	.spotimages1 {
		width: 100%;
		position: relative;
		margin: 0px 15px;
		z-index: 1;
		box-sizing: border-box;
  	}

	

}

.text-spot {
    font-size: 11px;
	padding-bottom: 10px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* 任意の行数を指定 */
	height: 100px;
}

@media screen and (max-width: 713px) {
.text-spot {
    font-size: 11px;
	padding-bottom: 10px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* 任意の行数を指定 */
	height: 100px;
	padding-left: 25px;
	line-height: 20px;
}
}


.text-spot2 {
	font-size: 11px;
}

.cp_card02:hover .details {
	left: 0;
}
.cp_card02:hover.alt .details {
	right: 0;
}
.cp_card02.alt .details {
	right: -100%;
	left: inherit;
}
.cp_card02 .photo {
	position: relative;
	float: left;
	width: 40%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	margin-right: 30px;
}
.cp_card02 .photo:hover {
	cursor: pointer;
}

.cp_card02 .description {
	z-index: 0;
	padding: 15px 30px 20px;
	min-height: 200px;
}
.cp_card02 .description::before {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 100%;
	content: '';
	-webkit-transform: skewX(-8deg);
	        transform: skewX(-8deg);
	background: #ffffff;
}
.cp_card02 .description h1 {
	line-height: 1.2em;
    font-size: 14pt;
    color: #272727;
		font-size: 12pt;
		white-space: nowrap;
		font-size: 16px;
		margin: 0;
		margin-bottom: 0.5em;
		margin-top: 15px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
	}
.cp_card02 .description h2 {
	font-size: 1em;
	line-height: 1.2em;
	margin: 1.2% 0;
	color: #9b9b9b;
}
.cp_card02 .description p {
	position: relative;
	margin: 0;
	font-size:14px;
	text-align: left;
	color:#272727
}
.cp_card02 .description a {
	color: #272727;;
	text-decoration: none;
	font-size:15pt;
	padding: 1px;
}

@media screen and (max-width: 714px) {
	.cp_card02 {
		font-size: 9px;
		line-height: 1.45em;
		position: relative;
		overflow: hidden;
		height: 180px;
		margin: 15px;
		-webkit-transition: height 0.3s ease;
	   	        transition: height 0.3s ease;
		border-radius: 3px;
		background: #ffffff;
		-webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
			 	box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
	}

	.cp_card02 .description p {
		position: relative;
		margin: 0;
		font-size: 12pt;
		text-align: left;
		line-height: 20px;
	}

	.cp_card02 .description a {
		color: #272727;;
		text-decoration: none;
		font-size:10pt;
	}
	
	.cp_card02 .description h1 {
		text-align: left;
		padding-left: 25px;
	}
}

@media screen and (max-width: 480px) {
	.cp_card02 .description h1 {
		font-size: 11pt;
	}

	.cp_card02 .description p {
		position: relative;
		margin: 0;
		font-size: 10pt;
		text-align: left;
	}
	.cp_card02 .photo {
		margin-right: 20px;
	}

	
}

.link{
    position:relative;
    width:280px;
    height:96px;
    background-color:#fffbb6;
    border:1px solid #ff6a00;
}

.link .alink{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*----------ここまで----------*/


/*----------event css----------*/
.listA {
	width: 91%;
    margin: 0 auto;
}

@media screen and (max-width: 1080px) {
	.listA {
		margin: 20px;
	}
}


.listA .container {
	display: flex;
	flex-wrap: wrap;
}

.listA article {
	display: flex;
	flex-basis: 33%;
}


@media screen and (max-width: 1280px) {
	.listA article {
		display: flex;
		flex-basis: 50%;
	}
}


@media screen and (max-width: 480px) {
	.listA article {
		display: flex;
		flex-basis: 50%;
	}
}



.listA h2 {
	font-size: 18px;
}

.listA p {
	font-size: 14px;
	color:#272727;
	text-align: left;
}

.listA .photo {
	min-height: 150px;
	background-position: center;
	background-size: cover;
	border-radius: 30px 30px 0px 0px;
}

.listA a {
	flex: 1;
	margin: 2px;
	display: block;
	color: inherit;
	text-decoration: none;
	background-color: #FFFFFF;
	border-radius: 30px 30px 0px 0px;
	box-shadow: 0 3px 7px -3px rgb(0 0 0 / 30%);
}

.listA a:hover {
	opacity: 0.8;
}

.listA .text {
	margin: 20px;
}

/*----------ここまで----------*/

/*----------coupon css----------*/
.Cpcontainer {
	position: relative;
	width: 48%; /* 画像の幅に合わせて調整 */
	margin: 0 auto;
  }

  .Cpcontainer2 {
	position: relative;
	width: 100%; /* 画像の幅に合わせて調整 */
	margin: 0 auto;
  }

  .Cpcontainer2 img{
	width: 100%;
  }
  
  .Cpimage {
	display: block;
	max-width: 100%;
	margin-top: 15px;
  }
  
  .Cptext {
	position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #222;
    font-size: 22px;
    width: 80%;
	font-weight:bold;
	white-space: nowrap;
  }

  .Cptext2 {
	position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #222;
    font-size: 12px;
    width: 80%;
	font-weight:bold;
	white-space: nowrap;
  }

  .CpTname{
	position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #222;
    font-size: 25px;
    width: 80%;
    font-weight: bold;
	white-space: nowrap;

  }

  .CpTname2{
	position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #222;
    font-size: 14px;
    width: 80%;
    font-weight: bold;
	white-space: nowrap;

  }


  .Cptitle{
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #222;
    font-size: 20px;
    width: 80%;
    font-weight: bold;
	white-space: nowrap;

  }

  .Cptitle2{
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #222;
    font-size: 14px;
    width: 80%;
    font-weight: bold;
	white-space: nowrap;

  }

  @media screen and (max-width: 1425px) {
	.Cptext {
		font-size:18px;
	}

	.Cptitle{
		font-size:18px;
	}

	.CpTname{
		font-size:20px;
	}

	}



	@media screen and (max-width: 960px) {
		.Cptext {
			font-size:20px;
		}
	
		.Cptitle{
			font-size:20px;
		}
	
		.CpTname{
			font-size:20px;
		}
		}

		@media screen and (max-width: 768px) {
			.Cptext2 {
				font-size:14px;
			}
		
			.Cptitle2{
				font-size:14px;
			}
		
			.CpTname2{
				font-size:14px;
			}
			}

  @media screen and (max-width: 751px) {
	.Cptext {
		font-size:14px;
	}

	.Cptitle{
		font-size:14px;
	}

	.CpTname{
		font-size:13px;
	}
	}

	@media screen and (max-width: 480px) {
		.couponbox{
			display: contents;
			flex-wrap: wrap;
			width: 100%;
			margin: 0 auto;
		}

		.Cpcontainer {
			position: relative;
			width: 90%;
			margin: 0 auto;
			padding-top: 20px;
		  }

		  .Cptext {
			font-size:12px;
			top: 85%;
		}
	
		.Cptitle{
			font-size:18px;
			top: 65%;

		}
	
		.CpTname{
			font-size:18px;
			top: 45%;

		}
		.Cptext2 {
			font-size:18px;
		}
	
		.Cptitle2{
			font-size:18px;
		}
	
		.CpTname2{
			font-size:18px;
		}

		}

		.couponbox{
			display: flex;
			flex-wrap: wrap;
			width: 90%;
			margin: 0 auto;
		}

/*新しいのここまで*/




.headline-coupon {
	margin: auto;
	font-size: 40px;
	border-bottom: 1.5px solid #000;
	width: 70%;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 75px;
	font-size: 35px;
}

.coupon-widget {
	margin-bottom: 30px;
}


@media screen and (max-width: 1479px) {
	.widget-container-coupon {
		padding: 0 35px;
	}
}
@media screen and (min-width: 1480px) {
	.widget-container-coupon {
		padding: 0 50px;
	}
}

.coupon {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	width: 100%;
	max-width: 620px;
	background: #eee;
	padding: 40px 20px;
	float: left;
}
.price {
	font-size: 30px;
	font-weight: 900;
	color: #f56359;
	text-align: center;
}
.date {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* circle-css */

.coupon::before,
.coupon::after {
	position: absolute;
	display: block;
	content: "";
	border-radius: 100%;
	background: #fff;
	left: -15px;
	width: 30px;
	height: 30px;
}
.coupon::before {
	top: -15px;
}
.coupon::after {
	bottom: -15px;
}
.coupon-inner::before,
.coupon-inner::after {
	position: absolute;
	display: block;
	content: "";
	border-radius: 100%;
	background: #fff;
	right: -15px;
	width: 30px;
	height: 30px;
}
.coupon-inner::before {
	top: -15px;
}
.coupon-inner::after {
	bottom: -15px;
}

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

/*ボタン周りの余白用*/
a.btn-coupon {
	line-height: 1.2;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	width: px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
}

a.btn-coupon .left {
	width: 100%;
	padding-top: 20px;

	-webkit-transition: all 0.6s;

	transition: all 0.6s;
	-webkit-transform-origin: top left;
	transform-origin: top left;

	border: 2px solid #222;
	border-right: 0;
	background: #fff;

	-webkit-transform-style: preserve-3d;

	transform-style: preserve-3d;
}

a.btn-coupon .left span {
	font-size: 10pt;
}

a.btn-coupon .left span.txt1 {
	font-size: 14px;
    color: #222;
}

a.btn-coupon .left em {
	font-size: 11pt;
    font-style: normal;
    display: block;
    color: #e94919;
    margin: 10px 0px;
}

a.btn-coupon .right {
	position: relative;

	width: 20%;
	height: 100%;

	-webkit-transition: all 0.6s;

	transition: all 0.6s;
	-webkit-transform-origin: top left;
	transform-origin: top left;

	color: #fff;
	border-left: 2px dotted #fff;
	background: #222;

	-webkit-transform-style: preserve-3d;

	transform-style: preserve-3d;
}

a.btn-coupon .right span {
	font-size: 1.4rem;
	line-height: 1;

	position: absolute;
	top: -0.8rem;
	left: calc(50% - 0.8rem);

	display: inline-block;

	-webkit-transform: rotate(90deg);

	transform: rotate(90deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

a.btn-coupon:hover .left {
	-webkit-transform: rotateX(-20deg);
	transform: rotateX(-20deg);
}

a.btn-coupon:hover .right {
	-webkit-transform: rotateX(-20deg) rotateY(75deg);
	transform: rotateX(-20deg) rotateY(75deg);
}

@media screen and (min-width: 900px) {
	.coupon-content {
		width: 50%;
		height: 100px;
		margin: 15px;
	}
    
   .coupon-flex {
		display: flex;
	}
}
/*----------ここまで----------*/

/*----------tenant css----------*/
.tenant-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 15px;
}



.motto{
	text-align: center;
}

.menuimages {
	width: 30%;
	position: relative;
	margin: 0px 10px;
	z-index: 1;
	box-sizing: border-box;
}

.inner {
  max-width: 1000px;
  width: 97%;
  margin: 0 auto;
}

.tenantimage {
	height: auto;
	width: 150%;
}

.cp_card04 {
	overflow: hidden;
	border-radius: 3px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
			transition: all 0.25s ease-in;
			border-bottom: 5px solid transparent;
}
.cp_card04 .photo {
	height: 200px;
	overflow: hidden;
	border-radius: 30px 30px 0px 0px;
}

.cp_card04:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	border: none;
	border-bottom: 5px solid #b0c4de;
	opacity: 0.8;
}

.cp_card04 .details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1em 1em 0 1em;
	font-size: 0.8em;
}
.cp_card04 .date {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: right;
}
.cp_card04 .category {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}
.cp_card04 .category p {
	font-size: 0.8em;
	padding: 3px 8px;
	cursor: pointer;
	width: 12em;
	margin: 0;
	border-radius: 10px;
	background: #b0c4de;
	text-align: center;
	color: #ffffff;
}
.cp_card04 .description {
	padding: 0 1em;
}
.cp_card04 .description h1 {
	font-size: 20px;
    margin: 0;
    margin-bottom: 0.5em;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
}
.cp_card04 .description .text p {
	margin: 0;
}
.cp_card04 .description a {
	float: right;
	margin-bottom: 10px;
	text-decoration: none;
	color: #222;
}

.cp_card04 .description p {
	text-align: center;
}

.cp_card04 .description a:after {
	margin-left: -10px;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
	opacity: 0;
}
.cp_card04 .description a:hover:after {
	margin-left: 5px;
	opacity: 1;
}

@media screen and (max-width: 1280px) {
	.menuimages {
		width: 45%;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 751px) {
	.menuimages {
		width: 45%;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		
  	}
}

@media screen and (max-width: 480px) {
	.menuimages {
		width: 45%;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		
  	}
}




.vkfs {
	font-size: .999rem;
	margin-bottom: var(--vk-margin-section-bottom,2em);
	margin: 0 45px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

@media screen and (max-width: 751px) {
	.vkfs {
		font-size: .999rem;
		margin-bottom: var(--vk-margin-section-bottom,2em);
		margin: 20px;
	}
}

@media screen and (max-width: 480px) {
	.vkfs {
		font-size: .999rem;
		margin-bottom: var(--vk-margin-section-bottom,2em);
		margin: 2px;
	}
}

.text-limit {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 160px;
    margin-bottom: 20px;
	text-align: left;
}

/*コンテントヴューのcss*/

.pt-cv-wrapper .btn-success {
	color: #fff;
	background-color: #222;
	border-color: #222;
}

/*地域検索ボタンの変更*/
.btn-primary {
	color: #fff;
	background-color: #FFF;
	border-color: #222;
	margin: 20px;
}

.vkfs input[type=text], .vkfs select {
	display: block;
	width: 30%;
	max-width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #222;
	border-radius: 0.25rem;
	box-sizing: border-box;
	margin: 7px;
}

@media screen and (max-width: 480px) {
	.vkfs input[type=text], .vkfs select {
		display: block;
		width: 30%;
		max-width: 100%;
		padding: 0.375rem 0.75rem;
		font-size: 1em;
		font-weight: 400;
		line-height: 1.5;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #222;
		border-radius: 0.25rem;
		box-sizing: border-box;
		margin: 2px;
	}
}

.all-city-box {
	padding-bottom: 25px;
}

.all-city {
    position: relative;
}
.all-city::before,
.all-city::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
.all-city::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #222;
    content: '';
}
.all-city::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}
.all-city select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 300px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: 2px solid #222;
    border-radius: 5px;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
	margin-bottom: 20px;
}

.all-city option:first-child {
	color: #fff;
}

.all-city select:focus {
    outline: 1px solid #fff;
}

p.event-name {
	font-weight: bold;
	text-align: center;
}

.content-title {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 30px;
}
.content-title p {
    padding: 0px 0px;
    /* padding-left: 5px; */
    font-size: 36px;
    font-weight: bold;
    /* width: 40%; */
    /* margin: 0 auto; */
    margin: 0px 0px 0px auto;
    /* text-align: center; */
	color: #272727;
    letter-spacing: 2px;
	position: relative;
	border-bottom: 8px solid #b0c4de;
	}

	@media (max-width: 600px) {
		.content-title p {
			border-bottom: 0px solid;
		}
	}

.oshirase {
	width: 90%;
	margin: 0 auto;
}
.oshirase table {
	margin: 0 auto;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	border-spacing: 0;	
	border: 1px gray solid;
}
.oshirase td {
	padding: 10px;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 1px gray solid;
}
.oshirase tr:last-child td {
	border: none !important;
}
.oshirase a {
	/*text-decoration: none;*/
	color: #000000;
}
.oshirase a:visited {
	color: #000000;
}
/*----------ここまで----------*/

table{
	margin: 0 auto;
  }
  
  .margin{
	text-align: left;
  }

  .cp_card04 a:visited{
	color:#222;
  }
  .cp_card04 a:hover{
	color:#222;
  }

/*新しい求人のcss*/

.recr-list {
	list-style-type: none;
	padding: 0;
  }

  .recr-item {
	border-bottom: 1px solid #222;
	border-top:1px solid #222;
	background-color: #FFF;
	padding: 10px 10px 0px 10px;
	width: 90%;
	margin: 0 auto;
  }


  .recr-item-even {
	background-color:#FBE4C7;
  }




.recr-list a{
	text-decoration: none;
	color:#222;
}



.recr-p1 {
	margin: 0;
	text-align: left;
	font-size: 10pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:16px;
	font-weight: bolder;
  }
  
  .recr-p2 {
	margin: 0;
	text-align: left;
	padding-left: 5%;
	font-size:12pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
	margin-bottom: 5px;
  }

  @media (max-width: 600px) {
	.recr-item {
	  padding: 5px;
	}
  }

  .recr-city{
	background-color:#B0C4DE;
	color:#fff;

    padding: 0px 10px;
}

.recr-job{
	background-color:#C98987;
	color:#fff;
	
    padding: 0px 10px;
}

.recr-pref{
	background-color:#649C6B;
	color:#fff;
	
    padding: 0px 10px;
}



/*---------ここまで------------*/


/*47都道府県市区町村ボタン
--------------------------------------------*/
.japan_47{
    margin: 120px 50px 0 50px;
}
.japan_1790{
    margin-top: 50px;
}
.japan_1790 a:first-child{
    font-size: 2.5rem;
    font-weight: bold;
}
.japan_47 a:hover{
    opacity: 0.5;
}
/*
--------------------------------------------*/


.slidewrap {
	display: flex;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-clip-margin: touch;
  }
   
  .slideitem {
	flex: 0 0 42%;
	margin: 0 10px;
  }

  /*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
	width:94%;
	 margin:0 auto;
 }
 


.slider img {
    width: 280px;
    height: 145px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}


@media screen and (max-width: 768px) {
	.slider img {
	   width: 280px;
	   height: 170px;
	   object-fit: cover;
	   object-position: center;
   }
}

   @media screen and (max-width: 768px){
   .slider img {
	   width: 330px;
	   height: 200px;
	   object-fit: cover;
	   object-position: center;
   }
   }


.slidertitle{
	text-align: center;
}

.slidertitle p{
padding: 5px 30px;
    /* padding-left: 5px; */
    font-size: 20px;
    font-weight: bold;
    background-color: #00afcc;
    display: inline-block;
    width: 90%;
    /* margin: 0 auto; */
    margin: 60px 0px 30px auto;
    /* text-align: center; */
    border-radius: 20px;
    color: #FFF;
    letter-spacing: 2px;
    position: relative;
}

.slider2 img {
	width: 100%;
    object-fit: cover;
    object-position: center;
}
 
 /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
 
 .slider .slick-slide {
	 margin:0 10px;
 }
 
 /*矢印の設定*/
 
 /*戻る、次へ矢印の位置*/
 .slick-prev, 
 .slick-next {
	 position: absolute;/*絶対配置にする*/
	 top: 42%;
	 cursor: pointer;/*マウスカーソルを指マークに*/
	 outline: none;/*クリックをしたら出てくる枠線を消す*/
	 border-top: 2px solid #666;/*矢印の色*/
	 border-right: 2px solid #666;/*矢印の色*/
	 height: 15px;
	 width: 15px;
 }
 
 .slick-prev {/*戻る矢印の位置と形状*/
	 left: -1.5%;
	 transform: rotate(-135deg);
 }
 
 .slick-next {/*次へ矢印の位置と形状*/
	 right: -1.5%;
	 transform: rotate(45deg);
 }
 
 /*ドットナビゲーションの設定*/
 
 .slick-dots {
	 text-align:center;
   margin:20px 0 0 0;
 }
 
 .slick-dots li {
	 display:none;
   margin:0 5px;
 }
 
 .slick-dots button {
	 color: transparent;
	 outline: none;
	 width:8px;/*ドットボタンのサイズ*/
	 height:8px;/*ドットボタンのサイズ*/
	 display:block;
	 border-radius:50%;
	 background:#ccc;/*ドットボタンの色*/
 }
 
 .slick-dots .slick-active button{
	 background:#333;/*ドットボタンの現在地表示の色*/
 }
 
 
 /*========= レイアウトのためのCSS ===============*/
 

 h2,p {
	 text-align:center;
	 padding:1px;
 }
 
 ul{
   margin:0;
   padding: 0;
   list-style: none;
 }
 
 a{
   color: #333;
 }
 
 a:hover,
 a:active{
   text-decoration: none;
 }

 .sliderbox{
	width: 820px;
	margin: 0 auto;
 }


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


 @media screen and (max-width: 777px) {
 .sliderbox {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 40px;
}
 }

 @media screen and (max-width: 500px){
.sliderbox {
    width: 98%;
    margin: 0 auto;
    padding-bottom: 0px;
}

.slidertitle p{
	padding: 5px 30px;
		/* padding-left: 5px; */
		font-size: 18px;
		font-weight: bold;
		background-color: #00afcc;
		display: inline-block;
		width: 90%;
		/* margin: 0 auto; */
		margin: 30px 0px 10px auto;
		/* text-align: center; */
		border-radius: 20px;
		color: #FFF;
		letter-spacing: 2px;
		position: relative;
	}

	.btn, a.btn, button.btn {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.5;
		position: relative;
		display: inline-block;
		padding: 2rem 4rem;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		letter-spacing: 0.1em;
		color: #FFF;
		border-radius: 30px;
		margin-top: 5px;
		width: 90%;

	}

	.btn-margin {
		margin: 0px auto; 
		text-align: center;
		color: #FFF;
	}


	.content-title p {
		padding: 5px 29px;
		/* padding-left: 5px; */
		font-size: 18px;
		font-weight: bold;
		background-color: #b0c4de;
		display: inline-block;
		/* width: 40%; */
		/* margin: 0 auto; */
		margin: 0px 0px 30px auto;
		/* text-align: center; */
		border-radius: 20px;
		color: #FFF;
		letter-spacing: 2px;
		position: relative;
	}

	.pj_explanation {
		width: 85%;
		font-size: 13px;
	}

	p.event-name {
		font-weight: bold;
		text-align: center;
		font-size: 10px;
	}

	.listA p {
		font-size: 12px;
		color: #272727;
		/* height: 70px; */
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		/* height: 160px; */
		/* margin-bottom: 20px; */
	}
	.listA .text {
		margin: 8px;
		/* text-align: center; */
	}

	article {
		color: #000;
		padding: 5px;
	}

	.news-p2 {
		margin: 0;
		text-align: left;
		padding-left: 5%;
		font-size: 10pt;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 0px;
	}

	.news-p2a {
		margin: 0;
		text-align: left;
		padding-left: 5%;
		font-size: 10pt;
		margin: 8px;
		line-height: 18px;
	}

	.news-p3 {
		font-size: 11pt;
	}

	.text-limit {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		height: 120px;
		/* margin-bottom: 20px; */
		text-align: left;
	}


	.cp_card04 .photo {
		height: 150px;
		overflow: hidden;
	}

	.recr-p2 {
		margin: 0;
		text-align: left;
		padding-left: 5%;
		font-size: 12pt;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		/* margin-top: 10px; */
		/* margin-bottom: 5px; */
	}

	.couponbox {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
	}
	
	

 }

 .twitter{
	width: 80%;
	margin: 0 auto;
	padding-top: 50px;
	
 }

 @media screen and (max-width: 450px){
.tenant-box{
    display: flex;
    flex-basis: 50%;
}
 }

 .news-item-even{
	border: 0px solid #000;
 }

.keisai-title{
	text-align: center;
	font-size: 20px;
	margin-top: 50px;
}

.keisai-title span{
	color: #6186a0;
}