@charset "utf-8";
/* =========================================
　    全ぺージ　共通　css

20181205 TCI_goto フッターの「box_contact」幅調整
20180918 326_sakaguchi
========================================= */
.view_pc {
  display: block;
}
@media screen and (max-width: 736px) {
  .view_pc {
    display: none;
  }
}

.view_pc-tab {
  display: block;
}
@media screen and (max-width: 1024px) {
  .view_pc-tab {
    display: none;
  }
}

.view_tab {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 737px) {
  .view_tab {
    display: block;
  }
}

.view_sp {
  display: none;
}

@media screen and (max-width: 736px) {
  .view_sp {
    display: block;
  }
}

/* ----------------------------------------------------------------------------------------------------------
　   既存cssの上書き
------------------------------------------------------------------------------------------------------------- */
#wrapper > .con_header {
  border-top: none;
}


/* ----------------------------------------------------------------------------------------------------------

　   　　　ヘッダー

------------------------------------------------------------------------------------------------------------- */
/* -------------------------------
　   header(PC-TB表示)
----------------------------------- */
.wrp_header {
  background: #fff;
}

header {
  align-items: center;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  padding: 12.5px 0;
  overflow: hidden;
  width: 98%;
}

header img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 100%;
    -webkit-backface-visibility: hidden;
}


header h1 {
  width: calc( 369 / 1000 * 100%);
}

/* 中ページ用 */
header p {
  width: calc( 369 / 1000 * 100%);
}

header p a {
  display: block;
}

header p a:hover {
  opacity: .8;
    -webkit-transition: all .5s;
  transition: all .5s;
}

header .box_right {
  position: relative;
  overflow: hidden;
  width: calc( 360 / 1000 * 100%);
  /*width: calc( 543 / 1000 * 100%);*/
}

.btn_langu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 0.5em;
  float: right;
  width: calc( 150 / 360 * 100%);
}

