@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  width: 100%;
  background: #fef9f0;
  border-top: 5px solid #4d2a14;
  margin: 0 auto;
  padding: 0;
  color: #4d2a14;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #494949;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
  color: #494949;
}

a:visited {
  color: #6eb92b;
}

a:hover {
  color: #ffba22;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  clear: both;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 5px 0;
  padding: 0;
}

#wrapper {
  margin: 0 auto;
  width: 940px;
}

#topimagebox {
  text-align: center;
}

#contentbox {
  margin: 15px 0;
  overflow: hidden;
}

.topbox {
  clear: both;
}

.leftbox {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.rightbox {
  width: 50%;
  float: right;
  padding-left: 10px;
}

.rightbox li span {
  font-size: 12px;
  font-size: 0.85714rem;
}

.itembox {
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
}

.shopbox {
  clear: both;
}

#itemsidebox {
  width: 25%;
  float: left;
}

.h_box {
  float: right;
}

.itemminileft {
  width: 60%;
  float: left;
}

.itemminiright {
  width: 40%;
  float: right;
}

.itemminiright img {
  width: 100%;
}

.itemminicenter {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.newsminileft {
  float: left;
  width: 420px;
}

.newsminiright {
  width: 280px;
  float: right;
}

.newsminileft>p,
.newsminiright>p {
  padding: 0;
  margin: 0;
}

/* header */
header h1 {
  float: left;
}

header h2.telbtn {
  float: right;
  margin: 5px 0;
}

header p {
  float: right;
  padding: 15px 0;
}

@media only screen and (min-width: 801px) {
  header h1 {
    float: left;
  }

  header h2.telbtn {
    float: right;
    margin: 5px 0;
  }

  header p {
    float: right;
    padding: 15px 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  header h1 {
    float: left;
    width: 45%;
  }

  header h2.telbtn {
    width: 45%;
  }

  header p {
    float: right;
    width: 45%;
  }
}

@media only screen and (max-width: 480px) {
  header h1 {
    text-align: center;
  }

  header h2.telbtn {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  header p {
    text-align: center;
  }
}

p.sitedisc {
  text-align: center;
  font-size: 10px;
  font-size: 0.71429rem;
}

ul.h_link {
  float: right;
}

ul.h_link li {
  display: inline;
}

ul.h_tel {
  clear: both;
  float: right;
}

ul.h_tel li {
  display: inline;
}

nav {
  clear: both;
}

nav ul#top_navi {
  margin: 10px 0;
  background: #fef9f0 url(../images/navigation.png) 0px -39px no-repeat;
  width: 100%;
  height: 40px;
}

nav ul#top_navi li {
  display: inline-block;
  text-align: center;
  overflow: hidden;
}

nav ul#top_navi li.navi_home a {
  display: block;
  width: 129px;
  height: 39px;
}

nav ul#top_navi li.navi_home a:hover {
  background: #fef9f0 url(../images/navigation.png) 0px 0px no-repeat;
}

nav ul#top_navi li.navi_about a {
  display: block;
  width: 120px;
  height: 39px;
}

nav ul#top_navi li.navi_about a:hover {
  background: #fef9f0 url(../images/navigation.png) -129px 0px no-repeat;
}

nav ul#top_navi li.navi_item a {
  display: block;
  width: 120px;
  height: 39px;
}

nav ul#top_navi li.navi_item a:hover {
  background: #fef9f0 url(../images/navigation.png) -249px 0px no-repeat;
}

nav ul#top_navi li.navi_shop a {
  display: block;
  width: 160px;
  height: 39px;
}

nav ul#top_navi li.navi_shop a:hover {
  background: #fef9f0 url(../images/navigation.png) -369px 0px no-repeat;
}

nav ul#top_navi li.navi_contact a {
  display: block;
  width: 160px;
  height: 39px;
}

nav ul#top_navi li.navi_contact a:hover {
  background: #fef9f0 url(../images/navigation.png) -529px 0px no-repeat;
}

nav ul#top_navi li.navi_online a {
  display: block;
  width: 246px;
  height: 39px;
}

nav ul#top_navi li.navi_online a:hover {
  background: #fef9f0 url(../images/navigation.png) -689px 0px no-repeat;
}

nav ul#top_navi li span {
  display: none;
}

nav ul#item_navi {
  width: 100%;
}

nav ul#item_navi li {
  display: inline-block;
  overflow: hidden;
}

nav ul#item_navi li span {
  display: none;
}

nav ul#item_navi li.navi00 {
  width: 6.4%;
}

nav ul#item_navi li.navi01,
nav ul#item_navi .navi02,
nav ul#item_navi .navi03,
nav ul#item_navi .navi04 {
  width: 23.4%;
}

