@charset "UTF-8";
/* CSS Document */

/*common*/

body {
  background: #fff;
  color: #333;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  -webkit-text-size-adjust: 100%;
}
.main-content {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  -webkit-text-size-adjust: 100%;
}
li img,
dd img {
  vertical-align: bottom;
}

.red {
  color: #f00;
}

.container {
  overflow: clip;
  position: relative;
}

.small {
  font-size: 70%;
}

.no-scriot-container {
  text-align: center;
  padding-top: 15px;
}

.no-script-inner {
  text-align: left;
  display: inline-block;
  margin: 10px;
  padding: 15px;
  min-width: 50%;
  max-width: 90%;
  border: solid 1px red;
  overflow-x: hidden;
}

.no-script-caution-title {
  background: linear-gradient(transparent 0%, #ff6 100%);
  line-height: 1.8;
}

.no-script-caution-description {
  font-size: 75%;
}

@media print, screen and (min-width: 765px) {
  /*pc common*/
  body {
    font-size: 16px;
    line-height: 1.4em;
  }

  .container {
    min-width: 960px;
  }

  .sp {
    display: none;
  }

  /*
    a{
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

*/
  a:hover {
    opacity: 0.6;
    -webkit-opacity: 0.6;
  }

  /*pc header*/

  #header {
    background: #fff;
    position: relative;
    z-index: 5;
  }
  #header .inner {
    position: relative;
    width: 960px;
    height: 64px;
    margin: 0 auto;
  }
  #header h1 a {
    display: block;
    /* background: url(../img/logo_l.gif); */
    width: 161px;
    height: 64px;
    position: absolute;
    top: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
  }
  #header h1 a img {
    display: block;
  }

  #header .identifier a {
    background: url(../img/identifier.png);
    width: 207px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    /* left: 198px;
    top: 24px; */
    top: 23px;
    left: 210px;
    margin-top: 0;
  }
  #header .list-utility {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #header .list-utility li {
    display: inline;
    padding-left: 15px;
    font-size: 0.7em;
  }

  /*pc navi*/

  #gnavi {
    background: #78b54f;
    position: sticky;
    top: 48px;
    z-index: 5;
  }
  #gnavi .toggle {
    display: none;
  }
  #gnavi ul.main {
    width: 960px;
    margin: 0 auto;
    position: relative;
    display: flex;
  }
  #gnavi ul.main > li {
    display: inline;
    width: 100%;
  }
  #gnavi ul.main > li > a,
  #gnavi ul.main > li > p {
    text-align: center;
    height: 50px;
    padding-top: 15px;
    font-size: 1.44rem;
    background: #78b54f;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-right: -5px;
    border-left: 1px solid #fff;
    width: 100%;
    box-sizing: border-box;
  }
  #gnavi ul.main > li:last-child > a {
    border-right: 1px solid #fff;
  }
  #gnavi ul.main > li > a:hover,
  #gnavi ul.main > li > a.active,
  #gnavi ul.main > li > p.active {
    background: #63a933;
    opacity: 1;
    -webkit-opacity: 1;
  }

  #gnavi ul.sub {
    position: absolute;
    left: 0;
    top: 50px;
    text-align: left;
    display: none;
  }
  #gnavi ul.sub.active {
    display: block;
  }
  #gnavi ul.sub li {
    display: block;
  }
  #gnavi ul.sub li a,
  #gnavi ul.sub li p {
    font-size: 1.44rem;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    width: 320px;
    background: #78b54f url(../img/navi_arrow.png) right center no-repeat;
  }
  #gnavi ul.sub li a:hover,
  #gnavi ul.sub li p:hover,
  #gnavi ul.sub li a.active,
  #gnavi ul.sub li p.active {
    background: #63a933 url(../img/navi_arrow.png) right center no-repeat;
    opacity: 1;
    -webkit-opacity: 1;
  }
  #gnavi ul.main li a.active,
  #gnavi ul.main li p.active,
  #gnavi ul.sub li a.active,
  #gnavi ul.sub li p.active {
    font-weight: 900;
  }
  #gnavi .mishima ul.sub {
    /* left: calc(192 * 2px); */
    left: calc(100% / 2);
  }
  #gnavi .ohito ul.sub {
    left: calc(192 * 3px);
  }

  #gnavi .list-utility {
    display: none;
  }

  /*pc content*/

  #content {
    background: url(../../common/img/back.jpg) center top / 100% 600px;
  }

  /*pc footer*/
  #footer {
    display: none;
    position: relative;
    border-top: #ccc 1px solid;
    border-bottom: #000 5px solid;
    font-size: 0.75em;
    padding: 20px 20px;
    background-color: #fff;
  }

  #footer .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  #footer .links {
    padding-bottom: 10px;
  }
  #footer .links li {
    display: inline-block;
  }

  #footer .links li:after {
    content: '　｜　';
  }
  #footer .links li:last-child:after {
    content: '';
  }
  #footer .links a {
    font-size: 1.2rem;
  }

  #footer .forentry {
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
  }
  #footer .forentry a {
    display: block;
    border: #ccc 1px solid;
    padding: 20px 60px 20px 60px;
    font-weight: bold;
    background: #fff url(../img/footer_bn_arrow.png) no-repeat right center;
    line-height: 1.3em;
    text-decoration: none;
  }

  #footer .copyright {
    padding-top: 10px;
    border-top: 1px #ccc solid;
  }

  #footer .identifier {
    display: none;
  }
  #pagetop {
    display: none;
  }
  #pagetop a {
    display: block;
    background: url(../img/pagetop.gif);
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 10;
  }

  #content .ftoffices {
    position: relative;
  }
  #content .ftoffices .outer {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 0;
  }
  #content .ftoffices .titarea {
    padding-bottom: 150px;
  }
  #content .ftoffices .titarea h2 {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 4.48rem;
    line-height: 1em;
    font-weight: bold;
    background-image: none;
    height: auto;
    position: relative;
    z-index: 2;
  }
  #content .ftoffices .titarea h2 span {
    color: #90a050;
  }

  #content .ftoffices .titarea .read {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
  }

  #content .ftoffices .titarea .hdk {
    position: absolute;
    left: 0;
    top: -100px;
    z-index: 1;
    width: 100%;
    height: 100px;
  }

  #content .ftoffices .titarea .hdk img {
    width: 100%;
    height: 100px;
  }

  #content .ftoffices .links {
    margin-top: -100px;
    position: relative;
  }

  #content .ftoffices .links .hdk {
    position: absolute;
    left: 0;
    top: -79px;
    z-index: 1;
    width: 100%;
    height: 79px;
  }

  #content .ftoffices .links .hdk img {
    width: 100%;
    height: 79px;
  }
  #content .ftoffices .links .office {
    position: relative;
    padding-top: 0px;
  }

  #content .ftoffices .office .hd {
    padding-top: 20px;
    font-size: 4.48rem;
    font-weight: bold;
    line-height: 1.5em;
  }

  #content .ftoffices .office p {
    position: relative;
    display: inline-block;
    font-size: 4.48rem;
  }

  #content .ftoffices .office .ruby {
    letter-spacing: 0.8em;
    font-size: 30%;
    position: absolute;
    left: 0;
    top: -2.6em;
    width: 7.5em;
    text-align: center;
  }

  #content .ftoffices .office span.en {
    font-size: 40%;
    display: inline-block;
    margin-left: 10px;
  }

  #content .ftoffices .office .images {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  #content .ftoffices .office .images li {
    display: block;
    /* float: left; */
    margin-right: 30px;
    width: 130px;
  }
  #content .ftoffices .office .images li a {
    display: block;
    position: relative;
  }
  #content .ftoffices .office .images li a .btn {
    width: 130px;
  }
  #content .ftoffices .office .images li a .bln {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -40px;
    width: 40px;
  }
  #content .ftoffices .office .images li:last-child {
    margin-right: 0;
  }

  #content .ftoffices .links .office.mishima {
    float: left;
    width: 50%;
    background: #d3ad95;
  }

  #content .ftoffices .links .office.mishima .inn {
    width: 480px;
    height: 280px;
    margin-left: auto;
  }

  #content .ftoffices .office.ohito {
    text-align: right;
  }

  #content .ftoffices .links .office.ohito {
    float: right;
    width: 50%;
    background: #87bcb5;
  }

  #content .ftoffices .links .office.ohito .inn {
    width: 450px;
    height: 280px;
    margin-right: auto;
    margin-left: 30px;
  }

  .ftabout {
    position: relative;
  }

  .ftabout a {
    display: block;
  }

  .ftabout .back {
  }
  .ftabout .back img {
    width: 100%;
  }

  .ftabout .texts {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(65, 107, 18, 0.5);
    text-align: center;
  }

  .ftabout .texts span {
    position: relative;
    top: 50%;
    margin-top: -47px;
    display: inline-block;
    background: url(../../common/img/about_arrow.png) no-repeat right center;
    padding: 0 50px;
  }
}