.btn_langu li,
.btn_langu_sp {
  border-radius: 3px;
  background: #115C48;
  background: -moz-linear-gradient(top, #115C48 0%, #0C4032 100%);
  background: -webkit-linear-gradient(top, #115C48 0%,#0C4032 100%);
  background: linear-gradient(to bottom, #115C48 0%,#0C4032 100%);
  color: #fff;
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 100%;
}

.btn_langu li {
  width: calc( 70 / 150 * 100% );
}

.btn_langu_sp a:after {
  background: url(/sakae/responsive/image/header/ico-langu.png) center center no-repeat;
  background-size: 1.2em;
  bottom: 0;
  content: "";
  display: block;
  left: 0.3em;
  position: absolute;
  top: 0;
  width: 1.5em;
}

.btn_langu li:hover {
  opacity: .8;
  transition: .5s all;
  text-decoration: none;
}

.btn_langu li a {
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 85%;
  padding: 0.4em 0.7em;
  position: relative;
  text-decoration: none;
}




header .nav_sub {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
  margin-top: 1%;
  overflow: hidden;
  width: 100%;
  /*width: calc( 543 / 1000 * 100%);*/
}

header .nav_sub li {
  background: #235d7c; /* Old browsers */
    background: -moz-linear-gradient(top, #235d7c 1%, #294165 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #235d7c 1%,#294165 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #235d7c 1%,#294165 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 2px 0;
  width: calc( 175 / 543 * 100%);
}

/*　　ボタンが2個のとき　　*/
header .nav_sub_col02 {
  margin-top: 0.5em;
  /*width: calc( 360 / 543 * 100%);*/
}

header .nav_sub_col02 li {
  width: calc( 175 / 360 * 100%);
}

header .nav_sub li.btn_contact {
  background: #792140; /* Old browsers */
    background: -moz-linear-gradient(top, #792140 1%, #620941 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #792140 1%,#620941 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #792140 1%,#620941 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

header .nav_sub li:hover {
  opacity: .8;
    -webkit-transition: all .5s;
  transition: all .5s;
}

header .nav_sub li a {
  background: url(/sakae/responsive/image/ico-btn-arrow.png) 97% 92% no-repeat;
  border-bottom: solid 1px #DCAC6E;
  border-top: solid 1px #DCAC6E;
    -webkit-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
    -moz-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
    -o-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
  border-image: url(/sakae/responsive/image/border.png) 1 stretch;
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  padding: 6% 0;
  text-align: center;
}

/*1行用*/
header .nav_sub li.btn_line_1 a,
header .nav_sub li.btn_line_1 a:hover {
  font-size: 20px;
  padding: 9% 0;
}

/*文字詰め用*/
header .nav_sub li.btn_ls a {
  letter-spacing: 0.1em;
}

header .nav_sub li a:hover {
  color: #fff;
  font-size: 15px;
  padding: 6% 0;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  header .nav_sub li a {
    -webkit-border-image: none;
    -moz-border-image: none;
    -o-border-image: none;
  border-image: none;
  }
}

@media screen and (max-width: 999px) {
  header .nav_sub li a,
  header .nav_sub li a:hover {
    font-size: 1.5vw;
  }

  header .nav_sub li.btn_line_1 a,
  header .nav_sub li.btn_line_1 a:hover {
    font-size: 2vw;
  }
}


/* ------------------------------
　   nav (PC-TB表示)
--------------------------------- */
@media screen and (max-width: 1000px) {
  .btn_langu {
    width: 44%;
  }
}

.fix_nav {
  background: #3a7267; /* Old browsers */
  background: -moz-linear-gradient(top, #3a7267 1%, #014a3b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3a7267 1%,#014a3b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3a7267 1%,#014a3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-bottom: solid 3px #DCAC6E;
    -webkit-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
    -moz-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
    -o-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
  border-image: url(/sakae/responsive/image/border.png) 1 stretch;
  margin: 0;
  max-height: 50px;
  position: relative;
  z-index: 999;
  width: 100%;
}

.fix_nav.fixed {
 position:fixed;
 top: 0;
 margin:0 auto 0;
 width: 100%;
 -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

/* fixした時、コンテンツが0位置まで上がるので、fix_navの高さ分マージンをあたえる */
/* 入居者様の専用サービス */
#dedicated_zone.fixed_margin {
  margin-top: 55px;
}

/* 周辺環境 */
#location.fixed_margin {
  margin-top: 45px;
}

/* 他 */
#contents.fixed_margin {
  margin-top: 2.8em;
}

/* トップ */
#main_slide.fixed_margin {
  margin-top: 2.5em;
}

/* 建物写真集 */
#gallery_content.fixed_margin {
  margin-top: 55px;
}

@media screen and (max-width: 736px) {
  /* 入居者様の専用サービス */
  #dedicated_zone.fixed_margin {
    margin-top: 0;
  }

  /* 周辺環境 */
  #location.fixed_margin {
    margin-top: 0;
  }

  /* 他 */
  #contents.fixed_margin {
    margin-top: 0;
  }

  /* トップ */
  #main_slide.fixed_margin {
    margin-top: 0;
  }

  /* 建物写真集 */
  #gallery_content.fixed_margin {
    margin-top: 0;
  }
}



.fix_nav ul {
    display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
  /*overflow: hidden;*/
  width: 100%;
  position: relative;
}

.fix_nav ul li {
  border-right: 1px solid #507E74;
  width: calc( 165.5 / 1000 * 100%);
}

.fix_nav ul li:first-child {
  border-left: 1px solid #507E74;
}

.fix_nav ul li:hover,
.fix_nav ul li.current {
  background: #133F35;
}

.fix_nav ul li img {
  vertical-align: middle;
}

.fix_nav ul li a {
  display: block;
  font-size: 100%;
  line-height: 1em;
  padding: 8% 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .fix_nav ul li a {
    color: transparent;
  }
  .fix_nav ul li span {
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2vw;
    text-align: center;
  }
}

