@charset "UTF-8";
@media screen and (max-width: 670px){
/*---全ページ共通---*/
header,#top_image,main,footer {
  width: 100%;
}

h1 {
  font-size: 2rem;
  line-height: 18px;
}

h1 span {
  font-size: 1.2rem;
}

h2 {
  height: 40px;
  font-size: 1.4rem;
  line-height: 40px;
}

header {
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
}

#sp_menu {
  margin: 0;
  position: absolute;
  top: 10px;
  right: 5px;
  width: 40px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 10;
}

#sp_menu span {
  position: absolute;
  width: 30px;
  height: 3px;
}

#sp_menu span:first-child {
  top: 0px;
  right: 5px;
}

#sp_menu span:nth-child(2) {
  top: 8px;
  right: 5px;
}

#sp_menu span:last-child {
  top: 16px;
  right: 5px;
}

#sp_menu.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#sp_menu.open span:first-child {
    width: 24px;
    top: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sp_menu.open span:nth-child(2) {
    width: 24px;
    top: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sp_menu.open span:last-child {
    width: 24px;
    top: 16px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

nav {
  position: fixed;
  top: 0;
  right: -260px;
  width: 180px;
  height: 220px;
  padding-top: 40px;
  z-index: 5
}

nav ul li {
  height: 30px;
  padding-left: 1.4rem;
}

nav ul li#menu02 {
  height: 60px;
}

nav ul li a {
  font-size: 1rem;
  line-height: 30px;
}

#top_image {
  width: 100%;
  height: 67vw;
  position: fixed;
  top: 40px;
  left: 0;
  margin-left: 0;
  z-index: 1;
}

#top_image img {
  width: 100%;
  height: 67vw;
}

main {
  font-size: 1.1rem;
}

/*---top.html---*/
#slider {
  width: 100%;
  margin: 0;
  position: relative;
  top: 40px;
}

.slider_image {
  position: relative;
  margin: 0 0 4px 0;
  width: 100%;
  height: 67vw;
}

.slider_image img {
  width: 100%;
  height: auto;
}

.slider_dotnav li {
  width: 10px;
  height: 10px;
  margin: 0 2px;
  border-radius: 10px;
}

body#top main {
 position: relative;
 top: 40px;
 z-index: 3;
}

body#top footer {
  position: relative;
  top: 100px;
  z-index: 3;
}

body#top h2:before {
  content: url(../images/top_hs.gif);
}

body#top div.wrapper {
  display: block;
}

body#top div.contents {
  width: 250px;
  height: 150px;
  margin: 0 auto;
  font-size: 1.2rem;
}

body#top div.contents img {
  width: 250px;
  height: 150px;
}

body#top div.contents:nth-child(3) {
  display: block;
}

body#top div.contents:last-child {
  display: none;
}

body#top div.contents:nth-child(2) p:first-child {
 padding: 2rem 2rem 0 2rem;
 line-height: 1.6rem;
}

body#top div.contents:nth-child(2) p:last-child {
 padding: 0 2rem 2rem 2rem;
 line-height: 1.6rem;
}

body#top div.contents:nth-child(4) p {
 padding: 43px 2rem;
 line-height: 1.6rem;
}

/*---tokuteisho.html---*/
body#tokuteisho main {
 position: relative;
 top: 77vw;
 background-color: #ffffff;
 opacity: 0.9;
 z-index: 3;
}

body#tokuteisho footer {
  position: relative;
  top: 420px;
  z-index: 3;
}

body#tokuteisho h2:before {
  content: url(../images/tokuteisho_hs.gif);
}

body#tokuteisho h3 {
  font-size: 1.4rem;
  margin: 1.4rem 0 1rem 0;
}

#sp_ordernav {
  display: block;
}

#sp_ordernav p {
  margin: 0;
}

body#tokuteisho dt {
  font-size: 1.2rem;
  margin-top: 2.4rem;
}

body#tokuteisho div.wrapper {
  display: block;
}

body#tokuteisho div.contents {
  width: 80%;
  height: auto;
  margin-top: 20px;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 1.4rem;
}

body#tokuteisho div.contents p {
  margin: 0 1.4rem;
}

body#tokuteisho div.email {
  padding-top: 20px;
}

body#tokuteisho div.email p {
  font-size: 1.4rem;
}

body#tokuteisho div.email p.space {
  font-size: 1.1rem;
  text-align: left;
}