@media only screen and (min-width: 801px) {
  nav ul#top_navi {
    margin: 10px 0;
    background: #fef9f0 url(../images/navigation.png) 0px -39px no-repeat;
    width: 100%;
    height: 40px;
  }

  nav ul#top_navi li {
    display: inline-block;
    text-align: center;
    overflow: hidden;
  }

  nav ul#top_navi li.navi_home a {
    display: block;
    width: 129px;
    height: 39px;
  }

  nav ul#top_navi li.navi_home a:hover {
    background: #fef9f0 url(../images/navigation.png) 0px 0px no-repeat;
  }

  nav ul#top_navi li.navi_about a {
    display: block;
    width: 120px;
    height: 39px;
  }

  nav ul#top_navi li.navi_about a:hover {
    background: #fef9f0 url(../images/navigation.png) -129px 0px no-repeat;
  }

  nav ul#top_navi li.navi_item a {
    display: block;
    width: 120px;
    height: 39px;
  }

  nav ul#top_navi li.navi_item a:hover {
    background: #fef9f0 url(../images/navigation.png) -249px 0px no-repeat;
  }

  nav ul#top_navi li.navi_shop a {
    display: block;
    width: 160px;
    height: 39px;
  }

  nav ul#top_navi li.navi_shop a:hover {
    background: #fef9f0 url(../images/navigation.png) -369px 0px no-repeat;
  }

  nav ul#top_navi li.navi_contact a {
    display: block;
    width: 160px;
    height: 39px;
  }

  nav ul#top_navi li.navi_contact a:hover {
    background: #fef9f0 url(../images/navigation.png) -529px 0px no-repeat;
  }

  nav ul#top_navi li.navi_online a {
    display: block;
    width: 246px;
    height: 39px;
  }

  nav ul#top_navi li.navi_online a:hover {
    background: #fef9f0 url(../images/navigation.png) -689px 0px no-repeat;
  }

  nav ul#top_navi li span {
    display: none;
  }

  nav ul#item_navi {
    width: 100%;
  }

  nav ul#item_navi li {
    display: inline-block;
    overflow: hidden;
  }

  nav ul#item_navi li span {
    display: none;
  }

  nav ul#item_navi li.navi00 {
    width: 6.4%;
  }

  nav ul#item_navi li.navi01,
  nav ul#item_navi .navi02,
  nav ul#item_navi .navi03,
  nav ul#item_navi .navi04 {
    width: 23.4%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  nav ul#top_navi {
    margin: 10px 0;
    background: #fef9f0 url(../images/navigation.png) 0px -39px no-repeat;
    width: 100%;
    height: 40px;
  }

  nav ul#top_navi li {
    display: inline-block;
    text-align: center;
    overflow: hidden;
  }

  nav ul#top_navi li.navi_home a {
    display: block;
    width: 129px;
    height: 39px;
  }

  nav ul#top_navi li.navi_home a:hover {
    background: #fef9f0 url(../images/navigation.png) 0px 0px no-repeat;
  }

  nav ul#top_navi li.navi_about a {
    display: block;
    width: 120px;
    height: 39px;
  }

  nav ul#top_navi li.navi_about a:hover {
    background: #fef9f0 url(../images/navigation.png) -129px 0px no-repeat;
  }

  nav ul#top_navi li.navi_item a {
    display: block;
    width: 120px;
    height: 39px;
  }

  nav ul#top_navi li.navi_item a:hover {
    background: #fef9f0 url(../images/navigation.png) -249px 0px no-repeat;
  }

  nav ul#top_navi li.navi_shop a {
    display: block;
    width: 160px;
    height: 39px;
  }

  nav ul#top_navi li.navi_shop a:hover {
    background: #fef9f0 url(../images/navigation.png) -369px 0px no-repeat;
  }

  nav ul#top_navi li.navi_contact a {
    display: block;
    width: 160px;
    height: 39px;
  }

  nav ul#top_navi li.navi_contact a:hover {
    background: #fef9f0 url(../images/navigation.png) -529px 0px no-repeat;
  }

  nav ul#top_navi li.navi_online a {
    display: block;
    width: 246px;
    height: 39px;
  }

  nav ul#top_navi li.navi_online a:hover {
    background: #fef9f0 url(../images/navigation.png) -689px 0px no-repeat;
  }

  nav ul#top_navi li span {
    display: none;
  }

  nav ul#item_navi {
    width: 100%;
  }

  nav ul#item_navi li {
    display: inline-block;
    overflow: hidden;
  }

  nav ul#item_navi li span {
    display: none;
  }

  nav ul#item_navi li.navi00 {
    width: 6.4%;
  }

  nav ul#item_navi li.navi01,
  nav ul#item_navi .navi02,
  nav ul#item_navi .navi03,
  nav ul#item_navi .navi04 {
    width: 23.4%;
  }
}

@media only screen and (max-width: 480px) {
  nav ul#item_navi {
    width: 100%;
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #ffbf00;
  }

  nav ul#item_navi li {
    display: inline-block;
    overflow: hidden;
  }

  nav ul#item_navi li span {
    display: none;
  }

  nav ul#item_navi li.navi00 {
    width: 6.4%;
  }

  nav ul#item_navi li.navi01,
  nav ul#item_navi .navi02,
  nav ul#item_navi .navi03,
  nav ul#item_navi .navi04 {
    width: 23.4%;
  }

  nav ul#item_navi li {
    display: table-cell;
    height: 44px;
    padding: 3px;
    font-size: 12px;
    font-size: 0.85714rem;
    text-align: center;
    color: #666666;
    border-right: 1px solid #666666;
    vertical-align: middle;
    width: auto;
  }

  nav ul#item_navi li:last-child {
    border-right: 0px;
  }

  nav ul#item_navi li span {
    display: block;
  }

  nav ul#item_navi li img {
    display: none;
  }

  nav ul#item_navi li a {
    color: #666666;
  }

  nav ul#item_navi li.navi00 {
    display: none;
  }
}

.telbtn {
  float: right;
}

#contentbox h2 {
  margin: 5px 10px;
}

#contentbox h2.top_info {
  width: 450px;
  height: 64px;
  background: url(../images/top_info.png) left top no-repeat;
}

#contentbox h2.top_info span {
  display: none;
}

#contentbox h2.top_shop {
  width: 450px;
  height: 64px;
  background: url(../images/top_shop.png) left top no-repeat;
}

#contentbox h2.top_shop span {
  display: none;
}

#contentbox h2.top_special {
  width: 450px;
  height: 64px;
  background: url(../images/top_special.png) left top no-repeat;
}

#contentbox h2.top_special span {
  display: none;
}

#contentbox h2.top_online {
  width: 450px;
  height: 64px;
  background: url(../images/top_online.png) left top no-repeat;
}

#contentbox h2.top_online span {
  display: none;
}

@media only screen and (min-width: 801px) {
  #contentbox h2 {
    margin: 5px 10px;
  }

  #contentbox h2.top_info {
    width: 450px;
    height: 64px;
    background: url(../images/top_info.png) left top no-repeat;
  }

  #contentbox h2.top_info span {
    display: none;
  }

  #contentbox h2.top_shop {
    width: 450px;
    height: 64px;
    background: url(../images/top_shop.png) left top no-repeat;
  }

  #contentbox h2.top_shop span {
    display: none;
  }

  #contentbox h2.top_special {
    width: 450px;
    height: 64px;
    background: url(../images/top_special.png) left top no-repeat;
  }

  #contentbox h2.top_special span {
    display: none;
  }

  #contentbox h2.top_online {
    width: 450px;
    height: 64px;
    background: url(../images/top_online.png) left top no-repeat;
  }

  #contentbox h2.top_online span {
    display: none;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  #contentbox h2 {
    margin: 5px 10px;
  }

  #contentbox h2.top_info {
    width: 450px;
    height: 64px;
    background: url(../images/top_info.png) left top no-repeat;
  }

  #contentbox h2.top_info span {
    display: none;
  }

  #contentbox h2.top_shop {
    width: 450px;
    height: 64px;
    background: url(../images/top_shop.png) left top no-repeat;
  }

  #contentbox h2.top_shop span {
    display: none;
  }

  #contentbox h2.top_special {
    width: 450px;
    height: 64px;
    background: url(../images/top_special.png) left top no-repeat;
  }

  #contentbox h2.top_special span {
    display: none;
  }

  #contentbox h2.top_online {
    width: 450px;
    height: 64px;
    background: url(../images/top_online.png) left top no-repeat;
  }

  #contentbox h2.top_online span {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #contentbox h2 {
    margin: 0;
    padding: 3px;
  }

  #contentbox h2.top_info {
    background: url(../images/top_info.png) 5px 3px no-repeat;
  }
}

