@charset "utf-8";

/*************************************
* TOPページ
*************************************/

body.home #main{
  padding-top: 0;
}
.home-mv{
  position: relative;
  background: url(../img/home/mv_bg.jpg) no-repeat left 20% center/cover;
  height: 300px;
  margin-bottom: 60px;
}
.home-mv .logo{
  position: absolute;
  left: 10px;
  width: 60%;
  top: 40%;
}
.home-mv .scroll{
  position: absolute;
  left: 50%;
  width: 80px;
  bottom: -40px;
  margin-left: -40px;
}
.home-news h2,
.home-about h2,
.home-menu h2,
.home-shop h2,
.home-insta h2{
  text-align: center;
  font-family: 'Montserrat';
  display: block;
  font-size: 30px;
  background: url(../img/common/title_bg.png) no-repeat center bottom/80px;
  margin-bottom: 30px;
  color: #400100;
}
.home-news{
  margin-bottom: 40px;
}
.home-news .post + .post{
  margin-top: 40px;
}
.home-news .post .post-thumbnail{
  max-width: 200px;
  margin: 0 auto 20px;
  position: relative;
  display: block;
}
.home-news .post .post-thumbnail:before{
  content: '';
  display: block;
  padding-top: 65%;
}
.home-news .post .post-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
}
.home-news .post .post-date{
  color: #e8ac38;
}
.home-news .post .post-title{
  font-size: 18px;
}
.home-about{
  background: url(../img/home/about_bg.jpg) no-repeat left 20% center/cover;
  padding: 40px 0 60px;
  color: #fff;
  text-align: center;
}
.home-about h2{
  color: #fff;
  background-image: url(../img/common/title_bg_white.png);
}
.home-about h3{
  font-family: 'Noto Serif Japanese';
  text-shadow: 0 0 5px rgba(0,0,0,0.6);
  font-size: 6.5vw;
  line-height: 1.5;
  margin-bottom: 10px;
}
.home-about .lead{
  font-family: 'Noto Serif Japanese';
  text-shadow: 0 0 5px rgba(0,0,0,0.6);
  font-size: 4.5vw;
  margin-bottom: 30px;
}
.home-about .sub{
  text-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.home-about .sub h4{
  margin-bottom: 0.5em;
}
.home-about .sub dl{
  text-align: left;
}
.home-about .sub dl dt{
  float: left;
  width: 5em;
}
.home-about .sub dl dd{
  padding-left: 5em;
}
.home-menu{
  padding: 40px 0;
  overflow: hidden;
}
.home-menu .lead{
  margin-bottom: 30px;
}
.home-menu .menu-slider{
  padding: 0 75px;
  margin: 0 auto 30px;
  max-width: 1400px;
}
.home-menu .menu-slider .slick-prev,
.home-menu .menu-slider .slick-next{
  color: #400100;
  background: none;
  border: 1px #400100 solid;
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 12px;
  margin-top: -35px;
  padding: 0;
}
.home-menu .menu-slider .slick-prev{
  left: -15px;
}
.home-menu .menu-slider .slick-next{
  right: -15px;
}
.home-menu .menu-slider .slick-prev:focus,
.home-menu .menu-slider .slick-next:focus{
  outline: none;
}
.home-menu .menu-slider .slick-slide .thumbnail{
  position: relative;
  margin-bottom: 15px;
}
.home-menu .menu-slider .slick-slide .thumbnail:before{
  content: '';
  padding-top: 100%;
  display: block;
}
.home-menu .menu-slider .slick-slide .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.home-menu .menu-slider .slick-slide h3{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
.home-menu .menu-slider .slick-slide p{
  font-size: 14px;
  text-align: center;
}
.home-menu .menu-tab{
  display: flex;
  flex-wrap: wrap;
  border-left: 1px #400100 solid;
  border-top: 1px #400100 solid;
  margin-bottom: 30px;
  font-size: 14px;
}
.home-menu .menu-tab li{
  width: 50%;
  border-right: 1px #400100 solid;
  border-bottom: 1px #400100 solid;
  display: block;
  color: #400100;
  text-align: center;
  padding: 5px 0;
}
.home-menu .menu-tab li.active{
  background: #400100;
  pointer-events: none;
  color: #fff;
}
.home-menu .menu-content ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-menu .menu-content ul:not(:first-child){
  display: none;
}
.home-menu .menu-content ul li{
  width: calc(50% - 5px);
  margin-bottom: 30px;
}
.home-menu .menu-content ul li .thumbnail {
  position: relative;
  margin-bottom: 10px;
}
.home-menu .menu-content ul li .thumbnail:before{
  content: '';
  display: block;
  padding-top: 65%;
}
.home-menu .menu-content ul li .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
}
.home-menu .menu-content ul li h3{
  text-align: center;
  line-height: 1.5;
  margin-bottom: 5px;
  font-size: 14px;
}
.home-menu .menu-content ul li .price{
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}
.home-menu .menu-content ul li .description{
  font-size: 14px;
}
.home-shop{
  background: #f2edea;
  padding: 40px 0 60px;
}
.home-shop .left-col{
  text-align: center;
  margin-bottom: 30px;
}
.home-shop .right-col{
  text-align: center;
}
.home-shop .right-col img{
  margin-bottom: 20px;
}
.home-shop .right-col dl{
  text-align: left;
}
.home-shop .right-col dl dt{
  width: 5em;
  float: left;
}
.home-shop .right-col dl dd{
  padding-left: 5em;
}
.home-insta{
  padding: 40px 0 60px;
}

@media screen and (min-width:769px) {
  .home-mv{
    height: 550px;
    background-position: center;
    margin-bottom: 90px;
  }
  .home-mv .scroll {
    bottom: -75px;
    margin-left: -75px;
    width: 150px;
  }
  .home-news h2,
  .home-about h2,
  .home-menu h2,
  .home-shop h2,
  .home-insta h2{
    font-size: 60px;
    background-size: 133px;
    margin-bottom: 45px;
  }
  .home-news{
    margin-bottom: 60px;
  }
  .home-news .posts{
    display: flex;
  }
  .home-news .post,
  .home-news .post + .post{
    width: calc(33.3% - 30px);
  }
  .home-news .post + .post{
    margin: 0 0 0 45px;
  }
  .home-news .post .post-thumbnail{
    max-width: 100%;
  }
  .home-news .post .post-date {
    font-size: 15px;
  }
  .home-about {
    padding: 90px 0 120px;
  }
  .home-about .lead {
    margin-bottom: 40px;
  }
  .home-about .sub{
    text-align: center;
  }
  .home-about .sub dl{
    display: inline-block;
  }
  .home-menu{
    padding: 80px 0 50px;
  }
  .home-menu .lead{
    text-align: center;
    margin-bottom: 70px;
  }
  .home-menu .menu-slider .slick-prev,
  .home-menu .menu-slider .slick-next{
    width: 100px;
    height: 100px;
    margin-top: -50px;
    transition: opacity 0.7s;
    cursor: pointer;
  }
  .home-menu .menu-slider .slick-prev:before,
  .home-menu .menu-slider .slick-next:before{
    content: '';
    display: block;
    padding-top: 100%;
  }
  .home-menu .menu-slider .slick-prev:hover,
  .home-menu .menu-slider .slick-next:hover{
    opacity: 0.7;
  }
  .home-menu .menu-slider .slick-prev span,
  .home-menu .menu-slider .slick-next span{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .home-menu .menu-slider .slick-slide .thumbnail{
    transition: transform 0.3s;
  }
  .home-menu .menu-slider .slick-slide:not(.slick-center) .thumbnail{
    transform:  scale(0.6);
  }
  .home-menu .menu-slider .slick-slide h3{
    transition: opacity 0.3s;
  }
  .home-menu .menu-slider .slick-slide:not(.slick-center) h3{
    opacity: 0;
  }
  .home-menu .menu-slider .slick-slide p{
    transition: opacity 0.3s;
    font-size: 16px;
  }
  .home-menu .menu-slider .slick-slide:not(.slick-center) p{
    opacity: 0;
  }
  .home-menu .menu-tab {
    margin-bottom: 50px;
    flex-wrap: nowrap;
    font-size: 16px;
  }
  .home-menu .menu-tab li {
    padding: 15px 0;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
  }
  .home-menu .menu-tab li.active:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #400100 transparent transparent transparent;
    margin-left: -10px;
  }
  .home-menu .menu-tab li:hover {
    background: #400100;
    color: #fff;
  }
  .home-menu .menu-content ul {
    justify-content: left;
  }
  .home-menu .menu-content ul li {
    width: calc(33.3% - 30px);
    margin-bottom: 50px;
  }
  .home-menu .menu-content ul li:not(:nth-child(3n)){
    margin-right: 45px;
  }
  .home-menu .menu-content ul li .thumbnail{
    margin-bottom: 20px;
  }
  .home-menu .menu-content ul li h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .home-menu .menu-content ul li .price{
    font-size: 16px;
  }
  .home-shop {
    padding: 70px 0 90px;
  }
  .home-shop .left-col {
    float: left;
    width: calc(50% - 20px);
  }
  .home-shop .right-col {
    float: right;
    width: calc(50% - 20px);
  }
  .home-shop .right-col dl{
    font-size: 14px;
  }
  .home-shop .right-col dl dd:not(:last-of-type){
    margin-bottom: 5px;
  }
}

@media screen and (min-width:1100px) {
  .home-about h3{
    font-size: 44px;
  }
  .home-about .lead{
    font-size: 32px;
  }
}

@media screen and (min-width:1400px){
  .home-menu .menu-slider {
    padding: 0 180px;
  }
  .home-menu .menu-slider .slick-prev,
  .home-menu .menu-slider .slick-next {
    width: 200px;
    height: 200px;
    margin-top: -100px;
  }
}

/***************************
* 会社概要
***************************/

.company-outline h2,
.company-privacy h2{
  border-left: 5px #e8ac38 solid;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}
.company-outline{
  margin-bottom: 40px;
}
.company-outline dl dt{
  font-weight: bold;
}
.company-outline dl dd{
  padding-bottom: 10px;
  border-bottom: 1px #e2e2e2 solid;
}
.company-outline dl dd:not(:last-of-type){
  margin-bottom: 10px;
}
.company-privacy h3{
  font-weight: bold;
  margin-bottom: 0.5em;
}
.company-privacy h3:not(:first-of-type){
  margin-top: 2em;
}
.company-privacy p{
  margin-bottom: 1em;
}
.company-privacy ul {
  counter-reset: number;
  margin-bottom: 1em;
}
.company-privacy ul li{
  padding-left: 1em;
  text-indent: -1em;
}
.company-privacy ul li:before {
  counter-increment: number;
  content: counter(number, lower-alpha)")";
  margin-right: 5px;
}

@media screen and (min-width:769px) {
  .company-outline h2,
  .company-privacy h2 {
    padding-left: 15px;
    font-size: 24px;
    border-width: 10px;
  }
  .company-outline{
    margin-bottom: 60px;
  }
  .company-outline dl dt {
    float: left;
    font-weight: normal;
    width: 200px;
    padding-left: 25px;
  }
  .company-outline dl dd {
    padding: 0 0 20px 200px;
  }
  .company-outline dl dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .company-privacy{
    font-size: 14px;
  }
}

/*************************************
* 記事詳細ページ
*************************************/

#single #contents{
  margin-bottom: 60px;
}
#single .post-edit-link{
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #e8ac38;
  font-size: 14px;
  margin: 0 auto;
  display: inline-block;
  border-radius: 5px;
  transition: opacity 0.3s;
  padding: 0 10px;
  margin-bottom: 10px;
}
#single .post-date{
  margin-bottom: 10px;
  color: #e8ac38;
}
#single .post-title{
  font-size: 20px;
  border-bottom: 3px #e8ac38 solid;
  margin-bottom: 30px;
  padding-bottom: 10px;
  line-height: 1.3;
}
#single .post-thumbnail{
  margin-bottom: 20px;
  text-align: center;
}
#single .post-content{
  margin-top: 10px;
  line-height: 2;
}
#single .post-content h3{
  margin: 2em 0 1em;
  border-left: 5px #e8ac38 solid;
  padding-left: 10px;
  font-size: 18px;
}
#single .post-content h3:not(:first-of-type){
  margin-top: 2em;
}
#single .post-content h4{
  border-bottom: 1px #e8ac38 solid;
  margin: 2em 0 1em;
}
#single .post-content p{
  margin: 0 0 1em;
}
#single .post-content a{
  color: #e8ac38;
  font-weight: bold;
  text-decoration: underline;
}
#single .post-content ul{
  list-style: disc outside;
  margin: 0 0 1em 1.5em;
  padding: 0;
}
#single .post-content ol{
  list-style: decimal outside;
  margin: 0 0 1em 1.5em;
  padding: 0;
}
#single .post-content .aligncenter,
#single .post-content .alignright,
#single .post-content .alignleft {
  display: block;
  margin: 0 auto 10px;
}
#single .post-link{
  text-align: center;
  margin-top: 30px;
}
#single .post-link a.back{
  color: #400100;
  height: 40px;
  display: inline-block;
  border: 1px #400100 solid;
  border-radius: 25px;
  line-height: 38px;
  width: 140px;
}
#single .post-link a[rel="prev"],
#single .post-link a[rel="next"]{
  color: #400100;
  height: 40px;
  border: 1px #400100 solid;
  border-radius: 25px;
  width: 40px;
  font-size: 0;
  position: relative;
}
#single .post-link a[rel="prev"]{
  float: left;
}
#single .post-link a[rel="next"]{
  float: right;
}
#single .post-link a[rel="prev"]:before,
#single .post-link a[rel="next"]:before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6.9px 4px 0;
  border-color: transparent #400100 transparent transparent;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}
