@charset "UTF-8";
/* ======================================
common
====================================== */
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5% !important;
}

html, body {
  width: 100%;
}

body {
  color: #646464;
  text-align: center;
  font-family: "Hiragino Kaku Gothic W3 JIS2004",YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  background-color: #505050;
}

body.fixed {
  background-color: #fff;
}

#wrapper {
  min-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  clear: both;
  display: block;
  position: relative;
  background-color: #fff;
}

a {
  color: #646464;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

a:hover {
  color: #999;
}

img {
  border-style: none;
  vertical-align: bottom;
}

a img {
  border-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  position: relative;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.db {
  display: block !important;
}

a[href^="tel:"] {
  cursor: default;
}

.sans-serif {
  font-family: "Hiragino Kaku Gothic W3 JIS2004",YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

.clear {
  clear: both;
}

@media only screen and (max-width: 640px) {
  #wrapper {
    min-width: 100%;
  }

  .inner {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a:hover {
    color: #646464;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
/* ======================================
#slide_area
====================================== */
#slide_area {
  /*height: 655px;*/
  /*height: 575px;*/
  height: 520px;
  margin-bottom: 56px;
  position: relative;
  /*z-index: 1;*/
  z-index: 0 !important;
}

#slide_area li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

#slide_area .img_slide01 {
  background-image: url("images/top/img_slide01.jpg");
}

#slide_area .img_slide02 {
  background-image: url("images/top/img_slide02.jpg");
}

/*
#slide_area .img_slide03 {
	background-image: url("images/top/img_slide03.jpg");
}
#slide_area .img_slide04 {
	background-image: url("images/top/img_slide04.jpg");
}

/*180112追記編集
#slide_area .img_slide10 {
	background-image: url("images/top/img_slide10.jpg");
}
@media all and (max-width: 640px) {
#slide_area .img_slide10 {
	background-image: url("images/top/img_slide10.jpg");
	background-position: 42%;
}
}
@media all and (max-width: 480px) {
#slide_area .img_slide10 {
	background-image: url("images/top/img_slide10.jpg");
	background-position: 42%;
}
}
@media all and (max-width: 320px) {
#slide_area .img_slide10 {
	background-image: url("images/top/img_slide10.jpg");
	background-position: 42%;
}
}

/*180208追記編集

#slide_area .img_slide11 {
	display:block;
	height:655px;
	background-image: url("images/top/img_slide11.jpg");
}
@media all and (max-width: 640px) {
#slide_area .img_slide11 {
	display:block;
	width:100%;
	height:400px;
	background-image: url("images/top/img_slide11.jpg");
	background-position: -270px;
}
}

@media all and (max-width: 480px) {
#slide_area .img_slide11 {
	display:block;
	width:100%;
	height:300px;
	background-image: url("images/top/img_slide11.jpg");
	background-position: -210px;
}
}
@media all and (max-width: 320px) {
#slide_area .img_slide11 {
	display:block;
	width:100%;
	height:300px;
	background-image: url("images/top/img_slide11.jpg");
	background-position: -220px -85px;
}
}

/*@media all and (max-width: 640px) {
#slide_area .img_slide11 {
	display:block;
	height:655px;
	background-image: url("images/top/img_slide11.jpg");
	background-position: 60%;
}
}
@media all and (max-width: 480px) {
#slide_area .img_slide11 {
	display:block;
	height:655px;
	background-image: url("images/top/img_slide11.jpg");
	background-position: 60%;
}
}
@media all and (max-width: 320px) {
#slide_area .img_slide11 {
	display:block;
	height:655px;
	background-image: url("images/top/img_slide11.jpg");
	background-position: 60%;
}
}
*/
/*-------------*/
/*171102追記編集
#slide_area .img_slide05 {
	display:block;
	height:655px;
	background-image: url("images/top/img_slide05.jpg");
}
@media all and (max-width: 640px) {
#slide_area .img_slide05 {
	display:block;
	width:100%;
	height:400px;
	background-image: url("images/top/img_slide05.jpg");
	background-position: -270px;
}
}
@media all and (max-width: 480px) {
#slide_area .img_slide05 {
	display:block;
	width:100%;
	height:300px;
	background-image: url("images/top/img_slide05.jpg");
	background-position: -210px;
}
}
@media all and (max-width: 320px) {
#slide_area .img_slide05 {
	display:block;
	width:100%;
	height:300px;
	background-image: url("images/top/img_slide05.jpg");
	background-position: -220px -85px;
}
}
/*-------------*/
/*171222追記編集
#slide_area .img_slide08 {
	display:block;
	height:655px;
	background-image: url("images/top/img_slide08.jpg");
}
@media all and (max-width: 640px) {
#slide_area .img_slide08 {
	display:block;
	width:100%;
	height:400px;
	background-image: url("images/top/img_slide08.jpg");
	background-position: -270px;
}
}
/*171228追記編集
#slide_area .img_slide09 {
	display:block;
	height:655px;
	background-image: url("images/top/img_slide09.jpg");
}
@media all and (max-width: 640px) {
#slide_area .img_slide09 {
	display:block;
	width:100%;
	height:300px;
	background-image: url("images/top/img_slide09.jpg");
	background-position: center;
}
}
@media all and (max-width: 480px) {
#slide_area .img_slide08 {
	display:block;
	width:100%;
	height:300px;
	background-image: url("images/top/img_slide08.jpg");
	background-position: -210px;
}
}
@media all and (max-width: 320px) {
#slide_area .img_slide08 {
	display:block;
	width:100%;
	height:300px;
	background-image: url("images/top/img_slide08.jpg");
	background-position: -220px -85px;
}
}

/*-------------*/
#slide_area .img_slide06 {
  background-image: url("images/top/img_slide06.jpg");
}

/* 2020.04 */
#slide_area .img_n_slide01_pc {
  background-image: url("images/top/img_n_slide01_pc.jpg");
}

#slide_area .img_n_slide02_pc {
  background-image: url("images/top/img_n_slide02_pc.jpg");
}

#slide_area .img_n_slide03_pc {
  background-image: url("images/top/img_n_slide03_pc.jpg");
}

#slide_area .img_n_slide04_pc {
  background-image: url("images/top/img_n_slide04_pc.jpg");
}

#slide_area .img_n_slide01_up_pc {
  background-image: url("images/top/img_n_slide01_up_pc.jpg");
}

#slide_area .img_n_slide02_up_pc {
  background-image: url("images/top/img_n_slide002_up_pc.jpg");
}

#slide_area .img_n_slide03_up_pc {
  background-image: url("images/top/img_n_slide03_up_pc.jpg");
}

#slide_area .img_n_slide04_up_pc {
  background-image: url("images/top/img_n_slide04_up_pc.jpg");
}

#slide_area .img_n_slide01_sp {
  background-image: url("images/top/img_n_slide01_sp.jpg");
}

#slide_area .img_n_slide02_sp {
  background-image: url("images/top/img_n_slide002_sp.jpg");
}

#slide_area .img_n_slide03_sp {
  background-image: url("images/top/img_n_slide03_sp.jpg");
}

#slide_area .img_n_slide04_sp {
  background-image: url("images/top/img_n_slide04_sp.jpg");
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  /*height: 655px;*/
  /*height: 575px;*/
  height: 520px;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dots {
  position: absolute;
  /*bottom: 19px;*/
  bottom: -37px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  background-color: #fff;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  display: block;
  /*border: #fff solid 2px;*/
  content: "";
  text-align: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: #aca165 solid 2px;
}

.slick-dots.col_black li button:before {
  border: #aca165 solid 2px;
}

.slick-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  /*background-color: #fff;*/
  background-color: #aca165;
}

.slick-dots.col_black li.slick-active button:before {
  background-color: #aca165;
}

.slick-dots li button:hover:before {
  /*background-color: #fff;*/
  background-color: #aca165;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-dots.col_black li button:hover:before {
  background-color: #aca165;
}

.slider img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  #slide_area {
    /*height: 480px;*/
    height: 80vw;
    /*margin-bottom: 25px;*/
    margin-top: 40px !important;
    margin-bottom: 40px;
  }

  .slick-track {
    /*height: 400px;*/
    height: 80vw;
    /*margin-top: 40px;*/
  }

  /* Dots */
  .slick-slider {
    /*margin-bottom: 40px;*/
  }

  .slick-dots {
    bottom: -20px;
  }

  .slick-dots li button {
    width: 6px;
    height: 6px;
  }

  .slick-dots li button:before {
    width: 6px;
    height: 6px;
  }

  .slick-dots li button:before {
    background: #d4d4d4 !important;
    border: #d4d4d4 solid 2px !important;
  }

  .slick-dots li.slick-active button:before {
    width: 6px;
    height: 6px;
    background-color: #978a3f !important;
    border: #978a3f solid 2px !important;
  }

  .slick-dots li.slick-active button:hover:before {
    background-color: #978a3f !important;
  }

  .slick-dots li button:hover:before {
    background: #d4d4d4 !important;
  }
}
@media only screen and (max-width: 480px) {
  #slide_area {
    /*height: 360px;*/
  }

  .slick-track {
    /*height: 300px;*/
  }
}
@media only screen and (max-width: 320px) {
  #slide_area {
    /*height: 280px;*/
  }

  .slick-track {
    /*height: 200px*/
  }
}
/* ======================================
#header
====================================== */
#header {
  width: 100%;
  height: 160px;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fixed #header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1100px) {
  .fixed #header {
    width: 1100px;
  }

  #top #header {
    background-color: rgba(255, 255, 255, 0.9);
    /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);*/
  }
}
#header .logo {
  line-height: 1;
  position: absolute;
  top: 20px;
}

/* #nav_sp */
#header #nav_sp {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border: #978a3f solid 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header #nav_sp:hover {
  cursor: pointer;
}

#header #nav_sp .menu-trigger, #header #nav_sp .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
}

#header #nav_sp .menu-trigger {
  position: relative;
  width: 14px;
  height: 30px;
}

#header #nav_sp .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #978a3f;
}

#header #nav_sp .menu-trigger span:nth-of-type(1) {
  top: 9px;
}

#header #nav_sp .menu-trigger span:nth-of-type(2) {
  top: 15px;
}

#header.active #nav_sp .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
}

#header.active #nav_sp .menu-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-3px) rotate(45deg);
}

@media only screen and (max-width: 640px) {
  #header {
    height: 40px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    top: 0;
    background-color: white !important;
  }

  .fixed #header {
    width: 100%;
    position: fixed;
    top: 0;
  }

  #header .logo {
    left: 9px;
    top: 4px;
  }

  #header .logo img {
    height: 32px;
  }
}
/* ======================================
#nav_area
====================================== */
#header #nav_area {
  position: absolute;
  top: 105px;
  left: 0;
}

@media only screen and (max-width: 640px) {
  #header #nav_area {
    width: 100%;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 40px;
    border-top: #c8c8c8 solid 1px;
    background-color: #fff;
    display: none;
    z-index: 100;
  }
}
/* -----------------------
.nav_global
----------------------- */
#header #nav_area .nav_global:after {
  content: "";
  clear: both;
  display: block;
}

#header #nav_area .nav_global li {
  float: left;
  font-size: 1.8rem;
  text-align: center;
  display: block;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  white-space: nowrap;
}

#header #nav_area .nav_global li a {
  height: 45px;
  display: block;
  border-bottom: rgba(255, 255, 255, 0) solid 2px;
}

#header #nav_area .nav_global li .fa {
  font-size: 2.4rem;
}

#header #nav_area .nav_global li a:hover {
  color: #948549;
  border-bottom: #978a3f solid 2px;
}

#header #nav_area .nav_global li span {
  margin-top: 7px;
  display: block;
  font-size: 1.2rem;
}

#header #nav_area .nav_global li .fa + span {
  margin-top: 1px;
}

/* nav_... */
#header #nav_area .nav_global li.nav_home {
  width: 39px;
  margin-right: 47px;
}

#top #header #nav_area .nav_global li.nav_home a {
  color: #948549;
  border-bottom: #978a3f solid 2px;
}

#header #nav_area .nav_global li.nav_concept {
  width: 112px;
  margin-right: 43px;
}

.concept #header #nav_area .nav_global li.nav_concept a {
  color: #948549;
  border-bottom: #978a3f solid 2px;
}

#header #nav_area .nav_global li.nav_design {
  width: 141px;
  margin-right: 51px;
}

.design #header #nav_area .nav_global li.nav_design a {
  color: #948549;
  border-bottom: #978a3f solid 2px;
}

#header #nav_area .nav_global li.nav_introduction {
  width: 112px;
  margin-right: 37px;
}

.introduction #header #nav_area .nav_global li.nav_introduction a {
  color: #948549;
  border-bottom: #978a3f solid 2px;
}

#header #nav_area .nav_global li.nav_plan {
  width: 62px;
  margin-right: 39px;
}

.plan #header #nav_area .nav_global li.nav_plan a {
  color: #948549;
  border-bottom: #978a3f solid 2px;
}

#header #nav_area .nav_global li.nav_access {
  width: 71px;
  margin-right: 45px;
}

.access #header #nav_area .nav_global li.nav_access a {
  color: #948549;
  border-bottom: #978a3f solid 2px;
}

#header #nav_area .nav_global li.nav_souryo {
  width: 54px;
  margin-right: 41px;
}

.souryo #header #nav_area .nav_global li.nav_souryo a {
  color: #948549;
  border-bottom: #978a3f solid 2px;
}

#header #nav_area .nav_global li.nav_voice {
  width: 106px;
}

.voice #header #nav_area .nav_global li.nav_voice a {
  color: #948549;
  border-bottom: #978a3f solid 2px;
}

/*↓160916.INBREED*/
.kaisou #header #nav_area .nav_global li.nav_kaisou {
  display: none;
  width: 106px;
}

.kaisou #header #nav_area .nav_global li.nav_kaisou a {
  color: #948549;
}

/*↑160916.INBREED*/
.tradelaw #header #nav_area .nav_global li.nav_tradelaw a {
  color: #948549;
}

.privacy #header #nav_area .nav_global li.nav_privacy a {
  color: #948549;
}

.column #header #nav_area .nav_global li.nav_column a {
  color: #948549;
}

.faq #header #nav_area .nav_global li.nav_faq a {
  color: #948549;
}

.information #header #nav_area .nav_global li.nav_information a {
  color: #948549;
}

@media only screen and (max-width: 640px) {
  /*↓160916.INBREED*/
  #header #nav_area .nav_global li.sp nav_kaisou {
    display: block !important;
  }

  /*↑160916.INBREED*/
  #header #nav_area .nav_global li {
    width: auto !important;
    margin: 0 !important;
    font-size: 1.5rem;
    text-align: left;
    float: none;
    border-bottom: #c8c8c8 solid 1px;
    white-space: normal;
  }

  #header #nav_area .nav_global li a {
    padding: 12px 20px;
    height: auto;
    border-bottom: none !important;
  }

  #header #nav_area .nav_global li a:hover {
    color: #646464;
    border-bottom: none;
  }

  #header #nav_area .nav_global li .fa {
    font-size: 1.7rem;
  }

  #header #nav_area .nav_global li span {
    margin-top: 0;
    margin-left: 10px;
    font-size: 1.1rem;
    display: inline-block;
  }

  #header #nav_area .nav_global.sp li {
    font-size: 1.2rem;
  }

  #header #nav_area .nav_global.sp li a {
    padding: 14px 20px;
  }
}
/* -----------------------
.contact_header
----------------------- */
#header .contact_header {
  position: absolute;
  top: -80px;
  right: 0;
}

#header .contact_header li {
  margin-left: 16px;
  float: left;
  display: inline;
}

/* .tel */
#header .contact_header li.tel_header {
  width: 265px;
  height: 50px;
  margin-top: 2px;
  margin-left: 0;
  display: block;
}

/* .btn */
#header .contact_header li.btn {
  text-align: center;
  font-size: 1.6rem;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
}

#header .contact_header li.btn .fa {
  margin-right: 10px;
  font-size: 1.8rem;
}

#header .contact_header li.btn a {
  height: 48px;
  padding-top: 14px;
  padding-left: 25px;
  padding-right: 25px;
  /*color: #978a39;*/
  color: #fff;
  /*background-color: #fff;*/
  background-color: #ff96a0;
  display: block;
  /*border: #978a3f solid 1px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header .contact_header li.btn a:hover {
  /*color: #fff;*/
  /*background-color: #978a39;*/
  opacity: 0.6;
}

/* .btn.login */
#header .contact_header li.btn.login {
  display: none;
}

#header .contact_header li.btn.login.login_pc {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 100;
  display: block;
}

#header .contact_header li.btn.login.login_pc .fa {
  margin-left: -1px;
  margin-bottom: 4px;
  font-size: 2.0rem;
}

#header .contact_header li.btn.login.login_pc a {
  width: 1em;
  height: auto;
  /*padding: 20px 25px;*/
  padding: 20px 37px 20px 25px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 0px 3px 1px gba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}

#header .contact_header li.btn.login.login_pc a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

#header .contact_header li.btn.login.login_pc .pc {
  margin-top: 10px;
  line-height: 1.5;
  display: none !important;
}

@media only screen and (max-width: 640px) {
  #header .contact_header {
    position: static;
  }

  #header .contact_header li {
    float: none;
    margin-left: 0;
    display: block;
  }

  /* .btn */
  #header .contact_header li.btn {
    padding: 4px;
    display: block;
    font-size: 1.5rem;
    border-bottom: #c8c8c8 solid 1px;
  }

  #header .contact_header li.btn .fa {
    margin-right: 8px;
    font-size: 1.5rem;
  }

  #header .contact_header li.btn a {
    display: block;
    width: 100%;
  }

  #header .contact_header li.btn a:hover {
    /*color: #978a39;*/
    /*background-color: transparent;*/
    opacity: 1;
  }

  /* .btn.login */
  #header .contact_header li.btn.login {
    display: block;
    position: static;
  }
}
/* ======================================
#pagebody
====================================== */
#pagebody {
  padding-bottom: 100px;
}

