@charset "utf-8";
/* CSS Document */
body {
  font-family: 'EB Garamond', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0;
  padding: 0;
  background: #000;
  color: #e6e6e6;
  position: relative;
}
body:before, body:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 11
}
body:before {
  background: url("/testimg/topgrd.png") repeat-x;
  top: 0;
}
body:after {
  background: url("/testimg/btm.png") repeat-x;
  bottom: 0
}
a {
  text-decoration: none;
  color: #e6e6e6;
}
a:hover img {
  opacity: 0.5;
}
ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, p {
  margin: 0 auto;
  padding: 0;
}
a:hover, a:hover img {
  opacity: 0.7
}
#mainmenu {
  width: 335px;
  text-align: center;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 5.8%;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh
}
.menuwrap {
  margin: 22% auto;
  width: 75%;
  border-left: 1px solid #696969;
}
.mainmenulist {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 78%;
  margin: 0 auto 100px 18%;
}
.mainmenulist li a {
  padding: 0 15px;
  display: block;
  opacity: 0.5
}
.mainmenulist li a:hover {
  opacity: 1;
}
.mainmenulist li p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 25px 0px;
  position: relative;
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
}
.mainmenulist li p:before {
  content: "";
  background: url(/testimg/icon.png) no-repeat;
  width: 13px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 6px;
}
.menuwrap .wlinelink {
  width: 76%;
  margin: 0 auto 0 15%;
  padding: 17px 0;
}
.wlinelink {
  display: block;
  position: relative;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  letter-spacing: 0.15rem;
}
.wlinelink:before, .wlinelink:after {
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  content: "";
}
.wlinelink:before {
  top: 3px;
}
.wlinelink:after {
  bottom: 3px;
}
.menuwrap .wlinelink span {
  font-size: 1.2rem;
  padding: 0 5px;
}
.snslist {
  display: flex;
  width: 77%;
  margin: 20px auto 0 15%;
  justify-content: space-between;
}
.snslist a {
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  position: relative;
  padding-right: 15px;
  color: #afafaf;
}
.snslist a:before {
  content: "";
  position: absolute;
  right: 0;
  background: url("/testimg/righticon.png") no-repeat;
  width: 7px;
  height: 10px;
  top: 3px;
}
@media screen and (max-width: 768px) {
    #mainmenu {
        z-index: 11;
            width: 100%;
    right: 0;
    height: auto;
    background: none;
    }
    img {
        max-width: 100%;
    }
}





#top {
  position: relative;
  max-width: 100%;
  height: 100vh;
  min-height: 740px;
  margin: auto;
  overflow: hidden;
  background: none
}
#top .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 21s infinite;
}
@keyframes bgAnime {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
#top .src1 {
  background: url(/testimg/slider2.jpg) center;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: 50%;
  background-position-y: 0;
}
#top .src2 {
  background: url("/testimg/slider3.jpg") center; /* 背景の画像を指定 */
  background-size: cover;
  animation-delay: 7s;
  background-attachment: fixed;
}
#top .src3 {
  background: url("/testimg/slider1.jpg") center; /* 背景の画像を指定 */
  background-size: cover;
  animation-delay: 14s;
  background-attachment: fixed;
}
.scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.wrap {
  position: relative;
  width: 1120px;
  z-index: 1;
  margin: 0 auto;
}

