/* ------------------------------------------
  共通
--------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
a img:hover {
  opacity: 0.6;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mg_bottom_20 {
  margin-bottom: 20px;
}
/* フォントweight */
.f100 {
  font-weight: 100;
}
.f300 {
  font-weight: 300;
}
.f350 {
  font-weight: 350;
}
.f400 {
  font-weight: 400;
} /* Regular*/
.f500 {
  font-weight: 500;
}
.f700 {
  font-weight: 700;
}
.f900 {
  font-weight: 900;
}
/* レスポンシブ */
.pc {
  display: none;
}
.sp {
  display: block;
}
@media screen and (min-width:680px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
h2 {
  font-size: 50px;
  line-height: 1.2em;
  font-family: 'Imbue', serif;
  text-align: center;
  margin-top: 90px;
}
@media screen and (min-width: 680px) { /* PC */
  h2 {
    font-size: 70px;
  }
}
h3 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  padding: 40px 0;
  text-align: center;
}
/* ------------------------------------------
  レイアウト設定　mobile > PC　順に記述
--------------------------------------------- */
#WRAPPER {
  width: 100%;
  text-align: center;
  height: 100%;
  overflow-x: hidden;
}
#CONTAINER, #CONTAINER2, #CONTAINER3, #CONTAINER4 {
  margin: 0 auto;
  text-align: center;
  padding: 0 5%;
}
#CONTAINER2 {
  margin-top: calc(11%);
  padding: 0;
}
#CONTAINER5 {
  width: 100%;
  height: auto;
}
#CONTAINER4 {
  width: 100%;
  clear: both;
  margin: 0 auto;
  height: auto;
}
@media only screen and (min-width:600px) and (max-width: 959px) {
  #CONTAINER2 {
    margin-top: calc(7.27272%);
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  }
}
@media only screen and (min-width:960px) and (max-width: 1099px) {
  #CONTAINER2 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1101px) { /* PC */
  #CONTAINER, #CONTAINER2, #CONTAINER3, #CONTAINER4 {
    width: 1100px;
    padding: 0;
  }
  #CONTAINER2 {
    clear: both;
    margin-top: 80px;
  }
}
/* ------------------------------------------
  HEADER
--------------------------------------------- */
#HEADER {
  position: fixed; /*調整 */
  top: 0; /* 調整 */
  left: 0; /* 調整 */
  z-index: 2; /* 調整 */
  background: #FFF; /* 調整 */
  height: auto;
  transition: .3s; /* 調整 */
  width: 100%; /* 調整 */
  filter: alpha(opacity=95); /* 調整 */
  -moz-opacity: 0.95; /* 調整 */
}
#HEADER .BOX { /* 調整 */
  padding-top: 0;
}
#logo {
  text-align: left;
  float: left;
  width: 60%;
  max-width: 320px;
  padding: 10px;
}
@media screen and (min-width:980px) { /* PC */
  #HEADER {
    height: 80px;
  }
  #HEADER .BOX {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
  }
  #logo {
    width: 320px;
    margin-left: 0;
    margin-right: 0;
  }
  #logo img {
    width: 320px;
  }
}
/* ------------------------------------------
  MENU
--------------------------------------------- */
#menu {
  font-family: 'Shippori Mincho', serif;
  margin-bottom: 0;
}
.nav-collapse, .nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-collapse, .nav-collapse ul {
  list-style: none;
  float: left;
  width: 100%;
  box-shadow: 0px 3px 6px gray;
}
.nav-collapse li {
  float: left;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #CCC;
  padding: 10px 0 10px 10px;
  width: 100%;
  text-align: left;
}
.nav-collapse li a {
  width: 100%;
  display: block;
}
.nav-collapse li span {
  font-size: 10px;
}
.nav-collapse i {
  padding-right: 0.3em;
}
.drawer__item__name__icon--right {
  width: 10%;
  float: right;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-top: 5px;
}
@media screen and (min-width:980px) { /* PC */
  #menu {
    width: 780px;
  }
  .nav-collapse, .nav-collapse ul {
    width: 100%;
    box-shadow: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-collapse li {
    width: auto;
    text-align: right;
    border-bottom: none; /* 非表示 */
    padding: 0 30px 0 0;
    padding-bottom: 3px;
    min-height: 40px;
  }
  .nav-collapse li span {
    font-size: 12px;
  }
  .nav-collapse li + li {
    border-left: 0;
  }
  .nav-collapse i {
    display: none;
  }
}
.nav-collapse a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}
.nav-collapse a {
  text-decoration: none;
  color: #333;
}
.nav-collapse a:link {
  text-decoration: none;
}
.nav-collapse a:visited {
  text-decoration: none;
}
.nav-collapse a:hover {
  text-decoration: none;
  color: #9b722d;
}
.nav-collapse a:active {
  text-decoration: none;
}
.drawer__item__name__icon--right i a {
  text-decoration: none;
  color: #CCC;
}
.drawer__item__name__icon--right a:link {
  text-decoration: none;
}
.drawer__item__name__icon--right a:visited {
  text-decoration: none;
}
.drawer__item__name__icon--right a:hover {
  text-decoration: none;
  color: #456BFF;
}
.drawer__item__name__icon--right a:active {
  text-decoration: none;
}
.nav-collapse .alt a {
  background: #555;
}
@media screen and (min-width:751px) {
  .nav-collapse a {
    height: 20px;
    padding-top: 0px;
    padding-left: 10px;
    float: left;
    text-align: center;
  }
  .nav-collapse i {
    display: none;
  }
  .drawer__item__name__icon--right {
    display: none;
  }
}
.nav-collapse ul ul a {
  background: #993399;
  padding-left: 0em;
}
@media screen and (min-width:751px) {
  .nav-collapse ul ul a {
    display: none;
  }
}
.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 70px;
  height: auto;
  float: right;
  margin-top: 10px;
  text-indent: -9999px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #9b722d url("hamburger.gif") no-repeat 50% 50%; /* メニューアイコンの色 */
}
.nav-toggle.active {
  background: #9b722d url("close.gif") no-repeat 50% 50%; /* メニューアイコンの色 */
}
@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .nav-toggle {
    background-image: url("hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
  .nav-toggle .active {
    background-image: url("close-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}
/* ------------------------------------------
  FOOTER
--------------------------------------------- */
.footer {
  flex-direction: column;
  margin-bottom: 30px;
  text-align: left;
  border-top: solid 1px #364e96;
}
.footer li {
  padding: 10px 0;
}
.footer li a:hover {
  color: #9b722d;
}
.copyright {
  font-size: 12px;
}
@media screen and (min-width:960px) {
  .footer {
    flex-direction: row;
    margin: 40px 0;
	   border: none;
  }
  .footer li {
    margin-right: 30px;
  }
	.copyright {
 margin-left: auto;
}
}
/* ------------------------------------------
  アンカートップ
--------------------------------------------- */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 30px;
  background: #9b722d;
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::after {
  content: '▲';
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}