.concept #pagebody {
  padding-bottom: 0;
}

#top #pagebody {
  padding-bottom: 0;
}

.introduction #pagebody {
  background-image: url("images/introduction/bg_intro.svg");
  background-repeat: no-repeat;
  background-position: center 1310px;
}

#pagebody .inner {
  width: 960px;
}

@media only screen and (max-width: 640px) {
  #pagebody {
    margin-top: 0 !important;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  #top #pagebody {
    padding-top: 0;
  }

  .introduction #pagebody {
    background-image: none;
  }

  #pagebody .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* -----------------------
#info
----------------------- */
#info {
  padding-top: 12px;
  padding-bottom: 38px;
}

#info dl {
  width: 1000px;
  display: table;
  border: #978a3f solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#info dl dt {
  width: 8em;
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  color: #fff;
  background-color: #978a3f;
  vertical-align: middle;
}

#info dl dd {
  padding: 8px 20px;
  display: table-cell;
  font-size: 1.6rem;
  line-height: 1.4;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  #info {
    padding-top: 0;
    padding-bottom: 10px;
  }

  #info dl {
    width: 100%;
    margin-left: 0;
  }

  #info dl dt {
    width: 5em;
    font-size: 1.2rem;
  }

  #info dl dd {
    padding: 8px 12px;
    font-size: 1.2rem;
  }
}
/* ======================================
#category_top
====================================== */
#category_top {
  height: 220px;
  display: block;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}

/*.concept */
.concept #category_top img {
  margin-left: -1000px;
  position: absolute;
  left: 50%;
  top: 0;
}

.concept #category_top {
  color: #000;
  height: 500px;
  background-position: center top -78px;
}

.concept #category_top .inner {
  width: 1100px;
  height: 500px;
}

.concept #category_top .cts {
  position: absolute;
  top: 50%;
  left: 70px;
}

.concept #category_top .cts .lead {
  margin-bottom: 40px;
  font-size: 2.8rem;
  line-height: 1.9642;
  /*color: #fff;*/
}

.concept #category_top .cts .lead .line:after {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 0.3em;
  width: 1em;
  display: inline-block;
  content: "";
  border: #646464 thin solid;
  /*border: #fff thin solid;*/
}

.concept #category_top .cts .position {
  margin-bottom: 10px;
  text-align: right;
  font-size: 1.5rem;
  /*color: #fff;*/
}

.concept #category_top .cts .name {
  font-size: 2.0em;
  text-align: right;
  /*color: #fff;*/
}

/*.design */
.design #category_top {
  background-color: #978a3f;
  background-image: url("images/design/category_top.svg");
  opacity: 0.8;
}

/*.introduction */
.introduction #category_top {
  height: 500px;
  background-image: url("images/introduction/category_top.jpg");
}

/*.plan */
.plan #category_top {
  background-image: url("images/plan/category_top.jpg");
}

/*.access */
.access #category_top {
  background-image: url("images/access/category_top.jpg");
  background-position: center top;
}

/*.souryo */
.souryo #category_top {
  background-image: url("images/souryo/category_top.jpg");
}

/*.voice */
.voice #category_top {
  background-image: url("images/voice/category_top.jpg");
  background-position: center top;
}

/*.tradelaw */
.tradelaw #category_top {
  background-image: url("images/tradelaw/category_top.jpg");
}

/*.privacy */
.privacy #category_top {
  background-image: url("images/privacy/category_top.jpg");
  background-position: center -99px;
}

/*↓160909.INBREED*/
/*.kaisou*/
.kaisou #category_top {
  background-image: url("images/kaisou/category_top.jpg");
}

/*↑160909.INBREED*/
/*↓161214.INBREED*/
#pagebody .inner .contactBanner {
  width: auto;
  height: auto;
  margin-top: 80px;
  padding: 30px 36px 30px 36px;
  background: url("images/kaisou/contact_banner.jpg") no-repeat;
}

#pagebody .inner .contactBanner:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

#pagebody .inner .contactBanner p {
  text-align: left;
}

#pagebody .inner .contactBanner p.bunnerttl {
  line-height: 1.5em;
  font-size: 1.8em;
  color: #978a3f;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
}

#pagebody .inner .contactBanner p.bunnerttl span.red {
  color: #960000;
}

#pagebody .inner .contactBanner p.bunnertxt {
  margin-top: 10px;
  line-height: 1.75em;
  font-size: 1.0em;
}

#pagebody .inner .contactBanner p.bunnerlink {
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  margin-top: 5px;
  font-size: 1.5em;
}

/*↑161214.INBREED*/
@media only screen and (max-width: 640px) {
  /*↓161214.INBREED*/
  #pagebody .inner .contactBanner {
    padding: 25px 15px 15px 15px;
    width: auto;
    background: url("images/kaisou/contact_banner_sp.jpg") no-repeat;
    background-size: cover;
    border: 1px solid #c8c8c8;
  }

  #pagebody .inner .contactBanner p.bunnerttl {
    font-size: 25px;
    letter-spacing: -0.04em;
  }

  #pagebody .inner .contactBanner p.bunnertext {
    margin-top: 20px;
  }

  #pagebody .inner .contactBanner p.bunnerlink {
    margin-top: 20px;
    displya: block;
    height: 35px;
    weight: auto;
    font-size: 16px;
    background-color: #ffffff;
    border: 1px solid #978a3f;
    text-align: center;
    color: #978a3f;
    line-height: 2.2em;
  }

  /*↑161214.INBREED*/
  #category_top {
    height: 129px;
    background-size: cover;
  }

  /*.concept */
  .concept #category_top {
    text-align: center;
    height: auto;
    background-image: url("images/concept/category_top.jpg");
    background-repeat: no-repeat;
    background-size: auto 154px;
    background-position: top center;
    overflow: hidden;
  }

  .concept #category_top img {
    margin-left: auto;
    margin-right: auto;
    position: static;
    height: 154px;
    display: none;
  }

  .concept #category_top .inner {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .concept #category_top .cts {
    margin-top: 0 !important;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .concept #category_top .cts .lead {
    margin-top: 154px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    text-align: left;
    /*color: #646464;*/
  }

  .concept #category_top .cts .lead .line:after {
    border: #646464 thin solid;
  }

  .concept #category_top .cts .position {
    font-size: 1.0rem;
    color: #646464;
  }

  .concept #category_top .cts .name {
    font-size: 1.3em;
    color: #646464;
  }

  /*.design */
  .design #category_top {
    background-size: cover;
  }

  /*.introduction */
  .introduction #category_top {
    height: 129px;
  }

  /*.plan */
  /*.access */
  /*.souryo */
  .souryo #category_top {
    background-position: left center;
  }

  /*.voice */
  /*.tradelaw */
  /*.privacy */
  .privacy #category_top {
    background-position: center center;
  }
}
@media only screen and (max-width: 480px) {
  /*.souryo */
  .souryo #category_top {
    background-position: left 35% center;
  }
}
/* ======================================
#main
====================================== */
#main {
  font-size: 1.6rem;
  line-height: 1.875;
}

#main h2, #main h3, #main h4, #main h5, #main h6 {
  line-height: 1.5;
}

#main .att {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 1.4rem;
}

/*#main .att02 {
	margin-top: 18px;
	text-align: center;
	font-size: 1.6rem;
}*/
#main .att:before {
  content: "※";
  margin-left: -1em;
}

@media only screen and (max-width: 640px) {
  #main {
    font-size: 1.3rem;
    line-height: 1.6923;
  }

  #main h2, #main h3, #main h4, #main h5, #main h6 {
    line-height: 1.4666;
  }

  #main .att {
    font-size: 1.3rem;
  }

  #main .att02 {
    font-size: 1.5rem;
    text-align: left;
  }
}
/* ======================================
common
====================================== */
/* -----------------------
#ttl_main
----------------------- */
#main #ttl_main {
  padding-top: 63px;
  padding-bottom: 61px;
  text-align: center;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
}

#main #ttl_main .ttl {
  line-height: 1.3;
  font-size: 4.0rem;
  color: #978a3f;
}

#main #ttl_main .eng {
  margin-top: 0;
  color: #969696;
  font-size: 1.8rem;
}

#main #ttl_main .eng:before {
  content: "［";
  margin-right: 6px;
}

#main #ttl_main .eng:after {
  content: "］";
  margin-left: 6px;
}

@media only screen and (max-width: 640px) {
  #main #ttl_main {
    padding-top: 27px;
    padding-bottom: 25px;
    text-align: center;
  }

  #main #ttl_main .ttl {
    font-size: 2.5rem;
  }

  #main #ttl_main .eng {
    font-size: 1.2rem;
  }

  #main #ttl_main .eng:before {
    content: "［";
    margin-right: 3px;
  }

  #main #ttl_main .eng:after {
    content: "］";
    margin-left: 3px;
  }
}
/* -----------------------
.block_
----------------------- */
#main .block .ttl {
  font-size: 3.2rem;
  margin-bottom: 12px;
}

/* .block_lead */
#main .block_lead {
  margin-top: -8px;
  margin-bottom: 65px;
  text-align: center;
}

#main .block_lead .txt {
  font-size: 1.8rem;
  line-height: 1.7777;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
}

/* .block_01 */
#main .block_01 {
  margin-bottom: 70px;
}

.design #main .block_01:last-child {
  margin-bottom: 0;
}

#main .block_01:after {
  content: "";
  clear: both;
  display: block;
}

#main .block_01 .txt {
  margin-top: -8px;
}

#main .block_01 .left {
  width: 462px;
  float: left;
  display: inline;
}

#main .block_01 .right {
  width: 462px;
  float: right;
  display: inline;
}

#main .block_01 .cap {
  margin-top: 5px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.7em;
}

@media only screen and (max-width: 640px) {
  #main .block .ttl {
    font-size: 2.3rem;
    margin-bottom: 9px;
  }

  /* .block_lead */
  #main .block_lead {
    margin-bottom: 30px;
    text-align: left;
  }

  #main .block_lead .txt {
    font-size: 1.4rem;
  }

  /* .block_01 */
  #main .block_01 {
    margin-bottom: 35px;
  }

  #main .block_01 .left {
    width: 100%;
    float: none;
    display: block;
  }

  #main .block_01 .right {
    width: 100%;
    float: none;
    display: block;
  }

  #main .block_01 .img {
    margin-top: 15px;
    text-align: center;
  }

  #main .block_01 .img img {
    margin-left: auto;
    margin-right: auto;
  }

  #main .block_01 .cap {
    font-size: 1.2rem;
  }
}
/* ======================================
img_modal
====================================== */
/* -----------------------
.img_modal00
----------------------- */
#main .img_modal00 {
  width: auto;
  position: relative;
  display: inline-block;
}

#main .img_modal00 a img {
  max-width: 100%;
}

#main .img_modal00 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main .img_modal00 a[href]:hover::after {
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.8);
}

#main .img_modal00.exception a[href]:hover::after {
  box-shadow: none;
}

#main .img_modal00.exception a[href]:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}

@media only screen and (max-width: 640px) {
  #main .img_modal00 a img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }

  #main .img_modal00 a::after {
    display: none;
  }
}
/* -----------------------
.youtube byINBREED_160916
----------------------- */
#main .youtube01 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#main .youtube01 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* -----------------------
.img_modal01
----------------------- */
#main .img_modal01 {
  width: 462px;
  height: 308px;
  position: relative;
}

#main .img_modal01 li {
  position: absolute;
  overflow: hidden;
}

#main .img_modal01 li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main .img_modal01 li a[href]:hover::after {
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.8);
}

/* .img_modal01.img_modal_one */
#main .img_modal01.img_modal_one li img {
  width: 462px;
  height: auto;
}

/* .img_modal01.img_modal_three */
#main .img_modal01.img_modal_three li a {
  width: 230px;
  height: 153px;
  display: block;
}

#main .img_modal01.img_modal_three li img {
  width: 230px;
  height: 153px;
}

#main .img_modal01.img_modal_three li:nth-child(1) {
  left: 0;
  top: 0;
}

#main .img_modal01.img_modal_three li:nth-child(2) {
  left: 0;
  bottom: 0;
}

#main .img_modal01.img_modal_three li:nth-child(3) {
  right: 0;
  top: 0;
  height: 308px;
}

#main .img_modal01.img_modal_three li:nth-child(3) img {
  margin-left: -50%;
  width: auto;
  height: 308px;
}

#main .img_modal01.img_modal_three li.v_long:nth-child(3) img {
  width: 230px;
  height: auto;
  margin-left: 0;
}

.access #main .img_modal01.img_modal_three li:nth-child(3) img {
  margin-left: -12px;
}

@media only screen and (max-width: 640px) {
  #main .img_modal01 {
    width: 100%;
    height: auto;
  }

  #main .img_modal01 li {
    margin-top: 2px;
    position: static;
  }

  #main .img_modal01 li a::after {
    display: none;
  }

  /* .img_modal01.img_modal_one */
  #main .img_modal01.img_modal_one li img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  /* .img_modal01.img_modal_three */
  #main .img_modal01.img_modal_three li a {
    width: auto;
    height: auto;
  }

  #main .img_modal01.img_modal_three li img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  #main .img_modal01.img_modal_three li:nth-child(3) {
    height: auto;
  }

  #main .img_modal01.img_modal_three li:nth-child(3) img {
    margin-left: 0;
    height: auto;
  }

  #main .img_modal01.img_modal_three li.v_long:nth-child(3) img {
    width: auto;
  }

  #main .img_modal01.img_modal_three li.v_long {
    position: relative;
    width: 100%;
    height: auto;
  }

  #main .img_modal01.img_modal_three li.v_long:before {
    content: "";
    display: block;
    padding-top: 66.3793%;
  }

  #main .img_modal01.img_modal_three li.v_long a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #main .img_modal01.img_modal_three li.v_long a img {
    margin-top: -50%;
  }
}
/* -----------------------
.img_modal02
----------------------- */
#main .img_modal02 {
  width: 380px;
  height: 226px;
  position: relative;
}

#main .img_modal02.exception {
  margin-top: 16px;
  margin-bottom: 16px;
}

#main .img_modal02 li {
  position: absolute;
  overflow: hidden;
}

#main .img_modal02 li a {
  width: 380px;
  height: 226px;
  display: block;
}

#main .img_modal02 li img {
  width: 380px;
  height: auto;
}

#main .img_modal02 li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main .img_modal02 li a[href]:hover::after {
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.8);
}

/* .img_modal02.img_modal_one */
/* .img_modal02.img_modal_three */
#main .img_modal02.img_modal_three {
  height: 341px;
}

#main .img_modal02.img_modal_three.exception01 {
  height: 569px;
}

#main .img_modal02.img_modal_three li:nth-child(1) {
  left: 0;
  top: 0;
}

#main .img_modal02.img_modal_three.exception01 li:nth-child(1) {
  left: 0;
  top: 30px;
}

#main .img_modal02.img_modal_three li:nth-child(1) img {
  width: 458px;
  margin-top: -45px;
  margin-left: -32px;
}

#main .img_modal02.img_modal_three li:nth-child(2) {
  left: 0;
  top: 228px;
  width: 189px;
  height: 113px;
}

#main .img_modal02.img_modal_three li:nth-child(2) img {
  max-width: 189px;
}

#main .img_modal02.img_modal_three li:nth-child(3) {
  right: 0;
  top: 228px;
  width: 189px;
  height: 113px;
}

#main .img_modal02.img_modal_three li:nth-child(3) img {
  max-width: 189px;
}

#main .img_modal02.img_modal_three li:nth-child(4) {
  left: 0;
  bottom: 0;
}

#main .img_modal02.img_modal_three li:nth-child(4) img {
  width: 458px;
  margin-top: -45px;
  margin-left: -32px;
}

@media only screen and (max-width: 640px) {
  #main .img_modal02 {
    width: 100%;
    height: auto;
  }

  #main .img_modal02 li {
    position: static;
    overflow: auto;
  }

  #main .img_modal02 li a {
    width: 100%;
    height: auto;
  }

  #main .img_modal02 li img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  #main .img_modal02 li a::after {
    display: none;
  }

  /* .img_modal02.img_modal_one */
  #main .img_modal02.exception {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  /* .img_modal02.img_modal_three */
  #main .img_modal02.img_modal_three {
    height: auto;
  }

  #main .img_modal02.img_modal_three li {
    margin-top: 2px;
  }

  #main .img_modal02.img_modal_three li:nth-child(1) {
    left: 0;
    top: 0;
  }

  #main .img_modal02.img_modal_three li:nth-child(1) img {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  #main .img_modal02.img_modal_three li:nth-child(2) {
    width: 100%;
    height: auto;
  }

  #main .img_modal02.img_modal_three li:nth-child(2) img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  #main .img_modal02.img_modal_three li:nth-child(3) {
    width: 100%;
    height: auto;
  }

  #main .img_modal02.img_modal_three li:nth-child(3) img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
/* -----------------------
.img_modal03
----------------------- */
#main .img_modal03 {
  width: 343px;
  height: 232px;
  position: relative;
}

#main .img_modal03 li {
  position: absolute;
  overflow: hidden;
}

#main .img_modal03 li a {
  width: 343px;
  height: 232px;
  display: block;
}

