@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background: #F7F3F0;
  font-size: 0.875rem;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
a:link, a:visited {
  color: #2489ce;
}
a:hover, a:active {
  color: #72b7e6;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.container_1410 {
  position: relative;
  max-width: 1410px;
  margin: 0 auto;
}

.container_1300 {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.container_1150 {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
}

/* hover */
.mhover a:hover {
  opacity: 0.7;
}

/* 見出し */
.ttl02 {
  text-align: center;
  margin-bottom: 40px;
}
.ttl02 .ja {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 1.3125rem;
  color: #00A3D9;
}
.ttl02 .en {
  font-size: 0.625rem;
  font-weight: bold;
  color: #AC9876;
}

.ttl_post {
  font-size: 1.375rem;
  border-bottom: 1px dotted #999;
  margin-bottom: 40px;
  padding-bottom: 4px;
}

@media (max-width: 767px) {
  .ttl_post {
    font-size: 1.125rem;
  }
}
/*----------------------------------------------------
	共通レイアウト
----------------------------------------------------*/
header {
  padding: 25px 0;
  position: relative;
}
header .logo {
  background: url(../images/bar.gif) no-repeat center bottom;
  padding-bottom: 20px;
}
header .header_menu {
  display: none;
  position: absolute;
  right: 20px;
  top: 13px;
  width: 38px;
  height: 40px;
  cursor: pointer;
  z-index: 101;
}
header .header_menu div {
  position: relative;
}
header .header_menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #3DB7DF;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
header .header_menu span:nth-child(1) {
  top: 4px;
}
header .header_menu span:nth-child(2) {
  top: 14px;
}
header .header_menu span:nth-child(3) {
  top: 24px;
}
header .header_menu b {
  display: block;
  position: absolute;
  top: 34px;
  width: 100%;
  font-size: 11px;
  text-align: center;
  color: #3DB7DF;
}
header .header_menu.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
header .header_menu.open span:nth-child(2) {
  width: 0;
  left: 50%;
}
header .header_menu.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

#gnav {
  background: #fff;
}
#gnav li {
  text-align: center;
  line-height: 1.2;
  flex-grow: 1;
  position: relative;
}
#gnav li a {
  display: block;
  padding: 20px 0;
}
#gnav li a span {
  display: block;
}
#gnav li a span.en {
  font-family: 'Nunito', sans-serif;
  color: #333;
  padding: 8px 0 0;
}
#gnav li a span.ja {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 0.625rem;
  color: #00A3D9;
}
#gnav li a:hover {
  opacity: 0.6;
}
#gnav li:after {
  content: '';
  width: 2px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 60%;
  background: url(../images/gnav_bar.jpg) no-repeat center center;
}
#gnav li:last-child:after {
  display: none;
}

#mainimg {
  background: url(../images/mainimg_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
#mainimg .maincatch {
  text-align: center;
}
#mainimg .maincatch li {
  text-align: center;
}
#mainimg .maincatch li img {
  width: 100%;
}

#sub_mainimg {
  background: url(../images/sub_catch_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
#sub_mainimg .sub_catch {
  padding: 50px 2% 40px;
}
#sub_mainimg .sub_catch h2 {
  background: url(../images/sub_catch_bar.png) no-repeat center bottom;
  padding-bottom: 30px;
}
#sub_mainimg .sub_catch h2 .ja {
  text-shadow: 0 0 10px #333;
  font-size: 1.75rem;
  color: #fff;
}
#sub_mainimg .sub_catch h2 .en {
  text-shadow: 0 0 10px #333;
  color: #CFC4AF;
  font-weight: bold;
}

#main {
  padding: 70px 0 90px;
}

footer {
  background-color: #fff;
  padding: 30px 0;
}
footer .container nav {
  margin-bottom: 40px;
}
footer .container nav li {
  font-family: 'Kosugi Maru', sans-serif;
  padding: 0 1rem;
  position: relative;
}
footer .container nav li a {
  color: #333;
}
footer .container nav li a:hover {
  color: #00A3D9;
}
footer .container nav li:after {
  content: '';
  width: 2px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 2px;
  background: url(../images/gnav_bar.jpg) no-repeat center center;
}
footer .container nav li:last-child:after {
  display: none;
}
footer .container .logo {
  margin-bottom: 14px;
}
footer .container address {
  text-align: center;
}

/*----------------------------------------------------
	 <= 1410px
----------------------------------------------------*/
@media (max-width: 1410px) {
  .container_1410 {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
}
/*----------------------------------------------------
	 <= 1300px
----------------------------------------------------*/
@media (max-width: 1300px) {
  .container_1300 {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
}
/*----------------------------------------------------
	 <= 1150px
----------------------------------------------------*/
@media (max-width: 1150px) {
  .container_1150 {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
}
/*----------------------------------------------------
	 <= 1000px
----------------------------------------------------*/
@media (max-width: 1000px) {
  .container {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
}
/*----------------------------------------------------
	phone - tablet <= 767px
----------------------------------------------------*/
@media (max-width: 767px) {
  header {
    background: #fff;
  }
  header .logo {
    background: none;
    padding: 0 22% 0 0;
  }
  header .header_menu {
    display: block;
  }

  #gnav {
    display: none;
  }
  #gnav .flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #gnav .flex li {
    width: 100%;
  }
  #gnav .flex li a .ico {
    display: none;
  }
  #gnav .flex li:after {
    display: none;
  }

  #sub_mainimg .sub_catch {
    padding: 30px 2% 20px;
  }
  #sub_mainimg .sub_catch h1 .ja {
    font-size: 1.25rem;
  }
  #sub_mainimg .sub_catch h1 .en {
    font-size: 0.75rem;
  }

  footer {
    padding-top: 10px;
  }
  footer .container nav .flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #333;
  }
  footer .container nav .flex li {
    width: 50%;
    padding: 0;
    border-bottom: 1px solid #333;
  }
  footer .container nav .flex li a {
    display: block;
    text-align: center;
    padding: 14px 1rem;
  }
  footer .container nav .flex li:after {
    display: none;
  }
  footer .container nav .flex li:nth-child(odd) {
    border-right: 1px solid #333;
  }
  footer .container nav .flex li:last-child {
    border-left: 1px solid #333;
  }
}
/*----------------------------------------------------
	phone <= 480px
----------------------------------------------------*/
