﻿@charset "UTF-8";

/*PC CSS -content Layout-*/

/***********************************
content Layout
************************************/

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

.container {
  width: 95%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.grid {
  width: 100%;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  margin-bottom: 40px;
  border: 1px solid #eee;
  /*box-sizing: border-box;*/
}

.grid > section {
  width: 100%;
  padding: 30px 20px 25px;
  /*min-height: 100px;
	background-color: #FF9C9E;*/
}

.grid:nth-of-type(even) section {
  /*background-color: #A6DF44;*/
}

.sizer {
  width: 25%;
}

.grid {
  /*width: calc(100% / 2);*/
  font-size: 0px;
  line-height: 0px;
}

/*追加*/

a.cl {
  display: block;
  /*border: 1px solid #eeeeee;*/
}

.cBox {
  width: 100%;
  position: relative;
}

.cBox img {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.cBox .txtBox {
  /*position: absolute;*/
  right: 0px;
  bottom: 0px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.cBox .txtBox h2 {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  text-align: right;
  padding-right: 2%;
  color: #333;
  padding-bottom: 10px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 10px !important;
  margin-left: 0px;
  font-size: 24px;
  line-height: 28px;
}

.cBox .txtBox p {
  text-align: right;
  padding-right: 2%;
  color: #333;
  margin: 15px 0 0;
  padding-top: 0px;
  padding-bottom: 0;
  padding-left: 0px;
  font-size: 12px;
  line-height: 12px;
}

.cBox .txtBox p i {
  margin-right: 5px;
  color: #d5b94f;
  font-size: 18px;
  vertical-align: -5px;
}

/*#newsBox*/
#mainContainer #newsBox .stTitle {
  position: static;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  width: 100%;
  font-size: 16px;
  padding-left: 0;
  padding-bottom: 5px;
  margin: 0px;
  background: none;
}

#newsBox ul#newsList {
  position: static;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#newsBox ul#newsList li {
  display: block;
  margin-bottom: 10px;
  line-height: 15px;
  font-size: 15px;
  /*	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}

#newsBox ul#newsList a:link {
  text-decoration: underline !important;
}

#newsBox ul#linkBox {
  position: static;
  width: 100%;
  margin-bottom: 20px;
}

#newsBox ul#linkBox li {
  display: block;
  margin-bottom: 10px;
}

/*#newsBox ul#linkBox li:last-child{
	margin-top: 20px;
}*/

#newsBox ul#linkBox li a {
  display: block;
  font-size: 12px;
  line-height: 28px;
  border: 2px solid #eeeeee;
  font-weight: bold;
}

#newsBox ul#linkBox li i {
  font-size: 16px;
  padding-top: 6px;
  padding-right: 5px;
  padding-left: 5px;
}

#newsBox ul#newsList li time {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
}
#newsBox ul#newsList li p {
  margin-top: 5px;
  padding-left: 0.5em;
  font-size: 14px;
}

/*#bnrBox*/
#homeBox #bnrBox {
  display: none;
}

#homeBox #linkArea {
  margin: 0 auto 50px;
  width: calc(100% - 20px);
}

#homeBox #linkArea div:first-child {
  margin-bottom: 30px;
  margin-top: 10px;
}

#homeBox #linkArea a {
  display: block;
  margin: 0 auto 5px;
  padding: 0;
}
#homeBox #linkArea img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 485px;
}

/*#newsList_topic*/
#newsList_topic {
  width: 100%;
  display: block;
  border: 2px solid #d6ba4b;
  background: none;
}

#newsList_topic h1:before {
  background: none;
}

#newsList_topic h3 a {
  text-decoration: underline;
}

#newsList_topic .stTitle {
  color: #fff;
  line-height: 3;
  font-size: 1.5em;
  background-image: none;
  background-color: #d6ba4b;
  padding-left: 8px;
}

#newsList_topic ul {
  padding: 10px;
}

#newsList_topic ul li h3 {
  font-size: 1.3em;
}

#newsList_topic ul li time {
  color: #d6ba4b;
  font-size: 0.9em;
}

#newsList_topic ul li p {
  margin: 12px 0 5px;
  font-size: 13px;
}

#newsList_topic .topic02 {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #eee;
}

/*#newsList_topic ul li p{
	margin: 12px 0 0;
	font-size: 13px;

}*/

/*#search_sp*/
#search_sp {
  width: 100%;
  height: auto;
  background: url(../assets/images/bgSiteMapBox.png) left top;
  padding: 30px 15px 15px;
  text-align: center;
}

#mainContainer #search_sp .stTitle {
  font-size: 1.4em;
  background-image: none;
  padding-left: 0;
}

#mainContainer #search_sp .stTitle img {
  width: 32px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  padding-right: 8px;
}

/*#mainContainer #search_sp .stTitle{
	font-size: 1.5em;
	padding: 5px 0 5px 38px;
    background-size: 22px auto;
}*/