#main .img_modal03 li img {
  width: 343px;
  height: auto;
}

#main .img_modal03 li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main .img_modal03 li a[href]:hover::after {
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.8);
}

/* .img_modal03.img_modal_one */
#main .img_modal03.img_modal_one li img {
  width: 343px;
  height: auto;
}

/* .img_modal03.img_modal_one */
#main .img_modal03.img_modal_one li img {
  width: auto;
  height: auto;
  max-width: 100%;
}

@media only screen and (max-width: 640px) {
  #main .img_modal03 {
    width: 100%;
    height: auto;
  }

  /*↓16.09.20 INBREED*/
  #main .img_modal03 li {
    position: static;
  }

  #main .img_modal03 li a {
    width: 100%;
    height: auto;
  }

  #main .img_modal03 li img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  #main .img_modal03 li a::after {
    display: none;
  }

  /*↑16.09.20 INBREED*/
}
/* -----------------------
.img_modal04
----------------------- */
#main .img_modal04 {
  width: 330px;
  height: 236px;
  position: relative;
}

#main .img_modal04 li {
  position: absolute;
  overflow: hidden;
}

#main .img_modal04 li a {
  width: 330px;
  height: 236px;
  display: block;
}

#main .img_modal04 li img {
  width: 330px;
  height: auto;
}

#main .img_modal04 li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main .img_modal04 li a[href]:hover::after {
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.8);
}

/* .img_modal03.img_modal_one */
#main .img_modal04.img_modal_one li img {
  width: 340px;
  height: auto;
}

#main .img_modal04.img_modal_one li img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* -----------------------
.img_modal05
----------------------- */
#main .img_modal05 {
  width: 334px;
  height: 229px;
  position: relative;
}

#main .img_modal05 a {
  display: block;
  position: absolute;
}

#main .img_modal05 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main .img_modal05 a[href]:hover::after {
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 640px) {
  #main .img_modal05 {
    width: 100%;
    height: auto;
  }

  #main .img_modal05 a {
    width: 100%;
    position: relative;
  }

  #main .img_modal05 img {
    width: auto;
    max-width: 97%;
    height: auto !important;
  }

  #main .img_modal05 a::after {
    display: none;
  }
}
/* -----------------------
.img_modal06
----------------------- */
#main .img_modal06 {
  width: 158px;
  height: 232px;
  position: relative;
}

#main .img_modal06 a {
  display: block;
  position: absolute;
}

#main .img_modal06 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main .img_modal06 a[href]:hover::after {
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 640px) {
  #main .img_modal06 {
    width: 100%;
    height: auto;
  }

  #main .img_modal06 a {
    width: 100%;
    position: relative;
  }

  #main .img_modal06 img {
    width: auto;
    max-width: 97%;
    height: auto !important;
  }

  #main .img_modal06 a::after {
    display: none;
  }
}
/* ======================================
#top
====================================== */
/*↓16.09.13.INBREED↓*/
#main .nav_kaisoucolumn .nav_kaisou a {
  display: table-cell;
}

#main .nav_kaisoucolumn .nav_kaisou a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#main .nav_kaisoucolumn .nav_column.white a {
  display: table-cell;
}

#main .nav_kaisoucolumn .nav_column.white a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#main .nav_kaisoucolumn {
  margin-bottom: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#main .nav_kaisoucolumn .nav_kaisou {
  position: relative;
  margin-right: 38px;
  width: 476px;
  height: 156px;
  background-image: url("images/top/nav_kaisou.jpg");
  border: 2px solid #C8C8C8;
}

#main .nav_kaisoucolumn .nav_kaisou a {
  width: 476px;
  height: 156px;
}

#main .nav_kaisoucolumn .nav_kaisou .txtArea {
  margin-top: 45px;
  margin-left: 105px;
  text-align: center;
  width: 272px;
  height: 75px;
  /*background-color: rgba(255,255,255,0.4);*/
}

#main .nav_kaisoucolumn .nav_kaisou h2.ttl {
  font-size: 1.625em;
  padding-top: 6px;
  text-align: center;
  color: #000000;
  margin-bottom: -4px;
}

#main .nav_kaisoucolumn .nav_kaisou p.eng {
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  text-align: center;
  color: #978A3F;
}

#main .nav_kaisoucolumn .nav_column {
  width: 476px;
  height: 156px;
  background-image: url("images/top/nav_column.jpg");
  border: 2px solid #C8C8C8;
}

#main .nav_kaisoucolumn .nav_column a {
  width: 476px;
  height: 156px;
}

#main .nav_kaisoucolumn .nav_column .txtArea {
  margin-top: 45px;
  margin-left: 105px;
  text-align: center;
  width: 272px;
  height: 75px;
}

#main .nav_kaisoucolumn .nav_column h2.ttl {
  font-size: 1.625em;
  padding-top: 6px;
  text-align: center;
  color: #000000;
  margin-bottom: -4px;
}

#main .nav_kaisoucolumn .nav_column p.eng {
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  text-align: center;
  color: #978A3F;
}

/*↑16.09.13.INBREED↑*/
/* -----------------------
#nav_top
----------------------- */
#main #nav_top {
  width: 1100px;
  height: 732px;
  margin-left: -50px;
  /*margin-bottom: 45px;*/
  position: relative;
}

#main #nav_top li {
  position: absolute;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}

#main #nav_top li a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
}

#main #nav_top li.white a {
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
}

#main #nav_top li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#main #nav_top li.white a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#main #nav_top li a .ttl {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
}

#main #nav_top li a .eng {
  margin-top: 3px;
  color: #948549;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

#main #nav_top li a .eng:before {
  content: "［";
  margin-right: 3px;
}

#main #nav_top li a .eng:after {
  content: " ］";
  margin-left: 3px;
}

#main #nav_top li a .txt {
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 1.8rem;
}

#main #nav_top li.nav_concept {
  top: 0;
  left: 0;
  background-image: url("images/top/nav_concept.jpg");
  background-position: right -10px center;
}

#main #nav_top li.nav_concept a {
  width: 550px;
  height: 366px;
}

#main #nav_top li.nav_design {
  top: 183px;
  right: 0;
  background-image: url("images/top/nav_design.svg");
  background-color: #a19557;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main #nav_top li.nav_design .eng {
  color: #fff;
}

#main #nav_top li.nav_design:hover {
  background-color: #6c6036;
}

#main #nav_top li.nav_design a {
  width: 550px;
  height: 183px;
  background-color: transparent;
}

#main #nav_top li.nav_introduction {
  top: 366px;
  right: 0;
  background-image: url("images/top/nav_introduction.jpg");
  background-size: cover;
}

#main #nav_top li.nav_introduction a {
  width: 550px;
  height: 366px;
}

#main #nav_top li.nav_plan {
  top: 0;
  right: 0;
  background-image: url("images/top/nav_plan.jpg");
  background-size: 625px auto;
  background-position: left top -135px;
}

#main #nav_top li.nav_plan a {
  width: 550px;
  height: 183px;
}

#main #nav_top li.nav_access {
  bottom: 0;
  left: 0;
  background-image: url("images/top/nav_access.jpg");
  background-size: 289px auto;
}

#main #nav_top li.nav_access a {
  width: 275px;
  height: 183px;
}

#main #nav_top li.nav_souryo {
  top: 366px;
  left: 0;
  background-image: url("images/top/nav_souryo.jpg");
  background-position: left -70px top -90px;
  background-size: 762px auto;
}

#main #nav_top li.nav_souryo a {
  width: 550px;
  height: 183px;
}

#main #nav_top li.nav_voice {
  bottom: 0;
  left: 275px;
  background-image: url("images/top/nav_voice.jpg");
  background-size: 294px auto;
}

#main #nav_top li.nav_voice a {
  width: 275px;
  height: 183px;
}

@media only screen and (max-width: 640px) {
  /*↓16.09.14 INBREED↓*/
  #main .nav_kaisoucolumn {
    display: inline-block;
    display: block;
    text-align: center;
    width: 100%;
    margin-left: -10px;
    margin-bottom: 0;
    padding-right: 20px;
  }

  #main .nav_kaisoucolumn .nav_kaisou {
    height: 152px;
    border: none;
    position: static;
    background-size: cover !important;
    background-position: center center !important;
    text-align: center;
    width: 100%;
    padding-right: 20px;
  }

  #main .nav_kaisoucolumn .nav_kaisou a {
    width: 100%;
    height: 112px;
    display: block;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #main .nav_kaisoucolumn .nav_column {
    height: 152px;
    border: none;
    position: static;
    background-size: cover !important;
    background-position: center center !important;
    padding-right: 20px;
    text-align: center;
    width: 100%;
  }

  #main .nav_kaisoucolumn .nav_column a {
    height: 112px;
    width: 100%;
    display: block;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #main .nav_kaisoucolumn .nav_kaisou .txtArea {
    width: 272px;
    height: 75px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }

  #main .nav_kaisoucolumn .nav_kaisou h2.ttl {
    font-size: 2.2em;
  }

  #main .nav_kaisoucolumn .nav_column.white a {
    display: block;
    width: 100%;
  }

  #main .nav_kaisoucolumn .nav_column .txtArea {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }

  #main .nav_kaisoucolumn .nav_column h2.ttl {
    font-size: 2.2em;
  }

  /*↑16.09.14 INBREED↑*/
  #main #nav_top {
    width: auto;
    height: auto;
    /*margin-bottom: 0;*/
    /*16.09.14 INBREED*/
    margin-left: -10px;
    margin-right: -10px;
  }

  #main #nav_top li {
    position: static;
  }

  #main #nav_top li {
    background-size: cover !important;
    background-position: center center !important;
  }

  #main #nav_top li.nav_concept {
    background-position: center 35% !important;
  }

  #main #nav_top li.nav_plan {
    background-position: center 55% !important;
  }

  #main #nav_top li.nav_souryo {
    background-position: 0 20% !important;
  }

  #main #nav_top li.nav_voice {
    background-position: center 25% !important;
  }

  #main #nav_top li a {
    padding-top: 23px;
    padding-bottom: 20px;
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  #main #nav_top li a .ttl {
    font-size: 2.8rem;
  }

  #main #nav_top li a .eng {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1;
  }

  #main #nav_top li a .txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 400px) {
  #main #nav_top li.nav_souryo {
    background-size: 480px auto !important;
    background-position: -30px 20% !important;
  }
}
/* -----------------------
#banner_top
----------------------- */
#main #banner_top {
  padding-bottom: 45px;
}

#main #banner_top ul {
  margin-left: 55px;
}

#main #banner_top ul:after {
  content: "";
  clear: both;
  display: block;
}

#main #banner_top li {
  margin-right: 30px;
  float: left;
}

#main #banner_top li a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 640px) {
  #main #banner_top {
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
  }

  #main #banner_top ul {
    margin-left: auto;
    margin-right: auto;
  }

  #main #banner_top ul:after {
    content: "";
    clear: both;
    display: block;
  }

  #main #banner_top li {
    margin-right: 0;
    margin-top: 10px;
    float: none;
  }

  #main #banner_top li img {
    max-width: 100%;
    height: auto;
  }
}
/* ======================================
#main #info_area 2020.05
====================================== */
#main #info_area {
  margin-bottom: 30px;
}
#main #info_area #movie_top {
  margin-top: 25px;
}
#main #info_area #movie_top .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#main #info_area #movie_top .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#main #info_area #movie_top .txt_area {
  margin-top: 1.0em;
}
#main #info_area #movie_top .txt_area p.date_mv {
  line-height: 1;
  font-size: 1.4rem;
}
#main #info_area #movie_top .txt_area p.txt_mv {
  margin-top: 0.2em;
  font-size: 1.4rem;
}
#main #info_area #movie_top .txt_area p.att_mv {
  margin-top: 0.5em;
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.4;
  position: relative;
}
#main #info_area #movie_top .txt_area p.att_mv::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#main #info_area #movie_top .txt_area p.link {
  margin-top: 1.1em;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  color: #978a3f;
}
#main #info_area #movie_top .txt_area p.link a {
  color: #978a3f;
}
#main #info_area #movie_top .txt_area p.link a .fa {
  margin-right: 11px;
}
@media only screen and (min-width: 641px) {
  #main #info_area {
    margin-top: 68px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
  }
  #main #info_area #news_top {
    width: 480px;
  }
  #main #info_area #movie_top {
    width: 480px;
    margin-top: 0;
  }
  #main #info_area #movie_top .txt_area p.txt_mv {
    font-size: 1.6rem;
  }
  #main #info_area #movie_top .txt_area p.att_mv {
    font-size: 1.4rem;
  }
  #main #info_area #movie_top .txt_area p.link a:hover {
    color: #c1b98c;
  }
}

/* -----------------------
#main #news_top
----------------------- */
#main #news_top .ttl {
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2.4rem;
  color: #978a3f;
}

#main #news_top .ttl .eng {
  margin-left: 5px;
  font-size: 1.4rem;
  color: #969696;
}

#main #news_top .ttl .eng:before {
  content: "［";
  margin-right: 3px;
}

#main #news_top .ttl .eng:after {
  content: "］";
  margin-left: 3px;
}

#main #news_top li {
  padding: 9px 10px 7px;
  font-size: 1.6rem;
  line-height: 1.75;
  border-bottom: #e6e6e6 solid 1px;
  position: relative;
}

#main #news_top li .date {
  margin-top: 3px;
  font-size: 1.4rem;
}

#main #news_top li:first-child {
  border-top: #e6e6e6 solid 1px;
}

#main #news_top li .new {
  margin-left: 8px;
  padding: 3px 8px;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background-color: #960000;
}

#main #news_top .link {
  margin-top: 10px;
  margin-left: 10px;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  color: #978a3f;
}

#main #news_top .link a {
  color: #978a3f;
}

#main #news_top .link a:hover {
  color: #c1b98c;
}

#main #news_top .link .fa {
  margin-right: 11px;
}

@media only screen and (max-width: 640px) {
  #main #news_top {
    margin-top: 0;
  }

  #main #news_top .ttl {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8rem;
  }

  #main #news_top.ttl .eng {
    font-size: 1.2rem;
  }

  #main #news_top li {
    padding: 10px 0;
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
  }

  #main #news_top li .date {
    margin-top: 0;
    margin-right: 0;
  }

  #main #news_top li .new {
    margin-left: 6px;
    padding: 3px 5px;
    font-size: 1.0rem;
  }

  #main #news_top .link {
    margin-top: 7px;
    margin-left: 0;
  }

  #main #news_top .link a:hover {
    color: #978a3f;
  }
}
/* ======================================
.concept
====================================== */
/* -----------------------
#concept_info
----------------------- */
#main #concept_info {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

#main #concept_info .ttl {
  text-align: center;
}

#main #concept_info .txt {
  text-align: center;
}

#main #concept_info .block_01 {
  margin-top: 70px;
  margin-bottom: 0;
}

#main #concept_info .table_01 {
  font-size: 1.4rem;
  line-height: 2.1428;
  border-top: #c8c8c8 solid 1px;
}

#main #concept_info .table_01 dt {
  width: 8em;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

#main #concept_info .table_01 dd {
  margin-top: -2.25em;
  padding-left: 9em;
  padding-right: 8px;
  border-bottom: #c8c8c8 solid 1px;
}

#main #concept_info .table_01 dd .fa {
  margin-left: 9px;
}

@media only screen and (max-width: 640px) {
  #main #concept_info {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  #main #concept_info .ttl {
    text-align: left;
  }

  #main #concept_info .txt {
    text-align: left;
  }

  #main #concept_info .block_01 {
    margin-top: 30px;
  }

  #main #concept_info .block_01 .img {
    margin-top: 28px;
  }

  #main #concept_info .table_01 {
    font-size: 1.2rem;
    line-height: 1.9166;
  }

  #main #concept_info .table_01 dt {
    padding-left: 5px;
  }

  #main #concept_info .table_01 dd {
    margin-top: -2.1em;
    padding-left: 6em;
    padding-right: 5px;
    padding-bottom: 4px;
  }
}
/* -----------------------
#info_top
----------------------- */
#main #info_top {
  width: 1000px;
  padding-top: 55px;
  padding-bottom: 55px;
}

#main #info_top:after {
  content: "";
  clear: both;
  display: block;
}

/* .block */
#main #info_top .block {
  width: 310px;
  margin-right: 35px;
  float: left;
  display: block;
}

#main #info_top .block:last-child {
  margin-right: 0;
}

/* .list */
#main #info_top .list .ttl {
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2.4rem;
  color: #978a3f;
}

#main #info_top .list .ttl .eng {
  margin-left: 5px;
  font-size: 1.4rem;
  color: #969696;
}

#main #info_top .list .ttl .eng:before {
  content: "［";
  margin-right: 3px;
}

#main #info_top .list .ttl .eng:after {
  content: "］";
  margin-left: 3px;
}

#main #info_top .list li {
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.75;
  border-bottom: #e6e6e6 solid 1px;
}

#main #info_top .list li .date {
  font-size: 1.4rem;
}

#main #info_top .list li:first-child {
  border-top: #e6e6e6 solid 1px;
}

#main #info_top .list li .new {
  margin-left: 6px;
  padding: 3px 8px;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background-color: #960000;
}

#main #info_top .list .link {
  margin-top: 10px;
  margin-left: 10px;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  color: #978a3f;
}

#main #info_top .list .link a {
  color: #978a3f;
}

#main #info_top .list .link a:hover {
  color: #c1b98c;
}

#main #info_top .list .link .fa {
  margin-right: 11px;
}

/* .fb-page */
#main #info_top .fb-page {
  /*width: 340px !important;*/
  width: 100% !important;
  max-width: 100% !important;
}