#single .post-link a[rel="next"]:before{
  transform: rotate(180deg);
  margin-left: -2px;
}
#single #sidebar ul{
  border-top: 1px #400100 solid;
}
#single #sidebar ul li{
  border-bottom: 1px #400100 solid;
}
#single #sidebar ul li a{
  display: block;
  text-align: center;
  position: relative;
  padding: 15px 0;
}
#single #sidebar ul li a:after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 50%;
  right: 25px;
  margin-top: -5px;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #400100;
}

@media screen and (min-width:769px) {
  #single #contents{
    float: right;
    width: calc(100% - 320px);
  }
 #single .post-edit-link:hover{
    opacity: 0.7;
  }
  #single .post-date{
    font-size: 15px;
    margin-bottom: 20px;
  }
  #single .post-title {
    font-size: 24px;
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
  #single .post-content h3 {
    padding-left: 15px;
    font-size: 24px;
    border-width: 10px;
  }
  #single .post-content h4{
    font-size: 20px;
  }
  #single .post-content .aligncenter {
    display: block;
    margin: 0 auto;
  }
  #single .post-content .alignright {
    float: right;
    margin: 0 0 10px 20px;
  }
  #single .post-content .alignleft {
    float: left;
    margin: 0 20px 10px 0;
  }
  #single .post-link a.back {
    height: 50px;
    border-radius: 25px;
    line-height: 48px;
    width: 300px;
    transition: opacity 0.3s;
  }
  #single .post-link a[rel="prev"],
  #single .post-link a[rel="next"] {
    height: 50px;
    width: 50px;
    transition: opacity 0.3s;
  }
  #single .post-link a:hover{
    opacity: 0.7;
  }
  #single #sidebar{
    float: left;
    width: 240px;
  }
  #single #sidebar ul li a{
    transition: all 0.3s;
  }
  #single #sidebar ul li a:hover{
    background: #e8ac38;
    color: #fff;
  }
  #single #sidebar ul li a:after{
    transition: all 0.3s;
  }
  #single #sidebar ul li a:hover:after{
    border-color: transparent transparent transparent #fff;
  }
}

