@charset "UTF-8";
/***************************************
 *
 *tominari CSS
 *
 *2025/07 
 *
 ****************************************** */
/*****************************
 *
 *settings
 *
 ***************************** */
.trans_txt_parent .inner {
  overflow: hidden; }
.trans_txt_parent s {
  display: inline-block;
  transform: translateY(100px); }

.fadein_object {
  opacity: 0; }
  .fadein_object.scroll_fade {
    transform: translateY(100px); }

/***********************
 *
 *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 Serif JP", "Noto Serif", "YuMincho", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN", serif;
  color: #000; }

body {
  overflow-x: hidden; }

ul {
  margin: 0;
  padding: 0; }

h2, h3, h4, h5 {
  font-weight: bold; }

p {
  line-height: 1.8;
  margin: 20px 0; }

.ib {
  width: 1200px;
  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
 *
 ************************************* */
body {
  position: relative; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 99;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff; }
  header h1 {
    width: 293px;
    margin: 0;
    margin-top: 5px; }
    header h1 a {
      width: 100%;
      display: block; }
      header h1 a img {
        display: block;
        width: 100%; }

.toggle_btn {
  background: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  z-index: 9999999;
  top: 36px;
  right: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex; }
  .toggle_btn img {
    width: 22px; }
    .toggle_btn img.close {
      display: none; }
  .toggle_btn.active img.close {
    display: block; }
  .toggle_btn.active img.open {
    display: none; }

.fixed_nav {
  position: fixed;
  height: 100%;
  z-index: 999999;
  width: 450px;
  transform: translateX(450px);
  top: 0;
  right: 0;
  background: #fff;
  transition: 0.4s ease;
  font-weight: 400;
  overflow-y: scroll; }
  .fixed_nav.active {
    transform: translateX(0px); }
  .fixed_nav .ib {
    padding: 60px;
    padding-top: 120px;
    height: max-content; }
    .fixed_nav .ib a {
      display: flex;
      align-items: center; }
    .fixed_nav .ib a.cart {
      font-size: 21px;
      padding-bottom: 40px; }
      .fixed_nav .ib a.cart img {
        width: 44px;
        margin-right: 8px; }
    .fixed_nav .ib nav {
      padding: 30px 0;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
      .fixed_nav .ib nav.s {
        padding: 15px 0; }
        .fixed_nav .ib nav.s a {
          font-size: 16px;
          padding: 5px 0; }
          .fixed_nav .ib nav.s a img {
            width: 11px;
            margin-right: 8px; }
      .fixed_nav .ib nav a {
        font-size: 21px;
        padding: 12px 0; }
    .fixed_nav .ib a.login {
      width: 100%;
      display: block;
      margin-top: 30px;
      display: flex;
      height: 50px;
      border: 1px solid #000;
      align-items: center;
      justify-content: center;
      font-size: 21px;
      font-weight: 600; }
      .fixed_nav .ib a.login img {
        width: 20px;
        margin-right: 10px; }

.bg_layer {
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.8s ease;
  z-index: -1;
  opacity: 0; }
  .bg_layer.active {
    opacity: 1;
    z-index: 999; }

#fv_area {
  background: linear-gradient(#fff, #efefef);
  height: auto;
  position: relative; }
  #fv_area #fv {
    height: 100vh;
    width: 100%;
    position: relative; }
    #fv_area #fv .ib {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      height: 100%; }
      #fv_area #fv .ib h1.logo {
        margin: 0;
        width: 480px;
        max-width: 100%; }
        #fv_area #fv .ib h1.logo img {
          display: block;
          width: 100%; }
  #fv_area #fv_under {
    height: auto; }
    #fv_area #fv_under .ib {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      height: 100%;
      padding: 50px 15px; }
      #fv_area #fv_under .ib p {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0.1rem; }
        #fv_area #fv_under .ib p span {
          display: block; }
        #fv_area #fv_under .ib p.large {
          font-size: 60px;
          margin: 40px 0;
          width: 100%;
          text-align: center; }