@media only screen and (max-width: 640px) {
  #main #info_top {
    width: auto;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  /* .block */
  #main #info_top .block {
    width: 100%;
    margin-top: 25px;
    margin-right: 0;
    float: none;
  }

  #main #info_top .block.block_fb {
    text-align: center;
  }

  /* .list */
  #main #info_top .list .ttl {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8rem;
  }

  #main #info_top .list .ttl .eng {
    font-size: 1.2rem;
  }

  #main #info_top .list li {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  #main #info_top .list li .new {
    margin-left: 6px;
    padding: 3px 5px;
    font-size: 1.0rem;
  }

  #main #info_top .list .link {
    margin-top: 7px;
    margin-left: 0;
  }

  #main #info_top .list .link a:hover {
    color: #978a3f;
  }

  /* .fb-page */
  #main #info_top .fb-page {
    width: 100% !important;
  }
}
/* ======================================
.concept
====================================== */
/* -----------------------
#concept_info
----------------------- */
#main #concept_info {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

#main #concept_info .ttl {
  text-align: center;
}

#main #concept_info .txt {
  text-align: center;
}

#main #concept_info .block_01 {
  margin-top: 70px;
  margin-bottom: 0;
}

#main #concept_info .table_01 {
  font-size: 1.4rem;
  line-height: 2.1428;
  border-top: #c8c8c8 solid 1px;
}

#main #concept_info .table_01 dt {
  width: 8em;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

#main #concept_info .table_01 dd {
  margin-top: -2.25em;
  padding-left: 9em;
  padding-right: 8px;
  border-bottom: #c8c8c8 solid 1px;
}

#main #concept_info .table_01 dd .fa {
  margin-left: 9px;
}

@media only screen and (max-width: 640px) {
  #main #concept_info {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  #main #concept_info .ttl {
    text-align: left;
  }

  #main #concept_info .txt {
    text-align: left;
  }

  #main #concept_info .block_01 {
    margin-top: 30px;
  }

  #main #concept_info .block_01 .img {
    margin-top: 28px;
  }

  #main #concept_info .table_01 {
    font-size: 1.2rem;
    line-height: 1.9166;
  }

  #main #concept_info .table_01 dt {
    padding-left: 5px;
  }

  #main #concept_info .table_01 dd {
    margin-top: -2.1em;
    padding-left: 6em;
    padding-right: 5px;
    padding-bottom: 4px;
  }
}
/* ======================================
.plan
====================================== */
/* -----------------------
#plan_intro
----------------------- */
#main #plan_intro {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-right: #c8c8c8 solid 1px;
}

#main #plan_intro a {
  color: #646464;
  text-decoration: none;
  outline: none;
}

#main #plan_intro a:hover {
  color: #646464;
}

#main #plan_intro .box {
  width: 33.3333%;
  padding-left: 20px;
  padding-right: 20px;
  border-left: #c8c8c8 solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main #plan_intro .box .img_modal00 {
  width: 280px;
  height: 167px;
  display: block;
}

#main #plan_intro .box .img_modal00.margin {
  margin-top: 45px;
}

#main #plan_intro .box .img_modal00 a img {
  width: 280px;
  height: 167px;
}

#main #plan_intro .box .ttl {
  margin-top: 18px;
  margin-bottom: 15px;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  font-size: 2.6rem;
  color: #978a3f;
  border: #978a3f solid 1px;
  text-align: center;
}

#main #plan_intro .box .txt {
  line-height: 1.5625;
  font-size: 0.93em;
  letter-spacing: -0.03em;
}

/* .type */
#main #plan_intro .box .type {
  margin-top: 11px;
}

#main #plan_intro .box .type .tag {
  font-size: 1.8rem;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: -10px;
  margin-top: -2px;
}

#main #plan_intro .box .type .tag .title {
  padding-top: 4px;
  float: left;
}

.mark {
  float: left;
  margin-top: 4px;
  margin-left: 10px;
  padding: 0px 5px;
  display: block;
  font-size: 1.6rem;
  color: #fff;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
}

.mark01_s {
  background-color: #960000;
}

.mark02_s {
  background-color: #4b5096;
}

#main #plan_intro .box .type .tag .fa {
  display: none;
}

#main #plan_intro .box .type .price {
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  line-height: 1;
}

#main #plan_intro .box .type .price.exception {
  margin-top: -25px;
}

#main #plan_intro .box .type .price .number {
  font-size: 4.8rem;
  color: #978a3f;
}

#main #plan_intro .box .type .price .unit {
  font-size: 2.4rem;
  color: #978a3f;
}

#main #plan_intro .box .type .price .tax {
  font-size: 2.0rem;
}

#main #plan_intro .box .type .cost {
  margin-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4rem;
  border: #c8c8c8 solid 1px;
}

@media only screen and (max-width: 640px) {
  #main #plan_intro {
    display: block;
    border-right: none;
  }

  #main #plan_intro .box {
    width: 100%;
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }

  #main #plan_intro .box .img_modal00 {
    position: relative;
    width: 100%;
    height: auto;
  }

  #main #plan_intro .box .img_modal00:before {
    content: "";
    display: block;
    padding-top: 43.7931%;
  }

  #main #plan_intro .box .img_modal00 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #main #plan_intro .box .img_modal00 a img {
    margin-top: -10%;
  }

  #main #plan_intro .box .img_modal00 {
    text-align: center;
    display: block;
  }

  #main #plan_intro .box .img_modal00 img {
    margin-top: 0;
  }

  #main #plan_intro .box .ttl {
    font-size: 2.2rem;
  }

  #main #plan_intro .box .txt {
    margin-bottom: 10px;
  }

  /* .type */
  #main #plan_intro .box .type {
    margin-top: 0;
    border-top: #c8c8c8 solid 1px;
    border-left: #c8c8c8 solid 1px;
    border-right: #c8c8c8 solid 1px;
  }

  #main #plan_intro .box .type.exception {
    border-bottom: #c8c8c8 solid 1px;
  }

  #main #plan_intro .box .type:last-child {
    border-bottom: #c8c8c8 solid 1px;
  }

  #main #plan_intro .box .type .tag {
    font-size: 1.3rem;
    color: #978a3f;
  }

  #main #plan_intro .box .type .tag .fa {
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 8px;
  }

  #main #plan_intro .box .type .tag a {
    padding: 5px 15px;
    display: block;
    color: #978a3f;
  }

  #main #plan_intro .box .type .price {
    display: none;
  }

  #main #plan_intro .box .type .price .number {
    display: none;
  }

  #main #plan_intro .box .type .price .unit {
    display: none;
  }

  #main #plan_intro .box .type .price .tax {
    display: none;
  }

  #main #plan_intro .box .type .cost {
    display: none;
  }
}
/* -----------------------
#paln_privilege
----------------------- */
#main #paln_privilege {
  margin-top: 40px;
  padding: 25px 30px;
  border: #978a3f solid 1px;
}

#main #paln_privilege .cts + .cts {
  margin-top: 20px;
}

#main #paln_privilege .ttl {
  margin-bottom: 5px;
  font-size: 2.4rem;
  color: #978a3f;
}

#main #paln_privilege .ttl span {
  margin-left: 20px;
  color: #646464;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic W3 JIS2004",YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main #paln_privilege .block {
  margin-top: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#main #paln_privilege .block .box {
  width: 169px;
  border: #978a3f solid 1px;
}

#main #paln_privilege .block .box .ttl_sub {
  width: 169px;
  height: 3em;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  display: table-cell;
  font-size: 2.0rem;
  line-height: 1.2;
  text-align: center;
  background-color: #978a3f;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main #paln_privilege .block .box .ttl_sub span {
  font-size: 70%;
}

#main #paln_privilege .block .box .txt {
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.4285;
  color: #978a3f;
}

@media only screen and (max-width: 640px) {
  #main #paln_privilege {
    margin-top: 35px;
    padding: 13px;
  }

  #main #paln_privilege .cts + .cts {
    margin-top: 10px;
  }

  #main #paln_privilege .ttl {
    font-size: 2.0rem;
  }

  #main #paln_privilege .ttl span {
    margin-left: 0;
    margin-top: 4px;
    font-size: 1.3rem;
    display: block;
  }

  #main #paln_privilege .block {
    display: block;
  }

  #main #paln_privilege .block .box {
    width: 100%;
  }

  #main #paln_privilege .block .box .ttl_sub {
    width: 100%;
    height: auto;
    padding: 5px;
    font-size: 1.5rem;
    display: block;
  }

  #main #paln_privilege .block .box .txt {
    font-size: 1.3rem;
  }
}
/* -----------------------
.plan_detail
----------------------- */
#main .plan_detail {
  margin-top: 98px;
}

#main .plan_detail .block_lead {
  margin-bottom: 25px;
}

#main .plan_detail .ttl {
  margin-bottom: 12px;
  font-size: 3.2rem;
  text-align: center;
}

#main .plan_detail .txt {
  margin-bottom: 25px;
  text-align: center;
}

#main .txt a.link_underline {
  text-decoration: underline !important;
}

#main .plan_detail .cts {
  border-top: #c8c8c8 solid 1px;
}

#main .plan_detail .block_plan:first-of-type {
  border-top: #c8c8c8 solid 1px;
}

#main .plan_detail .block_plan.special_line:first-of-type {
  border-top: #978a3f solid 1px;
}

#main .plan_detail .block_plan {
  padding: 25px 35px 25px 30px;
  border-bottom: #c8c8c8 solid 1px;
  position: relative;
}

#main .plan_detail .block_plan.special_line {
  border-bottom: #978a3f solid 1px;
}

#main .plan_detail .block_plan .txt {
  margin-bottom: 0;
  text-align: left;
}

#main .plan_detail .block_plan .txt.exception {
  margin-bottom: 25px;
}

#main .plan_detail .block_plan:after {
  content: "";
  clear: both;
  display: block;
}

#main .plan_detail .block_plan .left {
  width: 465px;
  float: left;
}

#main .plan_detail .block_plan .right {
  width: 380px;
  float: right;
}

#main .plan_detail .block_plan .ttl_sub {
  margin-bottom: 10px;
  font-size: 3.0rem;
  line-height: 1.5;
  color: #978a3f;
}

#main .plan_detail .block_plan .ttl_sub:after {
  content: "";
  clear: both;
  display: block;
}

#main .plan_detail .block_plan .ttl_sub .txt {
  float: left;
  display: block;
}

#main .plan_detail .block_plan .ttl_sub .mark {
  margin-top: 4px;
  margin-left: 15px;
  padding: 3px 12px;
  float: left;
  display: block;
  font-size: 1.9rem;
  color: #fff;
}

#main .plan_detail .block_plan .ttl_sub .mark.mark01_l {
  background-color: #960000;
}

#main .plan_detail .block_plan .ttl_sub .mark.mark02_l {
  background-color: #4b5096;
}

#main .plan_detail .block_plan .ttl_sub .mark.mark03_l {
  background-color: #45644d;
}

/* .block_plan.special */
#main .plan_detail .block_plan.special {
  margin-top: 30px;
  padding: 30px;
  border: #978a3f double medium;
  position: relative;
}

/* .type */
#main .plan_detail .block_plan .type {
  width: auto;
  position: absolute;
  bottom: 30px;
}

#main .plan_detail .block_plan .left .type .priceleft {
  width: 265px;
  float: left;
}

#main .plan_detail .block_plan .left .type .priceright {
  width: 250px;
  float: left;
}

#main .plan_detail .block_plan .type.exception {
  width: auto;
  top: 70px;
}

#main .plan_detail .block_plan .type.exception .txt {
  margin-top: 5px;
  margin-bottom: 10px;
}

#main .plan_detail .block_plan .type.exception .txt.txt_s {
  font-size: 0.8em;
  line-height: 1.8;
}

#main .plan_detail .block_plan .type .tag {
  margin-bottom: 3px;
  font-size: 2.0rem;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  line-height: 1.5;
}

#main .plan_detail .block_plan .type .price {
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  line-height: 1;
}

#main .plan_detail .block_plan .type .price.bottom {
  margin-top: 50px;
}

#main .plan_detail .block_plan .type .price .number {
  font-size: 6.5rem;
  color: #978a3f;
}

#main .plan_detail .block_plan .type .price .number.small {
  font-size: 6.0rem;
  color: #978a3f;
}

#main .plan_detail .block_plan .type .price .unit {
  font-size: 3.0rem;
  color: #978a3f;
}

#main .plan_detail .block_plan .type .price .unit.small {
  font-size: 2.5rem;
  color: #978a3f;
}

#main .plan_detail .block_plan .type .price .tax {
  font-size: 1.6rem;
  color: #978a3f;
}

#main .plan_detail .block_plan .type .cost {
  margin-top: 15px;
  padding: 3px 10px;
  font-size: 1.4rem;
  border: #c8c8c8 solid 1px;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  #main .plan_detail {
    margin-top: 40px;
  }

  #main .plan_detail .block_lead {
    margin-bottom: 25px;
  }

  #main .plan_detail .ttl {
    font-size: 2.3rem;
    text-align: left;
  }

  #main .plan_detail .txt {
    text-align: left;
  }

  #main .plan_detail .cts {
    border-top: #c8c8c8 solid 1px;
  }

  #main .plan_detail .block_plan:first-of-type {
    border-top: #c8c8c8 solid 1px;
  }

  #main .plan_detail .block_plan {
    padding: 20px 0;
  }

  #main .plan_detail .block_plan .left {
    width: 100%;
    float: none;
  }

  #main .plan_detail .block_plan .right {
    width: 100%;
    height: auto;
    margin-top: 18px;
    padding: 0;
    text-align: center;
    float: none;
  }

  #main .plan_detail .block_plan .right.img_modal00 {
    height: auto;
    overflow: auto;
  }

  #main .plan_detail .block_plan .ttl_sub {
    font-size: 2.0rem;
  }

  #main .plan_detail .block_plan .ttl_sub .mark {
    margin-left: 0;
    padding: 3px 6px;
    float: right;
    font-size: 1.1rem;
  }

  /* .block_plan.special */
  #main .plan_detail .block_plan.special {
    margin-top: 25px;
    padding: 9px;
  }

  #main .plan_detail .block_plan.special .txt {
    margin-bottom: 25px;
  }

  #main .plan_detail .block_plan.special .txt.exception {
    margin-bottom: 10px;
  }

  /* .type */
  #main .plan_detail .block_plan .type {
    position: static;
  }

  #main .plan_detail .block_plan .type .tag {
    font-size: 1.5rem;
  }

  #main .plan_detail .block_plan .type .price .number,
  #main .plan_detail .block_plan .type .price .number.small {
    font-size: 4.5rem;
  }

  #main .plan_detail .block_plan .type .price .unit {
    font-size: 2.0rem;
  }

  #main .plan_detail .block_plan .type .price .tax {
    font-size: 1.1rem;
  }

  #main .plan_detail .block_plan .type .cost {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
/* -----------------------
#plan_price
----------------------- */
#main #plan_price {
  padding-top: 22px;
}

#main #plan_price .ttl_sub {
  font-size: 2.0rem;
  color: #978a3f;
}

#main #plan_price .table_type01 {
  width: 100%;
  margin-top: 10px;
  color: #978a3f;
  text-align: center;
  border-left: #978a3f solid 1px;
  border-top: #978a3f solid 1px;
}

#main #plan_price .table_type01 th {
  width: 33.3333%;
  padding: 8px 15px 7px;
  font-weight: normal;
  font-size: 1.8rem;
  background-color: #f5f4ed;
  border-right: #978a3f solid 1px;
  border-bottom: #978a3f solid 1px;
  line-height: 1.3;
  vertical-align: middle;
}

#main #plan_price .table_type01 th span {
  font-size: 1.4rem;
}

#main #plan_price .table_type01 td {
  padding: 3px 15px 2px;
  line-height: 1.3;
  font-size: 2.4rem;
  border-right: #978a3f solid 1px;
  border-bottom: #978a3f solid 1px;
}

#main #plan_price .table_type01 td span {
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {
  #main #plan_price {
    padding-top: 15px;
  }

  #main #plan_price .ttl_sub {
    font-size: 1.8rem;
  }

  #main #plan_price .table_type01 {
    margin-top: 7px;
  }

  #main #plan_price .table_type01 th {
    width: auto;
    padding: 5px 0 4px;
    font-size: 1.3rem;
  }

  #main #plan_price .table_type01 th span {
    font-size: 1.1rem;
    display: block;
  }

  #main #plan_price .table_type01 td {
    padding: 6px 3px 5px;
    font-size: 1.5rem;
  }

  #main #plan_price .table_type01 td span {
    font-size: 1.3rem;
  }
}
/* ======================================
.introduction
====================================== */
/* -----------------------
#introduction_img
----------------------- */
#main #intro_toparea {
  width: 1000px;
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
}

#main #intro_toparea:after {
  content: "";
  clear: both;
  display: block;
}

#main #intro_toparea li {
  width: 320px;
  height: 214px;
  margin-right: 20px;
  float: left;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
}

#main #intro_toparea li .img_modal00 img {
  width: 320px;
  height: auto;
}

#main #intro_toparea li:last-child {
  margin-right: 0;
}

/* .block_intro */
.design #main .block_intro:last-child {
  margin-bottom: 0;
}

#main .block_intro:after {
  content: "";
  clear: both;
  display: block;
}

#main .block_intro .left {
  width: 420px;
  float: left;
  display: inline;
}

#main .block_intro .left p + p {
  margin-top: 18px;
}

#main .block_intro .right {
  width: 478px;
  float: right;
  display: inline;
}