/*************************************
* 記事一覧ページ
*************************************/

#archive .post + .post{
  margin-top: 40px;
}
#archive .post .post-thumbnail{
  max-width: 320px;
  margin: 0 auto 20px;
  position: relative;
  display: block;
}
#archive .post .post-thumbnail:before{
  content: '';
  display: block;
  padding-top: 65%;
}
#archive .post .post-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
}
#archive .post .post-date{
  color: #e8ac38;
}
#archive .post .post-title{
  font-size: 18px;
  margin-bottom: 10px;
}
#archive .post .post-more{
  float: right;
  position: relative;
  margin-top: 10px;
  padding-left: 17px;
}
#archive .post .post-more:before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #e8ac38;
}
#archive .pager{
  text-align: center;
  margin-top: 40px;
}
#archive .pager .inner{
  display: inline-block;
  position : relative;
  padding: 0 45px;
}
#archive .pager .wp-pagenavi .page{
  display: inline-block;
  margin: 0 5px 10px;
  border: 1px #400100 solid;
  height: 40px;
  line-height: 38px;
  vertical-align: middle;
  border-radius: 50%;
  color: #400100;
  width: 40px;
}
#archive .pager .wp-pagenavi .current{
  display: inline-block;
  margin: 0 5px 10px;
  color: #fff;
  background: #e8ac38;
  height: 40px;
  line-height: 38px;
  border: 1px #e8ac38 solid;
  vertical-align: middle;
  border-radius: 50%;
  width: 40px;
}
#archive .pager .wp-pagenavi .extend{
  display: inline-block;
  margin: 0 5px 10px;
  height: 40px;
  line-height: 38px;
  vertical-align: middle;
  color: #400100;
  vertical-align: top;
}
#archive .pager .wp-pagenavi .previouspostslink ,
#archive .pager .wp-pagenavi .nextpostslink {
  font-size: 0;
  position: absolute;
  z-index: 10;
  top: 0;
  display: block;
  color: #fff;
  border: 1px #400100 solid;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  color: #400100;
  width: 40px;
}
#archive .pager .wp-pagenavi .previouspostslink:before ,
#archive .pager .wp-pagenavi .nextpostslink:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6.9px 4px 0;
  border-color: transparent #400100 transparent transparent;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}