.fix_nav ul li a:hover,
.fix_nav ul li.current a:hover {
  color: transparent;
  padding: 8% 0;
}

.fix_nav ul li a::before,
.fix_nav ul li a::after {
  bottom: 13%;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: all .5s ease;
    -webkit-transition: all .5s ease;
  width: 0;
}
.fix_nav ul li a::before {
  background-image: -webkit-linear-gradient(left, #FFCB85 10%, transparent);
  background-image: linear-gradient(to right, #FFCB85 10%, transparent);
  left: 49%;
}
.fix_nav ul li a::after {
  background-image: -webkit-linear-gradient(left, transparent, #FFCB85 90%);
  background-image: linear-gradient(to right, transparent, #FFCB85 90%);
  right: 49%;
}

@media screen and (min-width: 1025px) {
  .fix_nav ul li a:hover::before,
  .fix_nav ul li a:hover::after,
  .fix_nav ul li .megamenu:hover + a::before,
  .fix_nav ul li .megamenu:hover + a::after {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
    .fix_nav ul li a .txt_sub {
      display: inline;
    }
    .fix_nav ul li a .change_txt {
      display:none;
    }

    .fix_nav ul li a:visited {
      background: transparent;
    }
}

.fix_nav ul li.current a::before,
.fix_nav ul li.current a::after,
.fix_nav ul li .megamenu + .btn_megamenu:hover::before,
.fix_nav ul li .megamenu + .btn_megamenu:hover::after {
  transition: none;
  width: 50%;
}

.fix_nav ul li .megamenu li.current {
  background: transparent;
}

.fix_nav ul li .megamenu li.current a::before,
.fix_nav ul li .megamenu li.current a::after {
  display: none;
}


/* メガメニュー */

.fix_nav > ul > li:hover .megamenu,
.fix_nav > ul > li:hover .megamenu.active {
  max-height: 9999px;
  top: 100%;
  transition: max-height 2s ease-in;
}

.fix_nav > ul .megamenu {
  background: rgba(10,51,38,0.8);
  max-height: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  top: 100%;
  text-align: center;
  transition: max-height 0.75s ease-out;
  width: 100%;
}
.fix_nav > ul .megamenu .mega_inner {
  padding-top: 1%;
  width: 100%;
}
.fix_nav > ul .megamenu .mega_inner li {
  border: none;
  display: inline-block;
  margin: 0 0.5em;
  width: calc( 280 / 1000 * 100%);
}

.fix_nav > ul .megamenu .mega_inner.mega_col_02 li {
  margin: 0 1.5em;
}

.fix_nav > ul .megamenu .mega_inner li:hover {
  background: transparent;
}

.fix_nav > ul .megamenu .mega_inner li a {
  color: #fff;
}

.fix_nav > ul .megamenu .mega_inner li a:hover {
  text-decoration: none;
}

.fix_nav > ul .megamenu .mega_inner li a:hover:before,
.fix_nav > ul .megamenu .mega_inner li a:hover:after {
  display: none;
}

.fix_nav > ul .megamenu .mega_inner li p .img_lnk {
  display: inline-block;
  width: calc( 258 / 280 * 100% );
}

.fix_nav > ul .megamenu .mega_inner li a:hover p .img_lnk {
  background: #fff;
}

.fix_nav > ul .megamenu .mega_inner li a p .img_lnk img {
  width: 100%;
}

.fix_nav > ul .megamenu .mega_inner li a:hover p .img_lnk img {
  transition: 0.5s all;
  opacity: .8;
}

.fix_nav > ul .megamenu .mega_inner li p .txt_lnk {
  background: transparent;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 4%;
  padding-left: 2em;
  position: relative;
  text-align: left;
}

.fix_nav > ul .megamenu .mega_inner li p .txt_lnk:before {
  border-top: 1px solid #D5B960;
  border-right: 1px solid #D5B960;
  content: "";
  display: inline-block;
  height: 0.3em;
  left: 1em;
  position: absolute;
  -webkit-transform: rotate(45deg);
  top: 0.3em;
  transform: rotate(45deg);
  width: 0.3em;
}

.fix_nav > ul .megamenu .mega_inner li a:hover p .txt_lnk {
  color: #D5B960;
  transition: 0.5s all;
}

@media screen and (max-width: 1024px) {
  .fix_nav > ul .megamenu {
    transition: max-height 0.5s ease-out;
  }

  .fix_nav > ul .megamenu .mega_inner li p .txt_lnk {
    font-size: 1.7vw;
  }

  .fix_nav > ul .megamenu .mega_inner li p .txt_lnk:before {
    top: 0.5vw;
  }
}


/* ------------------------------
　   nav (SP表示)
--------------------------------- */
@media screen and (max-width: 736px) {
  header {
    padding: 0;
    z-index: 1;
    width: 100%;
  }

  header h1 {
    width: 70%;
  }

  /* 中ページ用 */
  header p {
    width: 70%;
  }

  .nav_sp {
    background: #fff;
    border-bottom: solid 1vw #DCAC6E;
      -webkit-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
      -moz-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
      -o-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
    border-image: url(/sakae/responsive/image/border.png) 1 stretch;
    display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    justify-content: space-between;
    height: 20vw;
    padding: 2%;
    position: relative;
    overflow: hidden;
    z-index: 999999;
    width: 100%;
  }

  .nav_sp.active {
    position: fixed;
  }

  .gmenu {
    bottom: 0;
    background: rgba(0,14,3,0.95);
    left: 0;
    overflow: auto;
    position: fixed;
    top: 20vw;
    text-align: left;
    transform: translateY(-100%);
    transition: all 0.6s;
    visibility: hidden;
    z-index: 1;
    width: 100%;
  }
 
  .gmenu ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
 
  .gmenu ul li {
    border-bottom: 1px dotted #776223;
    font-size: 1.1em;
    list-style-type: none;
    padding: 0 0 0 2em;
    position: relative;
    width: 100%;
  }

  .gmenu ul .menu_last {
    border-bottom: 2px solid #776223;
  }

  .gmenu ul .menu_blue {
    background: rgba(0,36,62,0.5);
  }

  .gmenu ul .menu_contact {
    border-bottom: 2px solid #776223;
    background: rgba(62,0,20,0.5);
  }

  .gmenu ul li:after {
    border-top: 0.7vw solid #D1B45B;
    border-right: 0.7vw solid #D1B45B;
    bottom: 0;
    content: "";
    display: block;
    height: 3vw;
    margin-top: -1vw;
    position: absolute;
    right: 2em;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3vw;
   }
 
  .gmenu ul li a,
  .gmenu ul li .btn_innermenu {
    color: #fff;
    display: block;
    font-size: 5.5vw;
    padding: 1em 0;
    text-decoration: none;
    width: 80%;
  }
 
  /* このクラスを、jQueryで付与・削除する */
  .gmenu.active {
    visibility: visible;
    transform: translateY(0%);
  }

  /*メニューが開いた時、背景のコンテンツを固定*/
  .fixed_contents {
    height: 100%;
    position: fixed;
    z-index: -1;
    width: 100%;
  }

  /*  多階層メニュー*/
  label {
    cursor: pointer;
  }
  .toggle_inner{
    display: none;
  }

  .toggle_inner ul {
    width: 100%;
  }

  .toggle_inner ~ ul{
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-out;
  }
  .toggle_inner:checked ~ ul {
    max-height: 999px;
    transition: all 1s ease-in;
  }

  .gmenu ul li.innermenu {
    padding: 0;
  }

  .gmenu ul li.innermenu:after {
    display: none;
  }

  .gmenu ul li .btn_innermenu {
    display: block;
    padding-left: 1.5em; 
    position: relative;
    width: 100%;
  }

  .gmenu ul li .btn_innermenu:after {
    border-top: 0.7vw solid #D1B45B;
    border-right: 0.7vw solid #D1B45B;
    bottom: 0;
    content: "";
    display: block;
    height: 3vw;
    margin-top: -1vw;
    position: absolute;
    right: 1.5em;
    top: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 3vw;
  }

  .gmenu ul li .toggle_inner:checked + .btn_innermenu:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .gmenu ul li.innermenu ul {
    background: rgba(8,47,16,0.8);
  }

  .gmenu ul li.innermenu ul li:last-child {
    border: none;
  }


/* ハンバーガーメニュー　アイコン */
  .btn_nav_toggle {
    background: #135749;
    cursor: pointer;
    display: block;
    float: right;
    height: auto;
    position: relative;
    text-align: center;
    z-index: 3;
    width: 16vw;
  }

  .btn_nav_toggle:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
 
  .btn_nav_toggle span {
    border-bottom: solid 3px #eee;
    display: block;
    left: 0;
    margin: 0 auto;
    right: 0;
    position: absolute;    /* .btn_nav_toggleに対して */
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    width: 45%;
  }
   
  .btn_nav_toggle span:nth-child(1) {
    top: 20%;
  }
   
  .btn_nav_toggle span:nth-child(2) {
    top: 35%;
  }
   
  .btn_nav_toggle span:nth-child(3) {
    top: 50%;
  }
   
  .btn_nav_toggle span:nth-child(4) {
    background: transparent;
    border: none;
    color: #eee;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    top: 65%;
    width: 100%;
  }
  /* 最初のspanをマイナス45度に */
  .btn_nav_toggle.active span:nth-child(1) {
    top: 35%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
   
  /* 2番目と3番目のspanを45度に */
  .btn_nav_toggle.active span:nth-child(2),
  .btn_nav_toggle.active span:nth-child(3) {
    top: 35%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .box_langu {
    display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 95%;
  }

  .btn_langu_sp {
    float: none;
    margin: 1em auto 1.5em;
    padding: 0;
    width: 45%;
  }

  .btn_langu_sp a:after {
    left: -1em;
  }

  .btn_langu_sp a {
    color: #fff;
    font-size: 5vw;
    display: inline-block;
    letter-spacing: 0.05em;
    padding: .3em 0 .3em 1em;
    position: relative;
  }
}

@media screen and (max-width: 320px) {
  .gmenu ul li .btn_innermenu {
    padding-left: 2em; 
  }

  .gmenu ul li .btn_innermenu:after {
    right: 2em;
  }
}

/* ----------------------------------------------------------------------------------------------------------

　   　　　フッター

------------------------------------------------------------------------------------------------------------- */
/* ------------------------------
　   footer (PC-TB表示)
--------------------------------- */
footer {
  background: #F9F7F5;
  padding-top: 1.5%;
  overflow: hidden;
  width: 100%;
}

@media only screen and  (max-width: 736px) {
  footer {
    padding-top: 5%;
  }
}

footer .footer_sakae {
  margin: 0 auto;
  max-width: 800px;
  overflow: hidden;
  width: calc( 800 / 1000 * 100%);
}

footer .footer_sakae figure {
  float: left;
  width: calc( 275 / 800 * 100%);
}

footer .footer_sakae figure img {
    -webkit-backface-visibility: hidden;
  width: 100%;
}

footer .footer_sakae figure a {
  display: block;
}

footer .footer_sakae figure a:hover {
  opacity: .8;
    -webkit-transition: all .5s;
  transition: all .5s;
}

@media only screen and  (max-width: 736px) {
  footer .footer_sakae {
    margin-bottom: 3%;
    width: 95%;
  }

  footer .footer_sakae figure {
    float: none;
    margin: 0 auto 5%;
    width: 80%;
  }
}

footer .footer_sakae .box_contact {
  float: right;
  margin-bottom: 2%;
  width: calc( 520 / 800 * 100%);
}

footer .footer_sakae .box_contact div {
  align-items: center;
    display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 736px) {
  footer .footer_sakae .box_contact {
    float: none;
    width: 100%;
  }

  footer .footer_sakae .box_contact div {
    display: block;
  }
}

footer .footer_sakae .box_contact table {
  border-collapse: collapse;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 0.5em;
  width: calc( 310 / 520 * 100%);
}

footer .footer_sakae .box_contact table th {
  border-collapse: collapse;
  font-size: 110%;
  font-weight: normal;
  display: block;
  line-height: 1em;
  vertical-align: middle;
  width: 100%;
}

footer .footer_sakae .box_contact table th span {
  display: inline-block;
  line-height: 1em;
  margin-top: 0.3em;
}

footer .footer_sakae .box_contact table th img {
  vertical-align: top;
  width: 45%;
}

footer .footer_sakae .box_contact table td {
  border-collapse: collapse;
  font-weight: bold;
  display: block;
  /*padding-left: 1.5em;*/
  line-height: 1.5em;
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

footer .footer_sakae .box_contact table td small {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  margin: 0;
}

footer .footer_sakae .box_contact table td a {
  color: #00493A;
  display: inline-block;
  font-size: 160%;
  text-decoration: none;
  text-align: center;
  position: relative;
}

footer .footer_sakae .box_contact table td a:before {
  background: url("/sakae/responsive/image/ico-tel.png") center center no-repeat;
  background-size: 0.7em;
  bottom: 0;
  content: "";
  display: inline-block;
  left: -1em;
  position: absolute;
  top: 0;
  width: 0.7em;
}

@media screen and (max-width: 1024px) {
  footer .footer_sakae .box_contact table th {
    font-size: 1.7vw;
  }

  footer .footer_sakae .box_contact table th span {
    margin-top: 0.4em;
  }

  footer .footer_sakae .box_contact table td small {
    font-size: 1.25vw;
  }

  footer .footer_sakae .box_contact table td a {
    font-size: 2.5vw;
    margin-left: 1em;
  }
}


@media screen and (max-width: 736px) {
  footer .footer_sakae .box_contact table {
    margin-bottom: 3%;
    width: 100%;
  }

  footer .footer_sakae .box_contact table th {
    font-size: 5vw 
  }

  footer .footer_sakae .box_contact table th span {
    margin-top: 0.45em;
  }

  footer .footer_sakae .box_contact table td {
    line-height: normal;
  }

  footer .footer_sakae .box_contact table td small {
    font-size: 3.5vw;
  }

  footer .footer_sakae .box_contact table td a {
    font-size: 7vw;
  }


}

@media screen and (min-width: 736px) {
  footer .footer_sakae .box_contact table td a {
    pointer-events: none;
  }
}

footer .footer_sakae .box_contact .btn_contact {
  background: #792140; /* Old browsers */
    background: -moz-linear-gradient(top, #792140 1%, #620941 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #792140 1%,#620941 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #792140 1%,#620941 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 4px 0;
  width: calc( 190 / 500 * 100%);
}

footer .footer_sakae .box_contact .btn_contact:hover {
  opacity: .8;
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer .footer_sakae .box_contact .btn_contact a {
  background: url(/sakae/responsive/image/ico-btn-arrow.png) 97% 92% no-repeat;
  border-bottom: solid 1px #DCAC6E;
  border-top: solid 1px #DCAC6E;
    -webkit-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
    -moz-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
    -o-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
  border-image: url(/sakae/responsive/image/border.png) 1 stretch;
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.2em;
  padding: 6% 0;
  text-align: center;
  width: 100%;
}

footer .footer_sakae .box_contact .btn_contact a:hover {
  color: #fff;
  font-size: 17px;
  padding: 6% 0;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  footer .footer_sakae .box_contact .btn_contact a {
      -webkit-border-image: none;
      -moz-border-image: none;
      -o-border-image: none;
    border-image: none;
  }
}

@media screen and (max-width: 1000px) {
  footer .footer_sakae .box_contact .btn_contact a {
    font-size: 1.7vw;
  }

  footer .footer_sakae .box_contact .btn_contact a:hover {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 736px) {
  footer .footer_sakae .box_contact .btn_contact {
    margin: 0 auto;
    width: 70%;
  }

  footer .footer_sakae .box_contact .btn_contact a {
    border-bottom: 1px solid #DCAC6E;
    border-top: 1px solid #DCAC6E;
    border-image: none;
    font-size: 5vw;
    padding: 5% 0;
    width: 100%;
  }

  footer .footer_sakae .box_contact .btn_contact a:hover {
    font-size: 5vw;
    padding: 5% 0;
  }
}

footer .footer_sakae .box_contact .link_privacy {
  display: block;
  margin-top: 0.3em;
  text-align: right;
  width: 100%;
}

footer .footer_sakae .box_contact .link_privacy li {
  display: inline-block;
  font-size: 100%;
  margin-left: 0.5em;
}

footer .footer_sakae .box_contact .link_privacy li:first-child {
  margin-left: 0;
}

footer .footer_sakae .box_contact .link_privacy a {
  color: #0071BC;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 90%;
  font-weight: bold;
  text-decoration: none;
}

footer .footer_sakae .box_contact .link_privacy a span {
  padding-left: 1.3em;
  position: relative;
}

footer .footer_sakae .box_contact .link_privacy li a span::after {
  border-color: #0071BC #0071BC transparent transparent;
  border-style: solid;
  border-width: .25em;
  content: '';
  height: .5em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg) translateY(-50%);
  width: .5em;
}

footer .footer_sakae .box_contact .link_privacy a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  footer .footer_sakae .box_contact .link_privacy {
    margin-top: 1em;
    text-align: left;
  }

  footer .footer_sakae .box_contact .link_privacy li {
    display: block;
    margin-left: 0;
  }
  footer .footer_sakae .box_contact .link_privacy a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.3vw;
    text-decoration: underline;
  }
}

footer .footer_link {
  align-items: center;
    display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
  margin: 0 auto 2%;
  max-width: 710px;
  overflow: hidden;
  width: calc( 710 / 1000 * 100%);
}

footer .footer_link li:hover {
  opacity: .8;
    -webkit-transition: all .5s;
  transition: all .5s;
}

footer .footer_link li img {
  vertical-align: middle;
    -webkit-backface-visibility: hidden;
  width: 100%
}

footer .footer_link li:first-child {
  width: calc( 210 / 710 * 100%);
}

footer .footer_link li:nth-child(2) {
  width: calc( 180 / 710 * 100%);
}

footer .footer_link li:nth-child(3) {
  width: calc( 97 / 710 * 100%);
}

footer .footer_link li:last-child {
  width: calc( 99 / 710 * 100%);
}

@media screen and (max-width: 736px) {
  footer .footer_link {
    flex-wrap:wrap;
    margin-bottom: 5%;
    width: 95%;
  }

  footer .footer_link li:first-child,
  footer .footer_link li:nth-child(2),
  footer .footer_link li:nth-child(3),
  footer .footer_link li:last-child {
    text-align: center;
    width: 50%;
  }

  footer .footer_link li:first-child,
  footer .footer_link li:nth-child(2) {
    margin-bottom: 3%;
  }

  footer .footer_link li:first-child img {
    width: calc( 630 / 736 * 100%);
  }

  footer .footer_link li:nth-child(2) img {
    width: calc( 549 / 736 * 100%);
  }

  footer .footer_link li:nth-child(3) img {
    width: calc( 291 / 736 * 100%);
  }

  footer .footer_link li:last-child img {
    width: calc( 297 / 736 * 100%);
  }
}

footer .copyright {
  background: #00493A;
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 90%;
  line-height: 2em;
  text-align: center;
}

@media screen and (max-width: 736px) {
  footer .copyright {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.5vw;
    padding: 1%;
  }
}


/* --------------------------------------------------------------------------------------------

  　　　SEO文

----------------------------------------------------------------------------------------------- */
#description {
  background: #F9F7F5;
  margin: 0 auto 50px;
  max-width: 870px;
  padding: 1em;
  width: 95%;
}

#description input {
  display: none;
}

#description .description_open {
  display: none;
}

#description .description_close {
  display: none;
}


@media only screen and  (max-width: 736px) {
  #description {
    background: #F9F7F5;
    margin: 1em auto 10%;
    padding: 1em;
  }
  #description .description_open {
    display: block;
  }
  #description .description_close {
    display: none;
  }
  #description .description_txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  #description #description_txt[type="checkbox"] {
    display: none;
  }
  #description #description_txt[type="checkbox"]:checked + div .description_txt {
    display: inline;
  }
  #description .description_open,
  #description .description_close {
    color: #0061b8;
  }
  #description #description_txt[type="checkbox"]:checked + div .description_open {
    display: none;
  }
  #description #description_txt[type="checkbox"]:checked + div .description_close {
    display: inline-block;
  }
}



