@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');

/** 共通 **/
body, section, article, address, div, ul, ol, li, table, tr, th, td, dl, dt, dd, h1, h2, h3, h4, h5, p, a, span, strong, small, b, pre, form, input, select, textarea, button, pre {
	font-family: 'Zen Maru Gothic',sans-serif!important;
    font-weight: 500;
	letter-spacing: 0.1em;
}
main {
	padding-top: 76px!important;
}

/*カテゴリー非表示*/
.c-cart_item__info__category,.c-cart_list__list__item__info__category {
	display: none;
}

/*ボタン*/
.u-text--btn {
	border-radius: 5px;
}
.btn_shop {
	display: block;
	width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 1rem;
    margin: 15px 0;
}
.btn_bag a {
	display: block;
	width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #c49853;
    border-radius: 5px;
    font-size: 1rem;
    margin: 15px 0;
	text-align: center;
	color:#c49853;
}
.regular-list__item__text--more {
    position: relative;
    display: inline-block;
    width: 100%;
}
.regular-list__item__text--more a {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    display: block;
    height: 60px;
    line-height: 60px;
    letter-spacing: 0.34rem;
    margin-top: 11px;
}
#btn-add {
	display: block!important;
}
/** font **/
.u-text--head,.u-text--subhead,.u-text--body,.u-text--strong,.u-text--link,.u-text--head--overlay,.u-text--subhead--overlay,.u-text--body--overlay,.u-text--btn,.u-text--btn--overlay,.u-text--input,.u-font--head,.u-font--subhead,.u-font--body    {
  font-family: 'Zen Maru Gothic',sans-serif!important;
  
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Zen Maru Gothic',sans-serif!important;
}
.t_center {
	text-align: center;
}
.txt_red {
	color: #b53e3e;
}
.txt_small {
	font-size:0.9rem;
}
.txt_kikan {
	color: #b53e3e!important;
	font-size:15px!important;
}
/** header **/
.l-header__inner__block__item--search,l-header__inner__block__item--menu {
	display: none;
}
.l-header__inner {
    height: 76px!important;
}
/*menu*/
.c-gmenu__container__inner {
	background: #484E4D;
	color: #fff;
	padding-top: 10px;
}
.globalMenu-image {
    margin-top: 20px;
    margin-bottom: 20px;
    width:52%;
    max-width: 210px;
}

.globalMenu-image img {
  width: 100%;
  height: 100%;
}

.globalMenu-image ,
.globalMenu ul {
}

/*.globalMenu ul div {
  padding-top: 50px;
  padding-left: 20px;
}*/

.globalMenu li {
  padding: 10px 0;
}

.globalMenu li a,.globalMenu li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.globalMenu li a:hover span {
  opacity: 0.8;
}

.globalMenu li a span {
  font-size: 10px;
}
.globalMenu li ul {
	padding: 0 0 0 1em;
}
  .globalMenu li ul li {
	  padding:10px 0 0;
  }
.globalMenu li ul li a {
	position: relative;
	display: block;
}
.globalMenu li ul li a::before {
	content:"-";
	position:absolute;
	left:-1em;
}
.c-gmenu__container__close {
	color:#fff!important;
}

/** footer **/
.c-footer_menu__title {
	margin-bottom:0;
}
.u-color__border--border .c-footer_menu:last-child .c-footer_menu__title {
	margin-bottom:30px;
}
.l-footer {
	padding: 60px 100px;
}

