@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500&display=swap");
/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  /*font-size: 1em;
  
  @include sp767 {
  	font-size: 1.08em;
  }*/ }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body, table, input, textarea, select, option {
  font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top;
  max-width: 100%; }

a {
  color: #000;
  text-decoration: none;
  transition: .3s; }
  a:link {
    color: #000;
    text-decoration: none; }
  a:visited, a:hover, a:active {
    color: #000; }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none; }
  a:hover {
    opacity: 0.7 !important; }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1250px;
  color: #000;
  /*font-size: 2rem;*/
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFFBF4; }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%; }
  body * {
    box-sizing: border-box;
    overflow-wrap: break-word; }

#container {
  position: relative;
  text-align: left; }

@media all and (min-width: 768px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.15rem; }

  .pc {
    display: none !important; }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto; } }
section {
  padding: 120px 0; }
  @media screen and (max-width: 1290px) {
    section {
      padding: 80px 0; } }

@media screen and (max-width: 767px) {
  section {
    padding-top: 30px !important;
    padding-bottom: 60px; } }
article + ul {
  margin-top: 80px; }

.photo img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden; }
.photo.photo_wide.photo_wide70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .photo.photo_wide.photo_wide70 {
      width: auto; } }
.photo.photo_wide_full {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }
  .photo.photo_wide_full img {
    width: calc(100%/3 - 30px); }
    @media screen and (max-width: 767px) {
      .photo.photo_wide_full img {
        width: calc(100%/3 - 2px); } }
.photo.photo_2column {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }
  @media screen and (max-width: 767px) {
    .photo.photo_2column {
      display: inherit;
      flex-wrap: wrap; } }
  .photo.photo_2column img {
    width: calc(100%/2 - 30px); }
    @media screen and (max-width: 767px) {
      .photo.photo_2column img {
        width: auto; } }
.photo + .dataList {
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    .photo + .dataList {
      margin-top: 30px; } }
.photo + .btn_am {
  margin-top: 30px; }
.photo + .columnBox {
  margin-top: 80px; }

.maruminold {
  font-family: kinuta-maruminold-stdn, serif !important;
  font-weight: 600 !important;
  font-style: normal; }

.roman {
  font-weight: bold;
  font-style: oblique;
  font-family: "Times New Roman"  !important; }

.shinryu {
  font-family: shinryu, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -7px;
  text-indent: -14px; }
  @media screen and (max-width: 767px) {
    .shinryu {
      letter-spacing: -3px;
      text-indent: -7px; } }

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  background-image: url("../../img/common/bg_01.png");
  z-index: 100; }
  #gHeader .hd_logo {
    width: 130px;
    height: auto;
    display: block;
    position: absolute;
    left: 4%; }
    #gHeader .hd_logo img {
      width: auto;
      height: auto;
      display: block; }
  #gHeader .hBox {
    min-height: 112px;
    padding-top: 20px; }
    #gHeader .hBox ul {
      display: flex;
      flex-wrap: nowrap;
      justify-content: right;
      padding-right: 1%;
      margin-bottom: 20px; }
      #gHeader .hBox ul li {
        font-size: 2rem;
        letter-spacing: 2.4px; }
        #gHeader .hBox ul li:first-child {
          margin-left: 0; }
        #gHeader .hBox ul li.btnLink {
          position: absolute;
          top: 0;
          right: 0;
          width: 140px;
          height: 110px;
          display: block;
          padding: 0;
          background-color: #F15905;
          padding: 0; }
          #gHeader .hBox ul li.btnLink a {
            color: #FFFFFF; }
            #gHeader .hBox ul li.btnLink a:visited {
              color: #FFFFFF; }
          #gHeader .hBox ul li.btnLink.btnLink2 {
            right: 141px; }

@media screen and (max-width: 1290px) {
  #gHeader {
    height: 100px; } }
@media screen and (max-width: 767px) {
  #gHeader .hBox {
    padding-right: 0; } }
@media screen and (max-width: 1290px) {
  #gHeader .hBox ul {
    padding-right: 1%;
    margin-bottom: 15px; } }
@media screen and (max-width: 1290px) {
  #gHeader .hBox ul li.btnLink {
    width: 100px;
    height: 100px; } }
@media screen and (max-width: 1290px) {
  #gHeader .hBox ul li.btnLink a img {
    margin-top: 14px; } }
@media screen and (max-width: 1290px) {
  #gHeader .hBox ul li.btnLink.btnLink2 {
    right: 101px; } }
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
ul.linkList li a {
  padding: 3px 20px;
  border-radius: 20px;
  text-align: center;
  background-color: #048752;
  font-size: 1.8rem;
  color: #FFFFFF; }
  ul.linkList li a :hover {
    color: #FFFFFF; }
  ul.linkList li a.link02 {
    background-color: #A93C5B; }
ul.linkList li + li {
  margin-left: 20px; }
ul#gNavi {
  justify-content: right;
  list-style: none; }
  ul#gNavi li {
    width: auto;
    display: block ruby;
    padding: 0 0 0 1.5%; }
    ul#gNavi li a {
      display: block;
      letter-spacing: 0;
      font-size: 2rem;
      line-height: 1;
      box-sizing: border-box;
      transition: .3s;
      opacity: 1;
      text-align: right;
      white-space: nowrap;
      color: #116845; }
      ul#gNavi li a:hover {
        opacity: 0.7; }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  ul.linkList li a {
    padding: 5px 20px 0; } }
@media screen and (max-width: 1290px) {
  ul#gNavi li {
    padding: 0 1%; } }
@media screen and (max-width: 1290px) {
  ul#gNavi li a {
    font-size: 1.8rem; } }
@media screen and (max-width: 767px) {
  ul#gNavi {
    width: 100%;
    display: block;
    justify-content: none; } }
@media screen and (max-width: 767px) {
  ul#gNavi li {
    width: 100%;
    padding: 0;
    display: block; } }
@media screen and (max-width: 767px) {
  ul#gNavi li a {
    box-sizing: inherit;
    text-align: center; } }
