@charset "UTF-8";
/* ------------------------------------------------- *
 *        変数　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *        デバイス分岐　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 * ＠共通項目　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0px auto 0;
  padding: 70px 0 0;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  body {
    margin: 0px auto 0;
    padding: 45px 0 0;
  }
}

body, html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.085em;
  text-align: left;
  color: #333;
  background: url("../img/bg.jpg") repeat;
  background-position: center top;
  background-size: auto;
}
@media only screen and (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
  body img, html img {
    max-width: 100%;
  }
}

a {
  text-decoration: none;
}

a:link {
  color: #0000ff;
}

a:visited {
  color: #0000ff;
}

a:hover {
  color: #ff0000;
}

a:active {
  color: #ff0000;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.switch {
  visibility: hidden;
}

a:hover .alpha {
  opacity: 0.7;
}

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

/* PC・SP分岐 */
.spnone {
  display: block;
}
@media only screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pcnone {
    display: block;
  }
}

.pc {
  display: inline !important;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.pc2 {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .pc2 {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: inline !important;
  }
}

.sp2 {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp2 {
    display: block !important;
  }
}

/* パンくず */
.sec-pankuzu {
  width: 100%;
  margin: 0 auto 30px;
  padding: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .sec-pankuzu {
    margin: 0 auto 15px;
    padding: 5px 0 0;
  }
}
.sec-pankuzu .inner {
  max-width: 960px;
  margin: auto;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .sec-pankuzu .inner {
    width: 100%;
    padding: 0 1% 0 4%;
  }
}
.sec-pankuzu .inner ul {
  margin: 0;
  display: table;
  font-size: 12px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .sec-pankuzu .inner ul {
    font-size: 10px;
  }
}
.sec-pankuzu .inner li {
  margin: 0;
  float: left;
}
.sec-pankuzu .inner li::after {
  padding: 0 7px;
  content: ">";
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-pankuzu .inner li::after {
    padding: 0 5px;
    font-size: 12px;
  }
}
.sec-pankuzu .inner li:last-child::after {
  padding: 0;
  content: "";
}
.sec-pankuzu .inner li a {
  position: relative;
  color: #e71f19;
}

section {
  width: 100%;
  margin: 0 auto 80px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  section {
    margin: 0 auto 40px;
  }
}
section .inner {
  max-width: 960px;
  margin: auto;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  section .inner {
    width: 100%;
    padding: 0 5%;
  }
}

.sec-mv {
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .sec-mv {
    margin: 0 auto 15px;
  }
}

h1,
h2 {
  font-size: 32px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  h1,
  h2 {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}

h2 {
  height: 35px;
  margin-bottom: 10px;
  padding-left: 37px;
  padding-top: 1px;
  font-size: 24px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 35px;
  background: url("../img/main_mark1.png") no-repeat;
  background-position: left center;
  background-size: auto;
}
h2.long span {
  font-size: 20px;
}
h2.long-high {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  h2 {
    margin-bottom: 10px;
    padding-left: 24px;
    padding-top: 1px;
    padding-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0;
    background-size: 20px;
    border-bottom: 1px solid #c00;
  }
  h2.long {
    margin-bottom: 10px;
    padding-bottom: 50px;
    line-height: 1.3;
    background: url("../img/main_mark1.png") no-repeat;
    background-position: left top 3px;
    background-size: 20px;
  }
  h2.long span {
    font-size: 14px;
  }
  h2.long-high {
    margin-bottom: 10px;
    padding-bottom: 75px;
    line-height: 1.3;
    background: url("../img/main_mark1.png") no-repeat;
    background-position: left top 3px;
    background-size: 20px;
  }
}

*.catch {
  margin: 15px auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  *.catch {
    font-size: 14px;
    text-align: left;
  }
}

*.lead {
  margin-bottom: 20px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  *.lead {
    margin-bottom: 15px;
    letter-spacing: 0;
  }
}

*.text {
  margin-bottom: 1em;
  padding: 0 37px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  *.text {
    padding: 0;
    letter-spacing: 0;
  }
}

ul {
  list-style: none;
}

/* キャッチアイコン */
.img-arrow {
  width: 35%;
  max-width: 300px;
  margin: -30px 18% 10px auto;
}
.img-arrow.residence {
  margin: -10px auto 10px 15%;
}
@media only screen and (max-width: 767px) {
  .img-arrow {
    width: 50%;
    max-width: 220px;
    margin: -15px 8% 5px auto;
  }
  .img-arrow.residence {
    margin: -10px auto 5px 5%;
  }
}

/* BACK-TO-TOP */
#backToTop {
  position: fixed;
  z-index: 9999;
  bottom: 85px;
  right: 3%;
}
@media only screen and (max-width: 767px) {
  #backToTop {
    bottom: 40px;
    right: 3%;
  }
}