.contents_wrap #search_sp img {
  display: block;
  width: 77%;
  margin: 25px auto;
}

#search_sp p {
  margin-bottom: 8px;
}

#search_sp .btn_sp01 {
  background-color: #333;
  background-image: url(../images/iconSearch.png);
  background-repeat: no-repeat;
  background-position: 90% center;
}

#search_sp .btn_sp01 a {
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5em;
  line-height: 4;
}

#search_sp .btn_sp02 {
  background-color: #d6ba4b;
  width: 49%;
  float: left;
}

#search_sp .btn_sp02 a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 4;
  letter-spacing: -0.1em;
  margin-left: -10px;
}

#search_sp .btn_sp03 {
  border: 3px solid #d6ba4b;
  width: 49%;
  float: right;
  background-image: url(../images/iconHotel.png);
  background-repeat: no-repeat;
  background-position: 10% center;
}

#search_sp .btn_sp03 a {
  display: block;
  color: #d6ba4b;
  font-size: 14px;
  padding: 8px 0 8px 22px;
  line-height: 2.5;
  letter-spacing: 0.01em;
}

#search_sp .btn_sp03 a span {
  text-align: left;
}

#search_sp .btn_sp02 i {
  vertical-align: -5px;
}

#search_sp .btn_sp03 i {
  vertical-align: -13px;
}

#search_sp .plan_sp01 a {
  display: inline-block;
  border-bottom: 3px solid #d6ba4b;
  line-height: 1.6em;
  font-size: 1.3em;
  font-weight: bolder;
}
#search_sp .plan_sp01 i {
  vertical-align: middle;
}

#search_sp ul li {
  text-align: left;
  line-height: 2;
}

#search_sp ul li i {
  color: #d6ba4b;
  vertical-align: -4px;
}

#search_sp .material-icons {
  font-size: 18px;
}

@media screen and (min-width: 640px) {
  .container {
    margin-bottom: 20px;
    letter-spacing: -5em;
  }

  .grid {
    display: inline-block;
    width: calc(100% / 2 - 20px);
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-right: 39px;
    letter-spacing: normal;
    vertical-align: top;
    /*box-sizing: border-box;*/
  }
  div.grid:nth-of-type(even) {
    margin-right: 0;
  }
  .cBox .txtBox h2 {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 10px;
  }

  .cBox .txtBox p {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 0;
    padding-top: 5px;
  }
  .cBox .txtBox p i {
    vertical-align: -3px;
  }

  /*#newsBox*/
  #newsBox {
    position: static;
  }

  #mainContainer .container #news.grid > section {
    padding: 20px 15px 0;
    /*min-height: 100px;
	background-color: #FF9C9E;*/
  }

  #mainContainer #newsBox .stTitle {
    /*position: absolute;*/
    position: static;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
    width: 100%;
    font-size: 18px;
    padding-left: 0;
    padding-bottom: 10px;
    margin: 0px 0 20px;
    background: none;
  }

  #newsBox ul#newsList {
    /*position: absolute;*/
    position: static;
    width: 95%;
    max-height: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
    top: 50px;
  }

  #newsBox ul#newsList li {
    display: block;
    margin-bottom: 10px;
    line-height: 14px;
    font-size: 14px;
  }

  #newsBox ul#linkBox {
    /*position: absolute;*/
    position: static;
    width: 100%;
    top: 140px;
  }

  #newsBox ul#linkBox li {
    display: block;
    margin-bottom: 10px;
  }

  /*#newsBox ul#linkBox li:last-child{
	margin-top: 30px;
}*/

  #newsBox ul#linkBox li a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    border: 2px solid #eeeeee;
    font-weight: bold;
  }

  #newsBox ul#linkBox li i {
    font-size: 19px;
    padding-right: 9px;
    padding-left: 5px;
    padding-top: 10px;
  }

  /*#bnrBox*/
  #homeBox #bnrBox {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
    margin-bottom: 10px;
  }

  #homeBox #bnrBox img {
    width: 100% !important;
  }

  #homeBox #bnrBox img.tomoka {
    border: 1px solid #d6ba4b;
  }

  #homeBox #bnrBox .txtBox {
    position: absolute;
    bottom: 0px;
    width: 50%;
    margin: 0px;
    padding: 0px;
    right: 20px;
    color: #333;
    text-align: right;
  }

  #homeBox #bnrBox .txtBox h2 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    margin: 0px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 0px;
  }

  #homeBox #bnrBox .txtBox p {
    font-size: 14px;
    line-height: 12px;
    padding-bottom: 20px;
    padding-top: 15px;
    padding-right: 5px;
    margin: 0px;
    display: block;
  }
  #homeBox #bnrBox .txtBox p i {
    margin-right: 5px;
    color: #d5b94f;
    font-size: 18px;
    vertical-align: -4px;
  }
  #homeBox #linkArea {
    display: table;
    margin: 0 auto 50px;
    width: calc(94% + 30px);
    border-collapse: separate;
    border-spacing: 15px 0;
  }

  #homeBox #linkArea a {
    display: table-cell;
    margin: 0 auto;
    padding: 0;
  }
  #homeBox #linkArea img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: none;
  }

  /*.iconBox*/
  #homeBox span.iconUBox {
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
  #homeBox .container div#tomoka {
    display: none;
  }

  /*newsList_topic*/
  #newsList_topic {
    display: table;
    margin: 10px auto -50px;
  }
  #newsList_topic .stTitle {
    display: table-cell;
    width: 25%;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
  }

  #newsList_topic ul {
    margin: 10px 20px;
  }

  #newsList_topic ul li time {
    font-size: 12px;
  }

  #newsList_topic ul li p {
    width: 100%;
  }
}

