@charset "UTF-8";
/***************************************
 *
 *tominari CSS
 *
 *2025/07 
 *
 ****************************************** */
/*****************************
 *
 *settings
 *
 ***************************** */
.trans_txt_parent .inner {
  overflow: hidden; }
.trans_txt_parent s {
  display: inline-block;
  transform: translateY(100px); }

.scroll_fadein {
  transform: translateY(100px);
  opacity: 0; }

/***********************
 *
 *common
 *
 ********************** */
* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    opacity: 0.8; }

em.red {
  color: red; }

li {
  list-style: none; }

i, em {
  font-style: normal; }

body, html {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  color: #3f3f3f; }

body {
  overflow-x: hidden; }

ul {
  margin: 0;
  padding: 0; }

h2, h3, h4, h5 {
  font-weight: bold; }

.ib {
  width: 1260px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  height: 100%; }

button {
  cursor: pointer;
  border: none; }

table {
  border-collapse: collapse; }

#wpadminbar {
  display: none; }

.pc_content {
  display: block !important; }

.sp_content {
  display: none !important; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; }

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none; }

.btn_border {
  text-align: center;
  display: block;
  margin: 20px auto;
  position: relative;
  max-width: 300px;
  background: #f1f1f1; }
  .btn_border::before {
    right: 0;
    top: 0; }
  .btn_border::after {
    left: 0;
    bottom: 0; }
  .btn_border::before, .btn_border::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #000;
    transition-delay: 0s; }
  .btn_border:hover::before, .btn_border:hover::after {
    width: 100%;
    transition-delay: 0.2s; }
  .btn_border:hover span::before, .btn_border:hover span::after {
    height: 100%;
    transition-delay: 0s; }
  .btn_border span {
    display: block;
    padding: 15px;
    font-size: 16px;
    color: #000;
    position: relative; }
    .btn_border span::before {
      left: 0;
      top: 0; }
    .btn_border span::after {
      right: 0;
      bottom: 0; }
    .btn_border span::before, .btn_border span::after {
      content: "";
      width: 1px;
      height: 0;
      position: absolute;
      transition: all 0.2s linear;
      background: #000;
      transition-delay: 0.2s; }

/*************************************
 *
 *404
 *
 ************************************* */
p.p404 {
  padding: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background: #f1f1f1;
  margin: 40px 0; }

/***************************************
 *
 *header
 *
 ************************************* */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 173px;
  background: #fff; }
  header .ib {
    width: 100%;
    padding: 0px 30px; }
    header .ib .row_head {
      height: 100px;
      justify-content: space-between;
      display: flex; }
      header .ib .row_head .logo {
        width: 276px;
        position: absolute;
        top: 0;
        left: calc(50% - 138px); }
      header .ib .row_head:nth-of-type(2) {
        height: 73px; }
      header .ib .row_head .head_buttons {
        align-items: center;
        display: flex; }
        header .ib .row_head .head_buttons p {
          font-size: 12px;
          color: #1a3a64; }
        header .ib .row_head .head_buttons .member_btn {
          height: 43px;
          width: 94px;
          display: flex;
          justify-content: space-between;
          margin-left: 10px; }
          header .ib .row_head .head_buttons .member_btn a {
            height: 100%;
            width: 43px;
            border-radius: 50%;
            transition: 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #1a3a64;
            position: relative; }
            header .ib .row_head .head_buttons .member_btn a i {
              position: absolute;
              width: 20px;
              height: 20px;
              top: -5px;
              right: -5px;
              border-radius: 50%;
              font-size: 10px;
              display: flex;
              align-items: center;
              justify-content: center;
              color: #fff;
              z-index: 2;
              background: #d6441c; }
            header .ib .row_head .head_buttons .member_btn a img {
              height: 20px; }
            header .ib .row_head .head_buttons .member_btn a:hover {
              background: #009ac0; }
      header .ib .row_head nav {
        width: 1260px;
        margin: 0 auto;
        display: flex;
        border-top: 1px solid #1a3a64;
        border-bottom: 1px solid #1a3a64; }
        header .ib .row_head nav a:not(.child), header .ib .row_head nav span {
          cursor: pointer;
          width: 25%;
          align-items: center;
          justify-content: center;
          display: flex;
          border-right: 1px solid #1a3a64; }
          header .ib .row_head nav a:not(.child).bdn, header .ib .row_head nav span.bdn {
            border-right: none; }
          header .ib .row_head nav a:not(.child) img, header .ib .row_head nav span img {
            height: 14px; }
          header .ib .row_head nav a:not(.child).toggle, header .ib .row_head nav span.toggle {
            position: relative; }
            header .ib .row_head nav a:not(.child).toggle:after, header .ib .row_head nav span.toggle:after {
              content: "";
              font-family: "material icons";
              transform: rotate(-90deg);
              font-size: 16px;
              margin-left: 10px;
              position: relative;
              top: -3px;
              color: #1a3a64;
              display: inline-block; }
          header .ib .row_head nav a:not(.child) .children, header .ib .row_head nav span .children {
            position: absolute;
            width: 96%;
            background: #fff;
            top: 71px;
            left: 2%;
            flex-wrap: wrap;
            border: 3px solid #1a3a64;
            display: none;
            border-bottom: none; }
            header .ib .row_head nav a:not(.child) .children a, header .ib .row_head nav span .children a {
              display: block;
              padding: 15px;
              font-size: 15px;
              width: 100%;
              border-bottom: 3px solid #1a3a64;
              transition: 0.4s ease; }
              header .ib .row_head nav a:not(.child) .children a:hover, header .ib .row_head nav span .children a:hover {
                background: #1a3a64;
                color: #fff; }

#fv {
  height: 522px;
  margin-top: 180px;
  position: relative;
  z-index: 3; }
  #fv .ib {
    width: 100%; }
  #fv .fv_slide {
    height: 100%;
    overflow: visible; }
    #fv .fv_slide .swiper-pagination {
      bottom: -30px; }
      #fv .fv_slide .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #e0e0e0;
        opacity: 1;
        cursor: pointer; }
        #fv .fv_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #ff7800; }
    #fv .fv_slide .swiper-slide img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

#content.subpage {
  margin-top: 180px; }