h1 {
  margin: 25% auto 0;
  font-size: 1.05rem;
  letter-spacing: 0.35rem;
  font-weight: normal;
  line-height: 2.5rem;
  animation: h1Anime 2s;
}
@keyframes h1Anime {
  0% {
    opacity: 0;
    transform: translateX(-10px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
.h1name {
  padding: 2.8rem 0;
  display: block;
}
.h1namekana {
  font-size: 0.8rem;
  padding-right: 2px;
}
.h1nameeng {
  color: #9e9e9e;
  font-size: 65%;
  padding: 0 29px;
  position: relative;
  left: 25px;
  letter-spacing: 0.2rem;
}
.h1nameeng:before, .h1nameeng:after {
  background: #9e9e9e;
  width: 15px;
  height: 1px;
  content: "";
  position: absolute;
  top: 5px;
}
.h1nameeng:before {
  left: 0;
}
.h1nameeng:after {
  right: 0
}
@media screen and (max-width: 768px) {
    .wrap {
        width: 100%
        }
    h1 {
           margin: 35vh auto 0;
    text-align: center;
    background: rgba(0,0,0,0.3);
    box-shadow: 0px 0px 50px 17px rgba(0,0,0,0.4);
    }
    #top{
        min-height: auto;
    }
    #top .src1 {
  background: url(/testimg/slider1.jpg) center;
  background-size: cover;
  background-position-x: 58%;
}
    @keyframes h1Anime {
  0% {
    opacity: 0;
    transform: translateY(10px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
}



#about {
  width: 100%;
  height: 100vh;
  min-height: 740px;
  background: url("/testimg/bg1.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
#about p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  font-size: 1.1rem;
  line-height: 3.7rem;
  letter-spacing: 0.32rem;
}
#about p.abtext1 {
  margin: 0 auto;
  padding-top: 22%;
  right: -105px;
}
#about p.abtext1 span {
  padding-top: 45px;
    position: relative;
}
#about p.abtext1 span:before {
    background: #51565b;
    content: "";
    width: 1px;
    height: 170px;
    position: absolute;
    bottom: -195px;
    left: 10px;
}
#about p.abtext2 {
  top: -85px;
  left: -120px;
}
#about p.abtext2 .abtext2cent {
  padding-top: 70px;
}
#about p.abtext2 .abtext2left {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
#about {
    min-height:auto;
    background: url(/testimg/bg1.jpg) no-repeat center;
    background-size: cover
    }
    #about p  {
        position: absolute;
    height: 60vh;
    }
    
    #about p.abtext1 {
    right: 5%;
    top: 150px;
    padding: 0;
    }
    #about p.abtext2 {
    top: 195px;
    left: 6%;
    }
}


#price .ttl {
  padding: 145px 0px 82px;
  font-size: 1.3rem;
  letter-spacing: 0.6rem;
  position: relative;
}
#price .ttl:before {
  width: 197px;
  position: absolute;
  top: 163px;
  content: "";
  height: 1px;
  background: #464646;
  left: 113px;
}
#price .ttl .ttleng {
  font-size: 0.75rem;
  position: absolute;
  top: 189px;
  left: 0;
  letter-spacing: 0.1rem;
  color: #afafaf;
}
#price .ttl .tax {
  font-size: 0.8rem;
  color: #afafaf;
  padding-left: 242px;
  letter-spacing: 0.27rem;
}
.ntext {
  font-size: 0.9rem;
  letter-spacing: 0.13rem;
  line-height: 1.8rem;
}
.pricearea {
  border: 1px solid #888;
  width: 69%;
  margin: 48px 0 300px;
  position: relative;
  padding: 15px 0px;
}
.pricearea:before, .pricearea:after {
  background: #666;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
}
.pricearea:before {
  top: 3px;
}
.pricearea:after {
  bottom: 3px;
}
.pricearea ul {
  width: 87%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}
.pricelistunderline {
  border-bottom: 1px solid #888;
}
.pricearea ul li {
  width: 50%;
}
.pricearea ul ul {
  flex-wrap: wrap;
  padding: 0 0 5px;
  width: 100%;
}
.pricearea ul ul li.people {
  width: 42%;
}
.pricearea ul ul li.kakaku {
  width: 47%;
  padding-right: 2%;
}
.pricearea ul li.people {
  width: 21%;
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  border: 1px solid #888;
  padding: 4px 0;
}
.pricearea ul li.kakaku {
  width: 27%;
  text-align: right;
  padding-right: 1%;
  font-size: 3.2rem;
  letter-spacing: 0.18rem;
  line-height: 1rem;
}
.yen {
  font-size: 1.2rem;
  padding-right: 3px;
}
.kakaku0 {
  font-size: 2rem;
}
ul ul li.people, ul ul li.kakaku {
  margin: 20px 0;
}
.prittl {
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
}
.prittl span {
  padding-left: 50px;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
}
.plus {
  font-size: 2rem;
  position: relative;
  bottom: 4px;
  left: -5px;
}
.kakakupa {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    #price .ttl {
    width: 90%;
}
    #price .ttl .ttleng {
    top: 185px;
    }
    #price .ttl .tax {
        padding: 0;
    position: absolute;
    left: 0;
    bottom: 20px;
    }
    .ntext {
        width: 90%;
    }
    .pricearea {
            width: 90%;
    margin: 48px auto 145px;
    }
    .pricearea ul {
        flex-wrap: wrap;
    }
    .pricearea ul li.people {
    width: 42%;
    }
    .pricearea ul li.kakaku {
    width: 50%;
        font-size: 2.4rem;
    letter-spacing: 0.1rem;
    }
    .kakaku0 {
  font-size: 1.8rem;
}
    .pricearea ul li,
    .pricearea ul li.prittl {
        width: 100%;
    }
    .pricearea ul li.prittl {
        margin-bottom: 30px;
    }

    .pricearea ul ul {
        margin: -20px auto 0;
    }
}



