@charset "UTF-8";
/* tablet */
.sPhone,
.tablet,
.tabPhone {
	display: none !important;
}

body {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP";
  }
  #container {
    display: none;
    width: 100%;
    max-width: 980px;
    margin: 0px auto;
    background: var(--white);
    }
    h1 {
      display: none;
      width: 100%;
      height: 30px;
      margin: 10px auto -5px;
      font-size: 72%;
      color: #867f6f;
      letter-spacing: 0.2em;
      text-align: center;
      font-weight: lighter;
}

/* header */
header {
	width: 100%;
	height: 40px;
	margin: 0px auto;
	background: var(--white);
	position: relative;
	box-shadow:0px -3px 7px -5px rgba(33,28,26,0.57);
  }
  /* sns */
  header ul {
    width: 80px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    }
    header ul li {
      width: 35px;
      height: 35px;
      margin-right: 5px;
      float: left;
  }
  /* logo */
  header h2,
  header h2 img {
    display: none;
}
/* header end */

/* contents */
#contents {
  width: 100%;
  height: auto;
  margin: 0px auto 80px;
  clear: both;
  }
  #contents h2 {
    width: 200px;
    height: auto;
    text-align: center;
    padding: 15px 0px 15px;
    margin: 0px auto 40px;
    color: var(--dark_brown);
    border-bottom: 3px solid #000;
  }

  /* comments */
  h3.title{
    width: 85%;
    max-width: 640px;
    height: auto;
    margin: 25px auto 15px;
    padding: 18px 0px 5px 0px;
    font-size: 116%;
    letter-spacing:0.1em;
    text-indent: -0.1em;
    text-align: center;
    color: var(--dark_brown);
    border-top: 2px solid var(--light_beige);
  }
  h3.comment {
    width: 85%;
    max-width: 640px;
    height: auto;
    margin: 0px auto 15px;
    padding: 5px 0px 5px 0px;
    font-size: 100%;
    font-weight: lighter;
    letter-spacing:0.1em;
    text-indent: -0.1em;
    text-align: center;
    background: var(--light_beige);
  }
  p.comment {
    width: 80%;
    max-width: 600px;
    height: auto;
    margin: 30px auto 15px;
    padding-bottom: 30px;
    font-size: 100%;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: var(--dark_brown);
    text-align: justify;
    border-bottom: 2px dotted var(--light_beige);
    }
    p.comment a {
      color: var(--light_blue);
  }
  p.size {
    width: 85%;
    max-width: 640px;
    height: auto;
    margin: 0px auto 20px;
    padding-bottom: 15px;
    font-size: 100%;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: center;
    color: var(--dark_brown);
    border-bottom: 2px solid var(--light_beige);
}
/* contents end */

#gallery {
	margin: 80px auto;
}

/* prev and 入札 */
div.play {
	width: 310px;
	height: auto;
	margin: 0px auto 40px;
  }
  /* 戻るBtn */
  #contents a.prev {
    display: block;
    width: 150px;
    height: auto;
    padding: 10px 0px 10px;
    margin-right: 5px;
    text-align: center;
    letter-spacing: 0.2em;
    color: var(--white);
    background: #867f6f;
    float: left;
    border-radius: 3px;
  }
  /* 入札Btn */
  #contents a.bid {
    display: block;
    width: 150px;
    height: auto;
    padding: 10px 0px 10px;
    margin-left: 5px;
    text-align: center;
    letter-spacing: 0.2em;
    color: var(--white);
    background: var(--dark_brown); /* dark brown */
    float: left;
    border-radius: 3px;
}
/* prev and 入札 end */

/* footer */
footer {
	width: 100%;
	height: auto;
  padding: 20px 0 5px;
  background: var(--dark_brown); /* dark brown */
  clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0% 100%);
	}
	section#footer {
		width: 100%;
		height: auto;
		margin: 0px auto;
	}

	/*copy & sns*/
	footer table.copy {
		width: calc(100% - 10px);
		height: 35px;
    margin-right: 10px;
		margin-top: 60px;
		margin-bottom: 60px;
		float: right;
		}
		footer table.copy th {
			width: 100%;
			height: 35px;
			line-height: 35px;
			padding-right: 15px;
      text-align: right;
			font-size: 85%;
			letter-spacing: 0.1em;
			color: var(--white);
			font-weight: lighter;
      }
      footer table.copy th span {
        font-weight: bold;
      }
      footer table.copy td {
        width: 45px;
        height: 35px;
        }
        footer table.copy td a img {
          display: block;
          width: 35px;
          height: 35px;
          line-height: 35px;
          margin-right: 5px;
          cursor: pointer;
	}
	/* copy & sns end */

	#navBottom {
    width: 94%;
		height: auto;
		margin: 0 0 60px 6%;
		float: left;
		}

    /* footer nav */
    #navBottom ul {
      width: 220px;
      height: auto;
      padding: 5px 0px 5px;
      padding-left: 5px;
      border-left: 1px solid var(--wisteria);
      }
      #navBottom ul li a {
        display: block;
        width: auto;
        margin-bottom: 30px;
        padding-left: 15px;
        letter-spacing: 0.1em;
        color: var(--white);
        font-size: 108%;
        text-align: left;
        font-family: 'Lato', sans-serif;
        }
        #navBottom ul li:last-of-type a {
          margin-bottom: 0;
          }
          /* icon */
          #navBottom ul li a img {
            display: inline-block;
            margin-right: 0.6em;
            position: relative;
            top: 2px;
            /* svg color change #be97dd light wistaria */
            filter: invert(85%) sepia(20%) saturate(5133%) hue-rotate(203deg) brightness(90%) contrast(92%);
          }
          #navBottom ul li a:hover img,
          #navBottom ul li:nth-of-type(5) a img {
            /* svg color change var(--pastel_red) pastel red */
            filter: invert(76%) sepia(26%) saturate(6859%) hue-rotate(316deg) brightness(90%) contrast(77%);
          }
          /* icon end */
          #navBottom ul li a:hover,
          #navBottom ul li:nth-of-type(5) a {
            color: var(--pastel_red);
            font-weight: bold;
  }
  /* footer nav end */

  /* small */
  footer dl.small {
    width: 90%;
    height: auto;
    margin: 15px auto 0px;
    clear: both;
    }
    footer dl.small dt {
      width: 60px;
      height: 75px;
      margin: 0px auto;
    }
    footer dl.small dd {
      width: 100%;
      height: auto;
      padding-bottom: 15px;
      margin: 0px auto;
      }
      footer dl.small dd ul {
        width: 100%;
        height: auto;
        font-size: 85%;
        letter-spacing: 0.2em;
        color: var(--white);
        justify-content: center;
        flex-wrap: wrap;
        display: flex;
        }
        footer dl.small dd ul li {
          width: auto;
          height: auto;
          padding: 0 1em;
          line-height: 1.8em;
          }
          footer dl.small dd ul li a {
            color: var(--white);
}