@charset "UTF-8";
/*
   
   INDEX
   ----- 01. RESET リセット
   ----- 02. MODULE モジュール
   ----- 03. GLOBAL 全体共通
   ----- 04. TOP トップページ
   ----- 05. 下層共通
   
   */
/* ------------------------------------------------------------
   01. RESET リセット
   ------------------------------------------------------------ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  line-height: 1;
  vertical-align: bottom; }

body {
  line-height: 1; }

article,
aside,
dialog,
figure,
footer,
header,
nav,
section {
  display: block; }

ul,
ol,
dl {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  outline: none; }

img {
  vertical-align: bottom; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

/* ------------------------------------------------------------
   02. MODULE モジュール
   ------------------------------------------------------------ */
/* ------------------------------------------------------------
   03. GLOBAL 全体共通
   ------------------------------------------------------------ */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  src: url(font/NotoSansJP-Regular.ttf) format("truetype"), url(font/NotoSansJP-Regular.woff) format("woff"); }
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  src: url(font/NotoSansJP-Bold.ttf) format("truetype"), url(font/NotoSansJP-Bold.woff) format("woff"); }
@font-face {
  font-family: 'Sofia Sans Condensed';
  font-weight: 700;
  src: url(font/SofiaSansCondensed-Black.ttf) format("truetype"), url(font/SofiaSansCondensed-Black.woff) format("woff"); }
@media screen and (min-width: 769px) {
  * {
    color: #333333; }

  .sp {
    display: none; }

  body {
    font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    min-width: 1000px; }

  #header .pc {
    z-index: 4;
    position: fixed;
    width: 100%;
    background: #fff;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  #header h1 {
    width: 180px;
    margin: 0 0 0 30px; }
  #header nav ul {
    display: flex; }
    #header nav ul li {
      font-size: 11px; }
      #header nav ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 86px;
        height: 80px;
        color: #3e3e3e;
        background-repeat: no-repeat;
        background-position: top 20px center;
        transition: .2s all ease; }
        #header nav ul li a span {
          padding: 30px 0 0 0; }
        #header nav ul li a:hover {
          opacity: 0.6; }
      #header nav ul li.gn01 a {
        background-image: url(img/icon_gnav_01.png);
        background-size: 20px 20px; }
      #header nav ul li.gn02 a {
        background-image: url(img/icon_gnav_02.png);
        background-size: 20px 20px; }
      #header nav ul li.gn03 a {
        background-image: url(img/icon_gnav_03.png);
        background-size: 22.5px 20px; }
      #header nav ul li.gn04 a {
        background-image: url(img/icon_gnav_04.png);
        background-size: 25px 20px; }
      #header nav ul li.gn05 a {
        background-image: url(img/icon_gnav_05.png);
        background-size: 22.5px 20px; }
      #header nav ul li.gn06 a {
        background-image: url(img/icon_gnav_06.png);
        background-size: 26.5px 20px; }
      #header nav ul li.gn07 a {
        background-image: url(img/icon_gnav_07.png);
        background-size: 20px 20px; }
  #header .ptop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 80px;
    z-index: 4; }

  #content {
    padding: 80px 0 0 0; }

  #footer {
    margin: 200px 0 0 0;
    background: #004F8E;
    color: #fff; }
    #footer a {
      color: #fff; }
    #footer h2 {
      width: 200px;
      margin: auto;
      padding: 50px 0; }
    #footer .line {
      width: 500px;
      margin: 0 auto 30px; }
      #footer .line a {
        transition: .4s all ease; }
        #footer .line a:hover {
          opacity: .8; }
    #footer .set01 {
      width: 500px;
      margin: 0 auto 50px;
      display: flex;
      justify-content: space-between; }
      #footer .set01 li {
        width: 240px;
        transition: .4s all ease; }
        #footer .set01 li:hover {
          opacity: .8; }
    #footer .set02 {
      width: 340px;
      margin: 0 auto 20px;
      display: flex;
      justify-content: space-between; }
      #footer .set02 li {
        font-size: 14px; }
    #footer .set03 {
      width: 350px;
      margin: auto;
      display: flex;
      justify-content: space-between; }
      #footer .set03 li {
        font-size: 14px; }
        #footer .set03 li a {
          padding: 0 15px 0 0;
          background-image: url(img/icon_link_direct.png);
          background-repeat: no-repeat;
          background-position: right center;
          background-size: 10px; }
    #footer .copyright {
      font-size: 12px;
      text-align: center;
      padding: 50px 0 80px 0;
      color: #fff; } }
@media screen and (max-width: 768px) {
  * {
    font-size: 3vw;
    color: #333333; }

  .pc {
    display: none; }

  body {
    font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif; }

  #header .sp {
    z-index: 10; }
  #header h1 {
    width: 36vw;
    padding: 5.3vw; }
  #header nav.main {
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 2; }
    #header nav.main ul {
      display: flex;
      justify-content: space-between; }
      #header nav.main ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20vw;
        height: 22vw;
        color: #3e3e3e;
        background-repeat: no-repeat;
        background-position: top 5vw center; }
        #header nav.main ul li a span {
          padding: 9vw 0 0 0;
          font-size: 2.5vw; }
      #header nav.main ul li.gn01 a {
        background-image: url(img/icon_gnav_01.png);
        background-size: 6.4vw; }
      #header nav.main ul li.gn02 a {
        background-image: url(img/icon_gnav_02.png);
        background-size: 6.4vw; }
      #header nav.main ul li.gn03 a {
        background-image: url(img/icon_gnav_03.png);
        background-size: 6.4vw; }
      #header nav.main ul li.gn04 a {
        background-image: url(img/icon_gnav_04.png);
        background-size: 6.4vw; }
      #header nav.main ul li.gn05 a {
        background-image: url(img/icon_gnav_05.png);
        background-size: 6.4vw; }
      #header nav.main ul li.gn06 a {
        background-image: url(img/icon_gnav_06.png);
        background-size: 6.4vw; }
      #header nav.main ul li.gn07 a {
        background-image: url(img/icon_gnav_07.png);
        background-size: 6.4vw; }
      #header nav.main ul li.gn08 a {
        background-image: url(img/icon_gnav_08.png);
        background-position: top 7vw center;
        background-size: 6.4vw; }
      #header nav.main ul li.gn09 a {
        background-image: url(img/icon_gnav_09.png);
        background-size: 6.4vw; }
  #header nav.sub {
    display: none;
    width: 100vw;
    background: #eee;
    position: fixed;
    z-index: 3;
    bottom: 22vw;
    left: 0;
    box-sizing: border-box;
    padding: 0 5vw 6vw;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.16); }
    #header nav.sub .logo {
      width: 36vw;
      margin: auto;
      padding: 8vw 0; }
    #header nav.sub section h2 {
      margin: 0 0 4vw 0; }
      #header nav.sub section h2 a {
        font-size: 4.8vw;
        font-weight: bold; }
    #header nav.sub section ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      border-top: 1px solid #ccc;
      margin: 0 0 5vw 0; }
      #header nav.sub section ul li {
        width: 50%;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
        font-size: 3.7vw; }
        #header nav.sub section ul li:nth-child(even) {
          border-left: 1px solid #ccc; }
        #header nav.sub section ul li a {
          font-size: 3.7vw;
          display: block;
          padding: 5vw 0;
          text-align: center; }
    #header nav.sub section .btn {
      margin: 2.5vw 0; }
  #header .ptop {
    position: fixed;
    right: 3vw;
    bottom: 26vw;
    width: 16vw;
    z-index: 4; }

  #footer {
    margin: 26vw 0 0 0;
    background: #004F8E;
    color: #fff; }
    #footer a {
      color: #fff; }
    #footer h2 {
      width: 36vw;
      margin: auto;
      padding: 13vw 0 8vw; }
    #footer .line {
      width: 90vw;
      margin: 0 auto 5vw; }
    #footer .set01 {
      width: 90vw;
      margin: 0 auto 7vw; }
      #footer .set01 li {
        margin: 0 0 3vw 0; }
    #footer .set02 {
      width: 90vw;
      margin: 0 auto 6vw;
      display: flex;
      justify-content: space-between; }
      #footer .set02 li {
        font-size: 3.2vw;
        width: 50%; }
    #footer .set03 {
      width: 90vw;
      margin: auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #footer .set03 li {
        font-size: 3.2vw;
        margin: 0 0 6vw 0;
        width: 50%; }
        #footer .set03 li a {
          padding: 0 4vw 0 0;
          background-image: url(img/icon_link_direct.png);
          background-repeat: no-repeat;
          background-position: right center;
          background-size: 2.5vw; }
    #footer .copyright {
      font-size: 3.2vw;
      text-align: center;
      padding: 8vw 0 28vw 0;
      color: #fff; } }
/* ------------------------------------------------------------
   04. TOP トップページ
   ------------------------------------------------------------ */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  src: url(font/NotoSansJP-Regular.ttf) format("truetype"), url(font/NotoSansJP-Regular.woff) format("woff"); }
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  src: url(font/NotoSansJP-Bold.ttf) format("truetype"), url(font/NotoSansJP-Bold.woff) format("woff"); }
@font-face {
  font-family: 'Sofia Sans Condensed';
  font-weight: 700;
  src: url(font/SofiaSansCondensed-Black.ttf) format("truetype"), url(font/SofiaSansCondensed-Black.woff) format("woff"); }
@media screen and (min-width: 751px) {
  #top #content .inner {
    width: 1000px;
    margin: auto; }
  #top #content h2.ttl01 {
    margin: 0 0 60px 0;
    font-size: 32px;
    font-weight: bold;
    text-align: center; }
    #top #content h2.ttl01 .en {
      display: block;
      font-family: Sofia Sans Condensed;
      font-size: 20px;
      font-weight: bold;
      color: #004F8E;
      margin: 0 0 15px 0; }
  #top #content .btn01 {
    text-align: center;
    display: flex;
    justify-content: center; }
    #top #content .btn01 a {
      display: block;
      width: 340px;
      padding: 25px 0;
      color: #fff;
      background: #004F8E;
      border-radius: 40px;
      font-size: 18px;
      font-weight: bold;
      background-image: url(img/icon_arrow_right_w.png);
      background-position: right 30px center;
      background-repeat: no-repeat;
      background-size: 10px;
      transition: .4s all ease; }
      #top #content .btn01 a:hover {
        opacity: .8; }
  #top #content .kv {
    position: relative; }
    #top #content .kv .cc {
      z-index: 3;
      position: absolute;
      top: 5vw;
      left: calc((100vw - 1000px) / 2 + 100px); }
      #top #content .kv .cc span {
        font-size: 30px;
        font-weight: bold;
        line-height: 2;
        background: #fff;
        color: #004F8E;
        display: inline-block;
        padding: 0 10px;
        margin: 5px 0; }
    #top #content .kv .illust01 {
      z-index: 2;
      width: 322px;
      position: absolute;
      left: calc((100vw - 1000px) / 2);
      bottom: 0; }
    #top #content .kv .illust02 {
      z-index: 2;
      width: 274px;
      position: absolute;
      right: calc((100vw - 1000px) / 2);
      bottom: 0; }
    #top #content .kv .illust03 {
      z-index: 2;
      width: 30px;
      position: absolute;
      left: calc((100vw - 1000px) / 2);
      bottom: 244px; }
    #top #content .kv .illust04 {
      z-index: 2;
      width: 30px;
      position: absolute;
      left: calc((100vw - 1000px) / 2 + 60px);
      bottom: 190px; }
    #top #content .kv .illust05 {
      z-index: 2;
      width: 30px;
      position: absolute;
      left: calc((100vw - 1000px) / 2 + 20px);
      bottom: 140px; }
    #top #content .kv .illust06 {
      z-index: 2;
      width: 30px;
      position: absolute;
      right: calc((100vw - 1000px) / 2 + 15px);
      bottom: 290px; }
    #top #content .kv .illust07 {
      z-index: 2;
      width: 30px;
      position: absolute;
      right: calc((100vw - 1000px) / 2 + 120px);
      bottom: 260px; }
    #top #content .kv .illust08 {
      z-index: 2;
      width: 30px;
      position: absolute;
      right: calc((100vw - 1000px) / 2 + 60px);
      bottom: 220px; }
    #top #content .kv .illust09 {
      z-index: 2;
      width: 30px;
      position: absolute;
      right: calc((100vw - 1000px) / 2 + 180px);
      bottom: 160px; }
    #top #content .kv .illust10 {
      z-index: 2;
      width: 30px;
      position: absolute;
      right: calc((100vw - 1000px) / 2 + 10px);
      bottom: 160px; }
    #top #content .kv .bg_front {
      z-index: 1;
      position: absolute;
      bottom: 0; }
  #top #content .alert {
    margin: 20px 0 20px 0; }
    #top #content .alert .inner #slider00 {
      position: relative; }
      #top #content .alert .inner #slider00 .arrow {
        position: absolute;
        bottom: -37px;
        width: 24px;
        cursor: pointer; }
      #top #content .alert .inner #slider00 .arrow_l {
        left: calc(100%/2 + -100px); }
      #top #content .alert .inner #slider00 .arrow_r {
        right: calc(100%/2 + -100px); }
      #top #content .alert .inner #slider00 .slick-slide {
        margin: 0 5px;
        width: 1000px;
        transition: .3s all ease; }
        #top #content .alert .inner #slider00 .slick-slide:hover {
          opacity: .8; }
      #top #content .alert .inner #slider00 .slick-dots {
        bottom: -35px; }
      #top #content .alert .inner #slider00 > ul {
        margin-bottom: 50px; }
        #top #content .alert .inner #slider00 > ul li.slick-slide {
          width: 1000px; }
          #top #content .alert .inner #slider00 > ul li.slick-slide a {
            display: flex;
            align-items: center;
            height: 48px;
            padding: 0 0 0 50px;
            background: #D31F5F;
            color: #fff;
            border-radius: 50px;
            background-image: url(img/icon_alert.png);
            background-position: left 15px center;
            background-repeat: no-repeat;
            background-size: 28px; }
            #top #content .alert .inner #slider00 > ul li.slick-slide a time {
              font-size: 16px;
              color: #fff;
              margin: 0 10px 0 0; }
            #top #content .alert .inner #slider00 > ul li.slick-slide a p {
              font-size: 16px;
              color: #fff; }
  #top #content .top_bnr {
    margin: 0 0 100px 0; }
    #top #content .top_bnr div#slider01 {
      position: relative; }
      #top #content .top_bnr div#slider01 .arrow {
        position: absolute;
        bottom: -37px;
        width: 24px;
        cursor: pointer; }
      #top #content .top_bnr div#slider01 .arrow_l {
        left: calc(100%/2 + -100px); }
      #top #content .top_bnr div#slider01 .arrow_r {
        right: calc(100%/2 + -100px); }
      #top #content .top_bnr div#slider01 .slick-slide {
        margin: 0 5px;
        width: 400px;
        transition: .3s all ease; }
        #top #content .top_bnr div#slider01 .slick-slide:hover {
          opacity: .8; }
      #top #content .top_bnr div#slider01 .slick-dots {
        bottom: -35px; }
  #top #content section.otoku {
    margin: 0 0 100px 0; }
    #top #content section.otoku h2 {
      display: none; }
    #top #content section.otoku .bnr {
      margin: 0 0 40px 0; }
      #top #content section.otoku .bnr ul {
        width: 670px;
        margin: auto;
        display: flex;
        justify-content: space-between; }
        #top #content section.otoku .bnr ul li {
          width: 210px; }
          #top #content section.otoku .bnr ul li a {
            transition: .3s all ease; }
            #top #content section.otoku .bnr ul li a:hover {
              opacity: .8; }
    #top #content section.otoku > section .inner {
      background: #F4F4F4;
      border-radius: 40px;
      box-sizing: border-box;
      padding: 60px 100px 80px;
      position: relative; }
      #top #content section.otoku > section .inner h3 {
        padding: 0 0 20px 0;
        font-size: 24px;
        font-weight: bold;
        text-align: center; }
      #top #content section.otoku > section .inner .month {
        margin: 0 0 20px 0;
        font-size: 24px;
        font-weight: bold;
        text-align: center; }
        #top #content section.otoku > section .inner .month .num {
          font-size: 50px;
          font-weight: bold;
          vertical-align: baseline; }
        #top #content section.otoku > section .inner .month .en {
          padding: 10px 0 0 0;
          display: block;
          color: #004F8E;
          font-family: Sofia Sans Condensed;
          font-size: 24px;
          font-weight: bold; }
      #top #content section.otoku > section .inner .calender {
        overflow-x: scroll; }
        #top #content section.otoku > section .inner .calender > ul {
          display: flex;
          overflow: hidden;
          width: 1272px; }
          #top #content section.otoku > section .inner .calender > ul > li {
            background: #fff;
            width: 180px;
            margin: 0 1px;
            min-height: 288px; }
            #top #content section.otoku > section .inner .calender > ul > li.current {
              background: #D0E1EE; }
            #top #content section.otoku > section .inner .calender > ul > li .cal_date {
              padding: 10px 0;
              font-size: 24px;
              font-weight: bold;
              text-align: center;
              border-bottom: 1px dotted #ccc; }
            #top #content section.otoku > section .inner .calender > ul > li .cal_day {
              padding: 10px 0;
              font-size: 20px;
              font-weight: bold;
              border-bottom: 1px dotted #ccc;
              text-align: center; }
            #top #content section.otoku > section .inner .calender > ul > li .cal_content {
              padding: 20px;
              box-sizing: border-box; }
              #top #content section.otoku > section .inner .calender > ul > li .cal_content > ul li {
                margin: 0 0 10px 0; }
                #top #content section.otoku > section .inner .calender > ul > li .cal_content > ul li.txt {
                  border-radius: 10px;
                  flex-wrap: wrap;
                  display: flex;
                  justify-content: center;
                  align-content: center;
                  align-items: center;
                  height: 78px;
                  background: #F3981C;
                  color: #fff;
                  font-size: 16px;
                  text-align: center;
                  line-height: 1.5; }
                  #top #content section.otoku > section .inner .calender > ul > li .cal_content > ul li.txt span {
                    line-height: 1.5;
                    font-size: 16px;
                    display: block;
                    font-weight: bold;
                    color: #fff; }
      #top #content section.otoku > section .inner .notice {
        margin: 20px 0 0 0;
        font-size: 12px; }
        #top #content section.otoku > section .inner .notice a {
          color: #2CB2C2;
          display: inline-block;
          margin: 0 0 0 5px; }
      #top #content section.otoku > section .inner .illust11 {
        width: 120px;
        position: absolute;
        top: -30px;
        left: -30px; }
      #top #content section.otoku > section .inner .illust12 {
        width: 96px;
        position: absolute;
        right: 20px;
        bottom: -30px; }
  #top #content section.search {
    margin: 0 0 100px 0; }
    #top #content section.search .inner {
      background: #F4F4F4;
      border-radius: 40px;
      box-sizing: border-box;
      padding: 60px 60px 80px;
      background-image: url(img/top_bg_search.png);
      background-position: left bottom;
      background-repeat: no-repeat;
      background-size: 647px; }
      #top #content section.search .inner .area, #top #content section.search .inner .type {
        display: flex;
        justify-content: right;
        margin: 0 0 10px 0; }
        #top #content section.search .inner .area select, #top #content section.search .inner .type select {
          font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
          outline: none;
          -webkit-appearance: none;
          appearance: none;
          width: 350px;
          font-size: 15px;
          color: #3e3e3e;
          height: 70px;
          padding: 0 26px;
          border-radius: 40px 0 0 40px;
          border-color: #ccc;
          border-right: none;
          background-image: url(img/icon_select_arrow_down.png);
          background-position: right 20px center;
          background-repeat: no-repeat;
          background-size: 10px; }
        #top #content section.search .inner .area button, #top #content section.search .inner .type button {
          cursor: pointer;
          -webkit-appearance: none;
          appearance: none;
          border: none;
          background-color: #004F8E;
          width: 70px;
          height: 70px;
          border-radius: 0 40px 40px 0;
          background-image: url(img/icon_select_search.png);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 23px;
          overflow: hidden;
          text-indent: 150%;
          white-space: nowrap; }
      #top #content section.search .inner .direct {
        display: flex;
        justify-content: right;
        text-align: center;
        margin: 0 0 40px 0; }
        #top #content section.search .inner .direct a {
          display: block;
          width: 420px;
          padding: 25px 0;
          color: #004F8E;
          border: 1px solid #ccc;
          background: #fff;
          border-radius: 40px;
          font-size: 18px;
          font-weight: bold;
          background-image: url(img/icon_arrow_right.png);
          background-position: right 30px center;
          background-repeat: no-repeat;
          background-size: 10px; }
      #top #content section.search .inner section.store {
        margin: 0 0 0 460px;
        background: #fff;
        width: 420px;
        border-radius: 40px;
        padding: 70px 0 40px 0;
        box-sizing: border-box;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        position: relative; }
        #top #content section.search .inner section.store h3 {
          margin: 0 0 20px 0;
          font-size: 24px;
          font-weight: bold;
          color: #3d3d3d;
          text-align: center; }
        #top #content section.search .inner section.store p {
          margin: 0 0 40px 0;
          color: #3e3e3e;
          text-align: center;
          line-height: 1.8; }
        #top #content section.search .inner section.store .illust13 {
          width: 62px;
          position: absolute;
          top: 100px;
          right: 0; }
  #top #content section.pickup {
    background: #F4F4F4;
    margin: 0 0 100px 0;
    padding: 100px 0;
    position: relative; }
    #top #content section.pickup > div#slider02 {
      margin: 0 0 90px 0;
      position: relative; }
      #top #content section.pickup > div#slider02 .arrow {
        position: absolute;
        bottom: -37px;
        width: 24px;
        cursor: pointer; }
      #top #content section.pickup > div#slider02 .arrow_l {
        left: calc(100%/2 + -100px); }
      #top #content section.pickup > div#slider02 .arrow_r {
        right: calc(100%/2 + -100px); }
      #top #content section.pickup > div#slider02 .slick-slide {
        width: 293px;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 15px;
        margin: 0 20px 6px 20px;
        transition: .3s all ease; }
        #top #content section.pickup > div#slider02 .slick-slide:hover {
          opacity: .8; }
        #top #content section.pickup > div#slider02 .slick-slide a figure img {
          border-radius: 15px 15px 0 0; }
        #top #content section.pickup > div#slider02 .slick-slide a p {
          padding: 10px 20px 5px 20px;
          font-size: 16px;
          font-weight: bold;
          line-height: 2; }
        #top #content section.pickup > div#slider02 .slick-slide a .tag {
          padding: 0 20px 20px; }
          #top #content section.pickup > div#slider02 .slick-slide a .tag ul li {
            margin: 5px 0 0 0;
            font-size: 12px;
            display: inline-block;
            color: #fff;
            background: #004F8E;
            padding: 4px 7px;
            border-radius: 10px; }
      #top #content section.pickup > div#slider02 .slick-dots {
        bottom: -35px; }
    #top #content section.pickup .illust14 {
      position: absolute;
      width: 160px;
      right: calc((100vw - 1000px) / 2);
      bottom: -50px; }
  #top #content section.service {
    padding: 0 0 100px 0; }
    #top #content section.service ul {
      display: flex;
      justify-content: space-around;
      margin: 0 0 60px 0; }
      #top #content section.service ul li {
        width: 320px; }
        #top #content section.service ul li a {
          transition: .3s all ease; }
          #top #content section.service ul li a:hover {
            opacity: .8; }
  #top #content section.safe {
    padding: 0 0 100px 0; }
    #top #content section.safe .inner {
      position: relative; }
      #top #content section.safe .inner ul {
        display: flex;
        justify-content: space-around;
        margin: 0 0 60px 0; }
        #top #content section.safe .inner ul li {
          width: 480px; }
          #top #content section.safe .inner ul li a {
            transition: .3s all ease; }
            #top #content section.safe .inner ul li a:hover {
              opacity: .8; }
      #top #content section.safe .inner .illust22 {
        width: 110px;
        position: absolute;
        top: 247px;
        left: 20px; }
      #top #content section.safe .inner .illust23 {
        width: 45px;
        position: absolute;
        top: 274px;
        right: 430px; }
      #top #content section.safe .inner .illust24 {
        width: 44px;
        position: absolute;
        top: 284px;
        right: 350px; }
      #top #content section.safe .inner .illust25 {
        width: 52px;
        position: absolute;
        top: 284px;
        right: 262px; }
      #top #content section.safe .inner .illust26 {
        width: 63px;
        position: absolute;
        top: 292px;
        right: 167px; }
      #top #content section.safe .inner .illust27 {
        width: 74px;
        position: absolute;
        top: 258px;
        right: 77px; }
      #top #content section.safe .inner .illust28 {
        width: 44px;
        position: absolute;
        top: 274px;
        right: 14px; }
  #top #content section.information {
    padding: 0 0 100px 0; }
    #top #content section.information ul {
      border-bottom: 1px solid #ccc;
      margin: 0 0 60px 0; }
      #top #content section.information ul li {
        border-top: 1px solid #ccc; }
        #top #content section.information ul li a {
          display: block;
          padding: 30px 0;
          transition: .3s all ease; }
          #top #content section.information ul li a:hover {
            opacity: .8; }
          #top #content section.information ul li a p {
            font-size: 16px;
            font-weight: bold;
            margin: 0 0 15px 0; }
          #top #content section.information ul li a .data {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            #top #content section.information ul li a .data time {
              font-size: 14px;
              color: #3E3E3E; }
            #top #content section.information ul li a .data .category {
              font-size: 12px;
              color: #fff;
              background: #004F8E;
              padding: 5px 10px;
              border-radius: 20px; }
  #top #content section.recruit {
    padding: 100px 0;
    background: url(img/bg_recruit.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    #top #content section.recruit .ttl01 {
      color: #fff; }
      #top #content section.recruit .ttl01 .en {
        color: #fff; }
    #top #content section.recruit .btn01 a {
      display: block;
      padding: 25px 0;
      color: #004F8E;
      border: none;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 40px;
      font-size: 18px;
      font-weight: bold;
      background-image: url(img/icon_arrow_right.png);
      background-position: right 30px center;
      background-repeat: no-repeat;
      background-size: 10px;
      transition: .4s all ease; }
      #top #content section.recruit .btn01 a:hover {
        opacity: .8; }
  #top #footer {
    margin-top: 0; } }
