@charset "UTF-8";

/* noto-sans-jp-regular - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans Japanese Regular'), local('NotoSansJapanese-Regular'),
       url('../fonts/NotoSansJP-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/NotoSansJP-Regular.woff') format('woff'); /* Modern Browsers */
}
/* noto-sans-jp-500 - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans Japanese Medium'), local('NotoSansJapanese-Medium'),
       url('../fonts/NotoSansJP-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/NotoSansJP-Medium.woff') format('woff'); /* Modern Browsers */
}
/* noto-sans-jp-700 - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 700;
  src: local('Noto Sans Japanese Bold'), local('NotoSansJapanese-Bold'),
       url('../fonts/NotoSansJP-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/NotoSansJP-Bold.woff') format('woff'); /* Modern Browsers */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'); /* Modern Browsers */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: bold;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'); /* Modern Browsers */
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-variant-ligatures: none;
}
body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #6e7175;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
img {
  vertical-align: bottom;
  max-width: 100%;
	height: auto;
}

/* FONT
***************************************************************/
.sans {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
.serif {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

/* LINK
***************************************************************/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #6e7175;
}
a:active,
a:focus {
    outline: none;
}
a img {
  transition: 0.3s ease;
}

/* NONE
***************************************************************/
.none {
  display: none;
}
.linkNone {
  pointer-events: none;
}
@media all and (min-width: 681px) {
  .nonePC {
    display: none !important;
  }
  .linkNonePC {
    pointer-events: none;
  }
}
@media all and (max-width:680px) {
  .noneSP {
    display: none !important;
  }
  .linkNoneSP {
    pointer-events: none;
  }
}

/* clearfix
***************************************************************/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}