/* --------------------------------------------------------------------------------------------

  　　　ページトップへ　ボタン

----------------------------------------------------------------------------------------------- */
.go_top {
  position: fixed;
  bottom: 20px;
  width: 75px;
  height: 90px;
  display: block;
  border-radius: 10px;
  right: 3%;
  z-index: 999;
}

.go_top:hover {
  opacity: .8;
   -webkit-transition: all .5s;
  transition: all .5s;
}

.go_top span {
    background-image: -webkit-linear-gradient(#c5a653 0%, #A48941 100%);
    background-image: linear-gradient(#c5a653 0%, #A48941 100%);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    color: #fff;
    display: inline-block;
    font-size: 80%;
    font-weight: bold;
    line-height: 1.2em;
    overflow: hidden;
    padding: 15% 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
  }

  .go_top span:before {
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    content: "";
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding-top: 12.5%;
    right: 0; 
    transform: rotate(-45deg);
    top: 0;
    width: 20%;
  }

@media only screen and  (max-width: 736px) {
  .go_top {
    bottom: 20px;
    font-size: 77%;
    height: auto;
    position: fixed;
    right: 1%;
    z-index: 100;
    width: 15%;
  }

  .go_top span {
    padding: 20% 0;
  }

  .go_top span:before {
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    content: "";
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding-top: 15%;
    right: 0; 
    transform: rotate(-45deg);
    top: 0;
    width: 25%;
  }

}

/* --------------------------------------------------------------------------------------------

  　　　ぱんくず

----------------------------------------------------------------------------------------------- */
.wrp_breadcrumb {
  background: transparent;
}
@media screen and (max-width: 736px) {
  .wrp_breadcrumb {
    display: none;
  }
}

.breadcrumb {
  max-width: 1000px;
  padding: 5px 0 5px 0;
  margin: 0 auto;
  /* flex */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.breadcrumb li:not(:nth-last-of-type(1)) {
  padding: 0 50px 0 0;
  position: relative;
}

.breadcrumb li:not(:nth-last-of-type(1))::after {
  content: ">";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 20px;
  bottom: 13px;
  line-height: 0;
}

.breadcrumb_list li:nth-of-type(1) {
  width: 60px;
  background: none;
  text-align: center;
  padding: 10px 0 10px 0;
}

.breadcrumb li:last-child {
  width: 60%;
}

@media screen and (max-width: 1000px) {
  /*.breadcrumb li {
    font-size: 1.5vw;
  }*/

  .breadcrumb li:last-child {
    width: auto;
  }
}