/* 全体のスタイル */
body {
	background-color: #fff;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

@media screen and (min-width:320px) and (max-width: 767px){
  .ui-datepicker {
    width: 90%;
  }
}

.ui-datepicker-calendar .stop-day ,
.ui-datepicker-calendar .day-saturday ,
.ui-datepicker-calendar .day-sunday ,
.ui-datepicker-calendar .day-holiday {
  opacity: 1 !important;
}

.ui-datepicker-calendar .stop-day > .ui-state-default {
  background: #0000FF;
  color: #fff;
}

.ui-datepicker-calendar .day-saturday > .ui-state-default ,
.ui-datepicker-calendar .day-sunday > .ui-state-default ,
.ui-datepicker-calendar .day-holiday > .ui-state-default {
  background: #ff0000;
  color: #fff;
}

/* ===========================
// section
// --------------------------- */
.section {
  width: 100vw;
}

.section-content {
	width: 100vw;
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
}

/* ===========================
// menupage
// --------------------------- */
#section-top {
	width: 100vw;
	max-width: 1920px;
	height: 100vh;
	background-image: url("../image/top-bg.png");
	background-repeat: repeat;
	background-size: 100% 100%;
	display: inline-block;
}

#section-top .image {
	width: 40%;
	max-width: 878px;
	position: relative;
	top: 50%; /*親要素を起点に上から50%*/
	left: 50%;  /*親要素を起点に左から50%*/
	transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
}

#section-kodawari {
	width: 100vw;
	height: auto;
	display: inline-block;
	position: relative;
	top: 0;
	margin: 0 0 50px;
}

#section-kodawari .image {
	width: 97%;
	max-width: 1920px;
	position: relative;
	top: 50px;
	left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#section-firstguide {
	width: 100vw;
	height: auto;
	display: inline-block;
	position: relative;
	top: 0;
	margin: 0 auto;
}

#section-firstguide .image {
	width: 349px;
	position: relative;
	top: 50px;
	left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#toribushi-option {
	width: 100vw;
	height: auto;
	display: inline-block;
	position: relative;
	top: 0;
}

#toribushi-option .image {
	width: 1000px;
	position: relative;
	top: 20px;
	left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#section-mainte {
	width: 100vw;
	height: auto;
	display: inline-block;
	position: relative;
	top: 50px;
	margin: 60 auto 50px;
}

#section-mainte p {
	color: #1F1F1F;
	font-size: 16px;
	text-align: center;
	margin: 0 auto 100px;
}

#section-mainte .line {
	width: 320px;
	position: relative;
	top: 0;
	left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#section-mainte .tel {
	width: 413px;
	position: relative;
	top: 0;
	left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
	margin: 0 0 100px;
}

#section-menu-01,
#section-menu-02,
#section-menu-03,
#section-menu-04,
#section-menu-05 {
	width: 100%;
}

#section-menu-01 .menu-title,
#section-menu-02 .menu-title,
#section-menu-03 .menu-title,
#section-menu-04 .menu-title,
#section-menu-05 .menu-title {
	margin: 50px auto -50px;
	text-align: center;
}

#section-menu-01 .menu-title img,
#section-menu-02 .menu-title img,
#section-menu-03 .menu-title img,
#section-menu-04 .menu-title img,
#section-menu-05 .menu-title img {
	width: auto;
}

#section-menu-01 ul,
#section-menu-02 ul,
#section-menu-03 ul,
#section-menu-04 ul,
#section-menu-05 ul {
	display: inline-block;
	width: 100%;
	max-width: 1920px;
	margin: 50px auto;
	text-align: center;
}

#section-menu-01 li.column01,
#section-menu-01 li.column02,
#section-menu-01 li.column03,
#section-menu-02 li.column01,
#section-menu-02 li.column02,
#section-menu-02 li.column03,
#section-menu-03 li.column01,
#section-menu-03 li.column02,
#section-menu-03 li.column03,
#section-menu-04 li.column01,
#section-menu-04 li.column02,
#section-menu-04 li.column03,
#section-menu-05 li.column01,
#section-menu-05 li.column02,
#section-menu-05 li.column03 {
	display: inline-block;
	width: 23.6%;
	margin: 50px 15px 0 0;
}

#section-menu-01 li.column04,
#section-menu-02 li.column04,
#section-menu-03 li.column04,
#section-menu-04 li.column04,
#section-menu-05 li.column04 {
	display: inline-block;
	width: 23.6%;
	margin: 50px 0 0;
}

#section-menu-01 li.column01 img,
#section-menu-01 li.column02 img,
#section-menu-01 li.column03 img,
#section-menu-01 li.column04 img,
#section-menu-02 li.column01 img,
#section-menu-02 li.column02 img,
#section-menu-02 li.column03 img,
#section-menu-02 li.column04 img,
#section-menu-03 li.column01 img,
#section-menu-03 li.column02 img,
#section-menu-03 li.column03 img,
#section-menu-03 li.column04 img,
#section-menu-04 li.column01 img,
#section-menu-04 li.column02 img,
#section-menu-04 li.column03 img,
#section-menu-04 li.column04 img,
#section-menu-05 li.column01 img,
#section-menu-05 li.column02 img,
#section-menu-05 li.column03 img,
#section-menu-05 li.column04 img {
	width: 100%;
	margin: 0 auto 20px;
}

