@charset "UTF-8";
/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
body, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, div, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption, footer {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
object, embed {
  vertical-align: top;
}
hr, legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
img, abbr, acronym, fieldset {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
ul li {
  list-style-type: none;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.clear {
  clear: both;
}
.pc {}
.sp {
  display: none;
}
/*---------------------------------------------
	style定義
  ---------------------------------------------*/ :root {
  --bg-color: #ede9dc;
  --main-color: #678c93;
}
/*---------------------------------------------
	レイアウト
  ---------------------------------------------*/
body {
  color: #3c3c3c;
  font-size: 16px;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: var(--bg-color);
}
#home.en {
  background: url(../en/images/main.jpg) no-repeat center top;
  background-color: #fff;
}
#wallpaper {}
#header_body {
  position: relative;
  width: 100%;
  padding: 0px;
  border-top: 10px var(--main-color) solid;
}
#header {
  max-width: 980px;
  margin: 0 auto;
  padding: 5px 60px 10px;
}
#home #header {}
#menu {
  width: 100%;
  padding: 0;
  position: sticky;
  top: 10px;
}
ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#home ul.menu {
  /*padding-top: 100px;*/
}
ul.menu li {
  margin: 0 0 10px;
  padding: 0;
}
ul.menu li a {
  display: block;
  padding: 14px 10px 11px 15px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border: 1px var(--main-color) solid;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width:980px) {
  ul.menu li.rows a {
    padding: 8px 10px 6px 15px;
    line-height: 1.3;
  }
  a:hover .imghover {
    opacity: 0.6;
  }
}
ul.menu li a.now, ul.menu li a:hover {
  color: #fff;
  border: 1px var(--main-color) solid;
  background-color: var(--main-color);
}
/*
ul.menu li a::before {
  content: "";
	position: absolute;
	top:50%;
	left: 5px;
	margin-top: -7px;
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url("../images/arrow.png") no-repeat center left;
}
ul.menu li a.now:before,
ul.menu li a:hover:before {
  border-left-color: #003292;
}
*/
/*　コンテンツ　*/
#contents_body {
  width: 100%;
}
#contents {
  max-width: 980px;
  margin: 0px auto;
  padding: 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#home #contents {
  background: url(../images/main.jpg) no-repeat right top;
  background-size: 100%;
  background-color: #fff;
}
/*　左カラム　*/
#col_l {
  width: 200px;
  margin-bottom: 15px;
  padding: 0;
}
.side_banner {
  padding-top: 10px;
}
.side_banner li {
  padding-bottom: 10px;
  text-align: center;
  list-style: none;
}
.side_banner li span {
  display: block;
  padding-top: 3px;
  text-align: center;
  font-size: 0.8em;
}
/*　右カラム　*/
#col_r {
  width: 100%;
  max-width: 740px;
  min-height: 550px;
  margin-left: auto;
  padding: 0 0 10px 20px;
}
#col_r h1 {
  margin-bottom: 10px;
  padding: 10px 15px 7px 15px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-radius: 5px;
  background-color: var(--main-color);
  position: relative;
}
/*
#col_r h1::before {
  content: "";
	position: absolute;
	top:10px;
	left: 12px;
  width: 6px;
  height: 60%;
  padding-right:3px;
  background: url("../images/icon.png") no-repeat center center;
}
h2.home_title:after,
#col_r h1:after{
	content: "";
	width: 110px;
	height: 100px;
	background: url(../images/ttl_icon.png) no-repeat center center;
	position: absolute;
	top: -24px;
	right: 0px;
}
*/
h2.home_title {
  padding: 10px 15px 7px 15px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-radius: 5px;
  background-color: var(--main-color);
}
h3.home_title {
  margin-bottom: 10px;
  padding: 5px 15px 3px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  border-radius: 5px;
  background-color: var(--main-color);
}
#home .main_space {
  height: 800px;
  padding: 0;
}
#home .block {
  padding: 0 0 25px;
}
#home .news_block {
  margin-bottom: 20px;
}
.whatsnew_box {
  padding: 10px;
}
.whatsnew {
  width: 100%;
  margin: 0 0 10px;
  max-height: 600px;
  min-height: 500px;
  overflow: auto;
}
.banner_block {}
.banner_block ul {
  display: flex;
  align-items: center;
}
.banner_block ul li {
  padding-right: 20px;
}
.zimu_block {
  padding-bottom: 20px;
}
.zimu_block .zimu_box {
  padding-top: 20px;
}
.zimu_block .zimu_box p {
  padding: 0 12px;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn p {
  padding: 0 20px;
}
.btn i {
  display: inline-block;
  padding-left: 20px;
}
.btn i img {
  width: 24px;
  margin-top: -2px;
  vertical-align: middle;
}
.btn a {
  display: block;
  min-width: 240px;
  padding: 8px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  background-color: #009396;
  text-decoration: none !important;
  border: solid 3px #009396;
  border-radius: 5px;
  transition: all 0.4s;
}
.btn a:hover {
  color: #009396 !important;
  background-color: #d5dce3;
  border: solid 3px #d5dce3;
}
.btn02 a {
  background-color: #da6da5;
  border: solid 3px #da6da5;
}
.btn02 a:hover {
  color: #da6da5 !important;
  background-color: #d5dce3;
  border: solid 3px #d5dce3;
}
/*　フルカラム　*/
#col {
  max-width: 800px;
  margin-bottom: 15px;
}
/*　フッター　*/
#footer_body {
  width: 100%;
  background-color: var(--main-color);
}
#footer {
  max-width: 980px;
  margin: 0 auto;
  padding: 25px 0;
  color: #fff;
}
#footer p {
  font-size: 12px;
  text-align: center;
}
.page_top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  background-color: var(--main-color);
  box-sizing: border-box;
  z-index: 9;
}
@media screen and (max-width:979px) and (min-width:768px) {
  #col_l {
    width: 22%;
  }
  #col_r {
    width: 78%;
  }
  #home .main_space {
    height: 75vw;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width:767px) {
  body {
    line-height: 1.5;
  }
  /*=============================
  .btn-trigger
  =============================*/
  .gnav_btn {
    position: fixed;
    right: 12px;
    top: 24px;
    width: 40px;
    height: 40px;
    padding: 7px 5px;
    cursor: pointer;
    border-radius: 5px;
    background-color: var(--main-color);
    z-index: 99;
  }
  .btn-trigger {
    position: relative;
    width: 30px;
    height: 26px;
    cursor: pointer;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  /*=============================
  #btn01
  =============================*/
  #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  #btn01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  #home {}
  #header {
    padding: 15px 65px 15px 10px;
  }
  #contents {
    padding: 20px 10px;
  }
  #home #contents {
    background: url(../images/main_sp.jpg) no-repeat center top;
    background-size: 100%;
    background-color: #fff;
  }
  #col_l {
    display: none;
  }
  #col_l.active {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 98;
    overflow-y: auto;
  }
  #col_l.active #menu {
    width: 70%;
    padding: 60px 0;
    margin: 0 auto;
    position: relative;
  }
  #col_l.active #menu .menu {}
  body.active {
    overflow: hidden;
  }
  #col_r {
    padding: 0 0 10px;
  }
  #col_r h1 {
    font-size: 20px;
  }
  #home ul.menu {
    padding-top: 0px;
  }
  #home .main_space {
    height: 98vw;
  }
  #home .block {
    padding: 0 0 25px;
  }
  .whatsnew {
    max-height: 400px;
    min-height: 300px;
  }
  .side_banner {
    padding: 10px 20px 0;
    ;
  }
  .btn {
    flex-direction: column;
  }
  .btn p {
    padding-bottom: 15px;
  }
  .page_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}