#itembox h2 {
  margin: 5px 10px;
}

#itembox h2.pagetitle {
  display: none;
}

#itembox h2.top_title {
  float: left;
  width: 700px;
  height: 35px;
  overflow: hidden;
  *text-indent: -9000px;
  /* for IE7/6 */
  *background: url(../images/toph2.png) no-repeat 0 0;
  /* for IE7/6 */
}

#itembox h2.top_title:before {
  content: url(../images/toph2.png);
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

#itembox h3.pagesubtitle {
  display: none;
}

#itembox h3.newstitle {
  border-left: 10px solid #ffb400;
  margin: 5px 0;
  padding: 3px;
}

#itembox h4 {
  border-left: none;
}

#itembox h4 span {
  display: none;
}

#itembox h4.h4title {
  clear: both;
  border-left: 10px solid #ffb400;
  margin: 5px 0;
  padding: 3px;
}

@media only screen and (min-width: 801px) {
  #itembox h2 {
    margin: 5px 10px;
  }

  #itembox h2.pagetitle {
    display: none;
  }

  #itembox h2.top_title {
    float: left;
    width: 700px;
    height: 35px;
    overflow: hidden;
    *text-indent: -9000px;
    /* for IE7/6 */
    *background: url(../images/toph2.png) no-repeat 0 0;
    /* for IE7/6 */
  }

  #itembox h2.top_title:before {
    content: url(../images/toph2.png);
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }

  #itembox h3.pagesubtitle {
    display: none;
  }

  #itembox h3.newstitle {
    border-left: 10px solid #ffb400;
    margin: 5px 0;
    padding: 3px;
  }

  #itembox h4 {
    border-left: none;
  }

  #itembox h4 span {
    display: none;
  }

  #itembox h4.h4title {
    clear: both;
    border-left: 10px solid #ffb400;
    margin: 5px 0;
    padding: 3px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  #itembox h2 {
    margin: 5px 10px;
  }

  #itembox h2.pagetitle {
    display: none;
  }

  #itembox h2.top_title {
    float: left;
    width: 700px;
    height: 35px;
    overflow: hidden;
    *text-indent: -9000px;
    /* for IE7/6 */
    *background: url(../images/toph2.png) no-repeat 0 0;
    /* for IE7/6 */
  }

  #itembox h2.top_title:before {
    content: url(../images/toph2.png);
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }

  #itembox h3.pagesubtitle {
    display: none;
  }

  #itembox h3.newstitle {
    border-left: 10px solid #ffb400;
    margin: 5px 0;
    padding: 3px;
  }

  #itembox h4 {
    border-left: none;
  }

  #itembox h4 span {
    display: none;
  }

  #itembox h4.h4title {
    clear: both;
    border-left: 10px solid #ffb400;
    margin: 5px 0;
    padding: 3px;
  }
}

@media only screen and (max-width: 480px) {
  #itembox h2 {
    margin: 0;
    padding: 3px;
  }

  #itembox h2.pagetitle {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    color: #666666;
    text-align: center;
    background: #ffb400;
    border-bottom: 3px solid #666666;
  }

  #itembox h2.pagetitle a {
    display: block;
  }

  #itembox h2.pagetitle a:link {
    color: #666666;
  }

  #itembox h2.pagetitle a:visited {
    color: #666666;
  }

  #itembox h2.pagetitle a:hover {
    color: #666666;
  }

  #itembox h2.top_title {
    width: 100%;
    height: 40px;
    overflow: hidden;
    color: #666666;
    text-align: center;
    background: #ffbf00;
    border-bottom: 3px solid #1786d5;
    position: relative;
  }

  #itembox h2.top_title::after {
    content: "";
    display: inline-block;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    top: 15px;
    margin-left: 5px;
  }

  #itembox h3.pagesubtitle {
    display: block;
    width: 100%;
    color: #ffb400;
    text-align: center;
    border-bottom: 3px solid #666666;
  }

  #itembox h4 {
    border-left: 10px solid #666666;
    padding-left: 10px;
    margin: 0;
  }

  #itembox h4 img {
    display: none;
  }

  #itembox h4 span {
    display: block;
  }
}

#topimagebox {
  text-align: center;
}

#topimagebox p {
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.5;
}

.topspecial {
  background: url(../images/special_back.png) right bottom no-repeat;
}

/* mainbox */
.leftbox dl,
.rightbox dl {
  clear: both;
  margin: 5px;
}

.leftbox dt,
.rightbox dt {
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
  color: #4d2a14;
}

.leftbox dd,
.rightbox dd {
  padding: 0;
}

.leftbox dd ul,
.rightbox dd ul {
  padding: 5px;
}

.leftbox dl.dllist,
.rightbox dl.dllist {
  clear: both;
  margin: 10px;
  font-size: 13px;
  font-size: 0.92857rem;
  padding: 15px 0;
}

.leftbox dl.dllist dt,
.rightbox dl.dllist dt {
  float: left;
  width: 100px;
  padding: 10px 0 5px 5px;
  clear: both;
}

.leftbox dl.dllist dd,
.rightbox dl.dllist dd {
  width: 360px;
  margin-left: 100px;
  margin-bottom: 0px;
  padding: 8px 0 5px 5px;
}

.leftbox p,
.rightbox p {
  padding: 5px 10px;
}

.leftbox p.servicelink a,
.rightbox p.servicelink a {
  float: right;
  display: block;
  width: 45px;
  height: 20px;
  overflow: hidden;
  *text-indent: -9000px;
  /* for IE7/6 */
  *background: url(../images/back_readlink.png) no-repeat 0 0;
  /* for IE7/6 */
}