#shopinfo {
  padding: 15px 0 150px;
}
.shopinfoengttl {
  font-size: 0.8rem;
  letter-spacing: 0.12rem;
}
.shopinfoengttl span {
  font-size: 1.4rem;
  letter-spacing: 0.35rem;
  padding-left: 13px;
}
#shopinfo .ttl {
  padding: 133px 0px 20px;
  font-size: 1.3rem;
  letter-spacing: 0.6rem;
  position: relative;
}
#shopinfo .ntext {
  margin-bottom: 56px;
}
.infolist {
  margin: 135px auto 0 0;
  display: flex;
  justify-content: space-between;
  width: 68.7%;
}
.infolist ul {
  width: 52%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.infolist ul li {
  position: relative;
  padding: 18px 0 20px;
}
.infolist ul li:nth-child(even):before {
  background: #464646;
  content: "";
  position: absolute;
  bottom: 0;
  width: 190%;
  right: 0;
  height: 1px;
}
.infolist ul li:last-child:before {
  height: 0;
}
.infolist ul li:nth-child(odd) {
  color: #afafaf;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  width: 47%;
}
.infolist ul li:nth-child(even) {
  width: 53%;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}
.infolist ul li a {
  font-size: 1.1rem;
}
.infolist a img {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
    #shopinfo {
    padding: 15px 0 120px;
}
    .shopinfoengttl  {
    width: 90%;
    }
    #shopinfo .ttl {
    padding: 80px 0px 20px;
    width: 90%;
    }
    .infolist {
    margin: 85px auto 0;
    display: block;
    width: 90%;
}
    .infolist ul {
    width: 100%;
    }
    .infolist ul li:nth-child(odd) {
    letter-spacing: 0rem;
    width: 44%;
}
    .infolist ul li:nth-child(even) {
    width: 56%;
    }
    .infolist ul li {
    padding: 15px 0 20px;
    }
    .infolist a img {
        width: 100%;
    }
}
#contact {
  padding: 145px 0;
    background: url("../testimg/contbg.jpg") no-repeat;
    background-size: cover;
}
#contact .shopinfoengttl span {
  padding-left: 0;
}
#contact .ttl {
  padding: 133px 0px 20px;
  font-size: 1.3rem;
  letter-spacing: 0.6rem;
  position: relative;
}
#contact ul {
  display: flex;
  width: 69%;
  margin: 10px 0;
  justify-content: space-between;
}
#contact ul li {
  width: 50%;
}
#contact ul li a {
  width: 99%;
  display: block;
  margin: 0 0 0 auto;
  text-align: center;
  padding: 20px 0px;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  color: #000;
  position: relative;
  background: #FFF;
  font-weight: bold;
}
#contact ul li a:before {
  content: "";
  background: url("/testimg/wlink.png") no-repeat;
  width: 13px;
  height: 25px;
  position: absolute;
  top: 23px;
  right: 20px;
}