#content .flr {
  float: right; }
#content p {
  font-size: 16px;
  line-height: 1.9;
  margin: 20px 0; }
  #content p.s {
    font-size: 14px;
    color: #666; }
  #content p.blue {
    color: #1a3a64; }
#content a.link {
  align-items: center;
  display: flex;
  width: 160px;
  transition: 0.4s ease;
  font-size: 14px; }
  #content a.link.flr {
    margin: 40px 0; }
  #content a.link:hover {
    color: #009ac0; }
    #content a.link:hover:after {
      background: url(../img/plus.svg) 50% 50% no-repeat, #009ac0;
      background-size: 13px auto, cover; }
  #content a.link:after {
    content: "";
    height: 57px;
    width: 57px;
    background: url(../img/plus.svg) 50% 50% no-repeat, #1a3a64;
    border-radius: 50%;
    background-size: 13px auto, cover;
    margin-left: 30px;
    transition: 0.4s ease; }
#content h2.bd {
  border-bottom: 1px solid #1a3a64;
  padding-bottom: 40px; }
#content h2.p_a {
  position: absolute;
  top: 30px;
  left: 0;
  margin-top: 0; }
#content h2 img {
  display: block;
  height: 16px; }
#content h2 span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #acacac;
  letter-spacing: 0.4em; }
  #content h2 span:first-letter {
    color: #1a3a64; }
#content h2 i {
  font-weight: bold;
  fonoxt-size: 36px;
  display: block;
  color: #666;
  margin: 20px 0; }
#content h2.block {
  background: #1a3a64;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  padding: 12px 20px;
  display: table;
  margin: 30px 0;
  margin-top: 100px; }
#content h2.mgt {
  margin-top: 80px; }
#content h3 {
  font-size: 20px; }
#content .info_list a {
  display: block;
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1a3a64; }
  #content .info_list a:hover span, #content .info_list a:hover p {
    color: #009ac0; }
  #content .info_list a span {
    font-weight: bold;
    font-size: 16px;
    width: 160px;
    transition: 0.4s ease; }
  #content .info_list a p {
    transition: 0.4s ease;
    margin: 0;
    font-size: 16px;
    color: #666; }
#content .top_info .ib {
  display: flex;
  justify-content: space-between;
  padding: 100px 50px;
  padding-bottom: 100px; }
  #content .top_info .ib .l {
    width: 160px; }
  #content .top_info .ib .r {
    width: calc(100% - 240px); }
#content .c_both {
  clear: both; }
#content .famous_product .fpl {
  position: absolute;
  width: 30px;
  height: 80px;
  top: calc(50% - 220px);
  left: 0;
  z-index: 999;
  cursor: pointer;
  background: url(../img/ar_prev.svg) 50% 50% no-repeat; }
  #content .famous_product .fpl.arr_next {
    left: auto;
    right: 0;
    background: url(../img/ar_next.svg) 50% 50% no-repeat; }
#content .famous_product .ib {
  border-top: 1px solid #1a3a64;
  padding: 120px 50px 70px; }
  #content .famous_product .ib a.link {
    margin-top: 40px;
    margin-bottom: 40px; }
  #content .famous_product .ib h2 {
    margin-top: 0;
    margin-bottom: 100px; }
#content .fade_toggle_list .box {
  opacity: 0;
  transform: translateY(30px); }
#content .famous_product_list.subpage {
  flex-wrap: wrap;
  display: flex;
  margin: 80px 0; }
  #content .famous_product_list.subpage .box {
    margin-right: 60px;
    margin-bottom: 60px; }
    #content .famous_product_list.subpage .box:nth-of-type(3n) {
      margin-right: 0; }
    #content .famous_product_list.subpage .box form {
      padding-top: 0;
      border: none;
      margin-top: 0; }
      #content .famous_product_list.subpage .box form button {
        margin: 0; }
#content .famous_product_list .swiper-button-next {
  background: url(../img/ar1.svg) 50% 50% no-repeat;
  height: 80px; }
  #content .famous_product_list .swiper-button-next:after {
    display: none; }