@media screen and (max-width: 767px) {
  #gHeader {
    padding: 0;
    overflow: visible;
    display: block;
    height: 60px; }
    #gHeader .hd_logo {
      width: auto;
      height: auto;
      margin: 0; }
      #gHeader .hd_logo img {
        margin: 0;
        max-height: 80px; }
    #gHeader .menu {
      height: 25px;
      width: 31px;
      position: fixed;
      top: 15px;
      right: 12px;
      z-index: 100; }
      #gHeader .menu span {
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #116845;
        transition: all .35s ease;
        cursor: pointer; }
        #gHeader .menu span:nth-of-type(2) {
          top: 11px; }
        #gHeader .menu span:nth-of-type(3) {
          top: 22px; }
      #gHeader .menu.active span {
        background: #116845; }
      #gHeader .menu.active .top {
        transform: translateY(11px) rotate(-45deg); }
      #gHeader .menu.active .middle {
        opacity: 0; }
      #gHeader .menu.active .bottom {
        transform: translateY(-10px) rotate(45deg); }
    #gHeader .hBox {
      padding: 0;
      display: none;
      margin-top: 0;
      padding: 5px 0 0;
      width: 100%;
      position: fixed;
      top: 50px;
      left: 0;
      box-sizing: border-box;
      z-index: 9999;
      height: 100vh;
      overflow: auto; }
      #gHeader .hBox .naviUl {
        padding: 0 0 183px 0;
        position: relative;
        width: auto;
        background-color: #116845; }
        #gHeader .hBox .naviUl ul {
          display: inherit; }
          #gHeader .hBox .naviUl ul li {
            margin: 0 0;
            width: 100%;
            text-align: center;
            border-bottom: 1px solid #fff; }
            #gHeader .hBox .naviUl ul li a {
              padding: 11px 0;
              display: block;
              color: #fff;
              font-size: 1.8rem;
              font-weight: normal; }
          #gHeader .hBox .naviUl ul.linkList {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #f7f8f9;
            display: flex;
            flex-wrap: wrap;
            margin: 0;
            padding-right: 0; }
            #gHeader .hBox .naviUl ul.linkList li {
              width: calc(100%/2);
              text-align: center;
              border-bottom: none; }
              #gHeader .hBox .naviUl ul.linkList li a {
                color: #116845;
                height: 68px;
                display: block;
                padding: 10px 0 5px;
                border-radius: 0;
                background-color: #f7f8f9;
                display: block; }
                #gHeader .hBox .naviUl ul.linkList li a:link:hover:visited {
                  color: #116845; }
                #gHeader .hBox .naviUl ul.linkList li a .img img {
                  width: auto;
                  max-height: 20px; }
              #gHeader .hBox .naviUl ul.linkList li + li a {
                border-left: 1px solid #116845; }
              #gHeader .hBox .naviUl ul.linkList li.telBox {
                border: none;
                width: 100%;
                height: 130px;
                background-color: #116845; }
                #gHeader .hBox .naviUl ul.linkList li.telBox a {
                  border: none;
                  padding: 3% 5%;
                  margin: 3%;
                  background-color: #fff;
                  height: auto; }
                  #gHeader .hBox .naviUl ul.linkList li.telBox a span {
                    font-size: 3rem;
                    display: block; }
                  #gHeader .hBox .naviUl ul.linkList li.telBox a img {
                    max-height: 30px;
                    width: auto;
                    display: block;
                    margin: 10px auto; } }
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  width: 1140px;
  margin: 16px auto 14px; }
  #pagePath li {
    padding-right: 12px;
    display: inline;
    color: #2b2b2b;
    font-size: 1.3rem;
    letter-spacing: 0.075em; }
  #pagePath a {
    padding-right: 15px;
    color: #2b2b2b; }
    #pagePath a:hover {
      text-decoration: underline; }

@media screen and (max-width: 767px) {
  #pagePath {
    width: auto;
    margin: 9px 14px 5px; }
    #pagePath li {
      padding-right: 9px;
      font-size: 1rem; }
    #pagePath a {
      padding-right: 12px; }
      #pagePath a:hover {
        text-decoration: none; } }
