@charset "UTF-8";
/*-----------------------------*/
/*丸茂海苔店 CSS*/
/*-----------------------------*/
@import "https://necolas.github.io/normalize.css/7.0.0/normalize.css";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese";
@import "https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap";
@import "https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c";
html.enable-javascript .hide-enable-js {
  display: none !important; }
html:not(.enable-javascript) * {
  display: none !important; }
html:not(.enable-javascript) body,
html:not(.enable-javascript) noscript,
html:not(.enable-javascript) .hide-disable-js {
  display: block !important; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: anywhere; }

html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #333;
  line-height: 2rem;
  background-color: #fff; }

div,
ul,
li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li {
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

i {
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc; }

p {
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

#env {
  position: fixed;
  z-index: 999999;
  width: 100px;
  margin-left: -50px;
  padding: 0.3rem;
  background: red;
  left: 50%;
  top: 0px;
  color: #fff;
  text-align: center;
  font-size: 1rem; }
  #env:hover {
    opacity: 0; }
  #env.local {
    background: purple; }

.sp {
  display: none; }

.inner {
  position: relative;
  width: 960px;
  margin: auto; }

.text_l {
  text-align: left; }

.text_r {
  text-align: right; }

.text_c {
  text-align: center; }

.fl_l {
  float: left; }

.fl_r {
  float: right; }

.img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .img_box img {
    max-height: 100%;
    max-width: 100%; }

.boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .boxList li {
    width: 24%;
    margin-bottom: 15px; }
    .boxList li:empty {
      visibility: hidden; }
    .boxList li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center; }
      .boxList li a > span {
        display: block; }
    .boxList li .categpry {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      min-width: 5rem;
      padding: 0 0.5rem;
      text-align: center;
      font-size: 1.2rem;
      border-radius: 0 0 4px 0; }
    .boxList li .tn {
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      height: auto; }
      .boxList li .tn::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .boxList li .tn > * {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    .boxList li .box_wrap {
      position: relative;
      height: auto; }
      .boxList li .box_wrap::before {
        content: "";
        display: block;
        padding-top: 100%; }
    .boxList li .img_box {
      position: absolute;
      top: 0;
      left: 0; }
    .boxList li .title_box {
      padding: 10px;
      height: 100%; }
      .boxList li .title_box p {
        margin: 0;
        line-height: 1.8rem; }
    .boxList li .title {
      margin-bottom: 5px;
      font-weight: 200; }
    .boxList li .sub {
      font-size: 1.2rem; }
    .boxList li .date {
      font-size: 1.2rem; }

.textList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc; }
  .textList li:last-of-type {
    border: none; }
  .textList li > div,
  .textList li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .textList li a:hover {
    opacity: 0.6; }
  .textList li a .title {
    text-decoration: underline; }
  .textList li .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .textList li .tn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    background: #ccc; }
    .textList li .tn img {
      max-width: 100%;
      max-height: 100%; }
  .textList li .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .textList li .date {
    display: block;
    font-size: 1.2rem; }
  .textList li .title {
    width: calc(100% - 7em); }