#content .famous_product_list .box {
  width: 338px; }
  #content .famous_product_list .box.active .txt h3 a:before {
    width: 100%; }
  #content .famous_product_list .box a.img {
    width: 100%;
    background: #e0e0e0;
    border-radius: 50%;
    padding: 72px;
    position: relative;
    display: flex;
    overflow: hidden;
    height: auto;
    aspect-ratio: 1/1; }
    #content .famous_product_list .box a.img:hover:before {
      opacity: 1; }
    #content .famous_product_list .box a.img:hover img {
      transform: scale(0.9); }
    #content .famous_product_list .box a.img:before {
      top: 0;
      left: 0;
      position: absolute;
      content: "View More";
      color: #fff;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 3;
      opacity: 0;
      transition: 0.4s ease; }
    #content .famous_product_list .box a.img img {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      transition: 0.4s ease; }
  #content .famous_product_list .box .txt .category {
    display: flex; }
    #content .famous_product_list .box .txt .category a {
      font-size: 12px;
      border: 1px solid #1a3a64;
      padding: 3px 8px 4px;
      display: flex;
      align-items: center;
      margin-right: 4px;
      border-radius: 50px;
      color: #1a3a64; }
  #content .famous_product_list .box .txt h3 {
    font-size: 21px;
    font-weight: bold; }
    #content .famous_product_list .box .txt h3 a {
      display: table;
      padding: 3px;
      color: #fff;
      position: relative; }
      #content .famous_product_list .box .txt h3 a span {
        color: #fff;
        position: relative;
        z-index: 33;
        padding: 2px; }
      #content .famous_product_list .box .txt h3 a:before {
        position: absolute;
        height: 100%;
        width: 0;
        display: block;
        background: #1a3a64;
        content: "";
        transition: 0.5s ease 0.15s; }
  #content .famous_product_list .box .txt .row {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    #content .famous_product_list .box .txt .row .price {
      align-items: center;
      display: flex;
      color: #1a3a64; }
      #content .famous_product_list .box .txt .row .price span {
        font-size: 24px; }
      #content .famous_product_list .box .txt .row .price em {
        font-size: 12px;
        padding-left: 10px; }
    #content .famous_product_list .box .txt .row button {
      width: 115px;
      border-radius: 50px;
      background: #1a3a64;
      height: 42px;
      transition: 0.4s ease;
      display: flex;
      align-items: center;
      justify-content: center; }
      #content .famous_product_list .box .txt .row button:hover {
        background: #009ac0; }
      #content .famous_product_list .box .txt .row button img {
        height: 12px; }
  #content .famous_product_list .box .txt p {
    font-size: 14px;
    color: #1a3a64; }
#content .top_category_list .ib {
  padding: 100px 50px 100px;
  border-top: 1px solid #1a3a64; }
#content .category_list {
  flex-wrap: wrap;
  display: flex; }
  #content .category_list a {
    padding: 12px 16px;
    border: 1px solid #1a3a64;
    color: #1a3a64;
    transition: 0.4s ease;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 26px; }
    #content .category_list a:hover {
      background: #1a3a64;
      color: #fff; }
#content .about_tominari {
  background: #e8e8e8; }
  #content .about_tominari .ib {
    border-top: 1px solid #1a3a64;
    padding: 120px 50px 60px; }
    #content .about_tominari .ib .df {
      justify-content: space-between;
      display: flex; }
      #content .about_tominari .ib .df .l, #content .about_tominari .ib .df .r {
        width: 48%; }
        #content .about_tominari .ib .df .l img, #content .about_tominari .ib .df .r img {
          display: block;
          width: 100%; }
        #content .about_tominari .ib .df .l p, #content .about_tominari .ib .df .r p {
          font-size: 21px;
          font-family: "YuMincho", "游明朝", "Hiragino Mincho ProN", "serif";
          color: #1a3a64;
          line-height: 2.2; }
        #content .about_tominari .ib .df .l .buttons, #content .about_tominari .ib .df .r .buttons {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          margin: 40px 0;
          justify-content: center; }
          #content .about_tominari .ib .df .l .buttons a, #content .about_tominari .ib .df .r .buttons a {
            width: 330px;
            height: 64px;
            align-items: center;
            justify-content: center;
            display: flex;
            transition: 0.4s ease;
            border-radius: 50px;
            border: 1px solid #1a3a64; }
            #content .about_tominari .ib .df .l .buttons a svg, #content .about_tominari .ib .df .r .buttons a svg {
              height: 17px; }
              #content .about_tominari .ib .df .l .buttons a svg path, #content .about_tominari .ib .df .r .buttons a svg path {
                fill: #1a3a64; }
            #content .about_tominari .ib .df .l .buttons a:hover, #content .about_tominari .ib .df .r .buttons a:hover {
              background: #1a3a64; }
              #content .about_tominari .ib .df .l .buttons a:hover svg path, #content .about_tominari .ib .df .r .buttons a:hover svg path {
                fill: #fff; }
#content .tsukuru {
  margin-top: 60px;
  position: relative; }
  #content .tsukuru .ar_buttons {
    height: 48px;
    width: 110px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: calc(50% - 630px);
    bottom: 90px;
    cursor: pointer; }
    #content .tsukuru .ar_buttons div {
      height: 100%;
      width: 48px;
      background: #1a3a64;
      transition: 0.4s ease;
      display: flex;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      transition: 0.4s ease; }
      #content .tsukuru .ar_buttons div:hover {
        background: #009ac0; }
      #content .tsukuru .ar_buttons div img {
        width: 24px; }
  #content .tsukuru:before {
    content: "";
    height: 1px;
    display: block;
    width: 1260px;
    position: absolute;
    top: 0;
    background: #1a3a64;
    left: calc(50% - 630px); }
  #content .tsukuru h2.p_a {
    position: absolute;
    top: 30px;
    left: calc(50% - 630px); }
  #content .tsukuru a.link {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    right: calc(50% - 630px);
    width: 200px; }
  #content .tsukuru .ib {
    width: 100%;
    padding: 120px 0px 160px 50px; }
#content .person_list .box {
  width: 285px; }
  #content .person_list .box:hover .img img {
    transform: scale(1.1); }
  #content .person_list .box .img {
    width: 100%;
    height: 362px;
    overflow: hidden;
    display: block; }
    #content .person_list .box .img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      transition: 0.4s ease; }
  #content .person_list .box .num {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-top: 20px; }
  #content .person_list .box h3 {
    font-size: 21px;
    font-weight: normal; }
  #content .person_list .box p {
    font-size: 14px;
    color: #1a3a64; }