#introduction {
  height: 1815px;
  background: url(../img/bg.jpg) 50% 50%;
  background-size: cover; }
  #introduction .ib {
    width: 640px;
    max-width: 100%;
    padding: 300px 0; }
    #introduction .ib .inner {
      background: rgba(255, 255, 255, 0.7);
      padding: 70px;
      margin-top: 100px; }
      #introduction .ib .inner p {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.8; }
    #introduction .ib h2 {
      font-size: 24px;
      font-weight: bold;
      color: #fff;
      font-weight: 600;
      margin: 0;
      display: table;
      margin: 0 auto;
      line-height: 2;
      letter-spacing: 0.1rem; }

#content.subpage {
  margin-top: 120px; }
  #content.subpage h2 {
    font-size: 32px;
    color: #000;
    margin: 40px 0;
    margin-top: 80px; }
#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 p.fz20 {
    font-size: 20px; }
#content a.link {
  margin: 50px 0;
  align-items: center;
  display: flex;
  transition: 0.4s ease;
  position: relative;
  width: max-content;
  font-size: 18px; }
  #content a.link.fdrr {
    padding-left: 40px; }
    #content a.link.fdrr:after {
      position: absolute;
      left: 0;
      top: calc(50% - 16px);
      margin-left: 0; }
    #content a.link.fdrr:before {
      right: auto;
      left: 14px; }
  #content a.link.flr {
    margin: 40px 0;
    justify-content: flex-end;
    width: 100%; }
  #content a.link:after {
    background: #000;
    content: "";
    width: 32px;
    margin-left: 10px;
    border-radius: 50%;
    height: 32px;
    display: block;
    position: relative; }
  #content a.link:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: calc(50% - 3px);
    right: 13px; }
#content h2 {
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.05rem; }
  #content h2 span {
    display: block;
    color: red;
    font-size: 16px; }
#content h3 {
  font-size: 20px; }
#content .info_list {
  margin: 60px 0; }
  #content .info_list.subpage {
    margin: 40px 0; }
    #content .info_list.subpage .info_row {
      background: #f6f5f4; }
  #content .info_list .info_row {
    display: block;
    padding: 24px;
    display: flex;
    height: 82px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    align-items: center;
    transition: 0.4s ease;
    position: relative; }
    #content .info_list .info_row:hover {
      background: #ddd; }
    #content .info_list .info_row:after {
      content: "";
      position: absolute;
      right: 15px;
      font-family: "material icons";
      position: absolute;
      top: calc(50px - 19px);
      font-size: 18px; }
    #content .info_list .info_row span {
      font-weight: bold;
      font-size: 16px;
      width: 150px;
      transition: 0.4s ease; }
    #content .info_list .info_row p {
      transition: 0.4s ease;
      margin: 0;
      font-size: 16px;
      color: #000; }
#content .top_info {
  background: #f6f5f4; }
  #content .top_info .ib {
    padding: 100px 50px; }
#content .c_both {
  clear: both; }
#content #top_recommend {
  position: relative; }
  #content #top_recommend:after {
    content: "";
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #f6f5f4;
    height: 500px;
    top: 0;
    left: 0; }
  #content #top_recommend .ib {
    z-index: 2;
    padding: 50px 0; }
    #content #top_recommend .ib h2 {
      margin-top: 0; }
  #content #top_recommend h3 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -20px; }
    #content #top_recommend h3 em {
      margin-top: -15px; }
    #content #top_recommend h3 .right {
      font-size: 36px;
      font-weight: 600;
      writing-mode: vertical-rl;
      padding-left: 5px; }
    #content #top_recommend h3 .left {
      font-size: 16px;
      font-weight: 600;
      writing-mode: vertical-rl; }
#content .top_products {
  padding-top: 150px;
  background: url(../img/bg2.png) 50% 0 no-repeat;
  background-size: 100% auto;
  margin-top: -50px;
  position: relative;
  z-index: 2; }