.link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .link_list li {
    width: 46%;
    margin-bottom: 8%; }
    .link_list li .tn {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .link_list li .tn img {
        width: 100%; }
      .link_list li .tn.bg {
        position: relative;
        height: auto; }
        .link_list li .tn.bg::before {
          content: "";
          display: block;
          padding-top: 66.7%; }
    .link_list li .title {
      display: block;
      margin-top: 5px;
      padding: 5px;
      text-align: center;
      background: #eaeaea;
      border: 1px solid #ccc; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto; }
  .pagination > p {
    margin: 0 5px;
    font-size: 1.2rem;
    text-align: center; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .pagination li {
    margin: 0 2px;
    min-width: 3rem;
    text-align: center; }
    .pagination li > * {
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      height: 100%;
      padding: 8px 5px;
      color: #333;
      font-weight: 200;
      font-size: 1.2rem;
      font-weight: bold;
      font-family: "Noto Sans JP";
      line-height: 1.2rem;
      text-align: center; }
    .pagination li.off span {
      color: #ccc; }
    .pagination li.current span, .pagination li:hover span {
      color: #003a83; }
    .pagination li.current a, .pagination li:hover a {
      opacity: 1; }
    .pagination li.current.spacer span, .pagination li:hover.spacer span {
      color: #333; }
    .pagination li.current.off span, .pagination li:hover.off span {
      color: #ccc; }

.img_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .img_gallery li {
    position: relative;
    width: 19%;
    margin: 0 0 10px 0; }
    .img_gallery li img {
      width: 100%; }
    .img_gallery li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
    .img_gallery li .cap {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 5px;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 1.2rem;
      line-height: 1.6rem; }
      .img_gallery li .cap:empty {
        display: none; }

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto; }
  .btn_wrap a:hover,
  .btn_wrap button:hover {
    opacity: 0.6; }
  .btn_wrap img {
    max-width: 100%; }

.btn {
  padding: 10px 20px;
  border: none;
  background: #78613f;
  color: #fff;
  font-family: "Noto Suns JP";
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  border-radius: 4px;
  cursor: pointer; }
  .btn:hover {
    opacity: 0.6; }
  .btn_text {
    padding-left: 15px;
    background: url(../images/common/icon_arrow01_black_right.svg) no-repeat center left/14px auto; }
    .btn_text:hover {
      opacity: 0.6; }
  .btn_link {
    border: 1px solid #666;
    background: #fff;
    color: #333; }
  .btn_back {
    padding: 5px 10px;
    border: 1px solid #666;
    background: #fff;
    color: #333;
    border-radius: 50px; }
    .btn_back span {
      position: relative;
      display: inline-block;
      padding-left: 20px;
      background: url(../images/common/icon_pageback_bk.svg) no-repeat center left/16px auto; }

.boxLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .boxLink li {
    width: 49%;
    margin-bottom: 2%;
    height: auto;
    position: relative;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .boxLink li::before {
      content: "";
      display: block;
      padding-top: 75%; }
    .boxLink li:hover {
      opacity: 0.6; }
    .boxLink li a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      color: #333; }
      .boxLink li a span {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        padding: 10px;
        width: 100%;
        background: rgba(255, 255, 255, 0.6);
        color: #333;
        text-align: center; }

.lightbox .lb-data .lb-caption {
  font-weight: 100; }

.price::before {
  content: "¥"; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 3px solid #78613f; }
  header .inner {
    width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  header h1 {
    position: relative;
    width: 200px;
    margin-left: 20px; }
    header h1::after {
      content: "";
      position: absolute;
      bottom: 0x;
      left: 0;
      width: 100%;
      height: 30px;
      background: url(../images/common/bg_line.png) center/contain; }
  header .logo {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    background: url(../images/common/bg_wave.png); }
    header .logo::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
    header .logo:hover {
      opacity: 0.5; }
    header .logo img {
      width: 100%;
      -webkit-filter: drop-shadow(0px 1px 1px #fff);
              filter: drop-shadow(0px 1px 1px #fff); }

footer {
  background: url(../images/common/bg_wave.png); }
  footer .navi {
    background: #78613f; }
    footer .navi ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 960px;
      margin: auto; }
    footer .navi li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      border-right: 1px solid #fff;
      text-align: center;
      font-size: 1.2rem; }
      footer .navi li:first-of-type {
        border-left: 1px solid #fff; }
      footer .navi li a {
        display: block;
        padding: 5px 0;
        color: #fff; }
        footer .navi li a:hover {
          opacity: 0.6; }
  footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 960px;
    margin: auto;
    padding: 15px 0; }
  footer .logo {
    display: block;
    width: 120px; }
    footer .logo img {
      width: 100%; }
  footer .profile {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: right; }
  footer .sns a {
    margin: 0 20px; }
    footer .sns a img {
      width: 15px; }
  footer .copyright {
    text-align: center;
    font-size: 1rem;
    background: #ddd; }

main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-bottom: 80px; }
  main article {
    width: 960px;
    margin: auto; }
    main article .inner {
      max-width: 960px;
      margin: auto; }
    main article > section {
      position: relative;
      margin-bottom: 100px; }
      main article > section::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -70px;
        display: block;
        height: 35px;
        width: 100%;
        background: url(../images/common/sec_border.png) no-repeat center/contain; }
      main article > section:last-of-type {
        margin-bottom: 0; }
        main article > section:last-of-type::after {
          display: none; }
      main article > section section {
        margin-top: 40px; }
      main article > section .flx_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px; }
        main article > section .flx_wrap .img_box {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; }
          main article > section .flx_wrap .img_box img {
            width: 100%; }
        main article > section .flx_wrap .txt_box {
          -webkit-box-flex: 1;
              -ms-flex: auto;
                  flex: auto; }
      main article > section .sec_title {
        position: relative;
        margin-bottom: 15px;
        padding: 0 0 5px 15px;
        font-size: 2.4rem;
        font-weight: 400; }
        main article > section .sec_title::before, main article > section .sec_title::after {
          content: "";
          position: absolute;
          left: 0;
          display: block; }
        main article > section .sec_title::before {
          width: 10px;
          height: 100%;
          background: #9cd3ff; }
        main article > section .sec_title::after {
          bottom: -5px;
          width: 100%;
          border-bottom: 1px solid #ccc; }
      main article > section .catch_title {
        position: relative;
        padding: 10px 0 10px 10px;
        margin-bottom: 30px;
        font-size: 4rem;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4); }
        main article > section .catch_title::before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0px;
          left: 0px;
          display: block;
          width: 70px;
          height: 70px;
          background: url(../images/common/catch_icon.png) no-repeat center/contain; }
      main article > section .p_title {
        display: block;
        margin-bottom: 3rem;
        font-size: 2.6rem;
        line-height: 3.2rem; }
      main article > section .sub_img li {
        width: 32%; }
        main article > section .sub_img li img {
          width: 100%; }
      main article > section .sub_img.row_4 li {
        width: 24%; }
      main article > section .sub_img_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        main article > section .sub_img_wrap .boxList {
          width: 73%;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
        main article > section .sub_img_wrap .sub_big {
          width: 24.2%; }
          main article > section .sub_img_wrap .sub_big img {
            width: 100%; }

.gnavi {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 80px;
  padding: 20px 0; }
  .gnavi .tel {
    margin-bottom: 20px;
    text-align: right; }
    .gnavi .tel span {
      position: relative;
      display: inline-block;
      font-size: 2.4rem;
      font-weight: 900; }
      .gnavi .tel span::before {
        content: "";
        position: relative;
        top: 2px;
        margin-right: 3px;
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../images/common/icon_tel.svg) no-repeat center/contain; }
  .gnavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .gnavi li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 3px 0;
    font-weight: 400;
    font-size: 1.4rem; }
    .gnavi li a span {
      display: block;
      width: 100%; }
  .gnavi li:hover a span, .gnavi li.on a span {
    text-shadow: 0px 0px 10px #005dc7; }

.mv_wrap {
  margin-bottom: 50px;
  background: #003;
  text-align: center; }

.title_wrap {
  text-align: center;
  background: #003;
  color: #fff; }
  .title_wrap.txt {
    padding: 50px 0; }
  .title_wrap h2 {
    max-width: 960px;
    margin: auto;
    font-size: 3.2rem;
    line-height: 4.5rem;
    font-weight: 200;
    font-family: "Noto Serif JP"; }
  .title_wrap .date {
    margin-top: 20px; }

.breadcrumbs {
  margin: 5px 0 40px 0; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    margin: auto; }
  .breadcrumbs li {
    color: #333;
    font-size: 1rem;
    font-weight: 200; }
    .breadcrumbs li::after {
      content: "＞";
      display: inline-block;
      margin: 0 7px; }
    .breadcrumbs li:last-of-type::after {
      display: none; }
    .breadcrumbs li a {
      color: #333; }
  .breadcrumbs .home a {
    padding-left: 15px;
    background: url(../images/common/icon_home.svg) no-repeat center left/12px auto; }

#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px; }
  #pagetop .pagetop {
    width: 50px;
    height: 50px;
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    #pagetop .pagetop:hover {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.8; }

.spcialpage_link li {
  margin-bottom: 15px; }
  .spcialpage_link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ccc; }
    .spcialpage_link li a:hover {
      opacity: 0.6; }
  .spcialpage_link li .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    height: 100%;
    padding: 30px;
    background: url(../images/common/bg_wave.png);
    color: #222;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.5rem;
    text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.3); }
    .spcialpage_link li .ttl span {
      position: relative;
      top: -2px; }

body.home .breadcrumbs {
  display: none; }
body.home .contentsLink .boxList li {
  width: 48%;
  margin-bottom: 4%; }
  body.home .contentsLink .boxList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.home .contentsLink .boxList li a:hover {
      opacity: 0.6; }
  body.home .contentsLink .boxList li:last-of-type, body.home .contentsLink .boxList li:nth-last-of-type(2) {
    margin-bottom: 0; }
body.home .contentsLink .boxList .tn_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  margin-right: 15px; }
  body.home .contentsLink .boxList .tn_box img {
    width: 100%; }
body.home .contentsLink .boxList .txt_box {
  text-align: left; }
  body.home .contentsLink .boxList .txt_box b {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.8rem; }
body.home .news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  body.home .news_wrap .news {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
  body.home .news_wrap .to_list {
    position: absolute;
    top: 5px;
    right: 0; }
  body.home .news_wrap .bnr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: block;
    width: 230px;
    margin-left: 40px; }
    body.home .news_wrap .bnr:hover {
      opacity: 0.6; }
    body.home .news_wrap .bnr img {
      width: 100%; }
body.pride .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  body.pride .intro h3 {
    margin-bottom: 2.5rem;
    font-size: 3rem; }
    body.pride .intro h3 b {
      color: #003a83;
      font-size: 4rem; }
  body.pride .intro .img_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 400px;
    margin-right: 50px; }
  body.pride .intro .txt_box p {
    line-height: 2.7rem;
    font-size: 1.7rem;
    font-weight: 600; }
body.pride .kodawari .num {
  margin-left: 1.8rem;
  font-size: 1.6rem;
  font-weight: bold; }
  body.pride .kodawari .num span {
    display: inline-block;
    padding: 0 5px;
    margin-right: 3px;
    border-radius: 4px;
    color: #fff; }
    body.pride .kodawari .num span.no_1 {
      background: #2a4a96; }
    body.pride .kodawari .num span.no_2 {
      background: #8c0303; }
    body.pride .kodawari .num span.no_3 {
      background: #185b3b; }
body.pride .kodawari .flx_wrap .img_box {
  width: 450px;
  margin-right: 50px; }
body.goods section .flx_wrap .img_box {
  width: 400px;
  margin-left: 50px; }
body.goods section .btn_wrap {
  margin-top: 50px; }
body.info .store .flx_wrap .img_box {
  width: 450px;
  margin-right: 50px; }
body.info .store .map {
  width: 100%;
  height: 600px;
  margin-top: 20px;
  border: none; }
body.info .store.honten .p_title {
  font-size: 1.4rem; }
body.info .kokugikan {
  margin-top: 50px; }
body.order .num_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding: 30px 0;
  background: #cde7fc;
  border-radius: 6px;
  font-family: "Noto Suns JP";
  font-weight: 700; }
  body.order .num_box p {
    margin: 0; }
  body.order .num_box .txt {
    font-size: 1.8rem; }
  body.order .num_box .tel,
  body.order .num_box .fax {
    position: relative;
    font-weight: 700;
    font-size: 3.5rem; }
    body.order .num_box .tel::before,
    body.order .num_box .fax::before {
      content: "";
      margin-right: 5px;
      position: relative;
      display: inline-block; }
  body.order .num_box .tel {
    margin-right: 20px; }
    body.order .num_box .tel::before {
      top: 2px;
      width: 30px;
      height: 30px;
      background: url(../images/common/icon_tel.svg) no-repeat center/contain; }
  body.order .num_box .fax::before {
    content: "FAX";
    top: -6px;
    padding: 0px 5px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #78613f;
    border-radius: 4px; }
  body.order .num_box .fax + .txt {
    font-size: 2.6rem; }
body.profile dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
body.profile dt,
body.profile dd {
  margin: 0;
  padding: 10px 0; }
body.profile dt {
  width: 20%; }
body.profile dd {
  width: 80%; }
body.profile .outline .img_box {
  margin-right: 30px; }
body.profile .history .img_box {
  margin-left: 30px; }
body.special .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  body.special .title_wrap h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 30px 0;
    background: url(../images/common/bg_wave.png);
    color: #222;
    font-weight: 700;
    font-size: 5rem;
    text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.6); }
    body.special .title_wrap h2 span {
      position: relative;
      top: -4px; }
body.special .hook_wrap:empty,
body.special .explain_wrap:empty {
  display: none; }
body.special .hook_box {
  margin-bottom: 0;
  padding: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  body.special .hook_box:last-of-type {
    margin-bottom: 100px; }
  body.special .hook_box .ttl {
    padding: 100px 0 150px 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 5rem;
    line-height: 6.5rem;
    text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.7); }
    body.special .hook_box .ttl span {
      display: inline-block;
      padding: 10px 20px;
      background: rgba(0, 0, 0, 0.3); }
  body.special .hook_box .txt {
    padding: 30px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3rem;
    background: rgba(255, 255, 255, 0.8); }
    body.special .hook_box .txt:empty {
      display: none; }
body.special .explain_box {
  margin-bottom: 100px; }
  body.special .explain_box:last-of-type {
    margin-bottom: 0; }
  body.special .explain_box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    body.special .explain_box .wrap .txt_box {
      width: 45%; }
      body.special .explain_box .wrap .txt_box .ttl {
        margin-bottom: 2rem;
        font-weight: 500;
        font-size: 3rem;
        line-height: 3.5rem; }
    body.special .explain_box .wrap .img_box {
      width: 50%;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  body.special .explain_box .sub_img li img {
    width: 100%; }
  body.special .explain_box .sub_img.row_4 li {
    width: 24%; }
body.special .item_wrap {
  margin: 100px 0 0 0; }
  body.special .item_wrap .sec_title {
    margin-bottom: 30px; }
  body.special .item_wrap .item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  body.special .item_wrap li {
    width: 23%;
    margin-bottom: 20px; }
    body.special .item_wrap li .img_box {
      width: 100%;
      margin-bottom: 10px;
      border: 1px solid #ccc;
      position: relative;
      height: auto; }
      body.special .item_wrap li .img_box::before {
        content: "";
        display: block;
        padding-top: 66.6%; }
      body.special .item_wrap li .img_box img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      body.special .item_wrap li .img_box.no_img {
        background: url(../images/common/logo.svg) no-repeat center/50% auto, url(../images/common/bg_wave.png); }
        body.special .item_wrap li .img_box.no_img::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.5); }
    body.special .item_wrap li a:hover {
      opacity: 0.6; }
    body.special .item_wrap li p {
      margin: 0;
      text-align: center; }
    body.special .item_wrap li .name {
      font-weight: 600;
      font-size: 1.6rem; }
body.news.detail .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.news.detail .wrap .main_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  body.news.detail .wrap .main_img {
    margin-left: 40px;
    width: 40%; }
    body.news.detail .wrap .main_img img {
      width: 100%; }
body.news.detail .linkList {
  margin-top: 40px; }
  body.news.detail .linkList a {
    display: block;
    padding-left: 16px;
    background: url(../images/common/icon_arrow01_black_right.svg) no-repeat center left/14px auto; }
body.NotFound404 .title_wrap {
  padding: 30px 0; }
body.NotFound404 .intro p {
  text-align: center; }

/*----------------------------*/
/*SP用 CSS*/
/*----------------------------*/
@media only screen and (max-width: 680px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .inner {
    width: 100%; }

  .env {
    display: none; }

  #pagetop {
    right: 10px;
    bottom: 10px; }

  .boxList li {
    width: 48%; }
  .boxList.headline li {
    width: 100%; }
  .boxList.tnList li {
    width: 48%; }
    .boxList.tnList li .tn .name {
      opacity: 1 !important; }
      .boxList.tnList li .tn .name .en {
        font-size: 1.8rem; }
      .boxList.tnList li .tn .name .jp {
        font-size: 1.2rem; }

  .img_gallery li {
    width: 48%; }

  header {
    height: 50px;
    background: #fff; }
    header .inner {
      padding: 0;
      height: 100%; }
    header h1 {
      margin-left: 0px;
      width: 100px;
      height: 100%; }
      header h1 img {
        width: 100%; }
      header h1::after {
        display: none; }
    header .logo {
      padding: 10px;
      height: 100%; }

  footer .navi ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  footer .navi li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff; }
    footer .navi li:first-of-type {
      border-left: none; }
    footer .navi li:nth-of-type(2n-1) {
      border-right: 1px solid #fff; }
    footer .navi li:last-of-type {
      border-right: none;
      border-bottom: none; }
  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 90%;
    margin: auto;
    text-align: center; }
  footer .logo {
    margin: 20px 0; }
  footer .profile {
    text-align: center; }

  main {
    padding-bottom: 20%;
    background-size: 100% auto !important; }
    main article {
      width: 90%;
      max-width: unset;
      margin-left: auto;
      margin-right: auto; }
      main article .inner {
        width: 100%;
        max-width: unset; }
      main article > section > .inner {
        margin-left: auto;
        margin-right: auto; }
      main article > section .flx_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; }
        main article > section .flx_wrap .img_box {
          width: 100% !important;
          margin: 0 0 20px 0 !important; }
        main article > section .flx_wrap .txt_box {
          width: 100% !important;
          margin: 0 0 20px 0 !important; }
      main article > section .sub_img.row_4 li {
        width: 48%; }
      main article > section .sub_img_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; }
        main article > section .sub_img_wrap .boxList {
          width: 100%;
          margin-bottom: 15px; }
          main article > section .sub_img_wrap .boxList li {
            width: 48%; }
        main article > section .sub_img_wrap .sub_big {
          width: 100%; }

  .breadcrumbs {
    width: 100%;
    margin: 0 0 0 0;
    overflow: scroll;
    background: #78613f; }
    .breadcrumbs::-webkit-scrollbar {
      display: none !important; }
    .breadcrumbs ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      margin: auto; }
    .breadcrumbs li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .breadcrumbs li::after,
      .breadcrumbs li a,
      .breadcrumbs li span {
        color: #fff; }
    .breadcrumbs .home {
      padding-left: 5px; }

  #menu_bg {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background: rgba(0, 0, 0, 0.8); }

  .btn_menu {
    position: fixed;
    z-index: 200;
    top: 9px;
    right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 7px 7px;
    background: #003a83;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .btn_menu span {
      display: block;
      width: 25px;
      height: 3px;
      margin: 2px auto;
      border-radius: 10px;
      background-color: #fff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    .btn_menu.open {
      background-color: #fff; }
      .btn_menu.open span {
        background: #003a83; }
    .btn_menu p {
      position: absolute;
      bottom: -10px;
      width: 100%;
      font-size: 0.8rem;
      color: #9cd3ff; }

  .gnavi {
    display: none;
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    margin: 0;
    background: #fff; }
    .gnavi .tel {
      text-align: center; }
    .gnavi ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 90%;
      margin: 10px auto; }
    .gnavi li {
      -webkit-box-flex: 100%;
      -ms-flex: 100%;
      flex: 100%;
      margin: 0;
      padding: 10px 0px; }
      .gnavi li a {
        display: block;
        width: 100%;
        height: 100%; }
        .gnavi li a span {
          border: none; }
      .gnavi li.icon {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%; }
        .gnavi li.icon a {
          text-align: center; }

  .mv_wrap img {
    width: 100%; }

  .title_wrap {
    margin-bottom: 30px; }
    .title_wrap img {
      width: 100%; }

  .pagination li {
    display: none; }
  .pagination .current,
  .pagination .prev,
  .pagination .next {
    display: block; }

  .table_wrap {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    .table_wrap:hover .scroll {
      display: none; }
    .table_wrap .scroll {
      position: absolute;
      top: 3px;
      left: 20px;
      width: 16px;
      height: 16px;
      background: #fff url(../images/common/icon_arrow_left_orange.svg) no-repeat center center/cover;
      border-radius: 20px;
      -webkit-animation: scroll_arrow 2s infinite;
      animation: scroll_arrow 2s infinite; }
    .table_wrap table {
      width: auto;
      min-width: 100%; }
    .table_wrap th,
    .table_wrap td {
      width: auto;
      word-break: keep-all;
      white-space: nowrap; }

  @-webkit-keyframes scroll_arrow {
    from {
      left: 20px;
      opacity: 1; }
    to {
      left: 0px;
      opacity: 0; } }
  @keyframes scroll_arrow {
    from {
      left: 20px;
      opacity: 1; }
    to {
      left: 0px;
      opacity: 0; } }
  .spcialpage_link li a {
    padding: 30px 0;
    min-height: auto; }
  .spcialpage_link li .ttl {
    width: 100%;
    text-align: center;
    font-size: 6vw;
    line-height: 6.5vw; }

  body.home .contentsLink .boxList li {
    width: 100%;
    margin-bottom: 30px !important; }
    body.home .contentsLink .boxList li:last-of-type {
      margin-bottom: 0px !important; }
  body.home .news_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.home .news_wrap .bnr {
      margin: 20px auto 0; }
  body.pride .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.pride .intro > div {
      width: 100% !important; }
    body.pride .intro .img_box {
      margin-bottom: 20px; }
  body.info .store .flx_wrap {
    margin-bottom: 0; }
  body.order .intro img {
    width: 100%; }
  body.order .num_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 20px; }
    body.order .num_box .tel,
    body.order .num_box .fax {
      margin: 0 0 10px 0;
      font-size: 7vw; }
    body.order .num_box .txt {
      text-align: center; }
  body.profile dt {
    width: 30%; }
  body.profile dd {
    width: 70%; }
  body.profile .outline .txt_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  body.profile .outline .img_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  body.special .title_wrap {
    padding: 50px 0;
    height: auto; }
    body.special .title_wrap h2 {
      padding: 15px 0;
      font-size: 7.5vw; }
  body.special .hook_box {
    margin-bottom: 50px;
    padding: 30px 15px; }
    body.special .hook_box .ttl {
      padding: 70px 0 100px 0;
      font-size: 6.5vw;
      line-height: 7vw; }
    body.special .hook_box .txt {
      padding: 15px;
      font-size: 1.4rem;
      line-height: 2.4rem; }
  body.special .explain_box {
    margin-bottom: 50px; }
    body.special .explain_box .wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      margin-bottom: 20px; }
      body.special .explain_box .wrap .txt_box {
        width: 100%;
        margin-bottom: 20px; }
        body.special .explain_box .wrap .txt_box .ttl {
          font-size: 6.5vw;
          line-height: 6.5vw; }
        body.special .explain_box .wrap .txt_box .txt {
          font-size: 1.4rem;
          line-height: 2.4rem; }
      body.special .explain_box .wrap .img_box {
        width: 100%;
        margin-bottom: 0px; }
    body.special .explain_box .sub_img li {
      width: 48% !important; }
  body.special .item_wrap li {
    width: 48%; }
  body.news.detail .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.news.detail .wrap .main_txt {
      margin-bottom: 30px; }
    body.news.detail .wrap .main_img {
      width: 100%;
      margin: 0; } }
/*-----------------------------*/
/*フォーム PC用 CSS*/
/*-----------------------------*/
.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none; }

input[type="password"],
input[type="date"],
input[type="time"],
input[type="text"],
textarea {
  padding: 1em;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese";
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="time"]:focus,
  input[type="text"]:focus,
  textarea:focus {
    background-color: #ccffe4;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

input[type="password"],
input[type="date"],
input[type="time"],
input[type="text"],
textarea,
select {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="time"]:focus,
  input[type="text"]:focus,
  textarea:focus,
  select:focus {
    background-color: #ccffe4;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

input[type="password"],
input[type="date"],
input[type="time"],
input[type="text"],
select {
  margin-left: 10px;
  margin-right: 10px; }

input[type="password"].w100,
input[type="date"].w100,
input[type="time"].w100,
input[type="text"].w100,
textarea.w100 {
  width: 100px; }
input[type="password"].w150,
input[type="date"].w150,
input[type="time"].w150,
input[type="text"].w150,
textarea.w150 {
  width: 150px; }
input[type="password"].w200,
input[type="date"].w200,
input[type="time"].w200,
input[type="text"].w200,
textarea.w200 {
  width: 200px; }
input[type="password"].w250,
input[type="date"].w250,
input[type="time"].w250,
input[type="text"].w250,
textarea.w250 {
  width: 250px; }
input[type="password"].w300,
input[type="date"].w300,
input[type="time"].w300,
input[type="text"].w300,
textarea.w300 {
  width: 300px; }
input[type="password"].w350,
input[type="date"].w350,
input[type="time"].w350,
input[type="text"].w350,
textarea.w350 {
  width: 350px; }
input[type="password"].w400,
input[type="date"].w400,
input[type="time"].w400,
input[type="text"].w400,
textarea.w400 {
  width: 400px; }
input[type="password"].w450,
input[type="date"].w450,
input[type="time"].w450,
input[type="text"].w450,
textarea.w450 {
  width: 450px; }
input[type="password"].w500,
input[type="date"].w500,
input[type="time"].w500,
input[type="text"].w500,
textarea.w500 {
  width: 500px; }
input[type="password"].w550,
input[type="date"].w550,
input[type="time"].w550,
input[type="text"].w550,
textarea.w550 {
  width: 550px; }
input[type="password"].w600,
input[type="date"].w600,
input[type="time"].w600,
input[type="text"].w600,
textarea.w600 {
  width: 600px; }
input[type="password"].w650,
input[type="date"].w650,
input[type="time"].w650,
input[type="text"].w650,
textarea.w650 {
  width: 650px; }
input[type="password"].w700,
input[type="date"].w700,
input[type="time"].w700,
input[type="text"].w700,
textarea.w700 {
  width: 700px; }
input[type="password"].w100p,
input[type="date"].w100p,
input[type="time"].w100p,
input[type="text"].w100p,
textarea.w100p {
  width: 100%; }

textarea[name="remarks"] {
  width: 85%;
  height: 300px; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    display: inline-block;
    margin: 0 30px 0 0; }
    input[type="checkbox"] + label::before {
      content: "";
      position: relative;
      display: inline-block;
      margin-right: 5px;
      width: 30px;
      height: 30px;
      background-image: url(../images/form/checkbox.svg);
      background-repeat: no-repeat;
      background-size: cover;
      vertical-align: top; }
    input[type="checkbox"] + label span {
      display: inline-block;
      position: relative;
      top: 4px;
      vertical-align: top; }
  input[type="checkbox"]:checked + label::before {
    background-position: 0px -30px; }
  input[type="checkbox"].required {
    display: inline-block;
    margin-right: 5px; }
    input[type="checkbox"].required + label::before {
      display: none; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    display: inline-block;
    margin: 0 30px 0 0; }
    input[type="radio"] + label::before {
      content: "";
      position: relative;
      display: inline-block;
      margin-right: 5px;
      width: 28px;
      height: 28px;
      background-image: url(../images/form/radiobox.svg);
      background-repeat: no-repeat;
      background-size: cover;
      vertical-align: top; }
    input[type="radio"] + label span {
      position: relative;
      top: 4px;
      vertical-align: top; }
  input[type="radio"]:checked + label::before {
    background-position: 0px -28px; }
  input[type="radio"].required {
    display: inline-block; }
    input[type="radio"].required:first-of-type {
      margin-left: 10px; }
    input[type="radio"].required + label:first-of-type {
      margin-left: 0; }
    input[type="radio"].required + label::before {
      display: none; }

label {
  cursor: pointer; }
  label + span {
    position: relative;
    top: -1.5rem;
    margin-right: 3rem; }

.radio_row label {
  display: block !important;
  margin: 0 0 10px 0 !important; }

select {
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 4px; }

.switch {
  position: relative;
  top: 0.8em;
  display: inline-block; }
  .switch input[type="radio"],
  .switch input[type="checkbox"] {
    display: none !important; }
    .switch input[type="radio"] + label,
    .switch input[type="checkbox"] + label {
      float: left;
      display: block;
      width: auto;
      margin: 0;
      padding: 0.5em;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: none;
      color: #999;
      background-color: #eaeaea;
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset; }
      .switch input[type="radio"] + label:first-of-type,
      .switch input[type="checkbox"] + label:first-of-type {
        border-radius: 6px 0px 0px 6px; }
      .switch input[type="radio"] + label:last-of-type,
      .switch input[type="checkbox"] + label:last-of-type {
        border-radius: 0px 6px 6px 0px;
        border-right: 1px solid #ccc; }
      .switch input[type="radio"] + label::before,
      .switch input[type="checkbox"] + label::before {
        display: none; }
      .switch input[type="radio"] + label span,
      .switch input[type="checkbox"] + label span {
        top: 1px; }
    .switch input[type="radio"]:checked + label,
    .switch input[type="checkbox"]:checked + label {
      color: #fff;
      background-color: #cc0000;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .switch input[type="radio"]:checked + label::before,
      .switch input[type="checkbox"]:checked + label::before {
        display: none; }

button {
  position: relative;
  display: inline-block;
  margin: auto 20px;
  padding: 10px;
  width: 300px;
  height: 60px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  border-radius: 30px;
  border: none;
  cursor: pointer; }
  button::after {
    width: 30px;
    height: 30px;
    position: absolute; }
  button:hover {
    opacity: 0.6; }
  button.submit {
    background-color: #cc0000;
    color: #fff; }
    button.submit::after {
      content: url(../images/common/icon_arrow_right_white.svg);
      right: 15px; }
  button.back {
    background-color: #666;
    color: #fff; }
    button.back::after {
      content: url(../images/common/icon_arrow_left_white.svg);
      left: 15px; }
  button.link {
    background-color: #6699cc;
    color: #fff; }
    button.link::after {
      content: url(../images/common/icon_arrow_right_white.svg);
      right: 15px; }

.ime_auto {
  ime-mode: auto; }
.ime_active {
  ime-mode: active; }
.ime_inactive {
  ime-mode: inactive; }
.ime_disabled {
  ime-mode: disabled; }

form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  form dl > dt {
    position: relative;
    width: 30%;
    padding-top: 20px;
    margin: 0 0 30px 0;
    color: #006699;
    font-weight: bold;
    font-size: 1.6rem; }
    form dl > dt + dd {
      margin: 0 0 30px 0;
      padding-top: 15px;
      width: 70%; }
      form dl > dt + dd > dl dt {
        width: 15%;
        color: #333;
        font-weight: bold;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        form dl > dt + dd > dl dt:first-of-type {
          padding-top: 0px; }
          form dl > dt + dd > dl dt:first-of-type + dd {
            padding-top: 0px; }
        form dl > dt + dd > dl dt + dd {
          width: 85%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
    form dl > dt.required::after {
      content: "必須";
      position: absolute;
      right: 30px;
      top: 15px;
      display: block;
      padding: 3px 5px;
      background: #cc0000;
      color: #fff;
      font-size: 1.2rem; }
  form dl dd label:first-of-type {
    margin-left: 10px; }
  form dl dd aside {
    display: inline-block;
    font-size: 1.2rem; }
form.confirm dl dt + dd p {
  font-size: 1.6rem; }

.form .step {
  margin-bottom: 30px; }
  .form .step ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden; }
    .form .step ul li {
      position: relative;
      width: 33.3%;
      padding: 15px;
      background-color: #cccccc;
      color: #666666;
      font-size: 2rem;
      font-weight: bold;
      text-align: center; }
      .form .step ul li::after {
        content: "";
        position: absolute;
        z-index: -1;
        right: -20px;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-top: -27px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-right: 4px solid #fff;
        border-bottom: 4px solid #fff;
        background-color: #cccccc; }
      .form .step ul li:last-child::after {
        display: none; }
      .form .step ul li.on {
        background-color: #ff6600;
        color: #fff; }
        .form .step ul li.on::after {
          background-color: #ff6600; }
      .form .step ul li:nth-of-type(1) {
        z-index: 3; }
      .form .step ul li:nth-of-type(2) {
        z-index: 2; }
      .form .step ul li:nth-of-type(3) {
        z-index: 1; }
      .form .step ul li > span {
        position: relative;
        z-index: 10; }
.form .privacy_wrap h3 {
  font-size: 2rem; }
.form .privacy_wrap .privacy {
  height: 200px;
  padding: 20px;
  overflow: auto;
  border: 1px solid #ccc; }
  .form .privacy_wrap .privacy > section {
    margin-bottom: 40px; }
    .form .privacy_wrap .privacy > section:last-of-type {
      margin-bottom: 0; }
    .form .privacy_wrap .privacy > section h4 {
      margin-bottom: 10px;
      color: #333;
      font-size: 1.6rem; }
    .form .privacy_wrap .privacy > section h5 {
      margin-bottom: 0.5rem;
      color: #333;
      font-size: 1.4rem; }
    .form .privacy_wrap .privacy > section section {
      margin-top: 20px; }
  .form .privacy_wrap .privacy > .number {
    counter-increment: number; }
    .form .privacy_wrap .privacy > .number > h4::before {
      content: counter(number,decimal) ". ";
      position: relative;
      top: 0;
      display: inline-block;
      width: auto;
      height: auto;
      margin-right: 0.3rem;
      color: #333;
      background: none; }
  .form .privacy_wrap .privacy .list_number {
    counter-reset: list_number; }
    .form .privacy_wrap .privacy .list_number > li {
      counter-increment: list_number; }
      .form .privacy_wrap .privacy .list_number > li::before {
        content: "（" counter(list_number,decimal) "）"; }
  .form .privacy_wrap .privacy .list_conf {
    counter-reset: list_conf; }
    .form .privacy_wrap .privacy .list_conf > li {
      counter-increment: list_conf;
      margin-left: 1em;
      text-indent: -1em; }
      .form .privacy_wrap .privacy .list_conf > li::before {
        content: "＊" counter(list_conf,decimal) " "; }
  .form .privacy_wrap .privacy .list {
    margin-left: 2em; }
    .form .privacy_wrap .privacy .list > li {
      list-style-type: decimal; }
  .form .privacy_wrap .privacy ul li .list {
    margin-left: 4em; }
.form .privacy_wrap .privacy_check {
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 8px; }
  .form .privacy_wrap .privacy_check label {
    position: relative;
    top: -7px;
    margin-top: 7px; }
    .form .privacy_wrap .privacy_check label span {
      color: #cc0000;
      display: inline-block;
      font-size: 1.4rem;
      font-weight: bold; }
      .form .privacy_wrap .privacy_check label span::after {
        content: "必須";
        display: inline-block;
        padding: 3px 5px;
        margin-left: 10px;
        background: #cc0000;
        color: #fff;
        font-size: 1.2rem; }
.form .comp_message {
  text-align: center; }

@media only screen and (max-width: 680px) {
  input {
    margin-bottom: 5px; }

  input[type="text"].w100,
  textarea.w100 {
    width: 65%; }
  input[type="text"].w150,
  textarea.w150 {
    width: 65%; }
  input[type="text"].w200,
  textarea.w200 {
    width: 65%; }
  input[type="text"].w250,
  textarea.w250 {
    width: 65%; }
  input[type="text"].w300,
  textarea.w300 {
    width: 65%; }
  input[type="text"].w350,
  textarea.w350 {
    width: 65%; }
  input[type="text"].w400,
  textarea.w400 {
    width: 65%; }
  input[type="text"].w450,
  textarea.w450 {
    width: 65%; }
  input[type="text"].w500,
  textarea.w500 {
    width: 65%; }
  input[type="text"].w550,
  textarea.w550 {
    width: 65%; }
  input[type="text"].w600,
  textarea.w600 {
    width: 65%; }
  input[type="text"].w650,
  textarea.w650 {
    width: 65%; }
  input[type="text"].w700,
  textarea.w700 {
    width: 65%; }
  input[type="text"].w100p,
  textarea.w100p {
    width: 100%; }

  textarea {
    width: 100%; }

  input[type="checkbox"] + label,
  input[type="radio"] + label {
    margin-bottom: 5px; }

  form dl > dt {
    padding: 0;
    margin-bottom: 10px;
    width: 100%; }
    form dl > dt.required::after {
      position: relative;
      right: 0;
      top: 0px;
      width: 3em;
      display: inline-block;
      margin-left: 10px;
      text-align: center; }
    form dl > dt + dd {
      width: 100%;
      margin-bottom: 40px; }
      form dl > dt + dd > dl {
        width: 100%; }
        form dl > dt + dd > dl > dt {
          width: 100%; }
          form dl > dt + dd > dl > dt + dd {
            width: 100%; }
  form dl dt {
    width: 100% !important; }
  form dl dd {
    width: 100%; }
    form dl dd label:first-of-type {
      margin-left: 0; }

  .form .step ul {
    display: block; }
    .form .step ul li {
      width: auto;
      margin-bottom: 2px; }
      .form .step ul li:first-child {
        border-radius: 4px 4px 0 0; }
      .form .step ul li:last-child {
        border-radius: 0 0 4px 4px; }
      .form .step ul li::after {
        display: none; }
  .form .remarks textarea {
    width: 90%; }
  .form .privacy_wrap .privacy_check {
    padding: 20px; }
    .form .privacy_wrap .privacy_check label {
      top: 0;
      display: block;
      margin: auto; }
      .form .privacy_wrap .privacy_check label span::after {
        display: block;
        margin: auto;
        width: 3em;
        text-align: center; }
  .form .btn_wrap button {
    width: auto;
    height: 40px;
    min-width: 270px;
    margin: 0 auto 10px auto;
    font-size: 1.6rem;
    line-height: 2rem;
    border-radius: 20px; }
    .form .btn_wrap button::after {
      width: 20px;
      height: 20px;
      position: absolute; }
    .form .btn_wrap button.submit::after {
      right: 10px; }
    .form .btn_wrap button.back::after {
      left: 10px; }
    .form .btn_wrap button.link::after {
      right: 10px; } }
@media only screen and (max-width: 680px) {
  input {
    margin-bottom: 5px; }

  input[type="text"].w100,
  textarea.w100 {
    width: 65%; }
  input[type="text"].w150,
  textarea.w150 {
    width: 65%; }
  input[type="text"].w200,
  textarea.w200 {
    width: 65%; }
  input[type="text"].w250,
  textarea.w250 {
    width: 65%; }
  input[type="text"].w300,
  textarea.w300 {
    width: 65%; }
  input[type="text"].w350,
  textarea.w350 {
    width: 65%; }
  input[type="text"].w400,
  textarea.w400 {
    width: 65%; }
  input[type="text"].w450,
  textarea.w450 {
    width: 65%; }
  input[type="text"].w500,
  textarea.w500 {
    width: 65%; }
  input[type="text"].w550,
  textarea.w550 {
    width: 65%; }
  input[type="text"].w600,
  textarea.w600 {
    width: 65%; }
  input[type="text"].w650,
  textarea.w650 {
    width: 65%; }
  input[type="text"].w700,
  textarea.w700 {
    width: 65%; }
  input[type="text"].w100p,
  textarea.w100p {
    width: 100%; }

  textarea {
    width: 100%; }

  input[type="checkbox"] + label,
  input[type="radio"] + label {
    margin-bottom: 5px; }

  form dl > dt {
    padding: 0;
    margin-bottom: 10px;
    width: 100%; }
    form dl > dt.required::after {
      position: relative;
      right: 0;
      top: 0px;
      width: 3em;
      display: inline-block;
      margin-left: 10px;
      text-align: center; }
    form dl > dt + dd {
      width: 100%;
      margin-bottom: 40px; }
      form dl > dt + dd > dl {
        width: 100%; }
        form dl > dt + dd > dl > dt {
          width: 100%; }
          form dl > dt + dd > dl > dt + dd {
            width: 100%; }
  form dl dt {
    width: 100% !important; }
  form dl dd {
    width: 100%; }
    form dl dd label:first-of-type {
      margin-left: 0; }

  .form .step ul {
    display: block; }
    .form .step ul li {
      width: auto;
      margin-bottom: 2px; }
      .form .step ul li:first-child {
        border-radius: 4px 4px 0 0; }
      .form .step ul li:last-child {
        border-radius: 0 0 4px 4px; }
      .form .step ul li::after {
        display: none; }
  .form .remarks textarea {
    width: 90%; }
  .form .privacy_wrap .privacy_check {
    padding: 20px; }
    .form .privacy_wrap .privacy_check label {
      top: 0;
      display: block;
      margin: auto; }
      .form .privacy_wrap .privacy_check label span::after {
        display: block;
        margin: auto;
        width: 3em;
        text-align: center; }
  .form .btn_wrap button {
    width: auto;
    height: 40px;
    min-width: 270px;
    margin: 0 auto 10px auto;
    font-size: 1.6rem;
    line-height: 2rem;
    border-radius: 20px; }
    .form .btn_wrap button::after {
      width: 20px;
      height: 20px;
      position: absolute; }
    .form .btn_wrap button.submit::after {
      right: 10px; }
    .form .btn_wrap button.back::after {
      left: 10px; }
    .form .btn_wrap button.link::after {
      right: 10px; } }

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