#content .top_blog .ib {
  border-top: 1px solid #1a3a64;
  padding: 120px 50px; }
#content .blog_list {
  display: flex;
  flex-wrap: wrap; }
  #content .blog_list.subpage {
    margin: 70px auto;
    width: 1050px;
    max-width: 100%; }
    #content .blog_list.subpage .box {
      width: 29%;
      margin-right: 6%; }
      #content .blog_list.subpage .box .img {
        border-radius: 16px;
        border: none; }
      #content .blog_list.subpage .box p {
        font-weight: bold; }
  #content .blog_list .box {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px; }
    #content .blog_list .box:nth-of-type(3n) {
      margin-right: 0; }
    #content .blog_list .box .row {
      align-items: center;
      display: flex; }
      #content .blog_list .box .row .cat {
        margin-left: 20px; }
        #content .blog_list .box .row .cat a {
          font-size: 14px;
          color: #1a3a64;
          margin-right: 10px; }
    #content .blog_list .box .img {
      width: 100%;
      overflow: hidden;
      aspect-ratio: 1/0.66;
      height: auto;
      border: 8px solid #1a3a64;
      border-radius: 6px;
      position: relative;
      display: block; }
      #content .blog_list .box .img:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        mix-blend-mode: multiply;
        z-index: 2;
        opacity: 0;
        transition: 0.4s ease; }
      #content .blog_list .box .img:after {
        content: "MORE";
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        position: absolute;
        width: 80px;
        height: 20px;
        display: block;
        text-align: center;
        z-index: 4;
        left: calc(50% - 40px);
        top: calc(50% + 10px);
        opacity: 0;
        transition: 0.4s ease; }
      #content .blog_list .box .img:hover:before {
        opacity: 1; }
      #content .blog_list .box .img:hover:after {
        opacity: 1;
        transform: translateY(-20px); }
      #content .blog_list .box .img:hover img {
        transform: scale(1.1); }
      #content .blog_list .box .img img {
        position: relative;
        object-fit: cover;
        width: 100%;
        height: 100%;
        transition: 0.4s ease; }
    #content .blog_list .box .date {
      display: block;
      font-size: 14px;
      color: #666;
      margin: 15px 0; }
    #content .blog_list .box p {
      font-size: 18px;
      color: #1a3a64;
      margin: 15px 0; }
    #content .blog_list .box .category {
      flex-wrap: wrap;
      display: flex; }
      #content .blog_list .box .category a {
        font-size: 12px;
        padding: 3px 10px 4px;
        border-radius: 20px;
        background: #1a3a64;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }

#content.subpage .ib {
  padding: 40px 0 100px; }
  #content.subpage .ib h2.emp {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #1a3a64;
    margin: 50px 0; }
    #content.subpage .ib h2.emp.mgt {
      margin-top: 80px; }
    #content.subpage .ib h2.emp.small {
      font-size: 21px; }
#content.subpage.w_middle .ib {
  width: 1160px; }
#content.subpage .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 12px; }
  #content.subpage .breadcrumb a {
    color: #1a3a64; }
    #content.subpage .breadcrumb a:after {
      content: "／";
      display: inline-block;
      margin: 0 2px; }
#content.subpage .news_list_sub {
  width: 860px;
  max-width: 100%;
  margin: 86px auto; }
  #content.subpage .news_list_sub a {
    width: 100%;
    display: block;
    padding: 20px 0;
    border-bottom: 1px dashed #333;
    display: flex;
    align-items: center; }
    #content.subpage .news_list_sub a .date {
      font-size: 14px;
      margin-right: 32px; }
    #content.subpage .news_list_sub a p {
      margin: 0;
      text-decoration: underline;
      color: #1a3a64;
      font-size: 16px; }
#content.subpage .news_single {
  color: #666 !important;
  width: 860px;
  margin: 80px auto;
  max-width: 100%; }
  #content.subpage .news_single .date {
    display: block;
    font-size: 12px;
    color: #000 !important; }
    #content.subpage .news_single .date + h2 {
      margin-top: 20px; }
  #content.subpage .news_single h2 {
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
    margin: 40px 0; }
  #content.subpage .news_single p {
    font-size: 18px; }
  #content.subpage .news_single .single_image {
    display: block;
    width: 100%;
    margin: 50px 0;
    height: auto; }
    #content.subpage .news_single .single_image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
#content.subpage a.prev {
  display: flex;
  align-items: center;
  margin-top: 100px; }
  #content.subpage a.prev:hover span {
    color: #009ac0; }
  #content.subpage a.prev:hover i {
    background: #009ac0; }
  #content.subpage a.prev span {
    margin-left: 10px;
    font-size: 16px;
    color: #1a3a64;
    transition: 0.4s ease; }
  #content.subpage a.prev i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    transition: 0.4s ease;
    background: #1a3a64;
    align-items: center;
    justify-content: center; }
    #content.subpage a.prev i img {
      height: 6px; }
#content.subpage span.red {
  color: red; }