#backToTop a {
  position: relative;
  display: block;
  width: 43px;
  height: 43px;
  padding-top: 0;
  padding-right: 1px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  background-color: #006cc7;
}
#backToTop a img {
  width: 18px;
  height: 13px;
}
#backToTop a:hover {
  background-color: #e71f19;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #backToTop a {
    width: 32px;
    height: 32px;
    padding-top: 3px;
  }
  #backToTop a img {
    width: 13px;
    height: 9px;
    vertical-align: middle;
  }
  #backToTop a:hover {
    background-color: #006cc7;
    -webkit-transition: 0;
    transition: 0;
  }
}

/*　共通：コンテンツがふわっとフェードイン　*/
.fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s, 0.8s;
          transition-duration: 0.8s, 0.8s;
  -webkit-transition-timing-function: ease, ease;
          transition-timing-function: ease, ease;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*　SP用：固定メニュー　*/
/*
@include media(sp){
  #fixed-items {
    position: fixed;
    width: 100%;
    height:50px;
    bottom: 0;
    left: 0;
    z-index: 9999;
    border-top:1px solid #fff;
    background-color: #ff8101;
    display:flex;
    justify-content: space-between;
    img{
      height:50px;
    }
    p{
      margin:auto;
      text-align:center;
    }
    .contact{
      width:55%;
      border-right:1px solid #fff;
    }
    .shiryo{
      width:45%;

    }
  }
}
*/
/* ------------------------------------------------- *
 * ＠HEADER　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
#header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 70px;
  margin: -70px auto 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 767px) {
  #header {
    z-index: 9999;
    height: 45px;
    margin: -45px auto 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #eee;
  }
}

#header .inner {
  width: 100%;
  margin: auto;
  /* //.hnav */
  /* SP ハンバーガーメニュー */
  /* //#menu-conts */
}
@media only screen and (max-width: 767px) {
  #header .inner {
    width: 100%;
  }
}
#header .inner .hnav {
  max-width: 1000px;
  height: 70px;
  margin: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* navi グロナビ */
  /* ///.gnav */
}
@media only screen and (max-width: 767px) {
  #header .inner .hnav {
    width: 100%;
    height: 45px;
  }
}
#header .inner .hnav .logo {
  width: 293px;
  margin-left: 3px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #header .inner .hnav .logo {
    width: 65%;
  }
  #header .inner .hnav .logo img {
    max-width: 85%;
  }
}
#header .inner .hnav .gnavi {
  width: 70%;
  max-width: 700px;
  margin: auto;
  padding-right: 0px;
}
#header .inner .hnav .gnavi ul.dropdown {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: auto;
  padding: 0;
  /*.dropdown>li{
    width: 20%;
    margin: 0;
    display: inline;
  }*/
}
#header .inner .hnav .gnavi ul.dropdown li {
  position: relative;
  margin-left: 2px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