.leftbox p.servicelink a:before,
.rightbox p.servicelink a:before {
  content: url(../images/back_readlink.png);
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

@media only screen and (max-width: 480px) {

  .leftbox dl.dllist,
  .rightbox dl.dllist {
    clear: both;
    margin: 5px;
  }

  .leftbox dl.dllist dt,
  .rightbox dl.dllist dt {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
    color: #4d2a14;
  }

  .leftbox dl.dllist dd,
  .rightbox dl.dllist dd {
    margin: 0 0 15px 0;
    padding: 0;
  }
}

.leftbox dl.dlstr,
.rightbox dl.dlstr {
  clear: both;
  margin: 10px;
  font-size: 14px;
  font-size: 1rem;
}

.leftbox dl.dlstr dt,
.rightbox dl.dlstr dt {
  padding: 5px 0 5px 10px;
  clear: both;
  border-left: 10px solid #ffb400;
  background: #d2e2c0;
}

.leftbox dl.dlstr dd,
.rightbox dl.dlstr dd {
  margin: 0 0 10px 0;
  padding: 10px 5px 5px 10px;
  border-left: 10px solid #ffb400;
}

#breadcrumb {
  height: 40px;
  margin: 0 0 0 240px;
}

#breadcrumb ul {
  font-size: 13px;
  font-size: 0.92857rem;
}

#breadcrumb ul li {
  display: inline-block;
}

#breadcrumb ul li+li:before {
  margin: 0 8px;
  content: ">";
}

h2.pagetitle {
  display: none;
}

@media only screen and (min-width: 801px) {
  #breadcrumb {
    height: 40px;
    margin: 0 0 0 240px;
  }

  #breadcrumb ul {
    font-size: 13px;
    font-size: 0.92857rem;
  }

  #breadcrumb ul li {
    display: inline-block;
  }

  #breadcrumb ul li+li:before {
    margin: 0 8px;
    content: ">";
  }

  h2.pagetitle {
    display: none;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  #breadcrumb {
    height: 40px;
    margin: 0 0 0 240px;
  }

  #breadcrumb ul {
    font-size: 13px;
    font-size: 0.92857rem;
  }

  #breadcrumb ul li {
    display: inline-block;
  }

  #breadcrumb ul li+li:before {
    margin: 0 8px;
    content: ">";
  }

  h2.pagetitle {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  dl.dllist {
    clear: both;
    margin: 5px;
  }

  dl.dllist dt {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
    color: #4d2a14;
  }

  dl.dllist dd {
    margin: 0 0 15px 0;
    padding: 0;
  }

  #breadcrumb {
    display: none;
  }

  h2.pagetitle {
    display: block;
    margin: 0;
    padding: 0;
  }
}

p.archivelist a {
  float: right;
  display: block;
  width: 120px;
  height: 25px;
  overflow: hidden;
  *text-indent: -9000px;
  /* for IE7/6 */
  *background: url(../images/top_main_read.png) no-repeat 0 0;
  /* for IE7/6 */
}

p.archivelist a:before {
  content: url(../images/top_main_read.png);
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

/* .top_images {
	text-align: center;
	margin-bottom: 15px;
} */
table {
  width: 800px;
  border: 1px solid #ffb400;
  border-collapse: collapse;
  margin: 0 auto;
}

table th {
  padding: 5px;
  border: 1px solid #ffb400;
}

table th.tarbletitle {
  background: #1786d5;
  color: #333333;
}

table th.mtitle {
  background: #cfe07f;
}

table td {
  padding: 8px 5px;
  border: 1px solid #ffb400;
}

@media only screen and (min-width: 801px) {
  table {
    width: 800px;
    border: 1px solid #ffb400;
    border-collapse: collapse;
    margin: 0 auto;
  }

  table th {
    padding: 5px;
    border: 1px solid #ffb400;
  }

  table th.tarbletitle {
    background: #1786d5;
    color: #333333;
  }

  table th.mtitle {
    background: #cfe07f;
  }

  table td {
    padding: 8px 5px;
    border: 1px solid #ffb400;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  table {
    width: 800px;
    border: 1px solid #ffb400;
    border-collapse: collapse;
    margin: 0 auto;
  }

  table th {
    padding: 5px;
    border: 1px solid #ffb400;
  }

  table th.tarbletitle {
    background: #1786d5;
    color: #333333;
  }

  table th.mtitle {
    background: #cfe07f;
  }

  table td {
    padding: 8px 5px;
    border: 1px solid #ffb400;
  }
}

@media only screen and (max-width: 480px) {
  table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin: 0 auto;
  }

  table th {
    width: 100%;
    padding: 5px;
    display: list-item;
    border: none;
  }

  table th.tabletitle {
    border-top: 1px solid #ffb400;
    border-right: 1px solid #ffb400;
    border-left: 1px solid #ffb400;
  }

  table th.mtitle {
    background: #cfe07f;
  }

  table tr {
    display: block;
  }

  table td {
    padding: 5px;
    display: list-item;
    border: none;
  }
}

.map {
  margin-left: 40px;
}

.map p {
  margin-bottom: 0;
}

ul.archivelist,
ul.alllist {
  font-size: 14px;
  font-size: 1rem;
  padding: 3px;
}

p.pagetop {
  clear: both;
  font-size: 12px;
  font-size: 0.85714rem;
  margin: 5px 0;
  padding: 10px;
  text-align: right;
  font-weight: bold;
}

/* side */
#sidebox dl {
  margin: 0;
  background: #fef9f0;
}

#sidebox dl dt {
  border-bottom: 1px solid #cccccc;
}

#sidebox dl dd {
  margin: 0;
  font-size: 12px;
  font-size: 0.85714rem;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}

#sidebox ul {
  font-size: 13px;
  font-size: 0.92857rem;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

#sidebox ul li {
  padding: 3px 0;
}

@media only screen and (min-width: 801px) {
  #sidebox dl {
    margin: 0;
    background: #fef9f0;
  }

  #sidebox dl dt {
    border-bottom: 1px solid #cccccc;
  }

  #sidebox dl dd {
    margin: 0;
    font-size: 12px;
    font-size: 0.85714rem;
    text-align: center;
    border-bottom: 1px solid #cccccc;
  }

  #sidebox ul {
    font-size: 13px;
    font-size: 0.92857rem;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }

  #sidebox ul li {
    padding: 3px 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  #sidebox dl {
    margin: 0;
    background: #fef9f0;
  }

  #sidebox dl dt {
    border-bottom: 1px solid #cccccc;
  }

  #sidebox dl dd {
    margin: 0;
    font-size: 12px;
    font-size: 0.85714rem;
    text-align: center;
    border-bottom: 1px solid #cccccc;
  }

  #sidebox ul {
    font-size: 13px;
    font-size: 0.92857rem;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }

  #sidebox ul li {
    padding: 3px 0;
  }
}

