/* Scss Document */
/* WEB FONT
========================================================================== */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://use.fontawesome.com/releases/v5.5.0/css/all.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:700&display=swap");
/* COMMON
========================================================================== */
/*
font-family: 'Noto Serif JP', serif;
*/
* {
  font-family: 'Noto Sans Japanese';
  outline: none;
  padding: 0;
  margin: 0; }

body {
  background-color: #FFEABF;
  color: #333; }

#pageup {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  height: 69px;
  width: 69px;
  z-index: 990; }
  @media only screen and (max-width: 767px) {
    #pageup {
      height: 40px;
      width: 40px; } }
  #pageup img {
    display: block;
    width: 100%; }

.bg {
  background-color: #FFFFFF; }

.w1400px {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .w1400px {
      width: 90%; } }

.top-header {
  width: 100%; }
  .top-header .header_logo {
    width: 190px;
    padding-left: 30px;
    padding-top: 28px; }
    @media only screen and (max-width: 767px) {
      .top-header .header_logo {
        width: 150px;
        padding-left: 16px;
        padding-top: 15px; } }
    .top-header .header_logo img {
      display: block;
      width: 100%; }
  .top-header .header_text {
    font-size: 16px;
    padding-right: 30px;
    padding-top: 40px; }
    @media only screen and (max-width: 767px) {
      .top-header .header_text {
        display: none; } }
    .top-header .header_text a:link, .top-header .header_text a:visited {
      text-decoration: none;
      color: #333; }
    @media only screen and (min-width: 768px) {
      .top-header .header_text a:hover {
        text-decoration: none;
        color: #2983BA; } }

.header_labo {
  padding-top: 70px;
  width: 457px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .header_labo {
      padding-top: 40px;
      width: 90%;
      max-width: 279px; } }
  .header_labo img {
    display: block;
    width: 100%; }

.header_image {
  width: 1042px;
  margin: 0 auto;
  padding: 80px 0 60px 0; }
  .header_image img {
    display: block;
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .header_image {
      padding: 30px 0 0 0;
      width: 90%; } }

.sec01_wrap {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 80px 0 0 0px;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .sec01_wrap {
      width: 100%;
      padding: 30px 0 0 0; } }
  .sec01_wrap .text_flex {
    width: 600px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .sec01_wrap .text_flex {
        width: 95%;
        display: block; } }
    .sec01_wrap .text_flex .icon01 img {
      width: 100%;
      display: block; }
  .sec01_wrap .textarea01 {
    font-size: 16pt;
    line-height: 200%;
    text-align: center;
    padding: 40px 0; }
    @media only screen and (max-width: 767px) {
      .sec01_wrap .textarea01 {
        text-align: left;
        font-size: 4.375vw;
        padding: 30px 0;
        margin: 0 auto; } }
    .sec01_wrap .textarea01 .them {
      text-align: center;
      background-color: #931E24;
      color: #FFFFFF;
      font-size: 20pt;
      width: 240px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .sec01_wrap .textarea01 .them {
          font-size: 6.25vw; } }
    .sec01_wrap .textarea01 .ss {
      font-family: 'Noto Serif JP', serif;
      font-size: 20pt;
      color: #931E24;
      line-height: 150%;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .sec01_wrap .textarea01 .ss {
          font-size: 6.25vw; } }
  .sec01_wrap .textarea02 {
    font-size: 20px;
    line-height: 180%;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .sec01_wrap .textarea02 {
        width: 90%; } }
    .sec01_wrap .textarea02 .title {
      color: #C63366;
      font-size: 24px;
      display: flex;
      align-items: center;
      font-family: 'Noto Serif JP', serif; }
      .sec01_wrap .textarea02 .title.jj {
        color: #CA4A1E;
        font-size: 22px; }
      .sec01_wrap .textarea02 .title.yy {
        color: #809E3F;
        font-size: 22px; }
      .sec01_wrap .textarea02 .title.kk {
        color: #2983BA;
        font-size: 20px; }
      .sec01_wrap .textarea02 .title:before, .sec01_wrap .textarea02 .title:after {
        content: "";
        flex-grow: 1;
        border-top: 2px dotted #C63366;
        display: block; }
      .sec01_wrap .textarea02 .title.jj:before, .sec01_wrap .textarea02 .title.jj:after {
        border-top: 2px dotted #CA4A1E; }
      .sec01_wrap .textarea02 .title.yy:before, .sec01_wrap .textarea02 .title.yy:after {
        border-top: 2px dotted #809E3F; }
      .sec01_wrap .textarea02 .title.kk:before, .sec01_wrap .textarea02 .title.kk:after {
        border-top: 2px dotted #2983BA; }
    .sec01_wrap .textarea02 .title:before {
      margin-right: 1em; }
    .sec01_wrap .textarea02 .title:after {
      margin-left: 1em; }
    .sec01_wrap .textarea02 .title02 {
      font-size: 20px;
      padding: 30px 0 0;
      text-align: center; }
    .sec01_wrap .textarea02 .link01 {
      font-size: 16px;
      text-align: center; }
      .sec01_wrap .textarea02 .link01 a:link, .sec01_wrap .textarea02 .link01 a:visited {
        text-decoration: none;
        color: #C63366; }
      @media only screen and (min-width: 768px) {
        .sec01_wrap .textarea02 .link01 a:hover {
          text-decoration: none;
          color: #333; } }
    .sec01_wrap .textarea02 .link02 {
      font-size: 16px;
      text-align: center; }
      .sec01_wrap .textarea02 .link02 a:link, .sec01_wrap .textarea02 .link02 a:visited {
        text-decoration: none;
        color: #CA4A1E; }
      @media only screen and (min-width: 768px) {
        .sec01_wrap .textarea02 .link02 a:hover {
          text-decoration: none;
          color: #333; } }
    .sec01_wrap .textarea02 .link03 {
      font-size: 16px;
      text-align: center; }
      .sec01_wrap .textarea02 .link03 a:link, .sec01_wrap .textarea02 .link03 a:visited {
        text-decoration: none;
        color: #809E3F; }
      @media only screen and (min-width: 768px) {
        .sec01_wrap .textarea02 .link03 a:hover {
          text-decoration: none;
          color: #333; } }
    .sec01_wrap .textarea02 .wepon {
      text-align: left;
      font-size: 16px;
      line-height: 180%; }
      @media only screen and (max-width: 767px) {
        .sec01_wrap .textarea02 .wepon {
          font-size: 14px; } }
  .sec01_wrap .textarea03 {
    padding: 50px 0;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .sec01_wrap .textarea03 {
        display: block; } }
  .sec01_wrap .border {
    padding: 80px 0 0 0;
    border-bottom: 1px dotted #2983BA; }
    @media only screen and (max-width: 767px) {
      .sec01_wrap .border {
        width: 90%;
        margin: 0 auto;
        padding: 40px 0 0 0; } }
  .sec01_wrap .hyousyou {
    color: #C63366;
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    padding: 0 0 20px; }
    @media only screen and (max-width: 767px) {
      .sec01_wrap .hyousyou {
        font-size: 24px;
        margin: 0 auto;
        width: 90%; } }
    .sec01_wrap .hyousyou.jj {
      color: #CA4A1E; }
    .sec01_wrap .hyousyou.yy {
      color: #809E3F; }
  .sec01_wrap .shopname {
    color: #801C3A;
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1em;
    padding: 0 0 40px; }
    @media only screen and (max-width: 767px) {
      .sec01_wrap .shopname {
        font-size: 18px;
        padding: 0 0 20px;
        margin: 0 auto;
        width: 90%; } }
  .sec01_wrap .namebase {
    padding: 40px 0;
    font-size: 30px;
    line-height: 180%;
    color: #333; }
    @media only screen and (max-width: 767px) {
      .sec01_wrap .namebase {
        padding: 20px 0 30px;
        font-size: 26px;
        margin: 0 auto;
        width: 90%; } }
  .sec01_wrap .flex_shop {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .sec01_wrap .flex_shop {
        display: block; } }
    .sec01_wrap .flex_shop .cup_wrap {
      width: 260px; }
      .sec01_wrap .flex_shop .cup_wrap img {
        display: block;
        width: 100%; }
      @media only screen and (max-width: 767px) {
        .sec01_wrap .flex_shop .cup_wrap {
          margin: 0 auto 20px;
          width: 90%; } }
    .sec01_wrap .flex_shop .boxline {
      border-left: 9px solid #801C3A;
      padding: 0 0 0 10px;
      font-family: 'Noto Serif JP', serif;
      color: #801C3A;
      font-size: 22px;
      line-height: 180%; }
      @media only screen and (max-width: 767px) {
        .sec01_wrap .flex_shop .boxline {
          font-size: 18px; } }
      .sec01_wrap .flex_shop .boxline .tag {
        color: #666;
        font-size: 20px;
        font-family: 'Noto Serif JP', serif; }
        @media only screen and (max-width: 767px) {
          .sec01_wrap .flex_shop .boxline .tag {
            font-size: 16px; } }
    .sec01_wrap .flex_shop .name_wrap {
      width: 600px; }
      @media only screen and (max-width: 767px) {
        .sec01_wrap .flex_shop .name_wrap {
          margin: 0 auto;
          width: 90%; } }
    .sec01_wrap .flex_shop .concept {
      color: #C63366;
      font-size: 16px;
      line-height: 180%;
      padding: 30px 0 0; }
      @media only screen and (max-width: 767px) {
        .sec01_wrap .flex_shop .concept {
          font-size: 14px;
          padding: 20px 0 0; } }
    .sec01_wrap .flex_shop .shop_wrap {
      width: 430px; }
      @media only screen and (max-width: 767px) {
        .sec01_wrap .flex_shop .shop_wrap {
          width: 90%;
          margin: 0 auto; } }
    .sec01_wrap .flex_shop .access {
      color: #333;
      font-size: 16px;
      padding: 0 0 40px;
      line-height: 180%; }
      @media only screen and (max-width: 767px) {
        .sec01_wrap .flex_shop .access {
          font-size: 14px;
          padding: 0 0 20px; } }
      .sec01_wrap .flex_shop .access i {
        font-size: 22px; }
        @media only screen and (min-width: 768px) {
          .sec01_wrap .flex_shop .access i {
            font-size: 18px; } }
      .sec01_wrap .flex_shop .access a:link, .sec01_wrap .flex_shop .access a:visited {
        word-break: break-all;
        text-decoration: none;
        color: #333; }
      .sec01_wrap .flex_shop .access .lnk {
        display: inline-block;
        padding: 0 0 5px;
        border-bottom: 1px solid #333; }
      @media only screen and (min-width: 768px) {
        .sec01_wrap .flex_shop .access .lnk:hover {
          text-decoration: none;
          color: #CA4A1E; } }
    .sec01_wrap .flex_shop .textarea {
      color: #CA4A1E;
      line-height: 200%;
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        .sec01_wrap .flex_shop .textarea {
          font-size: 14px; } }
    .sec01_wrap .flex_shop .image {
      width: 100%; }
      .sec01_wrap .flex_shop .image img {
        display: block;
        width: 100%;
        padding: 0; }
        @media only screen and (max-width: 767px) {
          .sec01_wrap .flex_shop .image img {
            padding: 30px 0 0; } }

.photo01 {
  width: 480px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .photo01 {
      width: 90%;
      max-width: 480px; } }
  .photo01 img {
    width: 100%; }

.camp-bg {
  background-color: #EAF9FA; }
  .camp-bg .camp-flex {
    width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .camp-bg .camp-flex .camp-wrap {
      font-family: 'Noto Serif JP', serif;
      width: 33.33333%;
      color: #CA4A1E;
      line-height: 180%;
      font-size: 12pt;
      color: #333; }
      @media only screen and (max-width: 767px) {
        .camp-bg .camp-flex .camp-wrap {
          font-size: 4.5vw;
          width: 100%; } }
    .camp-bg .camp-flex .sml {
      font-family: 'Noto Serif JP', serif;
      font-size: 10pt; }
      @media only screen and (max-width: 767px) {
        .camp-bg .camp-flex .sml {
          font-size: 4.5vw; } }
    @media only screen and (max-width: 767px) {
      .camp-bg .camp-flex {
        width: 90%;
        margin: 0 auto;
        display: block; } }

.grayline {
  width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #666666; }
  @media only screen and (max-width: 767px) {
    .grayline {
      width: 90%; } }

.award_pagelink {
  width: 409px;
  margin: 0 auto;
  display: block;
  border: 1px solid #363FAC;
  text-align: center;
  font-size: 12pt;
  line-height: 150%;
  padding: 10px 0;
  text-decoration: none;
  color: #363FAC;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .award_pagelink {
      width: 100%;
      font-size: 4.5vw; } }
  @media only screen and (min-width: 768px) {
    .award_pagelink:hover {
      text-decoration: none;
      background-color: #DEEEF7; } }

.championship_pagelink {
  width: 409px;
  margin: 0 auto;
  display: block;
  border: 1px solid #C63366;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  padding: 10px 0;
  text-decoration: none;
  color: #C63366;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .championship_pagelink {
      width: 90%;
      font-size: 14px; } }
  @media only screen and (min-width: 768px) {
    .championship_pagelink:hover {
      text-decoration: none;
      background-color: #F6DFE7; } }

.championship_pagelink02 {
  width: 409px;
  margin: 10px auto 0;
  display: block;
  border: 1px solid #CA4A1E;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  padding: 10px 0;
  text-decoration: none;
  color: #CA4A1E;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .championship_pagelink02 {
      width: 90%;
      font-size: 14px; } }
  @media only screen and (min-width: 768px) {
    .championship_pagelink02:hover {
      text-decoration: none;
      background-color: #F8DED5; } }

.footerwrap {
  padding: 50px 0; }
  .footerwrap .logo {
    width: 338px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .footerwrap .logo {
        max-width: 279px;
        width: 90%; } }
    .footerwrap .logo img {
      display: block;
      width: 100%; }

.copylight {
  text-align: center;
  color: #333;
  font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .copylight {
      font-size: 12px; } }

.champ_bg01 {
  width: 850px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .champ_bg01 {
      width: 90%; } }
  .champ_bg01 .icon01 {
    width: 40px;
    display: block;
    margin: 0 auto; }
    .champ_bg01 .icon01 img {
      display: block;
      width: 100%; }
  .champ_bg01 .icon02 {
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 22px;
    color: #931E24;
    font-weight: 500;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .champ_bg01 .icon02 {
        padding: 0 60px;
        display: block; } }
    .champ_bg01 .icon02::before {
      width: 118px;
      display: inline-block;
      content: url(../../assets/img/photocontest/2022/icon01.svg);
      vertical-align: middle;
      position: absolute;
      top: 50%;
      left: 10%;
      margin-top: -20px; }
      @media only screen and (max-width: 767px) {
        .champ_bg01 .icon02::before {
          left: 0;
          width: 60px;
          margin-top: -15px; } }
    .champ_bg01 .icon02::after {
      width: 118px;
      display: inline-block;
      content: url(../../assets/img/photocontest/2022/icon02.svg);
      vertical-align: middle;
      position: absolute;
      top: 50%;
      right: 10%;
      margin-top: -20px; }
      @media only screen and (max-width: 767px) {
        .champ_bg01 .icon02::after {
          right: 0;
          width: 60px;
          margin-top: -15px; } }
    .champ_bg01 .icon02 img {
      display: block;
      width: 100%; }
    .champ_bg01 .icon02 .ss {
      font-family: 'Noto Serif JP', serif;
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        .champ_bg01 .icon02 .ss {
          font-size: 4.25vw; } }
    @media only screen and (max-width: 767px) {
      .champ_bg01 .icon02 {
        width: 100%;
        font-size: 6.25vw; } }
  .champ_bg01 .tma {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 20pt;
    color: #5F4C3E; }
    @media only screen and (max-width: 767px) {
      .champ_bg01 .tma {
        font-size: 6.25vw; } }
  .champ_bg01 .grmp {
    background-color: #FFEABF;
    padding: 20px 0;
    width: 100%;
    margin: 0 auto; }
    .champ_bg01 .grmp .flex {
      width: 400px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      color: #931E24; }
      @media only screen and (max-width: 767px) {
        .champ_bg01 .grmp .flex {
          width: 90%; } }
      .champ_bg01 .grmp .flex .gr {
        font-size: 20pt;
        font-family: 'Noto Serif JP', serif; }
        @media only screen and (max-width: 767px) {
          .champ_bg01 .grmp .flex .gr {
            font-size: 6.25vw; } }
      .champ_bg01 .grmp .flex .nn {
        font-size: 20pt;
        font-family: 'Noto Serif JP', serif; }
        @media only screen and (max-width: 767px) {
          .champ_bg01 .grmp .flex .nn {
            font-size: 6.25vw; } }
        .champ_bg01 .grmp .flex .nn .sm {
          font-size: 12pt;
          color: #333;
          font-family: 'Noto Serif JP', serif; }
          @media only screen and (max-width: 767px) {
            .champ_bg01 .grmp .flex .nn .sm {
              font-size: 3.75vw; } }
  .champ_bg01 .kaisai {
    font-size: 14pt;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .champ_bg01 .kaisai {
        font-size: 4.375vw; } }
  .champ_bg01 .kome {
    font-size: 12pt;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .champ_bg01 .kome {
        text-align: left;
        font-size: 3.75vw;
        display: flex; }
        .champ_bg01 .kome .sm02 {
          flex-grow: 2; } }

.module_017 {
  width: 1000px;
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .module_017 {
      width: 90%;
      margin: 0 auto; } }
  .module_017 .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .module_017 .list dl {
      width: 490px;
      padding: 0;
      margin: 20px 0 0 0;
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .module_017 .list dl {
          width: 100%;
          border-top: 1px solid #CD4A1E;
          padding: 20px 0 0 0; }
          .module_017 .list dl:first-child {
            border-top: 0px solid #CD4A1E;
            padding: 0 0 0 0; } }
      .module_017 .list dl.wide {
        width: 100%; }
        .module_017 .list dl.wide dd {
          width: 871px; }
          @media screen and (max-width: 767px) {
            .module_017 .list dl.wide dd {
              width: 100%; } }
      .module_017 .list dl dt {
        color: #fff;
        width: 129px;
        padding: 1em 0.777em;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        background-color: #931E24;
        border-right: solid 2px #FFF;
        border-bottom: solid 2px #FFF;
        box-sizing: border-box;
        font-size: 12pt; }
        @media screen and (max-width: 767px) {
          .module_017 .list dl dt {
            padding: 0.777em 0.555em;
            border-right: none;
            width: 100%;
            font-size: 4.5vw; } }
      .module_017 .list dl dd {
        width: 361px;
        padding: 1em 0.777em;
        margin: 0;
        align-items: center;
        background-color: #FFEDED;
        border-bottom: solid 2px #FFF;
        box-sizing: border-box;
        font-size: 12pt; }
        @media screen and (max-width: 767px) {
          .module_017 .list dl dd {
            padding: 0.777em 0.555em;
            width: 100%;
            font-size: 4.5vw; } }
        .module_017 .list dl dd .flex {
          display: flex; }
          .module_017 .list dl dd .flex .ic01 {
            color: #931E24; }
          .module_017 .list dl dd .flex .ic02 {
            flex-grow: 2; }
        .module_017 .list dl dd .small {
          font-size: 9pt;
          display: block; }
          @media screen and (max-width: 767px) {
            .module_017 .list dl dd .small {
              font-size: 4.0vw; } }
          .module_017 .list dl dd .small a {
            font-size: 9pt;
            font-family: 'Noto Sans JP', sans-serif;
            font-style: normal;
            font-weight: 400; }
            @media screen and (max-width: 767px) {
              .module_017 .list dl dd .small a {
                font-size: 4.0vw; } }
        .module_017 .list dl dd .ss-icon {
          color: #363FAC;
          font-size: 16pt; }
        .module_017 .list dl dd a {
          font-family: 'Noto Serif JP', serif;
          font-style: normal;
          font-weight: 400;
          font-size: 12pt;
          color: #363FAC; }
          .module_017 .list dl dd a:before {
            background: #363FAC; }
          @media screen and (max-width: 767px) {
            .module_017 .list dl dd a {
              font-size: 4.0vw; } }
  .module_017.title-wrap .list dl {
    margin: 30px 0 30px 0; }
    @media screen and (max-width: 767px) {
      .module_017.title-wrap .list dl {
        margin: 30px 0 0 0; } }
    .module_017.title-wrap .list dl dt {
      border-right: solid 2px #fff;
      border-bottom: solid 2px #fff; }
      .module_017.title-wrap .list dl dt:first-child {
        color: #CD4A1E;
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
        display: block;
        background-color: transparent;
        text-align: center;
        font-size: 1.8rem;
        font-family: 'Noto Serif JP', serif;
        font-style: normal;
        font-weight: 400; }
    .module_017.title-wrap .list dl dd {
      border-bottom: solid 2px #fff; }

.shinsa .comm01 {
  font-size: 12pt;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .shinsa .comm01 {
      text-align: left;
      font-size: 3.75vw; } }
.shinsa .name {
  font-size: 16pt;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .shinsa .name {
      font-size: 5vw; } }
.shinsa .photo2 {
  width: 250px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .shinsa .photo2 {
      width: 100%;
      max-width: 250px; } }
.shinsa .text01 {
  background-color: #FFEDED;
  padding: 20px;
  font-size: 12pt; }
  @media screen and (max-width: 767px) {
    .shinsa .text01 {
      font-size: 3.75vw; } }
  .shinsa .text01 .title {
    font-size: 16pt;
    text-align: center;
    color: #931E24; }
    @media screen and (max-width: 767px) {
      .shinsa .text01 .title {
        font-size: 5vw; } }

.oubo {
  display: flex;
  font-size: 12pt; }
  @media screen and (max-width: 767px) {
    .oubo {
      font-size: 3.75vw; } }
  .oubo .ind01 {
    flex-grow: 2; }
  .oubo .ind02 {
    color: #931E24; }

.priv_link {
  width: 850px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .priv_link {
      width: 100%; } }
  .priv_link a.bt01 {
    width: 600px;
    padding: 25px 0;
    font-size: 16pt;
    background-color: #931E24;
    color: #FFF;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .priv_link a.bt01 {
        padding: 15px 0;
        width: 100%;
        font-size: 3.75vw; } }
    @media only screen and (min-width: 768px) {
      .priv_link a.bt01:hover {
        background-color: #E3787D; } }

.gramp_title .title {
  color: #931E24;
  font-size: 28px;
  display: flex;
  align-items: center;
  font-family: 'Noto Serif JP', serif; }
  .gramp_title .title:before, .gramp_title .title:after {
    content: "";
    flex-grow: 1;
    border-top: 2px dotted #931E24;
    display: block; }
.gramp_title .title:before {
  margin-right: 1em; }
.gramp_title .title:after {
  margin-left: 1em; }
.gramp_title .title02 {
  font-size: 20px;
  padding: 30px 0 0;
  text-align: center; }

.photo_g img {
  width: 100%; }

.gramp_photo {
  width: 500px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .gramp_photo {
      width: 100%; } }
  .gramp_photo.w {
    width: 100%; }

.z_gramp_photo {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .z_gramp_photo .flx {
    width: 40%; }
  @media only screen and (max-width: 767px) {
    .z_gramp_photo {
      display: block;
      width: 100%; }
      .z_gramp_photo .flx {
        width: 100%; } }

.s_gramp_photo {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .s_gramp_photo .flx {
    width: 30%; }
  @media only screen and (max-width: 767px) {
    .s_gramp_photo {
      display: block;
      width: 100%; }
      .s_gramp_photo .flx {
        width: 100%; } }

.t_gramp_photo {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .t_gramp_photo .flx {
    width: 20%; }
  @media only screen and (max-width: 767px) {
    .t_gramp_photo {
      display: block;
      width: 100%; }
      .t_gramp_photo .flx {
        width: 100%; } }

.gramp_name {
  text-align: center;
  color: #5F4C3E;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px; }