#main .block_intro .right .box {
  margin-bottom: 25px;
}

#main .block_intro .right .box:last-child {
  margin-bottom: 0;
}

#main .block_intro .right .box .ttl_sub {
  margin-bottom: 18px;
  color: #978a3f;
  font-size: 2.2rem;
  line-height: 1.2;
}

#main .block_intro .right .box .ttl_sub .floor {
  margin-right: 15px;
  font-size: 5.2rem;
}

#main .block_intro .right .box:after {
  content: "";
  clear: both;
  display: block;
}

#main .block_intro .right .box li {
  width: 238px;
  margin-right: 2px;
  float: left;
}

#main .block_intro .right .box li .img_modal00 {
  height: 158px;
  letter-spacing: -0.04em;
  display: block;
  overflow: hidden;
}

#main .block_intro .right .box li img {
  width: 238px;
  height: auto;
}

#main .block_intro .right .box li.v_long .img_modal00 img {
  margin-top: -57%;
}

#main .block_intro .right .box li.v_long .img_modal00 a::after {
  height: 158px;
}

#main .block_intro .right .box li .cap {
  margin-top: 2px;
}

#main .block_intro .right .box li:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  #main #intro_toparea {
    width: 100%;
    margin-top: -10px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #main #intro_toparea li {
    width: 32%;
    height: auto;
    margin-right: 2%;
  }

  #main #intro_toparea li .img_modal00 a img {
    width: 100% !important;
  }

  /* .block_intro */
  #main .block_intro .left {
    width: 100%;
    margin-bottom: 30px;
    float: none;
    display: block;
  }

  #main .block_intro .left p + p {
    margin-top: 18px;
  }

  #main .block_intro .right {
    width: 100%;
    float: none;
    display: block;
  }

  #main .block_intro .cap {
    text-align: left;
  }

  #main .block_intro .right .box {
    margin-bottom: 25px;
    margin-bottom: 30px;
  }

  #main .block_intro .right .box:last-child {
    margin-bottom: 0;
  }

  #main .block_intro .right .box .ttl_sub {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

  #main .block_intro .right .box .ttl_sub .floor {
    margin-right: 0;
    margin-bottom: 2px;
    font-size: 3.0rem;
    display: block;
  }

  #main .block_intro .right .box ul {
    text-align: center;
  }

  #main .block_intro .right .box li {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    margin-right: 0;
    float: none;
  }

  #main .block_intro .right .box li:last-child {
    margin-bottom: 0;
  }

  #main .block_intro .right .box li .img_modal00 {
    height: auto;
  }

  #main .block_intro .right .box li.v_long .img_modal00 img {
    margin-top: 0;
  }
}
/* ======================================
.accsess
====================================== */
.access #main .block_01 {
  margin-bottom: 90px;
}

/* -----------------------
#access_station
----------------------- */
#main #access_station {
  margin-top: -10px;
  margin-bottom: 90px;
}

#main #access_station:after {
  content: "";
  clear: both;
  display: block;
}

/* .left */
#main #access_station .left {
  width: 348px;
  float: left;
  display: inline;
}

#main #access_station .left .ttl_sub {
  padding-left: 5px;
}

#main #access_station .left .list {
  margin-top: 6px;
  line-height: 1.2;
  border-top: #c8c8c8 solid 1px;
}

#main #access_station .left .list li {
  padding: 3px 5px 9px;
  border-bottom: #c8c8c8 solid 1px;
}

#main #access_station .left .list li .station {
  font-size: 2.6rem;
}

#main #access_station .left .list li .station span {
  margin-left: 3px;
  font-size: 1.8rem;
}

#main #access_station .left .list li .line {
  font-size: 1.4rem;
}

/* .right */
#main #access_station .right {
  width: 570px;
  padding-top: 25px;
  float: right;
  display: inline;
}

@media only screen and (max-width: 640px) {
  .access #main .block_01 {
    margin-bottom: 35px;
  }

  #main #access_station {
    margin-bottom: 30px;
  }

  /* .left */
  #main #access_station .left {
    width: 100%;
    float: none;
    display: block;
  }

  #main #access_station .left .list li .station {
    font-size: 2.2rem;
  }

  #main #access_station .left .list li .station span {
    margin-left: 1px;
    margin-right: 1px;
    font-size: 1.5rem;
  }

  #main #access_station .left .list li .line {
    font-size: 1.2rem;
  }

  /* .right */
  #main #access_station .right {
    width: 100%;
    padding-top: 20px;
    float: none;
    display: block;
  }

  #main #access_station .right img {
    max-width: 100%;
    height: auto;
  }
}
/* -----------------------
#access_map
----------------------- */
#main #access_map {
  margin-top: -35px;
}

#main #access_map .btn {
  margin-top: 20px;
  font-size: 1.6rem;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}

#main #access_map .btn li {
  display: inline-block;
}

#main #access_map .btn li:first-child {
  padding-right: 20px;
}

#main #access_map .btn:after {
  content: "";
  clear: both;
  display: block;
}

#main #access_map .btn a {
  width: 208px;
  height: 38px;
  padding-top: 3px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: rgba(151, 138, 63, 0.8);
  border-radius: 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main #access_map .btn a:hover {
  background-color: rgba(165, 155, 80, 0.8);
}

@font-face {
  font-family: 'icomoon';
  src: url("font/icomoon.eot-7mehk4.html");
  src: url("font/icomoon.eot-7mehk4.html#iefix") format("embedded-opentype"), url("font/icomoon-7mehk4.ttf") format("truetype"), url("font/icomoon.woff-7mehk4.html") format("woff"), url("font/icomoon.svg-7mehk4.html#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-PDFicon:before {
  content: "\e900";
  padding-right: 10px;
}

@media only screen and (max-width: 640px) {
  #main #access_map {
    margin-top: -15px;
  }

  #main #access_map .img img {
    max-width: 100%;
    height: auto;
  }

  #main #access_map .btn {
    margin-top: 15px;
    font-size: 1.2rem;
  }

  #main #access_map .btn a {
    width: 125px;
    height: 26px;
    border-radius: 13px;
  }

  #main #access_map .btn a:hover {
    background-color: rgba(151, 138, 63, 0.8);
  }
}
/* -----------------------
.access_info
----------------------- */
#main .access_info {
  margin-top: 40px;
}

#main .access_info:after {
  content: "";
  clear: both;
  display: block;
}

/* .left */
#main .access_info .left {
  width: 520px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .access_info .left .table_02 dd {
  margin-top: -1.85em;
  padding-bottom: 9px;
  padding-left: 5.5em;
}

#main .access_info .left .table_02 dd:last-child {
  padding-bottom: 0;
}

/* .right */
#main .access_info .right {
  width: 440px;
  padding: 15px 20px;
  float: right;
  font-size: 1.5rem;
  line-height: 1.7333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
}

@media only screen and (max-width: 640px) {
  /* .left */
  #main .access_info .left {
    width: 100%;
    line-height: 1.5384;
    float: none;
  }

  #main .access_info .left .table_02 dd {
    margin-top: -1.5em;
  }

  /* .right */
  #main .access_info .right {
    width: 100%;
    margin-top: 25px;
    padding: 10px 12px;
    float: none;
    font-size: 1.2rem;
    line-height: 1.6666;
  }

  #main .access_info .right li {
    margin-bottom: 5px;
  }
}
/* ======================================
.souryo
====================================== */
#main .block_souryo {
  margin-bottom: 90px;
  text-align: center;
}

#main .block_souryo:last-child {
  margin-bottom: 0;
}

#main .block_souryo .img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
}

#main .block_souryo .img img {
  max-width: 600px;
  height: auto;
}

#main .block_souryo .ttl {
  text-align: left;
  color: #978a3f;
}

#main .block_souryo .name {
  text-align: left;
  font-size: 2.2rem;
}

#main .block_souryo span {
  margin-right: 15px;
  font-size: 1.6rem;
}

#main .block_souryo .column {
  margin-top: 10px;
  text-align: left;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
}

@media only screen and (max-width: 640px) {
  #main .block_souryo {
    margin-bottom: 40px;
  }

  #main .block_souryo .img {
    margin-bottom: 20px;
  }

  #main .block_souryo .name {
    font-size: 1.8rem;
  }

  #main .block_souryo span {
    margin-right: 12px;
    font-size: 1.3rem;
  }

  #main .block_souryo .column {
    column-count: auto;
    -moz-column-count: auto;
    -webkit-column-count: auto;
  }
}
/* ======================================
.voice
====================================== */
#main .block_voice {
  margin-bottom: 120px;
}

#main .block_voice:last-child {
  margin-bottom: 0;
}

#main .block_voice:after {
  content: "";
  clear: both;
  display: block;
}

#main .block_voice .txt {
  width: 570px;
}

#main .block_voice .img {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  overflow: hidden;
}

#main .block_voice .img_modal00 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* .left */
#main .block_voice .left {
  float: left;
  display: inline;
}

/* .right */
#main .block_voice .right {
  float: right;
  display: inline;
}

/* .block_plan.special */
#main .block_voice.special {
  margin-top: -30px;
  padding: 30px;
  border: #978a3f double medium;
  position: relative;
}

#main .block_voice.special .left {
  width: 465px;
}

#main .block_voice.special .left .ttl_sub {
  margin-bottom: 10px;
  font-size: 3.0rem;
  color: #978a3f;
}

#main .block_voice.special .right {
  width: 390px;
}

#main .block_voice.special .right img {
  width: 390px;
  height: auto;
}

@media only screen and (max-width: 640px) {
  #main .block_voice {
    margin-bottom: 40px;
    text-align: center;
  }

  #main .block_voice .txt {
    width: 100%;
    text-align: left;
  }

  #main .block_voice .img {
    width: 66%;
    height: 66%;
    max-width: 340px;
    max-height: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    text-align: center;
  }

  #main .block_voice .img img {
    max-width: 100%;
    height: auto;
  }

  #main .block_voice .left {
    float: none;
    display: block;
  }

  /* .right */
  #main .block_voice .right {
    float: none;
    display: block;
  }

  /* .block_plan.special */
  #main .block_voice.special {
    margin-top: 0;
    padding: 9px;
  }

  #main .block_voice.special .left {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }

  #main .block_voice.special .left .ttl_sub {
    font-size: 2.0rem;
  }

  #main .block_voice.special .right {
    width: 100%;
  }

  #main .block_voice.special .right img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/* ======================================
.kaisou
====================================== */
/* .block_kaisou.column */
#main .block_kaisou.column {
  margin-bottom: 120px;
}

#main .block_kaisou.column:last-child {
  margin-bottom: 0;
}

#main .block_kaisou.column:after {
  content: "";
  clear: both;
  display: block;
}

#main .block_kaisou.column .txt {
  width: 570px;
}

#main .block_kaisou.column .img {
  width: 343	px;
  height: 232px;
  border-radius: 50%;
  overflow: hidden;
}

#main .block_kaisou.column .img_modal00 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main .block_kaisou.column .left {
  float: left;
  display: inline;
}

#main .block_kaisou.column .right {
  float: right;
  display: inline;
}

#main .block_kaisou.column {
  margin-top: -30px;
  padding: 30px;
  border: #978a3f double medium;
  position: relative;
}

#main .block_kaisou.column .left {
  width: 512px;
}

#main .block_kaisou.column .left .ttl_sub {
  margin-bottom: 10px;
  font-size: 3.0rem;
  color: #978a3f;
}

#main .block_kaisou.column .right {
  width: 343px;
}

#main .block_kaisou.column .right img {
  width: 343px;
  height: auto;
}

/* .block_kaisou.special */
#main .block_kaisou.special {
  margin-top: 30px;
  border: #978a3f double medium;
  position: relative;
}

#main .block_kaisou.special .left {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

#main .block_kaisou.special .ttl_sub {
  margin-bottom: 10px;
  font-size: 3.0rem;
  line-height: 1.5;
  color: #978a3f;
}

#main .block_kaisou.special .ttl_sub .txt {
  float: left;
  display: block;
}

#main .block_kaisou.special .kaisou_type {
  padding-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#main .block_kaisou.special .box {
  width: 33.3333%;
}

#main .block_kaisou.special .box_02 {
  width: 33.3333%;
  border-left: #978a3f solid 1px;
}

#main .block_kaisou.special .box p.ttl {
  text-align: center;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  font-size: 1.25em;
  color: #978a3f;
}

#main .block_kaisou.special .box p.txt {
  font-size: 1.5rem;
  line-height: 1.8em;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
}

#main .block_kaisou.special .box img {
  width: 250px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

/* .block_03 */
#main .block_03 {
  margin-bottom: 30px;
}

#main .block_03:after {
  content: "";
  clear: both;
  display: block;
}

#main .block_03 .txt {
  margin-top: -8px;
}

#main .block_03 .left {
  width: 462px;
  float: left;
  display: inline;
}

#main .block_03 .right {
  width: 462px;
  float: right;
  display: inline;
}

#main .block_03 .cap {
  margin-top: 5px;
  text-align: left;
  font-size: 1.4rem;
}

/* kaisou_detail */
#main .kaisou_detail {
  margin-top: 98px;
  margin-bottom: 60px;
}

#main .kaisou_detail.flow {
  margin-bottom: 0px;
}

#main .kaisou_detail.flow .block_kaisou03 {
  margin-bottom: 20px;
}

#main .kaisou_detail.flow .block_kaisou03 .clear {
  clear: both;
}

#main .kaisou_detail.flow .block_kaisou03 .box01 {
  width: 58.75%;
  float: left;
}

#main .kaisou_detail.flow .block_kaisou03 .box01 .step {
  display: block;
}

#main .kaisou_detail.flow .block_kaisou03 .box01 .step ol li {
  line-height: 1.8em;
  margin-top: 15px;
  padding-bottom: 20px;
  background: url("images/kaisou/icon_arrow.png") bottom center no-repeat;
}

#main .kaisou_detail.flow .block_kaisou03 .box01 .step ol li p {
  padding: 7px;
}

#main .kaisou_detail.flow .block_kaisou03 .box01 .step ol li p span {
  color: #978A3F;
}

#main .kaisou_detail.flow .block_kaisou03 .box01 .step ol li.small {
  width: 49%;
  display: inline-block;
}

#main .kaisou_detail.flow .block_kaisou03 .box01 .step ol li.small p {
  padding-left: 64px;
  background: url("images/kaisou/icon_step01.png") 7px 7px no-repeat;
}

#main .kaisou_detail.flow .block_kaisou03 .box01 .step ol li.small.right {
  float: right;
}

/*#main .kaisou_detail.flow .block_kaisou03 .box01 .step ol li.small.right.hight p {
	height: 56px;
}*/
#main .kaisou_detail.flow .block_kaisou03 .box01 .step ol li.small.right p {
  background: url("images/kaisou/icon_step02.png") 7px 7px no-repeat;
  background-color: #FFFAF5;
}

#main .kaisou_detail.flow .block_kaisou03 .box01 .step ol li.last {
  background: none;
}

#main .kaisou_detail.flow .block_kaisou03 .box01 .step ol li p {
  font-size: 1.25em;
  text-align: center;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#main .kaisou_detail.flow .block_kaisou03 .box02 {
  width: 35%;
  float: right;
}

#main .kaisou_detail.flow .block_kaisou03 .box02 ul li.sheet {
  height: 259px;
  display: block;
  margin-bottom: 20px;
}

#main .kaisou_detail.flow .block_kaisou03 .box02 ul li.sheet p {
  text-align: center;
}

#main .kaisou_detail.flow .block_kaisou03 .box02 ul li.sheet img {
  width: 334px;
  height: 229px;
  border: 1px solid #C8C8C8;
  box-shadow: 2px 2px 5px #C8C8C8;
}

#main .kaisou_detail.flow .block_kaisou03 .box02 ul li p {
  padding-top: 8px;
}

#main .kaisou_detail.flow .block_kaisou03 .box02 ul li.sheet.sheet02 {
  height: 262px;
  display: inline-block;
}

#main .kaisou_detail.flow .block_kaisou03 .box02 ul li.sheet.sheet02.left img {
  width: 158px;
  height: 232px;
  border: 1px solid #C8C8C8;
  box-shadow: 2px 2px 5px #C8C8C8;
}

#main .kaisou_detail.flow .block_kaisou03 .box02 li.sheet.sheet02.right {
  float: right;
}

#main .kaisou_detail.flow .block_kaisou03 .box02 li.sheet.sheet02.right img {
  width: 158px;
  height: 232px;
  border: 1px solid #C8C8C8;
  box-shadow: 2px 2px 5px #C8C8C8;
}

#main .kaisou_detail .ttl {
  margin-bottom: 12px;
  font-size: 3.2rem;
  text-align: center;
}

#main .kaisou_detail .txt {
  margin-bottom: 25px;
  text-align: center;
}

#main .kaisou_detail .block_kaisou02 {
  margin-top: 40px;
}

#main .kaisou_detail .block_kaisou02 .box {
  width: 29%;
  padding-left: 6.5%;
  float: left;
}

#main .kaisou_detail .block_kaisou02 .box:first-child {
  padding-left: 0px;
}

/*↓16.09.20 INBREED*/
#main .kaisou_detail .block_kaisou02 .box img {
  width: 253px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

/*↑16.09.20 INBREED*/
#main .kaisou_detail .block_kaisou02 .box p.ttl_02 {
  padding-top: 20px;
  text-align: left;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  font-size: 1.625em;
  color: #978a3f;
}

#main .kaisou_detail .block_kaisou02 .box p.txt_02 {
  padding-top: 5px;
  padding-bottom: 0px;
}

