@charset "UTF-8";
#single-top {
  max-width: 1440px;
  text-align: left;
  padding-top: 40px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 800px) {
    #single-top {
      display: block;
      height: 100%; } }
  #single-top .top-left, #single-top .top-right {
    flex: 1; }
    #single-top .top-left h6, #single-top .top-right h6 {
      display: inline-block;
      padding: 4px 10px;
      margin-right: 10px;
      font-size: 1.2rem;
      color: #fff;
      background: #333;
      border-radius: 10px; }
    #single-top .top-left h1, #single-top .top-right h1 {
      font-family: "a-otf-ryumin-pr6n",serif;
      font-size: 4.0rem;
      position: relative;
      margin-top: 20px; }
      @media screen and (max-width: 800px) {
        #single-top .top-left h1, #single-top .top-right h1 {
          font-size: 3.2rem; } }
    #single-top .top-left a, #single-top .top-right a {
      text-decoration: none;
      color: #333; }
    #single-top .top-left .detail, #single-top .top-right .detail {
      list-style: none;
      font-size: 1.4rem;
      padding: 20px 0 40px; }
    #single-top .top-left .top-discription, #single-top .top-right .top-discription {
      border-top: solid 1px #333;
      padding-top: 40px; }
      @media screen and (max-width: 800px) {
        #single-top .top-left .top-discription, #single-top .top-right .top-discription {
          display: none; } }
    @media screen and (max-width: 800px) {
      #single-top .top-left, #single-top .top-right {
        font-size: 1.2rem; } }
    #single-top .top-left .title, #single-top .top-right .title {
      margin-right: 10px; }
  #single-top .top-right {
    padding-left: 60px; }
    @media screen and (max-width: 800px) {
      #single-top .top-right {
        padding-left: 0; } }
  #single-top .gallary-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto; }
  #single-top .mock {
    width: 80%; }

/*top スクロールアニメーション*/
.top-discription-mb {
  display: none; }
  @media screen and (max-width: 800px) {
    .top-discription-mb {
      display: block;
      padding: 60px 0; } }

.top__scroll {
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 50px;
  /*全体の高さ*/ }
  .top__scroll span {
    /*描画位置*/
    position: absolute;
    left: -15px;
    top: -15px;
    /*テキストの形状*/
    color: #333;
    font-size: 1.2rem;
    letter-spacing: 0.05em; }
  .top__scroll:after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 30px;
    background: #333;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0; }

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 50px;
    opacity: 0; } }
/*single_detaile*/
#single_detaile {
  margin-top: 70px;
  height: 100%; }
  @media screen and (max-width: 600px) {
    #single_detaile {
      margin-top: 30px; } }
  #single_detaile .detaile {
    margin-bottom: 120px; }
    #single_detaile .detaile:last-child {
      margin: 0; }
    @media screen and (max-width: 600px) {
      #single_detaile .detaile {
        margin-bottom: 100px; } }
    #single_detaile .detaile .detaile_wrapper {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      @media screen and (max-width: 1100px) {
        #single_detaile .detaile .detaile_wrapper {
          display: block; } }
      @media screen and (max-width: 600px) {
        #single_detaile .detaile .detaile_wrapper {
          margin-bottom: 100px; } }
      #single_detaile .detaile .detaile_wrapper .single-title {
        display: flex;
        padding-bottom: 6px;
        border-bottom: 1px solid #333;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px;
        width: 400px; }
        @media screen and (max-width: 600px) {
          #single_detaile .detaile .detaile_wrapper .single-title {
            width: 100%; } }
        #single_detaile .detaile .detaile_wrapper .single-title .title {
          display: flex;
          align-items: center; }
          #single_detaile .detaile .detaile_wrapper .single-title .title img {
            width: 20px;
            height: 100%; }
          #single_detaile .detaile .detaile_wrapper .single-title .title h4 {
            font-size: 3.2rem; }
            @media screen and (max-width: 800px) {
              #single_detaile .detaile .detaile_wrapper .single-title .title h4 {
                font-size: 2.4rem; } }
        #single_detaile .detaile .detaile_wrapper .single-title .katakana {
          color: #8d8d8d; }
          @media screen and (max-width: 800px) {
            #single_detaile .detaile .detaile_wrapper .single-title .katakana {
              font-size: 1.2rem; } }
      #single_detaile .detaile .detaile_wrapper .detaile-discription {
        flex-basis: 70%;
        margin-left: 40px; }
        @media screen and (max-width: 1100px) {
          #single_detaile .detaile .detaile_wrapper .detaile-discription {
            margin-left: 0px; } }
        #single_detaile .detaile .detaile_wrapper .detaile-discription h4 {
          font-size: 2.4rem;
          margin-bottom: 20px; }
        #single_detaile .detaile .detaile_wrapper .detaile-discription h5 {
          color: #6C6B6B;
          font-size: 2.0rem; }
        #single_detaile .detaile .detaile_wrapper .detaile-discription .soudan_youbou {
          margin-top: 20px; }
        #single_detaile .detaile .detaile_wrapper .detaile-discription .cyuushaku {
          color: #8D8D8D;
          font-size: 1.4rem;
          font-weight: 300; }
          @media screen and (max-width: 800px) {
            #single_detaile .detaile .detaile_wrapper .detaile-discription .cyuushaku {
              font-size: 1.2rem; } }
        #single_detaile .detaile .detaile_wrapper .detaile-discription p {
          margin-bottom: 20px; }
          @media screen and (max-width: 1100px) {
            #single_detaile .detaile .detaile_wrapper .detaile-discription p {
              margin-bottom: 10px; } }
        #single_detaile .detaile .detaile_wrapper .detaile-discription ul {
          list-style-position: inside; }
          #single_detaile .detaile .detaile_wrapper .detaile-discription ul li {
            margin-bottom: 10px; }
        #single_detaile .detaile .detaile_wrapper .detaile-discription .sozai__wrapper {
          display: flex; }
          #single_detaile .detaile .detaile_wrapper .detaile-discription .sozai__wrapper .sozai {
            width: 100%;
            flex-basis: 1;
            margin-bottom: 20px; }
            #single_detaile .detaile .detaile_wrapper .detaile-discription .sozai__wrapper .sozai:first-child {
              margin-right: 20px; }
            #single_detaile .detaile .detaile_wrapper .detaile-discription .sozai__wrapper .sozai img {
              width: 100%; }
        #single_detaile .detaile .detaile_wrapper .detaile-discription .single {
          display: block;
          width: 100%; }
          #single_detaile .detaile .detaile_wrapper .detaile-discription .single img {
            width: 100%; }
          #single_detaile .detaile .detaile_wrapper .detaile-discription .single .cake {
            width: 80%; }
      #single_detaile .detaile .detaile_wrapper .contents-img {
        width: 100%; }

.button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 60px; }
  .button-wrapper .button-link {
    text-align: center;
    text-decoration: none;
    transition: .3s;
    border-radius: 50px; }
    .button-wrapper .button-link:first-child {
      margin-right: 40px; }
    .button-wrapper .button-link .button-text {
      font-size: 2.0rem;
      font-family: "canto-pen",serif; }
      @media screen and (max-width: 600px) {
        .button-wrapper .button-link .button-text {
          font-size: 1.6rem; } }
  .button-wrapper .bg-extend-left {
    padding: 10px 20px;
    border: 2px solid #333;
    color: #333;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .button-wrapper .bg-extend-left:before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #9ABF68;
      position: absolute;
      left: -100%;
      top: 0;
      transition: .4s;
      z-index: -1; }
  .button-wrapper .bg-extend-left:hover::before {
    left: 0; }