#content.subpage .contact_df, #content.subpage .login_df {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 60px 0; }
  #content.subpage .contact_df.al_i, #content.subpage .login_df.al_i {
    align-items: inherit; }
  #content.subpage .contact_df .l, #content.subpage .contact_df .r, #content.subpage .login_df .l, #content.subpage .login_df .r {
    width: 48%;
    background: #fcfbfa;
    padding: 40px; }
    #content.subpage .contact_df .l h3, #content.subpage .contact_df .r h3, #content.subpage .login_df .l h3, #content.subpage .login_df .r h3 {
      font-weight: normal;
      font-size: 20px;
      color: #1a3a64;
      margin-top: 0;
      margin-bottom: 28px; }
    #content.subpage .contact_df .l .tel_box, #content.subpage .contact_df .r .tel_box, #content.subpage .login_df .l .tel_box, #content.subpage .login_df .r .tel_box {
      background: #fff;
      border: 5px solid #1a3a64;
      padding: 20px; }
      #content.subpage .contact_df .l .tel_box a, #content.subpage .contact_df .r .tel_box a, #content.subpage .login_df .l .tel_box a, #content.subpage .login_df .r .tel_box a {
        display: block;
        font-size: 48px;
        font-weight: bold;
        line-height: 1.2;
        color: #1a3a64;
        margin-bottom: 20px; }
      #content.subpage .contact_df .l .tel_box span, #content.subpage .contact_df .r .tel_box span, #content.subpage .login_df .l .tel_box span, #content.subpage .login_df .r .tel_box span {
        display: block;
        color: #666;
        font-size: 16px; }
#content.subpage .line {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #1a3a64;
  display: block; }
#content.subpage form {
  padding-top: 40px;
  border-top: 1px solid #1a3a64;
  margin-top: 40px;
  display: block; }
  #content.subpage form.login {
    padding-bottom: 50px;
    border: none;
    padding-top: 0;
    margin-top: 24px; }
    #content.subpage form.login input[type="text"],
    #content.subpage form.login input[type="email"],
    #content.subpage form.login input[type="tel"],
    #content.subpage form.login input[type="password"] {
      background: #f4f4f4;
      border: 1px solid #ddd;
      margin-bottom: 12px; }
      #content.subpage form.login input[type="text"]::placeholder,
      #content.subpage form.login input[type="email"]::placeholder,
      #content.subpage form.login input[type="tel"]::placeholder,
      #content.subpage form.login input[type="password"]::placeholder {
        font-size: 14px;
        color: #868686; }
    #content.subpage form.login button {
      font-size: 16px;
      font-weight: normal;
      padding: 18px;
      margin: 30px auto; }
      #content.subpage form.login button + a.remark {
        margin-top: -10px; }
    #content.subpage form.login a.remark {
      text-align: center;
      text-decoration: underline;
      font-size: 14px;
      color: #1a3a64;
      display: block; }
    #content.subpage form.login label {
      display: block;
      margin-top: 12px;
      font-size: 14px;
      color: #000; }
  #content.subpage form label {
    font-size: 18px;
    display: block;
    width: 100%;
    margin-bottom: 10px; }
    #content.subpage form label span {
      font-size: 16px; }
  #content.subpage form input[type="text"],
  #content.subpage form input[type="email"],
  #content.subpage form input[type="tel"],
  #content.subpage form input[type="password"],
  #content.subpage form input[type="search"],
  #content.subpage form textarea {
    background: #fff;
    border: 1px solid #1a3a64;
    padding: 16px;
    font-size: 18px;
    margin-bottom: 32px;
    width: 100%; }
    #content.subpage form input[type="text"]::placeholder,
    #content.subpage form input[type="email"]::placeholder,
    #content.subpage form input[type="tel"]::placeholder,
    #content.subpage form input[type="password"]::placeholder,
    #content.subpage form input[type="search"]::placeholder,
    #content.subpage form textarea::placeholder {
      color: #c8c8c8; }
  #content.subpage form textarea {
    background: #fff;
    display: block;
    width: 100%;
    min-height: 346px;
    border: 1px solid #1a3a64; }
  #content.subpage form .checkbox-area {
    text-align: center; }
    #content.subpage form .checkbox-area label {
      color: #595757 !important; }
    #content.subpage form .checkbox-area a {
      text-decoration: underline; }
#content.subpage button, #content.subpage a.button {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  border: none;
  cursor: pointer;
  margin: 40px auto;
  width: 100%;
  background: #1a3a64;
  transition: 0.4s ease; }
  #content.subpage button:hover, #content.subpage a.button:hover {
    background: #009ac0; }
#content.subpage a.button {
  font-size: 16px;
  font-weight: normal;
  padding: 18px;
  margin: 36px auto; }
#content.subpage .faq_list {
  width: 860px;
  margin: 70px auto;
  max-width: 100%; }
  #content.subpage .faq_list .row {
    padding: 24px;
    background: #fff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer; }
    #content.subpage .faq_list .row.active div.q:after {
      content: ""; }
    #content.subpage .faq_list .row div {
      position: relative; }
      #content.subpage .faq_list .row div:after {
        content: "";
        font-family: "material icons";
        position: absolute;
        width: 30px;
        height: 30px;
        display: flex;
        border-radius: 50%;
        background: #eff7f8;
        font-size: 22px;
        font-weight: normal;
        position: absolute;
        right: 0px;
        top: 0px;
        align-items: center;
        justify-content: center; }
      #content.subpage .faq_list .row div p {
        font-size: 16px;
        color: #3f3f3f;
        margin: 0; }
      #content.subpage .faq_list .row div.a {
        display: none;
        margin-top: 20px;
        background: #eff7f8;
        padding: 20px;
        border-radius: 8px; }
        #content.subpage .faq_list .row div.a p {
          color: #1a3a64; }
        #content.subpage .faq_list .row div.a:after {
          display: none; }