#itemsidebox ul {
  font-size: 13px;
  font-size: 0.92857rem;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

#itemsidebox ul li {
  padding: 3px 0;
}

#itemsidebox ul li a {
  display: block;
}

#itemsidebox ul#itemmenu {
  background: #fbf5ed url(../images/back_sidemenu.png) left top repeat-y;
  font-size: 16px;
  font-size: 1.14286rem;
}

#itemsidebox ul#itemmenu li {
  margin: 0;
  padding: 0 15px 0 10px;
  height: 50px;
  line-height: 50px;
  background: #fef9f0 url(../images/item_list2head.png) left top no-repeat;
}

#itemsidebox ul#itemmenu li a {
  color: #666666;
}

#itemsidebox ul#itemmenu li.active {
  background: #fef9f0 url(../images/item_listhead.png) left top no-repeat;
}

#itemsidebox ul#itemmenu li.active a {
  color: #666666;
}

@media only screen and (min-width: 801px) {
  #itemsidebox ul {
    font-size: 13px;
    font-size: 0.92857rem;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }

  #itemsidebox ul li {
    padding: 3px 0;
  }

  #itemsidebox ul li a {
    display: block;
  }

  #itemsidebox ul#itemmenu {
    background: #fbf5ed url(../images/back_sidemenu.png) left top repeat-y;
    font-size: 16px;
    font-size: 1.14286rem;
  }

  #itemsidebox ul#itemmenu li {
    margin: 0;
    padding: 0 15px 0 10px;
    height: 50px;
    line-height: 50px;
    background: #fef9f0 url(../images/item_list2head.png) left top no-repeat;
  }

  #itemsidebox ul#itemmenu li a {
    color: #666666;
  }

  #itemsidebox ul#itemmenu li.active {
    background: #fef9f0 url(../images/item_listhead.png) left top no-repeat;
  }

  #itemsidebox ul#itemmenu li.active a {
    color: #666666;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  #itemsidebox ul {
    font-size: 13px;
    font-size: 0.92857rem;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }

  #itemsidebox ul li {
    padding: 3px 0;
  }

  #itemsidebox ul li a {
    display: block;
  }

  #itemsidebox ul#itemmenu {
    background: #fbf5ed url(../images/back_sidemenu.png) left top repeat-y;
    font-size: 16px;
    font-size: 1.14286rem;
  }

  #itemsidebox ul#itemmenu li {
    margin: 0;
    padding: 0 15px 0 10px;
    height: 50px;
    line-height: 50px;
    background: #fef9f0 url(../images/item_list2head.png) left top no-repeat;
  }

  #itemsidebox ul#itemmenu li a {
    color: #666666;
  }

  #itemsidebox ul#itemmenu li.active {
    background: #fef9f0 url(../images/item_listhead.png) left top no-repeat;
  }

  #itemsidebox ul#itemmenu li.active a {
    color: #666666;
  }
}

@media only screen and (max-width: 480px) {
  #itemsidebox ul li {
    padding: 3px 0;
  }

  #itemsidebox ul li img {
    width: 100%;
  }

  #itemsidebox ul#itemmenu {
    background: #fbf5ed;
    font-size: 14px;
    font-size: 1rem;
    color: #666666;
    margin: 10px 0;
  }

  #itemsidebox ul#itemmenu li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    background: #ffb400;
    text-align: center;
    color: #666666;
    overflow: hidden;
    border: 1px solid #666666;
  }

  #itemsidebox ul#itemmenu li a {
    color: #666666;
    display: block;
  }

  #itemsidebox ul#itemmenu li.active {
    color: #666666;
    background: #ffb400;
    text-align: center;
  }

  #itemsidebox ul#itemmenu li.active a {
    color: #666666;
    display: block;
  }

  #itemsidebox ul#banner {
    overflow: hidden;
  }

  #itemsidebox ul#banner li {
    width: 50%;
    float: left;
    padding: 0 3px;
  }

  #itemsidebox ul#banner li img {
    width: 100%;
  }
}

/* footer */
footer .copy {
  clear: both;
  font-size: 11px;
  font-size: 0.78571rem;
  border-top: 2px solid #333333;
}

footer .copy p {
  margin: 5px 0;
  padding: 5px 0;
}

footer {
  font-family: 'Hiragino Mincho ProN', serif;
  clear: both;
  padding-top: 20px;
  text-align: center;
  background: #4d2a14;
  overflow: hidden;
  color: #333333;
  border-top: 2px solid #333333;
}

footer a:link {
  color: #fef9f0;
}

footer a:visited {
  color: #fef9f0;
}

footer a:hover {
  color: #fef9f0;
}

footer ul {
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  color: #fef9f0;
}

footer ul li {
  display: inline-block;
  font-size: 13px;
  font-size: 0.92857rem;
  font-weight: bold;
  padding-left: 23px;
  vertical-align: middle;
}

footer ul li a {
  color: #fef9f0;
}

footer ul li a:visited {
  color: #fef9f0;
}

footer ul.listend {
  text-align: center;
  padding-top: 0;
}

footer p {
  clear: both;
  text-align: center;
  color: #ffffff;
  padding: 5px 0;
}