/* kaisou_campaign */
#main #kaisou_campaign {
  padding-top: 50px;
  padding-bottom: 35px;
  background-color: #f5f5f5;
  background-image: url("images/kaisou/fukidashiCampaign.png");
  background-repeat: no-repeat;
  background-position: top center;
}

#main #kaisou_campaign .inner .ttl {
  text-align: center;
  font-size: 1.625em;
  color: #978a3f;
  border-top: 1px #978a3f solid;
  border-bottom: 1px #978a3f solid;
  line-height: 1.8em;
  margin-bottom: 35px;
}

#main #kaisou_campaign .inner .txt {
  text-align: center;
}

#main #kaisou_campaign .inner .txt01 {
  font-size: 2.5em;
  line-height: 1.0em;
  color: #000000;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  padding-bottom: 15px;
}

#main #kaisou_campaign .inner span.txt02 {
  padding-left: 12px;
  font-size: 0.7em;
  letter-spacing: 0.05em;
}

/*↓16.09.20 INBREED*/
#main #kaisou_campaign .inner .txt03 {
  font-size: 2.125em;
  line-height: 1.3em;
  color: #960000;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  padding-bottom: 20px;
}

/*↑16.09.20 INBREED*/
#main #kaisou_campaign .inner span.txt04 {
  padding-left: 12px;
  padding-right: 5px;
  font-size: 2.058em;
}

/*↓18.02.21 INBREED*/
#main #kaisou_campaign .inner .txt06 {
  font-size: 1.5em;
  line-height: 1.7em;
  color: #646464;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  padding-bottom: 15px;
}

/* kaisou_QA */
.kaisou_QA_01 {
  border-top: 1px #646464 solid;
  border-bottom: 1px #646464 solid;
  padding: 10px;
}

.kaisou_QA_02 {
  border-bottom: 1px #646464 solid;
  padding-top: 10px;
  padding: 10px;
}

.kaisou_QA_01 .kaisou_left {
  float: left;
  margin-top: 10px;
  width: 50%;
  overflow: hidden;
}

.kaisou_QA_02 .kaisou_left {
  float: left;
  margin-top: 10px;
  width: 50%;
  overflow: hidden;
}

.kaisou_icon_q {
  float: left;
  padding-left: 4px;
  padding-right: 20px;
}

.kaisou_icon_a {
  float: left;
  padding-left: 20px;
  padding-right: 25px;
}

#main .kaisou_QA_01 p.txt_q {
  overflow: hidden;
  line-height: 1.4em;
  font-size: 1.875em;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  color: #646464;
  width: auto;
  margin-bottom: 10px;
}

.kaisou_QA_01 .kaisou_right {
  margin-top: 10px;
  width: 50%;
  overflow: hidden;
}

.kaisou_QA_02 .kaisou_right {
  margin-top: 10px;
  width: 50%;
  overflow: hidden;
}

#main .kaisou_QA_01 p.txt_a {
  overflow: hidden;
  line-height: 1.875em;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  color: #646464;
  width: auto;
  margin-bottom: 10px;
}

#main .kaisou_QA_02 p.txt_q {
  overflow: hidden;
  line-height: 1.4em;
  font-size: 1.875em;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  color: #646464;
  width: auto;
  margin-bottom: 10px;
}

#main .kaisou_QA_02 p.txt_a {
  overflow: hidden;
  line-height: 1.875em;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  color: #646464;
  width: auto;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  #main .block .ttl {
    font-size: 2.3rem;
    margin-bottom: 9px;
  }

  /* .block_lead */
  #main .block_lead {
    margin-bottom: 30px;
    text-align: left;
  }

  #main .block_lead .txt {
    font-size: 1.4rem;
  }

  /* .block_01 */
  #main .block_03 {
    margin-bottom: 35px;
  }

  #main .block_03 .left {
    width: 100%;
    float: none;
    display: block;
  }

  #main .block_03 .right {
    width: 100%;
    float: none;
    display: block;
  }

  #main .block_03 .img {
    margin-top: 15px;
    text-align: center;
  }

  #main .block_03 .img img {
    margin-left: auto;
    margin-right: auto;
  }

  #main .block_03 .cap {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 640px) {
  #main .plan_detail {
    margin-top: 40px;
  }

  #main .plan_detail .block_lead {
    margin-bottom: 25px;
  }

  #main .plan_detail .ttl {
    font-size: 2.3rem;
    text-align: left;
  }

  #main .plan_detail .txt {
    text-align: left;
  }

  #main .plan_detail .block_plan .type.exception .txt.txt_s {
    font-size: 100%;
    line-height: 1.6923;
  }

  #main .plan_detail .cts {
    border-top: #c8c8c8 solid 1px;
  }

  #main .plan_detail .block_plan:first-of-type {
    border-top: #c8c8c8 solid 1px;
  }

  #main .plan_detail .block_plan {
    padding: 20px 0;
  }

  #main .plan_detail .block_plan .left {
    width: 100%;
    float: none;
  }

  #main .plan_detail .block_plan .right {
    width: 100%;
    height: auto;
    margin-top: 18px;
    padding: 0;
    text-align: center;
    float: none;
  }

  #main .plan_detail .block_plan .right.img_modal00 {
    height: auto;
    overflow: auto;
  }

  #main .plan_detail .block_plan .ttl_sub {
    font-size: 2.0rem;
  }

  #main .plan_detail .block_plan .ttl_sub .mark {
    margin-left: 0;
    padding: 3px 6px;
    float: right;
    font-size: 1.1rem;
  }

  /* .block_plan.special */
  #main .plan_detail .block_plan.special {
    margin-top: 25px;
    padding: 9px;
  }

  #main .plan_detail .block_plan.special .txt {
    margin-bottom: 25px;
  }

  /* .type */
  #main .plan_detail .block_plan .type {
    position: static;
  }

  #main .plan_detail .block_plan .type .tag {
    font-size: 1.5rem;
  }

  #main .plan_detail .block_plan .left .type .priceleft,
  #main .plan_detail .block_plan .left .type .priceright {
    width: 185px;
  }

  #main .plan_detail .block_plan .type .price .number,
  #main .plan_detail .block_plan .type .price .number.small {
    font-size: 4.5rem;
  }

  #main .plan_detail .block_plan .type .price .unit {
    font-size: 2.0rem;
  }

  #main .plan_detail .block_plan .type .price .tax {
    font-size: 1.1rem;
  }

  #main .plan_detail .block_plan .type .cost {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 640px) {
  #main .block_kaisou.special .left {
    margin-top: 0px;
    padding: 10px;
  }

  #main .block_kaisou.special .left .ttl_sub {
    font-size: 2.0rem;
  }

  #main .block_kaisou.special .left .ttl_sub span {
    margin-left: 0;
    margin-top: 4px;
    font-size: 1.3rem;
    display: block;
  }

  #main .block_kaisou.special .kaisou_type {
    display: block;
    margin: 0;
    width: auto;
    padding: 10px;
  }

  #main .block_kaisou.special .kaisou_type .box {
    padding-bottom: 10px;
    width: 100%;
  }

  #main .block_kaisou.special .kaisou_type .box p.ttl {
    font-size: 2.0rem;
  }

  #main .block_kaisou.special .kaisou_type .box p.txt {
    padding: 0;
    margin-top: 4px;
    font-size: 1.3rem;
    display: block;
  }

  #main .block_kaisou.special .box img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #main .block_kaisou.special .box_02 {
    padding-top: 30px;
    width: auto;
    border-left: none;
    border-top: #978a3f solid 1px;
  }

  #main .kaisou_detail .block_kaisou02 {
    display: block;
    width: auto;
  }

  /*↓16.09.20 INBREED*/
  #main .kaisou_detail .block_kaisou02 .box {
    width: auto;
    margin-bottom: 40px;
  }

  #main .kaisou_detail .block_kaisou02 .box01 {
    width: auto;
    padding-right: 0;
  }

  #main .kaisou_detail .block_kaisou02 .box img {
    width: 66%;
    height: 66%;
    max-width: 340px;
    max-height: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    text-align: center;
  }

  /*↑16.09.20 INBREED*/
  #main .block_kaisou.column {
    padding: 10px;
  }

  #main .block_kaisou.column left .ttl_sub {
    font-size: 2.0rem;
  }

  #main .block_kaisou.column .txt {
    width: auto;
  }

  #main .block_kaisou.column .left {
    float: none;
    display: inline;
  }

  #main .block_kaisou.column .right {
    float: none;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    display: block;
  }

  #main .block_kaisou.column .right .img_modal03 {
    width: 343px;
    margin-left: auto;
    margin-right: auto;
  }

  #main .block_kaisou.column .right .img_modal03 img {
    max-width: 100% !important;
  }

  #main .kaisou_detail .ttl {
    font-size: 2.3rem;
    margin-bottom: 9px;
    text-align: left;
  }

  #main .kaisou_detail .txt {
    font-size: 1.4rem;
    text-align: left;
  }

  #main .kaisou_detail.flow .block_kaisou03 .box01 {
    width: auto;
    float: none;
  }

  #main .kaisou_detail.flow .block_kaisou03 .box02 {
    width: auto;
    float: none;
  }

  #main .kaisou_detail.flow .block_kaisou03 .box02 ul li.sheet img {
    width: auto;
    text-align: center;
  }

  #main .kaisou_detail.flow .block_kaisou03 .box02 ul li.sheet {
    margin-top: 20px;
    height: auto;
    text-align: center;
  }

  #main .kaisou_detail.flow .block_kaisou03 .box02 li.sheet.sheet02.right {
    float: none;
  }

  #main .kaisou_detail.flow .block_kaisou03 .box02 ul li.sheet.sheet02 {
    display: block;
  }

  #main .kaisou_detail.flow .block_kaisou03 .box02 ul li.sheet.sheet02.left {
    margin-top: 25px;
  }

  #main .kaisou_detail.flow .block_kaisou03 .box01 .step ol li.small p {
    padding-left: 50px;
    background: url("images/kaisou/icon_step01_sp.png") 7px 7px no-repeat;
  }

  #main .kaisou_detail.flow .block_kaisou03 .box01 .step ol li.small.right p {
    padding-left: 50px;
    background: url("images/kaisou/icon_step02_sp.png") 7px 7px no-repeat;
    background-color: #FFFAF5;
  }

  /*#main .kaisou_detail.flow .block_kaisou03 .box01 .step ol li.small.right.hight p {
  	height: 46px;
  }*/
  .kaisou_QA_01 .kaisou_left {
    width: 100%;
  }

  .kaisou_QA_01 .kaisou_right {
    width: 100%;
  }

  .kaisou_icon_a {
    float: left;
    padding-left: 5px;
    padding-right: 20px;
  }

  .kaisou_QA_02 .kaisou_left {
    width: 100%;
  }

  .kaisou_QA_02 .kaisou_right {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  #main .block_kaisou.column .right {
    height: auto !important;
  }

  #main .block_kaisou.column .right .img_modal03 {
    width: auto;
  }

  #main .block_kaisou.column .right .img_modal03 img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
/* ======================================
.tradelaw
====================================== */
/* .table_03 */
#main .table_03 {
  width: 100%;
  border-top: #e6e6e6;
  display: table;
  border-top: #e6e6e6 solid 1px;
}

#main .table_03 a {
  text-decoration: underline;
}

#main .table_03 li {
  display: table-row;
}

#main .table_03 li div {
  display: table-cell;
  border-bottom: #e6e6e6 solid 1px;
}

#main .table_03 li .ttl {
  padding: 20px;
  background-color: #fafafa;
}

.tradelaw #main .table_03 li .ttl {
  width: 18em;
}

#main .table_03 li .txt {
  padding: 20px;
}

#main .table_03 li .txt p + p {
  margin-top: 5px;
}

@media only screen and (max-width: 640px) {
  /* .table_03 */
  #main .table_03 {
    display: block;
  }

  #main .table_03 li {
    font-size: 1.2rem;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
    border-bottom: #e6e6e6 solid 1px;
  }

  #main .table_03 li div {
    display: block;
    border-bottom: none;
  }

  #main .table_03 li .ttl {
    margin-bottom: 4px;
    padding: 0;
    background-color: transparent;
  }

  .tradelaw #main .table_03 li .ttl {
    width: 100%;
  }

  #main .table_03 li .txt {
    padding: 0;
  }

  .tradelaw #main .table_03 li .txt p span {
    display: table-cell;
  }

  .tradelaw #main .table_03 li .txt p span:first-child {
    width: 4em;
  }

  #main .table_03 li .txt p + p {
    margin-top: 0;
  }
}
/* ======================================
.privacy
====================================== */
/* .block_02 */
#main .block_02 {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: #e6e6e6 solid 1px;
  border-bottom: #e6e6e6 solid 1px;
}

#main .block_02 .ttl {
  margin-bottom: 10px;
  font-size: 2.2rem;
}

#main .block_02 ul, #main .block_02 ol {
  margin-top: 5px;
}

#main .block_02 ul + p, #main .block_02 ol + p {
  margin-top: 5px;
}

#main .block_02 ul {
  padding-left: 1.5em;
}

#main .block_02 ol {
  padding-left: 1.8em;
}

#main .block_02 ul li {
  list-style: outside disc;
}

#main .block_02 ol li {
  list-style: outside decimal;
}

@media only screen and (max-width: 640px) {
  #main .block_02 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.2rem;
  }

  #main .block_02 .ttl {
    margin-bottom: 7px;
    font-size: 1.4rem;
  }
}
/* ======================================
.clm_two
====================================== */
#main .clm_two:after {
  content: "";
  clear: both;
  display: block;
}

/* -----------------------
#main_cts
----------------------- */
#main .clm_two #main_cts {
  width: 727px;
  float: left;
  display: block;
}

@media only screen and (max-width: 640px) {
  #main .clm_two #main_cts {
    width: auto;
    padding-bottom: 40px;
    float: none;
  }
}
/* -----------------------
 #side
----------------------- */
#main .clm_two #side {
  width: 195px;
  float: right;
  display: block;
}

#main .clm_two #side .block {
  margin-bottom: 35px;
}

#main .clm_two #side .block:last-child {
  margin-bottom: 0;
}

#main .clm_two #side .block .ttl {
  padding-bottom: 2px;
  font-size: 1.8rem;
  color: #978a3f;
  border-bottom: #e6e6e6 solid 1px;
}

#main .clm_two #side .block ul {
  padding-left: 2px;
  font-size: 1.4rem;
}

#main .clm_two #side .block ul.archives {
  margin-top: -3px;
}

#main .clm_two #side .block ul.archives > li span {
  display: block;
  cursor: pointer;
}

#main .clm_two #side .block ul.archives > li span:before {
  font-size: 1.6rem;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 7px;
  display: inline-block;
  content: '\f107';
  color: #978a3f;
}

#main .clm_two #side .block ul.archives > li span.open:before {
  content: '\f106';
}

#main .clm_two #side .block ul.archives ul {
  padding-left: 1.5em;
}

#main .clm_two #side .block ul li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 640px) {
  #main .clm_two #side {
    width: auto;
    float: none;
  }

  #main .clm_two #side .block ul li a {
    display: block;
  }
}
/* -----------------------
.link_area
----------------------- */
#main .clm_two .link_area {
  margin-top: 40px;
  padding: 33px 6px;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  border-top: #e6e6e6 solid 1px;
  border-bottom: #e6e6e6 solid 1px;
  line-height: 1;
  justify-content: space-between;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
}

.faq #main .clm_two .link_area, .information #main .clm_two .link_area {
  margin-top: -1px;
}

#main .clm_two .link_area a {
  display: block;
  color: #978a3f;
}

#main .clm_two .link_area a:hover {
  color: #c1b98c;
}

#main .clm_two .link_area .link a:before {
  font-size: 2.6rem;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #978a3f;
  position: absolute;
  margin-top: -1.4rem;
}

#main .clm_two .link_area .link a:hover:before {
  color: #c1b98c;
}

#main .clm_two .link_area .link.prev {
  position: absolute;
  top: 33px;
  left: 0;
}

#main .clm_two .link_area .link.prev a {
  padding-left: 20px;
}

#main .clm_two .link_area .link.prev a:before {
  content: '\f104';
  left: 0;
  top: 50%;
}

#main .clm_two .link_area .link.next {
  position: absolute;
  top: 33px;
  right: 0;
}

#main .clm_two .link_area .link.next a {
  padding-right: 20px;
}

#main .clm_two .link_area .link.next a:before {
  content: '\f105';
  right: 0;
  top: 50%;
}

@media only screen and (max-width: 640px) {
  #main .clm_two .link_area {
    font-size: 1.3rem;
    margin-top: 40px;
  }

  #main .clm_two .link_area a:hover {
    color: #978a3f;
  }

  #main .clm_two .link_area .link a:before {
    font-size: 2.0rem;
    margin-top: -1.1rem;
  }

  #main .clm_two .link_area .link a:hover:before {
    color: #978a3f;
  }

  #main .clm_two .link_area .link.prev a {
    padding-left: 14px;
  }

  #main .clm_two .link_area .link.next a {
    padding-right: 14px;
  }
}
/* ======================================
.column
====================================== */
/* .page_navi */
#main .clm_two .page_navi {
  margin-top: 70px;
  text-align: center;
  position: relative;
}

#main .clm_two .page_navi:after {
  content: "";
  clear: both;
  display: block;
}

#main .clm_two .page_navi li {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.8rem;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  display: inline-block;
}

#main .clm_two .page_navi li a {
  padding: 5px 8px;
  color: #978a3f;
}

#main .clm_two .page_navi li a:hover {
  color: #c1b98c;
}