@media screen and (max-width: 768px) {
#contact .ttl {
    width: 90%;
    padding: 80px 0px 20px;
    }
    #contact ul {
    display: block;
    width: 90%;
    margin: 10px auto;
    }
    #contact ul li {
        width: 100%;
    }
    #contact ul .ntext {
        width: 100%;
    }
    #contact ul li a {
    width: 75%;
    margin: 40px auto 0;
    font-size: 0.9rem;
    letter-spacing: 0.15rem;
    padding-right: 6%;
}
    #contact ul li a:before {
            top: 18px;
    }
    
}
footer {
  margin: 0 auto 0;
  position: relative;
  z-index: 12;
  overflow: hidden;
  background: #000;
}
.topjump {
  position: absolute;
  right: -77px;
  bottom: -5px;
}
footer ul {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer ul.footmenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.75rem;
  letter-spacing: 0.2rem;
}
footer ul li:first-child {
  width: 8%;
}
footer ul li:nth-child(2) {
  width: 50%;
}
footer ul li:nth-child(2) p {
  padding-left: 30px;
  line-height: 1.4rem;
  font-size: 0.75rem;
  letter-spacing: 0.25rem;
}
footer ul li:nth-child(2) p.ntext {
  padding-bottom: 15px;
}
footer ul li:last-child {
  width: 42%;
}
footer p.copy {
  text-align: center;
  padding: 80px 0 25px;
  font-size: 0.7rem;
  letter-spacing: 0.15rem;
}
footer ul ul li {
  position: relative;
}
footer ul ul li:first-child {
  width: 15%;
  text-align: left;
}
footer ul ul li:nth-child(2) {
  width: 45%;
  text-align: center;
}
footer ul ul li:nth-child(3) {
  width: 22%;
  text-align: center;
}
footer ul ul li:nth-child(4) {
  width: 18%;
  text-align: right;
}
footer ul ul li:first-child:before, footer ul ul li:nth-child(2):before, footer ul ul li:nth-child(3):before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 3px;
  transform: rotate(25deg);
  background: #FFF;
}
footer ul ul li:first-child, footer ul ul li:nth-child(2), footer ul ul li:nth-child(3), footer ul ul li:nth-child(4) {
  margin-bottom: 32px;
}
footer ul ul li:nth-child(5) {
  width: 47%;
}
footer ul ul li:nth-child(5) a {
  width: 100%;
  text-align: center;
  display: block;
  padding: 5px 0;
  background: #FFF;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.15rem;
}
footer ul ul li:nth-child(6), footer ul ul li:last-child {
  width: 26%;
}
footer ul ul li:nth-child(6) a, footer ul ul li:last-child a {
  position: relative;
  top: -6px;
  padding-left: 16px;
}
footer ul ul li:nth-child(6) a:before, footer ul ul li:last-child a:before {
  content: "";
  background: url("/testimg/righticon.png") no-repeat;
  width: 7px;
  height: 10px;
  position: absolute;
  right: -10px;
  top: 2px;
}

@media screen and (max-width: 768px) {
    .topjump {
        right: 20px;
    }
footer {
    margin: 200px auto 0;
    }
    footer ul {
            flex-wrap: wrap;
        margin: 0 auto;
        width: 90%;
    }
    footer ul li:first-child {
    display: none;
    }
    footer ul ul li:first-child {
    display: block;
    }
footer ul li:nth-child(2) p {
    padding-left: 0;
    width: 100%;
    }
footer ul li:nth-child(2) {
    width: 100%;
}
    footer ul li:last-child {
    width: 100%;
}
    footer ul ul {
        width: 100%;
        margin: 30px auto;
    }
    
    footer ul ul li,
    footer ul ul li:first-child,
    footer ul ul li:nth-child(2),
    footer ul ul li:nth-child(3),
footer ul ul li:nth-child(4),
    footer ul ul li:nth-child(6), footer ul ul li:last-child{
        width: 50%;
    text-align: left
    }
    footer ul ul li:nth-child(5) {
        width: 100%;
        text-align: center;            
    }
    footer ul ul li:first-child:before,  footer ul ul li:nth-child(3):before {
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    right:20px;
    top: 3px;
    transform: rotate(25deg);
    background: #FFF;
}
    footer ul ul li:nth-child(6) a, footer ul ul li:last-child a {
    position: relative;
    top: 12px;
    padding-left: 0;
}
    
    footer ul ul li:nth-child(2):before {
        display: none;
    }
    footer ul ul li:first-child, footer ul ul li:nth-child(2), footer ul ul li:nth-child(3), footer ul ul li:nth-child(4) {
    margin-bottom: 10px;
}
    footer ul ul li:nth-child(6) a:before, footer ul ul li:last-child a:before {
            right: -20px;
    }
    footer p.copy {
    padding: 150px 0 25px;
    }
    
}