@media screen and (max-width: 750px) {
  #top #header .sp {
    position: absolute;
    z-index: 10; }
  #top #content h2.ttl01 {
    margin: 0 0 8vw 0;
    font-size: 6.4vw;
    font-weight: bold;
    text-align: center; }
    #top #content h2.ttl01 .en {
      display: block;
      font-family: Sofia Sans Condensed;
      font-size: 4.2vw;
      font-weight: bold;
      color: #004F8E;
      margin: 0 0 3vw 0; }
  #top #content .btn01 {
    text-align: center;
    display: flex;
    justify-content: center; }
    #top #content .btn01 a {
      display: block;
      width: 78vw;
      padding: 4vw 0;
      color: #fff;
      background: #004F8E;
      border-radius: 100px;
      font-size: 4.2vw;
      line-height: 1.5;
      font-weight: bold;
      background-image: url(img/icon_arrow_right_w.png);
      background-position: right 5vw center;
      background-repeat: no-repeat;
      background-size: 1.5vw; }
  #top #content .kv {
    position: relative;
    z-index: 2; }
    #top #content .kv .cc {
      z-index: 3;
      position: absolute;
      top: 25vw;
      left: 5vw; }
      #top #content .kv .cc span {
        font-size: 7.4vw;
        font-weight: bold;
        line-height: 2;
        background: #fff;
        color: #004F8E;
        display: inline-block;
        padding: 0 3vw;
        margin: 1.5vw 0; }
    #top #content .kv .illust01 {
      z-index: 2;
      width: 41vw;
      position: absolute;
      left: 0;
      bottom: 0; }
    #top #content .kv .illust02 {
      z-index: 2;
      width: 49vw;
      position: absolute;
      right: 0;
      bottom: 0; }
    #top #content .kv .illust03 {
      z-index: 2;
      width: 4vw;
      position: absolute;
      left: 5vw;
      bottom: 244px; }
    #top #content .kv .illust04 {
      z-index: 2;
      width: 4vw;
      position: absolute;
      left: 11vw;
      bottom: 190px; }
    #top #content .kv .illust05 {
      z-index: 2;
      width: 4vw;
      position: absolute;
      left: 7vw;
      bottom: 140px; }
    #top #content .kv .illust06 {
      z-index: 2;
      width: 4vw;
      position: absolute;
      right: 5vw;
      bottom: 290px; }
    #top #content .kv .illust07 {
      z-index: 2;
      width: 4vw;
      position: absolute;
      right: 20vw;
      bottom: 260px; }
    #top #content .kv .illust08 {
      z-index: 2;
      width: 4vw;
      position: absolute;
      right: 10vw;
      bottom: 220px; }
    #top #content .kv .illust09 {
      z-index: 2;
      width: 4vw;
      position: absolute;
      right: 5vw;
      bottom: 160px; }
    #top #content .kv .illust10 {
      z-index: 2;
      width: 4vw;
      position: absolute;
      right: 20vw;
      bottom: 160px; }
    #top #content .kv .bg_front {
      z-index: 1;
      position: absolute;
      bottom: 0; }
  #top #content .alert {
    margin: 0 0 5.3vw 0; }
    #top #content .alert .inner div#slider00 {
      position: relative; }
      #top #content .alert .inner div#slider00 .arrow {
        position: absolute;
        bottom: -8.8vw;
        width: 5vw;
        cursor: pointer; }
      #top #content .alert .inner div#slider00 .arrow_l {
        left: calc(100%/2 + -100px); }
      #top #content .alert .inner div#slider00 .arrow_r {
        right: calc(100%/2 + -100px); }
      #top #content .alert .inner div#slider00 .slick-slide {
        margin: 0 1.5vw;
        width: 100vw; }
      #top #content .alert .inner div#slider00 .slick-dots {
        bottom: -35px; }
      #top #content .alert .inner div#slider00 > ul.slick-slider {
        margin-bottom: 13vw; }
        #top #content .alert .inner div#slider00 > ul.slick-slider li a {
          display: flex;
          align-items: center;
          height: 13vw;
          padding: 0 0 0 13vw;
          background: #D31F5F;
          color: #fff;
          background-image: url(img/icon_alert.png);
          background-position: left 3vw center;
          background-repeat: no-repeat;
          background-size: 7.4vw; }
          #top #content .alert .inner div#slider00 > ul.slick-slider li a time {
            font-size: 3.7vw;
            color: #fff;
            margin: 0 2vw 0 0; }
          #top #content .alert .inner div#slider00 > ul.slick-slider li a p {
            font-size: 3.7vw;
            color: #fff; }
  #top #content .top_bnr {
    margin: 0 0 80px 0; }
    #top #content .top_bnr div#slider01 {
      position: relative; }
      #top #content .top_bnr div#slider01 .arrow {
        position: absolute;
        bottom: -8.8vw;
        width: 5vw;
        cursor: pointer; }
      #top #content .top_bnr div#slider01 .arrow_l {
        left: calc(100%/2 + -100px); }
      #top #content .top_bnr div#slider01 .arrow_r {
        right: calc(100%/2 + -100px); }
      #top #content .top_bnr div#slider01 .slick-slide {
        margin: 0 1.5vw;
        width: 80vw; }
      #top #content .top_bnr div#slider01 .slick-dots {
        bottom: -35px; }
  #top #content section.otoku {
    margin: 15vw 0; }
    #top #content section.otoku h2 {
      display: none; }
    #top #content section.otoku .bnr {
      margin: 0 0 5.3vw 0; }
      #top #content section.otoku .bnr ul {
        margin: 0 5vw;
        display: flex;
        justify-content: space-between; }
        #top #content section.otoku .bnr ul li {
          width: 31.5%; }
    #top #content section.otoku > section .inner {
      margin: 0 5vw;
      background: #F4F4F4;
      border-radius: 5vw;
      box-sizing: border-box;
      padding: 13vw 5.3vw 12vw;
      position: relative; }
      #top #content section.otoku > section .inner h3 {
        padding: 0 0 5vw 0;
        font-size: 4.8vw;
        font-weight: bold;
        text-align: center; }
      #top #content section.otoku > section .inner .month {
        margin: 0 0 5.6vw 0;
        font-size: 4.8vw;
        font-weight: bold;
        text-align: center; }
        #top #content section.otoku > section .inner .month .num {
          font-size: 8vw;
          font-weight: bold;
          vertical-align: baseline; }
        #top #content section.otoku > section .inner .month .en {
          padding: 1vw 0 0 0;
          display: block;
          color: #004F8E;
          font-family: Sofia Sans Condensed;
          font-size: 4vw;
          font-weight: bold; }
      #top #content section.otoku > section .inner .calender {
        overflow-x: scroll; }
        #top #content section.otoku > section .inner .calender > ul {
          display: flex;
          overflow: hidden;
          width: 210vw; }
          #top #content section.otoku > section .inner .calender > ul > li {
            background: #fff;
            width: 30vw;
            margin: 0 1px;
            min-height: 48vw; }
            #top #content section.otoku > section .inner .calender > ul > li.current {
              background: #D0E1EE; }
            #top #content section.otoku > section .inner .calender > ul > li .cal_date {
              padding: 1.5vw 0;
              font-size: 3.6vw;
              font-weight: bold;
              text-align: center;
              border-bottom: 1px dotted #ccc; }
            #top #content section.otoku > section .inner .calender > ul > li .cal_day {
              padding: 1.5vw 0;
              font-size: 3.4vw;
              font-weight: bold;
              border-bottom: 1px dotted #ccc;
              text-align: center; }
            #top #content section.otoku > section .inner .calender > ul > li .cal_content {
              padding: 3.2vw;
              box-sizing: border-box; }
              #top #content section.otoku > section .inner .calender > ul > li .cal_content > ul li {
                margin: 0 0 2vw 0; }
                #top #content section.otoku > section .inner .calender > ul > li .cal_content > ul li.txt {
                  border-radius: 2vw;
                  flex-wrap: wrap;
                  display: flex;
                  justify-content: center;
                  align-content: center;
                  align-items: center;
                  height: 13.2vw;
                  background: #F3981C;
                  color: #fff;
                  font-size: 2.1vw;
                  text-align: center;
                  line-height: 1.5; }
                  #top #content section.otoku > section .inner .calender > ul > li .cal_content > ul li.txt span {
                    line-height: 1.5;
                    font-size: 2.1vw;
                    display: block;
                    font-weight: bold;
                    color: #fff; }
      #top #content section.otoku > section .inner .notice {
        margin: 3vw 0 0 0;
        font-size: 3.2vw;
        line-height: 1.5; }
        #top #content section.otoku > section .inner .notice a {
          color: #2CB2C2;
          display: inline-block;
          margin: 0 0 0 1vw; }
      #top #content section.otoku > section .inner .illust11 {
        width: 21vw;
        position: absolute;
        top: -3vw;
        left: -3vw; }
      #top #content section.otoku > section .inner .illust12 {
        width: 19vw;
        position: absolute;
        right: 3vw;
        bottom: -3vw; }
  #top #content section.search {
    margin: 0 0 15vw 0;
    padding: 13vw 0 0 0;
    background-image: url(img/top_bg_search_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%; }
    #top #content section.search .inner {
      box-sizing: border-box;
      padding: 0 5vw; }
      #top #content section.search .inner .ttl01 {
        margin: 0 0 80vw 0; }
      #top #content section.search .inner .area, #top #content section.search .inner .type {
        display: flex;
        justify-content: right;
        margin: 0 0 4vw 0; }
        #top #content section.search .inner .area select, #top #content section.search .inner .type select {
          font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
          background-color: #fff;
          outline: none;
          -webkit-appearance: none;
          appearance: none;
          width: 100%;
          height: 12.3vw;
          font-size: 4.2vw;
          color: #3e3e3e;
          padding: 0 6vw;
          border-radius: 100px 0 0 100px;
          border-color: #ccc;
          border-right: none;
          background-image: url(img/icon_select_arrow_down.png);
          background-position: right 4vw center;
          background-repeat: no-repeat;
          background-size: 3vw; }
        #top #content section.search .inner .area button, #top #content section.search .inner .type button {
          cursor: pointer;
          -webkit-appearance: none;
          appearance: none;
          border: none;
          background-color: #004F8E;
          width: 12.3vw;
          height: 12.3vw;
          border-radius: 0 100px 100px 0;
          background-image: url(img/icon_select_search.png);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 5vw;
          overflow: hidden;
          text-indent: 150%;
          white-space: nowrap; }
      #top #content section.search .inner .direct {
        display: flex;
        justify-content: right;
        text-align: center;
        margin: 0 0 10.6vw 0; }
        #top #content section.search .inner .direct a {
          display: block;
          width: 100%;
          padding: 3.8vw 0;
          color: #004F8E;
          border: 1px solid #ccc;
          background: #fff;
          border-radius: 100px;
          font-size: 4.2vw;
          font-weight: bold;
          background-image: url(img/icon_arrow_right.png);
          background-position: right 5vw center;
          background-repeat: no-repeat;
          background-size: 1.5vw; }
      #top #content section.search .inner section.store {
        background: #fff;
        width: 100%;
        border-radius: 5vw;
        padding: 10.6vw 0 8vw 0;
        box-sizing: border-box;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        position: relative; }
        #top #content section.search .inner section.store h3 {
          margin: 0 0 5.3vw 0;
          font-size: 4.8vw;
          font-weight: bold;
          color: #3d3d3d;
          text-align: center; }
        #top #content section.search .inner section.store p {
          font-size: 4.2vw;
          margin: 0 0 40px 0;
          color: #3e3e3e;
          text-align: center;
          line-height: 1.8; }
        #top #content section.search .inner section.store .illust13 {
          position: absolute;
          width: 12vw;
          right: 0;
          bottom: 30vw; }
  #top #content section.pickup {
    background: #F4F4F4;
    margin: 0 0 15vw 0;
    padding: 10vw 0;
    position: relative; }
    #top #content section.pickup > div#slider02 {
      margin: 0 0 90px 0;
      position: relative; }
      #top #content section.pickup > div#slider02 .arrow {
        position: absolute;
        bottom: -8.8vw;
        width: 5vw;
        cursor: pointer; }
      #top #content section.pickup > div#slider02 .arrow_l {
        left: calc(100%/2 + -100px); }
      #top #content section.pickup > div#slider02 .arrow_r {
        right: calc(100%/2 + -100px); }
      #top #content section.pickup > div#slider02 .slick-slide {
        width: 78vw;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 15px;
        margin: 0 20px 6px 20px; }
        #top #content section.pickup > div#slider02 .slick-slide a figure img {
          border-radius: 4vw 4vw 0 0; }
        #top #content section.pickup > div#slider02 .slick-slide a p {
          padding: 10px 20px 5px 20px;
          font-size: 4.2vw;
          font-weight: bold;
          line-height: 2; }
        #top #content section.pickup > div#slider02 .slick-slide a .tag {
          padding: 0 20px 20px; }
          #top #content section.pickup > div#slider02 .slick-slide a .tag ul li {
            margin: 1vw 0 0 0;
            font-size: 3.2vw;
            display: inline-block;
            font-size: 3.2vw;
            color: #fff;
            background: #004F8E;
            padding: 1vw 2vw;
            border-radius: 20px; }
      #top #content section.pickup > div#slider02 .slick-dots {
        bottom: -35px; }
    #top #content section.pickup .illust14 {
      position: absolute;
      width: 32vw;
      right: 0;
      bottom: -19vw; }
  #top #content section.service {
    margin: 0 0 15vw 0; }
    #top #content section.service ul {
      padding: 0 5vw; }
      #top #content section.service ul li {
        margin: 0 0 5vw 0; }
  #top #content section.safe {
    margin: 0 0 15vw 0; }
    #top #content section.safe .inner {
      position: relative; }
      #top #content section.safe .inner ul {
        padding: 0 5vw; }
        #top #content section.safe .inner ul li {
          margin: 0 0 5vw 0; }
      #top #content section.safe .inner .illust22 {
        width: 20vw;
        position: absolute;
        top: 45vw;
        left: 6vw; }
      #top #content section.safe .inner .illust23 {
        width: 9vw;
        position: absolute;
        top: 89vw;
        left: 8vw; }
      #top #content section.safe .inner .illust24 {
        width: 8vw;
        position: absolute;
        top: 91vw;
        left: 22vw; }
      #top #content section.safe .inner .illust25 {
        width: 9.7vw;
        position: absolute;
        top: 91.5vw;
        left: 38vw; }
      #top #content section.safe .inner .illust26 {
        width: 11vw;
        position: absolute;
        top: 92.5vw;
        left: 54.5vw; }
      #top #content section.safe .inner .illust27 {
        width: 13vw;
        position: absolute;
        top: 86vw;
        left: 68vw; }
      #top #content section.safe .inner .illust28 {
        width: 9vw;
        position: absolute;
        top: 89vw;
        left: 85vw; }
  #top #content section.information {
    margin: 0 0 15vw 0; }
    #top #content section.information ul {
      border-bottom: 1px solid #ccc;
      margin: 0 0 8vw 0;
      padding: 0 5vw; }
      #top #content section.information ul li {
        border-top: 1px solid #ccc; }
        #top #content section.information ul li a {
          display: block;
          padding: 5vw 0; }
          #top #content section.information ul li a p {
            font-size: 4.2vw;
            font-weight: bold;
            margin: 0 0 3vw 0;
            line-height: 1.5; }
          #top #content section.information ul li a .data {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            #top #content section.information ul li a .data time {
              font-size: 3.7vw;
              color: #3E3E3E; }
            #top #content section.information ul li a .data .category {
              font-size: 3.2vw;
              color: #fff;
              background: #004F8E;
              padding: 1vw 2vw;
              border-radius: 20px; }
  #top #content section.recruit {
    padding: 15vw 0;
    background: url(img/bg_recruit.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    #top #content section.recruit .ttl01 {
      color: #fff; }
      #top #content section.recruit .ttl01 .en {
        color: #fff; }
    #top #content section.recruit .btn01 a {
      display: block;
      padding: 4vw 0;
      color: #004F8E;
      border: none;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 40px;
      font-weight: bold;
      background-image: url(img/icon_arrow_right.png);
      background-position: right 5vw center;
      background-repeat: no-repeat;
      background-size: 1.5vw; }
  #top #footer {
    margin-top: 0; } }
/* ------------------------------------------------------------
   05. COMMON 下層共通
   ------------------------------------------------------------ */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  src: url(font/NotoSansJP-Regular.ttf) format("truetype"), url(font/NotoSansJP-Regular.woff) format("woff"); }
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  src: url(font/NotoSansJP-Bold.ttf) format("truetype"), url(font/NotoSansJP-Bold.woff) format("woff"); }
@font-face {
  font-family: 'Sofia Sans Condensed';
  font-weight: 700;
  src: url(font/SofiaSansCondensed-Black.ttf) format("truetype"), url(font/SofiaSansCondensed-Black.woff) format("woff"); }