#archive .pager .wp-pagenavi .nextpostslink:before {
  transform: rotate(180deg);
  margin-left: -2px;
}
#archive .pager .wp-pagenavi .previouspostslink {
  left : 0;
}
#archive .pager .wp-pagenavi .nextpostslink {
  right : 0;
}
#archive .pager .pager-prev,
#archive .pager .pager-next{
  position: absolute;
  top: 0;
  border: 1px #c5b2b2 solid;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  width: 40px;
}
#archive .pager .pager-prev{
  left: 0;
}
#archive .pager .pager-next{
  right: 0;
}
#archive .pager .pager-prev:before ,
#archive .pager .pager-next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6.9px 4px 0;
  border-color: transparent #c5b2b2 transparent transparent;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}
#archive .pager .pager-next:before {
  transform: rotate(180deg);
  margin-left: -2px;
}

@media screen and (min-width:769px) {
  #archive .post{
    display: flex;
  }
  #archive .post + .post{
    margin-top: 60px;
  }
  #archive .post .post-thumbnail{
    min-width: 320px;
    margin: 0;
  }
  #archive .post .post-content{
    padding-left: 30px;
  }
  #archive .post .post-date {
    font-size: 15px;
  }
  #archive .post .post-more{
    font-size: 18px;
  }
  #archive .post .post-more:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #400100;
    transition: width 0.3s;
  }
  #archive .post .post-more:hover:after{
    width: 100%;
  }
  #archive .pager .inner{
    padding: 0 60px;
  }
  #archive .pager .wp-pagenavi .page,
  #archive .pager .wp-pagenavi .current{
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    margin: 0 10px;
    transition: opacity 0.3s;
  }
  #archive .pager .wp-pagenavi .page:hover{
    opacity: 0.7;
  }
  #archive .pager .wp-pagenavi .extend {
    height: 50px;
    line-height: 48px;
  }
  #archive .pager .wp-pagenavi .previouspostslink,
  #archive .pager .wp-pagenavi .nextpostslink{
    width: 50px;
    height: 50px;
    line-height: 48px;
    transition: opacity 0.3s;
  }
  #archive .pager .wp-pagenavi .previouspostslink:hover,
  #archive .pager .wp-pagenavi .nextpostslink:hover{
    opacity: 0.7;
  }
  #archive .pager .pager-prev,
  #archive .pager .pager-next{
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
}