/* GoogleMap
***************************************************************/
.gm-style-pbt {
  text-align: center;
}
@media all and (max-width:680px) {
  .gm-style-pbt {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* lazyload
***************************************************************/

.lazyload{
 opacity: 0;
}
.lazyloaded{
  opacity: 1;
  transition: opacity ease 0.3s;
}

/* フェード
***************************************************************/

@media all and (min-width: 681px) {
  .action {
    opacity: 0;
  }
  .action.up {
    transform: translate(0, 100px);
  }
  .action.left {
    transform: translate(-100px, 0);
  }
  .action.right {
    transform: translate(100px, 0);
  }
  .action.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    transition: ease 1000ms;
    transition-delay: .25s;
  }
  .action.scrollin.delay1 {
    transition-delay: .5s;
  }
  .action.scrollin.delay2 {
    transition-delay: .75s;
  }
  .action.scrollin.delay3 {
    transition-delay: 1s;
  }
  .action.scrollin.delay4 {
    transition-delay: 1.25s;
  }
  .action.scrollin.delay5 {
    transition-delay: 1.5s;
  }
  .action.scrollin.delay6 {
    transition-delay: 1.75s;
  }
  .action.scrollin.delay7 {
    transition-delay: 2s;
  }
  .action.scrollin.delay8 {
    transition-delay: 2.25s;
  }
}


/*---------------------------- グローバルエリア ----------------------------*/


/* ヘッダー
***************************************************************/
/* gNav */
.gNav {
  min-width: 1100px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.gNav .logo {
  width: 166px;
  padding-left: 20px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gNav .logo img {
  width: 146px;
}
.gNav .gNavList {
  display: flex;
}
.gNav .gNavList a {
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #519fbc;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0 10px;
}
.gNav .gNavList .ptn2 {
  margin-left: 20px;
}
.gNav .gNavList .ptn2 a {
  background-color: #519fbc;
  color: #fff;
  position: relative;
  padding-left: 48px;
}
.gNav .gNavList .ptn2 a::before {
  content: "";
  background-image: url(../img/common/ico1_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
}
.gNav .gNavList .ptn1.current a {
  position: relative;
  color: #a0a4a6;
}
.gNav .gNavList .ptn1.current a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #519fbc;
  border-bottom: 2px solid #519fbc;
  transform: rotate(45deg);
}
@media all and (min-width: 681px) {
  body {
    min-width: 1100px;
  }
  .gNav .logo:hover {
    opacity: 0.7;
  }
  .gNav .gNavList .ptn1 a:hover {
    background-color: #519fbc;
    color: #fff;
  }
  .gNav .gNavList .ptn2 a:hover {
    background-color: #858b8d;
  }
  /* conversionWrap */
  .conversionWrap {
    width: 52px;
    height: 316px;
    position: fixed;
    z-index: 888;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .conversionWrap a {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: -0.2em;
    position: relative;
  }
  _:-ms-lang(x)::-ms-backdrop, .conversionWrap a {
    letter-spacing: 0.2em;
  }
  _:-ms-lang(x)::backdrop, .conversionWrap a {
    letter-spacing: 0.2em;
  }
    @-moz-document url-prefix() {
	.conversionWrap a {
    letter-spacing: 0.3em;
  }
}
  .conversionWrap a.ptn1 {
    background-color: #858b8d;
    border-radius: 50px 50px 0 0;
    padding-top: 35px;
  }
  .conversionWrap a.ptn2 {
    background-color: #519fbc;
    border-radius: 0 0 50px 50px;
    padding-top: 20px;
  }
  .conversionWrap a.ptn1::before {
    content: "";
    background-image: url(../img/common/ico3_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 25px;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .conversionWrap a.ptn2::before {
    content: "";
    background-image: url(../img/common/ico2_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 19px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .conversionWrap a.ptn1:hover {
    background-color: #fff;
    color: #858b8d;
    border: 2px solid #858b8d;
  }
  .conversionWrap a::before {
    transition: background-image 0.3s ease;
  }
  .conversionWrap a.ptn1:hover::before {
    background-image: url(../img/common/ico3_g.svg);
  }
  .conversionWrap a.ptn2:hover::before {
    background-image: url(../img/common/ico2.svg);
  }
  .conversionWrap a.ptn2:hover {
    background-color: #fff;
    color: #519fbc;
    border: 2px solid #519fbc;
  }
}
@media all and (max-width:680px) {
  /* spHead */
  .spHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 6.5px 2% 6.5px 5%;
    background-color: transparent;
    transition: background 0.3s ease;
  }
  .pageScroll .spHead {
    background-color: #fff;
  }
  .spHead .logo {
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
  }
  .spHead .toggleBtn {
    position: relative;
    width: 47px;
    height: 47px;
    cursor: pointer;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 50%;
    transition: 0.3s ease;
    background-color: #fff;
  }
  .spHead .toggleBtn div {
      position: relative;
      width: 100%;
      height: 100%;
  }
  .spHead .toggleBtn::after {
      content: "MENU";
      color: #519fbc;
      font-size: 10px;
      letter-spacing: 0.05em;
      position: absolute;
      bottom: 6px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      transition: ease 0.3s ease;
  }
  .spHead .toggleBtn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease;
    background: #519fbc;
    border-radius: 10px;
  }
  .spHead .toggleBtn span:nth-child(1) {
    top: 14px;
  }
  .spHead .toggleBtn span:nth-child(2) {
    top: 21px;
  }
}
@media all and (max-width:370px) {
}


/* フッター
***************************************************************/
#foot {
  background-color: #e9e9ea;
}
#foot .inner {
  width: 1100px;
  margin: 0 auto;
}
.fBlock1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 56px 0 0;
}
.footConversion {
  width: 878px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footConversion .footLogo {
  width: calc(100% - 542px);
  color: #000;
}
.footConversion .footLogo .h2 a {
  display: block;
  width: 216px;
}
.footConversion .footLogo .h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 8px;
}
.footConversion .footLogo .address {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.footConversion .btnArea {
  width: 542px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.footConversion .btnArea li {
  width: 266px;
}
.footConversion .btnArea li:nth-of-type(1n + 3) {
  margin-top: 10px;
}
.footConversion .btnArea li:not(.ptn4) a {
  width: 100%;
  height: 45px;
  background-color: #519fbc;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footConversion .btnArea li.ptn1 a {
  padding-left: 35px;
}
.footConversion .btnArea li.ptn2 a {
  padding-left: 25px;
}
.footConversion .btnArea li.ptn3 a {
  background-color: #6e7175;
  padding-left: 40px;
}
.footConversion .btnArea li.ptn4 a {
  width: 100%;
  height: 45px;
  color: #6e7175;
  font-size: 31.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.footConversion .btnArea li.ptn4 a .t2 {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.footConversion .btnArea li a::before {
  content: "";
  background-image: url(../img/common/ico1_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  margin: auto;
}
.footConversion .btnArea li.ptn2 a::before {
  background-image: url(../img/common/ico2_w.svg);
  width: 31px;
  height: 17px;
}
.footConversion .btnArea li.ptn3 a::before {
  background-image: url(../img/common/ico3_w.svg);
  width: 23px;
  height: 22px;
}
.footConversion .btnArea li.ptn4 a::before {
  background-image: url(../img/common/ico11.svg);
  width: 27px;
  height: 27px;
  left: 10px;
  top: 0;
}
.gotop {
  width: 40px;
}
.gotop a {
  display: block;
  position: relative;
  color: #519fbc;
  text-align: center;
  font-size: 14px;
  padding-top: 32px;
  padding-left: 2px;
}
.gotop a::before {
  content: "";
  background-image: url(../img/common/arrow_t.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: top 0.3s ease;
}
.footNav .ul1 {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
.footNav .ul1 a {
  font-size: 14px;
  font-weight: 700;
  color: #519fbc;
  letter-spacing: 0.08em;
}
.cRight {
  color: #6e7175;
  font-size: 14px;
  text-align: center;
  padding: 50px 0 30px;
}
@media all and (min-width: 681px) {
  .footConversion .footLogo .h2 a:hover {
    opacity: 0.7;
  }
  .footConversion .btnArea li:not(.ptn4) a:hover {
    background-color: #3d859b;
  }
  .footConversion .btnArea li.ptn3 a:hover {
    background-color: #555759;
  }
  .footConversion .btnArea li.ptn4 a:hover {
    opacity: 0.7;
  }
  .gotop a:hover::before {
    top: -5px;
  }
  .footNav .ul1 a:hover {
    color: #6e7175;
  }
}
@media all and (max-width:680px) {
  #foot .inner {
    width: 100%;
    padding: 0 5% 50px;
  }
  .fBlock1 {
    flex-flow: column;
    padding: 20px 0 0;
  }
  .footConversion {
    width: 100%;
    flex-flow: column;
    order: 2;
    padding-top: 20px;
  }
  .footConversion .footLogo {
    width: 100%;
    text-align: center;
  }
  .footConversion .footLogo .h2 a {
    width: 168px;
    margin: 0 auto;
  }
  .footConversion .btnArea {
    width: 100%;
    flex-flow: column;
    align-items: center;
    padding-top: 15px;
  }
  .footConversion .btnArea li {
    width: 280px;
  }
  .footConversion .btnArea li:nth-of-type(1n + 2) {
    margin-top: 10px;
  }
  .footConversion .btnArea li:not(.ptn4) a {
    height: 50px;
    font-size: 14px;
  }
  .footConversion .btnArea li.ptn1 {
    order: 1;
  }
  .footConversion .btnArea li.ptn2 {
    order: 3;
  }
  .footConversion .btnArea li.ptn3 {
    order: 2;
  }
  .footConversion .btnArea li.ptn4 {
    order: 4;
  }
  .footConversion .btnArea li.ptn4 a {
    height: 50px;
    font-size: 32px;
    justify-content: center;
  }
  .footConversion .btnArea li.ptn4 a .t1 {
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .footConversion .btnArea li.ptn4 a .t2 {
    letter-spacing: 0;
    margin-left: 5px;
  }
  .footConversion .btnArea li.ptn4 a::before {
    display: none;
  }
  .gotop {
    order: 1;
  }
  .footNav {
    width: 280px;
    margin: 0 auto;
  }
  .footNav .ul1 {
    flex-flow: wrap;
  }
  .footNav .ul1 li {
    width: calc(100% - 86px);
  }
  .footNav .ul1 .typeR {
    width: 86px;
  }
  .footNav .ul1 .li1 {
    order: 1;
  }
  .footNav .ul1 .li2 {
    order: 2;
  }
  .footNav .ul1 .li4 {
    order: 3;
  }
  .footNav .ul1 .li3 {
    order: 4;
  }
  .footNav .ul1 .li5 {
    order: 5;
  }
  .footNav .ul1 .li8 {
    order: 6;
  }
  .footNav .ul1 .li6 {
    order: 7;
  }
  .footNav .ul1 .li7 {
    order: 8;
  }
  .footNav .ul1 .li9 {
    order: 9;
  }
  .footNav .ul1 a {
    font-size: 13px;
    letter-spacing: 0.05em;
    padding-left: 15px;
    position: relative;
  }
  .footNav .ul1 a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #519fbc;
    border-bottom: 2px solid #519fbc;
    transform: rotate(-45deg);
  }
  .cRight {
    font-size: 10px;
    padding: 25px 0 15px;
  }

  /* conversionWrap */
  .conversionWrap {
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: -100%;
    transition: 0.3s ease;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
  }
  .pageScroll .conversionWrap,
  .open .conversionWrap {
    bottom: 0;
  }
  .conversionWrap a {
    width: calc(100% / 3);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
  .conversionWrap a.ptn1 {
    order: 2;
    background-color: #6e7175;
  }
  .conversionWrap a.ptn2 {
    order: 1;
    background-color: #519fbc;
  }
  .conversionWrap a.ptn3 {
    order: 3;
    background-color: #f19a25;
  }
  .conversionWrap a .t1 {
    position: relative;
    padding-left: 25px;
  }
  .conversionWrap a.ptn2 .t1 {
    padding-left: 27px;
  }
  .conversionWrap a .t1::before {
    content: "";
    background-image: url(../img/common/ico3_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16.5px;
    height: 15.8px;
  }
  .conversionWrap a.ptn2 .t1::before {
    background-image: url(../img/common/ico2_w.svg);
    width: 22.6px;
    height: 12.3px;
    left: -2px;
  }
  .conversionWrap a.ptn3 .t1::before {
    background-image: url(../img/common/ico1_w.svg);
    width: 18.2px;
    height: 18.2px;
  }
}
@media all and (max-width:370px) {
}


/* ドロワーメニュー
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  body.open {
      position: fixed;
      width: 100%;
      height: 100%;
  }
  .gNavSP {
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease;
    width: 100%;
    height: 100%;
    background-color: #519fbc;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    overflow: auto;
    padding-bottom: 80px;
  }
  .open .gNavSP {
    pointer-events: auto;
    opacity: 1;
  }
  .gNavSP .dHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 6.5px 2% 6.5px 5%;
    background-color: #519fbc;
    position: fixed;
    top: 0;
    left: 0;
  }
  .gNavSP .logo {
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
  }
  .gNavSP .toggleBtn {
    position: relative;
    width: 47px;
    height: 47px;
    cursor: pointer;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 50%;
    transition: 0.3s ease;
  }
  .gNavSP .toggleBtn div {
      position: relative;
      width: 100%;
      height: 100%;
  }
  .gNavSP .toggleBtn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease;
    background: #fff;
    border-radius: 10px;
  }
  .gNavSP .toggleBtn span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    top: 15px;
  }
  .gNavSP .toggleBtn span:nth-child(2) {
    transform: translateY(-8px) rotate(45deg);
    top: 31px;
  }
  .gNavSP .dNav {
    padding-top: 70px;
  }

  /* siteLink */
  .dNav .siteLink {
    width: 290px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .dNav .siteLink li {
    width: 140px;
  }
  .dNav .siteLink li:nth-of-type(1n + 3) {
    margin-top: 10px;
  }
  .dNav .siteLink a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    color: #519fbc;
    letter-spacing: 0.05em;
    padding-left: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    background-color: #fff;
    border-radius: 5px;
  }
  .dNav .siteLink a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #519fbc;
    border-bottom: 2px solid #519fbc;
    transform: rotate(-45deg);
  }
  .dNav .siteLink a::before {
    content: "";
    width: 15.5px;
    height: 24px;
    background-image: url(../img/common/ico0.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
  }
  .dNav .siteLink .li2 a::before {
    width: 21.5px;
    height: 19px;
    background-image: url(../img/common/ico4.svg);
    left: 9px;
  }
  .dNav .siteLink .li3 a::before {
    width: 15.5px;
    height: 16.5px;
    background-image: url(../img/common/ico5.svg);
    left: 12px;
  }
  .dNav .siteLink .li4 a::before {
    width: 25px;
    height: 18.5px;
    background-image: url(../img/common/ico6.svg);
    left: 9px;
  }
  .dNav .siteLink .li5 a {
    padding-left: 22px;
  }
  .dNav .siteLink .li5 a::before {
    width: 27.5px;
    height: 17px;
    background-image: url(../img/common/ico7.svg);
    left: 7px;
  }
  .dNav .siteLink .li6 a::before {
    width: 14px;
    height: 21px;
    background-image: url(../img/common/ico8.svg);
    left: 15px;
  }
  .dNav .siteLink .li7 a::before {
    width: 26.5px;
    height: 18px;
    background-image: url(../img/common/ico9.svg);
    left: 10px;
  }
  .dNav .siteLink .li8 a::before {
    width: 24px;
    height: 13px;
    background-image: url(../img/common/ico2.svg);
    left: 9px;
  }
  .dNav .siteLink .li9 a::before {
    width: 17.5px;
    height: 20px;
    background-image: url(../img/common/ico10.svg);
    left: 12px;
  }
  .dNav .siteLink .li10 a::before {
    width: 14px;
    height: 19.5px;
    background-image: url(../img/common/ico12.svg);
    left: 13px;
  }
  /* btnArea */
  .dNav .btnArea {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-flow: column;
    align-items: center;
    padding-top: 5px;
  }
  .dNav .btnArea li {
    width: 280px;
  }
  .dNav .btnArea li:nth-of-type(1n + 2) {
    margin-top: 10px;
  }
  .dNav .btnArea li:not(.ptn4) a {
    width: 100%;
    height: 50px;
    background-color: #e9e9ea;
    color: #519fbc;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .dNav .btnArea li.ptn1 a {
    padding-left: 35px;
  }
  .dNav .btnArea li.ptn2 a {
    padding-left: 25px;
  }
  .dNav .btnArea li.ptn3 a {
    padding-left: 40px;
  }
  .dNav .btnArea li.ptn4 a {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .dNav .btnArea li.ptn4 a .t1 {
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .dNav .btnArea li.ptn4 a .t2 {
    font-weight: 700;
    letter-spacing: 0;
    margin-left: 5px;
  }
  .dNav .btnArea li:not(.ptn4) a::before {
    content: "";
    background-image: url(../img/common/ico1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;
    margin: auto;
  }
  .dNav .btnArea li.ptn2 a::before {
    background-image: url(../img/common/ico2.svg);
    width: 31px;
    height: 17px;
  }
  .dNav .btnArea li.ptn3 a::before {
    background-image: url(../img/common/ico3.svg);
    width: 23px;
    height: 22px;
  }
}
@media all and (max-width:370px) {
}


/* コンテンツ
***************************************************************/
.main {
  padding-top: 57px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .main {
    padding-top: 0;
  }
}
@media all and (max-width:370px) {
}


/* ウィジェット
***************************************************************/
/* タイトル1 */
.w_title1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  color: #519fbc;
}
.w_title1 .in {
  padding-left: 58px;
  position: relative;
}
.w_title1 .in::before {
  content: "";
  width: 43px;
  height: 43px;
  background-image: url(../img/common/ico1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* タイトル2 */
.w_title2,
.contentsTop .w_title2 h2,
.contentsPage .w_title2 h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #519fbc;
}

@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  /* タイトル1 */
  .w_title1 {
    font-size: 18px;
  }
  .w_title1 .in {
    padding-left: 35px;
  }
  .w_title1 .in::before {
    content: "";
    width: 26px;
    height: 26px;
  }
  /* タイトル2 */
  .w_title2,
  .contentsTop .w_title2 h2,
  .contentsPage .w_title2 h2 {
    font-size: 18px;
  }
}
@media all and (max-width:370px) {
}

/* リンクボタン1 */
.w_btn1 {
  border: 4px solid #519fbc;
  background-color: #fff;
  color: #519fbc;
  width: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  padding: 11px 0;
  position: relative;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}
.w_btn1::after {
  content: "";
  background-image: url(../img/common/arrow_r.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: right 0.3s ease, background 0.3s ease;
}
.w_btn1 .in {
  padding-right: 20px;
}
/* リンクボタン2 */
.w_btn1.type2 {
  background-color: #519fbc;
  color: #fff;
}
.w_btn1.type2::after {
  background-image: url(../img/common/arrow_r_w.svg);
}
@media all and (min-width: 681px) {
  a:hover .w_btn1 {
    background-color: #519fbc;
    color: #fff;
  }
  a:hover .w_btn1::after {
    right: 5px;
    background-image: url(../img/common/arrow_r_w.svg);
  }
  a:hover .w_btn1.type2 {
    background-color: #fff;
    color: #519fbc;
  }
  a:hover .w_btn1.type2::after {
    background-image: url(../img/common/arrow_r.svg);
  }
}
@media all and (max-width:680px) {
  .w_btn1 {
    border-width: 2px;
    width: 240px;
    font-size: 14px;
    padding: 10px 0;
  }
  .w_btn1::after {
    width: 15px;
    height: 13px;
    right: 8px;
  }
  .w_btn1 .in {
    padding-right: 15px;
  }
}
@media all and (max-width:370px) {
}


/* バナー・リンク
***************************************************************/
/* バナー */
.bnrPresent.pBtm {
  padding-top: 10px;
  padding-bottom: 130px;
}
.bnrPresent a {
  width: 720px;
  margin: 0 auto;
  display: block;
}

/* 湖西市バナー */
.bnrKosaiCity {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 130px;
}

.bnrKosaiCity a {
  display: inline-block;
  margin-top: 30px;
}

/* リンク */
.fBtnArea {
  width: 880px;
  margin: 0 auto;
  padding: 60px 0 130px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.fBtnArea li {
  width: 420px;
}
.fBtnArea li a {
  width: 100%;
  height: 80px;
  background-color: #f19a25;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fBtnArea li.ptn1 a {
  padding-left: 45px;
}
.fBtnArea li.ptn2 a {
  padding-left: 50px;
}
.fBtnArea li.ptn3 a {
  padding-left: 25px;
}
.fBtnArea li a::before {
  content: "";
  background-image: url(../img/common/ico1_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
}
.fBtnArea li.ptn2 a::before {
  background-image: url(../img/common/ico2_w.svg);
  width: 57px;
  height: 31px;
}
.fBtnArea li.ptn3 a::before {
  background-image: url(../img/common/ico3_w.svg);
  width: 43px;
  height: 41px;
}
@media all and (min-width: 681px) {
  /* バナー */
  .bnrPresent a {
    background-image: url(../img/common/bnr1_o.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .bnrPresent.bnrPresent2 a {
    background-image: url(../img/common/bnr2_o.png);
  }
  .bnrPresent.bnrPresent3 a {
    background-image: url(../img/common/bnr3_o.png);
  }
  .bnrPresent a picture {
    transition: opacity 0.3s ease;
  }
  .bnrPresent a:hover picture {
    opacity: 0;
  }
  .fBtnArea a:hover {
    background-color: #858b8d;
  }
}
@media all and (max-width:680px) {
  /* バナー */
  .bnrPresent {
    margin-left: -23px;
  }
  .bnrPresent.pBtm {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .bnrPresent2{
    margin-bottom: 20px;
  }
  .bnrPresent.right {
    margin-left: 0;
    padding-left: 19px;
  }
  .bnrPresent a {
    width: 280px;
  }
  .bnrPresent.center a {
    width: 280px;
    margin-right: -8px;
  }
  .bnrPresent.center{
    width: 280px;
    margin-left:auto;
    margin-right:auto;
  }

  /* 湖西市バナー */
  .bnrKosaiCity {
    margin-top: 0;
    margin-bottom: 80px;
    padding: 0 5%;
  }
  
  .bnrKosaiCity a {
    margin-top: 25px;
  }


  /* リンク */
  .fBtnArea {
    width: 100%;
    padding: 20px 0 40px;
    display: block;
  }
  .fBtnArea li {
    width: 280px;
    margin: 0 auto;
  }
  .fBtnArea li + li {
    margin-top: 13px;
  }
  .fBtnArea li a {
    width: 100%;
    height: 54px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .fBtnArea li.ptn1 a {
    padding-left: 36px;
  }
  .fBtnArea li.ptn2 a {
    padding-left: 42px;
  }
  .fBtnArea li.ptn3 a {
    padding-left: 25px;
  }
  .fBtnArea li a::before {
    width: 23px;
    height: 23px;
    left: 21px;
  }
  .fBtnArea li.ptn2 a::before {
    width: 38px;
    height: 21px;
    left: 23px;
  }
  .fBtnArea li.ptn3 a::before {
    width: 31px;
    height: 30px;
    left: 23px;
  }
}
@media all and (max-width:370px) {
}


/* アザーコンテンツ
***************************************************************/
.otherContents {
  padding: 0 0 130px;
}
.otherContents .inner {
  width: 1100px;
  margin: 0 auto;
}
.otherContents .w_title1 .in::before {
  width: 42px;
  height: 45px;
  background-image: url(../img/common/ico5.svg);
  top: -2px;
}
.otherContents .ul1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 30px 0 0;
}
.otherContents .ul1 > li {
  width: 212px;
  height: 200px;
}
.otherContents .ul1 > li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.otherContents .ul1 > li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(81,159,188,0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.otherContents .ul1 > li .img1 {
  background-image: url(../img/common/other1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease;
}
.otherContents .ul1 > li.li2 .img1 {
  background-image: url(../img/common/other2.jpg);
}
.otherContents .ul1 > li.li3 .img1 {
  background-image: url(../img/common/other3.jpg);
}
.otherContents .ul1 > li.li4 .img1 {
  background-image: url(../img/common/other4.jpg);
}
.otherContents .ul1 > li.li5 .img1 {
  background-image: url(../img/common/other5.jpg);
}
.otherContents .ul1 > li.li6 .img1 {
  background-image: url(../img/common/other6.jpg);
}
.otherContents .ul1 > li .tit {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.29;
}
.otherContents .ul1 > li .tit .eng {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-top: 8px;
}
.otherContents .ul1 > li .arrow {
  width: 28.5px;
  height: 28.5px;
  background-color: #fff;
  background-image: url(../img/common/arrow_r.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
@media all and (min-width: 681px) {
  .otherContents .ul1 > li a:hover .img1 {
    transform: scale(1.1);
  }
  .otherContents .ul1 > li a:hover::after {
    opacity: 1;
  }
}
@media all and (max-width:680px) {
  .otherContents {
    padding: 40px 0 80px;
  }
  .otherContents .inner {
    width: 100%;
    padding: 0 5%;
  }
  .otherContents .w_title1 .in::before {
    width: 25px;
    height: 26px;
    top: -3px;
  }
  .otherContents .ul1 {
    display: block;
    padding: 20px 0 0;
  }
  .otherContents .ul1::after {
    display: none;
  }
  .otherContents .ul1 > li {
    width: 100%;
    height: 25vw;
  }
  .otherContents .ul1 > li + li {
    margin-top: 15px;
  }
  .otherContents .ul1 > li.li1 .img1 {
    background-image: url(../img/common/other1_sp.jpg);
  }
  .otherContents .ul1 > li.li2 .img1 {
    background-image: url(../img/common/other2_sp.jpg);
  }
  .otherContents .ul1 > li.li3 .img1 {
    background-image: url(../img/common/other3_sp.jpg);
  }
  .otherContents .ul1 > li.li4 .img1 {
    background-image: url(../img/common/other4_sp.jpg);
  }
  .otherContents .ul1 > li.li5 .img1 {
    background-image: url(../img/common/other5_sp.jpg);
  }
  .otherContents .ul1 > li.li6 .img1 {
    background-image: url(../img/common/other6_sp.jpg);
  }
  .otherContents .ul1 > li .tit {
    font-size: 18px;
  }
  .otherContents .ul1 > li .tit .eng {
    font-size: 12px;
    margin-top: 6px;
  }
  .otherContents .ul1 > li .arrow {
    width: 18px;
    height: 18px;
    background-size: 7.5px;
  }
}
@media all and (max-width:370px) {
}


/* アイキャッチ
***************************************************************/
.iCatch {
  position: relative;
}
.iCatch .h1 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 56px;
  background-color: #519fbc;
  color: #fff;
  text-align: center;
  width: 380px;
  height: 175px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.iCatch .h1 .jpn {
  font-size: 30px;
  line-height: 1.37;
  letter-spacing: 0.2em;
  padding-top: 8px;
}
.iCatch .h1 .eng {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding-top: 8px;
}
.iCatch .bg {
  background-image: url(../img/common/clear.gif.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 340px);
  height: 175px;
  margin-left: auto;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .iCatch .h1 {
    right: 0;
    bottom: -30vw;
    margin: auto;
    width: 61vw;
    height: 29.65vw;
  }
  .iCatch .h1 .jpn {
    font-size: 5.3vw;
    line-height: 1.24;
    padding-top: 0.625vw;
  }
  .iCatch .h1 .eng {
    font-size: 3.2vw;
    letter-spacing: 0.15em;
    padding-top: 1.875vw;
  }
  .iCatch .bg {
    width: 100%;
    height: 34.5vw;
    margin-left: 0;
  }
}
@media all and (max-width:370px) {
}


/* ポップアップバナー */
@media all and (min-width: 681px) {
  .popupBnr {
    width: 178px;
    height: 222px;
    position: fixed;
    z-index: 777;
    top: 554px;
    bottom: 0;
    right: 20px;
    margin: auto;
    transition: opacity 0.4s ease;
    opacity: 0;
    pointer-events: none;
  }
  .pageScroll .popupBnr {
    opacity: 1;
    pointer-events: auto;
  }
  .popupBnr a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/common/popup1_o.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .popupBnr.type2 a {
    background-image: url(../img/common/popup2_o.png);
  }
  .popupBnr.type3 a {
    background-image: url(../img/common/popup3_o.png);
  }
  .popupBnr a img {
    transition: opacity 0.3s ease;
  }
  .popupBnr a:hover img {
    opacity: 0;
  }
}
@media all and (max-width:680px) {
  .popupBnr {
    display: none;
  }
}



/* 旧サイトより引継ぎ
***************************************************************/
.fl {
	float:left;
}

.fr {
	float:right;
}
.cms_fr {
	margin-left: 24px;
	float: right;
}

* + .cms_cf,
.cms_block:after,
.cms_clear_before {
    display: block;
    clear: both;
    content: '';
}

.tac,
.pc_tac {
	text-align:center;
}
.contentsTop .cms_block,
.contentsPage .cms_block {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.contentsTop,
.contentsPage{
  margin-top:120px;
  margin-bottom: 60px;
}
.contentsPage:after{
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 767px) {
	.fl, .fr {
		float:none;
	}
	.contentsTop .cms_block,
	.contentsPage .cms_block {
		width: 100%;
	}
	.contentsTop,
	.contentsPage {
		width: auto;
		margin-left: 5%;
		margin-right: 5%;
	}
	.contentsPage{
		margin-top:110px;
	}
}

@media all and (min-width: 681px) {
	.w390 {
		width: 350px;
	}
}


/* ------------------------------
 見出し&テキスト
------------------------------ */
.mainLead {
	  font-size: 30px;
	  font-weight: 700;
	  text-align: center;
	  letter-spacing: 0.15em;
	  line-height: 1.6;
	  color: #519fbc;
	  margin-bottom: 50px;
}
.contentsTop h2,
.contentsPage h2 {
	font-size: 19px;
	font-weight: bold;
	color: #519fbc;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.mainLead {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.contentsTop h2,
	.contentsPage h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}
/* ------------------------------
 カテゴリーメニュー
------------------------------ */
.categoryBox {
	width: 537px;
	background: #d6e5eb;
	margin-bottom: 26px;
}
.categoryBox:nth-child(2n) {
	margin-left: 26px;
}
.categoryBox:nth-child(2n+1){
	clear: both;
	
}
.categoryBox a {
	text-decoration: none;
	display: table;
}
.categoryBox .img {
	display: table-cell;
	vertical-align: middle;
}
.categoryBox .img div {
	width: 265px;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: bottom;
}
.categoryBox .img img {
	width: 100%;
	height: auto;
	min-width: 289px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: 0;
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}
.categoryBox .text {
	width: 332px;
	padding: 20px 20px;
	display: table-cell;
	vertical-align: middle;
}
.categoryBox .text .title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #808080;
	    color: #5198b5;
}
.categoryBox .text .lead {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
}
/* -- タイトルが入らない場合に消すCSS -- */
.titleNone .categoryBox .text .title {
	display: none;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.categoryBox {
		width: auto;
		margin-bottom: 5%;
	}
	.categoryBox:nth-child(2n) {
		margin-left: 0;
	}
	.categoryBox a {
		display: block;
	}
	.categoryBox .img {
		display: block;
	}
	.categoryBox .img div {
		width: auto;
		height: auto;
	}
	.categoryBox .img img {
		min-width: 10px;
		position: static;
		-webkit-transform: translate(0%,0%);
		-ms-transform: translate(0%,0%);
		transform: translate(0%,0%);
	}
	.categoryBox .text {
		width: auto;
		padding: 8%;
		display: block;
	}
}

/* ------------------------------
 ボックス
------------------------------ */
@media screen and (min-width: 768px) {
	.w200 {
		width: 200px;
	}
	.w996 {
		width: 876px;
	}
}
/* ------------------------------
 線
------------------------------ */
.line_a {
	padding-bottom: 40px !important;
	margin-bottom: 40px !important;
	border-bottom: dotted 1px #808080;
}

/* -- 水色ドット線 -- */
.line_ydot {
	padding-bottom: 40px;
	border-bottom: dotted 4px #519fbc;
}
.line_ydot .cms_image {
	margin-bottom: 10px;
}

/* ------------------------------
 ボタン
------------------------------ */
.btn a,
a.btn,
.btn a:after,
a.btn:after,
.btn_contact a,
.btn_contact a:after {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.btn a,
a.btn,
.btn_contact a {
	font-weight: bold;
	line-height: 1.2;
	border-radius: 2px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

/* -- 共通ボタン -- */
.btn a {
  border: 4px solid #519fbc;
  background-color: #fff;
  width: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  padding: 11px 0;
  position: relative;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
  display: inline-block;
  margin: 0 auto;
}
.btn a{
  color: #519fbc;
}
.btn a::after {
  content: "";
  background-image: url(../img/common/arrow_r.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: right 0.3s ease, background 0.3s ease;
}
@media all and (min-width: 681px) {
  .btn a:hover {
    background-color: #519fbc;
  }
  .btn a:hover{
    color: #fff;
  }
 .btn a:hover::after {
    right: 5px;
    background-image: url(../img/common/arrow_r_w.svg);
  }
	.btn.prev a:hover:after {
		left: 5px;
	}
}

/* -- next prev ボタン -- */
.btn.prev,
.btn.next {
	min-width: 390px;
}
.btn.prev a,
.btn.next a {
	min-width: 390px;
	text-align: left;
	padding: 15px 20px;
}
.btn.prev a {
	padding-left: 45px;
}
.btn.next a {
	padding-right: 45px;
}
.btn.prev a:after {
	left: 10px;
	right: auto;
    transform: scale(-1, 1);
    margin-right: 5px;
}
@media screen and (max-width: 767px) {
	/* -- next prev ボタン -- */
	.btn.prev a,
	.btn.next a {
		min-width: 280px;
	}
	.btn.next{
		padding-bottom: 50px;
	}
	.btn.prev,
	.btn.next {
		min-width: 100%;
	}
}

/* ------------------------------
 360度画像、Youtube埋め込み
------------------------------ */
.house_image_box {
  margin: 70px 0;
}
.image360_box, .youtube_box {
  margin-bottom: 35px;
  position:relative;
    width:100%;
    height:0;
    padding-top: 56.25%;
}

.image360_box iframe, .youtube_box iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


