﻿@charset "utf-8";

/* 下層共通パーツ
-----------------------------------------------------*/
#mainContents {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 15px;
}
#mainContents .imgHeadding {
  padding: 50px 0 40px;
}
.mincho,
.mincho *{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ib {
  display: inline-block;
  font-weight: inherit;
}

@media print, screen and (min-width: 769px) {
  #mainContents .pcHide {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #mainContents .imgHeadding {
    padding: 30px 0 20px;
  }
  #mainContents .spHide {
    display: none;
  }
}

/* クラブメッセージ */
#clubMsg {
  padding: 12% 16% 4%;
  background: url(../images/club_msg_bg.png) no-repeat center top #eee;
  background-size: 100% auto;
}
#clubMsg h4 {
  line-height: 1.4;
  font-weight: bold;
}
#clubMsg .text {
  text-align: left;
  line-height: 1.8;
}
#clubMsg .images {
  overflow: hidden;
}
#clubMsg .images li {
  width: 50%;
  float: left;
}
#clubMsg .images li span {
  display: block;
}
#clubMsg .pb1em {
  padding-bottom: 1em;
}
#clubMsg .link {
  
}
#clubMsg .link a {
  display: inline-block;
  position: relative;
  padding: 4px 30px 4px 9px;
  border: 1px solid #000;
  background: #fff;
}
#clubMsg .link a:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 1px solid #3f3f3f;
  border-right: 1px solid #3f3f3f;
  transform: rotate(45deg);
}

@media print, screen and (min-width: 769px) {
  #clubMsg h4 {
    font-size: 28px;
  }
  #clubMsg h4 .ib {
    display: block;
  }
  #clubMsg .catch {
    padding: 35px 0 25px;
  }
  #clubMsg .text {
    font-size: 15px;
  }
  #clubMsg .images {
    padding: 35px 0 40px 0;
    margin-left: -40px;
  }
  #clubMsg .images li span {
    padding-left: 40px;
  }
  #clubMsg .link a {
    transition: all .15s linear;
  }
  #clubMsg .link a:hover {
    background: #eee;
  }
}
@media only screen and (max-width: 768px) {
  #mainContents {
    font-size: 14px;
  }
  #clubMsg {
    padding: 12% 4% 4%;
  }
  #clubMsg h4 {
    font-size: 20px;
  }
  #clubMsg .catch {
    padding: 25px 0 15px;
  }
  #clubMsg .text {
    font-size: 14px;
  }
  #clubMsg .images {
    padding: 25px 0 30px 0;
    margin-left: -20px;
  }
  #clubMsg .images li span {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #mainContents {
    font-size: 13px;
  }
  #clubMsg h4 {
    font-size: 16px;
  }
  #clubMsg .catch {
    padding: 15px 0 10px;
  }
  #clubMsg .catch img {
    display: block;
    margin: 0 auto;
  }
  #clubMsg .text {
    font-size: 12px;
  }
  #clubMsg .images {
    padding: 20px 0;
    margin-left: -10px;
  }
  #clubMsg .images li span {
    padding-left: 10px;
  }
}