/* ------------------------------------------------------------------------
	breakpoints
------------------------------------------------------------------------ */
/* ========================================================================

	Top
  
======================================================================== */
body {
  /** background: url("../images/top/header_bg.png") top right no-repeat; **/ }
  @media screen and (max-width: 1024px) {
    body {
      background-position: top right;
      background-size: 50%; } }
  @media screen and (max-width: 480px) {
    body {
      background-position: top 10vh right -35vw;
      background-size: 70%; } }

.btn {
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  width: 24%; }
  @media screen and (max-width: 1500px) {
    .btn {
      width: 70%; } }
  @media screen and (max-width: 896px) {
    .btn {
      font-size: 1.2rem;
      width: 80%; } }
  .btn a {
    position: relative;
    display: block;
    padding: 30px 0;
    border: 1px solid #000; }
    @media screen and (max-width: 896px) {
      .btn a {
        padding: 20px 0; } }
    .btn a::after {
      position: absolute;
      display: block;
      margin: auto;
      content: '';
      width: 20px;
      height: 11px;
      top: 0;
      right: 30px;
      bottom: 0;
      background: url("../images/arrow.png") no-repeat; }
      @media screen and (max-width: 896px) {
        .btn a::after {
          right: 10px; } }
    .btn a:hover {
      background: #f0f0f0; }

/* ------------------------------------------------------------------------
	main
------------------------------------------------------------------------ */
#main {
  margin-bottom: 130px;
  padding-bottom: 70px; }
  @media screen and (max-width: 1024px) {
    #main {
      margin-bottom: 80px; }
      #main img {
        max-width: 100%; } }
  @media screen and (max-width: 736px) {
    #main {
      padding-bottom: 0; } }
  @media screen and (max-width: 480px) {
    #main {
      padding-top: 20px; } }
  #main ul {
    margin: 0 auto 200px; }
    @media screen and (max-width: 1024px) {
      #main ul {
        margin-bottom: 150px; } }
    @media screen and (max-width: 736px) {
      #main ul {
        margin-bottom: 50px; } }
    @media screen and (max-width: 480px) {
      #main ul {
        margin-bottom: 40px;
        background: url("../images/top/header_bg02.png") no-repeat bottom left/20%; } }
    #main ul li img {
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        #main ul li img {
          max-width: 86%; } }
  #main dl {
    margin: 0 auto 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      #main dl {
        margin-bottom: 150px;
        padding: 0 4%; } }
    @media screen and (max-width: 736px) {
      #main dl {
        margin-bottom: 50px; } }
    @media screen and (max-width: 480px) {
      #main dl {
        margin-bottom: 40px;
        background: url("../images/top/header_bg02.png") no-repeat bottom left/20%; } }
    #main dl dt {
      order: 1;
      width: 48%; }
      @media screen and (max-width: 1024px) {
        #main dl dt {
          width: 60%; } }
      @media screen and (max-width: 480px) {
        #main dl dt {
          margin-left: 20%;
          width: 80%; } }
    #main dl dd {
      padding-top: 123px;
      text-align: right;
      width: 46%; }
      @media screen and (max-width: 1024px) {
        #main dl dd {
          padding-top: 80px;
          width: 38%; } }
      @media screen and (max-width: 736px) {
        #main dl dd {
          padding-top: 50px; } }
      @media screen and (max-width: 480px) {
        #main dl dd {
          margin-bottom: 20px;
          padding-top: 20px;
          padding-left: 2%;
          width: 58%; } }
  #main p {
    display: block;
    text-align: center; }
    @media screen and (max-width: 736px) {
      #main p {
        margin: 0 auto;
        width: 92%; } }

