/* --------------------------------------------------------------------------------
Media Query
----------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
flex and CSS3
----------------------------------------------------------------------------------- */
#container {
  width: 100%;
  height: auto;
  background: url(../images/page_bg2019.jpg) center top no-repeat fixed;
  background-size: cover; }

#container #contents {
  max-width: 1246px;
  height: auto;
  margin: 0px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap; }

#contents .mainCenter {
  /*width:488px;*/
  width: 58%;
  height: auto;
  /*position:absolute;
  top:30px;
  left:27.5%	*/
  order: 2; }

.mainCenter h1 {
  padding: 0px 0px 0px 0px; }

.mainCenter h1 img {
  max-width: 100%;
  height: auto; }

.mainCenter .benefitArea {
  width: 80%;
  height: auto;
  margin: 0px auto;
  padding: 12px 0px 4px 0px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  -webkitborder-radius: 8px;
  -moz-border-radius: 8px; }

.benefitArea h2 {
  text-align: center; }

.benefitArea .btn {
  padding: 2px 12px 0px 12px;
  text-align: center;
  overflow: hidden; }

.benefitArea .btn a {
  display: block;
  width: 49%;
  max-width: 258px;
  margin-bottom: 10px; }

.benefitArea .btn a.btnLeft {
  float: left; }

.benefitArea .btn a.btnRight {
  float: right; }

.benefitArea .btn a img {
  width: 100%;
  height: auto; }

.benefitArea ul.benefitCaution {
  padding: 0px 25px 10px 25px; }

ul.benefitCaution li {
  font-size: 87%;
  padding: 0px 0px 0px 1em;
  text-indent: -1em; }

#contents .seasonLeft {
  /*width:255px;*/
  width: 20.46%;
  height: auto;
  order: 1;
  /*position:absolute;
  top:30px;
  left:0px;
  */ }

#contents .seasonRight {
  /*width:255px;*/
  width: 20.46%;
  height: auto;
  order: 3;
  /*position:absolute;
  top:30px;
  right:0px;*/ }

.seasonLeft .season, .seasonRight .season {
  padding: 0px 0px 40px 0px; }

.seasonLeft .season img, .seasonRight .season img {
  max-width: 100%;
  height: auto; }

.bgColor {
  padding-top: 80px;
  padding-bottom: 350px;
  background: url("../images/bg_naritasan.png") center bottom no-repeat;
  background-size: 80%; }