@media only screen and (max-width: 764px) {
  /*sp common*/

  .pc {
    display: none;
  }

  img {
    width: 100%;
  }

  /*sp header*/

  body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
  }
  #gnavi {
    z-index: 5;
    position: sticky;
    top: 46px;
  }
  #header {
    /* height: 44px; */
    position: relative;
    z-index: 5;
  }
  #header .inner {
    padding: 8px;
  }
  #header h1 a {
    display: block;
    background: url(../img/logo.png) 0 0 / 115px 30px;
    width: 115px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    left: 8px;
    top: 8px;
  }

  #header .identifier {
    display: none;
  }
  /* #header .list-utility {
    display: none;
  } */
  .list-utility {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .list-utility li {
    display: inline;
    padding-left: 15px;
    font-size: 0.7em;
  }
  .list-utility li a {
    text-decoration: none;
  }
  /*sp gnavi*/

  #gnavi .toggle a {
    background: #78b54f url(../img/navi_toggle.png) right center / 30px 30px
      no-repeat;
    display: none;
    position: relative;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 5;
  }
  #gnavi .toggle a.visible {
    display: block;
  }

  #gnavi .toggle a.active {
    background: #78b54f url(../img/navi_toggle_close.png) right center / 30px
      30px no-repeat;
  }

  #gnavi ul.main {
    margin: 0 auto;
    position: relative;
  }
  #gnavi ul.main > li {
    display: block;
  }
  #gnavi ul.main > li > a,
  #gnavi ul.main > li > p {
    padding-left: 20px;
    padding: 10px 15px;
    background: #78b54f url(../img/navi_arrow_sp.png) right center / 30px 30px
      no-repeat;
    display: block;
    color: #fff;
    text-decoration: none;
    border-top: 1px solid #fff;
    box-sizing: border-box;
  }
  #gnavi ul.main > li > a.active {
    background: #63a933;
  }

  #gnavi ul.sub {
    display: none;
  }
  #gnavi ul.sub.visible {
    display: block;
  }
  #gnavi ul.sub li {
    display: block;
  }
  #gnavi ul.sub li a,
  #gnavi ul.sub li p {
    display: block;
    font-size: 1.44rem;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px 10px 60px;
    border-top: 1px solid #fff;
    background: #78b54f url(../img/navi_arrow_sp.png) right center / 30px 30px
      no-repeat;
  }

  /*
   #gnavi ul.sub li a.active{
       background: #63a933 url(../img/navi_arrow_sp.png) right center / 30px 30px no-repeat;
    }
*/

  #gnavi .list-utility {
    border-top: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    background: #78b54f;
    text-align: center;
    display: none;
  }
  #gnavi .list-utility li {
    display: inline;
    font-size: 1.28rem;
    color: #fff;
  }
  /* #gnavi .list-utility li:first-child:after{
        content:"　｜　";
    } */
  #gnavi .list-utility li a {
    color: #fff;
  }

  /*sp content*/

  #content {
    background: url(../../common/img/back.jpg) center top;
  }

  /*sp footer*/

  #footer {
    border-top: #ccc 1px solid;
    border-bottom: #000 5px solid;
    font-size: 0.75em;
    padding: 20px 20px;
  }

  #footer .links {
    text-align: center;
    padding-bottom: 10px;
  }
  #footer .links li {
    display: inline-block;
  }

  #footer .links li:after {
    content: '｜';
  }
  #footer .links li:last-child:after {
    content: '';
  }
  #footer .links a {
    font-size: 1.2rem;
  }
  #footer .forentry {
    margin-top: 10px;
    text-align: center;
  }
  #footer .forentry a {
    display: inline-block;
    border: #ccc 1px solid;
    padding: 20px 60px 20px 60px;
    font-weight: bold;
    background: #fff url(../img/footer_bn_arrow.png) no-repeat right center;
    line-height: 1.3em;
    text-decoration: none;
  }

  #footer .copyright {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
  }

  #footer .identifier {
    margin-top: 20px;
    border-top: 1px #ccc solid;
  }

  #footer .identifier a {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/identifier.gif);
    width: 166px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
  }
  #pagetop {
    display: none;
  }
  #pagetop a {
    display: block;
    background: url(../img/pagetop.gif);
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 10;
  }

  #content .ftoffices {
    position: relative;
  }
  #content .ftoffices .outer {
    background: #fff;
    padding-bottom: 0;
  }
  #content .ftoffices .titarea {
    position: relative;
    padding-top: 20px;
  }
  #content .ftoffices .titarea h2 {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.35em;
    font-weight: bold;
    background-image: none;
    height: auto;
    position: relative;
    z-index: 2;
  }
  #content .ftoffices .titarea h2 span {
    color: #90a050;
  }

  #content .ftoffices .titarea .read {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 20px;
    font-size: 1.6rem;
  }

  #content .ftoffices .titarea .hdk {
    position: absolute;
    left: 0;
    top: -25px;
    z-index: 1;
    width: 100%;
  }

  #content .ftoffices .titarea .hdk img {
    width: 100%;
    height: 25px;
  }

  #content .ftoffices .links {
    position: relative;
  }

  #content .ftoffices .links .hdk {
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    z-index: 1;
  }

  #content .ftoffices .links .hdk img {
    height: 25px;
  }

  #content .ftoffices .links .office {
    position: relative;
    padding-bottom: 20px;
  }
  #content .ftoffices .office .hd {
    padding: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-position: center top;
  }

  #content .ftoffices .office {
    font-size: 3.2rem;
    font-weight: bold;
  }

  #content .ftoffices .office p {
    font-size: 3.2rem;
    position: relative;
    display: inline-block;
  }

  #content .ftoffices .office .ruby {
    letter-spacing: 0.8em;
    font-size: 30%;
    position: absolute;
    left: 0;
    top: -1.8em;
    width: 7.5em;
    text-align: center;
    line-height: 1;
  }

  #content .ftoffices .office span.en {
    font-size: 40%;
    display: inline-block;
    margin-left: 10px;
  }

  #content .ftoffices .office .images {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
  #content .ftoffices .office .images li {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
  #content .ftoffices .office .images li a {
    display: block;
    position: relative;
  }
  #content .ftoffices .office .images li a .btn {
  }
  #content .ftoffices .office .images li a .bln {
    position: absolute;
    left: -15%;
    top: 20%;
    width: 30%;
  }
  #content .ftoffices .office .images li:last-child {
    /*        margin-right: 0;*/
  }

  #content .ftoffices .links .office.mishima {
    background: #d3ad95;
  }

  #content .ftoffices .links .office.ohito {
    padding-top: 0;
    background: #87bcb5;
  }

  .ftabout {
    position: relative;
  }

  .ftabout a {
    display: block;
    display: grid;
  }

  .ftabout .back {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ftabout .back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ftabout .texts {
    grid-column: 1/2;
    grid-row: 1/2;
    display: block;
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
    height: 100%;
    background: rgba(65, 107, 18, 0.5);
    text-align: center;
  }

  .ftabout .texts span {
    position: relative;
    /* top: 50%;
    margin-top: -22px; */
    display: inline-block;
    background: url(../../common/img/about_arrow.png) no-repeat right center /
      15px 30px;
    padding: 30px;
  }
  .ftabout .texts p img {
    width: 90px;
  }
}