/* ------------------------------------------------------------------------
	service
------------------------------------------------------------------------ */
#service {
  margin-bottom: 100px;
  text-align: center; }
  @media screen and (max-width: 896px) {
    #service {
      margin-bottom: 80px; } }
  @media screen and (max-width: 736px) {
    #service img {
      max-width: 100%; } }
  #service h2 {
    margin-bottom: 60px; }
    @media screen and (max-width: 480px) {
      #service h2 {
        margin-bottom: 18px; } }
  #service h3 {
    margin-bottom: 45px;
    letter-spacing: 2px;
    font-size: 1.875rem;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      #service h3 {
        margin-bottom: 20px;
        padding-top: 58px;
        font-size: 1.4rem; } }
  #service p {
    margin-bottom: 60px; }
    @media screen and (max-width: 736px) {
      #service p {
        margin: 0 auto 40px;
        width: 84%; } }
  #service .img {
    margin-bottom: 90px; }
    @media screen and (max-width: 896px) {
      #service .img {
        margin-bottom: 50px; }
        #service .img img {
          max-width: 90%; } }
  #service .page {
    margin: 0 auto 70px;
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      #service .page {
        margin-bottom: 30px;
        width: 92%; } }
    @media screen and (max-width: 480px) {
      #service .page {
        margin-bottom: 0; } }
    #service .page li {
      position: relative;
      padding: 20px;
      width: 480px; }
      @media screen and (max-width: 1024px) {
        #service .page li {
          width: 48%; } }
      @media screen and (max-width: 736px) {
        #service .page li {
          margin-bottom: 15px;
          width: 100%; } }
      #service .page li a {
        display: block; }
      #service .page li::after {
        position: absolute;
        display: block;
        margin: auto;
        content: '';
        width: 20px;
        height: 11px;
        left: 0;
        right: 0;
        bottom: 38px;
        background: url("../images/arrow.png") no-repeat; }
      #service .page li dl {
        padding-top: 37px;
        height: 280px;
        background: #fff;
        transition: all .2s ease; }
        @media screen and (max-width: 480px) {
          #service .page li dl {
            height: 260px; } }
        #service .page li dl dt {
          margin-bottom: 30px;
          font-size: 1.875rem; }
          @media screen and (max-width: 480px) {
            #service .page li dl dt {
              font-size: 1.2rem;
              margin-bottom: 20px; } }
        #service .page li dl dd {
          line-height: 1.6; }
      #service .page li:nth-child(1) {
        background: #ecf4fd; }
        #service .page li:nth-child(1) dl {
          border: 2px solid #84bbf8; }
        #service .page li:nth-child(1) a:hover dl {
          background: #deeeff; }
      #service .page li:nth-child(2) {
        background: #ebf2e7; }
        #service .page li:nth-child(2) dl {
          border: 2px solid #9fcf84; }
        #service .page li:nth-child(2) a:hover dl {
          background: #f1ffe9; }
  #service .choice {
    margin: 0 auto;
    width: 880px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 896px) {
      #service .choice {
        width: 92%; } }
    #service .choice li {
      margin-bottom: 30px;
      font-size: 1.25rem;
      width: 400px; }
      @media screen and (max-width: 896px) {
        #service .choice li {
          font-size: 1rem;
          width: 48%; } }
      @media screen and (max-width: 736px) {
        #service .choice li {
          margin-bottom: 10px;
          width: 100%; } }
      #service .choice li a {
        position: relative;
        display: block;
        padding: 18px 0;
        background: #fff;
        border: 3px solid #f9c974;
        border-radius: 30px; }
        #service .choice li a::after {
          position: absolute;
          display: block;
          margin: auto;
          content: '';
          width: 20px;
          height: 11px;
          top: 0;
          right: 30px;
          bottom: 0;
          background: url("../images/arrow.png") no-repeat; }
        #service .choice li a:hover {
          background: #f9c974; }

/* ------------------------------------------------------------------------
	number
------------------------------------------------------------------------ */
#number {
  margin-bottom: 100px; }
  @media screen and (max-width: 896px) {
    #number {
      margin-bottom: 80px; } }
  @media screen and (max-width: 480px) {
    #number {
      margin-bottom: 20px; } }
  #number h2 {
    margin-bottom: 70px; }
    @media screen and (max-width: 480px) {
      #number h2 {
        margin-bottom: 30px; } }
  #number .number {
    margin: 0 auto 50px;
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 896px) {
      #number .number {
        width: 92%; }
        #number .number img {
          width: 100%; } }
    @media screen and (max-width: 896px) {
      #number .number .since2008 {
        width: 31%; } }
    @media screen and (max-width: 736px) {
      #number .number .since2008 {
        margin-bottom: 10px;
        width: 100%; } }
    #number .number .since {
      width: 590px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 896px) {
        #number .number .since {
          width: 65%; } }
      @media screen and (max-width: 736px) {
        #number .number .since {
          width: 100%; } }
      #number .number .since div {
        margin-bottom: 30px; }
        @media screen and (max-width: 896px) {
          #number .number .since div {
            margin-bottom: 10px;
            width: 49%; } }
        @media screen and (max-width: 480px) {
          #number .number .since div {
            width: 48%; } }