#content #for_restaurant {
  position: relative;
  margin-bottom: 80px; }
  #content #for_restaurant .ib {
    border: 4px solid #2c2c2c;
    padding: 20px 50px;
    background: #fff; }
    #content #for_restaurant .ib .inner {
      display: none;
      border-top: 1px solid #2c2c2c;
      margin-top: 30px; }
    #content #for_restaurant .ib .open {
      position: absolute;
      z-index: 2;
      right: 20px;
      top: 27px;
      font-size: 18px;
      display: flex;
      align-items: center;
      cursor: pointer; }
      #content #for_restaurant .ib .open.close span:before {
        content: "";
        font-family: "material icons"; }
      #content #for_restaurant .ib .open span {
        width: 32px;
        height: 32px;
        border: 1px solid #222;
        border-radius: 50%;
        margin-left: 10px;
        display: flex;
        align-items: center;
        justify-content: center; }
        #content #for_restaurant .ib .open span:before {
          content: "";
          font-family: "material icons";
          font-size: 24px; }
    #content #for_restaurant .ib p {
      width: 540px;
      margin: 20px auto;
      max-width: 100%;
      font-size: 18px; }
      #content #for_restaurant .ib p.center {
        text-align: center;
        margin-bottom: 30px; }
  #content #for_restaurant h3 {
    font-size: 33px;
    font-weight: normal;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0; }
  #content #for_restaurant .fs_list {
    display: flex;
    margin: 50px 0;
    flex-wrap: wrap; }
    #content #for_restaurant .fs_list .box {
      width: 320px;
      margin-right: 65px; }
      #content #for_restaurant .fs_list .box:nth-of-type(3n) {
        margin-right: 0; }
      #content #for_restaurant .fs_list .box .img {
        width: 100%;
        overflow: hidden;
        height: auto;
        aspect-ratio: 1/1; }
        #content #for_restaurant .fs_list .box .img img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      #content #for_restaurant .fs_list .box h4 {
        font-size: 21px;
        margin: 20px 0 15px; }
      #content #for_restaurant .fs_list .box p {
        margin-top: 15px;
        font-size: 18px;
        margin-bottom: 0; }
#content .top_category_list .ib {
  padding: 100px 50px 100px;
  border-top: 1px solid #1a3a64; }
#content .product_list {
  display: flex;
  flex-wrap: wrap; }
  #content .product_list.subpage {
    margin-bottom: 120px; }
    #content .product_list.subpage .pr_box {
      margin-bottom: 60px;
      margin-right: 60px; }
  #content .product_list .pr_box {
    width: 346px;
    margin-right: 70px;
    transition: 0.4s ease;
    margin-bottom: 40px; }
    #content .product_list .pr_box:hover {
      transform: translateY(-10px); }
    #content .product_list .pr_box:nth-of-type(3n) {
      margin-right: 0; }
    #content .product_list .pr_box .img {
      width: 100%;
      background: #fff;
      padding: 8px;
      display: flex; }
      #content .product_list .pr_box .img img {
        width: 100%;
        height: auto; }
    #content .product_list .pr_box p {
      font-size: 21px;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 1.5; }
      #content .product_list .pr_box p.s {
        font-size: 16px; }
      #content .product_list .pr_box p + p {
        margin-top: 10px; }
      #content .product_list .pr_box p em {
        display: inline-block;
        font-size: 18px; }
    #content .product_list .pr_box form {
      padding-top: 0;
      border: none;
      margin-top: 20px; }
      #content .product_list .pr_box form button {
        width: 140px;
        height: 42px;
        font-size: 16px;
        margin: 20px 0 0;
        font-family: serif; }
#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;
    font-size: 18px; }
  #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.single_products .ib {
  width: 1100px; }
#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: 50px 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: 49%;
    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: #000;
      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 #000;
      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: #000;
        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: #000;
        font-size: 16px;
        line-height: 1.8; }
#content.subpage .line {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #000;
  display: block; }