/* add gguideline */
.sr-only {
  /* visibility: hidden; */
  color: transparent;
  position: absolute;
  z-index: -999;
}
#gnavi ul.main > li > p.active {
  background: #63a933;
  opacity: 1;
  -webkit-opacity: 1;
}
#gnavi ul.sub li p.active {
  background: #63a933 url(../img/navi_arrow.png) right center no-repeat;
  opacity: 1;
  -webkit-opacity: 1;
}
#content .mv .breadcrumb {
  display: none;
}
.breadcrumb {
  max-width: 960px;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0em 0.5em;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.breadcrumb-item:not(:last-child):after {
  content: '>';
  display: block;
  font-size: 0.8rem;
  color: #fff;
}
.breadcrumb-item__link:link,
.breadcrumb-item__link:visited,
.breadcrumb-item__link {
  display: flex;
  font-size: 1.26rem;
  color: #fff;
  text-decoration: none !important;
}
.breadcrumb-item__link.breadcrumb-item__link--disable {
  font-size: 1.26rem;
}

@media only screen and (max-width: 764px) {
  .breadcrumb {
    top: 4px;
    left: 12px;
  }
  .breadcrumb-item .breadcrumb-item__link:link,
  .breadcrumb-item .breadcrumb-item__link:visited,
  .breadcrumb-item .breadcrumb-item__link {
    font-size: 0.96rem;
  }
  .breadcrumb-item:not(:last-child):after {
    font-size: 0.96rem;
  }
  .breadcrumb-item .breadcrumb-item__link:visited,
  .breadcrumb-item .breadcrumb-item__link {
    font-size: 0.96rem;
  }
}

.living {
  padding: 40px;
  background-image: url(../../common/img/back_living.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.living:hover {
  opacity: 0.6;
}
.logo {
  display: flex;
  align-items: center;
  top: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  aspect-ratio: 140/38;
  width: 80px;
  left: length(20);
}
@media print, screen and (min-width: 765px) {
  .logo {
    width: 140px;
    position: absolute;
    top: 14px;
    left: 0;
  }
}
@media only screen and (max-width: 764px) {
  .breadcrumbs-wrapper + .content {
    margin-top: 0;
  }
}