#header .inner .hnav .gnavi ul.dropdown li a {
  color: #06f;
}
#header .inner .hnav .gnavi ul.dropdown li a:hover {
  color: #0F2350;
}
#header .inner .hnav .gnavi ul.dropdown li span {
  display: block;
  font-size: 16px;
}
#header .inner .hnav .gnavi ul.dropdown li:first-child {
  width: 12em;
}
#header .inner .hnav .gnavi ul.dropdown li:nth-child(2) {
  width: 11em;
}
#header .inner .hnav .gnavi ul.dropdown li:nth-child(3) {
  width: 13em;
}
#header .inner .hnav .gnavi ul.dropdown li:nth-child(4) {
  width: 10em;
}
#header .inner .hnav .gnavi ul.dropdown li:last-child {
  width: 8em;
}
#header .inner .hnav .gnavi ul.dropdown .dropdown_menu {
  width: 100%;
  display: none;
  position: absolute;
  padding-top: 5px;
  margin: auto;
}
#header .inner .hnav .gnavi ul.dropdown .dropdown_menu li {
  width: 100%;
  border-left: 1px solid #0F2350;
  border-right: 1px solid #0F2350;
  border-bottom: 1px solid #0F2350;
  background-color: rgba(15, 35, 80, 0.9);
}
#header .inner .hnav .gnavi ul.dropdown .dropdown_menu li:first-child {
  border-top: 1px solid #0F2350;
}
#header .inner .hnav .gnavi ul.dropdown .dropdown_menu li a {
  padding: 12px 0;
  margin: 0;
  display: block;
  text-indent: 1em;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  line-height: 1;
  text-decoration: none;
}
#header .inner .hnav .gnavi ul.dropdown .dropdown_menu li a:hover {
  color: #0f2350;
  background-color: #fff;
}
#header .inner #menu-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
}
#header .inner #menu-conts {
  display: none;
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 100;
  /* theme */
}
#header .inner #menu-conts .accordion-menu a {
  display: block;
  position: relative;
  text-decoration: none;
}
#header .inner #menu-conts .accordion-menu a::after,
#header .inner #menu-conts .accordion-menu a.is-open::after,
#header .inner #menu-conts .accordion-menu a.is-close::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  font-size: 20px;
  color: #fff;
}
#header .inner #menu-conts .accordion-menu p.alone a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background-image: url(../img/common/menu_arrow_sp.png);
  background-position: right center;
  background-size: contain;
}
#header .inner #menu-conts .accordion-menu p.parent a.is-open::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background-image: url(../img/common/menu_minus.png);
  background-position: right center;
  background-size: contain;
}
#header .inner #menu-conts .accordion-menu p.parent a.is-close::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/menu_plus.png);
  background-position: right center;
  background-size: contain;
}
#header .inner #menu-conts .accordion-menu p.sns {
  padding: 0.75em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .inner #menu-conts .theme-accordion p img {
  margin-right: 10px;
  vertical-align: middle;
}
#header .inner #menu-conts .theme-accordion p.noimg {
  padding-left: 32px;
}
#header .inner #menu-conts .theme-accordion p a {
  height: 42px;
  font-size: 15px;
  color: #fff;
  line-height: 42px;
  padding: 0 0 0 15px;
}
#header .inner #menu-conts .theme-accordion p.child span {
  display: block;
  width: 100%;
  font-size: 14px;
  padding-left: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#header .inner #menu-conts .theme-accordion p.child span:last-child {
  border-bottom: none;
}
#header .inner #menu-conts .theme-accordion p.child span .small {
  display: inline;
  font-size: 10px;
  padding-left: 20px;
  padding-right: 5px;
  border-bottom: none;
}
#header .inner #menu-conts .theme-accordion p {
  background: rgba(15, 35, 80, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#header .inner #menu-conts .theme-accordion p.child a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background-image: url(../img/common/menu_arrow_sp.png);
  background-position: right center;
  background-size: contain;
}