@media only screen and (min-width: 801px) {
  footer ul {
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    color: #fef9f0;
  }

  footer ul li {
    display: inline-block;
    font-size: 13px;
    font-size: 0.92857rem;
    font-weight: bold;
    padding-left: 23px;
  }

  footer ul li a {
    color: #fef9f0;
  }

  footer ul li a:visited {
    color: #fef9f0;
  }

  footer ul.listend {
    text-align: center;
    padding-top: 0;
  }

  footer p {
    clear: both;
    text-align: center;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  footer ul {
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    color: #fef9f0;
  }

  footer ul li {
    display: inline-block;
    font-size: 13px;
    font-size: 0.92857rem;
    font-weight: bold;
    padding-left: 23px;
  }

  footer ul li a {
    color: #fef9f0;
  }

  footer ul li a:visited {
    color: #fef9f0;
  }

  footer ul.listend {
    text-align: center;
    padding-top: 0;
  }

  footer p {
    clear: both;
    text-align: center;
  }
}

.topbox ul {
  padding: 25px 15px;
}

.topbox ul li {
  padding: 3px 0;
}

.topbox ul.infolist {
  padding: 25px 15px 0 15px;
}

.topbox ul.infolist li {
  padding: 3px 0;
}

.topbox ul.infolist li span {
  margin-right: 20px;
}

.topbox p {
  padding-top: 20px;
  line-height: 1.8;
}

.aboutbox_r {
  overflow: hidden;
  margin: 20px 0;
}

.aboutbox_r h3 {
  font-family: 'Hiragino Mincho ProN', serif;
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 20px;
  font-size: 1.42857rem;
  width: 640px;
  float: left;
  border-bottom: 1px solid #4d2a14;
}

.aboutbox_r img {
  width: 300px;
  float: right;
  padding: 0 15px;
}

.aboutbox_r p {
  padding: 10px 0;
}

.aboutbox_l {
  overflow: hidden;
  margin: 20px 0;
}

.aboutbox_l h3 {
  font-family: 'Hiragino Mincho ProN', serif;
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 20px;
  font-size: 1.42857rem;
  width: 640px;
  float: right;
  border-bottom: 1px solid #4d2a14;
}

.aboutbox_l img {
  width: 300px;
  float: left;
  padding: 0 15px;
}

.aboutbox_l p {
  padding: 10px 0;
}

.itembox p.itemtxt {
  padding: 10px 0;
  line-height: 1.5;
}

.itembox p.itemtxt span {
  font-size: 12px;
  font-size: 0.85714rem;
}

.itembox p.itemright {
  text-align: right;
  padding: 10px 0;
  line-height: 1.5;
  font-size: 12px;
  font-size: 0.85714rem;
}

.itemlist {
  background: #4d2a14;
}

.itemlist h4 {
  color: #fef9f0;
}

.itemlist ul {
  margin: 5px 0;
  padding: 5px;
  font-size: 13px;
  font-size: 0.92857rem;
}

.itemlist ul li {
  display: inline-block;
  padding: 0 5px;
}

.itemlist ul li a {
  color: #fef9f0;
}

.itemlist ul li a:hover {
  text-decoration: underline;
}

.cakebox {
  float: left;
  width: 310px;
  min-height: 330px;
  padding: 0 3px;
  margin: 8px 0;
  text-align: center;
}

.cakebox h3 {
  font-family: 'Hiragino Mincho ProN', serif;
  padding: 5px 0;
  border-top: 1px solid #4d2a14;
  border-bottom: 1px solid #4d2a14;
  margin-bottom: 1em;
}

.cakebox p {
  padding: 5px;
  text-align: left;
  line-height: 1.5;
}

.cakebox p.price {
  padding: 0 10px;
  text-align: right;
  font-size: 12px;
  font-size: 0.85714rem;
}

.cakebox p.onlinebtn {
  background: #4d2a14;
  color: #fef9f0;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.cakebox p.onlinebtn a {
  color: #fef9f0;
}

.cakebox img {
  width: 280px;
}

.contactbox table {
  border: none !important;
  background: #fbeed6;
}

.contactbox table th {
  border: none !important;
}

.contactbox table td {
  border: none !important;
}

.contactbox p.contacttxt {
  text-align: center;
  padding: 20px;
  line-height: 1.5;
}

.contactbox p.contacttxt span {
  font-size: 20px;
  font-size: 1.42857rem;
}

.contactbox p.privacy {
  margin: 0 auto;
  width: 850px;
  font-size: 12px;
  font-size: 0.85714rem;
  padding: 25px;
  text-align: left !important;
  line-height: 1.5;
}

.contactbox .submitbtn {
  text-align: center;
  padding: 20px;
}

.contactbox input#shorttxt {
  width: 450px;
  line-height: 1.5;
  border: none;
}

.contactbox input#enterbtn {
  width: 450px;
  background: #f08d7e;
  border: 0;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.contactbox input#sendbtn {
  width: 220px;
  background: #f08d7e;
  border: 0;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.contactbox input#rebtn {
  width: 220px;
  background: #6c8808;
  border: 0;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.contactbox textarea {
  width: 670px;
  height: 10em;
  border: none;
}

.shopbox {
  overflow: hidden;
  margin-bottom: 30px;
}

.shopbox h3 {
  font-family: 'Hiragino Mincho ProN', serif;
  margin: 15px 0 5px 0;
  padding: 5px 0;
  border-top: 1px solid #4d2a14;
  border-bottom: 1px solid #4d2a14;
}

.shoptxt {
  float: left;
  width: 530px;
  padding: 15px 5px 15px 5px;
}

.shoptxt p {
  line-height: 1.5;
}

.shopadd {
  float: right;
  width: 390px;
  border-left: 1px solid #4d2a14;
  padding-left: 25px;
  padding-top: 15px;
}

.shopadd span {
  font-size: 12px;
  font-size: 0.85714rem;
}

.shopmap {
  float: left;
  width: 470px;
  margin: 15px 0;
}