#main .clm_two .page_navi li.current span {
  padding: 5px 8px;
  color: #fff;
  background-color: #978a3f;
}

#main .clm_two .page_navi li.previous {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic W3 JIS2004",YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  left: 0;
}

#main .clm_two .page_navi li.previous a {
  padding: 0 0 0 20px;
}

#main .clm_two .page_navi li.previous a:before {
  font-size: 2.6rem;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: '\f104';
  color: #978a3f;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.4rem;
}

#main .clm_two .page_navi li.next {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic W3 JIS2004",YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  right: 0;
}

#main .clm_two .page_navi li.next a {
  padding: 0 20px 0 0;
}

#main .clm_two .page_navi li.next a:before {
  font-size: 2.6rem;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: '\f105';
  color: #978a3f;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.4rem;
}

#main .clm_two .page_navi li a:hover:before {
  color: #c1b98c;
}

/* .tags_list */
#main .clm_two .tags_list {
  margin-top: 14px;
  position: relative;
  padding-left: 6.2rem;
  line-height: 1;
  display: block;
}

#main .clm_two .tags_list:after {
  content: "";
  clear: both;
  display: block;
}

#main .clm_two .tags_list:before {
  content: "カテゴリ：";
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 4px;
}

#main .clm_two .tags_list li {
  margin-right: 7px;
  margin-bottom: 7px;
  float: left;
  font-size: 1.3rem;
  line-height: 1.2;
  display: block;
  background-color: #F5F5F3;
}

#main .clm_two .tags_list li a {
  padding: 3px 5px 2px;
  display: block;
}

@media only screen and (max-width: 640px) {
  /* .page_navi */
  #main .clm_two .page_navi {
    margin-top: 30px;
  }

  #main .clm_two .page_navi li {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.6rem;
  }

  #main .clm_two .page_navi li a {
    padding: 4px 7px;
  }

  #main .clm_two .page_navi li a:hover {
    color: #978a3f;
  }

  #main .clm_two .page_navi li.current span {
    padding: 4px 7px;
  }

  #main .clm_two .page_navi li.previous {
    font-size: 1.3rem;
    display: none;
  }

  #main .clm_two .page_navi li.previous a {
    padding: 0 0 0 14px;
  }

  #main .clm_two .page_navi li.previous a:before {
    font-size: 2.0rem;
    margin-top: -1.1rem;
  }

  #main .clm_two .page_navi li a:hover:before {
    color: #978a3f;
  }

  #main .clm_two .page_navi li.next {
    font-size: 1.3rem;
    display: none;
  }

  #main .clm_two .page_navi li.next a {
    padding: 0 14px 0 0;
  }

  #main .clm_two .page_navi li.next a:before {
    font-size: 2.0rem;
    margin-top: -1.1rem;
  }
}
/* -----------------------
.article_list
----------------------- */
#main .clm_two .article_list:after {
  content: "";
  clear: both;
  display: block;
}

#main .clm_two .article_list .box {
  width: 221px;
  margin-right: 32px;
  margin-top: 35px;
  float: left;
}

#main .clm_two .article_list .box:nth-child(-n+3) {
  margin-top: 0;
}

#main .clm_two .article_list .box:nth-child(3n) {
  margin-right: 0;
}

#main .clm_two .article_list .box:nth-child(3n+1) {
  clear: both;
}

#main .clm_two .article_list .box a {
  display: block;
}

#main .clm_two .article_list .box .img {
  height: 148px;
  margin-bottom: 6px;
  overflow: hidden;
}

#main .clm_two .article_list .box img {
  width: 221px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
  overflow: hidden;
}

#main .clm_two .article_list .box a:hover img {
  opacity: 0.7;
}

#main .clm_two .article_list .box .date {
  font-size: 1.2rem;
  margin-bottom: 4px;
}

#main .clm_two .article_list .box .ttl {
  font-size: 1.8rem;
  margin-bottom: 6px;
  line-height: 1.5;
}

#main .clm_two .article_list .box .txt {
  max-height: 3em;
  font-size: 1.4rem;
  line-height: 1.5714;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media only screen and (max-width: 640px) {
  #main .clm_two .article_list .box {
    width: 100%;
    margin-top: 25px;
    margin-right: 0;
    float: none;
  }

  #main .clm_two .article_list .box:first-child {
    margin-top: 0 !important;
  }

  #main .clm_two .article_list .box:nth-child(-n+3) {
    margin-top: 25px;
  }

  #main .clm_two .article_list .box .img {
    height: auto;
    overflow: auto;
  }

  #main .clm_two .article_list .box img {
    width: 100%;
    height: auto;
  }

  #main .clm_two .article_list .box .txt {
    font-size: 1.3rem;
    line-height: 1.5714;
  }
}
/* -----------------------
.article_detail
----------------------- */
#main .clm_two .article_detail {
  padding-right: 20px;
}

#main .clm_two .article_detail .tags_list {
  margin-top: 8px;
}

#main .clm_two .article_detail .date {
  font-size: 1.6rem;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  line-height: 1.5;
}

#main .clm_two .article_detail .ttl {
  margin-top: 9px;
  margin-bottom: 13px;
  font-size: 3.2rem;
  line-height: 1.45;
}

#main .clm_two .article_detail .sns_area:after {
  content: "";
  clear: both;
  display: block;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#main .clm_two .article_detail .sns_area > div {
  margin-right: 15px;
  float: left;
}

/* .txt_area  */
#main .clm_two .article_detail .txt_area {
  margin-top: 30px;
}

#main .clm_two .article_detail .txt_area a {
  text-decoration: underline;
}

#main .clm_two .article_detail .txt_area img {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#main .clm_two .article_detail .txt_area p + img {
  margin-top: 30px;
}

#main .clm_two .article_detail .txt_area h1 {
  margin-bottom: 5px;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic W3 JIS2004",YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main .clm_two .article_detail .txt_area h1:before {
  content: "■";
  margin-right: 2px;
}

#main .clm_two .article_detail .txt_area p {
  margin-bottom: 20px;
}

#main .clm_two .article_detail .txt_area ul, #main .clm_two .article_detail .txt_area ol {
  margin-bottom: 20px;
  padding-left: 1.5em;
}

#main .clm_two .article_detail .txt_area ul li {
  list-style: disc;
}

#main .clm_two .article_detail .txt_area ol li {
  list-style: decimal;
}

@media only screen and (max-width: 640px) {
  #main .clm_two .article_detail {
    padding-right: 0;
  }

  #main .clm_two .article_detail .date {
    font-size: 1.4rem;
  }

  #main .clm_two .article_detail .ttl {
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 2.4rem;
  }

  #main .clm_two .article_detail .tags_list {
    margin-top: 12px;
  }

  #main .clm_two .article_detail .sns_area > div {
    margin-right: 10px;
  }

  /* .txt_area  */
  #main .clm_two .article_detail .txt_area {
    margin-top: 15px;
  }

  #main .clm_two .article_detail .txt_area h1 {
    font-size: 1.5rem;
  }

  #main .clm_two .article_detail .txt_area p {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  #main .clm_two .article_detail .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  #main .clm_two .article_detail .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #main .clm_two .article_detail .txt_area img {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #main .clm_two .article_detail .txt_area p + img {
    margin-top: 15px;
  }
}
/* ======================================
.faq
====================================== */
.faq #ttl_main .block_lead {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}

.faq #main_cts {
  padding-top: 29px;
}

.information #main_cts {
  padding-top: 29px;
}

@media only screen and (max-width: 640px) {
  .faq #ttl_main .block_lead {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
  }

  .faq #main_cts {
    padding-top: 0;
  }

  .information #main_cts {
    padding-top: 0;
  }
}
/* -----------------------
.news_list
----------------------- */
#main .clm_two .news_list {
  border-top: #e6e6e6 solid 1px;
}

#main .clm_two .news_list .section {
  padding: 30px 2px 25px;
  border-bottom: #e6e6e6 solid 1px;
}

#main .clm_two .news_list .section .ttl {
  min-height: 42px;
  margin-bottom: 20px;
  padding-left: 60px;
  font-size: 2.2rem;
  line-height: 1.5;
  position: relative;
}

#main .clm_two .news_list .section .ttl:before {
  width: 42px;
  height: 42px;
  padding-top: 11px;
  display: block;
  content: "Q";
  font-size: 2.0rem;
  background-color: #978a3f;
  color: #fff;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  border-radius: 21px;
  position: absolute;
  left: 0;
  top: -4px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .clm_two .news_list .section .box {
  padding-left: 60px;
  position: relative;
}

#main .clm_two .news_list .section .box:before {
  width: 42px;
  height: 42px;
  padding-top: 10px;
  display: block;
  content: "A";
  font-size: 2.0rem;
  background-color: #fff;
  border: #978a3f solid 1px;
  color: #978a3f;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  border-radius: 21px;
  position: absolute;
  left: 0;
  top: -6px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
}

#main .clm_two .news_list .section .txt_area p {
  margin-bottom: 18px;
}

#main .clm_two .news_list .section .txt_area p:last-child {
  margin-bottom: 0;
}

#main .clm_two .news_list .section .txt_area a {
  text-decoration: underline;
}

#main .clm_two .news_list .section {
  position: relative;
}

#main .clm_two .news_list .section .btn_list + .tags_list {
  bottom: 25px;
}

@media only screen and (max-width: 640px) {
  #main .clm_two .news_list .section {
    padding: 20px 5px 20px;
  }

  #main .clm_two .news_list .section .ttl {
    min-height: 32px;
    margin-bottom: 15px;
    padding-left: 44px;
    font-size: 1.8rem;
  }

  #main .clm_two .news_list .section .ttl:before {
    width: 32px;
    height: 32px;
    padding-top: 8px;
    font-size: 1.6rem;
    top: -3px;
  }

  #main .clm_two .news_list .section .box {
    padding-left: 44px;
  }

  #main .clm_two .news_list .section .box:before {
    width: 32px;
    height: 32px;
    padding-top: 7px;
    font-size: 1.6rem;
  }

  #main .clm_two .news_list .section .txt_area p {
    margin-bottom: 10px;
  }
}
/* -----------------------
.btn_list
----------------------- */
#main .clm_two .news_list .section .btn_list {
  margin-top: 35px;
}

#main .clm_two .news_list .section .btn_list .btn_more {
  margin-left: -30px;
}

/* .btn */
.btn_list {
  text-align: center;
}

.btn_list ul {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.btn_list li {
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
}

.btn_more {
  width: 250px;
  height: 35px;
  padding: 0;
  padding-top: 9px;
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: #978a3f solid 1px;
  color: #978a3f;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_more:hover {
  color: #fff;
  background-color: #978a3f;
}

.btn_more:before {
  content: "折りたたむ";
}

.btn_more.more:before {
  content: "続きを読む";
}

@media only screen and (max-width: 640px) {
  #main .clm_two .news_list .section .btn_list {
    margin-top: 20px;
  }

  #main .clm_two .news_list .section .btn_list .btn_more {
    margin-left: -22px;
  }

  /* .btn */
  .btn_list ul {
    width: 200px;
  }

  .btn_more {
    width: 200px;
  }
}
/* ======================================
.information
====================================== */
#main .clm_two .information_list .box {
  padding: 14px 2px 15px;
  border-bottom: #e6e6e6 solid 1px;
}

#main .clm_two .information_list .box:first-child {
  border-top: #e6e6e6 solid 1px;
}

#main .clm_two .information_list .box .date {
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
}

#main .clm_two .information_list .box .date .new {
  margin-left: 5px;
  padding: 3px 8px;
  font-size: 1.1rem;
  font-family: "Hiragino Kaku Gothic W3 JIS2004",YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background-color: #960000;
}

#main .clm_two .information_list .box .ttl {
  font-size: 1.8rem;
  line-height: 1.6666;
}

#main .clm_two .information_list .box .tags_list + p {
  margin-top: 25px;
}

#main .clm_two .information_list .box p {
  margin-bottom: 30px;
}

#main .clm_two .information_list p + img {
  margin-top: 15px;
}

#main .clm_two .information_list .box img {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media only screen and (max-width: 640px) {
  #main .clm_two .information_list .box .ttl {
    font-size: 1.6rem;
  }

  #main .clm_two .information_list .box .tags_list + p {
    margin-top: 15px;
  }

  #main .clm_two .information_list .box p {
    margin-bottom: 15px;
  }

  #main .clm_two .information_list .box img {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #main .clm_two .information_list p + img {
    margin-top: 15px;
  }
}
/* ======================================
#main .box.movie_dtl 2020.05
====================================== */
#main .clm_two .information_list .box.movie_dtl {
  padding-top: 0;
  border-top: none;
}
#main .clm_two .information_list .box.movie_dtl .youtube {
  margin-top: 1.0em;
  margin-bottom: 1.5em;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#main .clm_two .information_list .box.movie_dtl .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 641px) {
  #main .clm_two .information_list .box.movie_dtl {
    margin-top: -1em;
  }
  #main .clm_two .information_list .box.movie_dtl .youtube {
    margin-top: 1.5em;
    margin-bottom: 2.5em;
  }
}

/* ======================================
#main .box.movie 2020.05
====================================== */
#main .clm_two .information_list .box.movie {
  padding: 10px 5px;
  display: flex;
  align-items: center;
}
#main .clm_two .information_list .box.movie .img {
  width: 100px;
  margin-right: 15px;
  display: block;
  position: relative;
}
#main .clm_two .information_list .box.movie .img::before {
  content: "";
  width: 40px;
  height: 30px;
  background-image: url("images/common/movie.svg");
  background-repeat: no-repeat;
  background-size: 40p 30px;
  background-position: top center;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -15px;
  pointer-events: none;
}
#main .clm_two .information_list .box.movie .img img {
  width: 100px;
  height: 100px;
  margin: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#main .clm_two .information_list .box.movie .txt_area {
  padding-top: 3px;
  flex: 1;
}
#main .clm_two .information_list .box.movie .txt_area .ttl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.4735;
}
#main .clm_two .information_list .box.movie .txt_area .tags_list {
  margin-top: 0.3em;
}
@media only screen and (min-width: 641px) {
  #main .clm_two .information_list .box.movie {
    padding: 12px 9px;
  }
  #main .clm_two .information_list .box.movie .img {
    width: 214px;
    transition: all 0.3s;
  }
  #main .clm_two .information_list .box.movie .img:hover {
    opacity: 0.7;
  }
  #main .clm_two .information_list .box.movie .img img {
    width: 214px;
    height: 120px;
  }
  #main .clm_two .information_list .box.movie .txt_area .date {
    margin-bottom: 5px;
  }
  #main .clm_two .information_list .box.movie .txt_area .ttl {
    margin-bottom: 10px;
  }
}

/* ======================================
#contact_footer
====================================== */
#contact_footer {
  padding: 40px 0 40px 0;
  background-color: #505050;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contact_footer ul {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#contact_footer ul:after {
  content: "";
  clear: both;
  display: block;
}

#contact_footer .btn {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  float: left;
  border: #978a3f solid 2px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contact_footer .btn:hover {
  border: #a59b50 solid 2px;
}

#contact_footer .btn .fa {
  font-size: 2.5rem;
  position: absolute;
  left: 30px;
}

#contact_footer .btn a {
  width: 456px;
  height: 84px;
  padding-left: 30px;
  padding-right: 30px;
  display: table-cell;
  color: #fff;
  border: #fff solid 1px;
  background-color: rgba(151, 138, 63, 0.8);
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contact_footer .btn a:hover {
  background-color: rgba(165, 155, 80, 0.8);
}

#contact_footer .tel_footer {
  margin-top: 44px;
  text-align: center;
}

#contact_footer .tag {
  margin-top: 30px;
  text-align: center;
  font-size: 2.2rem;
  color: #978a3f;
}

/* #top #contact_footer */
#top #contact_footer {
  /*	height: 325px;*/
  background-image: url("images/top/contact_footer.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}

@media only screen and (max-width: 640px) {
  /* #contact_footer */
  #contact_footer {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #contact_footer ul {
    width: 100%;
  }

  #contact_footer .btn {
    width: 49.5%;
    margin-left: 0;
    margin-right: 1%;
    font-size: 1.3rem;
    line-height: 1.23;
  }

  #contact_footer .btn:last-child {
    margin-right: 0;
  }

  #contact_footer .btn:hover {
    border: #978a3f solid 2px;
  }

  #contact_footer .btn .fa {
    margin-top: -0.75rem;
    font-size: 1.5rem;
    left: 10px;
    top: 50%;
  }

  #contact_footer .btn a {
    width: 100%;
    height: 42px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #contact_footer .btn a:hover {
    background-color: rgba(151, 138, 63, 0.8);
  }

  #contact_footer .tel_footer {
    margin-top: 18px;
    padding-bottom: 13px;
    border-bottom: #646464 solid 1px;
  }

  #contact_footer .tel_footer img {
    width: 195px;
    height: auto;
  }

  #contact_footer .tag {
    margin-top: 0;
    font-size: 1.2rem;
  }

  /* #top #contact_footer */
  #top #contact_footer {
    height: 125px;
    padding-top: 10px;
    /*	background-size: cover;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #top #contact_footer .tel_footer {
    border-bottom: 0;
  }
}
/* ======================================
#footer
====================================== */
#footer {
  padding-top: 40px;
  background-color: #505050;
}

/* .cts */
#footer .cts {
  padding: 24px 20px;
  border-top: #646464 solid 1px;
}

#footer .cts:after {
  content: "";
  clear: both;
  display: block;
}

/* .logo */
#footer .logo {
  float: left;
  text-align: center;
  font-size: 1.2rem;
  color: #dcdcdc;
  letter-spacing: 0.03em;
  line-height: 1.625;
}