/* //#header .inner */
/* ------------------------------------------------- *
 * ＠FOOTER　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
#footer {
  width: 100%;
  margin: auto;
  padding: 15px 10px;
  background-color: #0F2350;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 5px;
  }
}
#footer .inner {
  max-width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 767px) {
  #footer .inner {
    width: 100%;
    padding: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  #footer .inner .f-bronze {
    width: 20%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
#footer .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: 20px 0 0 50px;
}
@media only screen and (max-width: 767px) {
  #footer .inner .box {
    margin: 0;
    width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
#footer .inner .f-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #footer .inner .f-menu {
    display: none;
  }
}
#footer .inner .f-menu ul {
  margin-right: 35px;
}
#footer .inner .f-menu ul:last-child {
  margin-right: 0;
}
#footer .inner .f-menu ul li {
  padding-bottom: 15px;
  font-size: 0.75em;
}
#footer .inner .f-menu ul li a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  text-decoration: none;
}
#footer .inner .f-menu ul li a::after {
  position: absolute;
  bottom: 0.7em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer .inner .f-menu ul li a:hover {
  color: rgba(221, 221, 221, 0.7);
}
#footer .inner .f-menu ul li a:hover::after {
  bottom: -0.35em;
  opacity: 1;
  background-color: rgba(221, 221, 221, 0.7);
}
#footer .inner .f-menu ul li.noline a::after {
  display: none;
}
#footer .inner .f-menu ul li.noline a:hover {
  opacity: 0.7;
}

/*　COPYRIGHT　*/
.copyright {
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  letter-spacing: 0.075em;
  white-space: nowrap;
  margin: -2em 0 auto auto;
}
@media only screen and (max-width: 767px) {
  .copyright {
    margin: 0;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .copyright .title {
    margin: 0 auto 20px;
    font-size: 15px;
    color: #fff;
    text-align: center;
  }
  .copyright .title span {
    display: block;
    font-size: 13px;
  }
}

/*　トップページのフッター　*/
/*
body#top #footer {
  width:100%;
  margin:auto;
  padding:20px 10px 15px;
  background-color:#0F2350;
  @include media(sp){
  }
  .inner{
    max-width:1000px;
    margin:auto;
    .box{
      display:flex;
      justify-content: center;
      align-content: stretch;
      margin:auto;
    }
    .f-menu{
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      margin:0 auto 60px;
      p{
        text-align:center;
        font-size:0.875em;
        &:nth-child(2){
          margin:0 90px;
        }
        a{
          color:#fff;
        }
      }
    }
  }
}
*/
/*　トップページのフッター上部リンク　*/
/*　F-LINKS　*/
/*
body#top .sec-flinks {
  width:100%;
  margin:auto;
  box-sizing: border-box;
  @include media(sp){
  }
  .inner{
    padding:0;
    max-width:1000px;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items: stretch;
    .box{
      width:25%;
      margin:0;
      text-align:center;
      background-color:rgba(#011339,0.1);
      h3{
        height:35px;
        font-size:1rem;
        font-weight:normal;
        color:#fff;
        line-height:35px;
        background-color:rgba(#011339,0.9);
      }
      ul{
        margin:auto;
        padding:10px 0 0;
        li{
          font-size:0.875rem;
          color:#404040;
          padding-bottom:10px;
        }
      }
    }
    .flink1,
    .flink2,
    .flink3{
      margin-right:1px;
    }
  }
}
*/
/* ------------------------------------------------- *
 * ＠共通項目　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
.img span {
  display: block;
  margin: 5px auto 0;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .img span {
    font-size: 12px;
  }
}

.box {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.box .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .box {
    display: block;
  }
}

.image-one-right,
.image-one-left {
  margin: auto;
  margin-right: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .image-one-right,
  .image-one-left {
    margin-right: 0;
  }
}
.image-one-right img,
.image-one-left img {
  width: 100%;
  margin: auto;
}

.image-one-left {
  margin-right: 0;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .image-one-left {
    margin-left: 0;
  }
}

.image-two-right {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.image-two-right img {
  margin: 0 10px;
}
.image-one-center,
.image-one-center-title {
  margin: 25px auto 35px;
  text-align: center;
}
.image-one-center img,
.image-one-center-title img {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .image-one-center,
  .image-one-center-title {
    margin: 20px auto;
  }
}

.image-one-center-title {
  margin: 5px auto;
}

.image-two-center,
.image-two-center2,
.image-two-center-title {
  margin: 25px auto 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image-two-center img,
.image-two-center2 img,
.image-two-center-title img {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .image-two-center,
  .image-two-center2,
  .image-two-center-title {
    margin: 20px auto;
    display: block;
  }
  .image-two-center img,
  .image-two-center2 img,
  .image-two-center-title img {
    margin: auto;
  }
  .image-two-center span,
  .image-two-center2 span,
  .image-two-center-title span {
    margin-bottom: 20px;
  }
}

.image-two-center-title {
  margin: 5px auto;
}

.image-two-center2 img {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .image-two-center2 {
    margin: 20px auto;
    display: block;
  }
  .image-two-center2 img {
    margin: auto;
  }
  .image-two-center2 span {
    margin-bottom: 20px;
  }
}

.image-center-title {
  margin: 35px auto 0;
  text-align: center;
}

.image-center-subtitle {
  margin: 0 auto 35px;
  text-align: center;
}

/* ------------------------------------------------- *
 *        ＠TOPページ　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
#top .sec-mv {
  width: 100%;
  height: 600px;
  margin: 0 auto 25px;
  background: url("../img/top_mv_large.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#top .sec-mv .inner {
  position: relative;
  max-width: 1000px;
  height: 600px;
  margin: auto;
}
#top .sec-mv .inner .title {
  position: absolute;
  width: 60%;
  top: 22%;
  left: 32%;
}
#top .sec-mv .inner .small {
  position: absolute;
  padding: 3px 7px;
  bottom: 1.5%;
  right: 2%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  background-color: rgba(102, 102, 102, 0.2);
  -webkit-filter: drop-shadow(1px 1px 1px #333);
  filter: drop-shadow(1px 1px 1px #333);
}
@media only screen and (max-width: 767px) {
  #top .sec-mv {
    width: 100%;
    height: 0;
    padding-bottom: 52.55208333%;
    margin-bottom: 35px;
    background-position: center top;
  }
  #top .sec-mv .inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 52.55208333%;
    margin: auto;
  }
  #top .sec-mv .inner .title {
    position: absolute;
    width: 70%;
    top: 25%;
    left: 28%;
  }
  #top .sec-mv .inner .small {
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    padding: 0;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.025em;
    color: #555;
    font-size: 10px;
    background-color: transparent;
    -webkit-filter: drop-shadow(0 0 0 #fff);
    filter: drop-shadow(0 0 0 #fff);
  }
}

#top .box {
  margin-top: -30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#top .box .image-one-left {
  width: 18%;
}
#top .box .txt {
  width: 82%;
}
@media only screen and (max-width: 767px) {
  #top .box {
    margin-top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #top .box .image-one-left {
    width: 40%;
    margin: 0 auto 15px;
  }
  #top .box .txt {
    width: 100%;
  }
}

#top .new {
  width: 75%;
  margin: -30px auto 35px;
  padding: 0;
  text-align: left;
  letter-spacing: 0.025em;
}
#top .new .new-icon {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #top .new {
    width: 100%;
  }
  #top .new .new-icon {
    margin-bottom: 5px;
  }
  #top .new .new-icon img {
    width: 30%;
  }
}
#top .new ul {
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}
#top .new ul .date {
  padding-left: 1em;
  font-size: 14px;
  font-weight: bold;
}
#top .new ul .content {
  padding-left: 2em;
  padding-right: 1em;
  font-size: 16px;
}
#top .new ul .content.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .new ul .content.sns img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #top .new ul {
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
  }
  #top .new ul .date {
    margin-bottom: 4px;
    padding-left: 0;
    font-size: 12px;
  }
  #top .new ul .content {
    padding-left: 0;
    padding-right: 0.5em;
    font-size: 14px;
  }
  #top .new ul .content.sns {
    display: block;
  }
}

/* ------------------------------------------------- *
 *        ＠公式サイト開設の趣旨ページ　　　　　　　　　
 * ------------------------------------------------- */
#official .sec-mv {
  width: 100%;
  max-width: 1000px;
  height: 575px;
  margin: 0 auto 25px;
  background: url("../img/officialsite_mv.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
#official .sec-mv .inner {
  position: relative;
  max-width: 1000px;
  height: 575px;
  margin: auto;
}
#official .sec-mv .inner .title {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  color: #FFC500;
  font-size: 45px;
  text-align: center;
  -webkit-filter: drop-shadow(2px 2px 2px #000);
  filter: drop-shadow(2px 2px 2px #000);
}
@media only screen and (max-width: 767px) {
  #official .sec-mv {
    width: 100%;
    height: 0;
    padding-bottom: 57.5%;
    margin-bottom: 15px;
  }
  #official .sec-mv .inner {
    height: 0;
    padding-bottom: 57.5%;
    margin: auto;
  }
  #official .sec-mv .inner .title {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
  }
}