/***************************
* お問い合わせ
***************************/

.contact .message {
  margin-bottom: 40px;
}
.contact .message em{
  color: #ba2f2f;
}
.contact .message a{
  color: #e8ac38;
  font-weight: bold;
  text-decoration: underline;
}
.contact .mw_wp_form .error{
  color: #ba2f2f;
}
.contact .mw_wp_form input[type="text"],
.contact .mw_wp_form input[type="email"],
.contact .mw_wp_form input[type="tel"] {
  color: inherit;
  font-family: inherit;
  border-radius: 6px;
  border: none;
  outline: none;
  padding: 0 10px;
  -webkit-appearance: none;
  height: 50px;
  line-height: 50px;
  background: #f5f1e9;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
}
.contact .mw_wp_form input::-ms-clear,
.contact .mw_wp_form input::-ms-reveal {
  visibility:hidden;
}
.contact .mw_wp_form select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  height: 50px;
  background: transparent;
  z-index: 1;
  padding: 0 50px 0 10px;
  border: none;
  border-radius: 6px;
  width: 100%;
  background: url(../img/common/icon_select.png) no-repeat right 20px center #f5f1e9;
  font-size: inherit;
}
.contact .mw_wp_form  select::-ms-expand {
  display: none;
}
.contact .mw_wp_form select:focus{
  outline: none;
}
.contact .mw_wp_form textarea {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 6px;
  border: none;
  outline: none;
  padding: 10px;
  resize: none;
  width: 100%;
  height: 220px;
  font-size: 16px;
  display: block;
  background: #f5f1e9;
  color: inherit;
  margin-bottom: 10px;
}
.contact .mwform-zip-field,
.contact .mwform-tel-field {
  font-size: 0;
  display: block;
}
.contact .mwform-zip-field input[type="text"],
.contact .mwform-tel-field input[type="text"] {
  width: calc(33.3% - 20px);
  max-width: 170px;
}
.contact .mwform-zip-field .separator,
.contact .mwform-tel-field .separator {
  width: 30px;
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}
.contact .mwform-zip-field .mark{
  width: 30px;
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 50px;
}
.contact table th{
  display: block;
  font-weight: normal;
  text-align: left;
  margin-bottom: 5px;
}
.contact table th span{
  color: #ba2f2f;
}
.contact table td{
  display: block;
  margin-bottom: 20px;
}
.contact table .address .mwform-zip-field,
.contact table .address select,
.contact table .address input[name="address1"]{
  margin-bottom: 10px;
}
.contact table td p{
  font-size: 14px;
}
.contact .control{
  margin-top: 40px;
}
.contact .control .button{
  height: 60px;
  line-height: 60px;
  color: #fff;
  border: none;
  width: 100%;
  font-family: inherit;
  cursor: pointer;
  background: #e8ac38;
  font-size: 18px;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 10px;
  -webkit-appearance: none;
  appearance: none;
}
.contact .control .button:focus{
  outline: none;
}
.contact .control .button.back{
  margin-top: 30px;
  background: #aaa;
}
.contact .mw_wp_form_confirm table th span,
.contact .mw_wp_form_confirm table td p{
  display: none;
}