#footer .logo img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  display: block;
}

/* .nav_footer */
#footer .nav_footer {
  float: right;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
}

#footer .nav_footer:after {
  content: "";
  clear: both;
  display: block;
}

#footer .nav_footer ul {
  margin-left: 60px;
  float: left;
}

#footer .nav_footer ul:first-child {
  margin-left: 0;
}

#footer .nav_footer li {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
}

#footer .nav_footer li:first-child {
  margin-top: 0;
}

#footer .nav_footer li:before {
  content: "-";
  margin-right: 7px;
}

#footer .nav_footer li a {
  color: #fff;
}

#footer .nav_footer li a:hover {
  color: #ccc;
}

/* .copy */
#footer .copy {
  border-top: #646464 solid 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  font-size: 1.1rem;
  text-align: center;
  color: #b9b9b9;
}

@media only screen and (max-width: 640px) {
  #footer {
    padding-top: 15px;
    padding-bottom: 80px;
  }

  /* .cts */
  #footer .cts {
    padding: 0;
    border-top: none;
  }

  /* .logo */
  #footer .logo {
    float: none;
  }

  #footer .logo img {
    width: 78px;
    height: auto;
    margin-bottom: 18px;
  }

  /* .nav_footer */
  #footer .nav_footer {
    display: none;
  }

  /* .copy */
  #footer .copy {
    border-top: none;
    font-size: 1.0rem;
  }
}
/* ======================================
#tel_sp
====================================== */
#tel_sp {
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  z-index: 10;
}

#tel_sp a {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
}

/* ======================================
Colorbox
====================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-bottom: 70px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  margin-top: 5px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.4;
  left: 0;
  color: #ccc;
}

@media only screen and (max-width: 640px) {
  #cboxTitle {
    font-size: 1.4rem;
  }
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url("images/top/loading.gif") no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url("images/common/controls.png") no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url("images/common/controls.png") no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url("images/common/controls.png") no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
  display: none;
}

#cboxClose:hover {
  background-position: bottom center;
}

/* ======================================
column_161125_ozaki
====================================== */
.alignleft {
  float: left;
  margin-top: 8px !important;
  margin-bottom: 0px !important;
  margin-right: 20px !important;
}

@media only screen and (max-width: 640px) {
  .alignleft {
    float: none;
    width: 250px;
    height: auto;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
/*171222*/
#main #news_top li .new {
  -webkit-animation: blink 0.8s ease-in-out infinite alternate;
  -moz-animation: blink 0.8s ease-in-out infinite alternate;
  animation: blink 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ======================================
kaisou_180402_nagata
====================================== */
.reburial .block_lead .txt {
  line-height: 32px !important;
  padding: 0 20px;
}

.reburial #category_top {
  background-image: url(images/reburial/img_reburial00.jpg);
  background-position: center top;
}

.reburial .inner.door {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.reburial .inner.door .box {
  border: solid 1px #978a3f;
  width: 47.2%;
  height: auto;
  text-align: center;
}

.reburial .inner.door .box a {
  display: block;
  padding-bottom: 50px;
}

.reburial .inner.door .box a .img-area {
  width: 100%;
  height: auto;
  display: block;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-bottom: 1px solid #C8C8C8;
  transition: 0.3s;
}

.reburial .inner.door .box a .text-area {
  padding: 0 20px;
}

.reburial .inner.door .left-box a .img-area img {
  width: 100%;
}

.reburial .inner.door .right-box a .img-area img {
  width: 100%;
}

.reburial .inner.door .box a .ttl {
  font-size: 26px;
  line-height: 26px;
  color: #978a3f;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  margin: 30px 0 5px;
}

.reburial .inner.door .box a .sub-ttl {
  font-size: 16px;
  color: #969696;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
}

.reburial .inner.door .box a .sub-ttl:after {
  content: " ］";
}

.reburial .inner.door .box a .sub-ttl:before {
  content: "［ ";
}

.reburial .inner.door .box a .text {
  font-size: 15px;
  text-align: left;
  margin: 15px 0 0 0;
}

.reburial .inner.door .box a .btn {
  width: 250px;
  font-size: 18px;
  color: #978a3f;
  border: solid 1px #978a3f;
  margin: 32px auto 0;
  padding: 8px 0;
  transition: 0.3s;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
}

.reburial .inner.door .box a:hover {
  color: #646464;
}

.reburial .inner.door .box a:hover .img-area {
  opacity: 0.6;
}

.reburial .inner.door .box a:hover .btn {
  background-color: #978a3f;
  color: #ffffff;
}

@media only screen and (max-width: 640px) {
  .reburial .inner.door .box a .img-area {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
  }

  .reburial .inner.door .box a {
    display: block;
    padding-bottom: 10px;
  }

  .reburial .inner.door .box a .text-area {
    padding: 0 10px;
  }

  .reburial .inner.door .box {
    width: 100%;
    margin-bottom: 15px;
  }

  .reburial .inner.door .box a .ttl {
    font-size: 20px;
    margin: 30px 0 5px;
  }

  .reburial .inner.door .box a .sub-ttl {
    font-size: 13px;
  }

  .reburial .inner.door .box a .text {
    font-size: 12px;
    margin: 17px 0 0 0;
  }

  .reburial .inner.door .box a .btn {
    width: 100%;
    font-size: 12px;
    margin: 30px 0 0px;
  }
}
.interview .block_lead .txt {
  line-height: 1.7777 !important;
  padding: 0 20px;
}

.interview #category_top {
  background-image: url(images/interview/img-interview00.jpg);
  background-position: center top;
}

.interview .inner.kaiso {
  text-align: left;
}

.interview .inner.kaiso .img-area {
  text-align: center;
}

.interview .inner.kaiso .img-area img {
  width: auto;
}

.interview .inner.kaiso .text-area + .img-area {
  margin: 55px 0 0 0;
}

.interview .inner.kaiso h3 {
  font-size: 18px !important;
  line-height: 28px !important;
  margin: 25px 0 17px;
  color: #978a3f;
}

.interview .inner.kaiso .text-area + h3 {
  margin: 34px 0 0 0;
}

.interview .inner.kaiso .text-area {
  margin: 0 0;
}

.interview .inner.kaiso .text-area p {
  font-size: 16px !important;
  line-height: 30px;
  margin-top: 14px;
}

.interview .inner.kaiso .kaisou-btn {
  width: 100%;
}

.interview .inner.kaiso .kaisou-btn a {
  width: 460px;
  display: block;
  margin: 80px auto 0;
  font-size: 24px;
  text-align: center;
  border: solid 1px #978a3f;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  padding: 28px 0;
  color: #978a3f;
}

.interview .inner.kaiso .kaisou-btn a:hover {
  color: #ffffff;
  background: #978a3f;
}

@media only screen and (max-width: 640px) {
  .interview .inner.kaiso .img-area img {
    width: 100%;
  }

  .interview .inner.kaiso .text-area + .img-area {
    margin: 35px 0 0 0;
  }

  .interview .inner.kaiso h3 {
    font-size: 1.8rem !important;
    line-height: 1.4666 !important;
    margin: 25px 0 0px;
    color: #978a3f;
  }

  .interview .inner.kaiso .text-area + h3 {
    margin: 34px 0 0 0;
  }

  .interview .inner.kaiso .text-area {
    margin: 0 0;
  }

  .interview .inner.kaiso .text-area p {
    font-size: 13px !important;
    line-height: 21.5px;
    margin-top: 10px;
  }

  .interview .inner.kaiso .kaisou-btn a {
    width: 100%;
    display: block;
    margin: 50px auto 0;
    font-size: 20px;
    text-align: center;
    border: solid 1px #978a3f;
    font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
    padding: 20px 0;
    color: #978a3f;
  }
}
.kaisou .kaisou-btn a {
  width: 460px;
  display: block;
  margin: 80px auto 0;
  font-size: 24px;
  text-align: center;
  border: solid 1px #978a3f;
  font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  padding: 28px 0;
  color: #978a3f;
}

.kaisou .kaisou-btn a:hover {
  color: #ffffff;
  background: #978a3f;
}

@media only screen and (max-width: 640px) {
  .kaisou .kaisou-btn a {
    width: 100%;
    display: block;
    margin: 50px auto 0;
    font-size: 20px;
    text-align: center;
    border: solid 1px #978a3f;
    font-family: "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
    padding: 20px 0;
    color: #978a3f;
  }
}
/*header*/
.reburial #header #nav_area .nav_global li.nav_kaisou {
  display: none;
  width: 106px;
}

.reburial #header #nav_area .nav_global li.nav_kaisou a {
  color: #948549;
  border-bottom: #978a3f solid 2px;
}

.interview #header #nav_area .nav_global li.nav_kaisou {
  display: none;
  width: 106px;
}

.interview #header #nav_area .nav_global li.nav_kaisou a {
  color: #948549;
  border-bottom: #978a3f solid 2px;
}

.kaisou #header #nav_area .nav_global li.nav_kaisou {
  display: none;
  width: 106px;
}

.kaisou #header #nav_area .nav_global li.nav_kaisou a {
  color: #948549;
  border-bottom: #978a3f solid 2px;
}

#header #nav_area .nav_global li a {
  position: relative;
}

#header #nav_area .nav_global li .fa.fa-caret-square-o-down {
  position: absolute;
  top: 1px;
  right: 0;
  width: 15px;
  height: 15px;
  font-size: 2.4rem;
}

#header #nav_area .nav_global li .fa.fa-caret-square-o-down::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background: url("images/common/icn_down_header.png") center center no-repeat;
}

#header #nav_area .nav_global li.nav_kaisou {
  display: block !important;
  position: relative;
  width: 60px !important;
  margin-right: 35px;
}

#header #nav_area .nav_global li.nav_kaisou a {
  padding-right: 19px;
}

#header #nav_area .nav_global li.nav_kaisou .fa + span {
  margin-top: 8px;
  margin-left: 5px;
}

#header #nav_area .nav_global li .nav_sub li {
  border-bottom: 1px solid #515151;
  height: 50px;
  width: 180px;
  padding: 0;
  opacity: 0.9;
  background-color: #323232;
  line-height: 50px;
  text-align: center;
}

#header #nav_area .nav_global li .nav_sub li:hover {
  background-color: #49472c;
}

#header #nav_area .nav_global li .nav_sub li a {
  color: #fff !important;
  padding: 0;
  border-bottom: none;
  font-size: 16px;
  font-weight: normal;
  border-bottom: none !important;
}

#header #nav_area {
  z-index: 1;
}

#header #nav_area .nav_global li span {
  margin-top: 8px;
}

#header #nav_area .nav_global li .nav_sub {
  top: 55px;
  left: -57px;
  position: absolute;
}

#header #nav_area .nav_global li.nav_kaisou .nav_sub {
  height: 0px;
  overflow: hidden;
  transition: 0.3s;
}

#header #nav_area .nav_global li.nav_kaisou:hover .nav_sub {
  height: 102px;
}

@media only screen and (max-width: 640px) {
  #header #nav_area .nav_global li.nav_kaisou {
    width: 100% !important;
    height: auto;
    border-bottom: 1px solid #c8c8c8;
  }

  #header #nav_area .nav_global li .nav_sub {
    position: static;
  }

  #header #nav_area .nav_global li .nav_sub li {
    padding-left: 20px;
    border-bottom: 1px solid #c8c8c8;
    height: auto;
    padding: 0;
    opacity: 1;
    background-color: #fff;
    line-height: 45px;
    text-align: left;
  }

  #header #nav_area .nav_global li .nav_sub li:last-of-type {
    border-bottom: none;
  }

  #header #nav_area .nav_global li span {
    margin-top: 0px;
  }

  #header #nav_area .nav_global li .nav_sub li a {
    font-size: 14px;
    color: #646464 !important;
    padding-left: 20px;
  }

  #header #nav_area .nav_global li .fa.fa-caret-square-o-down {
    display: none;
  }

  #header #nav_area .nav_global li span.sub_btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 0;
    width: 40px;
    height: 40px;
    background: url(images/common/btn_open_acc.png) no-repeat center center;
    background-size: 50%;
    border-left: #c8c8c8 solid 1px;
  }

  #header #nav_area .nav_global li span.sub_btn.active {
    background: url(images/common/btn_close_acc.png) no-repeat center center;
    background-size: 50%;
  }

  #header #nav_area .nav_global li .fa + span {
    margin-top: 0px;
  }

  #header #nav_area .nav_global li.nav_kaisou:hover .nav_sub {
    height: 0px;
    display: block !important;
  }

  #header #nav_area .nav_global li.nav_kaisou span.sub_btn.active + .nav_sub {
    height: 92px;
    display: block !important;
    border-top: 1px solid #c8c8c8;
  }

  #header #nav_area .nav_global li .nav_sub li:hover {
    background-color: #fff !important;
  }

  #header #nav_area .nav_global li.nav_kaisou .fa + span {
    margin-top: 0px;
  }
}
/* ======================================
slide_area_sp
====================================== */
#slide_area .img_slide01_sp {
  background-image: url("images/top/img_slide01_sp.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_slide02_sp {
  background-image: url("images/top/img_slide02_sp.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_slide06_sp {
  background-image: url("images/top/img_slide06_sp.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_slide12 {
  display: block;
  height: 655px;
  background-image: url("images/top/img_slide12.jpg");
}

#slide_area .img_slide12_sp {
  display: block;
  height: 100%;
  background-image: url("images/top/img_slide12_sp.jpg");
  background-size: cover;
  background-position: center center;
}

/* ======================================
180918
====================================== */
.text-area_02 {
  margin-top: 14px;
}

/* ======================================
180919_slide 
====================================== */
#slide_area .img_slide01_new {
  background-image: url("images/top/img_slide_new_01.jpg");
}

#slide_area .img_slide02_new {
  background-image: url("images/top/img_slide_new_02.jpg");
}

#slide_area .img_slide03_new {
  background-image: url("images/top/img_slide_new_03.jpg");
}

#slide_area .img_slide_sp_new_01 {
  background-image: url("images/top/img_slide_sp_new_01.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_slide_sp_new_02 {
  background-image: url("images/top/img_slide_sp_new_02.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_slide_sp_new_03 {
  background-image: url("images/top/img_slide_sp_new_03.jpg");
  background-size: cover;
  background-position: center center;
}

/*#slide_area {
	position:relative;
}*/
/*#slide_area:after {
	content:"";
	display:block;
	position: absolute;
	top:50%;
	left:50%;
	background-image: url("images/top/copy_01.svg");
	background-repeat:no-repeat;
	background-size: contain;
	width:125px;
	height:450px;
  	-webkit- transform: translateY(-50%) translateX(-50%);
  	transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width : 640px ) {
	#slide_area:after {
		content:none;
	}
}
*/
#slide_area .img_slide13 {
  background-image: url("images/top/img_slide13_02.jpg");
}

#slide_area .img_slide13_sp {
  background-image: url("images/top/img_slide13_sp_02.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_slide14 {
  background-image: url("images/top/img_slide14.jpg");
}

#slide_area .img_slide14_sp {
  background-image: url("images/top/img_slide14_sp.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_slide15 {
  display: block;
  height: 655px;
  background-image: url("images/top/img_slide15.jpg");
}

#slide_area .img_slide15_sp {
  display: block;
  height: 100%;
  background-image: url("images/top/img_slide15_sp.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_slide16 {
  display: block;
  height: 655px;
  background-image: url("images/top/img_slide16.jpg");
}

#slide_area .img_slide16_sp {
  display: block;
  height: 100%;
  background-image: url("images/top/img_slide16_sp.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_slide17 {
  display: block;
  height: 655px;
  background-image: url("images/top/img_slide17.jpg");
}

#slide_area .img_slide17_sp {
  display: block;
  height: 100%;
  background-image: url("images/top/img_slide17_sp.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_slide18 {
  display: block;
  height: 655px;
  background-image: url("images/top/img_slide18.jpg");
}

#slide_area .img_slide18_sp {
  display: block;
  height: 100%;
  background-image: url("images/top/img_slide18_sp.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_slide19 {
  display: block;
  height: 655px;
  background-image: url("images/top/img_slide19.jpg");
}

#slide_area .img_slide19_sp {
  display: block;
  height: 100%;
  background-image: url("images/top/img_slide19_sp.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_slide20200101 {
  display: block;
  height: 655px;
  background-image: url("images/top/img_slide20200101.jpg");
}

#slide_area .img_slide20200101_sp {
  display: block;
  height: 100%;
  background-image: url("images/top/img_slide20200101_sp.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_main_c {
  display: block;
  height: 655px;
  background-image: url("images/top/main_c.jpg");
}

#slide_area .img_main_a_sp {
  display: block;
  height: 100%;
  background-image: url("images/top/main_sp.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_main_d {
  display: block;
  height: 655px;
  background-image: url("images/top/main_d.jpg");
}

#slide_area .img_main_b_sp {
  display: block;
  height: 100%;
  background-image: url("images/top/main_sp.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_main_e {
  display: block;
  height: 655px;
  background-image: url("images/top/main_e.jpg");
}

#slide_area .img_main_f {
  display: block;
  height: 655px;
  background-image: url("images/top/main_f.jpg");
}

#slide_area .img_main_pc {
  display: block;
  height: 100%;
  background-image: url("images/top/main_pc_info_02.jpg");
  background-size: cover;
  background-position: center center;
}

#slide_area .img_main_sp {
  display: block;
  height: 100%;
  background-image: url("images/top/main_sp_info_02.jpg");
  background-size: cover;
  background-position: center center;
}

/* Localized */