#content.subpage .tabs {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
  margin-top: 44px; }
  #content.subpage .tabs .inner {
    flex-wrap: wrap;
    display: flex;
    width: 100%; }
  #content.subpage .tabs a {
    font-size: 16px;
    background: #acacac;
    border-radius: 50px;
    padding: 12px 22px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    #content.subpage .tabs a.active {
      background: #000;
      font-weight: bold; }
#content.subpage .product_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0; }
  #content.subpage .product_detail .l, #content.subpage .product_detail .r {
    width: 50%; }
  #content.subpage .product_detail .l {
    justify-content: space-between;
    display: flex; }
    #content.subpage .product_detail .l .thumb {
      width: 74px; }
      #content.subpage .product_detail .l .thumb .img {
        display: block;
        width: 100%;
        aspect-ratio: 1/1;
        background: #666;
        margin-bottom: 10px; }
        #content.subpage .product_detail .l .thumb .img img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          opacity: 0.6; }
        #content.subpage .product_detail .l .thumb .img.active {
          border: 2px solid #1a3a64; }
          #content.subpage .product_detail .l .thumb .img.active img {
            opacity: 1; }
    #content.subpage .product_detail .l .slider {
      width: calc(100% - 84px); }
      #content.subpage .product_detail .l .slider .swiper-slide {
        height: auto;
        aspect-ratio: 1/1; }
        #content.subpage .product_detail .l .slider .swiper-slide img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      #content.subpage .product_detail .l .slider .swiper-button-next, #content.subpage .product_detail .l .slider .swiper-button-prev {
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 50%;
        opacity: 0.8;
        align-items: center;
        justify-content: center;
        display: flex; }
        #content.subpage .product_detail .l .slider .swiper-button-next:before, #content.subpage .product_detail .l .slider .swiper-button-prev:before {
          content: "";
          font-family: "material icons";
          font-size: 30px;
          color: #1a3a64; }
        #content.subpage .product_detail .l .slider .swiper-button-next:after, #content.subpage .product_detail .l .slider .swiper-button-prev:after {
          display: none; }
      #content.subpage .product_detail .l .slider .swiper-button-prev:before {
        transform: scale(-1, 1); }
  #content.subpage .product_detail .r {
    width: 44%; }
    #content.subpage .product_detail .r h3 {
      font-size: 28px;
      font-weight: bold;
      color: #1a3a64;
      margin-top: 0;
      margin-bottom: 40px; }
    #content.subpage .product_detail .r p {
      font-size: 14px;
      color: #1a3a64; }
    #content.subpage .product_detail .r .row {
      margin: 10px 0;
      justify-content: space-between;
      display: flex;
      border-bottom: 1px solid #1a3a64;
      padding-bottom: 25px;
      margin-top: 0; }
      #content.subpage .product_detail .r .row p {
        font-size: 24px;
        font-weight: 400;
        align-items: center;
        display: flex;
        color: #1a3a64;
        margin: 0; }
        #content.subpage .product_detail .r .row p span {
          margin-left: 8px;
          font-size: 12px;
          padding-top: 6px; }
      #content.subpage .product_detail .r .row form {
        margin-top: 0;
        padding-top: 0;
        align-items: center;
        display: flex;
        border-top: none; }
        #content.subpage .product_detail .r .row form span {
          font-size: 13px;
          color: #1a3a64;
          padding-right: 12px;
          margin-right: 12px;
          border-right: 1px solid #1a3a64; }
        #content.subpage .product_detail .r .row form input[type='number'] {
          font-size: 16px;
          color: #1a3a64;
          width: 40px;
          margin-right: 12px;
          border: none; }
          #content.subpage .product_detail .r .row form input[type='number']::-webkit-inner-spin-button {
            opacity: 1; }
        #content.subpage .product_detail .r .row form button {
          width: 116px;
          padding: 16px;
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50px; }
    #content.subpage .product_detail .r .category {
      padding-bottom: 30px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 24px;
      display: flex;
      align-items: center; }
      #content.subpage .product_detail .r .category a {
        display: flex;
        align-items: center;
        font-size: 12px;
        color: #1a3a64;
        transition: 0.4s ease;
        padding: 3px 10px 4px;
        border: 1px solid #1a3a64;
        margin-right: 10px;
        border-radius: 20px; }
        #content.subpage .product_detail .r .category a:hover {
          background: #1a3a64;
          color: #fff; }
#content.subpage .tel_box2 {
  padding: 20px;
  width: 767px;
  max-width: 100%;
  background: #cae5ed;
  display: flex;
  margin-top: 30px;
  align-items: center; }
  #content.subpage .tel_box2 a {
    font-size: 21px;
    font-weight: bold;
    color: #1a3a64;
    margin-right: 30px; }
  #content.subpage .tel_box2 p {
    margin: 0;
    font-size: 14px;
    color: #1a3a64; }
#content.subpage .flow_list {
  margin-bottom: 60px; }
  #content.subpage .flow_list .row {
    align-items: center;
    display: flex;
    margin-bottom: 22px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start; }
    #content.subpage .flow_list .row .l {
      width: 246px; }
    #content.subpage .flow_list .row span {
      border: 1px solid #1a3a64;
      width: 100%;
      padding: 24px 35px;
      font-size: 18px;
      font-weight: bold;
      color: #1a3a64;
      align-items: center;
      display: flex; }
      #content.subpage .flow_list .row span.center {
        justify-content: center; }
    #content.subpage .flow_list .row .r {
      width: calc(100% - 276px);
      padding-top: 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      #content.subpage .flow_list .row .r.pdn {
        padding: 0; }
      #content.subpage .flow_list .row .r.pdt2 {
        padding-top: 35px; }
      #content.subpage .flow_list .row .r p {
        margin: 0;
        font-size: 16px;
        color: #1a3a64;
        width: 100%; }
        #content.subpage .flow_list .row .r p.s {
          font-size: 14px;
          color: #666;
          margin: 24px 0; }