.order-count table {
	float:right;
	width: 100%;
	margin: -15px 0 0;
}

.order-count td.left {
	width: 55%;
}

.order-count td.center {
	width: 35%;
}

.order-count td.right {
	width: 10%;
}

.order-count td.left p {
	text-align: right;
	color: #111;
	font-size: 14px;
	padding: 15px 0 0;
}

.order-count td.right p {
	text-align: right;
	color: #111;
	font-size: 14px;
	padding: 15px -5px 0 0;
}

.cp_ipselect {
	overflow: hidden;
	width: 100%;
	margin: -2em auto 0;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
	display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #555;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #111;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #111;
	font-size: 14px;
}

/* ===========================
// uservoicepage
// --------------------------- */
#uservoice-title {
	width: 100vw;
	max-width: 1920px;
	text-align: center;
	margin: 180px 0 0;
}

#uservoice-title img {
	width: 583px;
}

#uservoice-img {
	width: 100vw;
	max-width: 1920px;
	margin: 50px auto;
	text-align: center;
}

#uservoice-img ul {
	display: inline-block;
	width: 1024px;
	margin: 0 auto 50px;
	text-align: center;
}

#uservoice-img li.column01 {
	display: inline-block;
	width: 500px;
	text-align: center;
}

#uservoice-img li.column01 img {
	width: 480px;
	margin: 0 auto;
}

#uservoice-img li.column02 {
	display: inline-block;
	width: 500px;
	text-align: center;
}

#uservoice-img li.column02 img {
	width: 480px;
	margin: 0 auto;
}


/* ===========================
// aboutpage
// --------------------------- */

#about-img01 {
	width: 100vw;
	max-width: 1920px;
	text-align: center;
	margin: 130px 0 0;
}

#about-img01 img {
	width: 100%;
}

#about-img02 {
	width: 100vw;
	max-width: 1920px;
	text-align: center;
	margin: 50px 0 0;
}

.about-img02 img {
	width: 551px;
}

#about-img03 {
	width:100vw;
	max-width: 1920px;
}

#about-img03 ul {
	display: inline-block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
}

#about-img03 li.column01,
#about-img03 li.column02,
#about-img03 li.column03,
#about-img03 li.column04 {
	display: inline-block;
	width: 23.6%;
	margin: 50px 15px 0 0;
}

#about-img03 li.column04 {
	margin: 50px 0 0;
}


#about-img03 li.column01 img,
#about-img03 li.column02 img,
#about-img03 li.column03 img,
#about-img03 li.column04 img {
	width: 100%;
	margin: 0 auto 20px;
}

#about-img03 a {
	text-decoration: none;
	color: #000;
}

#about-img03 li p {
	text-align: right;
	font-size: 16px;
}

#about-img04 {
	width: 100vw;
	max-width: 1920px;
	text-align: center;
	margin: 50px 0 0;
}


#about-img04 img {
	width: 98%;
}

#about-img05 {
	width:1000px;
	margin: 50px auto 0;
	text-align: center;
}

#about-img05 ul {
	display: inline-block;
	width: 810px;
	margin: 0 auto;
	text-align: center;
}

#about-img05 li.column01 {
	display: inline-block;
	width: 200px;
	text-align: center;
}

#about-img05 li.column01 img {
	width: 154px;
	margin: 0 auto;
}

#about-img05 li.column02 {
	display: inline-block;
	width: 600px;
	text-align: center;
}

#about-img05 li.column02 img {
	width: 600px;
	margin: 0 auto;
}

#about-img06 {
	width:1000px;
	margin: 50px auto 0;
	text-align: center;
}

#about-img06 ul {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

#about-img06 li.column01 {
	display: inline-block;
	width: 490px;
	text-align: center;
}

#about-img06 li.column01 img {
	width: 470px;
	margin: 0 auto;
}

#about-img06 li.column02 {
	display: inline-block;
	width: 490px;
	text-align: center;
}

#about-img06 li.column02 img {
	width: 470px;
	margin: 0 auto;
}

#about-img07,
#about-img08,
#about-img09,
#about-img10,
#about-img11 {
	width: 100vw;
	max-width: 1920px;
	text-align: center;
	margin: 50px 0 0;
}

.about-img07 img,
.about-img08 img,
.about-img09 img,
.about-img10 img,
.about-img11 img {
	width: 1000px;
}


/* ===========================
// orderpage
// --------------------------- */
.order-section {
	width:100vw;
	max-width: 1920px;
	position: relative;
	top: 50px;
	left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

.order-step img {
	width: 768px;
	position: relative;
	top: 10px;
	left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

.order-result ul.outside {
	display: table;
	width: 768px;
	margin: 0 auto 20px;
	text-align: center;
	color: #111;
	font-size: 1em;
	border: thin solid #111;
	position: relative;
	top: 0;
	left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

.order-result li.column01 {
	display: table-cell;
	width: 400px;
	height: 240px;
	vertical-align: bottom;
	text-align: center;
	padding: 5px 0 5px 0;
}

.order-result li.column02 {
	display: table-cell;
	width: 100px;
	margin: 0 0 0 20px;
	vertical-align: bottom;
	text-align: right;
	padding: 5px 0 5px 0;
}

.order-result li.column03 {
	display: table-cell;
	width: 100px;
	margin: 0 0 0 20px;
	vertical-align: bottom;
	text-align: right;
	padding: 5px 0 5px 0;
}

.order-result li.column04 {
	display: table-cell;
	width: 140px;
	margin: 0 0 0 20px;
	vertical-align: bottom;
	text-align: right;
	padding: 5px 5px 5px 0;
}

.order-result ul.inside {
	display: block;
	width: 400px;
}

.order-result ul.total {
	display: table;
	width: 100%;
	margin-bottom: 12px;
}

.order-result li.title {
	display: table-cell;
	width: 50%;
	text-align: left;
	font-size: 1.2em;
}

.order-result li.total {
	display: table-cell;
	width: 50%;
	text-align: right;
	font-size: 1.2em;
}

.order-result li.title p {
 	font-size: 0.8em;
}

/* ------------------------
  order-form
------------------------ */
#order-form {
  font-size: 16px;
  padding: 20px 10px 100px;
  max-width: calc(30em + 70px);
  margin: 100px auto 0;
}
#order-form .form-ttl {
  font-size: 1.4em;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  margin-bottom: 16px;
}
#order-form .form-item {
  margin-bottom: 12px;
  display: flex;
}
#order-form label {
  font-size: 1.2em;
  margin-right: 16px;
  flex: none;
  width: 14em;
  color: #111;
}
#order-form .ann {
  font-size: 1em;
  margin-bottom: 12px;
}
#order-form .ann span {
  color: #ff0000;
}
#order-form .quantity.required label {
  margin-left: 300px;
}
#order-form .form-item.required label::after {
  content: '*';
  color: #ff0000;
  font-size: 0.8em;
  vertical-align: top;
}
#order-form select + label {
  margin-left: 2.9em;
  width: auto;
}
#order-form .quantity label:first-child {
  width: auto;
}
#order-form .form-item:nth-last-child(7) {
  margin-bottom: 2em;
}
#order-form .quantity input,
#order-form .quantity select {
  width: 5em;
}
#order-form input,
#order-form select {
  border: 1px solid #ccc;
  width: calc(100% - 14em);
  max-width: 16em;
  display: inline-block;
  padding: 0.2em 0.5em;
  border-radius: 0;
  background-color: #ffffff;
}
#order-form textarea {
  border: 1px solid #ccc;
  width: calc(100% - 14em);
  max-width: 16em;
  height: calc( 1.1em * 5 );
  line-height: 1.1;
  display: inline-block;
  padding: 0.2em 0.5em;
  border-radius: 0;
  background-color: #ffffff;
}
#order-form input[type=number] {
  text-align: right;
}
#order-form .quantityt select,
#order-form .form-button {
  width: 100%;
  max-width: 16em;
  margin: 40px auto 0;
  text-align: center;
}
#order-form .form-button input {
  text-align: center;
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5em 0.8em;
  border: none;
  width: 16em;
}

/* ------------------------
  confirm, thanks
------------------------ */
.formTable-confirm {
  margin: 30px auto 0;
  text-align: left;
}
.formTable-confirm tr {
  border-bottom: 1px solid #e5e5e5;
}
.formTable-confirm th {
  padding: 0.5em 0 0.5em 0.5em;
}
.formTable-confirm td {
  padding: 0.5em 0.5em 0.5em 1em;
}

.form-btn-back,
.form-btn-send {
  width: 50%;
  max-width: 200px;
  margin: 30px auto 0;
  background-color: #ccc;
  font-weight: bold;
  display: inline-block;
  padding: 0.5em 0.8em;
  border: none;
}
.form-btn-send {
  background-color: #ff0000;
  color: #ffffff;
  margin-top: 12px;
}

.thanks {
  margin-top: 60px;
  padding: 0 60px;
  font-size: 18px;
  text-align: center;
}
.top_btn {
  width: 50%;
  max-width: 200px;
  margin: 30px auto 0;
}
.top_btn a {
  background-color: #00b050;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  padding: 0.5em 0.8em;
  width: 100%;
}
.thanks-main + footer {
  margin: 100px auto 0;
  padding-bottom: 100px;
}

/* ===========================
// faqpage
// --------------------------- */
#faq-order {
	width: 100vw;
	height: auto;
	display: inline-block;
	background-color: #E6E7E8;
	position: relative;
	top: 150px;
	padding: 50px 0 200px;
}

#faq-order .image {
	width: 711px;
	position: relative;
	top: 0;
	left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#faq-order .area {
	width: 711px;
	height: 200px;
	background-image: url("../image/faq-07.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 0;
	left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#faq-order .area p {
	position: absolute;
	top: 50px;
	left: 10px;
	color: #1F1F1F;
	font-size: 16px;
	text-align: left;
}

#faq-order .calendar {
	width: 100vw;
	max-width: 1920px;
	margin: 50px auto;
	text-align: center;
}

#faq-order .calendar ul {
	display: inline-block;
	width: 800px;
	margin: 0 auto 50px;
	text-align: center;
}

#faq-order .calendar li.column01 {
	display: inline-block;
	width: 380px;
	text-align: center;
}

#faq-order .calendar li.column01 img {
	width: 358px;
	margin: 0 auto;
}

#faq-order .calendar li.column02 {
	display: inline-block;
	width: 380px;
	text-align: center;
}

#faq-order .calendar li.column02 img {
	width: 358px;
	margin: 0 auto;
}


#post-7,
#post-14,
#post-181,
#post-185,
#post-189
{
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	margin: 0 auto;
}

#post-7 .so-panel,
#post-14 .so-panel,
#post-181 .so-panel,
#post-185 .so-panel,
#post-189 .so-panel
{
	background-color: #fff;
}

#post-179 {
	width: 100vw;
	height: auto;
	background-color: #E6E7E8;
	margin: 0 auto;
}

#post-179 .so-panel {
	background-color: #E6E7E8;
}

#saitama-area
{
	padding-top: 150px;
	margin-top: -150px;
}

.entry-content{
	position: absolute;
	top: 0;
	left: 0;
}

/* ///////////////////////////////
/  footer
/////////////////////////////// */
#colophon
{
	display:none;
}

#colophon .copyright
{
	display:none;
}

.footer-section {
	width: 100vw;
	height: auto;
	display: inline-block;
	background-color: #ff0000;
	position: relative;
	top: 80px;
	padding: 0 0 50px;
}

.footer-section .onigiri {
	width: 283px;
	margin: -80px auto 50px;
	text-align: center;
}

.footer-section h1 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 50px;
}

.footer-section .map {
	width: 476px;
	margin: 30px auto 0;
	text-align: center;
}

.footer-section h2 {
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.footer-section p {
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.footer-section ul {
	display: table;
	width: 938px;
	border-collapse:separate;
	border-spacing: 19px 0;
	margin: 30px auto 0;
}

.footer-section li {
	display: table-cell;
	width: 431px;
}

.footer-section li h2 {
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.footer-section li p {
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.footer-section .line {
	width: 858px;
	margin: 50px auto;
	text-align: center;
}

.footer-section .tel {
	width: 480px;
	margin: 50px auto;
	text-align: center;
}

@media screen and (min-width:320px) and (max-width: 767px){
/* ===========================
// section
// --------------------------- */
  .section {
	width: 100%;
  }

  .section-content {
	width: 100vw;
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
  }

/* ===========================
// menupage
// --------------------------- */
  #section-top {
	width: 100vw;
	max-width: 1920px;
	height: 100vh;
	background-image: url("../image/top-bg.png");
	background-repeat: repeat;
	background-size: 100% 100%;
	display: inline-block;
  }

  #section-top .image {
	width: 80%;
	max-width: 412px;
	position: relative;
	top: 50%; /*親要素を起点に上から50%*/
	left: 50%;  /*親要素を起点に左から50%*/
	transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
  }

  #section-firstguide {
	width: 100vw;
	height: auto;
	display: inline-block;
	position: relative;
	top: 30px;
  }

  #section-firstguide .image {
	width: 95%;
	max-width: 320px;
	position: relative;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
  }

  #section-kodawari {
	width: 100vw;
	height: auto;
	display: inline-block;
	position: relative;
	top: 0;
	margin: 0 auto;
  }

  #section-kodawari .image {
	width: 95%;
	max-width: 412px;
	position: relative;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
  }

  #toribushi-option {
	width: 100vw;
	height: auto;
	display: inline-block;
	position: relative;
	top: 0;
  }

  #toribushi-option .image {
	width: 95%;
	max-width: 412px;
	position: relative;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
  }

  #section-mainte {
	width: 100vw;
	height: auto;
	display: inline-block;
	position: relative;
	top: 50px;
	margin: 60 auto 50px;
  }

  #section-mainte p {
	color: #1F1F1F;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 50px;
  }

  #section-mainte .line {
	width: 320px;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
  }

  #section-mainte .tel {
	width: 413px;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0 0 50px;
  }

  #section-menu-01,
  #section-menu-02,
  #section-menu-03,
  #section-menu-04,
  #section-menu-05 {
	width: 100%;
  }

  #section-menu-05 {
	padding: 0 0 100px;
  }

  #section-menu-01 .menu-title,
  #section-menu-02 .menu-title,
  #section-menu-03 .menu-title,
  #section-menu-04 .menu-title,
  #section-menu-05 .menu-title {
	margin: 30px auto -30px;
	text-align: center;
  }

  #section-menu-01 .menu-title img,
  #section-menu-02 .menu-title img,
  #section-menu-03 .menu-title img,
  #section-menu-04 .menu-title img,
  #section-menu-05 .menu-title img {
	width: 80%;
	margin: 30px auto -30px;
  }

  #section-menu-01 .menu-title-text,
  #section-menu-02 .menu-title-text,
  #section-menu-03 .menu-title-text,
  #section-menu-04 .menu-title-text,
  #section-menu-05 .menu-title-text {
	margin: 30px auto -50px;
	text-align: center;
  }

  #section-menu-01 .menu-title-text img,
  #section-menu-02 .menu-title-text img,
  #section-menu-03 .menu-title-text img,
  #section-menu-04 .menu-title-text img,
  #section-menu-05 .menu-title-text img {
	width: 80%;
	margin: 30px auto 0;
  }


  #section-menu-01 ul,
  #section-menu-02 ul,
  #section-menu-03 ul,
  #section-menu-04 ul,
  #section-menu-05 ul {
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 50px auto 0;
	text-align: center;
  }

  #section-menu-01 li.column01,
  #section-menu-01 li.column02,
  #section-menu-01 li.column03,
  #section-menu-02 li.column01,
  #section-menu-02 li.column02,
  #section-menu-02 li.column03,
  #section-menu-03 li.column01,
  #section-menu-03 li.column02,
  #section-menu-03 li.column03,
  #section-menu-04 li.column01,
  #section-menu-04 li.column02,
  #section-menu-04 li.column03,
  #section-menu-05 li.column01,
  #section-menu-05 li.column02,
  #section-menu-05 li.column03,
  #section-menu-01 li.column04,
  #section-menu-02 li.column04,
  #section-menu-03 li.column04,
  #section-menu-04 li.column04,
  #section-menu-05 li.column04 {
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
  }

  #section-menu-01 li.column01 img,
  #section-menu-01 li.column02 img,
  #section-menu-01 li.column03 img,
  #section-menu-01 li.column04 img,
  #section-menu-02 li.column01 img,
  #section-menu-02 li.column02 img,
  #section-menu-02 li.column03 img,
  #section-menu-02 li.column04 img,
  #section-menu-03 li.column01 img,
  #section-menu-03 li.column02 img,
  #section-menu-03 li.column03 img,
  #section-menu-03 li.column04 img,
  #section-menu-04 li.column01 img,
  #section-menu-04 li.column02 img,
  #section-menu-04 li.column03 img,
  #section-menu-04 li.column04 img,
  #section-menu-05 li.column01 img,
  #section-menu-05 li.column02 img,
  #section-menu-05 li.column03 img,
  #section-menu-05 li.column04 img {
	width: 100%;
	margin: 50px auto 20px;
  }

  .order-count table {
	float:right;
	width: 100%;
	margin: -15px 0 0;
  }

  .order-count td.left {
	width: 55%;
  }

  .order-count td.center {
	width: 35%;
  }

  .order-count td.right {
	width: 10%;
  }

  .order-count td.left p {
	text-align: right;
	color: #111;
	font-size: 14px;
	padding: 15px 0 0;
  }

  .order-count td.right p {
	text-align: right;
	color: #111;
	font-size: 14px;
	padding: 15px -5px 0 0;
  }

  .cp_ipselect {
	overflow: hidden;
	width: 100%;
	margin: -2em auto 0;
	text-align: center;
  }
  .cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
  }
  .cp_ipselect select::-ms-expand {
	display: none;
  }
  .cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #555;
	border-radius: 2px;
	background: #ffffff;
  }
  .cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #111;
	pointer-events: none;
  }
  .cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #111;
	font-size: 14px;
  }

/* ===========================
// uservoicepage
// --------------------------- */

#uservoice-title {
	width: 85%;
	max-width: 414px;
	text-align: center;
	margin: 110px auto 0;
}

#uservoice-img {
	width: 95%;
	max-width: 414px;
}

#uservoice-img img {
	margin: 0 auto 30px;
	text-align: center;
}

/* ===========================
// aboutpage
// --------------------------- */

#about-img01 {
	width: 100vw;
	max-width: 414px;
	text-align: center;
	margin: 100px 0 0;
}

#about-img02,
#about-img03,
#about-img04,
#about-img05-02,
#about-img06,
#about-img07,
#about-img08,
#about-img09,
#about-img10,
#about-img11 {
	width: 95%;
	max-width: 414px;
	margin: 30px auto 0;
	text-align: center;
}

#about-img03 a {
	text-decoration: none;
	color: #000;
}

#about-img03 p {
	text-align: right;
	font-size: 16px;
}

#about-img05-01 {
	width: 103px;
	margin: 30px auto 0;
	text-align: center;
}

/* ===========================
// orderpage
// --------------------------- */
  .order-section {
	width:100vw;
	max-width: 1920px;
	position: relative;
	top: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
  }

  .order-step img {
	width: 90%;
	max-width: 412px;
	position: relative;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
  }

  .order-result ul.outside {
	display: table;
	width: 768px;
	margin: 0 auto 20px;
	text-align: center;
	color: #111;
	font-size: 1em;
	border: thin solid #111;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
  }

  .order-result li.column01 {
	display: table-cell;
	width: 400px;
	height: 240px;
	vertical-align: bottom;
	text-align: center;
	padding: 5px 0 5px 0;
  }

  .order-result li.column02 {
	display: table-cell;
	width: 100px;
	margin: 0 0 0 20px;
	vertical-align: bottom;
	text-align: right;
	padding: 5px 0 5px 0;
  }

  .order-result li.column03 {
	display: table-cell;
	width: 100px;
	margin: 0 0 0 20px;
	vertical-align: bottom;
	text-align: right;
	padding: 5px 0 5px 0;
  }

  .order-result li.column04 {
	display: table-cell;
	width: 140px;
	margin: 0 0 0 20px;
	vertical-align: bottom;
	text-align: right;
	padding: 5px 5px 5px 0;
  }

  .order-result ul.inside {
	display: block;
	width: 400px;
  }

  .order-result product-name {
	width: 100%;
  }

  .order-result product-name p {
	text-align: left;
	color: #111;
	font-size: 1.2em;
  }

  .order-result ul.total {
	display: table;
	width: 100%;
	margin-bottom: 12px;
  }

  .order-result li.title {
	display: table-cell;
	width: 50%;
	text-align: left;
	font-size: 1.2em;
  }

  .order-result li.total {
	display: table-cell;
	width: 50%;
	text-align: right;
	font-size: 1.2em;
  }

  .order-result li.title p {
 	font-size: 0.8em;
  }

  /* ------------------------
    order
  ------------------------ */
  .order {
	margin-top: calc(93/1000 * 100vw);
  }
  .order>.ttl {
	margin-bottom: calc(100/1000 * 100vw);
  }
  .order-box {
	margin-top: calc(82/1000 * 100vw);
	padding: calc(84/1000 * 100vw) 0 calc(60/1000 * 100vw);
  }
  .order-box a {
	top: calc(120/1000 * 100vw);
	left: calc(164/1000 * 100vw);
  }

  /* ------------------------
    footer
  ------------------------ */
  footer {
	margin-top: calc(63/1000 * 100vw);
  }

  /* ------------------------
    order-form
  ------------------------ */
  #order-form {
	padding: calc(100/1000 * 100vw) calc(60/1000 * 100vw) calc(100/1000 * 100vw);
	width: 100%;
	max-width: 100%;
	margin: calc(120/1000 * 100vw) auto 0;
  }
  #order-form .form-ttl {
	font-size: 1.4em;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	margin-bottom: 16px;
  }
  #order-form .form-item {
	margin-bottom: calc(36/1000 * 100vw);
	display: block;
  }
  #order-form label {
	margin-right: 0;
	display: block;
	width: 100%;
	margin-bottom: calc(6/1000 * 100vw);
  }
  #order-form .ann {
	margin-bottom: calc(12/1000 * 100vw);
  }
  #order-form select + label {
	margin-left: 0.75em;
  }
  #order-form .quantity.required label {
	margin-right: calc(28/1000 * 100vw);    
  }
  #order-form .quantity label {
	display: inline-block;
	width: auto;
	margin-right: calc(18/1000 * 100vw);
  }
  #order-form .quantity input,
  #order-form .quantity select {
	width: 4em;
  }
  #order-form .quantity select {
	height: 2.1em;
  }
  #order-form input,
  #order-form select,
  #order-form textarea {
	width: 100%;
	max-width: 100%;
  }
  #order-form .form-button {
	margin: calc(80/1000 * 100vw) auto 0;
	text-align: center;
  }

  /* ------------------------
    confirm, thanks
  ------------------------ */
  .formTable-confirm {
	margin: calc(40/1000 * 100vw) auto 0;
	display: block;
  }
  .formTable-confirm tbody,
  .formTable-confirm tr {
	display: block;
  }
  .formTable-confirm th,
  .formTable-confirm td {
	padding: 0.5em 0;
	display: block;
	width: 100%;
  }
  .formTable-confirm th {
	padding-bottom: 0.2em;
  }
  .formTable-confirm td {
	padding-top: 0;
  }

  .form-btn-back,
  .form-btn-send {
	margin: calc(60/1000 * 100vw) auto 0;
  }
  .form-btn-send {
	margin-top: calc(12/1000 * 100vw);
  }

  .thanks {
	margin-top: calc(60/1000 * 100vw);
	padding: 0 calc(60/1000 * 100vw);
  }
  .top_btn {
	margin: calc(40/1000 * 100vw) auto 0;
  }
  .thanks-main + footer {
	margin: calc(120/1000 * 100vw) auto 0;
	padding-bottom: calc(80/1000 * 100vw);
  }

/*20200313 追加CSS*/
  .qaList{
	display: block;
  }
  .qaList li{
	padding: 20px 0;
	font-size: 17px;
	font-weight: bold;
  }
  .qaList li:last-child{
	border-bottom: none;
  }
  .qaList li .q{
	position: relative;
	margin-bottom: 6px;
	padding-left: 1.4em;
	text-indent: -1.4em;
  }
  .qaList li .q:before{
	content: "Q. ";
  }
  .qaList li .a{
	color: red;
	position: relative;
	padding-left: 1.4em;
	text-indent: -1.4em;
  }
  .qaList li .a:before{
	content: "A. ";
  }
  .voice{
	background: url(img/voice_bg_01.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0 380px;
   }
  .ttl.new{
	font-size: 30px;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
  }
  .ttl.new span{
	font-size: 18px;
	display: block;
	margin-top: 5px;
  }
  .ttl.new strong{ color: red;}
  .ttl.new span br{display: none;}
  .voiceList{
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	width: 100%;
	margin: 30px auto;
	justify-content: space-between;
	align-content: center;
  }
  .voiceList li{
	width: 48%;
	margin-bottom: 2%;
  }
  .voiceList li.dummy{height: 0; width: 0; overflow: hidden;}
  .voiceList li img{
	width: 100%;
	display: block;
	height: auto;
 }

  button.cart-button {
	/* 背景色を濃い青色に指定 */
	background: rgba(0,0,0,0) ;

	/* ボーダーをなくす */
	border-style: none;

	box-shadow: 0 0 0 0 rgba(0,0,0,0);
  }

  #faq-order {
	width: 100vw;
	height: auto;
	display: inline-block;
	background-color: #E6E7E8;
	position: relative;
	top: 60px;
	padding: 50px 0 50px;
  }

  #faq-order .deli-area {
	width: 95%;
	max-width: 412px;
	height: 180px;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0 0 100px 0;
  }

  #faq-order .deli-area p {
	width: 95%;
	max-width: 412px;
	height: 300px;
	color: #1F1F1F;
	font-size: 12px;
	text-align: left;
	margin: 0 0 0 10px;
  }

  #faq-order .image {
	width: 95%;
	max-width: 412px;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
  }

  #faq-order .line {
	width: 95%;
	max-width: 412px;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0 0 20px;
  }

  #post-7,
  #post-14,
  #post-181,
  #post-185,
  #post-189 {
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	margin: 0 auto;
  }

  #post-7 .so-panel,
  #post-14 .so-panel,
  #post-181 .so-panel,
  #post-185 .so-panel,
  #post-189 .so-panel, {
	background-color: #fff;
  }

  #post-179 {
	width: 100vw;
	height: auto;
	background-color: #E6E7E8;
	margin: 0 auto;
  }

  #post-179 .so-panel {
	background-color: #E6E7E8;
  }

  #saitama-area {
	padding-top: 120px;
	margin-top: -120px;
  }

  .entry-content{
	position: absolute;
	top: 0;
	left: 0;
  }

/* ///////////////////////////////
/  footer
/////////////////////////////// */
  #colophon {
	display:none;
  }

  #colophon .copyright {
	display:none;
  }

  .footer-section {
	width: 100vw;
	height: auto;
	display: inline-block;
	background-color: #ff0000;
	position: relative;
	top: 10px;
	padding: 0 0 45px;
  }

  .footer-section .line {
	width: 95%;
	max-width: 412px;
	margin: 20px auto 30px;
	text-align: center;
  }

  .footer-section h1 {
	font-size: 23px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 40px;
  }

  .footer-section .company {
	width: 81%;
	max-width: 337px;
	margin: 20px auto 0;
	text-align: center;
  }

  .footer-section .map {
	width: 81%;
	max-width: 337px;
	margin: 20px auto 0;
	text-align: center;
  }

  .footer-section h2 {
	font-size: 19px;
	text-align: center;
	color: #fff;
	font-weight: bold;
  }

  .footer-section p {
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: bold;
  }

  .footer-section .tel {
	width: 81%;
	max-width: 400px;
	margin: 30px auto;
	text-align: center;
  }

  .footer-section ul {
	display: inline-block;
	width: 100%;
	margin: 10px auto 0;
	text-align: center;
  }

  .footer-section li {
	display: inline-block;
	width: 43px;
	margin: 0 10px;
  }
} // min-width: 320px and max-width: 767px

@media screen and (min-width: 768px) and (max-width: 864px){
  .ttl.new {
	font-size: 22px
  }

  .ttl.new span {
	font-size: 13px;
  }

  br {
	display: block;
  }

  .voice {
	background:  url(img/voice_bg_01SP.jpg) no-repeat;
	background-size: cover;
	padding:130px 0 40px;
  }

  .voiceList{
	width: 90%;
  }

  .voiceList li{
	width: 100%;
	margin-bottom: 7%;
  }

  .voiceList li.dummy{
	display: block;
	height: auto;
	width: 100%;
	margin-top: 20px;
  }

  .qaList li{
	font-size: 14px;
  }

  #order-form .form-item{
	font-size: 1.4rem;
  }

  #order-form .form-ttl{
	font-size: 2rem;
  }

} // min-width: 768px and max-width: 864px

@media screen and (min-width: 865px) and (max-width: 999px) {
  /* ------------------------
    order
  ------------------------ */
  .order {
	margin-top: calc(93/1000 * 100vw);
  }
  .order>.ttl {
	margin-bottom: calc(100/1000 * 100vw);
  }
  .order-box {
	margin-top: calc(82/1000 * 100vw);
	padding: calc(84/1000 * 100vw) 0 calc(60/1000 * 100vw);
  }
  .order-box a {
	top: calc(120/1000 * 100vw);
	left: calc(164/1000 * 100vw);
  }

  /* ------------------------
    footer
  ------------------------ */
  footer {
	margin-top: calc(63/1000 * 100vw);
  }

  /* ------------------------
    order-form
  ------------------------ */
  #order-form {
	padding: calc(100/1000 * 100vw) calc(60/1000 * 100vw) calc(100/1000 * 100vw);
	width: 100%;
	max-width: 100%;
	margin: calc(120/1000 * 100vw) auto 0;
  }
  #order-form .form-ttl {
	font-size: 1.4em;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	margin-bottom: 16px;
  }
  #order-form .form-item {
	margin-bottom: calc(36/1000 * 100vw);
	display: block;
  }
  #order-form label {
	margin-right: 0;
	display: block;
	width: 100%;
	margin-bottom: calc(6/1000 * 100vw);
  }
  #order-form .ann {
	margin-bottom: calc(12/1000 * 100vw);
  }
  #order-form select + label {
	margin-left: 0.75em;
  }
  #order-form .quantity.required label {
	margin-right: calc(28/1000 * 100vw);    
  }
  #order-form .quantity label {
	display: inline-block;
	width: auto;
	margin-right: calc(18/1000 * 100vw);
  }
  #order-form .quantity input,
  #order-form .quantity select {
	width: 4em;
  }
  #order-form .quantity select {
	height: 2.1em;
  }
  #order-form input,
  #order-form select,
  #order-form textarea {
	width: 100%;
	max-width: 100%;
  }
  #order-form .form-button {
	margin: calc(80/1000 * 100vw) auto 0;
	text-align: center;
  }

  /* ------------------------
    confirm, thanks
  ------------------------ */
  .formTable-confirm {
	margin: calc(40/1000 * 100vw) auto 0;
	display: block;
  }
  .formTable-confirm tbody,
  .formTable-confirm tr {
	display: block;
  }
  .formTable-confirm th,
  .formTable-confirm td {
	padding: 0.5em 0;
	display: block;
	width: 100%;
  }
  .formTable-confirm th {
	padding-bottom: 0.2em;
  }
  .formTable-confirm td {
	padding-top: 0;
  }

  .form-btn-back,
  .form-btn-send {
	margin: calc(60/1000 * 100vw) auto 0;
  }
  .form-btn-send {
	margin-top: calc(12/1000 * 100vw);
  }

  .thanks {
	margin-top: calc(60/1000 * 100vw);
	padding: 0 calc(60/1000 * 100vw);
  }
  .top_btn {
	margin: calc(40/1000 * 100vw) auto 0;
  }
  .thanks-main + footer {
	margin: calc(120/1000 * 100vw) auto 0;
	padding-bottom: calc(80/1000 * 100vw);
  }

/*20200313 追加CSS*/
  .qaList{
	display: block;
  }
  .qaList li{
	padding: 20px 0;
	font-size: 17px;
	font-weight: bold;
  }
  .qaList li:last-child{
	border-bottom: none;
  }
  .qaList li .q{
	position: relative;
	margin-bottom: 6px;
	padding-left: 1.4em;
	text-indent: -1.4em;
  }
  .qaList li .q:before{
	content: "Q. ";
  }
  .qaList li .a{
	color: red;
	position: relative;
	padding-left: 1.4em;
	text-indent: -1.4em;
  }
  .qaList li .a:before{
	content: "A. ";
  }
  .voice{
	background: url(img/voice_bg_01.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0 380px;
  }
  .ttl.new{
	font-size: 30px;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
  }
  .ttl.new span{
	font-size: 18px;
	display: block;
	margin-top: 5px;
  }
  .ttl.new strong{ color: red;}
  .ttl.new span br{display: none;}
  .voiceList{
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	width: 100%;
	margin: 30px auto;
	justify-content: space-between;
	align-content: center;
  }
  .voiceList li{
	width: 48%;
	margin-bottom: 2%;
  }
  .voiceList li.dummy{height: 0; width: 0; overflow: hidden;}
  .voiceList li img{
	width: 100%;
	display: block;
	height: auto;
 }

} // min-width: 865px and max-width: 999px