#content.subpage form {
  padding-top: 40px;
  border-top: 1px solid #000;
  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: #000;
      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 select,
  #content.subpage form textarea {
    background: #fff;
    border: 1px solid #000;
    padding: 16px;
    font-size: 18px;
    margin-bottom: 32px;
    width: 100%;
    font-family: "Yu mincho", serif; }
    #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 select::placeholder,
    #content.subpage form textarea::placeholder {
      color: #c8c8c8; }
    #content.subpage form input[type="text"] option,
    #content.subpage form input[type="email"] option,
    #content.subpage form input[type="tel"] option,
    #content.subpage form input[type="password"] option,
    #content.subpage form input[type="search"] option,
    #content.subpage form select option,
    #content.subpage form textarea option {
      font-family: "Yu mincho", serif; }
  #content.subpage form textarea {
    background: #fff;
    display: block;
    width: 100%;
    min-height: 346px;
    border: 1px solid #000; }
  #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: #000;
  transition: 0.4s ease;
  font-family: "Yu mincho", serif; }
  #content.subpage button:hover, #content.subpage a.button:hover {
    background: #1a3a64; }
#content.subpage *::placeholder {
  font-family: "Yu mincho", serif; }
#content.subpage a.button {
  font-size: 16px;
  font-weight: normal;
  padding: 18px;
  margin: 38.5px auto; }
#content.subpage .faq_inner {
  width: 1100px;
  margin: 70px auto;
  max-width: 100%; }
  #content.subpage .faq_inner h3 {
    font-size: 18px; }
#content.subpage .faq_list {
  width: 100%;
  max-width: 100%;
  margin-bottom: 80px; }
  #content.subpage .faq_list .faq_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 .faq_row.active {
      border: 2px solid #000; }
      #content.subpage .faq_list .faq_row.active div.q:after {
        content: ""; }
    #content.subpage .faq_list .faq_row div {
      position: relative; }
      #content.subpage .faq_list .faq_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 .faq_row div p {
        font-size: 16px;
        color: #3f3f3f;
        margin: 0; }
      #content.subpage .faq_list .faq_row div.a {
        display: none;
        margin-top: 20px;
        background: #eff7f8;
        padding: 20px;
        border-radius: 8px; }
        #content.subpage .faq_list .faq_row div.a p {
          color: #1a3a64; }
        #content.subpage .faq_list .faq_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 table.product_info {
  border: 1px solid #aaa;
  margin-top: 70px; }
  #content.subpage table.product_info tr th {
    width: 20%;
    padding: 13px;
    font-size: 16px;
    background: #f1f1f1;
    border: 1px solid #aaa; }
  #content.subpage table.product_info tr td {
    width: 80%;
    padding: 13px 30px;
    font-size: 16px;
    border: 1px solid #aaa; }