/* ------------------------------------------------------------------------
	info
------------------------------------------------------------------------ */
#info {
  margin-bottom: 140px; }
  @media screen and (max-width: 896px) {
    #info {
      margin-bottom: 80px; } }
  @media screen and (max-width: 480px) {
    #info {
      padding-top: 80px; } }
  #info .info {
    margin: 0 auto;
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      #info .info {
        width: 92%; } }
    #info .info input[name="tab_item"] {
      display: none; }
    #info .info label {
      padding: 10px 0;
      color: #999;
      text-align: center;
      font-family: "Hannari",'Noto Serif JP', serif;
      font-size: 1.3125rem;
      width: 50%;
      border: 1px solid #ccc;
      background: #f0f0f0;
      cursor: pointer;
      transition: all .2s ease; }
      #info .info label.tab_info {
        border-right: none; }
      @media screen and (max-width: 480px) {
        #info .info label {
          font-size: 1rem; } }
    #info .info .tab_item:hover {
      color: #000;
      background: #fff; }
    #info .info dl {
      margin-bottom: 50px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        #info .info dl {
          margin-bottom: 30px; } }
      #info .info dl dt, #info .info dl dd {
        padding: 20px 10px;
        line-height: 1.8;
        border-bottom: 1px solid #ccc; }
        @media screen and (max-width: 480px) {
          #info .info dl dt, #info .info dl dd {
            padding: 10px;
            font-size: .9rem; } }
      #info .info dl dt {
        text-align: center;
        font-weight: normal;
        width: 20%; }
      #info .info dl dd {
        width: 80%; }
        @media screen and (max-width: 480px) {
          #info .info dl dd {
            padding-left: 26px; } }
        @media screen and (max-width: 320px) {
          #info .info dl dd {
            padding-left: 30px; } }
      #info .info dl.tab_content {
        display: none; }
    #info .info input:checked + .tab_item {
      color: #000;
      background: #fff; }
    #info .info #information:checked ~ #info_content,
    #info .info #news:checked ~ #news_content {
      display: flex; }
  #info p {
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    width: 16%; }
    @media screen and (max-width: 1500px) {
      #info p {
        width: 60%; } }
    @media screen and (max-width: 896px) {
      #info p {
        font-size: 1.2rem;
        width: 50%; } }
    @media screen and (max-width: 480px) {
      #info p {
        width: 60%; } }
    #info p a {
      position: relative;
      display: block;
      padding: 10px 0;
      border: 1px solid #000; }
      @media screen and (max-width: 896px) {
        #info p a {
          padding: 5px 0; } }
      #info p a::after {
        position: absolute;
        display: block;
        margin: auto;
        content: '';
        width: 20px;
        height: 11px;
        top: 0;
        right: 60px;
        bottom: 0;
        background: url("../images/arrow.png") no-repeat; }
        @media screen and (max-width: 896px) {
          #info p a::after {
            right: 10px; } }
      #info p a:hover {
        background: #f0f0f0; }

/* ------------------------------------------------------------------------
	cooking
------------------------------------------------------------------------ */
#cooking {
  margin-bottom: 100px; }
  @media screen and (max-width: 896px) {
    #cooking {
      margin-bottom: 80px; } }
  #cooking h2 {
    margin-bottom: 70px; }
    @media screen and (max-width: 480px) {
      #cooking h2 {
        margin-bottom: 30px; } }
  #cooking p {
    display: block;
    margin: 0 auto;
    line-height: 2.2;
    width: 1000px; }
    @media screen and (max-width: 1024px) {
      #cooking p {
        width: 92%; } }

/* ------------------------------------------------------------------------
	works
------------------------------------------------------------------------ */
#works h2 {
  margin-bottom: 70px; }
  @media screen and (max-width: 480px) {
    #works h2 {
      margin-bottom: 30px; } }
#works .btn {
  margin-bottom: 70px; }
#works .bnr,
#works .profile {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 896px) {
    #works .bnr,
    #works .profile {
      width: 92%; } }
  @media screen and (max-width: 480px) {
    #works .bnr,
    #works .profile {
      width: 86%; } }
#works .bnr {
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    #works .bnr {
      margin-bottom: 40px; } }
  @media screen and (max-width: 896px) {
    #works .bnr li {
      width: 49%; }
      #works .bnr li img {
        max-width: 100%; } }
  @media screen and (max-width: 480px) {
    #works .bnr li {
      margin-bottom: 10px;
      width: 100%; } }
  #works .bnr li a:hover {
    filter: brightness(110%); }
#works .na-che {
  margin-bottom: 70px;
  text-align: center; }
  @media screen and (max-width: 896px) {
    #works .na-che {
      margin: 0 auto 70px;
      width: 92%; } }
  @media screen and (max-width: 480px) {
    #works .na-che {
      margin-bottom: 40px;
      width: 86%; } }
  #works .na-che a {
    display: inline-block; }
    @media screen and (max-width: 896px) {
      #works .na-che a img {
        max-width: 100%; } }
    #works .na-che a:hover {
      filter: opacity(70%); }
#works .profile {
  margin-bottom: 70px;
  color: #fff; }
  @media screen and (max-width: 480px) {
    #works .profile {
      margin-bottom: 40px; } }
  #works .profile li {
    text-align: center;
    letter-spacing: 2;
    font-size: 1.5rem;
    width: 480px; }
    @media screen and (max-width: 896px) {
      #works .profile li {
        width: 49%; }
        #works .profile li img {
          max-width: 100%; } }
    @media screen and (max-width: 480px) {
      #works .profile li {
        margin-bottom: 10px;
        font-size: 1.2rem;
        width: 100%; } }
    #works .profile li a {
      position: relative;
      display: block; }
      #works .profile li a span {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1; }
      #works .profile li a::after {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(11, 43, 11, 0.5);
        transition: all .2s ease;
        z-index: 0; }
      #works .profile li a:hover {
        color: #fff; }
        #works .profile li a:hover::after {
          background-color: rgba(11, 43, 11, 0.3); }