@media screen and (min-width: 769px) {
  body.common #main .inner {
    width: 1000px;
    margin: auto; }
  body.common #main .btn01 {
    text-align: center;
    display: flex;
    justify-content: center; }
    body.common #main .btn01 a {
      display: block;
      width: 340px;
      padding: 20px 0;
      color: #004F8E;
      border: 1px solid #ccc;
      background: #fff;
      border-radius: 100px;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5;
      background-image: url(img/icon_arrow_right.png);
      background-position: right 30px center;
      background-repeat: no-repeat;
      background-size: 10px;
      transition: .4s all ease; }
      body.common #main .btn01 a:hover {
        opacity: .8; }
  body.common #main .btn02 {
    text-align: center;
    display: flex;
    justify-content: center; }
    body.common #main .btn02 a {
      display: block;
      width: 340px;
      padding: 20px 0;
      color: #fff;
      background: #004F8E;
      border-radius: 100px;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5;
      background-image: url(img/icon_arrow_right_w.png);
      background-position: right 30px center;
      background-repeat: no-repeat;
      background-size: 10px;
      transition: .4s all ease; }
      body.common #main .btn02 a:hover {
        opacity: .8; }
  body.common #main .mainSection .mainHeader {
    background: #F4F4F4;
    margin: 0 0 20px 0;
    padding: 80px 0; }
    body.common #main .mainSection .mainHeader .icon {
      margin: 0 0 5px 0;
      text-align: center; }
      body.common #main .mainSection .mainHeader .icon img {
        width: 50px;
        height: 50px; }
    body.common #main .mainSection .mainHeader h2 {
      font-size: 32px;
      font-weight: bold;
      color: #004F8E;
      text-align: center; }
      body.common #main .mainSection .mainHeader h2 .en {
        font-family: 'Sofia Sans Condensed', sans-serif;
        font-weight: bold;
        display: block;
        margin: 0 0 20px 0;
        color: #004F8E;
        font-size: 20px; }
  body.common #main .mainSection .mainContent nav.path {
    width: 1000px;
    margin: 0 auto 100px; }
    body.common #main .mainSection .mainContent nav.path ul li {
      display: inline-block;
      font-size: 12px; }
      body.common #main .mainSection .mainContent nav.path ul li:after {
        content: "";
        margin: 0 0 0 5px;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-image: url(img/icon_arrow_path.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 8px; }
      body.common #main .mainSection .mainContent nav.path ul li.current:after {
        display: none; }
  body.common #main .mainSection .mainContent .lead {
    margin: 0 0 100px 0;
    font-size: 18px;
    text-align: center; }
  body.common #main .mainSection .mainContent > section h3 {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5; }
    body.common #main .mainSection .mainContent > section h3 .en {
      margin: 0 0 10px 0;
      display: block;
      font-size: 20px;
      color: #004F8E;
      font-family: 'Sofia Sans Condensed', sans-serif;
      font-weight: bold; }
    body.common #main .mainSection .mainContent > section h3.mini {
      font-size: 24px; }
  body.common #main .mainSection .linevoom {
    text-align: center; }
  body.common #main .mainSection.shoplist_chirashi h3.shopname {
    width: 1000px;
    margin: auto; }
  body.common #main .mainSection.shoplist_chirashi figure.shop_photo {
    width: 1000px;
    margin: 0 auto 60px; }
  body.common #main .mainSection.shoplist_chirashi figure.heart {
    text-align: center; }
    body.common #main .mainSection.shoplist_chirashi figure.heart img {
      width: 220px; }
  body.common #main .mainSection.shoplist_chirashi .shop_nav {
    margin: 60px 0; }
    body.common #main .mainSection.shoplist_chirashi .shop_nav ul {
      display: flex;
      justify-content: center;
      margin: auto; }
      body.common #main .mainSection.shoplist_chirashi .shop_nav ul li {
        margin: 0 10px;
        width: 240px;
        box-sizing: border-box;
        text-align: center; }
        body.common #main .mainSection.shoplist_chirashi .shop_nav ul li.check a {
          display: block;
          border-radius: 100px;
          text-align: center;
          background: #fff;
          color: #004F8E;
          font-size: 18px;
          font-weight: bold;
          padding: 20px;
          box-sizing: border-box;
          border: 3px solid #004F8E;
          transition: .3s all ease; }
          body.common #main .mainSection.shoplist_chirashi .shop_nav ul li.check a:hover {
            opacity: 0.8; }
        body.common #main .mainSection.shoplist_chirashi .shop_nav ul li.fav {
          display: block;
          border-radius: 100px;
          text-align: center;
          background: #aaa;
          color: #fff;
          font-size: 18px;
          font-weight: bold;
          padding: 20px;
          box-sizing: border-box;
          border: 3px solid #aaa;
          transition: .2s all ease;
          cursor: pointer;
          background-image: url(img/icon_heart.png);
          background-position: left 50px center;
          background-repeat: no-repeat;
          background-size: 26px;
          text-indent: 2em; }
          body.common #main .mainSection.shoplist_chirashi .shop_nav ul li.fav:hover {
            background-color: #D31F5F;
            border-color: #D31F5F; }
          body.common #main .mainSection.shoplist_chirashi .shop_nav ul li.fav.active {
            background-color: #D31F5F;
            border-color: #D31F5F; }
  body.common #main .mainSection.shoplist_chirashi .search_nav {
    margin: 0 0 100px 0;
    display: flex;
    justify-content: space-around; }
    body.common #main .mainSection.shoplist_chirashi .search_nav > nav h4 {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      margin: 0 0 20px 0; }
    body.common #main .mainSection.shoplist_chirashi .search_nav .area {
      width: 460px; }
      body.common #main .mainSection.shoplist_chirashi .search_nav .area .map a {
        transition: opacity .2s ease-in-out; }
        body.common #main .mainSection.shoplist_chirashi .search_nav .area .map a:hover {
          opacity: 0.7; }
    body.common #main .mainSection.shoplist_chirashi .search_nav .shop {
      width: 460px; }
      body.common #main .mainSection.shoplist_chirashi .search_nav .shop ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        body.common #main .mainSection.shoplist_chirashi .search_nav .shop ul li {
          width: 140px; }
          body.common #main .mainSection.shoplist_chirashi .search_nav .shop ul li a {
            transition: .3s all ease; }
            body.common #main .mainSection.shoplist_chirashi .search_nav .shop ul li a:hover {
              opacity: 0.8; }
  body.common #main .mainSection.shoplist_chirashi .outing {
    margin: 0 0 100px 0; }
    body.common #main .mainSection.shoplist_chirashi .outing h4 {
      margin: 0 0 60px 0;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.5;
      text-align: center; }
    body.common #main .mainSection.shoplist_chirashi .outing section {
      padding: 150px 0;
      background-image: url(img/bg_shoplist_chirashi_img01.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 1000px;
      border-radius: 40px; }
      body.common #main .mainSection.shoplist_chirashi .outing section h5 {
        color: #fff;
        margin: 0 0 60px 0;
        text-align: center;
        font-size: 32px;
        font-weight: bold; }
        body.common #main .mainSection.shoplist_chirashi .outing section h5 .en {
          font-family: 'Sofia Sans Condensed', sans-serif;
          font-weight: bold;
          display: block;
          margin: 0 0 20px 0;
          color: #fff;
          font-size: 20px; }
  body.common #main .mainSection.shoplist_chirashi .outing2 {
    margin: 0 0 100px 0; }
    body.common #main .mainSection.shoplist_chirashi .outing2 h4 {
      margin: 0 0 60px 0;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.5;
      text-align: center; }
    body.common #main .mainSection.shoplist_chirashi .outing2 .btn_outing {
      width: 480px;
      margin: auto; }
      body.common #main .mainSection.shoplist_chirashi .outing2 .btn_outing a {
        transition: .3s all ease; }
        body.common #main .mainSection.shoplist_chirashi .outing2 .btn_outing a:hover {
          opacity: 0.8; }
  body.common #main .mainSection.shoplist_chirashi .outing3 {
    margin: 0 0 100px 0; }
    body.common #main .mainSection.shoplist_chirashi .outing3 .inner {
      display: flex;
      justify-content: space-around; }
    body.common #main .mainSection.shoplist_chirashi .outing3 h4 {
      margin: 0 0 60px 0;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.5;
      text-align: center; }
    body.common #main .mainSection.shoplist_chirashi .outing3 .btn_outing {
      width: 480px; }
      body.common #main .mainSection.shoplist_chirashi .outing3 .btn_outing a {
        transition: .3s all ease; }
        body.common #main .mainSection.shoplist_chirashi .outing3 .btn_outing a:hover {
          opacity: 0.8; }
  body.common #main .mainSection.shoplist_chirashi .dealing {
    width: 480px;
    margin: 0 auto 200px;
    background: #F4F4F4;
    border-radius: 40px;
    padding: 70px 40px 40px;
    box-sizing: border-box;
    position: relative; }
    body.common #main .mainSection.shoplist_chirashi .dealing h4 {
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 20px 0; }
    body.common #main .mainSection.shoplist_chirashi .dealing p {
      margin: 0 0 40px 0;
      text-align: center;
      font-size: 16px;
      line-height: 1.5; }
    body.common #main .mainSection.shoplist_chirashi .dealing .btn01 a {
      color: #fff;
      background-color: #004F8E;
      background-image: url(img/icon_arrow_right_w.png); }
    body.common #main .mainSection.shoplist_chirashi .dealing .illust13 {
      width: 62px;
      position: absolute;
      top: 100px;
      right: 0; }
  body.common #main .mainSection.shoplist_chirashi .dealing2 {
    border-radius: 20px;
    padding-bottom: 48px; }
  body.common #main .mainSection.shoplist_chirashi .result {
    background: #F4F4F4;
    margin: 80px 0 80px 0;
    padding: 0 0 60px 0; }
    body.common #main .mainSection.shoplist_chirashi .result .notice {
      font-size: 16px;
      text-align: center;
      padding: 60px 0 0 0; }
    body.common #main .mainSection.shoplist_chirashi .result .r_category {
      font-size: 32px;
      font-weight: bold;
      text-align: center;
      padding: 100px 0 60px 0; }
    body.common #main .mainSection.shoplist_chirashi .result .r_area {
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 20px 0; }
    body.common #main .mainSection.shoplist_chirashi .result .r_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      body.common #main .mainSection.shoplist_chirashi .result .r_list li {
        background: #fff;
        width: 480px;
        margin: 0 0 40px 0;
        padding: 40px;
        box-sizing: border-box;
        border-radius: 20px; }
        body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 {
          margin: 0 0 40px 0;
          display: flex;
          justify-content: space-between; }
          body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-main {
            width: 308px; }
            body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-main .name {
              margin: 3px 0 10px 0;
              font-size: 20px;
              font-weight: bold;
              line-height: 1.4; }
            body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-main .time {
              font-size: 16px; }
          body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-sub {
            width: 70px; }
            body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-sub .btn_fav {
              background: #aaa;
              width: 70px;
              height: 70px;
              border-radius: 100px;
              display: flex;
              justify-content: center;
              align-items: center;
              transition: .2s all ease; }
              body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-sub .btn_fav img {
                width: 26px;
                height: 26px; }
              body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-sub .btn_fav.active {
                background: #D31F5F; }
              body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-sub .btn_fav:hover {
                background: #D31F5F;
                cursor: pointer; }
        body.common #main .mainSection.shoplist_chirashi .result .r_list li .btn_detail {
          margin: 0 0 10px 0; }
          body.common #main .mainSection.shoplist_chirashi .result .r_list li .btn_detail a {
            display: block;
            border-radius: 100px;
            text-align: center;
            background: #004F8E;
            color: #fff;
            font-size: 18px;
            padding: 20px;
            box-sizing: border-box; }
        body.common #main .mainSection.shoplist_chirashi .result .r_list li .g02 {
          display: flex;
          justify-content: space-between; }
          body.common #main .mainSection.shoplist_chirashi .result .r_list li .g02 .btn_chirashi a {
            width: 195px;
            display: block;
            border-radius: 100px;
            text-align: center;
            background: #fff;
            color: #004F8E;
            font-size: 18px;
            padding: 20px;
            box-sizing: border-box;
            border: 2px solid #004F8E; }
          body.common #main .mainSection.shoplist_chirashi .result .r_list li .g02 .btn_recruit a {
            width: 195px;
            display: block;
            border-radius: 100px;
            text-align: center;
            background: #2CB2C2;
            color: #fff;
            font-size: 18px;
            padding: 20px;
            box-sizing: border-box;
            border: 2px solid #2CB2C2; }
        body.common #main .mainSection.shoplist_chirashi .result .r_list li a {
          transition: .4s all ease; }
          body.common #main .mainSection.shoplist_chirashi .result .r_list li a:hover {
            opacity: .8; }
  body.common #main .mainSection.shoplist_chirashi .search .inner {
    position: relative;
    background: #F4F4F4;
    margin: 0 auto 100px;
    padding: 60px 0 50px 0;
    text-align: center;
    border-radius: 40px; }
    body.common #main .mainSection.shoplist_chirashi .search .inner h4 {
      font-size: 32px;
      font-weight: bold;
      margin: 0 0 60px 0; }
    body.common #main .mainSection.shoplist_chirashi .search .inner p {
      font-size: 16px;
      margin: 0 0 30px 0; }
    body.common #main .mainSection.shoplist_chirashi .search .inner .area, body.common #main .mainSection.shoplist_chirashi .search .inner .type {
      margin: 0 0 10px 0; }
      body.common #main .mainSection.shoplist_chirashi .search .inner .area select, body.common #main .mainSection.shoplist_chirashi .search .inner .type select {
        font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
        outline: none;
        -webkit-appearance: none;
        appearance: none;
        width: 420px;
        font-size: 15px;
        color: #3e3e3e;
        padding: 13px 26px;
        border-radius: 40px;
        border-color: #ccc;
        background-image: url(img/icon_select_arrow_down.png);
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-size: 10px; }
    body.common #main .mainSection.shoplist_chirashi .search .inner .btn02 a {
      font-size: 15px;
      width: 160px;
      padding: 13px 26px;
      margin: 20px 0 0 0;
      background-image: url(img/icon_search.png);
      background-position: left 20px center;
      background-size: 20px; }
    body.common #main .mainSection.shoplist_chirashi .search .inner .illust15 {
      position: absolute;
      width: 165px;
      left: 20px;
      bottom: -40px; }
    body.common #main .mainSection.shoplist_chirashi .search .inner .illust16 {
      position: absolute;
      width: 56px;
      right: 20px;
      bottom: -40px; }
  body.common #main .mainSection.shoplist_chirashi .shop_detail {
    margin: 0 0 100px 0; }
    body.common #main .mainSection.shoplist_chirashi .shop_detail h4 {
      display: none; }
    body.common #main .mainSection.shoplist_chirashi .shop_detail .inner {
      border-top: 1px solid #ccc; }
    body.common #main .mainSection.shoplist_chirashi .shop_detail .block {
      border-bottom: 1px solid #ccc;
      display: flex; }
      body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_header {
        padding: 30px;
        width: 270px;
        background: #CCDCE8;
        color: #004F8E;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5;
        box-sizing: border-box; }
      body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content {
        width: 730px;
        padding: 30px 30px 0 30px;
        box-sizing: border-box; }
        body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content p {
          font-size: 16px;
          line-height: 1.5;
          margin: 0 0 30px 0; }
        body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content ul.txt {
          margin: 0 0 30px 0; }
          body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content ul.txt li {
            font-size: 16px;
            line-height: 1.5; }
        body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .gmap {
          margin: 0 0 30px 0; }
          body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .gmap iframe {
            height: 510px; }
        body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .list01 {
          margin: 0 0 20px 0;
          display: flex;
          justify-content: left;
          flex-wrap: wrap; }
          body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .list01 li {
            width: 126px;
            margin: 0 10px 10px 0; }
            body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .list01 li:nth-child(5n) {
              margin: 0 0 10px 0; }
        body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .list02 {
          display: flex;
          flex-wrap: wrap;
          margin: 0 0 10px 0; }
          body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .list02 li {
            margin: 0 20px 20px 0;
            border-radius: 100px;
            font-size: 16px;
            color: #004F8E;
            font-weight: bold;
            padding: 8px 30px;
            background: #F4F4F4; }
        body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .payment {
          margin: 0 0 30px 0; }
          body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .payment .payment_title {
            font-size: 18px;
            font-weight: bold;
            margin: 0 0 20px 0;
            padding: 0 0 0 34px;
            background-image: url(img/icon_payment_title.png);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 24px; }
          body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .payment .payment_list {
            display: flex;
            justify-content: left;
            flex-wrap: wrap;
            margin: 0 0 60px 0; }
            body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .payment .payment_list li {
              width: 126px;
              margin: 0 10px 10px 0; }
              body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .payment .payment_list li:nth-child(5n) {
                margin: 0 0 10px 0; }
        body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .btn {
          margin: 0 0 30px 0; }
          body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .btn a {
            display: block;
            background: #2CB2C2;
            width: 195px;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            padding: 22px 25px;
            border-radius: 100px;
            transition: .3s all ease; }
            body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .btn a:hover {
              opacity: 0.8; }
  body.common #main .mainSection.shoplist_chirashi .btn_check {
    width: 670px;
    margin: 0 auto 100px; }
    body.common #main .mainSection.shoplist_chirashi .btn_check a {
      transition: .3s all ease; }
      body.common #main .mainSection.shoplist_chirashi .btn_check a:hover {
        opacity: 0.8; }
  body.common #main .mainSection.shoplist_chirashi .restaurant_list {
    width: 1000px;
    margin: auto; }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li {
      margin: 0 0 100px 0; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .btn a {
        padding: 22px 0;
        display: block;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        border-radius: 100px;
        color: #fff;
        transition: .3s all ease; }
        body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .btn a:hover {
          opacity: 0.8; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .btn.white a {
        background: #fff;
        color: #004F8E; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .btn.blue a {
        background: #004F8E; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .btn.green a {
        background: #2CB2C2; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .main {
        width: 1000px;
        height: 380px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 40px; }
        body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .main .restaurant_name {
          font-size: 32px;
          font-weight: bold;
          color: #fff;
          padding: 60px; }
        body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .main ul.restaurant_official {
          display: flex;
          justify-content: right;
          margin: 126px 60px 0 0; }
          body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .main ul.restaurant_official .web {
            width: 195px;
            margin: 0 0 0 20px; }
          body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .main ul.restaurant_official .app {
            width: 300px;
            margin: 0 0 0 20px; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub > ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub > ul > li {
          width: 460px;
          margin: 60px 0 0 0; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub .restaurant_name {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 10px 0;
        line-height: 1.4; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub .restaurant_detail {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 20px 0; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub .restaurant_service {
        margin: 0 0 20px 0;
        display: flex; }
        body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub .restaurant_service li {
          width: 86px;
          margin: 0 10px 0 0; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub .restrant_info {
        display: flex;
        justify-content: space-between; }
        body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub .restrant_info li {
          width: 220px; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.yariudon .main {
        background-image: url(img/bg_restaurant_hakatayariudon.png); }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.giontei .main {
        background-image: url(img/bg_restaurant_giontei.png); }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.jakokujira .main {
        background-image: url(img/bg_restaurant_jakokujira.png); }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.reiri .main {
        background-image: url(img/bg_restaurant_reiri.png); }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.kafethi .main {
        background-image: url(img/bg_restaurant_kafethi.png); }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.manpukugiontei .main {
        background-image: url(img/bg_restaurant_manpukugiontei.png); }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.dotoru .main {
        background-image: url(img/bg_restaurant_dotoru.png); }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.misutadonatsu .main {
        background-image: url(img/bg_restaurant_misutadonatsu.png); }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.ringahat .main {
        background-image: url(img/bg_restaurant_ringahat.png); }
  body.common #main .mainSection.shoplist_chirashi .ly_illust01 {
    position: relative;
    margin: 190px 0; }
    body.common #main .mainSection.shoplist_chirashi .ly_illust01 .illust15 {
      width: 165px;
      position: absolute;
      top: -60px;
      left: 170px; }
    body.common #main .mainSection.shoplist_chirashi .ly_illust01 .illust16 {
      width: 56px;
      position: absolute;
      top: -20px;
      right: 240px; }
  body.common #main .mainSection.otoku section.check .inner {
    width: 670px;
    position: relative; }
    body.common #main .mainSection.otoku section.check .inner h3 {
      margin: 0 0 60px 0; }
    body.common #main .mainSection.otoku section.check .inner .txt {
      margin: 0 0 30px 0;
      text-align: center; }
    body.common #main .mainSection.otoku section.check .inner ul.check01 {
      margin: 0 0 80px 0;
      display: flex;
      justify-content: space-between; }
      body.common #main .mainSection.otoku section.check .inner ul.check01 li {
        width: 210px; }
        body.common #main .mainSection.otoku section.check .inner ul.check01 li a {
          transition: .3s all ease; }
          body.common #main .mainSection.otoku section.check .inner ul.check01 li a:hover {
            opacity: 0.8; }
    body.common #main .mainSection.otoku section.check .inner ul.check02 {
      margin: 0 0 80px 0;
      display: flex;
      justify-content: space-between; }
      body.common #main .mainSection.otoku section.check .inner ul.check02 li {
        width: 325px; }
        body.common #main .mainSection.otoku section.check .inner ul.check02 li a {
          transition: .3s all ease; }
          body.common #main .mainSection.otoku section.check .inner ul.check02 li a:hover {
            opacity: 0.8; }
    body.common #main .mainSection.otoku section.check .inner ul.check03 {
      width: 440px;
      margin: 0 auto 100px;
      display: flex;
      justify-content: space-between; }
      body.common #main .mainSection.otoku section.check .inner ul.check03 li {
        width: 210px; }
        body.common #main .mainSection.otoku section.check .inner ul.check03 li a {
          transition: .3s all ease; }
          body.common #main .mainSection.otoku section.check .inner ul.check03 li a:hover {
            opacity: 0.8; }
    body.common #main .mainSection.otoku section.check .inner .illust17 {
      width: 68px;
      position: absolute;
      left: 0;
      bottom: -40px; }
    body.common #main .mainSection.otoku section.check .inner .illust18 {
      width: 56px;
      position: absolute;
      right: 0;
      bottom: -40px; }
  body.common #main .mainSection.otoku section.point {
    background: #F4F4F4;
    padding: 100px 0; }
    body.common #main .mainSection.otoku section.point .inner .txt {
      margin: 0 0 60px 0;
      font-size: 18px;
      text-align: center; }
    body.common #main .mainSection.otoku section.point .inner .ex {
      width: 670px;
      margin: 0 auto 60px; }
    body.common #main .mainSection.otoku section.point .inner .more {
      background: #fff;
      margin: 0 0 60px 0;
      padding: 60px;
      box-sizing: border-box;
      border-radius: 40px; }
      body.common #main .mainSection.otoku section.point .inner .more h4 {
        margin: 0 0 50px 0;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        line-height: 1.5; }
        body.common #main .mainSection.otoku section.point .inner .more h4 span {
          font-size: 24px; }
      body.common #main .mainSection.otoku section.point .inner .more ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        body.common #main .mainSection.otoku section.point .inner .more ul li {
          margin: 0 0 40px 0;
          width: 410px; }
    body.common #main .mainSection.otoku section.point .inner .link01 {
      margin: auto;
      width: 720px;
      display: flex;
      justify-content: space-between; }
  body.common #main .mainSection.otoku section.recommend {
    padding: 100px 0;
    position: relative;
    width: 670px;
    margin: auto; }
    body.common #main .mainSection.otoku section.recommend .illust19 {
      width: 54px;
      position: absolute;
      right: 50px;
      bottom: 60px; }
  body.common #main .mainSection.otoku section.goodprice {
    padding: 100px 0;
    background: #F4F4F4; }
    body.common #main .mainSection.otoku section.goodprice > section {
      width: 670px;
      margin: auto; }
      body.common #main .mainSection.otoku section.goodprice > section .ly {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 60px 0; }
        body.common #main .mainSection.otoku section.goodprice > section .ly figure {
          width: 218px; }
        body.common #main .mainSection.otoku section.goodprice > section .ly div {
          width: 384px; }
          body.common #main .mainSection.otoku section.goodprice > section .ly div h4 {
            margin: 0 0 20px 0;
            font-size: 24px;
            font-weight: bold; }
          body.common #main .mainSection.otoku section.goodprice > section .ly div p {
            font-size: 16px;
            line-height: 1.5; }
  body.common #main .mainSection.otoku section.gift {
    padding: 100px 0; }
    body.common #main .mainSection.otoku section.gift div#slider02 {
      margin: 0 0 90px 0;
      position: relative; }
      body.common #main .mainSection.otoku section.gift div#slider02 .arrow {
        position: absolute;
        bottom: -37px;
        width: 24px;
        cursor: pointer; }
      body.common #main .mainSection.otoku section.gift div#slider02 .arrow_l {
        left: calc(100%/2 + -100px); }
      body.common #main .mainSection.otoku section.gift div#slider02 .arrow_r {
        right: calc(100%/2 + -100px); }
      body.common #main .mainSection.otoku section.gift div#slider02 .slick-slide {
        width: 293px;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 15px;
        margin: 0 20px 6px 20px; }
        body.common #main .mainSection.otoku section.gift div#slider02 .slick-slide a figure img {
          border-radius: 15px 15px 0 0; }
        body.common #main .mainSection.otoku section.gift div#slider02 .slick-slide a p {
          padding: 10px 20px 5px 20px;
          font-size: 16px;
          font-weight: bold;
          line-height: 2; }
        body.common #main .mainSection.otoku section.gift div#slider02 .slick-slide a .tag {
          padding: 0 20px 20px; }
          body.common #main .mainSection.otoku section.gift div#slider02 .slick-slide a .tag ul li {
            margin: 5px 0 0 0;
            font-size: 12px;
            display: inline-block;
            color: #fff;
            background: #004F8E;
            padding: 4px 7px;
            border-radius: 10px; }
      body.common #main .mainSection.otoku section.gift div#slider02 .slick-dots {
        bottom: -35px; }
    body.common #main .mainSection.otoku section.gift > p {
      text-align: center;
      font-size: 16px;
      margin: 0 0 50px 0; }
  body.common #main .mainSection.otoku section.campaign {
    padding: 100px 0;
    background: #F4F4F4; }
    body.common #main .mainSection.otoku section.campaign div#slider03 {
      margin: 0 0 90px 0;
      position: relative; }
      body.common #main .mainSection.otoku section.campaign div#slider03 .arrow {
        position: absolute;
        bottom: -37px;
        width: 24px;
        cursor: pointer; }
      body.common #main .mainSection.otoku section.campaign div#slider03 .arrow_l {
        left: calc(100%/2 + -100px); }
      body.common #main .mainSection.otoku section.campaign div#slider03 .arrow_r {
        right: calc(100%/2 + -100px); }
      body.common #main .mainSection.otoku section.campaign div#slider03 .slick-slide {
        width: 293px;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 15px;
        margin: 0 20px 6px 20px; }
        body.common #main .mainSection.otoku section.campaign div#slider03 .slick-slide a figure img {
          border-radius: 15px 15px 0 0; }
        body.common #main .mainSection.otoku section.campaign div#slider03 .slick-slide a p {
          padding: 10px 20px 5px 20px;
          font-size: 16px;
          font-weight: bold;
          line-height: 2; }
        body.common #main .mainSection.otoku section.campaign div#slider03 .slick-slide a .tag {
          padding: 0 20px 20px; }
          body.common #main .mainSection.otoku section.campaign div#slider03 .slick-slide a .tag ul li {
            margin: 5px 0 0 0;
            font-size: 12px;
            display: inline-block;
            color: #fff;
            background: #004F8E;
            padding: 4px 7px;
            border-radius: 10px; }
      body.common #main .mainSection.otoku section.campaign div#slider03 .slick-dots {
        bottom: -35px; }
    body.common #main .mainSection.otoku section.campaign > p {
      text-align: center;
      font-size: 16px;
      margin: 0 0 50px 0; }
  body.common #main .mainSection.otoku section.recipe {
    margin: 100px 0; }
    body.common #main .mainSection.otoku section.recipe .linevoom {
      margin: 0 auto 60px;
      position: relative;
      width: 500px; }
      body.common #main .mainSection.otoku section.recipe .linevoom .illust20 {
        width: 125px;
        position: absolute;
        left: -80px;
        bottom: -36px; }
      body.common #main .mainSection.otoku section.recipe .linevoom .illust21 {
        width: 200px;
        position: absolute;
        right: -80px;
        bottom: -50px; }
  body.common #main .mainSection.service .page_nav ul {
    display: flex;
    justify-content: space-between;
    width: 720px;
    margin: 0 auto 40px; }
    body.common #main .mainSection.service .page_nav ul li a {
      background-image: url(img/icon_arrow_bottom_w.png);
      background-size: 15px; }
  body.common #main .mainSection.service .page_nav p {
    text-align: center; }
  body.common #main .mainSection.service .helpful {
    padding: 120px 0 0 0; }
    body.common #main .mainSection.service .helpful h3 {
      margin: 0 0 60px 0; }
    body.common #main .mainSection.service .helpful > section {
      margin: 0 0 100px 0; }
      body.common #main .mainSection.service .helpful > section h4 {
        color: #2CB2C2;
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 20px 0; }
      body.common #main .mainSection.service .helpful > section .lead {
        font-size: 20px;
        text-align: left;
        margin: 0 0 60px 0; }
    body.common #main .mainSection.service .helpful .help01 .inner ul {
      display: flex;
      justify-content: space-between; }
      body.common #main .mainSection.service .helpful .help01 .inner ul li {
        width: 460px;
        display: flex;
        justify-content: space-between; }
        body.common #main .mainSection.service .helpful .help01 .inner ul li figure {
          width: 220px; }
        body.common #main .mainSection.service .helpful .help01 .inner ul li div {
          width: 200px; }
          body.common #main .mainSection.service .helpful .help01 .inner ul li div .name {
            font-size: 20px;
            font-weight: bold;
            margin: 0 0 10px 0;
            line-height: 1.5; }
          body.common #main .mainSection.service .helpful .help01 .inner ul li div .txt {
            font-size: 16px;
            line-height: 1.5;
            margin: 0 0 15px 0; }
          body.common #main .mainSection.service .helpful .help01 .inner ul li div .detail {
            text-align: right; }
            body.common #main .mainSection.service .helpful .help01 .inner ul li div .detail a {
              padding: 0 15px 0 0;
              font-size: 16px;
              color: #2CB2C2;
              background-image: url(img/icon_arrow_right_lb.png);
              background-position: right center;
              background-repeat: no-repeat;
              background-size: 10px; }
    body.common #main .mainSection.service .helpful .help02 .inner ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      body.common #main .mainSection.service .helpful .help02 .inner ul li {
        width: 460px;
        display: flex;
        justify-content: space-between;
        margin: 0 0 50px 0; }
        body.common #main .mainSection.service .helpful .help02 .inner ul li figure {
          width: 150px; }
        body.common #main .mainSection.service .helpful .help02 .inner ul li div {
          width: 270px; }
          body.common #main .mainSection.service .helpful .help02 .inner ul li div .name {
            font-size: 20px;
            font-weight: bold;
            margin: 0 0 10px 0;
            line-height: 1.5; }
          body.common #main .mainSection.service .helpful .help02 .inner ul li div .txt {
            font-size: 16px;
            line-height: 1.5;
            margin: 0 0 15px 0; }
          body.common #main .mainSection.service .helpful .help02 .inner ul li div .detail {
            text-align: right; }
            body.common #main .mainSection.service .helpful .help02 .inner ul li div .detail a {
              padding: 0 15px 0 0;
              font-size: 16px;
              color: #2CB2C2;
              background-image: url(img/icon_arrow_right_lb.png);
              background-position: right center;
              background-repeat: no-repeat;
              background-size: 10px;
              transition: .3s all ease; }
              body.common #main .mainSection.service .helpful .help02 .inner ul li div .detail a:hover {
                opacity: 0.8; }
    body.common #main .mainSection.service .helpful .help03 .inner ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      body.common #main .mainSection.service .helpful .help03 .inner ul li {
        width: 460px;
        display: flex;
        justify-content: space-between;
        margin: 0 0 50px 0; }
        body.common #main .mainSection.service .helpful .help03 .inner ul li figure {
          width: 150px; }
        body.common #main .mainSection.service .helpful .help03 .inner ul li div {
          width: 270px; }
          body.common #main .mainSection.service .helpful .help03 .inner ul li div .name {
            font-size: 20px;
            font-weight: bold;
            margin: 0 0 10px 0;
            line-height: 1.5; }
          body.common #main .mainSection.service .helpful .help03 .inner ul li div .txt {
            font-size: 16px;
            line-height: 1.5;
            margin: 0 0 15px 0; }
    body.common #main .mainSection.service .helpful .help04 {
      margin: 0; }
      body.common #main .mainSection.service .helpful .help04 .notice {
        font-size: 16px;
        text-align: center;
        margin: 60px 0 30px 0; }
  body.common #main .mainSection.service .safety {
    padding: 120px 0 0 0; }
    body.common #main .mainSection.service .safety h3 {
      margin: 0 0 60px 0; }
    body.common #main .mainSection.service .safety .lead {
      font-size: 20px;
      text-align: left;
      margin: 0 0 60px 0; }
    body.common #main .mainSection.service .safety > div {
      width: 1000px;
      margin: auto;
      display: flex;
      justify-content: space-between; }
      body.common #main .mainSection.service .safety > div > section h4 {
        color: #2CB2C2;
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 20px 0; }
      body.common #main .mainSection.service .safety > div > section .lead {
        font-size: 20px;
        text-align: left;
        margin: 0 0 60px 0; }
      body.common #main .mainSection.service .safety > div .safety01 .inner {
        width: 460px; }
        body.common #main .mainSection.service .safety > div .safety01 .inner ul {
          display: flex;
          justify-content: space-between; }
          body.common #main .mainSection.service .safety > div .safety01 .inner ul li {
            width: 460px;
            display: flex;
            justify-content: space-between; }
            body.common #main .mainSection.service .safety > div .safety01 .inner ul li figure {
              width: 220px; }
            body.common #main .mainSection.service .safety > div .safety01 .inner ul li div {
              width: 200px; }
              body.common #main .mainSection.service .safety > div .safety01 .inner ul li div .name {
                font-size: 20px;
                font-weight: bold;
                margin: 0 0 10px 0;
                line-height: 1.5; }
              body.common #main .mainSection.service .safety > div .safety01 .inner ul li div .txt {
                font-size: 16px;
                line-height: 1.5;
                margin: 0 0 15px 0; }
              body.common #main .mainSection.service .safety > div .safety01 .inner ul li div .detail {
                text-align: right; }
                body.common #main .mainSection.service .safety > div .safety01 .inner ul li div .detail a {
                  padding: 0 15px 0 0;
                  font-size: 16px;
                  color: #2CB2C2;
                  background-image: url(img/icon_arrow_right_lb.png);
                  background-position: right center;
                  background-repeat: no-repeat;
                  background-size: 10px;
                  transition: .3s all ease; }
                  body.common #main .mainSection.service .safety > div .safety01 .inner ul li div .detail a:hover {
                    opacity: 0.8; }
      body.common #main .mainSection.service .safety > div .safety02 .inner {
        width: 460px; }
        body.common #main .mainSection.service .safety > div .safety02 .inner ul {
          display: flex;
          justify-content: space-between; }
          body.common #main .mainSection.service .safety > div .safety02 .inner ul li {
            width: 460px;
            display: flex;
            justify-content: space-between; }
            body.common #main .mainSection.service .safety > div .safety02 .inner ul li figure {
              width: 220px; }
            body.common #main .mainSection.service .safety > div .safety02 .inner ul li div {
              width: 200px; }
              body.common #main .mainSection.service .safety > div .safety02 .inner ul li div .name {
                font-size: 20px;
                font-weight: bold;
                margin: 0 0 10px 0;
                line-height: 1.5; }
              body.common #main .mainSection.service .safety > div .safety02 .inner ul li div .txt {
                font-size: 16px;
                line-height: 1.5;
                margin: 0 0 15px 0; }
              body.common #main .mainSection.service .safety > div .safety02 .inner ul li div .detail {
                text-align: right; }
                body.common #main .mainSection.service .safety > div .safety02 .inner ul li div .detail a {
                  padding: 0 15px 0 0;
                  font-size: 16px;
                  color: #2CB2C2;
                  background-image: url(img/icon_arrow_right_lb.png);
                  background-position: right center;
                  background-repeat: no-repeat;
                  background-size: 10px; }
  body.common #main .mainSection.info ul.category {
    width: 1000px;
    display: flex;
    margin: 0 auto 60px; }
    body.common #main .mainSection.info ul.category li {
      background: #F4F4F4;
      padding: 10px 20px;
      font-size: 16px;
      margin: 0 10px 0 0;
      border-radius: 100px;
      color: #004F8E;
      font-weight: bold;
      transition: .2s ease all; }
      body.common #main .mainSection.info ul.category li.current {
        background: #004F8E;
        color: #fff; }
        body.common #main .mainSection.info ul.category li.current:hover {
          cursor: inherit; }
      body.common #main .mainSection.info ul.category li:hover {
        background: #004F8E;
        color: #fff;
        cursor: pointer; }
  body.common #main .mainSection.info div.info_list {
    margin: 0 0 200px 0; }
    body.common #main .mainSection.info div.info_list .notice {
      font-size: 16px;
      margin: 0 0 50px 0; }
    body.common #main .mainSection.info div.info_list ul.list {
      border-bottom: 1px solid #ccc;
      margin: 0 0 60px 0; }
      body.common #main .mainSection.info div.info_list ul.list li {
        border-top: 1px solid #ccc; }
        body.common #main .mainSection.info div.info_list ul.list li a {
          display: block;
          padding: 30px 0; }
          body.common #main .mainSection.info div.info_list ul.list li a p {
            font-size: 16px;
            font-weight: bold;
            margin: 0 0 15px 0; }
          body.common #main .mainSection.info div.info_list ul.list li a .data {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            body.common #main .mainSection.info div.info_list ul.list li a .data time {
              font-size: 14px;
              color: #3E3E3E; }
            body.common #main .mainSection.info div.info_list ul.list li a .data .category {
              font-size: 12px;
              color: #fff;
              background: #004F8E;
              padding: 5px 10px;
              border-radius: 20px; }
    body.common #main .mainSection.info div.info_list div.pager {
      display: flex;
      justify-content: center;
      align-items: center; }
      body.common #main .mainSection.info div.info_list div.pager .prev,
      body.common #main .mainSection.info div.info_list div.pager .next {
        margin: 0 20px; }
        body.common #main .mainSection.info div.info_list div.pager .prev a,
        body.common #main .mainSection.info div.info_list div.pager .next a {
          font-size: 16px;
          display: inline-block;
          background: #F4F4F4;
          color: #004F8E;
          width: 54px;
          height: 54px;
          border-radius: 100px;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: .2s all ease; }
          body.common #main .mainSection.info div.info_list div.pager .prev a:hover,
          body.common #main .mainSection.info div.info_list div.pager .next a:hover {
            background: #004F8E; }
            body.common #main .mainSection.info div.info_list div.pager .prev a:hover span,
            body.common #main .mainSection.info div.info_list div.pager .next a:hover span {
              color: #fff; }
          body.common #main .mainSection.info div.info_list div.pager .prev a span,
          body.common #main .mainSection.info div.info_list div.pager .next a span {
            color: #004F8E; }
      body.common #main .mainSection.info div.info_list div.pager ul {
        display: flex; }
        body.common #main .mainSection.info div.info_list div.pager ul li {
          font-size: 16px;
          margin: 0 2.5px; }
          body.common #main .mainSection.info div.info_list div.pager ul li a {
            font-size: 16px;
            display: inline-block;
            background: #F4F4F4;
            color: #004F8E;
            padding: 15px;
            border-radius: 10px;
            transition: .2s all ease; }
            body.common #main .mainSection.info div.info_list div.pager ul li a:hover {
              background: #004F8E;
              color: #fff; }
          body.common #main .mainSection.info div.info_list div.pager ul li.current {
            background: #004F8E;
            color: #fff;
            padding: 15px;
            border-radius: 10px; }
  body.common #main .mainSection.info article {
    width: 670px;
    margin: auto; }
    body.common #main .mainSection.info article h2 {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.5;
      margin: 0 0 20px 0; }
    body.common #main .mainSection.info article h3 {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.5;
      margin: 0 0 20px 0; }
    body.common #main .mainSection.info article h4 {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5;
      margin: 0 0 20px 0; }
    body.common #main .mainSection.info article h5 {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5;
      margin: 0 0 20px 0; }
    body.common #main .mainSection.info article h6 {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      margin: 0 0 20px 0; }
    body.common #main .mainSection.info article h2.article_title {
      margin: 0 0 20px 0;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.5; }
    body.common #main .mainSection.info article div.article_data {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 0 40px 0; }
      body.common #main .mainSection.info article div.article_data .date {
        font-size: 14px; }
      body.common #main .mainSection.info article div.article_data .category {
        font-size: 14px;
        background: #004F8E;
        color: #fff;
        border-radius: 100px;
        padding: 5px 10px; }
    body.common #main .mainSection.info article img {
      margin: 0 0 60px 0; }
    body.common #main .mainSection.info article .title {
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 20px 0;
      line-height: 1.5; }
    body.common #main .mainSection.info article p {
      font-size: 16px;
      line-height: 1.5;
      margin: 0 0 40px 0; }
    body.common #main .mainSection.info article dl {
      margin: 0 0 40px 0; }
      body.common #main .mainSection.info article dl dt {
        font-size: 16px;
        margin: 0 0 10px 0;
        line-height: 1.5; }
      body.common #main .mainSection.info article dl dd {
        font-size: 16px;
        margin: 0 0 20px 0;
        line-height: 1.5; }
    body.common #main .mainSection.info article .btn a {
      font-size: 16px;
      background: #004F8E;
      color: #fff;
      border-radius: 100px;
      padding: 10px 20px;
      display: inline-block;
      margin: 0 0 40px 0;
      transition: .3s all ease; }
      body.common #main .mainSection.info article .btn a:hover {
        opacity: .8; }
    body.common #main .mainSection.info article a {
      color: #2CB2C2;
      font-size: 16px;
      line-height: 1.5;
      margin: 0 0 40px 0;
      display: inline-block; }
    body.common #main .mainSection.info article ul {
      margin: 0 0 60px 0; }
      body.common #main .mainSection.info article ul li {
        list-style-type: initial;
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 20px 25px; }
    body.common #main .mainSection.info article table {
      margin: 0 0 60px 0;
      border-left: 1px solid #ccc;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
      body.common #main .mainSection.info article table tr {
        border-bottom: 1px solid #ccc; }
        body.common #main .mainSection.info article table tr th {
          font-weight: bold;
          border-right: 1px solid #ccc;
          vertical-align: top;
          padding: 20px;
          line-height: 1.5; }
        body.common #main .mainSection.info article table tr td {
          border-right: 1px solid #ccc;
          vertical-align: top;
          padding: 20px;
          line-height: 1.5; }
    body.common #main .mainSection.info article .yt {
      margin: 0 0 40px 0; }
      body.common #main .mainSection.info article .yt iframe {
        height: 376px; }
    body.common #main .mainSection.info article .shop {
      background: #F4F4F4;
      border-radius: 20px;
      padding: 40px;
      margin: 0 0 40px 0; }
      body.common #main .mainSection.info article .shop div {
        font-size: 16px;
        font-weight: bold; }
      body.common #main .mainSection.info article .shop ul {
        margin: 0;
        padding: 0; }
        body.common #main .mainSection.info article .shop ul li {
          font-size: 16px;
          list-style: none;
          line-height: 1.5;
          margin: 10px 0 0 0; }
  body.common #main .mainSection.info .btn02 {
    margin: 0 0 200px 0; }
  body.common #main .mainSection.company .company_nav {
    width: 1000px;
    margin: 0 auto 180px; }
    body.common #main .mainSection.company .company_nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      body.common #main .mainSection.company .company_nav ul li {
        display: flex;
        margin: 0 6px 20px; }
        body.common #main .mainSection.company .company_nav ul li.cn01 a {
          background-image: url(img/company_nav01.png); }
        body.common #main .mainSection.company .company_nav ul li.cn02 a {
          background-image: url(img/company_nav02.png); }
        body.common #main .mainSection.company .company_nav ul li.cn03 a {
          background-image: url(img/company_nav03.png); }
        body.common #main .mainSection.company .company_nav ul li.cn04 a {
          background-image: url(img/company_nav04.png); }
        body.common #main .mainSection.company .company_nav ul li.cn05 a {
          background-image: url(img/company_nav05.png); }
        body.common #main .mainSection.company .company_nav ul li.cn06 a {
          background-image: url(img/company_nav06.png); }
        body.common #main .mainSection.company .company_nav ul li a {
          color: #fff;
          font-size: 22px;
          font-weight: bold;
          line-height: 1.5;
          display: block;
          width: 320px;
          height: 260px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 20px;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          transition: .3s all ease; }
          body.common #main .mainSection.company .company_nav ul li a:hover {
            opacity: 0.8; }
          body.common #main .mainSection.company .company_nav ul li a:after {
            content: "";
            margin: 0 0 0 20px;
            background-image: url(img/icon_company_arrow.png);
            background-size: 17px;
            background-repeat: no-repeat;
            width: 17px;
            height: 17px; }
  body.common #main .mainSection.company section .inner .ly {
    position: relative;
    height: 700px; }
    body.common #main .mainSection.company section .inner .ly .ly-main {
      position: absolute;
      top: 0;
      right: 0;
      width: 660px;
      z-index: 1; }
      body.common #main .mainSection.company section .inner .ly .ly-main figure img {
        border-radius: 40px; }
    body.common #main .mainSection.company section .inner .ly .ly-sub {
      position: absolute;
      top: 40px;
      left: 0;
      z-index: 2;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 40px;
      width: 500px;
      box-sizing: border-box;
      padding: 50px; }
      body.common #main .mainSection.company section .inner .ly .ly-sub h3 {
        font-size: 32px;
        text-align: left;
        line-height: 1.5; }
      body.common #main .mainSection.company section .inner .ly .ly-sub p {
        font-size: 16px;
        line-height: 1.75; }
  body.common #main .mainSection.company section .company_header {
    width: 1000px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body.common #main .mainSection.company section .company_header figure {
      width: 590px; }
    body.common #main .mainSection.company section .company_header .ly-main {
      width: 370px; }
    body.common #main .mainSection.company section .company_header h3 {
      font-size: 32px;
      text-align: left;
      margin: 0; }
    body.common #main .mainSection.company section .company_header p {
      margin: 20px 0 30px 0;
      font-size: 16px;
      text-align: left;
      line-height: 1.75; }
  body.common #main .mainSection.company section .company_header2 {
    width: 670px;
    margin: 0 auto 100px; }
    body.common #main .mainSection.company section .company_header2 p {
      font-size: 16px;
      line-height: 1.75; }
    body.common #main .mainSection.company section .company_header2 figure {
      margin: 100px auto;
      width: 516px; }
  body.common #main .mainSection.company section .nr {
    font-size: 16px;
    text-align: center; }
  body.common #main .mainSection.company .contact {
    background: #F4F4F4;
    margin: 0 0 100px 0;
    padding: 100px 0 80px 0; }
    body.common #main .mainSection.company .contact .inner {
      width: 340px;
      margin: auto; }
      body.common #main .mainSection.company .contact .inner .btn02 {
        margin: 0 0 60px 0; }
      body.common #main .mainSection.company .contact .inner h4 {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 20px 0; }
      body.common #main .mainSection.company .contact .inner p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 10px 0; }
        body.common #main .mainSection.company .contact .inner p.tel {
          font-size: 32px;
          font-weight: bold; }
          body.common #main .mainSection.company .contact .inner p.tel a {
            font-size: 32px;
            font-weight: bold; }
  body.common #main .mainSection.company.overview .list01 {
    width: 670px;
    margin: 0 auto 100px;
    border-top: 1px solid #ccc; }
    body.common #main .mainSection.company.overview .list01 li {
      display: flex;
      justify-content: space-between;
      align-content: top;
      flex-wrap: wrap;
      padding: 30px 0;
      border-bottom: 1px solid #ccc; }
      body.common #main .mainSection.company.overview .list01 li .title {
        width: 240px;
        font-size: 18px;
        line-height: 1.5;
        font-weight: bold; }
      body.common #main .mainSection.company.overview .list01 li .content {
        width: 430px;
        font-size: 16px;
        line-height: 1.5; }
  body.common #main .mainSection.company.tenant .block01 {
    margin: 0 0 100px 0; }
    body.common #main .mainSection.company.tenant .block01 h4 {
      width: 670px;
      font-size: 24px;
      font-weight: bold;
      margin: 0 auto 40px; }
  body.common #main .mainSection.company.tenant .list01 {
    width: 670px;
    margin: 0 auto 60px;
    border-top: 1px solid #ccc; }
    body.common #main .mainSection.company.tenant .list01 li {
      display: flex;
      justify-content: space-between;
      align-content: top;
      flex-wrap: wrap;
      border-bottom: 1px solid #ccc; }
      body.common #main .mainSection.company.tenant .list01 li .title {
        padding: 30px;
        box-sizing: border-box;
        background: #CCDCE8;
        color: #004F8E;
        width: 240px;
        font-size: 18px;
        line-height: 1.5;
        font-weight: bold; }
      body.common #main .mainSection.company.tenant .list01 li .content {
        padding: 30px;
        box-sizing: border-box;
        width: 430px;
        font-size: 16px;
        line-height: 1.5; }
        body.common #main .mainSection.company.tenant .list01 li .content img {
          margin: 20px 0 0 0; }
  body.common #main .mainSection.company.event .pdf {
    margin: 0 0 60px 0; }
  body.common #main .mainSection.company.event .nr {
    margin: 0 0 60px 0; }
  body.common #main .mainSection.company.buisiness .tab {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between; }
    body.common #main .mainSection.company.buisiness .tab li {
      width: 328px;
      color: #004F8E;
      background: #F4F4F4;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      padding: 30px 0;
      border-radius: 20px 20px 0 0;
      cursor: pointer;
      transition: .2s all ease; }
      body.common #main .mainSection.company.buisiness .tab li.current {
        background: #004F8E;
        color: #fff;
        cursor: inherit; }
      body.common #main .mainSection.company.buisiness .tab li:hover {
        background: #004F8E;
        color: #fff; }
  body.common #main .mainSection.company.buisiness .tab_content {
    width: 1000px;
    margin: 0 auto 100px;
    border: 4px solid #004F8E;
    box-sizing: border-box; }
    body.common #main .mainSection.company.buisiness .tab_content .tab_content_lead {
      font-size: 18px;
      text-align: center;
      padding: 80px 0; }
    body.common #main .mainSection.company.buisiness .tab_content.tc01 ul.brand {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      body.common #main .mainSection.company.buisiness .tab_content.tc01 ul.brand li {
        width: 376px;
        margin: 0 0 80px 0; }
        body.common #main .mainSection.company.buisiness .tab_content.tc01 ul.brand li .logo {
          width: 110px;
          margin: 0 auto 30px; }
        body.common #main .mainSection.company.buisiness .tab_content.tc01 ul.brand li .name {
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          margin: 0 0 20px 0; }
        body.common #main .mainSection.company.buisiness .tab_content.tc01 ul.brand li p {
          margin: 0 0 30px 0;
          font-size: 14px;
          line-height: 1.5; }
        body.common #main .mainSection.company.buisiness .tab_content.tc01 ul.brand li .photo {
          margin: 0 0 30px 0; }
    body.common #main .mainSection.company.buisiness .tab_content.tc02 .logo {
      width: 103px;
      margin: 80px auto 60px; }
    body.common #main .mainSection.company.buisiness .tab_content.tc02 ul.fujiya {
      padding: 0 84px; }
      body.common #main .mainSection.company.buisiness .tab_content.tc02 ul.fujiya li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 60px 0; }
        body.common #main .mainSection.company.buisiness .tab_content.tc02 ul.fujiya li p {
          font-size: 14px;
          line-height: 1.5;
          width: 416px; }
        body.common #main .mainSection.company.buisiness .tab_content.tc02 ul.fujiya li figure {
          width: 376px; }
    body.common #main .mainSection.company.buisiness .tab_content.tc02 .btn02 {
      margin: 0 0 80px 0; }
    body.common #main .mainSection.company.buisiness .tab_content.tc03 .tab_content_lead {
      text-align: left;
      padding: 80px;
      font-size: 16px;
      line-height: 1.75; }
    body.common #main .mainSection.company.buisiness .tab_content.tc03 ul.brand {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      body.common #main .mainSection.company.buisiness .tab_content.tc03 ul.brand li {
        width: 376px;
        margin: 0 0 80px 0; }
        body.common #main .mainSection.company.buisiness .tab_content.tc03 ul.brand li .logo {
          width: 110px;
          margin: 0 auto 30px; }
        body.common #main .mainSection.company.buisiness .tab_content.tc03 ul.brand li .name {
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          margin: 0 0 20px 0; }
        body.common #main .mainSection.company.buisiness .tab_content.tc03 ul.brand li p {
          margin: 0 0 30px 0;
          font-size: 14px;
          line-height: 1.5; }
        body.common #main .mainSection.company.buisiness .tab_content.tc03 ul.brand li .photo {
          margin: 0 0 30px 0; }
  body.common #main .mainSection.company.sustainability .block {
    width: 1000px;
    margin: 0 auto 100px; }
    body.common #main .mainSection.company.sustainability .block .block_header figure {
      margin: 0 auto 40px; }
    body.common #main .mainSection.company.sustainability .block .block_header h4 {
      font-size: 32px;
      font-weight: bold;
      text-align: center;
      margin: 0 0 60px 0; }
    body.common #main .mainSection.company.sustainability .block .block_content {
      display: flex;
      justify-content: space-between; }
      body.common #main .mainSection.company.sustainability .block .block_content .ly-main {
        width: 500px; }
      body.common #main .mainSection.company.sustainability .block .block_content .ly-sub {
        width: 440px; }
        body.common #main .mainSection.company.sustainability .block .block_content .ly-sub dl dt {
          font-size: 20px;
          font-weight: bold;
          margin: 30px 0 10px 0; }
          body.common #main .mainSection.company.sustainability .block .block_content .ly-sub dl dt span {
            color: #2CB2C2; }
        body.common #main .mainSection.company.sustainability .block .block_content .ly-sub dl dd {
          font-size: 16px;
          line-height: 1.75;
          margin: 0 0 0 25px; }
          body.common #main .mainSection.company.sustainability .block .block_content .ly-sub dl dd.notice {
            font-size: 12px; }
          body.common #main .mainSection.company.sustainability .block .block_content .ly-sub dl dd .btn02 {
            justify-content: left; }
  body.common #main .mainSection.company.sustainability .block01 .block_header figure {
    width: 430px; }
  body.common #main .mainSection.company.sustainability .block02 .block_header figure {
    width: 210px; }
  body.common #main .mainSection.company.sustainability .block03 .block_header figure {
    width: 650px; }
  body.common #main .mainSection.company.sustainability .block04 .block_header figure {
    width: 430px; }
  body.common #main .mainSection.company.sustainability .block05 .block_header figure {
    width: 100px; }
  body.common #main .mainSection.company.education .block {
    width: 1000px;
    margin: 0 auto 60px; }
    body.common #main .mainSection.company.education .block .block_header figure {
      margin: 0 auto 40px; }
    body.common #main .mainSection.company.education .block .block_content {
      display: flex;
      justify-content: space-between; }
      body.common #main .mainSection.company.education .block .block_content .ly-main {
        width: 500px; }
      body.common #main .mainSection.company.education .block .block_content .ly-sub {
        width: 440px; }
        body.common #main .mainSection.company.education .block .block_content .ly-sub h4 {
          font-size: 24px;
          font-weight: bold;
          margin: 20px 0 30px 0; }
        body.common #main .mainSection.company.education .block .block_content .ly-sub p {
          font-size: 16px;
          line-height: 1.75; }
  body.common #main .mainSection.company.education .communication {
    background: #F4F4F4;
    padding: 100px 0;
    margin: 0 0 100px 0; }
    body.common #main .mainSection.company.education .communication h3 {
      margin: 0 0 60px 0; }
    body.common #main .mainSection.company.education .communication .ly {
      width: 670px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      body.common #main .mainSection.company.education .communication .ly .ly-main {
        width: 360px; }
        body.common #main .mainSection.company.education .communication .ly .ly-main h4 {
          margin: 0 0 20px 0;
          font-size: 24px;
          font-weight: bold;
          line-height: 1.5; }
        body.common #main .mainSection.company.education .communication .ly .ly-main p {
          font-size: 16px;
          line-height: 1.5; }
          body.common #main .mainSection.company.education .communication .ly .ly-main p.notice {
            margin: 20px 0 0 0;
            font-size: 12px; }
      body.common #main .mainSection.company.education .communication .ly .ly-sub {
        width: 250px; }
  body.common #main .mainSection.company.education .effort {
    padding: 0 0 60px 0; }
    body.common #main .mainSection.company.education .effort .recipe {
      width: 670px;
      margin: 0 auto 100px; }
      body.common #main .mainSection.company.education .effort .recipe h4 {
        font-size: 24px;
        font-weight: bold;
        margin: 60px 0 20px 0; }
      body.common #main .mainSection.company.education .effort .recipe p {
        font-size: 16px;
        line-height: 1.75;
        margin: 0 0 60px 0; }
  body.common #main .mainSection.company.commodity .mainHeader .icon img {
    width: 75px; }
  body.common #main .mainSection.company.commodity .company_header {
    align-items: flex-start; }
  body.common #main .mainSection.company.commodity .item {
    width: 1000px;
    margin: auto; }
    body.common #main .mainSection.company.commodity .item .lead {
      font-size: 20px; }
    body.common #main .mainSection.company.commodity .item ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      body.common #main .mainSection.company.commodity .item ul li {
        width: 460px;
        margin: 0 0 60px 0; }
        body.common #main .mainSection.company.commodity .item ul li h4 {
          font-size: 20px;
          font-weight: bold;
          margin: 20px 0 10px 0; }
        body.common #main .mainSection.company.commodity .item ul li p {
          font-size: 16px;
          line-height: 1.75;
          margin: 0 0 20px 0; }
  body.common #main .mainSection.company.commodity .pickup {
    width: 1000px;
    border-radius: 40px;
    margin: 0 auto 100px;
    background: #F4F4F4;
    text-align: center;
    padding: 60px 0; }
    body.common #main .mainSection.company.commodity .pickup h3 {
      margin: 0 0 40px 0; }
    body.common #main .mainSection.company.commodity .pickup p {
      margin: 0 60px 60px;
      line-height: 1.5; }
  body.common #main .mainSection.concierge .mainContent .lead {
    width: 1000px;
    margin: 0 auto 100px;
    line-height: 1.5;
    text-align: left; }
  body.common #main .mainSection.concierge .mainContent .block01 {
    width: 1000px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body.common #main .mainSection.concierge .mainContent .block01 div {
      width: 370px; }
      body.common #main .mainSection.concierge .mainContent .block01 div h3 {
        font-size: 32px;
        text-align: left; }
      body.common #main .mainSection.concierge .mainContent .block01 div p {
        font-size: 16px;
        line-height: 1.75; }
    body.common #main .mainSection.concierge .mainContent .block01 figure {
      width: 590px; }
  body.common #main .mainSection.concierge .mainContent .block02 {
    width: 674px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body.common #main .mainSection.concierge .mainContent .block02 div {
      width: 384px; }
      body.common #main .mainSection.concierge .mainContent .block02 div h4 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        margin: 0 0 20px 0; }
      body.common #main .mainSection.concierge .mainContent .block02 div p {
        font-size: 16px;
        line-height: 1.75; }
    body.common #main .mainSection.concierge .mainContent .block02 figure {
      width: 250px; }
  body.common #main .mainSection.concierge .mainContent .block03 {
    width: 1000px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body.common #main .mainSection.concierge .mainContent .block03 div {
      width: 445px; }
      body.common #main .mainSection.concierge .mainContent .block03 div dl dt {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        margin: 15px 0 10px 0; }
      body.common #main .mainSection.concierge .mainContent .block03 div dl dd {
        font-size: 16px;
        line-height: 1.75;
        margin: 0 0 20px 0; }
    body.common #main .mainSection.concierge .mainContent .block03 figure {
      width: 500px; }
  body.common #main .mainSection.concierge .mainContent .block04 {
    width: 1000px;
    margin: 0 auto 200px; }
    body.common #main .mainSection.concierge .mainContent .block04 ul {
      margin: 100px 0;
      display: flex;
      justify-content: space-between; }
      body.common #main .mainSection.concierge .mainContent .block04 ul li {
        width: 308px; }
        body.common #main .mainSection.concierge .mainContent .block04 ul li figure {
          margin: 0 0 15px 0; }
        body.common #main .mainSection.concierge .mainContent .block04 ul li p {
          font-size: 16px;
          line-height: 1.75; }
    body.common #main .mainSection.concierge .mainContent .block04 p.close {
      font-size: 18px;
      line-height: 1.75;
      text-align: center; }
  body.common #main .mainSection.concierge .mainContent .concierge_list {
    margin: 0 0 60px 0; }
    body.common #main .mainSection.concierge .mainContent .concierge_list .slick-dots {
      display: none !important; }
    body.common #main .mainSection.concierge .mainContent .concierge_list ul li {
      width: 293px;
      margin: 0 20px; }
      body.common #main .mainSection.concierge .mainContent .concierge_list ul li figure {
        margin: 0 0 10px 0; }
      body.common #main .mainSection.concierge .mainContent .concierge_list ul li .name {
        font-size: 16px;
        font-weight: bold; }
  body.common #main .mainSection.concierge .mainContent .btn02 {
    margin: 0 0 100px 0; }
  body.common #main .mainSection.line .block01 {
    width: 1000px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body.common #main .mainSection.line .block01 figure {
      width: 590px; }
    body.common #main .mainSection.line .block01 .ly-main {
      width: 370px; }
      body.common #main .mainSection.line .block01 .ly-main h3 {
        font-size: 50px; }
      body.common #main .mainSection.line .block01 .ly-main p {
        font-size: 16px;
        line-height: 1.75;
        margin: 0 0 40px 0; }
      body.common #main .mainSection.line .block01 .ly-main .btn02 a {
        background-color: #06C755;
        border: none; }
  body.common #main .mainSection.line .block02 {
    width: 1000px;
    margin: 0 auto 100px; }
    body.common #main .mainSection.line .block02 h3 {
      margin: 0 0 60px 0; }
    body.common #main .mainSection.line .block02 ul {
      display: flex;
      justify-content: space-between; }
      body.common #main .mainSection.line .block02 ul li {
        width: 300px; }
        body.common #main .mainSection.line .block02 ul li figure {
          width: 180px;
          margin: 0 auto 70px; }
        body.common #main .mainSection.line .block02 ul li .tit {
          font-size: 24px;
          font-weight: bold;
          text-align: center;
          margin: 0 0 15px 0; }
        body.common #main .mainSection.line .block02 ul li p {
          font-size: 16px;
          line-height: 1.75; }
        body.common #main .mainSection.line .block02 ul li:nth-child(1) {
          background-image: url(img/bg_line_num01.png);
          background-position: right top 165px;
          background-repeat: no-repeat;
          background-size: 122px; }
        body.common #main .mainSection.line .block02 ul li:nth-child(2) {
          background-image: url(img/bg_line_num02.png);
          background-position: right top 165px;
          background-repeat: no-repeat;
          background-size: 122px; }
        body.common #main .mainSection.line .block02 ul li:nth-child(3) {
          background-image: url(img/bg_line_num03.png);
          background-position: right top 165px;
          background-repeat: no-repeat;
          background-size: 122px; }
  body.common #main .mainSection.line .block03 {
    margin: 0 0 200px 0; }
    body.common #main .mainSection.line .block03 h3 {
      margin: 0 0 60px 0; }
    body.common #main .mainSection.line .block03 div#slider03 {
      margin: 0 0 90px 0;
      position: relative; }
      body.common #main .mainSection.line .block03 div#slider03 .arrow {
        position: absolute;
        bottom: -37px;
        width: 24px;
        cursor: pointer; }
      body.common #main .mainSection.line .block03 div#slider03 .arrow_l {
        left: calc(100%/2 + -100px); }
      body.common #main .mainSection.line .block03 div#slider03 .arrow_r {
        right: calc(100%/2 + -100px); }
      body.common #main .mainSection.line .block03 div#slider03 .slick-slide {
        width: 293px;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 15px;
        margin: 0 20px 6px 20px; }
        body.common #main .mainSection.line .block03 div#slider03 .slick-slide a figure img {
          border-radius: 15px 15px 0 0; }
        body.common #main .mainSection.line .block03 div#slider03 .slick-slide a p {
          padding: 10px 20px 5px 20px;
          font-size: 16px;
          font-weight: bold;
          line-height: 2; }
        body.common #main .mainSection.line .block03 div#slider03 .slick-slide a .tag {
          padding: 0 20px 20px; }
          body.common #main .mainSection.line .block03 div#slider03 .slick-slide a .tag ul li {
            margin: 5px 0 0 0;
            font-size: 12px;
            display: inline-block;
            color: #fff;
            background: #004F8E;
            padding: 4px 7px;
            border-radius: 10px; }
      body.common #main .mainSection.line .block03 div#slider03 .slick-dots {
        bottom: -35px; }
  body.common #main .mainSection.traceability .block01 {
    width: 1000px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between; }
    body.common #main .mainSection.traceability .block01 > figure {
      width: 590px; }
    body.common #main .mainSection.traceability .block01 .ly-main {
      width: 370px; }
      body.common #main .mainSection.traceability .block01 .ly-main h3 {
        font-size: 32px;
        text-align: left; }
      body.common #main .mainSection.traceability .block01 .ly-main p {
        font-size: 16px;
        line-height: 1.75;
        margin: 0 0 40px 0; }
      body.common #main .mainSection.traceability .block01 .ly-main > figure {
        margin: 0 0 0 110px;
        width: 255px; }
      body.common #main .mainSection.traceability .block01 .ly-main .btn02 a {
        background-color: #06C755; }
  body.common #main .mainSection.traceability .block02 {
    width: 670px;
    margin: 0 auto 200px; }
    body.common #main .mainSection.traceability .block02 .notice {
      font-size: 14px;
      text-align: right;
      margin: 0 0 10px 0; }
    body.common #main .mainSection.traceability .block02 table {
      margin: 0 0 100px 0; }
      body.common #main .mainSection.traceability .block02 table tr:nth-child(odd) {
        background: #f4f4f4; }
      body.common #main .mainSection.traceability .block02 table tr:last-child {
        border-bottom: 1px solid #ccc; }
      body.common #main .mainSection.traceability .block02 table tr th {
        background: #CCDCE8;
        font-size: 16px;
        color: #004F8E;
        font-weight: bold;
        height: 84px;
        vertical-align: middle;
        border-right: 1px solid #ccc; }
        body.common #main .mainSection.traceability .block02 table tr th.date {
          width: 154px; }
        body.common #main .mainSection.traceability .block02 table tr th.num01 {
          width: 258px; }
        body.common #main .mainSection.traceability .block02 table tr th.num02 {
          width: 258px; }
        body.common #main .mainSection.traceability .block02 table tr th:last-child {
          border: none; }
      body.common #main .mainSection.traceability .block02 table tr td {
        font-size: 16px;
        height: 84px;
        vertical-align: top;
        border-right: 1px solid #ccc;
        padding: 30px; }
        body.common #main .mainSection.traceability .block02 table tr td:last-child {
          border: none; }
        body.common #main .mainSection.traceability .block02 table tr td div {
          margin: 0 0 10px 0; }
    body.common #main .mainSection.traceability .block02 .btn_lead {
      font-size: 16px;
      text-align: center;
      margin: 0 0 30px 0; }
    body.common #main .mainSection.traceability .block02 .btn02 a {
      background-image: url(img/icon_link_direct.png);
      background-size: 15px; }
      body.common #main .mainSection.traceability .block02 .btn02 a span {
        font-size: 14px;
        color: #fff;
        display: inline-block;
        margin: 0 0 0.5em; }
  body.common #main .mainSection.privacy_policy .block01 {
    width: 670px;
    margin: 0 auto 100px; }
  body.common #main .mainSection.privacy_policy .block02 {
    width: 670px;
    margin: 0 auto 50px; }
  body.common #main .mainSection.privacy_policy .block03 {
    width: 670px;
    margin: 0 auto 200px; }
    body.common #main .mainSection.privacy_policy .block03 a {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      display: block;
      padding: 30px;
      text-decoration: underline;
      background: #F4F4F4;
      border-radius: 20px; }
  body.common #main .mainSection.privacy_policy h3 {
    text-align: left !important; }
  body.common #main .mainSection.privacy_policy h4 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold; }
  body.common #main .mainSection.privacy_policy .text {
    margin-bottom: 60px; }
    body.common #main .mainSection.privacy_policy .text:last-child {
      margin-bottom: 0; }
    body.common #main .mainSection.privacy_policy .text p {
      line-height: 1.75; }
    body.common #main .mainSection.privacy_policy .text a {
      color: #2CB2C2; }
      body.common #main .mainSection.privacy_policy .text a:hover {
        opacity: 0.7; }
  body.common #main .mainSection.privacy_policy .notes {
    margin-top: 30px; }
    body.common #main .mainSection.privacy_policy .notes li {
      font-size: 12px;
      line-height: 1.58; }
  body.common #main .mainSection.privacy_policy .list li {
    line-height: 1.75; }
  body.common #main .mainSection.privacy_policy .gray_box {
    margin-top: 30px;
    padding: 40px;
    background: #F4F4F4;
    border-radius: 20px; }
  body.common #main .mainSection.privacy_policy .bold {
    font-weight: bold; }
  body.common #main .mainSection.privacy_policy .return li {
    text-indent: -1em;
    margin: 0 0 0 1em; }
  body.common #main .mainSection.tokushoho .block01 {
    width: 670px;
    margin: 0 auto 100px; }
  body.common #main .mainSection.tokushoho .block02 {
    width: 670px;
    margin: 0 auto 200px; }
  body.common #main .mainSection.tokushoho h3 {
    text-align: left !important; }
  body.common #main .mainSection.tokushoho h4 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold; }
  body.common #main .mainSection.tokushoho h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75; }
  body.common #main .mainSection.tokushoho .text {
    margin-bottom: 30px;
    line-height: 1.75; }
    body.common #main .mainSection.tokushoho .text:last-child {
      margin-bottom: 0; }
  body.common #main .mainSection.tokushoho table {
    margin-bottom: 60px;
    border-top: 1px solid #CCCCCC; }
    body.common #main .mainSection.tokushoho table:last-child {
      margin-bottom: 0; }
    body.common #main .mainSection.tokushoho table tr {
      border-bottom: 1px solid #CCCCCC; }
    body.common #main .mainSection.tokushoho table th {
      width: 200px;
      padding: 30px 0;
      font-weight: bold;
      text-align: left;
      vertical-align: top;
      font-size: 18px; }
    body.common #main .mainSection.tokushoho table td {
      padding: 30px 0 30px 40px;
      line-height: 1.75;
      vertical-align: top; }
    body.common #main .mainSection.tokushoho table a {
      color: #2CB2C2; }
      body.common #main .mainSection.tokushoho table a:hover {
        opacity: 0.7; }
  body.common #main .mainSection.tokushoho .gray_box {
    padding: 40px;
    border-radius: 20px;
    background: #F4F4F4; }
    body.common #main .mainSection.tokushoho .gray_box p {
      line-height: 1.75; }
  body.common #main .mainSection.tokushoho .bold {
    font-weight: bold; }
  body.common #main .mainSection.contact .mainHeader .icon img {
    width: 65px; }
  body.common #main .mainSection.contact .sp_show {
    display: none; }
  body.common #main .mainSection.contact .block01 {
    width: 670px;
    margin: 0 auto 100px; }
    body.common #main .mainSection.contact .block01 .text {
      margin-bottom: 60px; }
    body.common #main .mainSection.contact .block01 p {
      line-height: 1.75; }
  body.common #main .mainSection.contact .bg_gray {
    padding: 100px 0;
    background: #F4F4F4; }
  body.common #main .mainSection.contact .block02 {
    display: flex;
    width: 1000px;
    margin: auto; }
    body.common #main .mainSection.contact .block02 p {
      line-height: 1.75; }
    body.common #main .mainSection.contact .block02 a {
      color: #2CB2C2; }
      body.common #main .mainSection.contact .block02 a:hover {
        opacity: 0.7; }
    body.common #main .mainSection.contact .block02 .btn02 a {
      color: #FFF; }
    body.common #main .mainSection.contact .block02 h4 {
      margin-bottom: 20px;
      font-size: 24px;
      font-weight: bold; }
    body.common #main .mainSection.contact .block02 .box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 520px;
      padding: 0 70px; }
    body.common #main .mainSection.contact .block02 .box01 h4 {
      text-align: center; }
    body.common #main .mainSection.contact .block02 .box01 .text {
      margin-bottom: 60px;
      line-height: 1.75; }
    body.common #main .mainSection.contact .block02 .box02 .tel {
      font-size: 31px;
      font-weight: bold; }
      body.common #main .mainSection.contact .block02 .box02 .tel a {
        font-size: 31px;
        font-weight: bold; }
    body.common #main .mainSection.contact .block02 .box02 .time {
      font-size: 12px;
      margin: 0 0 10px 0; }
    body.common #main .mainSection.contact .block02 .box02 .fax_notes {
      padding: 20px;
      font-size: 12px;
      border: 1px solid #CCCCCC; }
  body.common #main .mainSection.contact .handling_store {
    box-sizing: border-box;
    width: 480px;
    margin: 100px auto 200px;
    padding: 70px 40px 40px;
    background: #F4F4F4;
    border-radius: 20px;
    position: relative; }
    body.common #main .mainSection.contact .handling_store::after {
      content: '';
      display: block;
      width: 62px;
      height: 83px;
      background: url(img/handling_store_img.png) no-repeat center top;
      background-size: 100% auto;
      position: absolute;
      top: 110px;
      right: 0; }
    body.common #main .mainSection.contact .handling_store h4 {
      margin-bottom: 20px;
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
    body.common #main .mainSection.contact .handling_store .text {
      margin-bottom: 40px;
      text-align: center;
      line-height: 1.75; }
  body.common #main .mainSection.page404 .block01 {
    width: 1000px;
    margin: 0 auto 200px; }
    body.common #main .mainSection.page404 .block01 .text {
      margin-bottom: 60px;
      text-align: center; } }