#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: 46%; }
  #content.subpage .product_detail .l {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap; }
    #content.subpage .product_detail .l .thumb {
      width: 100%;
      display: flex;
      height: 105px;
      margin-bottom: 30px;
      flex-wrap: wrap; }
      #content.subpage .product_detail .l .thumb .img {
        display: flex;
        width: 18%;
        aspect-ratio: 1/1;
        background: #ffb900;
        margin-bottom: 10px;
        margin-right: 10px; }
        #content.subpage .product_detail .l .thumb .img img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          opacity: 0.6;
          margin-bottom: 0; }
        #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: 100%; }
      #content.subpage .product_detail .l .slider .swiper-slide {
        height: auto;
        aspect-ratio: 1/1; }
        #content.subpage .product_detail .l .slider .swiper-slide img {
          display: block;
          height: 100%;
          width: auto;
          margin: 0 auto; }
      #content.subpage .product_detail .l .slider .swiper-button-next, #content.subpage .product_detail .l .slider .swiper-button-prev {
        width: 30px;
        height: 30px;
        background: #3f3f3f;
        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: #fff; }
        #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 .product_number {
    font-size: 14px;
    color: #666; }
  #content.subpage .product_detail .r h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 15px 0; }
  #content.subpage .product_detail .r p {
    font-size: 16px; }
  #content.subpage .product_detail .r .pd_row {
    margin: 10px 0 30px;
    justify-content: space-between;
    display: flex;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 0; }
    #content.subpage .product_detail .r .pd_row p {
      font-size: 28px;
      font-weight: 400;
      align-items: center;
      display: flex;
      margin: 0; }
      #content.subpage .product_detail .r .pd_row p span {
        margin-left: 8px;
        font-size: 12px;
        padding-top: 6px; }
  #content.subpage .product_detail .r form {
    margin-top: 0;
    padding-top: 0;
    align-items: center;
    display: flex;
    margin-top: 30px;
    border-top: none;
    flex-wrap: wrap;
    border-top: 1px solid #aaa;
    padding-top: 30px; }
    #content.subpage .product_detail .r form select {
      margin-bottom: 0px; }
    #content.subpage .product_detail .r form span {
      font-size: 13px;
      padding-right: 8px;
      margin-right: 12px; }
    #content.subpage .product_detail .r form p {
      font-size: 14px;
      color: #2210cc; }
    #content.subpage .product_detail .r form .amount {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #content.subpage .product_detail .r form .amount em span {
        font-size: 18px; }
    #content.subpage .product_detail .r form input[type='number'] {
      font-size: 16px;
      color: #1a3a64;
      width: 140px;
      margin-right: 12px;
      border: none;
      height: 57px;
      border: 1px solid #000;
      border-radius: 4px;
      text-align: right;
      padding: 10px; }
      #content.subpage .product_detail .r form input[type='number']::-webkit-inner-spin-button {
        opacity: 1; }
    #content.subpage .product_detail .r form button {
      width: 292px;
      padding: 13px;
      margin: 0;
      height: 57px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 600; }
  #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: #f0f4f4;
  display: flex;
  margin-top: 30px;
  align-items: center; }
  #content.subpage .tel_box2 a {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    margin-right: 30px; }
  #content.subpage .tel_box2 p {
    margin: 0;
    font-size: 14px;
    color: #000; }
#content.subpage .flow_list {
  margin-bottom: 60px; }
  #content.subpage .flow_list .fl_row {
    align-items: center;
    display: flex;
    margin-bottom: 22px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start; }
    #content.subpage .flow_list .fl_row .l {
      width: 246px; }
    #content.subpage .flow_list .fl_row span {
      border: 1px solid #000;
      width: 100%;
      padding: 24px 35px;
      font-size: 18px;
      font-weight: bold;
      color: #000;
      align-items: center;
      display: flex; }
      #content.subpage .flow_list .fl_row span.center {
        justify-content: center; }
    #content.subpage .flow_list .fl_row .r {
      width: calc(100% - 276px);
      padding-top: 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      #content.subpage .flow_list .fl_row .r.pdn {
        padding: 0; }
      #content.subpage .flow_list .fl_row .r.pdt2 {
        padding-top: 35px; }
      #content.subpage .flow_list .fl_row .r p {
        margin: 0;
        font-size: 16px;
        color: #000;
        width: 100%; }
        #content.subpage .flow_list .fl_row .r p.s {
          font-size: 14px;
          color: #666;
          margin: 24px 0; }
#content.subpage .subpage_inner {
  width: 1100px;
  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 #000;
    padding-bottom: 40px; }
    #content.subpage .subpage_inner .content_row.bdb {
      border-bottom: 1px solid #000; }
    #content.subpage .subpage_inner .content_row p {
      margin-bottom: 0; }
    #content.subpage .subpage_inner .content_row h3 {
      color: #000;
      margin-top: 0; }
  #content.subpage .subpage_inner .guide_container h3 {
    font-size: 21px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin: 30px 0;
    color: #000;
    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 .acrow {
    align-items: center;
    display: flex;
    margin-bottom: 24px; }
    #content.subpage .access .acrow:nth-of-type(n+2) {
      flex-wrap: wrap; }
      #content.subpage .access .acrow:nth-of-type(n+2) span {
        background: #333;
        color: #fff;
        margin-bottom: 16px; }
      #content.subpage .access .acrow:nth-of-type(n+2) p {
        width: 100%;
        padding-left: 16px; }
    #content.subpage .access .acrow span {
      padding: 6px 22px;
      color: #333;
      border: 1px solid #333;
      border-radius: 50px; }
    #content.subpage .access .acrow p {
      margin: 0;
      font-size: 16px;
      margin-left: 20px; }