body#tokuteisho table {
  margin: 1.4rem auto 0 auto;
}

body#tokuteisho table th {
  width: 140px;
}

body#tokuteisho table td {
  width: 60px;
}

/*---kaitori.html---*/
body#kaitori main {
 position: relative;
 top: 77vw;
 background-color: #ffffff;
 opacity: 0.9;
 z-index: 3;
}

body#kaitori footer {
  position: relative;
  top: 350px;
  z-index: 3;
}

body#kaitori h2:before {
  content: url(../images/kaitori_hs.gif);
}

body#kaitori h3 {
  margin: 32px 0 1.1rem 0;
}

body#kaitori #chuiten h3 {
  margin: 32px 0 0 0;
}

body#kaitori h4 {
  margin: -1.6rem 0 1.1rem 0;
}

#kaitoribunya, #shucchohani, #chuiten {
  padding: 0 1.1rem;
}

body#kaitori main ul li {
  text-indent: -2rem;
  padding-left: 2rem;
}

body#kaitori ul#kaitori_nav {
  margin: 1.1rem auto 0 auto;
}

body#kaitori ul#kaitori_nav li {
  height: 24px;
}

div#kaitoribunya ul li {
  margin-top: 1.1rem;
}

div#chuiten ul li {
   margin-bottom: 1.1rem;
 }

 div.contents02_photo {
   display: block;
 }

 div.contents02_photo div {
   width: 240px;
   height: 160px;
   margin-top: 0;
   margin-right: auto;
   margin-bottom: 0;
   margin-left: auto;
 }

/*---koshobu.html---*/
body#koshobu main {
 position: relative;
 top: 77vw;
 background-color: #ffffff;
 z-index: 3;
}

body#koshobu footer {
  position: relative;
  top: 420px;
  z-index: 3;
}

body#koshobu h2:before {
  content: url(../images/koshobu_hs.gif);
}

body#koshobu div.wrapper {
  display: block;
}

body#koshobu div.wrapper ul {
  padding: 1.1rem 2.2rem 0 2.2rem;
}

body#koshobu div.wrapper ul li {
  font-size: 1.1rem;
}

body#koshobu div.contents {
  width: 350px;
  height: 300px;
}

body#koshobu div.contents:nth-child(odd), body#koshobu div.contents:nth-child(even) {
  margin: 20px auto 0 auto;
}

body#koshobu div.contents_info {
  width: 150px;
  height: 300px;
}

/*---shashinbu.html---*/
body#shashinbu #top_image {
  width: 100%;
  height: auto;
  margin-left: 0;
  position: relative;
  top: 40px;
  z-index: 3;
}

body#shashinbu main {
 position: relative;
 top: 40px;
 z-index: 3;
}

body#shashinbu footer {
   position: relative;
   z-index: 3;
 }

body#shashinbu h2:before {
   content: url(../images/shashinbu_hs.gif);
 }

 body#shashinbu main h3 {
   font-size: 1.3rem;
 }

 body#shashinbu div.wrapper {
   width: 100%;
   margin-top: 40px;
 }

 body#shashinbu div.no1, div.no4, div.no5, div.no8, div.no9, div.no13, div.no16 {
   width: 28%;
   height: auto;
 }

 body#shashinbu div.no2, div.no3, div.no6, div.no7, div.no10, div.no14, div.no15 {
   width: 42%;
   height: auto;
   padding-top: 6.9%;
 }

 body#shashinbu div.no11, body#shashinbu div.no12 {
   width: 42%;
   height: auto;
 }

 body#shashinbu div.no1 img, div.no4 img, div.no5 img, div.no8 img, div.no9 img, div.no12 img, div.no13 img, div.no16 img {
   width: 100%;
   height: auto;
 }

 body#shashinbu div.no2 img, div.no3 img, div.no6 img, div.no7 img, div.no10 img, div.no11 img, div.no14 img, div.no15 img {
   width: 100%;
   height: auto;
 }

 body#shashinbu div.photo:nth-child(odd) {
   margin: 0 3% 3.3% 12%;
 }

 body#shashinbu div.photo:nth-child(even) {
   margin: 0 12% 2.9% 3%;
 }

body#shashinbu div.photo:nth-child(11) {
  margin: 3.5% 2.4% 7% 5.5%;
}

body#shashinbu div.photo:nth-child(12) {
  margin: 3.5% 5.5% 7% 2.4%;
}





}