@media screen and (max-width: 768px) {
  body.common #main .inner {
    width: 90vw;
    margin: auto; }
  body.common #main .btn01 {
    text-align: center; }
    body.common #main .btn01 a {
      font-size: 4.2vw;
      line-height: 1.5;
      display: block;
      padding: 4vw 0;
      color: #004F8E;
      border: none;
      background: #fff;
      border-radius: 100px;
      font-weight: bold;
      background-image: url(img/icon_arrow_right.png);
      background-position: right 5vw center;
      background-repeat: no-repeat;
      background-size: 1.5vw; }
  body.common #main .btn02 {
    text-align: center; }
    body.common #main .btn02 a {
      font-size: 4.2vw;
      line-height: 1.5;
      display: block;
      padding: 4vw 0;
      color: #fff;
      border: none;
      background: #004F8E;
      border-radius: 100px;
      font-weight: bold;
      background-image: url(img/icon_arrow_right_w.png);
      background-position: right 5vw center;
      background-repeat: no-repeat;
      background-size: 1.5vw; }
  body.common #main .mainSection .mainHeader {
    background: #F4F4F4;
    margin: 0 0 5.3vw 0;
    padding: 9.3vw 0; }
    body.common #main .mainSection .mainHeader .icon {
      margin: 0 0 2vw 0;
      text-align: center; }
      body.common #main .mainSection .mainHeader .icon img {
        width: 9.4vw;
        height: 9.4vw; }
    body.common #main .mainSection .mainHeader h2 {
      font-size: 6.4vw;
      font-weight: bold;
      color: #004F8E;
      text-align: center; }
      body.common #main .mainSection .mainHeader h2 .en {
        font-family: 'Sofia Sans Condensed', sans-serif;
        font-weight: bold;
        display: block;
        margin: 0 0 4vw 0;
        color: #004F8E;
        font-size: 4.2vw; }
  body.common #main .mainSection .mainContent nav.path {
    margin: 0 5.3vw 13vw; }
    body.common #main .mainSection .mainContent nav.path ul li {
      display: inline-block;
      font-size: 2.6vw; }
      body.common #main .mainSection .mainContent nav.path ul li a {
        font-size: 2.6vw; }
      body.common #main .mainSection .mainContent nav.path ul li:after {
        content: "";
        margin: 0 0.5vw 0 1vw;
        display: inline-block;
        width: 2vw;
        height: 2vw;
        background-image: url(img/icon_arrow_path_sp.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 2vw; }
      body.common #main .mainSection .mainContent nav.path ul li.current:after {
        display: none; }
  body.common #main .mainSection .mainContent .lead {
    margin: 0 5vw 9vw 5vw;
    font-size: 4.2vw;
    text-align: center;
    line-height: 1.5; }
  body.common #main .mainSection .mainContent > section h3 {
    text-align: center;
    font-size: 6.4vw;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 5.7vw 0; }
    body.common #main .mainSection .mainContent > section h3 .en {
      font-family: 'Sofia Sans Condensed', sans-serif;
      font-weight: bold;
      display: block;
      font-size: 4.2vw;
      color: #004F8E;
      margin: 0 0 1vw 0; }
    body.common #main .mainSection .mainContent > section h3.mini {
      font-size: 4.2vw; }
  body.common #main .mainSection.shoplist_chirashi h3.shopname {
    font-size: 5.6vw;
    margin: 0 5vw 7vw;
    text-align: left; }
  body.common #main .mainSection.shoplist_chirashi figure.shop_photo {
    margin: 0 5.3vw 8vw; }
  body.common #main .mainSection.shoplist_chirashi figure.heart {
    text-align: center; }
    body.common #main .mainSection.shoplist_chirashi figure.heart img {
      width: 37vw; }
  body.common #main .mainSection.shoplist_chirashi .shop_nav {
    margin: 0 5.3vw 10vw; }
    body.common #main .mainSection.shoplist_chirashi .shop_nav ul {
      display: flex;
      justify-content: space-between;
      margin: auto; }
      body.common #main .mainSection.shoplist_chirashi .shop_nav ul li {
        width: 43vw;
        box-sizing: border-box;
        text-align: center; }
        body.common #main .mainSection.shoplist_chirashi .shop_nav ul li.check a {
          display: block;
          border-radius: 100px;
          text-align: center;
          background: #fff;
          color: #004F8E;
          font-size: 3.7vw;
          font-weight: bold;
          padding: 3vw;
          box-sizing: border-box;
          border: 3px solid #004F8E; }
        body.common #main .mainSection.shoplist_chirashi .shop_nav ul li.fav {
          display: block;
          border-radius: 100px;
          text-align: center;
          background: #aaa;
          color: #fff;
          font-size: 3.7vw;
          font-weight: bold;
          padding: 3vw;
          box-sizing: border-box;
          border: 3px solid #aaa;
          background-image: url(img/icon_heart.png);
          background-position: left 6vw center;
          background-repeat: no-repeat;
          background-size: 4vw;
          text-indent: 4vw; }
          body.common #main .mainSection.shoplist_chirashi .shop_nav ul li.fav.active {
            background-color: #D31F5F;
            border-color: #D31F5F; }
  body.common #main .mainSection.shoplist_chirashi .search_nav {
    margin: 0 0 13vw 0; }
    body.common #main .mainSection.shoplist_chirashi .search_nav > nav h4 {
      font-size: 4.8vw;
      font-weight: bold;
      text-align: center;
      margin: 0 0 20px 0; }
    body.common #main .mainSection.shoplist_chirashi .search_nav .area {
      margin: 0 0 16vw 0; }
    body.common #main .mainSection.shoplist_chirashi .search_nav .shop ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      body.common #main .mainSection.shoplist_chirashi .search_nav .shop ul li {
        width: 28vw; }
  body.common #main .mainSection.shoplist_chirashi .outing {
    margin: 0 0 13vw 0; }
    body.common #main .mainSection.shoplist_chirashi .outing h4 {
      margin: 0 0 4vw 0;
      font-size: 6.4vw;
      font-weight: bold;
      line-height: 1.5;
      text-align: center; }
    body.common #main .mainSection.shoplist_chirashi .outing section {
      background-image: url(img/bg_shoplist_chirashi_img01.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      border-radius: 5vw;
      padding: 12vw 5.3vw; }
      body.common #main .mainSection.shoplist_chirashi .outing section h5 {
        color: #fff;
        margin: 0 0 60px 0;
        text-align: center;
        font-size: 32px;
        font-weight: bold; }
        body.common #main .mainSection.shoplist_chirashi .outing section h5 .en {
          font-family: 'Sofia Sans Condensed', sans-serif;
          font-weight: bold;
          display: block;
          margin: 0 0 20px 0;
          color: #fff;
          font-size: 20px; }
  body.common #main .mainSection.shoplist_chirashi .outing2 {
    margin: 0 0 13vw 0; }
    body.common #main .mainSection.shoplist_chirashi .outing2 h4 {
      margin: 0 0 4vw 0;
      font-size: 6.4vw;
      font-weight: bold;
      line-height: 1.5;
      text-align: center; }
  body.common #main .mainSection.shoplist_chirashi .outing3 {
    margin: 0 0 13vw 0; }
    body.common #main .mainSection.shoplist_chirashi .outing3 h4 {
      margin: 0 0 4vw 0;
      font-size: 6.4vw;
      font-weight: bold;
      line-height: 1.5;
      text-align: center; }
    body.common #main .mainSection.shoplist_chirashi .outing3 .btn_outing {
      margin: 0 0 10vw 0; }
  body.common #main .mainSection.shoplist_chirashi .dealing {
    margin: 0 0 13vw;
    background: #F4F4F4;
    border-radius: 5vw;
    padding: 10vw 5.3vw 8vw;
    box-sizing: border-box;
    position: relative; }
    body.common #main .mainSection.shoplist_chirashi .dealing h4 {
      text-align: center;
      font-size: 4.8vw;
      font-weight: bold;
      margin: 0 0 5.3vw 0; }
    body.common #main .mainSection.shoplist_chirashi .dealing p {
      margin: 0 0 8vw 0;
      text-align: center;
      font-size: 4.2vw;
      line-height: 1.5; }
    body.common #main .mainSection.shoplist_chirashi .dealing .illust13 {
      position: absolute;
      width: 12vw;
      right: 0;
      bottom: 30vw; }
  body.common #main .mainSection.shoplist_chirashi .result {
    background: #F4F4F4;
    margin: 10vw 0;
    padding: 0 0 8vw 0; }
    body.common #main .mainSection.shoplist_chirashi .result .notice {
      font-size: 3.7vw;
      text-align: center;
      padding: 8vw 0 0 0; }
    body.common #main .mainSection.shoplist_chirashi .result .r_category {
      font-size: 6.4vw;
      font-weight: bold;
      text-align: center;
      padding: 13vw 0 8vw 0; }
    body.common #main .mainSection.shoplist_chirashi .result .r_area {
      font-size: 4.8vw;
      font-weight: bold;
      margin: 0 0 20px 0; }
    body.common #main .mainSection.shoplist_chirashi .result .r_list li {
      background: #fff;
      margin: 0 0 5.3vw 0;
      padding: 5.3vw;
      box-sizing: border-box;
      border-radius: 20px; }
      body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 {
        margin: 0 0 6.3vw 0;
        display: flex;
        justify-content: space-between; }
        body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-main {
          width: 61vw; }
          body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-main .name {
            margin: 1vw 0 3vw 0;
            font-size: 4.2vw;
            font-weight: bold;
            line-height: 1.4; }
          body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-main .time {
            font-size: 16px; }
        body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-sub {
          width: 12vw; }
          body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-sub .btn_fav {
            background: #aaa;
            width: 12vw;
            height: 12vw;
            border-radius: 100px;
            display: flex;
            justify-content: center;
            align-items: center; }
            body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-sub .btn_fav img {
              width: 4.6vw;
              height: 4.6vw; }
            body.common #main .mainSection.shoplist_chirashi .result .r_list li .g01 .ly-sub .btn_fav.active {
              background: #D31F5F; }
      body.common #main .mainSection.shoplist_chirashi .result .r_list li .btn_detail {
        margin: 0 0 3vw 0; }
        body.common #main .mainSection.shoplist_chirashi .result .r_list li .btn_detail a {
          display: block;
          border-radius: 100px;
          text-align: center;
          background: #004F8E;
          color: #fff;
          font-size: 3.7vw;
          font-weight: bold;
          padding: 3.7vw;
          box-sizing: border-box; }
      body.common #main .mainSection.shoplist_chirashi .result .r_list li .g02 {
        display: flex;
        justify-content: space-between; }
        body.common #main .mainSection.shoplist_chirashi .result .r_list li .g02 .btn_chirashi a {
          width: 38vw;
          display: block;
          border-radius: 100px;
          text-align: center;
          background: #fff;
          color: #004F8E;
          font-size: 3.7vw;
          font-weight: bold;
          padding: 3.5vw;
          box-sizing: border-box;
          border: 3px solid #004F8E; }
        body.common #main .mainSection.shoplist_chirashi .result .r_list li .g02 .btn_recruit a {
          width: 38vw;
          display: block;
          border-radius: 100px;
          text-align: center;
          background: #2CB2C2;
          color: #fff;
          font-size: 3.7vw;
          font-weight: bold;
          padding: 3.5vw;
          box-sizing: border-box;
          border: 3px solid #2CB2C2; }
  body.common #main .mainSection.shoplist_chirashi .search .inner {
    background: #F4F4F4;
    margin: 0 auto 20vw;
    padding: 13vw 0 13vw 0;
    text-align: center;
    border-radius: 4vw;
    position: relative; }
    body.common #main .mainSection.shoplist_chirashi .search .inner h4 {
      font-size: 6.4vw;
      font-weight: bold;
      margin: 0 0 8vw 0; }
    body.common #main .mainSection.shoplist_chirashi .search .inner p {
      font-size: 4.2vw;
      margin: 0 0 5vw 0;
      line-height: 1.5; }
    body.common #main .mainSection.shoplist_chirashi .search .inner .area, body.common #main .mainSection.shoplist_chirashi .search .inner .type {
      display: flex;
      justify-content: right;
      margin: 0 0 2vw 0; }
      body.common #main .mainSection.shoplist_chirashi .search .inner .area select, body.common #main .mainSection.shoplist_chirashi .search .inner .type select {
        font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
        background: #fff;
        outline: none;
        -webkit-appearance: none;
        appearance: none;
        width: 80vw;
        margin: auto;
        font-size: 4.2vw;
        color: #3e3e3e;
        padding: 3.5vw 6vw;
        border-radius: 100px;
        border-color: #ccc;
        background-image: url(img/icon_select_arrow_down.png);
        background-position: right 4vw center;
        background-repeat: no-repeat;
        background-size: 3vw; }
    body.common #main .mainSection.shoplist_chirashi .search .inner .btn02 a {
      margin: 4vw auto 0;
      font-size: 4.2vw;
      width: 30vw;
      padding: 3.7vw;
      background-image: url(img/icon_search.png);
      background-position: left 3vw center;
      background-size: 5vw; }
    body.common #main .mainSection.shoplist_chirashi .search .inner .illust15 {
      position: absolute;
      width: 28vw;
      left: 3vw;
      bottom: -9vw; }
    body.common #main .mainSection.shoplist_chirashi .search .inner .illust16 {
      position: absolute;
      width: 10vw;
      right: 3vw;
      bottom: -9vw; }
  body.common #main .mainSection.shoplist_chirashi .shop_detail {
    margin: 0 0 18vw 0; }
    body.common #main .mainSection.shoplist_chirashi .shop_detail h4 {
      display: none; }
    body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_header {
      padding: 3.2vw;
      background: #CCDCE8;
      color: #004F8E;
      font-size: 4.2vw;
      font-weight: bold;
      line-height: 1.5;
      box-sizing: border-box; }
    body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content {
      padding: 3.2vw 0 0 0;
      box-sizing: border-box; }
      body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content p {
        font-size: 3.7vw;
        line-height: 1.5;
        margin: 0 0 3.2vw 0; }
      body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content ul.txt {
        margin: 0 0 3vw 0; }
        body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content ul.txt li {
          font-size: 3.7vw;
          line-height: 1.5;
          text-indent: -1.5em;
          margin: 0 0 0 1.5em; }
      body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .gmap {
        margin: 0 0 5vw 0; }
        body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .gmap iframe {
          height: 68vw; }
      body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .list01 {
        margin: 0 0 4vw 0;
        display: flex;
        justify-content: left;
        flex-wrap: wrap; }
        body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .list01 li {
          width: 21.3vw;
          margin: 0 1.3vw 1.3vw 0; }
          body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .list01 li:nth-child(4n) {
            margin: 0 0 1.3vw 0; }
      body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .list02 {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 3vw 0; }
        body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .list02 li {
          margin: 0 2.6vw 2.6vw 0;
          border-radius: 100px;
          font-size: 3.7vw;
          color: #004F8E;
          font-weight: bold;
          padding: 2.1vw 8vw;
          background: #F4F4F4; }
      body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .payment {
        margin: 0 0 3.2vw 0; }
        body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .payment .payment_title {
          font-size: 4.2vw;
          font-weight: bold;
          margin: 0 0 3vw 0;
          padding: 0 0 0 10vw;
          background-image: url(img/icon_payment_title.png);
          background-repeat: no-repeat;
          background-position: left center;
          background-size: 6.4vw; }
        body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .payment .payment_list {
          display: flex;
          justify-content: left;
          flex-wrap: wrap;
          margin: 0 0 4vw 0; }
          body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .payment .payment_list li {
            width: 21vw;
            margin: 0 2vw 2vw 0; }
            body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .payment .payment_list li:nth-child(4n) {
              margin: 0 0 2vw 0; }
      body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .btn {
        margin: 0 0 3.2vw 0; }
        body.common #main .mainSection.shoplist_chirashi .shop_detail .block .block_content .btn a {
          display: block;
          background: #2CB2C2;
          width: 38vw;
          text-align: center;
          font-size: 3.7vw;
          font-weight: bold;
          color: #fff;
          padding: 3.4vw 0;
          border-radius: 100px; }
  body.common #main .mainSection.shoplist_chirashi .btn_check {
    margin: 0 5.3vw 10vw; }
  body.common #main .mainSection.shoplist_chirashi .restaurant_list > li {
    margin: 0 0 15vw 0; }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .btn a {
      padding: 3.5vw 0;
      display: block;
      font-size: 3.4vw;
      font-weight: bold;
      text-align: center;
      border-radius: 100vw;
      color: #fff; }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .btn.white a {
      background: #fff;
      color: #004F8E; }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .btn.blue a {
      background: #004F8E; }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .btn.green a {
      background: #2CB2C2; }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .main {
      margin: auto;
      width: 90vw;
      height: 50vw;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      border-radius: 5vw; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .main .restaurant_name {
        font-size: 4.8vw;
        font-weight: bold;
        color: #fff;
        padding: 7vw 5.3vw 3.3vw; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .main ul.restaurant_official {
        display: flex;
        justify-content: right;
        margin: 19vw 5vw 0; }
        body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .main ul.restaurant_official .web {
          width: 25vw;
          margin: 0; }
        body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .main ul.restaurant_official .app {
          width: 49.6vw;
          margin: 0 0 0 4vw; }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub {
      margin: auto;
      width: 90vw; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub > ul > li {
        border-top: 1px dotted #ccc;
        margin: 5vw 0 0 0;
        padding: 5vw 0 0 0; }
        body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub > ul > li:first-child {
          border: none;
          padding: 0; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub .restaurant_name {
        font-size: 4.2vw;
        font-weight: bold;
        margin: 0 0 2vw 0;
        line-height: 1.4; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub .restaurant_detail {
        font-size: 3.2vw;
        line-height: 1.5;
        margin: 0 0 5vw 0; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub .restaurant_service {
        margin: 0 0 5vw 0;
        display: flex; }
        body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub .restaurant_service li {
          width: 18.5vw;
          margin: 0 2vw 0 0; }
      body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub .restrant_info {
        display: flex;
        justify-content: space-between; }
        body.common #main .mainSection.shoplist_chirashi .restaurant_list > li .sub .restrant_info li {
          width: 43vw; }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.yariudon .main {
      background-image: url(img/bg_restaurant_hakatayariudon.png); }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.giontei .main {
      background-image: url(img/bg_restaurant_giontei.png); }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.jakokujira .main {
      background-image: url(img/bg_restaurant_jakokujira.png); }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.reiri .main {
      background-image: url(img/bg_restaurant_reiri.png); }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.kafethi .main {
      background-image: url(img/bg_restaurant_kafethi.png); }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.manpukugiontei .main {
      background-image: url(img/bg_restaurant_manpukugiontei.png); }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.dotoru .main {
      background-image: url(img/bg_restaurant_dotoru.png); }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.misutadonatsu .main {
      background-image: url(img/bg_restaurant_misutadonatsu.png); }
    body.common #main .mainSection.shoplist_chirashi .restaurant_list > li.ringahat .main {
      background-image: url(img/bg_restaurant_ringahat.png); }
  body.common #main .mainSection.shoplist_chirashi .ly_illust01 {
    position: relative; }
    body.common #main .mainSection.shoplist_chirashi .ly_illust01 .illust15 {
      width: 22vw;
      position: absolute;
      top: -2vw;
      left: -5vw; }
    body.common #main .mainSection.shoplist_chirashi .ly_illust01 .illust16 {
      width: 10vw;
      position: absolute;
      top: 0;
      right: 0; }
  body.common #main .mainSection.otoku section.check .inner {
    width: 90vw;
    margin: auto;
    position: relative; }
    body.common #main .mainSection.otoku section.check .inner h3 {
      margin: 0 0 5vw 0; }
    body.common #main .mainSection.otoku section.check .inner .txt {
      font-size: 3.7vw;
      margin: 0 0 5.3vw 0;
      line-height: 1.5;
      text-align: center; }
    body.common #main .mainSection.otoku section.check .inner ul.check01 {
      margin: 0 0 8vw 0;
      display: flex;
      justify-content: space-between; }
      body.common #main .mainSection.otoku section.check .inner ul.check01 li {
        width: 28vw; }
    body.common #main .mainSection.otoku section.check .inner ul.check02 {
      margin: 0 0 8vw 0;
      display: flex;
      justify-content: space-between; }
      body.common #main .mainSection.otoku section.check .inner ul.check02 li {
        width: 43vw; }
    body.common #main .mainSection.otoku section.check .inner ul.check03 {
      margin: 0 auto 10vw;
      display: flex;
      justify-content: space-between;
      width: 58vw; }
      body.common #main .mainSection.otoku section.check .inner ul.check03 li {
        width: 28vw; }
    body.common #main .mainSection.otoku section.check .inner .illust17 {
      width: 11vw;
      position: absolute;
      left: 3vw;
      bottom: -3vw; }
    body.common #main .mainSection.otoku section.check .inner .illust18 {
      width: 9vw;
      position: absolute;
      right: 3vw;
      bottom: -3vw; }
  body.common #main .mainSection.otoku section.point {
    background: #F4F4F4;
    padding: 10vw 0; }
    body.common #main .mainSection.otoku section.point .inner .txt {
      margin: 0 0 8vw 0;
      font-size: 4.5vw;
      text-align: center; }
    body.common #main .mainSection.otoku section.point .inner .ex {
      margin: 0 auto 8vw; }
    body.common #main .mainSection.otoku section.point .inner .more {
      background: #fff;
      margin: 0 0 8vw 0;
      padding: 8vw 5vw;
      box-sizing: border-box;
      border-radius: 4vw; }
      body.common #main .mainSection.otoku section.point .inner .more h4 {
        margin: 0 0 8vw 0;
        font-size: 5.8vw;
        font-weight: bold;
        text-align: center;
        line-height: 1.5; }
        body.common #main .mainSection.otoku section.point .inner .more h4 span {
          font-size: 4.8vw; }
      body.common #main .mainSection.otoku section.point .inner .more ul li {
        margin: 0 0 6vw 0; }
    body.common #main .mainSection.otoku section.point .inner .link01 li {
      margin: 0 auto 3vw;
      width: 78vw; }
  body.common #main .mainSection.otoku section.recommend {
    padding: 13vw 0;
    position: relative; }
    body.common #main .mainSection.otoku section.recommend .illust19 {
      width: 10vw;
      position: absolute;
      right: 1vw;
      bottom: 10vw; }
  body.common #main .mainSection.otoku section.goodprice {
    padding: 13vw 0;
    background: #F4F4F4; }
    body.common #main .mainSection.otoku section.goodprice > section {
      margin: 0 5vw; }
      body.common #main .mainSection.otoku section.goodprice > section .ly {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 8vw 0; }
        body.common #main .mainSection.otoku section.goodprice > section .ly figure {
          width: 33vw; }
        body.common #main .mainSection.otoku section.goodprice > section .ly div {
          width: 50vw; }
          body.common #main .mainSection.otoku section.goodprice > section .ly div h4 {
            margin: 0 0 3.5vw 0;
            font-size: 4.8vw;
            font-weight: bold; }
          body.common #main .mainSection.otoku section.goodprice > section .ly div p {
            font-size: 3.7vw;
            line-height: 1.75; }
      body.common #main .mainSection.otoku section.goodprice > section .btn02 {
        width: 78vw;
        margin: auto; }
  body.common #main .mainSection.otoku section.gift {
    padding: 13vw 0; }
    body.common #main .mainSection.otoku section.gift div#slider02 {
      margin: 0 0 90px 0;
      position: relative; }
      body.common #main .mainSection.otoku section.gift div#slider02 .arrow {
        position: absolute;
        bottom: -8.8vw;
        width: 5vw;
        cursor: pointer; }
      body.common #main .mainSection.otoku section.gift div#slider02 .arrow_l {
        left: calc(100%/2 + -100px); }
      body.common #main .mainSection.otoku section.gift div#slider02 .arrow_r {
        right: calc(100%/2 + -100px); }
      body.common #main .mainSection.otoku section.gift div#slider02 .slick-slide {
        margin: 0 1.5vw;
        width: 100vw; }
      body.common #main .mainSection.otoku section.gift div#slider02 .slick-dots {
        bottom: -35px; }
      body.common #main .mainSection.otoku section.gift div#slider02 .slick-slide {
        width: 293px;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 15px;
        margin: 0 20px 6px 20px; }
        body.common #main .mainSection.otoku section.gift div#slider02 .slick-slide a figure img {
          border-radius: 15px 15px 0 0; }
        body.common #main .mainSection.otoku section.gift div#slider02 .slick-slide a p {
          padding: 10px 20px 5px 20px;
          font-size: 16px;
          font-weight: bold;
          line-height: 2; }
        body.common #main .mainSection.otoku section.gift div#slider02 .slick-slide a .tag {
          padding: 0 20px 20px; }
          body.common #main .mainSection.otoku section.gift div#slider02 .slick-slide a .tag ul li {
            margin: 5px 0 0 0;
            font-size: 12px;
            display: inline-block;
            color: #fff;
            background: #004F8E;
            padding: 4px 7px;
            border-radius: 10px; }
      body.common #main .mainSection.otoku section.gift div#slider02 .slick-dots {
        bottom: -35px; }
    body.common #main .mainSection.otoku section.gift .btn02 {
      width: 78vw;
      margin: auto; }
    body.common #main .mainSection.otoku section.gift > p {
      font-size: 4vw;
      text-align: center;
      margin: 0 0 10vw 0; }
  body.common #main .mainSection.otoku section.campaign {
    padding: 13vw 0;
    background: #F4F4F4; }
    body.common #main .mainSection.otoku section.campaign div#slider03 {
      margin: 0 0 90px 0;
      position: relative; }
      body.common #main .mainSection.otoku section.campaign div#slider03 .arrow {
        position: absolute;
        bottom: -8.8vw;
        width: 5vw;
        cursor: pointer; }
      body.common #main .mainSection.otoku section.campaign div#slider03 .arrow_l {
        left: calc(100%/2 + -100px); }
      body.common #main .mainSection.otoku section.campaign div#slider03 .arrow_r {
        right: calc(100%/2 + -100px); }
      body.common #main .mainSection.otoku section.campaign div#slider03 .slick-slide {
        margin: 0 1.5vw;
        width: 100vw; }
      body.common #main .mainSection.otoku section.campaign div#slider03 .slick-dots {
        bottom: -35px; }
      body.common #main .mainSection.otoku section.campaign div#slider03 .slick-slide {
        width: 293px;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 15px;
        margin: 0 20px 6px 20px; }
        body.common #main .mainSection.otoku section.campaign div#slider03 .slick-slide a figure img {
          border-radius: 15px 15px 0 0; }
        body.common #main .mainSection.otoku section.campaign div#slider03 .slick-slide a p {
          padding: 10px 20px 5px 20px;
          font-size: 16px;
          font-weight: bold;
          line-height: 2; }
        body.common #main .mainSection.otoku section.campaign div#slider03 .slick-slide a .tag {
          padding: 0 20px 20px; }
          body.common #main .mainSection.otoku section.campaign div#slider03 .slick-slide a .tag ul li {
            margin: 5px 0 0 0;
            font-size: 12px;
            display: inline-block;
            color: #fff;
            background: #004F8E;
            padding: 4px 7px;
            border-radius: 10px; }
      body.common #main .mainSection.otoku section.campaign div#slider03 .slick-dots {
        bottom: -35px; }
    body.common #main .mainSection.otoku section.campaign .btn02 {
      width: 78vw;
      margin: auto; }
    body.common #main .mainSection.otoku section.campaign > p {
      font-size: 4vw;
      text-align: center;
      margin: 0 0 10vw 0; }
  body.common #main .mainSection.otoku section.recipe {
    margin: 13vw 0; }
    body.common #main .mainSection.otoku section.recipe .btn02 {
      width: 78vw;
      margin: auto; }
  body.common #main .mainSection.otoku .linevoom {
    margin: 0 5vw 8vw;
    position: relative; }
    body.common #main .mainSection.otoku .linevoom .illust20 {
      width: 15vw;
      position: absolute;
      left: 1vw;
      bottom: -3vw; }
    body.common #main .mainSection.otoku .linevoom .illust21 {
      width: 24vw;
      position: absolute;
      right: -3vw;
      bottom: -2vw; }
  body.common #main .mainSection.service .page_nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0 5vw 8vw; }
    body.common #main .mainSection.service .page_nav ul li {
      width: 43vw; }
      body.common #main .mainSection.service .page_nav ul li a {
        background-image: url(img/icon_arrow_bottom_w.png);
        background-size: 3vw; }
  body.common #main .mainSection.service .page_nav p {
    font-size: 3.2vw;
    text-align: center; }
  body.common #main .mainSection.service .helpful {
    padding: 13vw 0 0 0; }
    body.common #main .mainSection.service .helpful h3 {
      margin: 0 0 13vw 0; }
    body.common #main .mainSection.service .helpful > section {
      margin: 0 0 13vw 0; }
      body.common #main .mainSection.service .helpful > section h4 {
        color: #2CB2C2;
        font-size: 4.8vw;
        font-weight: bold;
        margin: 0 0 4vw 0; }
      body.common #main .mainSection.service .helpful > section .lead {
        font-size: 4.2vw;
        text-align: left;
        margin: 0 0 8vw 0; }
    body.common #main .mainSection.service .helpful .help01 .inner ul li {
      display: flex;
      justify-content: space-between;
      margin: 0 0 8vw 0; }
      body.common #main .mainSection.service .helpful .help01 .inner ul li figure {
        width: 40vw; }
      body.common #main .mainSection.service .helpful .help01 .inner ul li div {
        width: 45vw; }
        body.common #main .mainSection.service .helpful .help01 .inner ul li div .name {
          font-size: 4.2vw;
          font-weight: bold;
          margin: 0 0 2.5vw 0;
          line-height: 1.5; }
        body.common #main .mainSection.service .helpful .help01 .inner ul li div .txt {
          font-size: 3.7vw;
          line-height: 1.5;
          margin: 0 0 2.5vw 0; }
        body.common #main .mainSection.service .helpful .help01 .inner ul li div .detail {
          text-align: right; }
          body.common #main .mainSection.service .helpful .help01 .inner ul li div .detail a {
            padding: 0 2.5vw 0 0;
            font-size: 3.7vw;
            color: #2CB2C2;
            background-image: url(img/icon_arrow_right_lb.png);
            background-position: right center;
            background-repeat: no-repeat;
            background-size: 2.5vw; }
    body.common #main .mainSection.service .helpful .help02 .inner ul li {
      display: flex;
      justify-content: space-between;
      margin: 0 0 8vw 0; }
      body.common #main .mainSection.service .helpful .help02 .inner ul li figure {
        width: 28vw; }
      body.common #main .mainSection.service .helpful .help02 .inner ul li div {
        width: 57vw; }
        body.common #main .mainSection.service .helpful .help02 .inner ul li div .name {
          font-size: 4.2vw;
          font-weight: bold;
          margin: 0 0 2.5vw 0;
          line-height: 1.5; }
        body.common #main .mainSection.service .helpful .help02 .inner ul li div .txt {
          font-size: 3.7vw;
          line-height: 1.5;
          margin: 0 0 2.5vw 0; }
        body.common #main .mainSection.service .helpful .help02 .inner ul li div .detail {
          text-align: right; }
          body.common #main .mainSection.service .helpful .help02 .inner ul li div .detail a {
            padding: 0 2.5vw 0 0;
            font-size: 3.7vw;
            color: #2CB2C2;
            background-image: url(img/icon_arrow_right_lb.png);
            background-position: right center;
            background-repeat: no-repeat;
            background-size: 2.5vw; }
    body.common #main .mainSection.service .helpful .help03 .inner ul li {
      display: flex;
      justify-content: space-between;
      margin: 0 0 8vw 0; }
      body.common #main .mainSection.service .helpful .help03 .inner ul li figure {
        width: 28vw; }
      body.common #main .mainSection.service .helpful .help03 .inner ul li div {
        width: 57vw; }
        body.common #main .mainSection.service .helpful .help03 .inner ul li div .name {
          font-size: 4.2vw;
          font-weight: bold;
          margin: 0 0 2.5vw 0;
          line-height: 1.5; }
        body.common #main .mainSection.service .helpful .help03 .inner ul li div .txt {
          font-size: 3.7vw;
          line-height: 1.5;
          margin: 0 0 2.5vw 0; }
        body.common #main .mainSection.service .helpful .help03 .inner ul li div .detail {
          text-align: right; }
          body.common #main .mainSection.service .helpful .help03 .inner ul li div .detail a {
            padding: 0 2.5vw 0 0;
            font-size: 3.7vw;
            color: #2CB2C2;
            background-image: url(img/icon_arrow_right_lb.png);
            background-position: right center;
            background-repeat: no-repeat;
            background-size: 2.5vw; }
    body.common #main .mainSection.service .helpful .help04 {
      margin: 0 0 5vw 0; }
      body.common #main .mainSection.service .helpful .help04 .notice {
        font-size: 3.7vw;
        text-align: center;
        margin: 8vw 0; }
      body.common #main .mainSection.service .helpful .help04 .btn02 {
        margin: 0 5vw; }
  body.common #main .mainSection.service .safety {
    padding: 13vw 0 0 0; }
    body.common #main .mainSection.service .safety h3 {
      margin: 0 0 8vw 0; }
    body.common #main .mainSection.service .safety > div > section {
      margin: 0 0 13vw 0; }
      body.common #main .mainSection.service .safety > div > section h4 {
        color: #2CB2C2;
        font-size: 4.8vw;
        font-weight: bold;
        margin: 0 0 4vw 0; }
      body.common #main .mainSection.service .safety > div > section .lead {
        font-size: 4.2vw;
        text-align: left;
        margin: 0 0 8vw 0; }
    body.common #main .mainSection.service .safety > div .safety01 .inner ul li {
      display: flex;
      justify-content: space-between;
      margin: 0 0 8vw 0; }
      body.common #main .mainSection.service .safety > div .safety01 .inner ul li figure {
        width: 40vw; }
      body.common #main .mainSection.service .safety > div .safety01 .inner ul li div {
        width: 45vw; }
        body.common #main .mainSection.service .safety > div .safety01 .inner ul li div .name {
          font-size: 4.2vw;
          font-weight: bold;
          margin: 0 0 2.5vw 0;
          line-height: 1.5; }
        body.common #main .mainSection.service .safety > div .safety01 .inner ul li div .txt {
          font-size: 3.7vw;
          line-height: 1.5;
          margin: 0 0 2.5vw 0; }
        body.common #main .mainSection.service .safety > div .safety01 .inner ul li div .detail {
          text-align: right; }
          body.common #main .mainSection.service .safety > div .safety01 .inner ul li div .detail a {
            padding: 0 2.5vw 0 0;
            font-size: 3.7vw;
            color: #2CB2C2;
            background-image: url(img/icon_arrow_right_lb.png);
            background-position: right center;
            background-repeat: no-repeat;
            background-size: 2.5vw; }
    body.common #main .mainSection.service .safety > div .safety02 .inner ul li {
      display: flex;
      justify-content: space-between;
      margin: 0 0 8vw 0; }
      body.common #main .mainSection.service .safety > div .safety02 .inner ul li figure {
        width: 40vw; }
      body.common #main .mainSection.service .safety > div .safety02 .inner ul li div {
        width: 45vw; }
        body.common #main .mainSection.service .safety > div .safety02 .inner ul li div .name {
          font-size: 4.2vw;
          font-weight: bold;
          margin: 0 0 2.5vw 0;
          line-height: 1.5; }
        body.common #main .mainSection.service .safety > div .safety02 .inner ul li div .txt {
          font-size: 3.7vw;
          line-height: 1.5;
          margin: 0 0 2.5vw 0; }
        body.common #main .mainSection.service .safety > div .safety02 .inner ul li div .detail {
          text-align: right; }
          body.common #main .mainSection.service .safety > div .safety02 .inner ul li div .detail a {
            padding: 0 2.5vw 0 0;
            font-size: 3.7vw;
            color: #2CB2C2;
            background-image: url(img/icon_arrow_right_lb.png);
            background-position: right center;
            background-repeat: no-repeat;
            background-size: 2.5vw; }
  body.common #main .mainSection.info ul.category {
    display: flex;
    margin: 0 0 5vw 5vw;
    width: 95vw;
    overflow-x: scroll; }
    body.common #main .mainSection.info ul.category::-webkit-scrollbar {
      display: none;
      /* Chrome, Safari 対応 */ }
    body.common #main .mainSection.info ul.category li {
      flex-shrink: 0;
      background: #F4F4F4;
      padding: 2vw 5vw;
      font-size: 3.7vw;
      margin: 0 10px 0 0;
      border-radius: 100px;
      color: #004F8E;
      font-weight: bold;
      display: inline-block; }
      body.common #main .mainSection.info ul.category li.current {
        background: #004F8E;
        color: #fff;
        display: inline-block; }
  body.common #main .mainSection.info div.info_list {
    margin: 0 0 20vw 0; }
    body.common #main .mainSection.info div.info_list .notice {
      font-size: 3.5vw;
      margin: 0 0 10vw 0; }
    body.common #main .mainSection.info div.info_list ul.list {
      border-bottom: 1px solid #ccc;
      margin: 0 0 8vw 0; }
      body.common #main .mainSection.info div.info_list ul.list li {
        border-top: 1px solid #ccc; }
        body.common #main .mainSection.info div.info_list ul.list li a {
          display: block;
          padding: 5vw 0; }
          body.common #main .mainSection.info div.info_list ul.list li a p {
            font-size: 4.2vw;
            font-weight: bold;
            margin: 0 0 3vw 0;
            line-height: 1.5; }
          body.common #main .mainSection.info div.info_list ul.list li a .data {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            body.common #main .mainSection.info div.info_list ul.list li a .data time {
              font-size: 3.7vw;
              color: #3E3E3E; }
            body.common #main .mainSection.info div.info_list ul.list li a .data .category {
              font-size: 3.2vw;
              color: #fff;
              background: #004F8E;
              padding: 1vw 2vw;
              border-radius: 20px; }
    body.common #main .mainSection.info div.info_list div.pager {
      display: flex;
      justify-content: center;
      align-items: center; }
      body.common #main .mainSection.info div.info_list div.pager .prev,
      body.common #main .mainSection.info div.info_list div.pager .next {
        margin: 0 3vw; }
        body.common #main .mainSection.info div.info_list div.pager .prev a,
        body.common #main .mainSection.info div.info_list div.pager .next a {
          font-size: 3vw;
          display: inline-block;
          background: #F4F4F4;
          color: #004F8E;
          width: 10vw;
          height: 10vw;
          border-radius: 100px;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: .2s all ease; }
          body.common #main .mainSection.info div.info_list div.pager .prev a:hover,
          body.common #main .mainSection.info div.info_list div.pager .next a:hover {
            background: #004F8E; }
            body.common #main .mainSection.info div.info_list div.pager .prev a:hover span,
            body.common #main .mainSection.info div.info_list div.pager .next a:hover span {
              color: #fff; }
          body.common #main .mainSection.info div.info_list div.pager .prev a span,
          body.common #main .mainSection.info div.info_list div.pager .next a span {
            color: #004F8E; }
      body.common #main .mainSection.info div.info_list div.pager ul {
        display: flex; }
        body.common #main .mainSection.info div.info_list div.pager ul li {
          font-size: 3vw;
          margin: 0 1vw; }
          body.common #main .mainSection.info div.info_list div.pager ul li a {
            font-size: 3vw;
            display: inline-block;
            background: #F4F4F4;
            color: #004F8E;
            padding: 3vw;
            border-radius: 10px;
            transition: .2s all ease; }
            body.common #main .mainSection.info div.info_list div.pager ul li a:hover {
              background: #004F8E;
              color: #fff; }
          body.common #main .mainSection.info div.info_list div.pager ul li.current {
            background: #004F8E;
            color: #fff;
            padding: 3vw;
            border-radius: 10px; }
  body.common #main .mainSection.info article h2 {
    font-size: 5.3vw;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px 0; }
  body.common #main .mainSection.info article h3 {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px 0; }
  body.common #main .mainSection.info article h4 {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px 0; }
  body.common #main .mainSection.info article h5 {
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px 0; }
  body.common #main .mainSection.info article h6 {
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px 0; }
  body.common #main .mainSection.info article h2.article_title {
    margin: 0 0 6vw 0;
    font-size: 6.4vw;
    font-weight: bold;
    line-height: 1.5; }
  body.common #main .mainSection.info article div.article_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 8vw 0; }
    body.common #main .mainSection.info article div.article_data .date {
      font-size: 3.7vw; }
    body.common #main .mainSection.info article div.article_data .category {
      font-size: 3.2vw;
      background: #004F8E;
      color: #fff;
      border-radius: 100px;
      padding: 1vw 2vw; }
  body.common #main .mainSection.info article img {
    margin: 0 0 8vw 0; }
  body.common #main .mainSection.info article .title {
    font-size: 5.3vw;
    font-weight: bold;
    margin: 0 0 4vw 0;
    line-height: 1.5; }
  body.common #main .mainSection.info article p {
    font-size: 4.2vw;
    line-height: 1.5;
    margin: 0 0 8vw 0; }
  body.common #main .mainSection.info article dl {
    margin: 0 0 6vw 0; }
    body.common #main .mainSection.info article dl dt {
      font-size: 4.2vw;
      margin: 0 0 3vw 0;
      line-height: 1.5; }
    body.common #main .mainSection.info article dl dd {
      font-size: 4.2vw;
      margin: 0 0 6vw 0;
      line-height: 1.5; }
  body.common #main .mainSection.info article .btn a {
    font-size: 4.2vw;
    background: #004F8E;
    color: #fff;
    border-radius: 100px;
    padding: 2vw 4vw;
    display: inline-block;
    margin: 0 0 8vw 0; }
  body.common #main .mainSection.info article a {
    color: #2CB2C2;
    font-size: 4.2vw;
    line-height: 1.5;
    margin: 0 0 6vw 0;
    display: inline-block; }
  body.common #main .mainSection.info article ul {
    margin: 0 0 8vw 0; }
    body.common #main .mainSection.info article ul li {
      list-style-type: initial;
      font-size: 4.2vw;
      line-height: 1.5;
      margin: 0 0 20px 25px; }
  body.common #main .mainSection.info article table {
    margin: 0 0 10vw 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    body.common #main .mainSection.info article table tr {
      border-bottom: 1px solid #ccc; }
      body.common #main .mainSection.info article table tr th {
        font-weight: bold;
        border-right: 1px solid #ccc;
        vertical-align: top;
        padding: 3vw;
        line-height: 1.5; }
      body.common #main .mainSection.info article table tr td {
        border-right: 1px solid #ccc;
        vertical-align: top;
        padding: 3vw;
        line-height: 1.5; }
  body.common #main .mainSection.info article .yt {
    margin: 0 0 10vw 0; }
    body.common #main .mainSection.info article .yt iframe {
      height: 50vw; }
  body.common #main .mainSection.info article .shop {
    background: #F4F4F4;
    border-radius: 2.6vw;
    padding: 5.3vw;
    margin: 0 0 10vw 0; }
    body.common #main .mainSection.info article .shop div {
      font-size: 3.7vw;
      font-weight: bold; }
    body.common #main .mainSection.info article .shop ul {
      margin: 0;
      padding: 0; }
      body.common #main .mainSection.info article .shop ul li {
        list-style: none;
        line-height: 1.5;
        margin: 2vw 0 0 0;
        font-size: 3.7vw; }
  body.common #main .mainSection.info .btn02 {
    margin: 0 0 18vw 0; }
  body.common #main .mainSection.company .company_nav {
    margin: 10vw 0; }
    body.common #main .mainSection.company .company_nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      body.common #main .mainSection.company .company_nav ul li {
        display: flex;
        margin: 0 1.25vw 2.6vw 1.25vw; }
        body.common #main .mainSection.company .company_nav ul li.cn01 a {
          background-image: url(img/company_nav01.png); }
        body.common #main .mainSection.company .company_nav ul li.cn02 a {
          background-image: url(img/company_nav02.png); }
        body.common #main .mainSection.company .company_nav ul li.cn03 a {
          background-image: url(img/company_nav03.png); }
        body.common #main .mainSection.company .company_nav ul li.cn04 a {
          background-image: url(img/company_nav04.png); }
        body.common #main .mainSection.company .company_nav ul li.cn05 a {
          background-image: url(img/company_nav05.png); }
        body.common #main .mainSection.company .company_nav ul li.cn06 a {
          background-image: url(img/company_nav06.png); }
        body.common #main .mainSection.company .company_nav ul li a {
          color: #fff;
          font-size: 3.7vw;
          font-weight: bold;
          line-height: 1.5;
          display: block;
          width: 43.5vw;
          height: 34vw;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 4vw;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat; }
          body.common #main .mainSection.company .company_nav ul li a:after {
            content: "";
            margin: 0 0 0 2vw;
            background-image: url(img/icon_company_arrow.png);
            background-size: 3vw;
            background-repeat: no-repeat;
            width: 3vw;
            height: 3vw; }
  body.common #main .mainSection.company section .inner .ly .ly-main img {
    border-radius: 5vw; }
  body.common #main .mainSection.company section .inner .ly .ly-sub {
    border-radius: 40px; }
    body.common #main .mainSection.company section .inner .ly .ly-sub h3 {
      margin: 8vw 0;
      font-size: 6.4vw;
      text-align: left;
      line-height: 1.5; }
    body.common #main .mainSection.company section .inner .ly .ly-sub p {
      font-size: 4.2vw;
      line-height: 1.75; }
  body.common #main .mainSection.company section .company_header {
    margin: 0 5vw 10vw 5vw; }
    body.common #main .mainSection.company section .company_header figure {
      margin: 0 0 8vw 0; }
    body.common #main .mainSection.company section .company_header h3 {
      font-size: 6.4vw;
      text-align: left;
      margin: 0; }
    body.common #main .mainSection.company section .company_header p {
      margin: 4vw 0;
      font-size: 4.2vw;
      text-align: left;
      line-height: 1.75; }
  body.common #main .mainSection.company section .company_header2 {
    margin: 0 5vw 13vw; }
    body.common #main .mainSection.company section .company_header2 p {
      font-size: 4.2vw;
      line-height: 1.75; }
    body.common #main .mainSection.company section .company_header2 figure {
      margin: 10vw auto; }
  body.common #main .mainSection.company section .nr {
    font-size: 4.2vw;
    text-align: center; }
  body.common #main .mainSection.company .contact {
    background: #F4F4F4;
    margin: 0 0 10vw 0;
    padding: 10vw 0 8vw 0; }
    body.common #main .mainSection.company .contact .inner {
      width: 80vw; }
      body.common #main .mainSection.company .contact .inner .btn02 {
        margin: 0 0 8vw 0; }
      body.common #main .mainSection.company .contact .inner h4 {
        font-size: 4.2vw;
        font-weight: bold;
        margin: 0 0 2vw 0; }
      body.common #main .mainSection.company .contact .inner p {
        font-size: 3.7vw;
        line-height: 1.5;
        margin: 0 0 2vw 0; }
        body.common #main .mainSection.company .contact .inner p.tel {
          font-size: 7.5vw;
          font-weight: bold; }
          body.common #main .mainSection.company .contact .inner p.tel a {
            font-size: 7.5vw;
            font-weight: bold; }
  body.common #main .mainSection.company.overview .list01 {
    margin: 0 5vw 13vw;
    border-top: 1px solid #ccc; }
    body.common #main .mainSection.company.overview .list01 li {
      padding: 30px 0;
      border-bottom: 1px solid #ccc; }
      body.common #main .mainSection.company.overview .list01 li .title {
        font-size: 3.2vw;
        line-height: 1.5;
        font-weight: bold; }
      body.common #main .mainSection.company.overview .list01 li .content {
        font-size: 3vw;
        line-height: 1.5; }
  body.common #main .mainSection.company.tenant .block01 {
    margin: 0 0 15vw 0; }
    body.common #main .mainSection.company.tenant .block01 h4 {
      font-size: 24px;
      font-weight: bold;
      margin: 0 5vw 6vw; }
  body.common #main .mainSection.company.tenant .list01 {
    margin: 0 5vw 8vw;
    border-top: 1px solid #ccc; }
    body.common #main .mainSection.company.tenant .list01 li {
      display: flex;
      justify-content: space-between;
      align-content: top;
      flex-wrap: wrap;
      border-bottom: 1px solid #ccc; }
      body.common #main .mainSection.company.tenant .list01 li .title {
        padding: 3vw;
        box-sizing: border-box;
        background: #CCDCE8;
        color: #004F8E;
        width: 30vw;
        font-size: 3.7vw;
        line-height: 1.5;
        font-weight: bold; }
      body.common #main .mainSection.company.tenant .list01 li .content {
        padding: 3vw;
        box-sizing: border-box;
        width: 59vw;
        font-size: 3.7vw;
        line-height: 1.5; }
        body.common #main .mainSection.company.tenant .list01 li .content img {
          margin: 20px 0 0 0; }
  body.common #main .mainSection.company.tenant .nr {
    margin: 4vw 0 0 0; }
  body.common #main .mainSection.company.event .pdf {
    margin: 0 5vw 10vw; }
  body.common #main .mainSection.company.event .nr {
    margin: 10vw; }
  body.common #main .mainSection.company.buisiness .tab {
    margin: 0 5vw;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    body.common #main .mainSection.company.buisiness .tab li {
      width: 33%;
      color: #004F8E;
      background: #F4F4F4;
      text-align: center;
      font-size: 4.2vw;
      font-weight: bold;
      border-radius: 20px 20px 0 0;
      line-height: 1.5;
      padding: 3vw 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      body.common #main .mainSection.company.buisiness .tab li.current {
        background: #004F8E;
        color: #fff; }
  body.common #main .mainSection.company.buisiness .tab_content {
    margin: 0 5vw;
    padding: 0 4vw;
    border: 4px solid #004F8E;
    box-sizing: border-box; }
    body.common #main .mainSection.company.buisiness .tab_content .tab_content_lead {
      font-size: 4.2vw;
      text-align: center;
      padding: 6vw 0;
      line-height: 1.5; }
    body.common #main .mainSection.company.buisiness .tab_content.tc01 ul.brand li {
      margin: 0 0 13vw 0; }
      body.common #main .mainSection.company.buisiness .tab_content.tc01 ul.brand li .logo {
        width: 110px;
        margin: 0 auto 30px; }
      body.common #main .mainSection.company.buisiness .tab_content.tc01 ul.brand li .name {
        text-align: center;
        font-size: 4.8vw;
        font-weight: bold;
        margin: 0 0 3vw 0; }
      body.common #main .mainSection.company.buisiness .tab_content.tc01 ul.brand li p {
        margin: 0 0 4vw 0;
        font-size: 3.7vw;
        line-height: 1.5; }
      body.common #main .mainSection.company.buisiness .tab_content.tc01 ul.brand li .photo {
        margin: 0 0 4vw 0; }
    body.common #main .mainSection.company.buisiness .tab_content.tc02 .logo {
      width: 103px;
      margin: 80px auto 60px; }
    body.common #main .mainSection.company.buisiness .tab_content.tc02 ul.fujiya {
      padding: 0 4vw; }
      body.common #main .mainSection.company.buisiness .tab_content.tc02 ul.fujiya li {
        margin: 0 0 8vw 0; }
        body.common #main .mainSection.company.buisiness .tab_content.tc02 ul.fujiya li p {
          font-size: 3.7vw;
          line-height: 1.5;
          margin: 0 0 4vw 0; }
        body.common #main .mainSection.company.buisiness .tab_content.tc02 ul.fujiya li figure {
          margin: 0 0 10vw 0; }
    body.common #main .mainSection.company.buisiness .tab_content.tc02 .btn02 {
      margin: 0 0 10vw 0; }
    body.common #main .mainSection.company.buisiness .tab_content.tc03 .tab_content_lead {
      font-size: 4.2vw;
      text-align: left;
      padding: 10vw 0 6vw 0;
      line-height: 1.5;
      margin: 0 0 10vw 0; }
    body.common #main .mainSection.company.buisiness .tab_content.tc03 ul.brand li {
      margin: 0 0 13vw 0; }
      body.common #main .mainSection.company.buisiness .tab_content.tc03 ul.brand li .logo {
        width: 110px;
        margin: 0 auto 30px; }
      body.common #main .mainSection.company.buisiness .tab_content.tc03 ul.brand li .name {
        text-align: center;
        font-size: 4.8vw;
        font-weight: bold;
        margin: 0 0 3vw 0; }
      body.common #main .mainSection.company.buisiness .tab_content.tc03 ul.brand li p {
        margin: 0 0 4vw 0;
        font-size: 3.7vw;
        line-height: 1.5; }
      body.common #main .mainSection.company.buisiness .tab_content.tc03 ul.brand li .photo {
        margin: 0 0 4vw 0; }
  body.common #main .mainSection.company.sustainability .block {
    margin: 0 5vw 13vw; }
    body.common #main .mainSection.company.sustainability .block .block_header figure {
      margin: 0 auto 6vw; }
    body.common #main .mainSection.company.sustainability .block .block_header h4 {
      font-size: 6.4vw;
      line-height: 1.5;
      font-weight: bold;
      text-align: center;
      margin: 0 0 8vw 0; }
    body.common #main .mainSection.company.sustainability .block .block_content .ly-main {
      margin: 0 0 10vw 0; }
    body.common #main .mainSection.company.sustainability .block .block_content .ly-sub dl dt {
      font-size: 4.2vw;
      font-weight: bold;
      margin: 4vw 0 2vw 0; }
      body.common #main .mainSection.company.sustainability .block .block_content .ly-sub dl dt span {
        font-size: 4.2vw;
        color: #2CB2C2; }
    body.common #main .mainSection.company.sustainability .block .block_content .ly-sub dl dd {
      font-size: 3.7vw;
      line-height: 1.75;
      margin: 0 0 0 1.5em; }
      body.common #main .mainSection.company.sustainability .block .block_content .ly-sub dl dd.notice {
        font-size: 12px; }
    body.common #main .mainSection.company.sustainability .block .block_content .ly-sub dl .btn02 {
      width: 80vw;
      margin: auto; }
  body.common #main .mainSection.company.sustainability .block01 .block_header figure {
    width: 89vw; }
  body.common #main .mainSection.company.sustainability .block02 .block_header figure {
    width: 29vw; }
  body.common #main .mainSection.company.sustainability .block03 .block_header figure {
    width: 89vw; }
  body.common #main .mainSection.company.sustainability .block04 .block_header figure {
    width: 59vw; }
  body.common #main .mainSection.company.sustainability .block05 .block_header figure {
    width: 14vw; }
  body.common #main .mainSection.company.education .block {
    margin: 0 5vw 13vw; }
    body.common #main .mainSection.company.education .block .block_content .ly-main {
      margin: 0 0 7vw 0; }
    body.common #main .mainSection.company.education .block .block_content .ly-sub h4 {
      font-size: 4.8vw;
      line-height: 1.5;
      font-weight: bold;
      margin: 0 0 4vw 0; }
    body.common #main .mainSection.company.education .block .block_content .ly-sub p {
      font-size: 3.7vw;
      line-height: 1.5; }
  body.common #main .mainSection.company.education .communication {
    background: #F4F4F4;
    padding: 13vw 0;
    margin: 0 0 10vw 0; }
    body.common #main .mainSection.company.education .communication h3 {
      margin: 0 0 4vw 0; }
    body.common #main .mainSection.company.education .communication .ly {
      display: flex;
      flex-wrap: wrap;
      padding: 0 5vw; }
      body.common #main .mainSection.company.education .communication .ly .ly-main {
        order: 2; }
        body.common #main .mainSection.company.education .communication .ly .ly-main h4 {
          margin: 0 0 4vw 0;
          font-size: 4.8vw;
          font-weight: bold;
          text-align: center;
          line-height: 1.5; }
        body.common #main .mainSection.company.education .communication .ly .ly-main p {
          font-size: 3.7vw;
          line-height: 1.5; }
          body.common #main .mainSection.company.education .communication .ly .ly-main p.notice {
            margin: 4vw 0 0 0;
            font-size: 2.8vw; }
      body.common #main .mainSection.company.education .communication .ly .ly-sub {
        order: 1;
        width: 45vw;
        margin: 0 auto; }
  body.common #main .mainSection.company.education .effort {
    margin: 0; }
    body.common #main .mainSection.company.education .effort .recipe {
      margin: 0 10vw 10vw; }
      body.common #main .mainSection.company.education .effort .recipe h4 {
        font-size: 4.8vw;
        font-weight: bold;
        margin: 8vw 0 3vw 0; }
      body.common #main .mainSection.company.education .effort .recipe p {
        font-size: 3.7vw;
        line-height: 1.75;
        margin: 0 0 8vw 0; }
  body.common #main .mainSection.company.commodity .mainHeader .icon img {
    width: 13.4vw; }
  body.common #main .mainSection.company.commodity .item {
    margin: 0 5vw; }
    body.common #main .mainSection.company.commodity .item .lead {
      font-size: 4.2vw; }
    body.common #main .mainSection.company.commodity .item ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      body.common #main .mainSection.company.commodity .item ul li {
        margin: 0 0 8vw 0; }
        body.common #main .mainSection.company.commodity .item ul li .ly-main {
          margin: 0 0 8vw 0; }
        body.common #main .mainSection.company.commodity .item ul li h4 {
          font-size: 4.8vw;
          font-weight: bold;
          margin: 4vw 0 3vw 0; }
        body.common #main .mainSection.company.commodity .item ul li p {
          font-size: 3.7vw;
          line-height: 1.75;
          margin: 0 0 3vw 0; }
  body.common #main .mainSection.company.commodity .pickup {
    border-radius: 5.3vw;
    margin: 0 5vw 13vw;
    background: #F4F4F4;
    text-align: center;
    padding: 8vw 5vw;
    box-sizing: border-box; }
    body.common #main .mainSection.company.commodity .pickup h3 {
      margin: 0 0 8vw 0; }
    body.common #main .mainSection.company.commodity .pickup p {
      font-size: 3.7vw;
      line-height: 1.75;
      margin: 0 0 9vw 0; }
  body.common #main .mainSection.concierge .mainContent .lead {
    line-height: 1.5;
    text-align: left; }
  body.common #main .mainSection.concierge .mainContent .block01 {
    margin: 0 5vw 13vw; }
    body.common #main .mainSection.concierge .mainContent .block01 div h3 {
      font-size: 6.4vw;
      text-align: left;
      margin: 0 0 6vw 0; }
    body.common #main .mainSection.concierge .mainContent .block01 div p {
      font-size: 4.2vw;
      line-height: 1.75; }
    body.common #main .mainSection.concierge .mainContent .block01 figure {
      margin: 0 0 8vw 0; }
  body.common #main .mainSection.concierge .mainContent .block02 {
    margin: 0 5vw 13vw; }
    body.common #main .mainSection.concierge .mainContent .block02 div h4 {
      text-align: center;
      font-size: 4.8vw;
      font-weight: bold;
      line-height: 1.5;
      margin: 0 0 6vw 0; }
    body.common #main .mainSection.concierge .mainContent .block02 div p {
      font-size: 3.7vw;
      line-height: 1.75; }
    body.common #main .mainSection.concierge .mainContent .block02 figure {
      width: 45vw;
      margin: 0 auto 8vw; }
  body.common #main .mainSection.concierge .mainContent .block03 {
    margin: 0 5vw 13vw; }
    body.common #main .mainSection.concierge .mainContent .block03 div dl dt {
      font-size: 4.8vw;
      font-weight: bold;
      line-height: 1.5;
      margin: 2vw 0 2vw 0; }
    body.common #main .mainSection.concierge .mainContent .block03 div dl dd {
      font-size: 3.7vw;
      line-height: 1.75;
      margin: 0 0 4vw 0; }
    body.common #main .mainSection.concierge .mainContent .block03 figure {
      margin: 0 0 8vw 0; }
  body.common #main .mainSection.concierge .mainContent .block04 {
    margin: 0 5vw 13vw; }
    body.common #main .mainSection.concierge .mainContent .block04 ul {
      list-style-type: none;
      margin: 8vw 0; }
      body.common #main .mainSection.concierge .mainContent .block04 ul li {
        width: 78vw; }
        body.common #main .mainSection.concierge .mainContent .block04 ul li figure {
          margin: 0 0 2vw 0; }
        body.common #main .mainSection.concierge .mainContent .block04 ul li p {
          font-size: 3.7vw;
          line-height: 1.75; }
    body.common #main .mainSection.concierge .mainContent .block04 p.close {
      font-size: 4.2vw;
      line-height: 1.75;
      text-align: center; }
  body.common #main .mainSection.concierge .mainContent .concierge_list {
    margin: 0 0 8vw 0; }
    body.common #main .mainSection.concierge .mainContent .concierge_list .slick-dots {
      display: none !important; }
    body.common #main .mainSection.concierge .mainContent .concierge_list ul li {
      width: 78vw;
      margin: 0 4vw; }
      body.common #main .mainSection.concierge .mainContent .concierge_list ul li figure {
        margin: 0 0 2vw 0; }
      body.common #main .mainSection.concierge .mainContent .concierge_list ul li .name {
        font-size: 3.7vw;
        font-weight: bold; }
  body.common #main .mainSection.concierge .mainContent .btn02 {
    margin: 0 auto 13vw;
    width: 89vw; }
  body.common #main .mainSection.concierge .mainContent .linevoom {
    margin: 0 5vw 13vw; }
  body.common #main .mainSection.line .block01 {
    margin: 0 5vw 13vw; }
    body.common #main .mainSection.line .block01 figure {
      margin: 0 0 8vw 0; }
    body.common #main .mainSection.line .block01 .ly-main h3 {
      font-size: 9.3vw;
      text-align: left;
      margin: 0 0 4vw 0; }
    body.common #main .mainSection.line .block01 .ly-main p {
      font-size: 16px;
      line-height: 1.75;
      margin: 0 0 40px 0; }
    body.common #main .mainSection.line .block01 .ly-main .btn02 a {
      background-color: #06C755;
      border: none; }
  body.common #main .mainSection.line .block02 {
    margin: 0 5vw 13vw; }
    body.common #main .mainSection.line .block02 h3 {
      margin: 0 0 8vw 0; }
    body.common #main .mainSection.line .block02 ul li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 0 8vw 0; }
      body.common #main .mainSection.line .block02 ul li figure {
        width: 28vw; }
      body.common #main .mainSection.line .block02 ul li .ly-main {
        width: 56vw; }
      body.common #main .mainSection.line .block02 ul li .tit {
        font-size: 4.2vw;
        font-weight: bold;
        margin: 2vw 0 2vw 0; }
      body.common #main .mainSection.line .block02 ul li p {
        font-size: 3.7vw;
        line-height: 1.75; }
      body.common #main .mainSection.line .block02 ul li:nth-child(1) {
        background-image: url(img/bg_line_num01.png);
        background-position: right top -4vw;
        background-repeat: no-repeat;
        background-size: 16vw; }
      body.common #main .mainSection.line .block02 ul li:nth-child(2) {
        background-image: url(img/bg_line_num02.png);
        background-position: right top -3vw;
        background-repeat: no-repeat;
        background-size: 16vw; }
      body.common #main .mainSection.line .block02 ul li:nth-child(3) {
        background-image: url(img/bg_line_num03.png);
        background-position: right top -3vw;
        background-repeat: no-repeat;
        background-size: 16vw; }
  body.common #main .mainSection.line .block03 {
    margin: 0 0 20vw 0; }
    body.common #main .mainSection.line .block03 h3 {
      margin: 0 0 8vw 0; }
    body.common #main .mainSection.line .block03 div#slider03 {
      margin: 0 0 20vw 0;
      position: relative; }
      body.common #main .mainSection.line .block03 div#slider03 .arrow {
        position: absolute;
        bottom: -8.8vw;
        width: 5vw;
        cursor: pointer; }
      body.common #main .mainSection.line .block03 div#slider03 .arrow_l {
        left: calc(100%/2 + -100px); }
      body.common #main .mainSection.line .block03 div#slider03 .arrow_r {
        right: calc(100%/2 + -100px); }
      body.common #main .mainSection.line .block03 div#slider03 .slick-slide {
        margin: 0 1.5vw;
        width: 100vw; }
      body.common #main .mainSection.line .block03 div#slider03 .slick-dots {
        bottom: -35px; }
      body.common #main .mainSection.line .block03 div#slider03 .slick-slide {
        width: 293px;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 15px;
        margin: 0 20px 6px 20px; }
        body.common #main .mainSection.line .block03 div#slider03 .slick-slide a figure img {
          border-radius: 15px 15px 0 0; }
        body.common #main .mainSection.line .block03 div#slider03 .slick-slide a p {
          padding: 10px 20px 5px 20px;
          font-size: 16px;
          font-weight: bold;
          line-height: 2; }
        body.common #main .mainSection.line .block03 div#slider03 .slick-slide a .tag {
          padding: 0 20px 20px; }
          body.common #main .mainSection.line .block03 div#slider03 .slick-slide a .tag ul li {
            margin: 5px 0 0 0;
            font-size: 12px;
            display: inline-block;
            color: #fff;
            background: #004F8E;
            padding: 4px 7px;
            border-radius: 10px; }
      body.common #main .mainSection.line .block03 div#slider03 .slick-dots {
        bottom: -35px; }
    body.common #main .mainSection.line .block03 .btn02 {
      width: 78vw;
      margin: auto; }
  body.common #main .mainSection.traceability .block01 {
    margin: 0 5vw 13vw; }
    body.common #main .mainSection.traceability .block01 figure {
      margin: 0 0 8vw 0; }
    body.common #main .mainSection.traceability .block01 .ly-main h3 {
      font-size: 6.4vw;
      text-align: left;
      margin: 0 0 4vw 0; }
    body.common #main .mainSection.traceability .block01 .ly-main p {
      font-size: 16px;
      line-height: 1.75;
      margin: 0 0 40px 0; }
    body.common #main .mainSection.traceability .block01 .ly-main .btn02 a {
      background-color: #06C755; }
    body.common #main .mainSection.traceability .block01 .ly-main > figure {
      width: 40vw;
      margin: 0 0 0 50vw; }
  body.common #main .mainSection.traceability .block02 {
    margin: 0 5vw 13vw; }
    body.common #main .mainSection.traceability .block02 .notice {
      font-size: 3.2vw;
      margin: 0 0 2vw 0; }
    body.common #main .mainSection.traceability .block02 table {
      margin: 0 0 13vw 0; }
      body.common #main .mainSection.traceability .block02 table tr:nth-child(odd) {
        background: #f4f4f4; }
      body.common #main .mainSection.traceability .block02 table tr:last-child {
        border-bottom: 1px solid #ccc; }
      body.common #main .mainSection.traceability .block02 table tr th {
        background: #CCDCE8;
        font-size: 3vw;
        color: #004F8E;
        font-weight: bold;
        height: 84px;
        vertical-align: middle;
        border-right: 1px solid #ccc; }
        body.common #main .mainSection.traceability .block02 table tr th.date {
          width: 20vw; }
        body.common #main .mainSection.traceability .block02 table tr th.num01 {
          width: 35vw; }
        body.common #main .mainSection.traceability .block02 table tr th.num02 {
          width: 35vw; }
        body.common #main .mainSection.traceability .block02 table tr th:last-child {
          border: none; }
      body.common #main .mainSection.traceability .block02 table tr td {
        font-size: 3vw;
        height: 84px;
        vertical-align: top;
        border-right: 1px solid #ccc;
        padding: 3vw;
        box-sizing: border-box; }
        body.common #main .mainSection.traceability .block02 table tr td:last-child {
          border: none; }
        body.common #main .mainSection.traceability .block02 table tr td div {
          margin: 0 0 2vw 0;
          font-size: 3vw; }
    body.common #main .mainSection.traceability .block02 .btn_lead {
      font-size: 3.7vw;
      text-align: center;
      margin: 0 0 30px 0; }
    body.common #main .mainSection.traceability .block02 .btn02 {
      width: 80vw;
      margin: auto; }
      body.common #main .mainSection.traceability .block02 .btn02 a {
        background-image: url(img/icon_link_direct.png);
        background-size: 3vw; }
        body.common #main .mainSection.traceability .block02 .btn02 a span {
          font-size: 3.2vw;
          color: #fff;
          display: inline-block;
          margin: 0 0 0.5em; }
  body.common #main .mainSection.privacy_policy .block01 {
    margin: 0 5vw 13vw; }
  body.common #main .mainSection.privacy_policy .block02 {
    margin: 0 5vw 6vw; }
  body.common #main .mainSection.privacy_policy .block03 {
    margin: 0 5vw 20vw; }
    body.common #main .mainSection.privacy_policy .block03 a {
      font-size: 3.2vw;
      font-weight: bold;
      text-align: center;
      display: block;
      padding: 5vw;
      text-decoration: underline;
      background: #F4F4F4;
      border-radius: 10px; }
  body.common #main .mainSection.privacy_policy h3 {
    text-align: left !important; }
  body.common #main .mainSection.privacy_policy h4 {
    margin-bottom: 2.6vw;
    font-size: 4.8vw;
    font-weight: bold; }
  body.common #main .mainSection.privacy_policy .text {
    margin-bottom: 8vw; }
    body.common #main .mainSection.privacy_policy .text:last-child {
      margin-bottom: 0; }
    body.common #main .mainSection.privacy_policy .text p {
      font-size: 3.7vw;
      line-height: 1.75; }
    body.common #main .mainSection.privacy_policy .text a {
      color: #2CB2C2;
      font-size: inherit; }
      body.common #main .mainSection.privacy_policy .text a:hover {
        opacity: 0.7; }
  body.common #main .mainSection.privacy_policy .notes {
    margin-top: 4vw; }
    body.common #main .mainSection.privacy_policy .notes li {
      font-size: 3.2vw;
      line-height: 1.58; }
  body.common #main .mainSection.privacy_policy .list li {
    font-size: 3.7vw;
    line-height: 1.75; }
  body.common #main .mainSection.privacy_policy .gray_box {
    margin-top: 4vw;
    padding: 5.3vw;
    background: #F4F4F4;
    border-radius: 10px; }
  body.common #main .mainSection.privacy_policy .bold {
    font-weight: bold; }
  body.common #main .mainSection.privacy_policy .return li {
    text-indent: -1em;
    margin: 0 0 0 1em; }
  body.common #main .mainSection.tokushoho .block01 {
    margin: 0 5vw 13vw; }
  body.common #main .mainSection.tokushoho .block02 {
    margin: 0 5vw 20vw; }
  body.common #main .mainSection.tokushoho h3 {
    text-align: left !important; }
  body.common #main .mainSection.tokushoho h4 {
    margin-bottom: 2.6vw;
    font-size: 4.8vw;
    font-weight: bold; }
  body.common #main .mainSection.tokushoho h5 {
    font-size: 3.7vw;
    font-weight: bold;
    line-height: 1.75; }
  body.common #main .mainSection.tokushoho .text {
    margin-bottom: 4vw;
    line-height: 1.75;
    font-size: 3.7vw; }
    body.common #main .mainSection.tokushoho .text:last-child {
      margin-bottom: 0; }
  body.common #main .mainSection.tokushoho table {
    margin-bottom: 8vw;
    border-top: 1px solid #CCCCCC; }
    body.common #main .mainSection.tokushoho table:last-child {
      margin-bottom: 0; }
    body.common #main .mainSection.tokushoho table tr {
      border-bottom: 1px solid #CCCCCC; }
    body.common #main .mainSection.tokushoho table th {
      display: block;
      padding: 4vw 0 2.6vw;
      font-weight: bold;
      text-align: left;
      vertical-align: top;
      font-size: 3.2vw; }
    body.common #main .mainSection.tokushoho table td {
      display: block;
      padding: 0 0 4vw;
      line-height: 1.75;
      vertical-align: top;
      font-size: 3.2vw; }
    body.common #main .mainSection.tokushoho table a {
      color: #2CB2C2;
      font-size: 3.2vw; }
      body.common #main .mainSection.tokushoho table a:hover {
        opacity: 0.7; }
  body.common #main .mainSection.tokushoho .gray_box {
    padding: 5.3vw;
    border-radius: 10px;
    background: #F4F4F4; }
    body.common #main .mainSection.tokushoho .gray_box p {
      font-size: 3.7vw;
      line-height: 1.75; }
  body.common #main .mainSection.tokushoho .bold {
    font-weight: bold; }
  body.common #main .mainSection.contact .mainHeader .icon img {
    width: 13.2vw; }
  body.common #main .mainSection.contact .block01 {
    margin: 0 5vw 13vw; }
    body.common #main .mainSection.contact .block01 .text {
      margin-bottom: 8vw; }
    body.common #main .mainSection.contact .block01 p {
      font-size: 4.2vw;
      line-height: 1.75; }
  body.common #main .mainSection.contact .bg_gray {
    padding: 13vw 10.06vw;
    background: #F4F4F4; }
  body.common #main .mainSection.contact .block02 p {
    line-height: 1.75; }
  body.common #main .mainSection.contact .block02 a {
    font-size: inherit;
    color: #2CB2C2; }
    body.common #main .mainSection.contact .block02 a:hover {
      opacity: 0.7; }
  body.common #main .mainSection.contact .block02 .btn02 a {
    color: #FFF;
    font-size: 4.2vw; }
  body.common #main .mainSection.contact .block02 h4 {
    font-size: 4.8vw;
    font-weight: bold;
    margin-bottom: 2.6vw; }
  body.common #main .mainSection.contact .block02 .box01 {
    margin-bottom: 13vw; }
    body.common #main .mainSection.contact .block02 .box01 h4 {
      text-align: center; }
    body.common #main .mainSection.contact .block02 .box01 .text {
      margin-bottom: 8vw;
      font-size: 4.2vw; }
  body.common #main .mainSection.contact .block02 .box02 .tel {
    margin-bottom: 2.6vw;
    font-size: 7.2vw;
    font-weight: bold;
    line-height: 1.2; }
    body.common #main .mainSection.contact .block02 .box02 .tel a {
      font-size: 7.2vw;
      font-weight: bold;
      line-height: 1.2; }
  body.common #main .mainSection.contact .block02 .box02 .time {
    margin-bottom: 2.6vw;
    font-size: 3.2vw; }
  body.common #main .mainSection.contact .block02 .box02 .fax_notes {
    padding: 2.6vw;
    border: 1px solid #CCCCCC;
    font-size: 3.2vw; }
  body.common #main .mainSection.contact .handling_store {
    margin: 13vw 5vw 20vw;
    padding: 10.6vw 5.3vw 8vw;
    background: #F4F4F4;
    border-radius: 10px;
    position: relative; }
    body.common #main .mainSection.contact .handling_store::after {
      content: '';
      display: block;
      width: 12.8vw;
      height: 17vw;
      background: url(img/handling_store_img.png) no-repeat center top;
      background-size: 100% auto;
      position: absolute;
      top: 22vw;
      right: 0; }
    body.common #main .mainSection.contact .handling_store h4 {
      margin-bottom: 5.3vw;
      font-size: 4.8vw;
      font-weight: bold;
      text-align: center; }
    body.common #main .mainSection.contact .handling_store .text {
      margin-bottom: 8vw;
      font-size: 4.2vw;
      text-align: center;
      line-height: 1.75; }
  body.common #main .mainSection.page404 .block01 {
    margin: 13vw 5vw 20vw; }
    body.common #main .mainSection.page404 .block01 .text {
      margin-bottom: 8vw;
      text-align: center;
      font-size: 4.2vw; }
    body.common #main .mainSection.page404 .block01 .btn02 {
      margin: 0 5vw 0; } }

/*# sourceMappingURL=style.css.map */
