/*----------全体の css----------*/
header {
	background:#FFC666;
	color: #fff; /* ヘッダーの文字色 */
}
body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	max-width: 10000px;
	background-color: #f8f8f8;
}

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

.logo-size {
	width: 300px;
	margin: 30px 35px 5px
}

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

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

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

@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:25px;
	margin: 0 auto;
	text-decoration: underline;
	padding-top: 40px;
	padding-bottom: 30px;
}

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

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

details {
	border: 1px solid #000;
	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: #FFC666;
	color: #272727;
	padding: 9px;
	text-align: center;
	padding: 30px;
	font-weight: bold;
}
footer a,a:hover,a:visited {
	text-decoration: none;
    color: inherit;
} 

.container {
	overflow: hidden;
}

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

@media screen and (max-width: 960px) {
	/* 959px以下に適用されるCSS（タブレット用）
     */
     header {
		background: #FFC666;
        color: #fff; /* ヘッダーの文字色 */
      }
    
      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: #000;
        padding: 9px;
      }
      aside {
        float: right;
        width: 30%;
        padding: 9px;
        box-sizing: border-box;
      }
      footer {
        background: #FFC666;
        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) {
    header {
		background: #FFC666;
        color: #fff; /* ヘッダーの文字色 */
      }
      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: #FFC666;
        color: #272727;
        padding: 9px;
        text-align: center;
        padding: 30px;
      }
      .container {
        overflow: hidden;
      }
      .container::after {
        content: "";
        clear: both;
        display: block;
      }
}

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



/*----------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;
	padding-left: 25px;
}

@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: 5px;
}
.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: 1em;
    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;
	}
.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;
	margin-top:30px;
	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;
	}
}

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

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

	
}

.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 {
	margin: 30px;
}

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


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

@media screen and (max-width: 713px) {
	.listA .container {
		display: flex;
		flex-wrap: wrap;
	}
}

.listA article {
	flex: 1 1 200px;
	display: flex;
}

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

.listA p {
	font-size: 14px;
	opacity: 0.8;
}

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

.listA a {
	flex: 1;
	margin: 2px;
	display: block;
	border: solid 1px #ddd;
	color: inherit;
	text-decoration: none;
	background-color: #FFFFFF;
}

.listA a:hover {
	opacity: 0.8;
}

.listA .text {
	margin: 5px;
}
/*----------ここまで----------*/

/*----------coupon css----------*/
.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: 35px;
	}
}
@media screen and (min-width: 1480px) {
	.widget-container-coupon {
		padding: 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";

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 10px 50px 10px 50px;
	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: #212529;
	border-radius: 0.5rem;
}

/*ボタン周りの余白用*/
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: 1rem;
}

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

a.btn-coupon .left em {
    font-size: 14pt;
    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;
}

.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;
}

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

.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: #222;
	text-align: center;
	color: #ffffff;
}
.cp_card04 .description {
	padding: 0 1em;
}
.cp_card04 .description h1 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 0.5em;
  margin-top: 20px;
}
.cp_card04 .description .text p {
	margin: 0;
}
.cp_card04 .description a {
	float: right;
	margin-bottom: 10px;
	text-decoration: none;
	color: #222;
}
.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: 100%;
		position: relative;
		margin: 0px 20px;
		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: 4; /* 任意の行数を指定 */
	height: 110px;
}

/*コンテントヴューの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;
}

.content-title {
	width: 90%;
	margin: 0 auto;
}
.content-title p {
	/*text-align: left;}*/
	padding-left: 5px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 5px;
}

.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;
}
/*----------ここまで----------*/