#content.subpage .subpage_inner {
  width: 1048px;
  margin: 0 auto;
  max-width: 100%; }
  #content.subpage .subpage_inner.mgt {
    margin-top: 100px; }
  #content.subpage .subpage_inner .content_row {
    padding-top: 40px;
    border-top: 1px solid #1a3a64;
    padding-bottom: 40px; }
    #content.subpage .subpage_inner .content_row.bdb {
      border-bottom: 1px solid #1a3a64; }
    #content.subpage .subpage_inner .content_row p {
      margin-bottom: 0; }
    #content.subpage .subpage_inner .content_row h3 {
      color: #1a3a64;
      margin-top: 0; }
  #content.subpage .subpage_inner .guide_container h3 {
    font-size: 18px;
    border-bottom: 1px solid #1a3a64;
    padding-bottom: 20px;
    margin: 30px 0;
    color: #1a3a64;
    font-weight: bold; }
#content.subpage .person_list {
  margin: 80px 0;
  border-bottom: none; }
  #content.subpage .person_list .row {
    width: 100%;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #1a3a64;
    padding: 20px 0;
    position: relative;
    transition: 0.4s ease; }
    #content.subpage .person_list .row:hover {
      background: #1a3a64; }
      #content.subpage .person_list .row:hover .num, #content.subpage .person_list .row:hover p {
        color: #fff; }
      #content.subpage .person_list .row:hover .img img {
        transform: scale(1.1); }
      #content.subpage .person_list .row:hover:after {
        right: 10px;
        background: #fff;
        color: #1a3a64; }
    #content.subpage .person_list .row:after {
      content: "";
      position: absolute;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      font-size: 16px;
      color: #1a3a64;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #1a3a64;
      right: 0;
      top: calc(50% - 14px);
      transition: 0.4s ease;
      font-family: "material icons"; }
    #content.subpage .person_list .row .num {
      transition: 0.4s ease;
      align-items: center;
      display: flex;
      color: #1a3a64; }
      #content.subpage .person_list .row .num i {
        font-size: 14px; }
      #content.subpage .person_list .row .num em {
        font-size: 24px;
        font-weight: bold; }
    #content.subpage .person_list .row .img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 35px;
      background: #eee; }
      #content.subpage .person_list .row .img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        transition: 0.4s ease; }
    #content.subpage .person_list .row p {
      margin: 0;
      font-size: 27px;
      color: #1a3a64;
      transition: 0.4s ease; }
      #content.subpage .person_list .row p em {
        display: inline-block;
        font-size: 14px; }
#content.subpage .message_block {
  margin: 80px auto 120px;
  max-width: 100%;
  width: 560px; }
  #content.subpage .message_block h3 {
    font-size: 28px;
    margin: 30px 0;
    font-weight: bold; }
  #content.subpage .message_block p {
    font-size: 16px;
    color: #666; }
  #content.subpage .message_block .img {
    display: block;
    margin: 40px 0; }
    #content.subpage .message_block .img img {
      width: 100%;
      height: auto; }
#content.subpage a.prev, #content.subpage a.next {
  align-items: center;
  display: flex;
  transition: 0.4s ease;
  margin: 60px 0; }
  #content.subpage a.prev.next, #content.subpage a.next.next {
    flex-direction: row-reverse; }
    #content.subpage a.prev.next span, #content.subpage a.next.next span {
      transform: scale(-1, 1); }
    #content.subpage a.prev.next p, #content.subpage a.next.next p {
      margin-left: 0;
      margin-right: 8px; }
  #content.subpage a.prev:hover span, #content.subpage a.next:hover span {
    background: #009ac0; }
  #content.subpage a.prev span, #content.subpage a.next span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1a3a64;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease; }
    #content.subpage a.prev span img, #content.subpage a.next span img {
      width: 16px; }
  #content.subpage a.prev p, #content.subpage a.next p {
    font-size: 16px;
    color: #1a3a64;
    margin-left: 8px; }
#content.subpage .person_block {
  height: 456px;
  flex-wrap: wrap;
  display: flex;
  margin-top: 100px; }
  #content.subpage .person_block .l {
    width: 50%;
    background: #f5f5f5;
    padding: 60px;
    height: 100%;
    position: relative; }
    #content.subpage .person_block .l .num {
      display: flex;
      align-items: center; }
      #content.subpage .person_block .l .num em {
        font-size: 18px;
        margin: 5px; }
      #content.subpage .person_block .l .num i {
        font-size: 48px; }
    #content.subpage .person_block .l h3 {
      font-weight: normal;
      align-items: end;
      display: flex;
      font-size: 36px;
      margin: 15px 0 20px; }
      #content.subpage .person_block .l h3 em {
        font-size: 18px; }
    #content.subpage .person_block .l p {
      font-size: 14px;
      color: #666; }
      #content.subpage .person_block .l p.prof {
        color: #3f3f3f; }
    #content.subpage .person_block .l h2.block {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }
  #content.subpage .person_block .r {
    height: 100%;
    width: 50%; }
    #content.subpage .person_block .r img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
#content.subpage .tac {
  text-align: center !important; }