.gbtn {
  text-align: right;
  background: #6c8808;
  color: #ffffff;
  padding: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.pc_none {
  display: none;
}

@media only screen and (min-width: 801px) {
  .topbox ul {
    padding: 25px 15px;
  }

  .topbox ul li {
    padding: 3px 0;
  }

  .topbox ul.infolist {
    padding: 25px 15px 0 15px;
  }

  .topbox ul.infolist li {
    padding: 3px 0;
  }

  .topbox ul.infolist li span {
    margin-right: 20px;
  }

  .topbox p {
    padding-top: 20px;
    line-height: 1.8;
  }

  .aboutbox_r {
    overflow: hidden;
    margin: 20px 0;
  }

  .aboutbox_r h3 {
    font-family: 'Hiragino Mincho ProN', serif;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 20px;
    font-size: 1.42857rem;
    width: 640px;
    float: left;
    border-bottom: 1px solid #4d2a14;
  }

  .aboutbox_r img {
    width: 300px;
    float: right;
    padding: 0 15px;
  }

  .aboutbox_r p {
    padding: 10px 0;
  }

  .aboutbox_l {
    overflow: hidden;
    margin: 20px 0;
  }

  .aboutbox_l h3 {
    font-family: 'Hiragino Mincho ProN', serif;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 20px;
    font-size: 1.42857rem;
    width: 640px;
    float: right;
    border-bottom: 1px solid #4d2a14;
  }

  .aboutbox_l img {
    width: 300px;
    float: left;
    padding: 0 15px;
  }

  .aboutbox_l p {
    padding: 10px 0;
  }

  .itembox p.itemtxt {
    padding: 10px 0;
    line-height: 1.5;
  }

  .itembox p.itemtxt span {
    font-size: 12px;
    font-size: 0.85714rem;
  }

  .itembox p.itemright {
    text-align: right;
    padding: 10px 0;
    line-height: 1.5;
    font-size: 12px;
    font-size: 0.85714rem;
  }

  .itemlist {
    background: #4d2a14;
  }

  .itemlist h4 {
    color: #fef9f0;
  }

  .itemlist ul {
    margin: 5px 0;
    padding: 5px;
    font-size: 13px;
    font-size: 0.92857rem;
  }

  .itemlist ul li {
    display: inline-block;
    padding: 0 5px;
  }

  .itemlist ul li a {
    color: #fef9f0;
  }

  .itemlist ul li a:hover {
    text-decoration: underline;
  }

  .cakebox {
    float: left;
    width: 310px;
    min-height: 330px;
    padding: 0 3px;
    margin: 8px 0;
    text-align: center;
  }

  .cakebox h3 {
    font-family: 'Hiragino Mincho ProN', serif;
    padding: 5px 0;
    border-top: 1px solid #4d2a14;
    border-bottom: 1px solid #4d2a14;
  }

  .cakebox p {
    padding: 5px;
    text-align: left;
    line-height: 1.5;
  }

  .cakebox p.price {
    padding: 0 10px;
    text-align: right;
    font-size: 12px;
    font-size: 0.85714rem;
  }

  .cakebox p.onlinebtn {
    background: #4d2a14;
    color: #fef9f0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

  .cakebox p.onlinebtn a {
    color: #fef9f0;
  }

  .cakebox img {
    width: 280px;
  }

  .contactbox table {
    border: none !important;
    background: #fbeed6;
  }

  .contactbox table th {
    border: none !important;
  }

  .contactbox table td {
    border: none !important;
  }

  .contactbox p.contacttxt {
    text-align: center;
    padding: 20px;
    line-height: 1.5;
  }

  .contactbox p.contacttxt span {
    font-size: 20px;
    font-size: 1.42857rem;
  }

  .contactbox p.privacy {
    margin: 0 auto;
    width: 850px;
    font-size: 12px;
    font-size: 0.85714rem;
    padding: 25px;
    text-align: left !important;
    line-height: 1.5;
  }

  .contactbox .submitbtn {
    text-align: center;
    padding: 20px;
  }

  .contactbox input#shorttxt {
    width: 450px;
    line-height: 1.5;
    border: none;
  }

  .contactbox input#enterbtn {
    width: 450px;
    background: #f08d7e;
    border: 0;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

  .contactbox input#sendbtn {
    width: 220px;
    background: #f08d7e;
    border: 0;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

  .contactbox input#rebtn {
    width: 220px;
    background: #6c8808;
    border: 0;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

  .contactbox textarea {
    width: 670px;
    height: 10em;
    border: none;
  }

  .shopbox {
    overflow: hidden;
    margin-bottom: 30px;
  }

  .shopbox h3 {
    font-family: 'Hiragino Mincho ProN', serif;
    margin: 15px 0 5px 0;
    padding: 5px 0;
    border-top: 1px solid #4d2a14;
    border-bottom: 1px solid #4d2a14;
  }

  .shoptxt {
    float: left;
    width: 530px;
    padding: 15px 5px 15px 5px;
  }

  .shoptxt p {
    line-height: 1.5;
  }

  .shopadd {
    float: right;
    width: 390px;
    border-left: 1px solid #4d2a14;
    padding-left: 25px;
    padding-top: 15px;
  }

  .shopadd span {
    font-size: 12px;
    font-size: 0.85714rem;
  }

  .shopmap {
    float: left;
    width: 470px;
    margin: 15px 0;
  }

  .gbtn {
    text-align: right;
    background: #6c8808;
    color: #ffffff;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

  .pc_none {
    display: none;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  .topbox ul {
    padding: 25px 15px;
  }

  .topbox ul li {
    padding: 3px 0;
  }

  .topbox ul.infolist {
    padding: 25px 15px 0 15px;
  }

  .topbox ul.infolist li {
    padding: 3px 0;
  }

  .topbox ul.infolist li span {
    margin-right: 20px;
  }

  .topbox p {
    padding-top: 20px;
    line-height: 1.8;
  }

  .aboutbox_r {
    overflow: hidden;
    margin: 20px 0;
  }

  .aboutbox_r h3 {
    font-family: 'Hiragino Mincho ProN', serif;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 20px;
    font-size: 1.42857rem;
    width: 640px;
    float: left;
    border-bottom: 1px solid #4d2a14;
  }

  .aboutbox_r img {
    width: 300px;
    float: right;
    padding: 0 15px;
  }

  .aboutbox_r p {
    padding: 10px 0;
  }

  .aboutbox_l {
    overflow: hidden;
    margin: 20px 0;
  }

  .aboutbox_l h3 {
    font-family: 'Hiragino Mincho ProN', serif;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 20px;
    font-size: 1.42857rem;
    width: 640px;
    float: right;
    border-bottom: 1px solid #4d2a14;
  }

  .aboutbox_l img {
    width: 300px;
    float: left;
    padding: 0 15px;
  }

  .aboutbox_l p {
    padding: 10px 0;
  }

  .itembox p.itemtxt {
    padding: 10px 0;
    line-height: 1.5;
  }

  .itembox p.itemtxt span {
    font-size: 12px;
    font-size: 0.85714rem;
  }

  .itembox p.itemright {
    text-align: right;
    padding: 10px 0;
    line-height: 1.5;
    font-size: 12px;
    font-size: 0.85714rem;
  }

  .itemlist {
    background: #4d2a14;
  }

  .itemlist h4 {
    color: #fef9f0;
  }

  .itemlist ul {
    margin: 5px 0;
    padding: 5px;
    font-size: 13px;
    font-size: 0.92857rem;
  }

  .itemlist ul li {
    display: inline-block;
    padding: 0 5px;
  }

  .itemlist ul li a {
    color: #fef9f0;
  }

  .itemlist ul li a:hover {
    text-decoration: underline;
  }

  .cakebox {
    float: left;
    width: 310px;
    min-height: 330px;
    padding: 0 3px;
    margin: 8px 0;
    text-align: center;
  }

  .cakebox h3 {
    font-family: 'Hiragino Mincho ProN', serif;
    padding: 5px 0;
    border-top: 1px solid #4d2a14;
    border-bottom: 1px solid #4d2a14;
  }

  .cakebox p {
    padding: 5px;
    text-align: left;
    line-height: 1.5;
  }

  .cakebox p.price {
    padding: 0 10px;
    text-align: right;
    font-size: 12px;
    font-size: 0.85714rem;
  }

  .cakebox p.onlinebtn {
    background: #4d2a14;
    color: #fef9f0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

  .cakebox p.onlinebtn a {
    color: #fef9f0;
  }

  .cakebox img {
    width: 280px;
  }

  .contactbox table {
    border: none !important;
    background: #fbeed6;
  }

  .contactbox table th {
    border: none !important;
  }

  .contactbox table td {
    border: none !important;
  }

  .contactbox p.contacttxt {
    text-align: center;
    padding: 20px;
    line-height: 1.5;
  }

  .contactbox p.contacttxt span {
    font-size: 20px;
    font-size: 1.42857rem;
  }

  .contactbox p.privacy {
    margin: 0 auto;
    width: 850px;
    font-size: 12px;
    font-size: 0.85714rem;
    padding: 25px;
    text-align: left !important;
    line-height: 1.5;
  }

  .contactbox .submitbtn {
    text-align: center;
    padding: 20px;
  }

  .contactbox input#shorttxt {
    width: 450px;
    line-height: 1.5;
    border: none;
  }

  .contactbox input#enterbtn {
    width: 450px;
    background: #f08d7e;
    border: 0;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

  .contactbox input#sendbtn {
    width: 220px;
    background: #f08d7e;
    border: 0;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

  .contactbox input#rebtn {
    width: 220px;
    background: #6c8808;
    border: 0;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

  .contactbox textarea {
    width: 670px;
    height: 10em;
    border: none;
  }

  .shopbox {
    overflow: hidden;
    margin-bottom: 30px;
  }

  .shopbox h3 {
    font-family: 'Hiragino Mincho ProN', serif;
    margin: 15px 0 5px 0;
    padding: 5px 0;
    border-top: 1px solid #4d2a14;
    border-bottom: 1px solid #4d2a14;
  }

  .shoptxt {
    float: left;
    width: 530px;
    padding: 15px 5px 15px 5px;
  }

  .shoptxt p {
    line-height: 1.5;
  }

  .shopadd {
    float: right;
    width: 390px;
    border-left: 1px solid #4d2a14;
    padding-left: 25px;
    padding-top: 15px;
  }

  .shopadd span {
    font-size: 12px;
    font-size: 0.85714rem;
  }

  .shopmap {
    float: left;
    width: 470px;
    margin: 15px 0;
  }

  .gbtn {
    text-align: right;
    background: #6c8808;
    color: #ffffff;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

  .pc_none {
    display: none;
  }
}

p.toptxt span {
  display: none;
}

p.toptxt img {
  display: block;
}

p.toptxt br {
  display: none;
}

@media only screen and (min-width: 801px) {
  p.toptxt span {
    display: none;
  }

  p.toptxt img {
    display: block;
  }

  p.toptxt br {
    display: none;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  p.toptxt span {
    display: none;
  }

  p.toptxt img {
    display: block;
  }

  p.toptxt br {
    display: none;
  }
}

.tel_btn {
  display: none;
}

@media only screen and (min-width: 801px) {
  .tel_btn {
    display: none;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  .tel_btn {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .tel_btn {
    font-size: 20px;
    font-family: Arial;
    font-weight: normal;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #d83526;
    padding: 15px 18px;
    margin: 10px 10px 20px 10px;
    width: 95%;
    text-decoration: none;
    background: -moz-linear-gradient(center top, #fc8d83 5%, #e4685d 100%);
    background: -ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fc8d83), color-stop(100%, #e4685d));
    background-color: #fc8d83;
    color: #ffffff !important;
    display: inline-block;
    text-shadow: 1px 1px 0px #b23e35;
    -webkit-box-shadow: inset 1px 1px 0px 0px #f7c5c0;
    -moz-box-shadow: inset 1px 1px 0px 0px #f7c5c0;
    box-shadow: inset 1px 1px 0px 0px #f7c5c0;
  }
}

/* topslide */
/* #mainimage {
	margin: 0 auto;
	width: 960px;
	height: 356px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#mainimage img {
	top: 0;
	left: 0;
	position: absolute;
}  */
#mainimage {
  clear: both;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#mainimage ul {
  width: 100%;
  overflow: hidden;
}

#mainimage ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

#mainimage ul li img {
  width: 100%;
}

/* sideNavi
------------------------- */
#mainimage .btnPrev,
#mainimage .btnNext {
  margin-top: -25px;
  top: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 101;
}

#mainimage .btnPrev {
  left: 10px;
  background: #cccccc url(../img/btnPrev.jpg) no-repeat center center;
}

#mainimage .btnNext {
  right: 10px;
  background: #cccccc url(../img/btnNext.jpg) no-repeat center center;
}

/* =======================================
	ClearFixElements
======================================= */
#mainimage ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#mainimage ul {
  display: inline-block;
  overflow: hidden;
}

.txtright {
  text-align: right;
}

.txtleft {
  text-align: left;
}

.blockright {
  float: right;
  padding: 5px 5px 5px 0;
}

.blockleft {
  float: left;
  padding: 5px;
}

.blockimage {
  float: left;
}

.centerimg {
  text-align: center;
}

.supportlogo {
  float: left;
}

.supportlogo ul li {
  float: left;
  margin: 3px;
}

.newsitem_pdf {
  clear: both;
  padding: 5px;
  background: #ffb400;
  color: #666666;
}

.newsitem_pdf a {
  color: #666666 !important;
  text-decoration: underline;
}

.smallfont {
  font-size: 12px;
  font-size: 0.85714rem;
  padding-left: 10px;
}

.b_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12.5px 0 12.5px;
  border-color: #007bff transparent transparent transparent;
}

#gmap img {
  max-width: none;
}

p.caketxt {
  margin: 0;
  padding: 0 10px;
  text-align: center;
}

.new {
  color: #ee8d80;
  font-size: 14px;
}

.cake_img {
  float: left;
  width: 620px;
  padding-left: 1%;
}

.cake_img ul {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.cake_img ul li {
  width: 49%;
  padding-bottom: 1%;
}