@media screen and (max-width: 768px) {
    .logo {
        position: relative;
        z-index: 15
    }
/*****************************open menu**********************/
header nav {
	margin-right: -16px;
	margin-top: -30px;
	    padding: 50px 0;
}
header nav ul{
	display: flex;
	align-items: center;
	
}
header nav ul li a{
        color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    padding: 15px 0;
}
#nav_toggle{
	display: none;
}
    .menuwrap {
           width: 90%;
    margin: 0 5%;
    border-left: none;
        height: 100vh;
    }
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
   background: rgba(0,0,0,0.8);
		left: 0;
		z-index:14;
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.6);
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
    .mainmenulist {
        margin: 120px auto 30px;
    align-items: flex-start;
    }
    .menuwrap .wlinelink {
    width: 80%;
    margin: 0 auto 0;
}

	/*開閉ボタン*/
	#nav_toggle{
        display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10%;
    right: 4%;
    z-index: 999999;
	}
    nav .snslist a:before {
        top: 18px;
    }



	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #fff;
		position:absolute;
		    width: 60%;
    left: 20%;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:15px;
	}
	#nav_toggle span:nth-child(2){
		top:24px;
	}
	#nav_toggle span:nth-child(3){
    top: 33px;
	}

	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2),.open #nav_toggle span:nth-child(3) {
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
.open #nav_toggle span:nth-child(1),
.open #nav_toggle span:nth-child(2),
.open #nav_toggle span:nth-child(3){
	background:#fff;
	top: 24px;
    width: 40px;
	left:5px;
}
 .oopen label p {
 color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    padding: 17px 0;
                    position: relative
  }
                .oopen label p:before {
                    content: "〉";
                    position: absolute;
                    right: 20px;
                    transform: rotate(90deg);
                        line-height: 2.5rem;
                        font-style: normal;
                }
}



 #contactform {
            padding: 145px 0;
        }
         #contactform .ttl {
    padding: 133px 0px 20px;
    font-size: 1.3rem;
    letter-spacing: 0.6rem;
    position: relative;
}
        form {
        border: 1px solid #888;
    width: 69%;
    margin: 48px 0;
    padding: 40px 0;
    position: relative;
        }
        
        form:before, form:after {
    background: #666;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
}
        form:before {
            top: 3px;
        }
        form:after {
    bottom: 3px;
}
        form table {
            width: 80%;
    margin: 0 auto;
    text-align: left;
        }
        .formTable th {
            font-size: 0.8rem;
    letter-spacing: 0.5rem;
            width: 45%
        }
        .formTable th span{
        font-size: 0.7rem;
    letter-spacing: 0rem;
    font-weight: normal;
        }
        
        .formTable td {
            width: 55%;
        }
        input[type=text],
        input[type=tel],
        textarea {
             width: 95%;
    padding: 5px;
    margin: 15px auto;
    background: #afafaf;
    border: none;
        }
        select{
    padding: 5px;
    margin: 20px auto;
    background: #afafaf;
    border: none;
            width: 30%;
        }
        
        input[type=date]{
    padding: 5px;
    margin: 20px auto;
    background: #afafaf;
    border: none;
            width: 50%;
        }
        label {
              width: 100%;
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    letter-spacing: 0.2rem;
        }
        input[type=radio]{
            width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
        }
        
        input[type=submit]{
        width: 50%;
    margin: 30px auto;
    border: none;
    background: #fff;
    padding: 22px 0;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    font-family: 'EB Garamond', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        }
        
        input[type=submit]:hover{
            cursor: pointer;
        }



@media screen and (max-width: 768px) {
    #contactform {
    padding: 145px 0 0;
}

    #contactform .shopinfoengttl span {
            padding: 0;
    }
    #contactform .ttl {
    width: 90%;
    padding: 80px 0px 20px;
    }
    form {
        width: 90%;
    margin: 40px auto;
    }
    .formTable th,
    .formTable td {
        display: block;
        width: 100%;
    }
    .formTable th {
        margin: 20px auto 0;
    }
    input[type=text], input[type=tel], textarea{
        margin: 5px auto 0;
    }
    input[type=submit] {
    width: 80%;
    }
    
    
}