/*
Theme Name: Twenty Eleven Child
Template: twentyeleven
Version: 1.0
Author: odamaki
*/
#page {
	margin: 2em auto;
	max-width: 1280px;
}

#primary {
	float: none;
	margin: 0;
	width: 100%;
}

#content {
	margin: 0 5% 0 5%;
	width: auto;
}

#content section {
  margin-bottom: 35px
}

#content h2 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#site-description {
	color: #333333;
	font-size: 1.125rem;
	margin: 3.65625em 270px 5px 0;
}

#site-title {
	padding: 0 0 3.65625em 0;
}






#content .idx-ken-list {
    font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 0 1.625em 1em;
}

#content .idx-ken-list ul {
    margin: 0 0 1.625em 1em;

}

#content .idx-ken-list > li {
    list-style: none;
}

#content .idx-ken-list > li h3 {
    font-weight: bold;
}

#content .idx-ken-list > li.cat-item {
    margin-bottom: 25px;
}

.hotel-search-list {
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
}

.hotel-search-list th,
.hotel-search-list td {
    padding: 3px 5px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    box-sizing: border-box;

}

.hotel-search-list th {
    font-weight: bold;
    text-align: center;
}

.hotel-search-list tr td:nth-of-type(1) {
    text-align: center;
    width: 50px;
}

.hotel-search-list tr td:nth-of-type(2) {
    max-width: 360px;
}

.hotel-search-list tr td:nth-of-type(3) {
    width: 95px;
}

.hotel-search-list tr td:nth-of-type(4) {
    width: auto;
}

.hotel-search-list tr td:nth-of-type(5),
.hotel-search-list tr td:nth-of-type(6) {
    width: 120px;
}

.page-top-link {
  text-align: center;
}





.page-nate-box {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: center;
}
.page-nate-box span, .page-nate-box a {
  display: block;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #000000; /* 通常の文字色 */
  background: #e2e2e2; /* 通常の背景色 */
}
.page-nate-box a:hover{
  color: #ffffff; /* マウスホバー時の文字色 */
  background: #666666; /* マウスホバー時の背景色 */
}
.page-nate-box .current{
  padding: 10px 15px 10px 15px;
  color: #FFFFFF; /* 現在のページの文字色 */
        background: #666666; /* 現在のページの背景色 */
}
@media only screen and (max-width: 413px) {
.page-nate-box {
  font-size: 12px;
  line-height: 12px;
}
.page-nate-box span, .page-nate-box a {
  padding: 8px 10px 8px 10px;
}
.page-nate-box .current{
  padding: 8px 10px 8px 10px;
}
}