@media print, screen and (max-width: 639px) {
  #homeBox #linkArea div:first-child {
    margin-bottom: 0px;
  }
}

@media print, screen and (min-width: 1024px) {
  .container {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }

  .grid {
    width: calc(100% / 3 - 30px);
    margin-right: 44.5px;
    padding: 0;
  }
  div.grid:nth-of-type(even) {
    margin-right: 45px;
  }
  div.grid:nth-of-type(3n) {
    margin-right: 0;
  }

  .sizer {
    width: calc(100% / 3);
  }
  .grid > section {
    width: 100%;
    padding: 30px;
    /*min-height: 100px;
	background-color: #FF9C9E;*/
  }
  .cBox .txtBox h2 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  /*.cBox .txtBox p{
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 10px;
}*/

  /*#newsBox*/
  #newsBox {
    position: static;
  }
  #mainContainer .container #news.grid > section {
    padding: 20px 25px 0;
    /*min-height: 100px;
	background-color: #FF9C9E;*/
  }

  #mainContainer #newsBox .stTitle {
    margin-bottom: 10px;
    padding-bottom: 0px;
    /*font-size: 20px;
	margin-bottom: 30px;
	position: absolute;
	position: static;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	width: 100%;
	padding-bottom: 0px;
	font-size: 18px;
	margin: 0px;*/
  }

  #newsBox ul#newsList {
    padding: 5px 0 0;
    margin-bottom: 20px;
    max-height: 180px;
    overflow-y: auto;
    /*position: absolute;
	position: static;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	top: 60px;*/
  }

  #newsBox ul#newsList li {
    display: block;
    margin-bottom: 10px;
    line-height: 14px;
    font-size: 12px;
  }

  #newsBox ul#linkBox {
    /*position: absolute;*/
    /*position: static;
	width: 100%;
	top: 150px;*/
  }

  #newsBox ul#linkBox li {
    display: block;
  }

  #mainContainer #newsBox ul#linkBox li:last-child a {
    margin-bottom: 0;
  }

  #newsBox ul#linkBox li a {
    display: block;
    line-height: 35px;
    border: 2px solid #eeeeee;
    font-weight: bold;
  }

  #newsBox ul#linkBox li i {
    font-size: 14px;
    padding-right: 9px;
    padding-left: 5px;
    padding-top: 10px;
  }

  /*#bnrBox*/
  #homeBox #bnrBox {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
    margin-bottom: 20px;
  }

  #homeBox #bnrBox img {
    width: 100% !important;
    /*border: 1px solid #eee;*/
  }

  #homeBox #bnrBox .txtBox {
    position: absolute;
    bottom: 0px;
    width: 50%;
    margin: 0px;
    padding: 0px;
    right: 0;
    color: #333;
    text-align: right;
  }

  #homeBox #bnrBox .txtBox h2 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    margin: 0px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 0px;
  }

  #homeBox #bnrBox .txtBox p {
    font-size: 14px;
    line-height: 12px;
    padding-bottom: 20px;
    padding-top: 15px;
    padding-right: 5px;
    margin: 0px;
    display: block;
  }

  #homeBox #linkArea {
    display: table;
    margin: 0 auto 30px;
    width: 1060px;
    border-collapse: separate;
    border-spacing: 30px 0;
  }
  #homeBox #linkArea a {
    display: table-cell;
    margin: 0 auto;
    padding: 0;
  }
  #homeBox #linkArea img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: none;
  }

  /*.iconBox*/
  #homeBox span.iconUBox {
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
  /*newsList_topic*/
  #newsList_topic {
    width: 1000px;
    margin: -20px auto -50px;
  }

  #newsList_topic ul {
    margin-left: 60px;
  }
}

/* 251126　新着情報にInstagram追加 */
#ig .icon {
  display: inline-block;
}

#newsBox ul#linkBox #ig a {
  position: relative;
  border: 2px solid #e5309c;
  padding-left: 28px;
}
#newsBox ul#linkBox #ig a::before {
  position: absolute;
  display: inline-block;
  content: '';
  background: url(../images/insta.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}