#content.subpage .access {
  margin: 100px 0; }
  #content.subpage .access #map {
    width: 100%;
    margin: 40px 0;
    height: 440px; }
    #content.subpage .access #map iframe {
      display: block;
      width: 100%;
      height: 100%; }
  #content.subpage .access .row {
    align-items: center;
    display: flex;
    margin-bottom: 24px; }
    #content.subpage .access .row:nth-of-type(n+2) {
      flex-wrap: wrap; }
      #content.subpage .access .row:nth-of-type(n+2) span {
        background: #333;
        color: #fff;
        margin-bottom: 16px; }
      #content.subpage .access .row:nth-of-type(n+2) p {
        width: 100%;
        padding-left: 16px; }
    #content.subpage .access .row span {
      padding: 6px 22px;
      color: #333;
      border: 1px solid #333;
      border-radius: 50px; }
    #content.subpage .access .row p {
      margin: 0;
      font-size: 16px;
      margin-left: 20px; }
#content.subpage .about_inner {
  width: 532px;
  margin: 100px auto;
  max-width: 100%; }
  #content.subpage .about_inner.p2 {
    width: 748px; }
    #content.subpage .about_inner.p2 .chef_section {
      background: #f5f5f5;
      padding: 80px;
      padding-bottom: 120px;
      margin-top: 280px; }
      #content.subpage .about_inner.p2 .chef_section p + p {
        margin-top: -20px; }
      #content.subpage .about_inner.p2 .chef_section .ms {
        display: block;
        margin: 30px auto;
        width: 172px; }
      #content.subpage .about_inner.p2 .chef_section .sign {
        width: 147px;
        float: right;
        position: relative;
        top: -30px;
        margin-top: 30px; }
      #content.subpage .about_inner.p2 .chef_section .img {
        width: 230px;
        border: 12px solid #fff;
        border-radius: 50%;
        height: 230px;
        margin: 0 auto;
        margin-top: -200px; }
        #content.subpage .about_inner.p2 .chef_section .img img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
  #content.subpage .about_inner .img {
    height: 300px;
    border-radius: 200px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 60px; }
    #content.subpage .about_inner .img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
#content.subpage .blog_category {
  margin: 50px 0;
  justify-content: center;
  display: flex;
  align-items: center; }
  #content.subpage .blog_category .inner {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex; }
  #content.subpage .blog_category a {
    background: #dfdfdf;
    padding: 5px 22px;
    font-size: 18px;
    border-radius: 50px;
    margin: 0 7px;
    color: #1a3a64;
    transition: 0.4s ease; }
    #content.subpage .blog_category a:hover {
      color: #fff;
      background: #1a3a64; }
    #content.subpage .blog_category a.active {
      color: #fff;
      background: #1a3a64; }
#content.subpage .prev_next {
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 100%; }
  #content.subpage .prev_next .modoru {
    padding: 5px 20px;
    color: #fff;
    background: #1a3a64;
    transition: 0.4s ease; }
    #content.subpage .prev_next .modoru:hover {
      background: #009ac0; }
#content.subpage .blog_content {
  max-width: 100%;
  width: 600px;
  margin: 80px auto; }
  #content.subpage .blog_content p {
    font-size: 16px;
    color: #666; }
  #content.subpage .blog_content h2 {
    font-size: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333; }
  #content.subpage .blog_content .img {
    display: block;
    margin: 40px 0;
    width: 100%;
    background: #eee; }
    #content.subpage .blog_content .img img {
      display: block;
      width: 100%;
      height: auto; }
  #content.subpage .blog_content .meta {
    display: flex;
    align-items: center; }
    #content.subpage .blog_content .meta .date {
      font-size: 14px; }
    #content.subpage .blog_content .meta .cat {
      align-items: center;
      display: flex;
      margin-left: 24px; }
      #content.subpage .blog_content .meta .cat a {
        font-size: 14px;
        color: #fff;
        padding: 2px 10px;
        background: #1a3a64;
        border-radius: 20px; }

/*************************************
 *
 *footer
 *
 ************************************** */
#pagetop {
  width: 52px;
  height: 52px;
  background: #000;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  cursor: pointer;
  right: 0px; }
  #pagetop:before {
    content: "";
    font-size: 29px;
    position: absolute;
    top: 7px;
    left: 12px;
    font-family: material icons;
    color: #fff; }
  #pagetop i {
    font-size: 10px;
    position: absolute;
    bottom: 7px;
    left: 0;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff; }

footer {
  background: #e5e4db;
  padding-bottom: 50px; }
  footer .logo {
    display: block;
    width: 240px;
    margin: 50px auto 40px; }
  footer p.copy {
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #1a3a64; }
  footer .ib {
    padding: 100px 0 80px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #1a3a64; }
    footer .ib .box {
      width: 31%; }
      footer .ib .box img.card {
        display: block;
        width: 280px;
        max-width: 100%; }
      footer .ib .box h4 {
        font-size: 15px;
        color: #1a3a64;
        border-bottom: 1px solid #1a3a64;
        font-weight: normal;
        padding-bottom: 10px;
        margin-top: 0; }
      footer .ib .box p {
        font-size: 12px;
        line-height: 1.7;
        margin: 10px 0;
        color: #1a3a64;
        text-align: left; }
      footer .ib .box a.l {
        font-size: 13px;
        border: 1px solid #1a3a64;
        color: #1a3a64;
        padding: 9px;
        text-align: center;
        margin-bottom: 10px;
        display: block;
        width: 100%;
        transition: 0.4s ease; }
        footer .ib .box a.l:hover {
          color: #fff;
          background: #1a3a64; }
      footer .ib .box a:not(.l) {
        font-size: 12px;
        margin-right: 20px;
        display: inline-block;
        text-decoration: underline;
        color: #1a3a64; }

/*# sourceMappingURL=style.css.map */