#official .box .text {
  width: 60%;
  line-height: 1.65;
}
#official .box .image-two-right {
  width: 40%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#official .box .image-two-right img {
  width: auto;
  height: 290px;
}
@media only screen and (max-width: 767px) {
  #official .box .text {
    width: 100%;
    line-height: 1.5;
  }
  #official .box .image-two-right {
    margin-right: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #official .box .image-two-right img {
    margin: 0 5px;
    width: 95%;
    height: auto;
  }
}

#official .image-two-center.first {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#official .image-two-center.second img {
  width: 95%;
}
@media only screen and (max-width: 767px) {
  #official .image-two-center.second img {
    width: 100%;
  }
}

#official .w650 {
  margin: 25px auto 35px;
  text-align: center;
}
#official .w650 img {
  margin: auto;
}
#official .w650 .text {
  width: 640px;
  margin: auto;
  margin-top: 10px;
  padding: 0;
}
#official .w650 .text span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
@media only screen and (max-width: 767px) {
  #official .w650 {
    margin: 20px auto;
  }
  #official .w650 .text {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    padding: 0;
  }
  #official .w650 .text span {
    display: block;
    margin-top: 5px;
    font-size: 85%;
  }
}

/* ------------------------------------------------- *
 *        ＠工樂松右衛門とはページ　　　　　　　　　
 * ------------------------------------------------- */