/*sns*/
.l-footer__info__store__sns__item i {
	display: none;
}
.l-footer__info__store__sns a {
	width:40px;
	height:40px;
	display: inline-block;
}
.l-footer__info__store__sns a:first-child {
	background: url(https://ec-force.s3.amazonaws.com/steambreadcom/uploads/steam_bread/assets/img/instagram-icon.png) no-repeat center;
	background-size:40px;
}
.l-footer__info__store__sns a:nth-child(2) {
	background: url(https://ec-force.s3.amazonaws.com/steambreadcom/uploads/steam_bread/line-icon.png) no-repeat center;
	background-size:40px;
}
.l-footer__info__store__sns a:nth-child(3){
	background: url(https://ec-force.s3.amazonaws.com/steambreadcom/uploads/steam_bread/assets/img/twitter-icon.png) no-repeat center;
	background-size:40px;
}
.l-footer__info__store__sns a:nth-child(4) {
	background: url(https://ec-force.s3.amazonaws.com/steambreadcom/uploads/steam_bread/assets/img/tiktok-icon.png) no-repeat center;
	background-size:40px;
}

/**モーダル**/
.modal_reserve{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left:0;
    margin:0;
    width: 100%;
    z-index:50;
}
.modal_reserve__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal_reserve__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    text-align: center;
}
.modal_reserve__content .reserve-list {
	margin:0;
	padding:0;		
}
.modal_reserve__content .reserve-list li a {
	position:relative;
	display: block;
	width:100%;
	font-size: 20px;
	font-weight: bold;
	border: solid 1px #ccc;
	padding: 20px;
	margin:50px 0;
	color:#333;
	text-align: center;
}
.modal_reserve__content .reserve-list li a span {
	font-size: 16px;
}
.js-modal-close,.js-modal-close2 {
	font-size: 16px;
	color:#333;
}

/*テーブル*/
.p-page_table__inner {
	max-width: 1100px;
}
.c-table tbody tr th {
	width: 20%;
}

/** TOP **/
.l-header__inner__block {
	padding: 8px 0 15px 0;
}

.p-concept--layout4 {
	display: block;
	position:relative;
	width: 1100px;
}
.p-concept--layout4 .p-concept__image {
	width: 900px;
	padding-top: 5em;
}
.p-concept--layout4 .p-concept__inner {
	position: absolute;
    top: 0;
    width: auto;
	padding:0;
	background: none;
}
.p-concept--layout4 .p-concept__inner .p-concept__title  {
	font-size: 33px!important;
}
.p-concept--layout4 .p-concept__inner .p-concept__text {
	font-size: 18px!important;
    width: 366px;
    right: -125px;
    margin-top: 90px;
    position: absolute;
}
.p-banner__image {
	position:relative;
	text-align: right;
	margin-top: -100px;
}
.p-banner__image img {
	width:auto;
	display: inline-block;
}

/*大きい分*/
.merchandise-section {
    background-image: url(https://ec-force.s3.amazonaws.com/steambreadcom/uploads/steam_bread/assets/img/AdobeStock_438199130@2x.jpg);
    background-size: cover;
}
.box_regular-container {
    width: 1100px;
    margin: auto;
    padding: 80px 0 30px;
}
.regular-list__item {
    margin-bottom: 68px;
}
.regular-list__item__wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.regular-list__item__image {
    position: relative;
    width: 42%;
    text-align: center;
}
.regular-list__item__text {
    margin-left: 45px;
    flex: 1;
}
.regular-list__item__text--title {
    font-size: 30px;
    margin-top: 5px;
	line-height: 1.1;
}
.regular-list__item__text--first_price, .regular-list__item__text--second_price {
    font-size: 23px;
}
.regular-list__item__text--second_price {
    margin-bottom: 20px;
	font-size: 23px;
}
.regular-list__item__text--first_price span, .regular-list__item__text--second_price span {
    display: inline-block;
    padding: 5px;
}
.regular-list__item__text--first_price span {
    font-size: 36px;
}
.regular-list__item__text--tag {
    display: inline-block;
    color: #ffffff;
    padding: 1px 4px;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #d3d3d3;
}
.delivery_free {
    background-color: #BB936D;
	margin-bottom: 10px;
}
.regular-list__item__text--first_content,.regular-list__item__text--description {
	    margin-bottom: 30px;
}
.ribbon {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 18px;
    width: 70px;
    padding: 5px;
    color: #ffffff;
    z-index: 1;
}
.no1_ribbon {
    background-color: #B79776;
}
.ribbon:after, .no1_ribbon:after {
    position: absolute;
    content: '';
}
.ribbon:after {
    top: 99%;
    left: 0;
    display: block;
    height: 45%;
}
.no1_ribbon:after {
    border-left: 35px solid #B79776;
    border-right: 35px solid #B79776;
    border-bottom: 28px solid transparent;
}

/*右画像*/
.regular-list__item_r .regular-list__item__wrapper {
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
	
}
.regular-list__item_r .regular-list__item__text {
	margin-left: 0px;
	margin-right:45px;
}

/*TOPかるーせる*/
.top_itemlist {
	width:1100px;
	margin:0 auto;
	position:relative;
}
.recommendation-title {
    position: relative;
    text-align: left;
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}
.recommendation-title::before {
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background-color: #484e4d;
    content: '';
}
.recommendation-title img {
	width:auto;
}
.more__link {
    text-align: right;
}
.more__link a {
    width: 100px;
    text-align: right;
    color: #2F3534;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    padding-bottom: 5px;
    margin: 50px 0 80px;
}

.item_slider {
	width: min(100%, 1100px);
}
.p-product_slider .slick-slide > .top_slide_item_img {
	height:auto;
}
.p-product_slider .slick-slide .top_slide_item_txt,.item_noslider .top_slide_item_txt {
	height:auto;
	margin-top:20px;
	text-align: center;
}
.recommendation-list__item__text--name {
	line-height: 1.2;
	min-height: 75px;
}
.product-card__tag_div {
    margin-bottom: 12px;
}
.product-card__tag {
    white-space: nowrap;
    padding: 4px 7px 4px;
    border-radius: 6px;
    letter-spacing: .05em;
    font-size: 13px;
    margin-right: 1px;
	display: inline-block;
}
.shippingfree {
    background: #BB936D;
    color: #ffffff;
    margin-left: 0.2rem;
}
.recommendation-list__item__text--price {
    font-size: 0.8rem;
    margin: 8px 0;
}
.recommendation-list__item__text--btn {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.p-product_slider .slick-slide .top_slide_item_txt .btn_shop {
	text-align: center;
}
.recommendation-list__item__text--btn a, .recommendation-list__item__text--btn button {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    width: 50%;
    height: 40px;
    line-height: 35px;
    border: 1px solid #A8A8A8;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    outline: none;
}
.product-list__item__text--purchase {
    color: #ffffff;
    background-color: #000000;
}
.product-list__item__text--reserve {
    color: #000000;
    background-color: #ffffff;
    margin-right: 5px;
}

.p-product_slider .slick-arrow,.p-product_slider .slick-next {
	position:relative;
	z-index: 30;
}
.p-product_slider .slick-dots {
	margin-top:30px;
}
/* TOPかるーせるじゃない */
.new_product {
	padding-top:60px;
}
.item_noslider {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item_noslider li {
	margin:0 10px 50px;
	width:255px;
}

/*news*/
.p-news__inner {
	max-width: 1100px;
}
.c-news_item__inner__title,.c-news_item__inner__date {
	font-size:1rem!important;
}
.c-pagination__list {
	border:none;
}
/*ロゴ群*/
.features {
	background-color: #DEE6F3;
}
.features h4 {
    text-align: center;
    color: #D0A57C;
    padding-top: 50px;
    font-size: 1.2rem;
}
.features-logos {
    width: 600px;
    margin: 0 auto;
	padding:40px 0;
    text-align: center;
}
/** 商品一覧 **/
.list-title {
	text-align: center;
    margin: 50px;
	font-size:1.4rem;
}
.course-container {
	background-image: url(https://ec-force.s3.amazonaws.com/steambreadcom/uploads/steam_bread/assets/img/AdobeStock_438199130@2x.jpg);
    background-size: cover;
	padding:1px 0;
}
.course-container .regular-list__item {
	width:1100px;
	margin:60px auto;
}
.product {
	width:1100px;
	margin:0 auto 60px;
}
.util-title2 {
    position: relative;
    text-align: center;
    font-size: 28px;
	margin: 50px;
}
.util-title2 img {
	width:auto;
	display: inline-block;
}
.item_noslider.item_align_left {
	-webkit-justify-content: start;
    justify-content: start;
}

/** 商品詳細 **/
.p-product_content__inner {
	max-width: 1100px;
	 -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.sub_content {
    width: 100%;
    margin: 50px auto;
}
.box_item_txt {
	width: 40%;
}
.box_item_txt .p-product_content__inner__info {
    width: 100%;
}
.c-product_info__price .u-text--subhead {
	font-size:0px!important;
}
#sales-price-include-tax.sales_price_include_tax.u-text--subhead {
	font-size:20px!important;
}
#sales-price-include-tax.sales_price_include_tax.u-text--subhead:before {
	content:"価格　";
	display: inline-block;
}
#sales-price-include-tax.sales_price_include_tax.u-text--subhead:after {
	content:"（税込）";
	display: inline-block;
}
.price_hand {
	font-size: 20px;
}
/*パンをご購入の方へ*/
.box_buy {
    border: 1px solid #8d8d8d;
    border-radius: 5px;
    padding: 1.5em;
	width: 1100px;
    margin: 0 auto;
}
.box_buy h3 {
    margin-bottom: 1em;
	text-align: center;
}
.box_buy ul li {
    list-style: circle;
    margin-bottom: 0.5em;
    font-size: 0.9rem;
    margin-left: 2em;
}
/*解凍方法*/
.box_cold {
	background: url(https://ec-force.s3.amazonaws.com/steambreadcom/uploads/steam_bread/assets/img/AdobeStock_438199130@2x.jpg) center top;
}
.box_cold_container {
    width: 1100px;
    /* width: 53%; */
    margin: 80px auto 0;
    padding: 80px 0 0px;
}
.cold_container h4 {
	margin-bottom: 40px;
    font-size: 1.4rem;
    text-align: center;
}
.box_cold_container .delicious_defrost-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
	width:1100px;
	margin:0 auto;
}
.box_cold_container .delicious_defrost-list__item {
    position: relative;
    width: 510px;
    margin-bottom: 60px;
}
.box_cold_container .delicious_defrost-list__item__wrapper {
    padding: 1.5em;
	height: 175px;
	background-color: #fff;
	position:relative;
}
.box_cold_container .delicious_defrost-list__item::before {
    position: absolute;
    top: 42px;
    left: 45px;
    width: 500px;
    height: 163px;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 5%);
    background-color: #F0F0F0;
    content: '';
}
.delicious_defrost-list__item__wrapper--title {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: center;
}
.delicious_caution {
    width: 85%;
    margin: 0 auto;
}

/*3つの召し上がり方*/
.box_how_to_eat {
	margin-top:120px;
}
.box_how_to_eat h4 {
	margin-bottom: 40px;
    font-size: 1.6rem;
    text-align: center;
}
.how_to_eat-list__item {
    margin-bottom: 75px;
}
.how_to_eat-list__item__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.how_to_eat-list__item__wrapper--text {
    flex: 1;
    margin-right: 55px;
}
.how_to_eat-list__item__wrapper--text--title {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin: 45px 0 75px;
    font-family: fot-tsukuardgothic-std,sans-serif;
}
.how_to_eat-list__item__wrapper--text--description {
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.7;
    margin-left: 45px;
}
.box_cold_howto {
	margin-top:80px;
}
.box_cold_howto .delicious_defrost-list__item {
	width:100%;
}
.box_cold_howto .delicious_defrost-list__item:before {
	width:99%;
}
.how_to_eat-list__item__wrapper--image {
    width: 350px;
    height: 350px;
}
.how_to_eat-list__item__wrapper--image img {
    width: 100%;
    height: auto;
}
.how_to_eat-list__item__wrapper--text--title span {
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 600;
    padding: 22px 30px;
    margin: auto;
    letter-spacing: 0px;
    background-color: #484E4D;
    border-radius: 50%;
    margin-right: 20px;
}

/*栄養成分表示*/
.nutrition-container {
    width: 1100px;
    margin: 50px auto;
}
.util-title {
	margin-bottom: 40px;
    font-size: 1.6rem;
    text-align: center;
}
.nutrition-table__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.nutrition-table .nutrition-table__wrapper table {
    width: 47%;
    text-align: left;
    height: fit-content;
	border-collapse: collapse;
    border: 1px solid #000000;
}
.nutrition-table .nutrition-table__wrapper table th {
    width: 33%;
    padding: 5px 15px;
    background-color: #F5F5F5;
}
.nutrition-table .nutrition-table__wrapper table td {
    padding: 5px 15px;
	flex: 1;
    line-height: 1.7;
}
.nutrition-table__parameters tr:first-child th {
    padding: 15px 20px;
    text-align: center;
}

/* 見分け方 */
.box_how_to_distinguish-image {
	width:1100px;
	margin:50px auto;
}

/* 定期便 */
.box_app_container {
	width: 1100px;
    margin: 50px auto 0;
}
.app_header {
    font-size: 21px;
    text-align: center;
    color: #ffffff;
    padding: 15px;
    cursor: pointer;
    background: #b59472;
    letter-spacing: 0.4rem;
}
.app_header.active span {
    transform: rotate(180deg);
}
.app_inner {
    position: relative;
    display: none;
}
.second_purchase {
    background: #f1f1f1;
	padding: 20px 50px 30px;
}
.app_inner__tab h3 {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 1.6rem;
    text-align: center;
    margin: 0;
    padding: 10px;
}
.app_inner__tab h4 {
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
    padding: 20px;
}
.teiki_info {
	display: -webkit-flex;
    display: flex;
}
.teiki_info_img {
	width:30%;
}
.teiki_info_txt {
	margin-left:30px;
}
.box_teiki_txt {
	width: 1100px;
    margin: 50px auto 0;
}
.box_teiki_txt h3 {
	text-align: center;
	margin-bottom:20px;
}

/*STEAM BREADについて*/
#about h1 {
    font-size: 1.4rem!important;
	margin: 100px 0;
}
.about-container {
    max-width: 720px;
    margin: auto;
    padding: 0 0 10px;
}
.about-list__item {
    position: relative;
    margin-top: 20px;
}
.about-subtitle {
    font-size: 1.4rem;
    text-align: left;
    border-bottom: 1px solid #dbdee0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    word-break: break-all;
    width: 720px;
}
.about-list__item__text--description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0;
    padding: 60px 0;
}
.about-list__item__text--description:first-child {
    text-align: center;
}
.commitment {
    padding: 50px 0;
    background-image: url(https://ec-force.s3.amazonaws.com/steambreadcom/uploads/steam_bread/assets/img/AdobeStock_438199130@2x.jpg);
    background-size: cover;
}
.commitment-container {
    width: 720px;
    margin: 0 auto;
}
.commitment-list__item--text--title {
    font-size: 23px;
    line-height: 1.75;
    margin-bottom: 32px;
    margin-top: 60px;
}
.commitment-list__item--text--description {
    font-size: 1.1rem;
    line-height: 1.8;
}

/*店舗について*/
.page-free .p-page_content {
	padding:0;
}
.page-free .p-page_content__inner {
	max-width: 100%;
}
.shop-container {
    width: 900px;
    /* width: 76.2%; */
    margin: auto;
}
.shop-subtitle {
    font-size: 1.4rem;
    text-align: center;
    margin: 70px 0;
}
.shop-contents__text {
    width: 87%;
    margin: 0 auto;
    text-align: center;
    line-height: 2.1!important;
	font-size:1rem!important;
	padding: 50px 0 20px;
}
.shop_anc {
    margin: 50px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.shop_anc li {
    margin: 0 20px;
}
.shop_anc li a {
    width: 300px;
    padding: 20px;
    background: #000;
    color: #fff;
    font-size: 1.2rem;
    display: block;
    text-align: center;
	text-decoration: none;
	border-radius: 5px;
}
.shop_anc li a span {
    font-size: 1rem;
}
/*店舗詳細*/
.information {
  background-image: url(https://ec-force.s3.amazonaws.com/steambreadcom/uploads/steam_bread/assets/img/AdobeStock_438199130@2x.jpg);
  /* background-color: aqua; */
  background-size: cover;
  text-align: center;
}

.information-container {
  width: 900px;
  /* width: 76.2%; */
  margin: auto;
  padding: 70px 0;
}

.information-image {
  width: 100%;
  margin-bottom: 82px;
}

.information-image img {
  width: 100%;
}

.information-shop {
  width: 100%;
  margin: 0 auto 50px;
  background-color: #FFFFFF;
}

.information-shop__wrapper {
  padding: 80px 30px;
}

.information-shop--title-en {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin: 0;
}

.information-shop--title-ja {
  margin-bottom: 15px;
}

.information-shop--opentime {
  display: inline-block;
  width: 250px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
     font-family: fot-tsukuardgothic-std,sans-serif;
  color: #FFFFFF;
  background-color: #000000;
  margin: 0 auto;
}

.information-description {
  font-size: 1rem!important;
  line-height: 2.1;
}

.access {
  text-align: center;
}

.access-title {
  margin-bottom: 40px;
}

.access-container {
  width: 900px;
  /* width: 76.2%; */
  margin: auto;
  padding: 70px 0 0;
}

.access-map iframe {
  margin-bottom: 30px;
}

.access-map p {
  margin-bottom: 13px;
	font-size:1rem;
}
.access-map__tel {
	font-size:1.2rem;
}
.box_reserve_link {
    margin-top: 70px;
    text-align: center;
}
.box_reserve_link a {
    width: 60%;
    padding: 20px;
    background: #000;
    color: #fff;
    font-size: 19px;
    display: inline-block;
    text-align: center;
	text-decoration: none;
}
/*特定商*/
.box_2col {
    display: -webkit-flex;
    display: flex;
}
.box_delivery {
    margin-right: 50px;
	margin-top:10px;
}
.box_delivery h5 {
	font-size:1rem;
}
/*プライバシーポリシー*/
.page-pb .p-page_content__inner {
	max-width:900px;
}
.page-pb .p-page_content__inner h2 {
	font-size:1.4rem!important;
	margin-bottom: 20px;
}
/*ご利用ガイド*/
.page-guide .p-page_content__inner {
	max-width:900px;
	line-height:2em;
}
.page-guide .p-page_content__inner h2 {
	font-size:1.4rem!important;
	margin-bottom: 20px;
}
.page-guide .p-page_content__inner .u-text--body {
	font-size:1rem;
}
.page-guide .p-page_content__inner table {
	margin-bottom:30px;
}
.page-guide .p-page_content__inner table td,.page-guide .p-page_content__inner table th {
	border-bottom: solid 1px #ccc;
}
.shipping-cau {
	font-size:0.9rem;
}

/*ハンバーガー*/
.c-gmenu__container__inner__list__item__child__item__inner{
	font-size:1rem!important;
}

/* 閲覧履歴*/
.c-product_item__inner__title {
	font-size:1rem!important;
}
.c-product_item__inner__category{
	display: none;
}
.c-product_item__inner__price > .origin {
	display: none;
}


/*******************スマホ************************/
@media all and (max-width: 750px) {
	/*共通*/
	.p-concept--layout4 {
		width:auto;
	}
	h1.u-text--head {
		font-size:1.4rem!important;
	}
	.pc {
		display: none;
	}
	/*header*/
	main {
    	padding-top: 77px!important;
	}
	.l-header__inner__block {
		padding:0;
	}
	.logo__block {
		width: 35vw;
		margin-bottom: 10px;
	}
	/*footer*/
	.l-footer {
		padding:30px 15px;
	}
	/* TOP */
	.p-concept--layout4 .p-concept__inner {
		position:relative;
		background: url(https://ec-force.s3.amazonaws.com/steambreadcom/uploads/steam_bread/assets/img/SV.png) no-repeat center bottom;
		background-size:80vw;
		padding-bottom:80vw;
		display: block;
	}
	.p-concept--layout4 .p-concept__image {
		display: none;
	}
	.p-concept--layout4 .p-concept__inner .p-concept__title {
		font-size: 1.2rem!important;
    	padding: 0 15px;
	}
	.p-concept--layout4 .p-concept__inner .p-concept__text {
		width: auto;
		position: static;
		margin: 0 15px;
		font-size: 1rem!important;
	}
	.box_regular-container {
		width: auto;
    	padding: 30px;
	}
	.regular-list__item {
		margin-bottom:40px;
	}
	.regular-list__item__wrapper {
		display: block;
	}
	.regular-list__item__image {
		width:100%;
	}
	.regular-list__item__text,.regular-list__item_r .regular-list__item__text {
		margin:10px 0 0;
	}
	.regular-list__item__text--title {
		font-size: 1.4rem;
		margin-top: 5px;
	}
	.regular-list__item__text--first_price, .regular-list__item__text--second_price {
		font-size: 18px;
		margin-top:0;
	}
	.regular-list__item__text--second_price span {
		font-size: 30px;
	}
	.new_product,.top_itemlist {
		width: auto;
		padding: 15px;
	}
	.top_itemlist {
		width:auto;
		padding:0;
	}
	.more__link a {
		margin: 0px 0 50px;
	}
	.recommendation-list__item__text--name {
		font-size: 0.8rem;
		min-height: 60px;
	}
	.recommendation-title img {
		max-width:80%;
	}
	/*スライド*/
	.top_itemlist {
		width:100%;
	}
	.features h4 {
		padding-top: 30px;
	}
	
	.features-logos {
		width: 90%;
    	padding: 20px 0 30px;
	}
	.p-kv_slider__track__list__item__inner {
		background-image: url(https://ec-force.s3.amazonaws.com/steambreadcom/uploads/steam_bread/assets/img/top/sweet_potato_mv-sp.jpg)!important;
	}

	
	/** 商品一覧 **/
	.list-title {
		margin:30px;
		font-size: 1.4rem!important;
	}
	.course-container .regular-list__item{
		width:auto;
		margin:30px;
	}
	.regular-list__item__text--contents {
		margin-bottom:15px;
	}
	.product  {
		width:auto;
		margin:15px;
	}
	.item_noslider li {
		margin: 0 2% 30px;
    	width: 46%;
	}
	.recommendation-list__item__text--btn {
		display: block;
	}
	.recommendation-list__item__text--btn a, .recommendation-list__item__text--btn button {
		width:100%;
		margin-bottom:10px;
	}
	.util-title2 {
		margin:50px 0;
	}
	.util-title2 img {
		max-width:90%;
	}
	.item_noslider {
		-webkit-justify-content: flex-start;
    	justify-content: flex-start;
	}
	.product-card__tag {
		margin-bottom: 0.5em;
	}
	.sp_mt20 {
		margin-top:20px;
	}
	
	/*商品詳細*/
	.box_item_txt,.box_cold_container,.box_cold_container .delicious_defrost-list,.box_cold_container .delicious_defrost-list__item,.box_how_to_distinguish-image,.nutrition-container {
		width:auto;
	}
	.box_cold_container {
		padding: 35px 0 0px;
	}
	.box_cold_container .delicious_defrost-list {
		display: block;
	}
	.delicious_defrost-list__item {
		margin:10px;
	}
	.box_cold_container .delicious_defrost-list__item__wrapper {
		height:auto;
		margin:10px 10px 30px;
		box-shadow: 10px 5px 5px #ccc;
	}
	.box_cold_container .delicious_defrost-list__item::before {
		display: none;
	}
	.box_cold_container .delicious_defrost-list__item {
		margin-bottom:0;
	}
	.how_to_eat-list__item {
		margin:0 15px;
	}
	.how_to_eat-list__item__wrapper {
		display: block;
	}
	.how_to_eat-list__item__wrapper--text--title {
		margin: 45px 0 45px;
	}
	.how_to_eat-list__item__wrapper--text--description {
		width: auto;
		margin: 0 5px;
		font-size: 1.1rem;
		line-height: 1.4em;
	}
	.how_to_eat-list__item__wrapper--image {
		width:auto;
		margin:20px 5px;
	}
	.how_to_eat-list__item__wrapper--text {
		margin-right: 0;
	}
	.nutrition-table__wrapper {
		display: block;
		margin:0 15px;		
	}
	.nutrition-table .nutrition-table__wrapper table {
		width:100%;
		margin-bottom:10px;
	}
	.box_item_txt .p-product_content__inner__info {
		width:auto;
	}
	.c-product_info__description {
		line-height:1.4em;
	}
	.box_buy {
		width:auto;
		margin:0 30px;
	}
	.box_item_txt {
		padding:0 15px;
	}
	.box_item_txt .p-product_content__inner__info {
		padding:0;
	}
	.box_app_container {
		width:auto;
		margin:30px;
	}
	.second_purchase {
		padding: 15px;
	}
	.teiki_info {
		display: block;
	}
	.teiki_info_img {
		width: 70%;
		margin: 0 auto;
	}
	.teiki_info_txt {
		margin:15px 0 0;
	}
	.box_teiki_txt {
		width:auto;
		margin:30px;
	}
	/*モーダル*/
	.modal_reserve__content {
		width: 82%;
	}
	.modal_reserve__content .reserve-list li a {
		font-size: 1rem;
	}
	
	/*スチームブレッドについて*/
	#about h1 {
		margin: 30px 0;
	}
	.about-list__item__text--description {
		font-size: 1rem;
		line-height: 1.6;
		padding: 30px 0;
	}
	.about-list__item__text--description:first-child {
		text-align: left;
	}
	.about-list__item {
		margin:0 30px;
	}
	.about-subtitle {
		width:auto;
	}
	.commitment-container {
		width:auto;
		padding: 0 30px;
	}
	
	/*店舗について*/
	.shop-container {
		width:auto;
	}
	.p-page_content__inner h2 {
		font-size: 2rem;
    	margin: 30px 0;
	}
	.shop-subtitle {
		font-size: 1.2rem;
		text-align: center;
		margin: 0 0 40px 0;
	}
	.shop-container {
		width: 85%;
	}
	.shop_anc {
		display: block;
	}
	.shop_anc li {
		margin: 0 0 20px;
	}
	.shop_anc li a {
		width:100%;
	}
	.shop-contents__text {
		width:100%;
	}
	
	/*店舗詳細*/
	.information-container {
		width:85%;
		padding: 40px 0 10px;
	}
	.information-shop {
		width: 100%;
		margin: 0 auto 50px;
	}
	.information-shop--title-en {
		font-size: 1.4rem;
	}
	.information-shop__wrapper {
		padding:30px;
	}
	.information-description {
		padding-bottom: 30px;
	}
	.access-container {
		width:85%;
	}
	.access-map .access-map__address {
		font-size:.9rem;
	}
	.box_reserve_link a {
		width:100%;
	}
	/*テーブル*/
	.c-table tbody tr th {
		width: 100%;
	}
	.box_delivery {
		margin-right: 15px;
		margin-top: 10px;
	}
	.page-guide .p-page_content__inner table td, .page-guide .p-page_content__inner table th {
		font-size: 0.9rem;
	}
}