@media screen and (min-width:769px) {
  .contact .message {
    text-align: center;
    font-size: 18px;
  }
  .contact .message a:hover{
    opacity: 0.7;
  }
  .contact .mw_wp_form input[type="text"],
  .contact .mw_wp_form input[type="email"],
  .contact .mw_wp_form input[type="tel"],
  .contact .mw_wp_form select{
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
  .contact .mwform-zip-field .mark{
    font-size: 18px;
  }
  .contact table th{
    display: table-cell;
    width: 190px;
    padding: 15px 0;
    font-size: 18px;
  }
  .contact table td{
    display: table-cell;
    margin: 0;
    padding: 15px 0;
  }
  .contact table .address .mwform-zip-field,
  .contact table .address select,
  .contact table .address input[name="address1"]{
    margin-bottom: 20px;
  }
  .contact .control .button{
    transition: opacity 0.3s;
  }
  .contact .control .button:hover{
    opacity: 0.7;
  }
}

/***************************
* 404ページ
***************************/

#notfound a {
  color: #400100;
  height: 40px;
  display: block;
  border: 1px #400100 solid;
  border-radius: 25px;
  line-height: 38px;
  width: 100%;
  margin: 60px auto 0;
  max-width: 300px;
  text-align: center;
}

@media screen and (min-width:769px) {
  #notfound p{
    text-align: center;
  }
  #notfound a{
    height: 50px;
    border-radius: 25px;
    line-height: 48px;
    transition: opacity 0.3s;
  }
  #notfound a:hover{
    opacity: 0.7;
  }
}