#deed .image-two2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#deed .image-two2 .img {
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}
#deed .image-two2 .img:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #deed .image-two2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #deed .image-two2 .img {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#deed .box.first-second {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #deed .box.first-second {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#deed .box.big {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#deed .box.big .image-one-right {
  width: 22%;
}
@media only screen and (max-width: 767px) {
  #deed .box.big {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #deed .box.big .image-one-right {
    width: 70%;
    margin: auto;
  }
}

#deed .attention {
  position: relative;
  margin-top: 110px;
}
#deed .attention .attention-rotate {
  position: absolute;
  top: -80px;
  left: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#deed .attention .attention-box {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  position: relative;
  display: inline-block;
  margin: auto;
  width: 180px;
  height: 50px;
  color: #222;
  font-size: 18px;
  background-color: #e00;
  border: solid 2px #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#deed .attention .attention-box p {
  margin: 0;
  padding-left: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}
#deed .attention .attention-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -24px;
  border: 24px solid transparent;
  border-right: 17px solid #e00;
  z-index: 2;
}
#deed .attention .attention-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -46px;
  margin-top: -25px;
  border: 25px solid transparent;
  border-right: 19px solid #555;
  z-index: 1;
}

/* ------------------------------------------------- *
 *        ＠高砂の築港と波止建設ページ　　　　　　　　　
 * ------------------------------------------------- */
#port .box {
  margin-bottom: 0;
  padding: 0 37px 0 0;
  text-align: justify;
}
#port .box .image-one-right {
  width: 55%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #port .box {
    padding: 0;
  }
  #port .box .image-one-right {
    width: 100%;
    margin: auto;
    margin-bottom: 1em;
  }
}

#port .image-one-center {
  width: 80%;
  margin: 2em auto;
  padding: 0;
  text-align: center;
}
#port .image-one-center img {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #port .image-one-center {
    width: 100%;
  }
}

#port .image-two2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#port .image-two2 .img {
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}
#port .image-two2 .img:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #port .image-two2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #port .image-two2 .img {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/* ------------------------------------------------- *
 *        ＠松右衛門の顕彰ページ　　　　　　　
 * ------------------------------------------------- */
#honor .box.small .image-one-left {
  width: 16%;
}
@media only screen and (max-width: 767px) {
  #honor .box.small .image-one-left {
    width: 40%;
    margin: 0 auto 15px;
  }
}

@media only screen and (max-width: 767px) {
  #honor .image-two-center p.img,
  #honor .image-two-center p {
    margin: auto;
    text-align: center;
  }
}

/* ------------------------------------------------- *
 *        ＠生涯年鑑ページ　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
#almanac .almanac table {
  width: 85%;
  margin: 25px auto 35px;
  padding: 0;
  text-align: left;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  #almanac .almanac table {
    width: 100%;
    margin: 20px auto;
  }
}
#almanac .almanac table tr:nth-child(2n) {
  background-color: #e7e7eb;
}
@media only screen and (max-width: 767px) {
  #almanac .almanac table tr:nth-child(2n) {
    background-color: transparent;
  }
}
#almanac .almanac table th {
  padding: 8px 5px 8px 10px;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #almanac .almanac table th {
    padding: 5px 0 3px 0;
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
  }
}
#almanac .almanac table td {
  padding: 8px 5px 8px 5px;
  white-space: nowrap;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #almanac .almanac table td {
    padding: 0 0 5px 0;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    white-space: normal;
    border-bottom: 1px solid #ccc;
  }
}

/* ------------------------------------------------- *
 *    ＠松右衛門帆の特徴ページ　　　　
 * ------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #feature .image-two-center-title p:first-child {
    margin-bottom: 5px;
  }
}

#feature .image-two-2023 {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  width: 80%;
}
#feature .image-two-2023 .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  #feature .image-two-2023 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}

/* ------------------------------------------------- *
 *    ＠松右衛門帆の文献ページ　　　　
 * ------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #literature .image-two-center p {
    margin: auto;
    text-align: center;
  }
}

/* ------------------------------------------------- *
 *    ＠松右衛門帆の生産地ページ　　　　
 * ------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #place .image-two-center-title p {
    width: 80%;
    margin: auto;
    text-align: center;
  }
  #place .image-two-center-title p:first-child {
    margin-bottom: 10px;
  }
}

/* ------------------------------------------------- *
 *    ＠工楽松右衛門の活動ページ　　　　
 * ------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #effect .image-two-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* ------------------------------------------------- *
 *    ＠松右衛門ゆかりの地ページ　　　　
 * ------------------------------------------------- */