/*------------------------------------------------------------
	btn
------------------------------------------------------------*/
.btn_am {
  display: table;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }
  .btn_am .arrow {
    position: relative; }
    @media screen and (max-width: 767px) {
      .btn_am .arrow {
        margin-left: auto;
        margin-right: auto;
        display: table; } }
    .btn_am .arrow::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 40px;
      height: 1px;
      background: #fff;
      top: 48%;
      right: 18px;
      z-index: 1;
      transform: translateY(-48%); }
      @media screen and (max-width: 780px) {
        .btn_am .arrow::before {
          width: 15px; } }
    .btn_am .arrow::after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 42%;
      right: 26px;
      width: 20px;
      height: 20px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(45deg) translateY(-42%);
      transform: rotate(45deg) translateY(-42%); }
      @media screen and (max-width: 780px) {
        .btn_am .arrow::after {
          width: 10px;
          height: 10px;
          top: 45%;
          right: 23px; } }
  .btn_am.btn_am_004 a {
    padding: 0 86px;
    background-color: #048752;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    width: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    min-width: 242px;
    height: 60px;
    line-height: 60px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .btn_am.btn_am_004 a {
        padding: 0 36px;
        min-width: 224px; } }
    .btn_am.btn_am_004 a span {
      color: #fff;
      position: relative;
      z-index: 1;
      font-size: 1.7rem;
      font-weight: 600;
      transition: color 0.6s cubic-bezier(0.53, 0.21, 0, 1); }
      @media screen and (max-width: 767px) {
        .btn_am.btn_am_004 a span {
          font-size: 1.6rem; } }
    .btn_am.btn_am_004 a::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      border-radius: 6px;
      /* 任意 */
      transform: translate(-101%, -50%);
      opacity: 0.2;
      width: 100%;
      height: 100%;
      background-color: #116845;
      transition: transform 0.6s cubic-bezier(0.53, 0.21, 0, 1); }
    .btn_am.btn_am_004 a:hover {
      opacity: 1 !important; }
      .btn_am.btn_am_004 a:hover span {
        color: #fff;
        /* 任意 */ }
      .btn_am.btn_am_004 a:hover::before {
        transform: translate(0, -50%); }
  .btn_am.btn_am_004.btn_red a {
    background-color: #A93C5B; }
    .btn_am.btn_am_004.btn_red a::before {
      background-color: #CE5376; }
  .btn_am.btn_ct {
    margin-left: auto;
    margin-right: auto; }
  .btn_am.btn_l {
    margin-left: 0; }

/*------------------------------------------------------------
	bg
------------------------------------------------------------*/
.bg {
  background-size: cover; }
  .bg.bg001 {
    background-image: url("../../img/common/bg_01.png"); }
  .bg.bg002 {
    background-image: url("../../img/common/bg_02.png");
    color: #FFFFFF !important; }
    .bg.bg002 .ttlBox .ttl_en {
      color: #FFFFFF !important; }
    .bg.bg002 .btn_am.btn_am_004 .arrow::before {
      background: #116845; }
    .bg.bg002 .btn_am.btn_am_004 .arrow::after {
      border-top: 1px solid #116845 !important;
      border-right: 1px solid #116845 !important; }
    .bg.bg002 .btn_am.btn_am_004 .arrow a {
      background-color: #B9DACD !important; }
      .bg.bg002 .btn_am.btn_am_004 .arrow a::before {
        background-color: #fff !important; }
      .bg.bg002 .btn_am.btn_am_004 .arrow a span {
        color: #116845 !important; }
  .bg.bg003 {
    background-image: url("../../img/common/bg_03.png");
    color: #FFFFFF !important;
    margin: 120px 30px;
    padding-bottom: 0;
    padding-top: 80px;
    border-radius: 15px;
    background-size: 100% 540px;
    background-position: top center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .bg.bg003 {
        margin: 80px 10px 0;
        padding-top: 40px;
        background-size: 100% 410px; } }
    .bg.bg003 .ttlBox .ttl_en {
      color: #FFFFFF !important; }
  .bg.bg004 {
    background-image: url("../../img/common/bg_store.png");
    color: #FFFFFF !important;
    margin: 30px;
    padding-top: 80px;
    border-radius: 15px; }
    @media screen and (max-width: 767px) {
      .bg.bg004 {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 0 20px 80px; } }
    .bg.bg004 .ttlBox .ttl_en {
      color: #FFFFFF !important; }
    .bg.bg004 .btn_am.btn_am_004 .arrow::before {
      background: #A93C5B; }
    .bg.bg004 .btn_am.btn_am_004 .arrow::after {
      border-top: 1px solid #A93C5B !important;
      border-right: 1px solid #A93C5B !important; }
    .bg.bg004 .btn_am.btn_am_004 .arrow a {
      background-color: #E7BAC7 !important; }
      .bg.bg004 .btn_am.btn_am_004 .arrow a::before {
        background-color: #fff !important; }
      .bg.bg004 .btn_am.btn_am_004 .arrow a span {
        color: #A93C5B !important; }
  .bg.bg005 {
    background-color: #FFFBF4; }
  .bg.bg006 {
    background-color: #fff; }
  .bg.wideArticle {
    padding: 0;
    margin: 0; }

/*------------------------------------------------------------
	_flex
------------------------------------------------------------*/
.articleSet {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }
  @media screen and (max-width: 767px) {
    .articleSet {
      display: inherit;
      flex-wrap: wrap; } }
  .articleSet .photo {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .articleSet .photo {
        width: auto;
        margin-bottom: 30px; } }
    .articleSet .photo img {
      width: 100%;
      height: auto; }
  .articleSet .txtArea {
    width: 49%; }
    @media screen and (max-width: 767px) {
      .articleSet .txtArea {
        width: auto; } }
  .articleSet.item_ct {
    align-items: center; }
  .articleSet + .btn_am {
    margin-top: 80px; }
  .articleSet + .map {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .articleSet + .map {
        margin-top: 0; } }

.columnBox {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; }
  .columnBox .column_item {
    width: 290px;
    display: table;
    margin: 0 auto; }
    @media screen and (max-width: 1290px) {
      .columnBox .column_item {
        width: 220px; } }
    .columnBox .column_item a {
      opacity: 1 !important;
      transition: all .5s; }
      .columnBox .column_item a:hover {
        filter: brightness(120%); }
    .columnBox .column_item .ttl {
      color: #048752;
      font-size: 1.8rem;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .columnBox .column_item .ttl {
          padding: 0 10px; } }
    .columnBox .column_item .txt {
      line-height: 2;
      font-size: 1.7rem;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .columnBox .column_item .txt {
          padding: 10px; } }
    .columnBox .column_item .photo {
      margin-bottom: 20px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0px 10px 8px -5px #c8c8c8; }
      @media screen and (max-width: 767px) {
        .columnBox .column_item .photo {
          box-shadow: none; } }
      .columnBox .column_item .photo img {
        width: 100%;
        height: auto; }
  .columnBox + .btn_am {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .columnBox + .btn_am {
        margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      .columnBox + .btn_am a {
        margin-top: 0;
        padding: 0 20px; } }
  .columnBox .slick-prev, .columnBox .slick-next {
    top: 30%; }
  .columnBox.type_3column {
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .columnBox.type_3column {
        display: inherit;
        flex-wrap: wrap; } }
    .columnBox.type_3column .column_item {
      width: calc(100%/3 - 30px);
      margin: 0; }
      @media screen and (max-width: 767px) {
        .columnBox.type_3column .column_item {
          width: auto;
          margin: 0 auto 30px; } }
  @media screen and (max-width: 767px) {
    .columnBox.type_2column_standard {
      display: inherit;
      flex-wrap: wrap; } }
  .columnBox.type_2column_standard .column_item {
    width: auto; }
    @media screen and (max-width: 767px) {
      .columnBox.type_2column_standard .column_item {
        margin-bottom: 30px; } }
    .columnBox.type_2column_standard .column_item .photo {
      width: auto; }
      .columnBox.type_2column_standard .column_item .photo img {
        width: auto; }
  .columnBox.type_2column {
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .columnBox.type_2column {
        display: inherit;
        flex-wrap: wrap; } }
    .columnBox.type_2column .column_item {
      margin: 0; }
      .columnBox.type_2column .column_item .txt {
        font-size: 1.5rem; }
      .columnBox.type_2column .column_item .ttl {
        font-size: 2.9rem; }
        @media screen and (max-width: 767px) {
          .columnBox.type_2column .column_item .ttl {
            font-size: 5vw; } }
      .columnBox.type_2column .column_item .photo {
        background: none;
        box-shadow: none; }
      .columnBox.type_2column .column_item.column_item01 {
        width: 46%; }
        @media screen and (max-width: 767px) {
          .columnBox.type_2column .column_item.column_item01 {
            width: auto; } }
      .columnBox.type_2column .column_item.column_item02 {
        width: 41%; }
        @media screen and (max-width: 767px) {
          .columnBox.type_2column .column_item.column_item02 {
            width: auto; } }
  .columnBox.type_2column_wide {
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .columnBox.type_2column_wide {
        display: inherit;
        flex-wrap: wrap; } }
    .columnBox.type_2column_wide .column_item {
      width: auto; }
      .columnBox.type_2column_wide .column_item .txt {
        font-size: 1.8rem; }
        @media screen and (max-width: 767px) {
          .columnBox.type_2column_wide .column_item .txt {
            font-size: 1.6rem; } }
      .columnBox.type_2column_wide .column_item .ttl {
        font-size: 2.9rem; }
        @media screen and (max-width: 767px) {
          .columnBox.type_2column_wide .column_item .ttl {
            font-size: 6vw; } }
      .columnBox.type_2column_wide .column_item.column_item01 {
        width: 40%;
        padding-top: 546px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .columnBox.type_2column_wide .column_item.column_item01 {
            width: auto;
            padding-top: 0; } }
        .columnBox.type_2column_wide .column_item.column_item01 .photo {
          position: absolute;
          right: 0;
          top: 0;
          width: 675px; }
          @media screen and (max-width: 767px) {
            .columnBox.type_2column_wide .column_item.column_item01 .photo {
              position: inherit;
              right: auto;
              top: auto;
              width: auto; } }
      .columnBox.type_2column_wide .column_item.column_item02 {
        width: 48%; }
        @media screen and (max-width: 767px) {
          .columnBox.type_2column_wide .column_item.column_item02 {
            width: auto; } }
  .columnBox + .inner, .columnBox + .txtArea {
    margin-top: 80px; }
  .columnBox.photo_only + .txtArea {
    margin-top: 30px; }
  .columnBox.type_media_freeColumn {
    margin-bottom: 70px;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media screen and (max-width: 767px) {
      .columnBox.type_media_freeColumn {
        margin-bottom: 30px;
        padding: 0 20px; } }
    .columnBox.type_media_freeColumn .column_item {
      width: auto;
      margin: 0 30px 5px 0; }
      @media screen and (max-width: 767px) {
        .columnBox.type_media_freeColumn .column_item {
          margin: 0 1% 0 0; } }
      .columnBox.type_media_freeColumn .column_item .photo {
        border-radius: 0;
        margin-bottom: 20px;
        box-shadow: none; }
        @media screen and (max-width: 767px) {
          .columnBox.type_media_freeColumn .column_item .photo {
            margin-bottom: 6px; } }
        .columnBox.type_media_freeColumn .column_item .photo figure {
          margin: 0; }
          .columnBox.type_media_freeColumn .column_item .photo figure figcaption {
            font-size: 1.8rem;
            color: #A6A6A6; }
        .columnBox.type_media_freeColumn .column_item .photo img {
          max-height: 200px;
          border-radius: 0;
          box-shadow: 0px 10px 8px -5px #c8c8c8;
          margin-bottom: 10px; }

.type_2column_wideBox {
  position: relative; }

.price {
  min-width: 190px;
  margin-left: auto;
  display: table;
  overflow: hidden; }
  .price dt, .price dd {
    float: left;
    margin-bottom: 8px;
    line-height: 20px;
    text-align: right;
    word-wrap: normal; }
  .price dt {
    width: 50px; }
    .price dt:nth-child(n + 3) {
      clear: both; }
  .price dd {
    width: 130px; }
    .price dd:nth-child(n + 5) {
      clear: both; }
    .price dd span {
      font-size: 1.8rem;
      font-weight: bold; }

.wideArticle {
  padding-bottom: 0;
  padding-top: 0; }
  .wideArticle .articleSet {
    align-items: center;
    justify-content: flex-start;
    max-height: 800px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .wideArticle .articleSet {
        padding-bottom: 60px;
        max-height: inherit; } }
    .wideArticle .articleSet .txtArea {
      width: 490px;
      margin: 70px; }
      @media screen and (max-width: 767px) {
        .wideArticle .articleSet .txtArea {
          margin: 20px;
          width: auto; } }
      .wideArticle .articleSet .txtArea .ttlBox {
        position: relative; }
        .wideArticle .articleSet .txtArea .ttlBox::after {
          content: "";
          display: inline-block;
          position: absolute;
          right: 0;
          top: 0;
          width: 85px;
          height: 85px;
          background-repeat: no-repeat;
          background-size: contain; }
    .wideArticle .articleSet:nth-child(2n) {
      flex-direction: row-reverse;
      justify-content: flex-start; }
      .wideArticle .articleSet:nth-child(2n) .photo {
        width: 50%; }
        @media screen and (max-width: 767px) {
          .wideArticle .articleSet:nth-child(2n) .photo {
            width: auto; } }
        .wideArticle .articleSet:nth-child(2n) .photo img {
          object-fit: cover; }

/*------------------------------------------------------------
	.logoList
------------------------------------------------------------*/
.logoList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
  .logoList li {
    width: calc(100%/5 - 30px);
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .logoList li {
        width: calc(100%/2 - 5px);
        margin-bottom: 10px; } }

/*------------------------------------------------------------
	.summary__box
------------------------------------------------------------*/
.summary__box dl.table {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  align-items: center;
  font-size: 1.6rem; }
  .summary__box dl.table dt, .summary__box dl.table dd {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px dotted #116845;
    line-height: 2; }
  .summary__box dl.table dt {
    width: 20%;
    color: #116845; }
    .summary__box dl.table dt span {
      display: table;
      font-weight: 700; }
  .summary__box dl.table dd {
    letter-spacing: 1.5px;
    width: 68%; }

@media all and (max-width: 767px) {
  .summary__box dl.table {
    display: inherit;
    width: auto; }
    .summary__box dl.table dt, .summary__box dl.table dd {
      width: 100%;
      margin-bottom: 30px; }
    .summary__box dl.table dt {
      border: none;
      margin-bottom: 0;
      padding-top: 0; }
      .summary__box dl.table dt span {
        font-size: 1.5rem;
        margin: 0; }
    .summary__box dl.table dd {
      border-top: none;
      border-bottom: 1px solid #dcdcdc;
      margin-bottom: 20px;
      padding-bottom: 20px;
      padding-top: 0; } }
/*------------------------------------------------------------
	map
------------------------------------------------------------*/
.map {
  width: 100%;
  height: auto;
  margin: 30px 0 80px; }
  @media screen and (max-width: 767px) {
    .map {
      margin-bottom: 40px; } }

/*------------------------------------------------------------
	ttlBox
------------------------------------------------------------*/
.ttl_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .ttl_flex {
      display: inherit;
      flex-wrap: wrap;
      margin-bottom: 30px; } }

.ttl.ttl001 {
  font-size: 4.6rem;
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .ttl.ttl001 {
      font-size: 9vw; } }
.ttl.ttl002 {
  font-size: 2.6rem;
  letter-spacing: 0;
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .ttl.ttl002 {
      font-size: 6vw;
      text-align: left !important; } }
.ttl.ttl003 {
  font-size: 2.9rem;
  line-height: 1.42em;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 70px;
  color: #116845;
  min-height: 126px; }
  @media screen and (max-width: 767px) {
    .ttl.ttl003 {
      margin-bottom: 30px;
      font-size: 7vw;
      min-height: 100px;
      padding-left: 50px !important; } }
  .ttl.ttl003::before {
    content: "";
    display: inline-block;
    background-image: url("../../img/common/icon-ttl.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 125px; }
    @media screen and (max-width: 767px) {
      .ttl.ttl003::before {
        background-size: 100%;
        width: 30px;
        height: 100px; } }
  .ttl.ttl003 span.txt_h_ct {
    display: inline-table; }
  .ttl.ttl003.ttl_r {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 70px; }
    .ttl.ttl003.ttl_r::before {
      left: auto;
      right: 0; }
  .ttl.ttl003.ttl003_s {
    font-size: 2.6rem !important;
    padding-left: 50px;
    min-height: 73px;
    margin-bottom: 30px; }
    .ttl.ttl003.ttl003_s::before {
      width: 22px;
      height: 73px; }
.ttl.ttl004 {
  font-size: 2.6rem;
  letter-spacing: 0;
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .ttl.ttl004 {
      font-size: 5vw;
      text-align: left !important; } }
.ttl.ttl_ct {
  text-align: center; }
.ttl.ttl_r {
  text-align: right;
  margin-left: auto; }
.ttl.ttl_red {
  color: #A93C5B; }
.ttl.ttl_green {
  color: #048752; }

.ttlBox {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .ttlBox {
      margin-bottom: 30px; } }
  .ttlBox.ttl_ct {
    text-align: center; }
    .ttlBox.ttl_ct .ttl {
      display: table;
      margin-left: auto;
      margin-right: auto; }
  .ttlBox .ttl_en {
    font-size: 2.2rem;
    color: #116845;
    padding-left: 5px; }
    @media screen and (max-width: 767px) {
      .ttlBox .ttl_en {
        font-size: 5vw; } }

/*------------------------------------------------------------
	ttlBox
------------------------------------------------------------*/
.txt {
  line-height: 2.4;
  font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    .txt {
      font-size: 1.6rem;
      line-height: 2; } }
  .txt + .btn_am {
    margin-top: 50px; }
  .txt.txt_ct {
    text-align: center;
    line-height: 2; }
  .txt + dl {
    margin-top: 60px; }

/*------------------------------------------------------------
	categoryLink
------------------------------------------------------------*/
.categoryLink {
  display: flex;
  flex-wrap: wrap; }
  .categoryLink .tab_item:first-child {
    border: none;
    margin-left: 0;
    padding-left: 0; }
  .categoryLink .tab_item:nth-child(even) {
    border-left: 1px solid #048752; }
  .categoryLink .tab_item a {
    color: #116845; }

/*------------------------------------------------------------
	featureBox
------------------------------------------------------------*/
.featureBox .articleSet .photo {
  padding-top: 30px; }
  @media screen and (max-width: 767px) {
    .featureBox .articleSet .photo {
      padding-top: 0;
      margin-bottom: 30px; } }
  .featureBox .articleSet .photo img {
    border-radius: 0; }

/*------------------------------------------------------------
	keepsakeBox
------------------------------------------------------------*/
.keepsakeBox .articleSet .photo {
  width: 49%; }
  @media screen and (max-width: 767px) {
    .keepsakeBox .articleSet .photo {
      width: auto; } }
.keepsakeBox .articleSet .txtArea {
  width: 540px; }
  @media screen and (max-width: 767px) {
    .keepsakeBox .articleSet .txtArea {
      width: auto; } }

/*------------------------------------------------------------
	.wideArticle　個別
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .wideArticle {
    padding-bottom: 40px; } }
@media screen and (max-width: 767px) {
  .wideArticle .articleSet {
    padding: 10px 10px 40px; } }
.wideArticle .articleSet.historyBox .ttlBox::after {
  background-image: url("../../img/common/history_pic.png"); }
  @media screen and (max-width: 767px) {
    .wideArticle .articleSet.historyBox .ttlBox::after {
      width: 50px;
      height: 50px; } }
.wideArticle .articleSet.staffBox .ttlBox::after {
  width: 154px;
  height: 109px;
  background-image: url("../../img/common/staff_pic.png"); }
  @media screen and (max-width: 767px) {
    .wideArticle .articleSet.staffBox .ttlBox::after {
      width: 90px;
      height: 90px; } }
.wideArticle .articleSet.mediaBox .ttlBox::after {
  width: 89px;
  height: 84px;
  background-image: url("../../img/common/media_pic.png"); }
  @media screen and (max-width: 767px) {
    .wideArticle .articleSet.mediaBox .ttlBox::after {
      width: 50px;
      height: 50px; } }

/*------------------------------------------------------------
	dataList
------------------------------------------------------------*/
.dataList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.8rem; }
  .dataList li {
    display: flex;
    flex-wrap: nowrap;
    border-top: 1px solid #dcdcdc;
    padding: 30px 0;
    width: calc(100%/2 - 10px);
    color: #612547;
    font-weight: 600; }
    .dataList li span {
      min-width: 120px;
      display: inline-block; }
    .dataList li strong {
      color: #222222;
      font-weight: normal; }
    .dataList li:nth-child(n + 5) {
      border-bottom: 1px solid #dcdcdc; }
  .dataList.wide {
    background-color: #FFFFFF;
    border: 1px solid #dcdcdc;
    padding: 50px;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    display: inherit; }
    .dataList.wide li {
      display: flex;
      flex-wrap: nowrap;
      width: auto; }
      .dataList.wide li:nth-child(n + 5) {
        border-bottom: none; }
      .dataList.wide li:first-child {
        padding-top: 0;
        border-top: none; }
      .dataList.wide li:last-child {
        margin-bottom: 0;
        padding-bottom: 0; }
      .dataList.wide li span {
        display: block;
        margin-bottom: 10px; }
        .dataList.wide li span.txt {
          font-weight: normal;
          color: #222; }
  .dataList + .photo {
    margin-top: 80px; }
  .dataList + .btn_am {
    margin-top: 80px; }

@media all and (max-width: 767px) {
  .dataList li {
    flex-wrap: wrap;
    display: inherit;
    width: 100%; } }
@media all and (max-width: 767px) {
  .dataList li span {
    min-width: 30%;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    min-width: inherit; } }
@media all and (max-width: 767px) {
  .dataList.wide {
    width: auto;
    padding: 20px; } }
@media all and (max-width: 767px) {
  .dataList.wide li {
    display: inherit; } }
/*------------------------------------------------------------
	tag
------------------------------------------------------------*/
.tag {
  width: auto;
  min-width: 120px;
  margin-right: 30px;
  display: table;
  background-color: #FFC400;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #FFC400;
  border-radius: 10px;
  padding: 0 20px; }
  .tag.tag002 {
    background-color: #fff !important;
    color: #222222 !important; }
  .tag.tag_product {
    border-color: #048752;
    color: #048752;
    background-color: #fff;
    margin-bottom: 20px; }

/*------------------------------------------------------------
	newsArea
------------------------------------------------------------*/
.newsArea .comBox {
  position: relative; }

.newsList {
  border-top: 1px solid #dcdcdc; }
  .newsList li {
    border-bottom: 1px solid #dcdcdc;
    padding: 24px 0; }
    @media screen and (max-width: 780px) {
      .newsList li {
        padding: 20px; } }
    .newsList li:nth-child(2n) {
      background-color: #F5EBDD; }
    .newsList li a {
      background-image: url("../../img/common/link_icon_bk.png");
      background-position: right center;
      background-repeat: no-repeat;
      background-size: 19px 19px;
      display: flex;
      flex-wrap: wrap;
      line-height: 2; }
      .newsList li a .date {
        margin: 0 30px; }
      .newsList li a .tag {
        line-height: 20px;
        padding-top: 2px;
        border-radius: 20px;
        height: 25px;
        color: #FFFFFF; }
      .newsList li a .txt {
        width: 100%;
        display: block;
        padding: 10px 30px;
        line-height: 2.5rem; }
        @media screen and (max-width: 780px) {
          .newsList li a .txt {
            width: auto;
            padding: 0; } }

@media screen and (max-width: 767px) {
  .newsList li a .date {
    margin: 2px 10px 2px 0; } }
@media screen and (max-width: 767px) {
  .newsList li a .txt {
    margin-top: 10px;
    display: block;
    width: 100%; } }
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  height: 490px;
  margin: 0 auto;
  position: relative;
  min-height: 300px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .tabs {
      display: inherit; } }

/*繧ｿ繝悶�繧ｹ繧ｿ繧､繝ｫ*/
.tab_item {
  width: auto;
  height: 20px;
  display: table;
  color: #116845;
  text-align: center;
  font-size: 1.8rem;
  transition: all 0.2s ease;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #048752; }
  @media screen and (max-width: 767px) {
    .tab_item {
      /*font-size: 1.3rem;*/
      margin-left: 0; } }
  .tab_item:nth-child(2) {
    border: none; }
  .tab_item.tab_item1 {
    right: 330px; }
    @media screen and (max-width: 767px) {
      .tab_item.tab_item1 {
        right: auto; } }
  .tab_item.tab_item2 {
    right: 220px; }
    @media screen and (max-width: 767px) {
      .tab_item.tab_item2 {
        right: auto; } }
  .tab_item.tab_item3 {
    right: 110px; }
    @media screen and (max-width: 767px) {
      .tab_item.tab_item3 {
        right: auto; } }
  .tab_item.tab_item4 {
    right: 0; }
    @media screen and (max-width: 767px) {
      .tab_item.tab_item4 {
        right: auto; } }
  .tab_item:hover {
    opacity: 0.75; }

@media screen and (max-width: 767px) {
  .tab_item {
    position: inherit;
    top: auto;
    padding: 0 7px;
    margin-bottom: 30px;
    margin-right: 4px;
    float: left; } }
/*繝ｩ繧ｸ繧ｪ繝懊ち繝ｳ繧貞�縺ｦ豸医☆*/
.tabs input[name="tab_item"] {
  display: none; }

/*繧ｿ繝門�繧頑崛縺医�荳ｭ霄ｫ縺ｮ繧ｹ繧ｿ繧､繝ｫ*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  position: absolute;
  top: 60px;
  width: 840px;
  height: 375px;
  overflow: auto;
  transition: all 0.2s ease; }
  @media screen and (max-width: 780px) {
    .tab_content {
      width: auto; } }

.scroll_bar {
  background-color: #f0f0f0;
  overflow-y: scroll;
  width: 250px;
  height: 150px; }

.scroll_bar::-webkit-scrollbar {
  width: 10px; }

.scroll_bar::-webkit-scrollbar-track {
  background-color: #ccc; }

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #17585d; }

/*驕ｸ謚槭＆繧後※縺�ｋ繧ｿ繝悶�繧ｳ繝ｳ繝�Φ繝��縺ｿ繧定｡ｨ遉ｺ*/
#all:checked ~ ul#all_content, #info:checked ~ ul#info_content, #soliloquy:checked ~ ul#soliloquy_content, #category01:checked ~ #category01_content, #category02:checked ~ #category02_content, #category03:checked ~ #category03_content {
  display: block; }

/*驕ｸ謚槭＆繧後※縺�ｋ繧ｿ繝悶�繧ｹ繧ｿ繧､繝ｫ繧貞､峨∴繧�*/
input:checked + .tab_item {
  color: #EF4A27; }

/*------------------------------------------------------------
	.タイトルアニメ　左から
------------------------------------------------------------*/
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block; }

.slide-in_inner {
  display: inline-block; }

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/ }

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1; } }
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1; } }
/* 上下のアニメーション*/
.downAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/ }

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1; } }
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1; } }
.box-fadein img {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

.box-fadein.lazyloaded img.lazyloaded {
  opacity: 1; }

/*------------------------------------------------------------
	.recommendBox
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .recommendBox .comBox {
    padding: 12px; } }

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
.contentArea {
  background-color: #116845;
  height: 400px;
  margin-bottom: 60px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .contentArea {
      margin-bottom: 120px; } }
  .contentArea .inner {
    position: relative; }
    .contentArea .inner .contentAreaBox {
      padding: 40px 76px 60px;
      position: absolute;
      border-radius: 15px;
      top: -100px;
      border: 1px solid #116845;
      width: 1140px; }
      @media screen and (max-width: 780px) {
        .contentArea .inner .contentAreaBox {
          padding: 20px;
          top: 0;
          width: 100%; } }
      .contentArea .inner .contentAreaBox .ttlBox {
        margin-bottom: 58px; }
        @media screen and (max-width: 780px) {
          .contentArea .inner .contentAreaBox .ttlBox {
            margin-bottom: 30px; } }
      .contentArea .inner .contentAreaBox .btn_am a {
        background-color: #A93C5B; }
        .contentArea .inner .contentAreaBox .btn_am a::before {
          background-color: #CE5376; }

.contentAreaBox .comBox {
  width: auto;
  padding: 0; }

.contentAreaBox .columnList.round.standard {
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-around;
  border-radius: 30px;
  min-height: inherit;
  overflow: visible; }

.contentAreaBox .columnList.round.standard li {
  overflow: visible;
  float: none;
  position: relative;
  min-height: inherit;
  width: calc(100%/2);
  margin-bottom: 0; }

.contentAreaBox .columnList.round.standard li + li {
  border-left: 1px solid #d7d7d7;
  padding: 0 28px; }

.contentAreaBox .columnList.round.standard li a {
  min-height: inherit; }

.contentAreaBox .columnList.round.standard li a.readmore a {
  background-position: 5% center;
  margin-left: 0;
  padding: 10px; }

.contentAreaBox .columnList.round.standard li .ttl {
  font-size: 2.5rem;
  margin-left: 0;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  border: none;
  padding-bottom: 0; }
  @media screen and (max-width: 780px) {
    .contentAreaBox .columnList.round.standard li .ttl {
      font-size: 5vw; } }

.contentAreaBox .columnList.round.standard li .ttl::before {
  left: 0; }

.contentAreaBox .columnList.round.standard li .ttl span {
  margin-top: 0;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 2px;
  line-height: 2;
  display: block; }

.contentAreaBox .columnList.round.standard li .ttl span.icon {
  position: absolute;
  top: -40px;
  left: 50%;
  padding-left: 0;
  -webkit-transform: translateY(-40%) translateX(-50%);
  transform: translateY(-40%) translateX(-50%); }

.contentAreaBox .columnList.round.standard li .ttl span.icon img {
  width: 48px;
  height: auto; }

.contentAreaBox .columnList.round.standard li a.tel {
  font-size: 5.5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.070em;
  background: none;
  line-height: 1;
  margin-bottom: 0; }

.contentAreaBox .columnList.round.standard li a.tel + span {
  text-align: center;
  display: block;
  font-size: 1.8rem; }

.contentAreaBox .columnList.round.standard p.fax {
  text-align: center;
  display: block;
  font-size: 2.3rem;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 10px 0; }

.contentAreaBox .columnList.round.standard p.time {
  text-align: center;
  display: block;
  font-size: 1.8rem; }

.contentAreaBox .columnList.round.standard li .readmore {
  width: 100%; }

.contentAreaBox .columnList.round.standard li .readmore a {
  display: block;
  padding-left: 17%;
  margin-left: 25px;
  background-image: url("../../img/common/icon-email.png");
  background-repeat: no-repeat;
  background-position: 16% center; }

@media screen and (max-width: 767px) {
  .contentAreaBox {
    width: 80%;
    padding: 20px;
    top: auto;
    left: auto;
    position: inherit;
    margin: -80px auto 30px; } }
@media screen and (max-width: 767px) {
  .contentAreaBox .comBox {
    margin: 0; } }
@media screen and (max-width: 767px) {
  .contentAreaBox .columnList.round.standard li + li {
    border-left: none;
    padding: 30px 0 0 0; } }
@media screen and (max-width: 767px) {
  .contentAreaBox .columnList.round.standard li .ttl {
    margin-bottom: 20px; } }
@media screen and (max-width: 767px) {
  .contentAreaBox .columnList.round.standard li .ttl span {
    font-size: 1.8rem; } }
@media screen and (max-width: 767px) {
  .contentAreaBox .columnList.round.standard li a.tel {
    font-size: 8vw; } }
@media screen and (max-width: 767px) {
  .contentAreaBox .columnList.round.standard li .readmore a {
    margin-left: 0;
    padding-left: 3%;
    padding-right: 0;
    background-position: 5% center; } }
@media screen and (max-width: 767px) {
  .contentAreaBox .columnList.round.standard {
    padding: 30px 0; } }
@media screen and (max-width: 767px) {
  .contentAreaBox .columnList.round.standard {
    display: inherit;
    padding: 0; } }
@media screen and (max-width: 767px) {
  .contentAreaBox .columnList.round.standard li {
    width: auto; } }
@media screen and (max-width: 767px) {
  .contentAreaBox .columnList.round.standard li .ttl span.icon {
    top: 26%;
    left: -10px;
    -webkit-transform: translateY(26%) translateX(-10px);
    transform: translateY(26%) translateX(-10px);
    z-index: 99; } }
@media screen and (max-width: 767px) {
  .contentAreaBox .columnList.round.standard li .btn_am_004 {
    min-width: 90%; } }
@media screen and (max-width: 767px) {
  .contentAreaBox .columnList.round.standard li .btn_am_004 .slide-in, .contentAreaBox .columnList.round.standard li .btn_am_004 .slide-in_inner {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .contentAreaBox .columnList.round.standard li .btn_am_004 a {
    height: auto;
    width: 100%; } }
#gFooter {
  margin-top: 130px;
  padding-bottom: 60px;
  position: relative; }
  #gFooter #snsBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #gFooter #snsBox li {
      width: 54px;
      margin: 0 15px; }
  #gFooter .f_logo {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  #gFooter #gNavi_ft1, #gFooter #gNavi_ft2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 60px; }
  #gFooter #gNavi_ft1 {
    padding-top: 50px; }
    #gFooter #gNavi_ft1 li {
      width: auto;
      display: table;
      text-align: center;
      ont-family: source-han-sans-japanese, sans-serif;
      font-weight: 500;
      font-style: normal; }
  #gFooter #gNavi_ft2 li {
    width: auto;
    display: table;
    text-align: center;
    ont-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal; }
  #gFooter #gNavi_ft1 li a, #gFooter #gNavi_ft2 li a {
    font-size: 1.6rem;
    color: #222222; }
  #gFooter .nav2 {
    text-align: center;
    margin-top: 60px; }
    #gFooter .nav2 #gNavi_ft2 a {
      color: #333333; }
    #gFooter .nav2 small {
      text-align: center;
      width: 100%;
      display: block;
      font-size: 1.3rem;
      font-style: normal; }
  #gFooter .bg004 {
    margin-top: 60px; }
  #gFooter ul.contactBox {
    background-color: #A93C5B;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 99; }
    #gFooter ul.contactBox li {
      border: none;
      width: calc(100%/2);
      position: relative;
      text-align: center; }
      #gFooter ul.contactBox li::before {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 8px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        z-index: 10; }
      #gFooter ul.contactBox li a {
        font-size: 1.3rem;
        line-height: 50px;
        height: 50px;
        position: relative;
        text-align: center;
        display: block;
        font-weight: 600;
        color: #fff; }
        #gFooter ul.contactBox li a span {
          font-size: 1.3rem;
          display: block;
          font-weight: bold;
          color: #222222; }
      #gFooter ul.contactBox li + li a {
        border-left: 1px solid #fff; }
  #gFooter .column4 li img {
    width: auto;
    height: 37px; }

@media screen and (max-width: 767px) {
  #gFooter {
    margin-top: 40px;
    padding-top: 40px; } }
@media screen and (max-width: 1290px) {
  #gFooter #snsBox li {
    width: 36px; } }
@media screen and (max-width: 767px) {
  #gFooter #snsBox li {
    width: 10%; } }
@media screen and (max-width: 1290px) {
  #gFooter .f_logo {
    width: 200px; } }
@media screen and (max-width: 767px) {
  #gFooter .nav2 small {
    text-align: center;
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 30px; } }
@media screen and (max-width: 480px) {
  #gFooter {
    padding-bottom: 50px; } }
@media screen and (max-width: 480px) {
  #gFooter .f_logo {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 480px) {
  #gFooter .nav2 {
    display: inherit;
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  #gFooter .nav2 > div {
    width: auto; } }
@media screen and (max-width: 767px) {
  #gFooter .column4 {
    display: inherit;
    padding: 0 20px; } }
@media screen and (max-width: 767px) {
  #gFooter .column4 li {
    width: auto;
    margin-bottom: 20px; } }
/*------------------------------------------------------------
	goTop
------------------------------------------------------------*/
.goTop {
  position: fixed;
  z-index: 99;
  right: 10px;
  bottom: 10px;
  background-color: #222;
  padding: 5px 20px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 2px; }

@media screen and (max-width: 767px) {
  .goTop {
    right: 0;
    bottom: 54px;
    padding: 5px 10px;
    font-size: 1rem; } }
.goTop:link, .goTop:hover, .goTop:visited {
  color: #FFFFFF; }