#content.subpage .about_inner {
  width: 534px;
  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: 180px;
      margin-top: 280px;
      position: relative; }
      #content.subpage .about_inner.p2 .chef_section:after {
        content: "";
        width: 100vw;
        position: absolute;
        z-index: 1;
        top: 0;
        left: calc(0px - calc(50vw - 50%));
        background: #f5f5f5;
        display: block;
        height: 100%; }
      #content.subpage .about_inner.p2 .chef_section * {
        position: relative;
        z-index: 3; }
      #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: 40px;
        margin-top: 10px; }
      #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; }

.foot_nav {
  background: #f0f4f4;
  position: relative; }
  .foot_nav:after {
    content: "";
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: calc(50% - 600px);
    width: 1200px;
    display: block; }
  .foot_nav .ib {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    padding: 80px 0; }
    .foot_nav .ib .fn_box {
      width: 360px; }
      .foot_nav .ib .fn_box .fn_head {
        min-height: 120px;
        padding-bottom: 28px; }
      .foot_nav .ib .fn_box a:not(.fn_link) {
        display: inline-block;
        font-size: 14px;
        margin-right: 15px;
        text-decoration: underline; }
      .foot_nav .ib .fn_box .fn_link {
        margin-bottom: 15px;
        height: 50px;
        font-size: 18px;
        display: block;
        position: relative;
        font-weight: 600;
        z-index: 2; }
        .foot_nav .ib .fn_box .fn_link span {
          background: #fff;
          border: 1px solid #aaa;
          height: 44px;
          position: absolute;
          top: 0;
          left: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 3;
          width: 100%; }
        .foot_nav .ib .fn_box .fn_link:after {
          width: 100%;
          z-index: 1;
          position: absolute;
          border: 1px solid #aaa;
          top: 5px;
          left: 5px;
          content: "";
          height: 44px; }
      .foot_nav .ib .fn_box h4 {
        font-size: 16px;
        padding-bottom: 3px;
        font-weight: 600;
        border-bottom: 1px solid #aaa;
        margin-bottom: 10px; }
        .foot_nav .ib .fn_box h4 + p {
          margin-top: 10px; }
      .foot_nav .ib .fn_box p {
        font-size: 15px; }

footer {
  background: #f0f4f4; }
  footer .logo {
    display: block;
    width: 240px;
    margin: 50px auto 40px; }
  footer p.copy {
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #000;
    height: 100px;
    background: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  footer .ib {
    padding: 60px 0 80px; }
    footer .ib .foot_tel {
      margin: 40px auto;
      max-width: 100%;
      width: 574px;
      display: flex;
      justify-content: space-between; }
      footer .ib .foot_tel .ft_box {
        width: 49%;
        padding: 20px 30px;
        font-size: 16px;
        font-weight: 600;
        background: #fff;
        position: relative; }
        footer .ib .foot_tel .ft_box span {
          font-size: 18px;
          display: block; }
        footer .ib .foot_tel .ft_box em {
          display: block;
          font-size: 15px; }
        footer .ib .foot_tel .ft_box a {
          display: block;
          text-align: center;
          font-size: 13px;
          margin-top: 16px;
          color: #1a3a64;
          text-decoration: underline; }
      footer .ib .foot_tel a.ft_box {
        padding-left: 90px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        align-content: center; }
        footer .ib .foot_tel a.ft_box img {
          position: absolute;
          width: 30px;
          left: 50px;
          top: 50px; }
    footer .ib .foot_logo {
      display: block;
      width: 174px;
      margin: 30px auto 70px; }
    footer .ib h4 {
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      margin: 30px 0; }

/*# sourceMappingURL=style.css.map */