#record .image-two-center.first {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#record .image-two-center.second img {
  width: 95%;
}
@media only screen and (max-width: 767px) {
  #record .image-two-center.second img {
    width: 100%;
  }
}

/* ------------------------------------------------- *
 *    ＠工楽松右衛門旧宅ページ　　　　
 * ------------------------------------------------- */
#residence .sec-mv {
  width: 100%;
  max-width: 1000px;
  height: 461px;
  margin: 0 auto 25px;
  background: url("../img/residence_mv.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
#residence .sec-mv .inner {
  position: relative;
  max-width: 1000px;
  height: 461px;
  margin: auto;
}
#residence .sec-mv .inner .title {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 45px;
  text-align: center;
  -webkit-filter: drop-shadow(2px 2px 2px #000);
  filter: drop-shadow(2px 2px 2px #000);
}
#residence .sec-mv .inner .title span {
  display: block;
  padding-top: 40px;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #residence .sec-mv {
    width: 100%;
    height: 0;
    padding-bottom: 46.1%;
    margin-bottom: 15px;
  }
  #residence .sec-mv .inner {
    height: 0;
    padding-bottom: 46.1%;
    margin: auto;
  }
  #residence .sec-mv .inner .title {
    top: 32%;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
  }
  #residence .sec-mv .inner .title span {
    display: block;
    padding-top: 14px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}

#residence .main-image {
  width: 100%;
  margin: 0 auto 25px;
  text-align: center;
}
#residence .main-image img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #residence .main-image {
    margin: 0 auto 15px;
  }
}

#residence .image-one-right {
  width: 30%;
  margin-top: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #residence .image-one-right {
    width: 100%;
  }
}

/* ------------------------------------------------- *
 *        ＠新着情報ページ
 * ------------------------------------------------- */
#news .waku {
  width: 85%;
  margin: 25px auto 35px;
  padding: 0;
  text-align: left;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  #news .waku {
    width: 100%;
    margin: 20px auto;
  }
}

#news .each {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
}
#news .each p.date {
  margin: 0 auto 5px;
  padding: 0 0 3px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0;
  text-align: left;
  border-bottom: dotted 1px #888;
}
@media only screen and (max-width: 767px) {
  #news .each p.date {
    padding: 0 0 3px 0;
    font-size: 12px;
  }
}
#news .each table {
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
  text-align: left;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #news .each table {
    font-size: 14px;
  }
}
#news .each table td.icon {
  width: 80px;
  vertical-align: top;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #news .each table td.icon {
    width: 15%;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
}
#news .each table td.text {
  width: 90%;
  padding: 5px 0;
  vertical-align: middle;
  line-height: 1.6;
  text-align: left;
}
#news .each table td.text span {
  font-size: 14px;
}
#news .each table td.text.sns img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #news .each table td.text {
    width: 85%;
    padding: 0 0 0 5px;
  }
  #news .each table td.text span {
    font-size: 11px;
  }
}

/* ------------------------------------------------- *
 *        ＠リンク集ページ
 * ------------------------------------------------- */
#link .link {
  width: 70%;
  margin: 25px auto 35px;
  padding: 0;
  text-align: left;
  letter-spacing: 0.025em;
}
#link .link table td.text {
  margin: 0;
  padding: 5px 0;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #link .link {
    width: 100%;
    margin: 20px auto;
  }
}

/* ------------------------------------------------- *
 *        ＠本の紹介ページ　　　　　　　　　
 * ------------------------------------------------- */
#book h2.long {
  margin-bottom: 15px;
}
#book .box {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 50px;
  line-height: 1.8;
  gap: 0 30px;
}
#book .box .txt {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-top: -1.25rem;
}
#book .box .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 4rem;
}
#book .box th {
  vertical-align: top;
  width: 5em;
  padding-top: 0.75rem;
  line-height: 1.5;
}
#book .box th.mt {
  padding-top: 2rem;
}
#book .box td {
  padding-top: 0.75rem;
  line-height: 1.5;
}
#book .box td span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #book .box {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px 0;
  }
  #book .box .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #book .box .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */