@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   second

--------------------------------------------------------------------------------------------------*/

.sp {
  display: none;
}

.pc {
  display: block;
}

@media all and (max-width: 768px) {

  body {
    font-size: 14px;
	  line-height: 1.4;
  }
		
		a {
			display: inline;
		}

  .sp {
    display: block;
  }
  
  .pc {
    display: none;
  }
  
  nav.flex,
  nav .box-tel {
    display: none;
  }

  .fl-left,
  .fl-right {
    float: none;
  }
  
  .container {
    width: 100%;
    padding-left: 12px!important;
    padding-right: 12px!important;
  }

  .full-max-width {
    max-width: 100% !important;
				height: auto;
  }
  
  .full-width {
    width: 100%!important;
  }

  .menubt {
    z-index: 3;
    width: 60px;
    height: 60px;
    display: block;
    right: 12px;
    top: 15px;
    position: absolute;
    background: #000;
  }
  
  .menubt span {
    width: 30px;
    height: 3px;
    display: block;
    background: #fff;
    border-radius: 0;
    position: absolute;
    right: 15px;
    top: 20px;
    transition: all 0.4s;
    transform: rotate(0deg);
  }
  
  .menubt .top {
    -webkit-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    transform: translateY(-250%);
  }
  
  .menubt .bottom {
    -webkit-transform: translateY(250%);
    -ms-transform: translateY(250%);
    transform: translateY(250%);
  }
  
  .menubt .menuclick1 {
    transform: rotate(-215deg);
  }
  
  .menubt .menuclick2 {
    background-color: rgba(255,255,255,0);
  }
  
  .menubt .menuclick3 {
    transform: rotate(215deg);
  }
  
  .menubt .text-menu {
    color: #fff;
    padding-top: 32px;
    text-align: center;
  }

  nav .container {
    padding: 0;
  }
  
  nav {
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1000;
    height: auto;
    padding-bottom: 24px;
    padding-top: 10px;
    width: 100%!important;
  }
  
  nav ul {
    width: 100%!important;
    height: auto!important;
				padding: 0 20px;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  
  nav li {
    width: 100%;
				margin-top: 0;
  }
  
  nav li a {
    width: 100%!important;
    line-height: normal;
    text-align: center;
    font-size: 18px;
    writing-mode: inherit;
    color: #fff;
    font-weight: bold;
				border-bottom: 1px dotted #FFF;
				padding: 10px 0;
  }

  nav li:first-child {
    width: 100%;
  }

  header {
    padding: 10px 0;
  }

  header .container {
    padding: 0!important;
  }
		
  header h1 img {
    width: 200px;
    padding-left: 12px;
  } 

  p {
	  line-height: 28px;
  }

  .flex {
    display: block;
  }

  footer nav {
    display: none!important;
  }
  
		.font-serif {
  /*font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
		font-family: 'Noto Serif JP', serif;
}

  
/*--------------------------------------------------------------------------------------------
  top
--------------------------------------------------------------------------------------------*/
.bx-wrapper {
	display: block !important;
}

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

#box-01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	writing-mode: horizontal-tb;
}

  #box-01 .container {
    padding: 40px 12px 30px 12px;
    position: relative;
  }

  #box-01 .photo {
    margin-top: 0;
    position: relative;
    left: 10%;
  }

  #box-01 .text-info {
    margin: 0;
  }
		
		#box-01 .text-info p {
			margin: 0 0 20px;
			line-height: 1.8;
		}
		
		#box-01 .text-info p.lead {
			margin: 0 0 20px;
			font-size: 20px;
			font-weight: bold;
		}

  #box-01 .text-info .part {
    margin-right: 5px;
    float: left;
  }

  #box-01 .text-info p {
    font-size: 14px;
    padding: 0 8px;
  }
		
  #box-01 .text-right {
    position: absolute;
    right: 10%;
    top: 0;
  }

  #box-01 .text-right p {
    width: 40px;
    font-size: 24px;
    writing-mode: inherit;
    margin-top: 30px;
  }
		
		.logoyoko {
			text-align: right;
		}

		.logoyoko img {
			width: 200px;
			height: auto;
		}
		
		#box-02 {
			padding-top: 16px;
		}

  #box-02 .info .text {
    padding: 20px 0 30px 0;
  }

  h2 {
    font-size: 24px;
    line-height: 36px;
  }

  #box-02 .text .desc {
    line-height: 30px;
    margin: 20px 0 20px 0;
  }

  #box-02 .info:nth-child(2n) .text {
    padding: 20px 0 25px 0;
  }

  #box-03 {
    margin: 45px 0 50px 0;
  }

  #box-03 ul {
    margin-top: 35px;
  }

  #box-03 ul li .text {
    width: auto;
    margin: 30px 0;
    text-align: left;
  }

  #box-03 ul li h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  #box-03 ul li .text p {
    line-height: 28px;
  }

  #box-04 {
    padding: 35px 0;
  }

  #box-04 h2 {
    margin-bottom: 30px;
  }
		
		#box-04 .box-items {
			margin: 0 auto;
			width: 280px;
		}

  #box-04 .box-items li {
    width: auto;
				margin-right: 0;
    margin-bottom: 30px;
  }

  #box-04 .box-items li a {
			display: block;
		}
		
  #box-04 .box-items li img {
			width: 280px;
			height: auto;
		}		

  footer .box-map {
    margin: 45px 0 35px 0;
  }

  footer .box-map h2 {
    margin-bottom: 25px;
  }
  
  footer .box-map .info .text {
    margin-top: 20px;
  }

  footer .box-contact .info .text-contact {
    padding: 25px 0 20px 0;
    border-left: none;
  }

  footer .box-menu {
    padding: 20px 0 20px 0;
    text-align: center;
  }

  footer .box-menu h1 img {
    width: 200px;
  }

  footer .coppy-right {
    margin-bottom: 30px;
  }

  footer .box-map .info {
			text-align: center;
    line-height: 28px;
  }

  footer .box-contact .info .intro {
    margin-right: 0;
    font-size: 14px;
    line-height: 28px;
				border-right: none;
  }

  #box-03 ul li {
    width: 100%;
    text-align: center;
  }

  footer .box-contact .info {
    font-size: 14px;
    margin: 10px auto 35px auto;
  }
  
  .btn {
    width: 240px;
    height: 45px;
    line-height: 45px;
				display: block;
				margin: 0 auto;
  }

  footer .box-map iframe {
    height: 250px;
  }
		
		footer .box-map .info .text {
			margin-left: 20px;
			margin-right: 20px;
			text-align: left;
		}
		
		footer .box-map .info img {
			margin: 0;
		}

  .banner-page {
    width: 100%;
    height: 160px;
  }

  .banner-page h1 {
    padding: 60px 0 0 15px;
    font-size: 24px;
  }

  .banner-shop {
    background: url(../../image/shop/banner-sp.jpg) no-repeat center center;
    background-size: cover;
  }
		
		#box-02.page-shop-content .info .text {
    width: 100%;
				margin: 0;
				padding: 20px;
		}
		
		#box-02.page-shop-content .text .note {
			margin: 20px 0 0;
		}

  .page-shop-content {
    padding: 45px 0 10px 0;
  }

  .banner-items {
    background: url(../../image/items/banner.jpg) no-repeat center center;
    background-size: auto 100%;
  }

  .page-content-items .box-desc-items {
    margin-top: 25px;
  }

  .page-content-items .box-desc-items .text {
    margin-left: 0;
    margin-top: 20px;
  }

  .page-content-items .box-desc-items .intro,
  .page-content-items .box-desc-items .note {
    line-height: 28px;
  }

  .page-content-items .box-gift {
    margin: 35px 0 25px 0;
  }

  .page-content-items .box-gift li {
    text-align: center;
    margin-bottom: 20px;
  }

  .page-content-items .box-desc-items .note-red {
    padding: 0 15px;
    line-height: 40px;
  }

  .page-content-items .box-desc-items .text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .page-content-items .box-combo .photo {
    padding-top: 20px;
    padding-left: 20px;
  }

  .page-content-items .box-combo {
    margin: 30px 0 50px 0;
    width: 100%;
    height: 350px;
    background: url(../../image/items/bg-combo-items.jpg) no-repeat no-repeat center top;
    background-size: auto 350px;
  }

  #box-03 ul {
    margin-top: 25px;
  }

  .page-content-items h2 {
    padding-bottom: 0px;
  }

  .page-content-items h2.mart-60 {
    margin-top: 30px;
  }

  .page-voice-content {
    margin: 50px 0 40px 0;
  }

  .page-voice-content ul li {
    padding: 20px;
    line-height: 28px;
  }

  .page-voice-content ul li h3 {
    font-size: 20px;
    line-height: 27px;
  }

  .banner-company {
    background: url(../../image/company/banner-sp.jpg) no-repeat left center;
  }

  .page-company-content ul li {
    width: 100%!important;
  }

  .page-company-content dl {
    margin: 15px auto 0 auto;
    width: 100%;
  }

  .page-company-content dt {
    width: 30%;
    padding-left: 15px;
  } 

  .page-company-content dd {
    width: 70%;
    padding-left: 15px;
  }

.page-company-content dt {
	background-color: #EEE;
}

  .page-company-content dt, .page-company-content dd {
			display: block;
			width: 100%;
    padding: 10px;
  }
		
		.page-company-content dt:last-of-type {
			border-bottom: none;
		}

  .page-content-info {
    padding: 25px 0 0 0 !important;
  }

  .page-content-info .box-link li a {
    width: 45px;
    line-height: 45px;
  }

  .page-content-info-detail {
    margin-top: 30px;
  }

  .page-content-info-detail .flex {
    margin-top: 25px;
  }

  .page-content-info-detail .info .box-link {
    float: none;
  }

  .page-content-info-detail .info li a {
    width: 90px;
    line-height: 40px;
  }

  .page-content-info-detail .info li {
    margin: 0 5px;
  }

  .page-content-info-detail .menu .title {
    line-height: 45px;
    margin-bottom: 10px;
  }

  .page-content-info-detail .info .desc {
    line-height: 28px;
    margin: 10px 0 25px 0;
  }
		
		.page-content-info-detail .menu {
			margin-bottom: 40px;
			text-align: center;
		}


  .banner-info {
    height: 100px;
  }

  .banner-info h1 {
    padding: 36px 0 0 20px;
  }

  .header-delivery h1 img {
    width: 100%;
    padding-left: 0;
  }

  .page-content-delivery .box-intro-item1 {
    margin: 45px 0 40px 0;
  }

  .page-content-delivery h2 span {
    font-size: 24px;
    line-height: 36px;
  }

  .page-content-delivery .box-intro-item1 h2 span {
    margin-bottom: 30px;
  }

  .page-content-delivery .box-intro-item h3 {
    margin-bottom: 10px;
  }

  .page-content-delivery .box-intro-item1 {
    margin: 25px 0 20px 0;
  }

  .page-content-delivery .box-delivery-service h2 span {
    background: none;
  }

  /*.page-content-delivery .box-delivery-service h2 span br {
    display: none!important;
  }*/

  .page-content-delivery .box-delivery-service ul {
    margin: 20px 20px 25px;
    padding: 0;
  }

  .page-content-delivery .box-delivery-service ul li {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .page-content-delivery h3 {
    font-size: 20px;
  }

  .page-content-delivery .box-delivery-service ul li h3 {
    margin-bottom: 10px;
  }

  .page-content-delivery .box-intro-item3 h2, .page-content-delivery .box-intro-item2 h2 {
    margin-bottom: 30px;
  }

  .page-content-delivery .box-item2-detail {
    margin-top: 45px;
  }

  .page-content-delivery .box-item2-detail li {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .page-content-delivery .box-item2-detail ul {
    margin: 15px auto 25px 0;
  }

  .page-content-delivery .box-ques {
    margin-top: 45px;
  }

  .page-content-delivery .box-ques li {
    padding: 20px 15px;
  }

  .page-content-delivery .box-ques li span {
    float: left;
    margin-right: 10px;
  }

  .page-content-delivery .box-ques ul {
    margin-top: 25px;
  }

  .page-content-delivery .box-ques li .text {
    width: auto;
  }

  .page-content-delivery .box-ques li .text-q {
    margin-bottom: 15px;
  }

  .page-content-delivery .box-ques li {
    line-height: 28px;
  }

  .footer-delivery .box-contact .info {
    padding: 0px 0 40px 0;
    text-align: center;
  }

  .footer-delivery .box-contact .info .text-contact {
    padding-right: 0 !important;
  }

  .footer-delivery .box-contact .btn {
    margin: 0 auto;
  }

  .header-delivery-inquiry h1 {
    width: 100%;
				text-align: center;
  }

  .header-delivery-inquiry h1 a {
    display: inline-block;
  }

  .header-delivery-inquiry h1 img {
    width: 150px;
  }
		
		.header-delivery-inquiry h1 img.hana {
    width: 160px;
			vertical-align: -16px;
		}
		
		.page-delivery-inquiry-content .box-form .intro {
			text-align: left;
		}
		.page-delivery-inquiry-content .box-form th {
			background-color: #EEE;
		}

  .page-delivery-inquiry-content .box-form th, .page-delivery-inquiry-content .box-form td {
    width: 100%;
    display: block;
    padding: 6px;
  }

  .page-delivery-inquiry-content .box-form textarea,
  .page-delivery-inquiry-content .box-form .input-lg,
  .page-delivery-inquiry-content .box-form .input-md {
    width: 100%;
  }

  .page-delivery-inquiry-content .box-form .marR-45 {
    margin-right: 5%;
  }

  .page-delivery-inquiry-content .box-form input {
    width: 45%;
  }

  .page-delivery-inquiry-content .box-tel {
    margin: 35px 0 40px 0;
  }

  .page-delivery-inquiry-content .box-form .btn-sb {
    padding: 0 24px;
    line-height: 45px;
    margin-bottom: 10px;
  }

  .footer-delivery-inquiry .box-menu h1 img {
    width: 140px;
  }

  .footer-delivery-inquiry .box-menu h1 img.hana {
			width: 160px;
			vertical-align: -16px;
		}
		
  .footer-delivery-inquiry .box-menu h1 a {
    display: inline-block;
  }
		
		.page-content-delivery .box-intro-item .flex {
			display: block;
		}
		
		.page-content-delivery .box-intro-item1 h2,
		.page-content-delivery .box-delivery-service h2, 
		.page-content-delivery .box-intro-item2 h2,
		.page-content-delivery .box-intro-item3 h2,
		.box-ques h2{
			margin: 0 0 20px;
			border-bottom: 3px solid #EB6100;
		}
			
		.page-content-delivery .box-intro-item1 h2 span {
			background-image: none;
			margin-bottom: 0;
		}
		
		.page-content-delivery .box-intro-item1 img,
		.page-content-delivery .box-intro-item2 img {
			display: block;
			margin: 0 auto;
		}
		
		.page-content-delivery .box-intro-item3 .desc {
			width: 100%;
			margin: 0;
		}
		
		.page-content-delivery .box-ques li .text-q span,
		.page-content-delivery .box-ques li .text-a span {
			display: block;
			float: none;
		}
		
		.page-content-delivery .box-ques li .text {
			display: block;
			float: none;
		}

footer .box-contact .info .text-contact .tel p {
	margin-bottom: 20px;
}

footer .box-contact .info .intro {
	display: inline;
}

.page-content-delivery .box-intro-item3 img {
	display: block;
	margin: 0 auto;
}

.page-content-info-detail .menu a {
	display: block;
	border-bottom: 1px dotted #CCC;
}

.pager_wrap ul.pager li {
	margin: 0 5px !important;
}

.pager_wrap2 ul.pager li a {
	padding: 0 12px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.page-delivery-inquiry-content .box-form input,
.page-delivery-inquiry-content .box-form textarea {
  border: 2px solid #000;
  width: 100%;
		padding: 4px;
		font-size: 16px;
		margin-right: 0;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page-delivery-inquiry-content .box-form input {
	margin-bottom: 5px;
}

.page-delivery-inquiry-content .box-form input[type="submit"],
.page-delivery-inquiry-content .box-form input.modoru {
	border-radius: 0;
}

.page-delivery-inquiry-content .box-form input[type="submit"].kakunin {
	border-radius: 0;
}

#box-00 {
	position: inherit;
	height: auto;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}

#box-01 {
-webkit-writing-mode: inherit;
 -ms-writing-mode: inherit;
 writing-mode: inherit;
	position: inherit;
	left: 0;
	right: 0;
	padding-right: 0;}

#box-01 .container {
	width: auto;
}

.page-voice-content ul li div.image {
	float: left;
	width: 30%;
}

.page-voice-content ul li div.text {
	float: right;
	width: 66%;
	padding: 0;
}

.page-content-items .box-combo .photo .gentei {
	background-color: #f4361c;
	color: #FFF;
	padding: 4px 12px;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 36px;
}

.page-content-items .box-combo .photo h4 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1 !important;
	color: #FFF;
}

.page-content-items .box-combo .photo h4 .s {
	font-size: 20px;
	margin-left: 0;
}

.page-content-items .box-combo .photo .milk {
	color: #FFF;
	font-size: 16px;
	position: relative;
	display: inline-block;
	margin: 0 0 10px;
	font-weight: bold;
}

.page-content-items .box-combo .photo .milk::after {
	position: absolute;
	top: 4px;
	left: 0;
	background-color: #AD0000;
	content:"";
	width: 100%;
	height: 20px;
	z-index: -1;
}

.page-content-items .box-combo .photo .text {
	width: 56%;
	margin: 0 0 20px;
	color: #FFF;
	line-height: 1.6;
	font-size: 12px;
}

.page-content-items .box-combo .photo dl {
	color: #FFF;
}

.page-content-items .box-combo .photo dt {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}

.page-content-items .box-combo .photo dd {
	display: inline;
	font-size: 26px;
	font-weight: bold;
}

.page-content-items .box-combo .photo dd .tax {
	font-size: 20px;
}

.page-content-items h2.mart-60 {
  margin-top: 60px;
}

}