@charset "UTF-8";
/*body#second{
 font-family:  "Calibri","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
}*/
.flex_column {
  	display:flex;
  	flex-direction: column;
}
.flex_row{
  	display:flex;
  	flex-direction: row;
  	flex-wrap: wrap;
}
.flex_row_column{
  	display:flex;
  	flex-direction: row;
  	flex-wrap: wrap;
}
.flex_center{
  	display:flex;
  	justify-content: center;
    align-items: center;
}
.flex_valign_center{
  	display:flex;
    align-items: center;
}
.flex_align_center{
  	display:flex;
  	justify-content: center;
}
.basecolor {
  color:#b81c22;
}
div.notice_area{
  padding: 20px;
  margin: 0 auto 10px;
  border: solid 1px #b81c22;
  color: #222a46;
}
div#shop_body div.notice_area p {
  font-size: 1rem;
  /* color: #b81c22; */
  color: #222a46;
}
div#shop_body div.notice_area p span,
div#shop_body div.notice_area p strong {
  color: inherit;
}
div.notice_area h4{
  color: #b81c22;
}
div.recruit_site_button{
  max-width: 400px;
  width: 90%;
  height: auto;
}
.dialogue_wrap{
  font-family: "MaruminOld","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display:flex;
  flex-direction: column;
  font-size: 18px;
}
#dialogue_ttl {
	position: relative;
    display: flex;
    align-items: center;
    height: 80px;
    margin-bottom: -4px;
    margin-top: 80px;
    background: url(img/bg_dialogue_ttl.jpg) repeat-x center bottom;
    text-align: center;
    z-index: 10;
}
#dialogue_ttl h1 {
	font-family: "MaruminOld","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 100%;
  	font-size: 2rem;
    margin: 0 auto;
  	display: flex;
  	justify-content: center;
    align-items: center;
  	color: #FFFFFF;
}
#dialogue_head {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 80px;
}
#dialogue_head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#dialogue_head img.withbannai-stamp {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 15vw;
  height: auto;
  object-fit: unset;
}
.dialogue_contents {
    width: 100%;
    padding: 60px 0;
}
.dialogue_inbox {
	width: 90%;
    max-width: 1120px;
    margin: 0 auto;
}
.dialogue_inbox h2{
	font-family: "MaruminOld","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 100%;
	font-size: 2.25rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.dialogue_inbox h2.title_family {
	font-family: "MaruminOld",sans-serif;
	background-image: url(img/bg_dialogue_ttl.jpg);
	background-size: 100%;
	background-position: center top;
	color: #fff;
	padding: 0.333rem;
}
.dialogue_inbox h2.title_takumi {
    background-color: #000;
    color: #fff;
    padding: 0.5rem;
    font-weight: normal;
}
.dialogue_inbox ul{
	position: relative;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 40px;
}
.dialogue_inbox ul::before {
	order: 1;
}
.dialogue_inbox ul::before,
.dialogue_inbox ul::after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
.dialogue_inbox ul li{
  	width: 24%;
  	display: flex;
  	flex-direction: column;
  	margin-bottom: 2rem;
}
.dialogue_inbox ul li a.disabled {
  	pointer-events: none;
}
.dialogue_inbox_genre{
	background: #DB882D;
    color: #FFF;
    padding: 3px;
    display: inline;
  	font-size: 1rem;
}
.article_takumi .dialogue_inbox_title {
    font-size: 1.5rem;
}
.dialogue_inbox ul li img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#dialogue_single_head {
    width: 100%;
  	margin-bottom: 40px;
  	position: relative;
}
#dialogue_single_head img{
    width: 100%;
}
#dialogue_single_head img.withbannai-stamp {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 150px;
}
.dialogue_single_inbox {
	width: 96%;
	max-width: 1120px;
	margin: 0 auto;
	margin-bottom: 4rem;
}
.dialogue_single_inbox h3{
	font-family: "MaruminOld","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 100%;
  	font-size: 2rem;
    margin: 0 auto;
  	margin-bottom: 40px;
}
.dialogue_single_inbox img{
  	width: 100%;
  	margin-bottom: 40px;
}
.dialogue_single_head_title{
  	width: 100%;
  	padding: 15px;
  	border-radius: 10px;
    background: url(img/bg_dialogue_ttl.jpg) repeat-x center bottom;
  	margin-bottom: 40px;
}
.dialogue_single_head_title p{
  	width: 100%;
  	background: #FFFFFF;
  	padding: 15px;
  	margin:0px;
  	border-radius: 10px;
  	text-align: center;
  	font-size: 1.5rem;
}
.dialogue_single_head_coment {
  	width: 100%;
  	text-align: left;
  	font-size: 1rem;
  	line-height: 1.5rem;
  	margin-bottom: 40px;
}
.dialogue_talk_title {
	font-size: 1.5rem;
  	font-weight: bold;
  	margin-bottom: 1.5rem;
}
.dialogue_profile_user,
.dialogue_profile_owner,
.dialogue_talk_user {
  	margin-bottom: 1.5rem;
}
.dialogue_profile_user_left,
.dialogue_profile_owner_left,
.dialogue_talk_user_left{
  	width: 100px;
}
.dialogue_profile_user_right,
.dialogue_profile_owner_right,
.dialogue_talk_user_right {
  	flex: 1;
}
.dialogue_profile_user_left img,
.dialogue_profile_owner_left img,
.dialogue_talk_user_left img{
  margin-bottom: 0px;
}
.dialogue_talk_user_all {
  font-weight: bold;
}
.dialogue_profile_user_right_1 {
  	color:#b81c22;
  	font-weight: bold;
}
.dialogue_profile_user_right_2 {
  	color:#b81c22;
  	font-weight: bold;
}
.dialogue_profile_owner_right {
  	font-weight: bold;
}

.dialogue_talk_family {
  	position:relative;
  	margin-top: 40px;
}
.dialogue_talk_family_2{
  	position: absolute;
  	top:-30px;
  	left: -20px;
}
.dialogue_talk_family_3 {
  	margin: 40px;
}
.dialogue_talk_family_1 img{
  margin-bottom: 0px;
}
.dialogue_talk_family_2 img{
  margin-bottom: 0px;
  width: 150px;
}
.dialogue_shop_info {
  margin-top: 40px;
  margin-bottom: 80px;
}
.dialogue_shop_info_left,
.dialogue_shop_info_right {
  	width: 48%;
  	margin: 3px;
}
.dialogue_shop_info_right_01 {
  	font-size: 1.3rem;
  	font-weight: bold;
  	margin: 10px;
}
.dialogue_shop_info_right_02 {
  	font-size: 0.9rem;
  	margin: 10px;
}
.dialogue_shop_info_right dl {
  	margin: 10px;
}
.dialogue_shop_info_right dt{
  	width: 20%;
  	background: #282b46;
  	color: #FFFFFF;
  	padding: 5px;
  	text-align:center;
}
.dialogue_shop_info_right dd {
  	padding: 5px;
}

#dialogue_single_head_takumi {
    position: relative;
    margin: 80px 0 4rem;
}
#dialogue_single_head_takumi h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
}
.takumi_head_sub_title {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 1vw 2.5vw 1vw 3vw;
    font-size: 2.5vw;
    letter-spacing: 0.1vw;
    line-height: 1;
    margin-bottom: -1px;
}
.takumi_head_title {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 1vw 2.5vw 1.25vw 3vw;
    font-size: 5vw;
    letter-spacing: 0.2vw;
    line-height: 1;
}
#dialogue_single_head_takumi img {
    width: 100%;
    display: block;
}
.dialogue_single_inbox_takumi {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
}
.takumi_body_midashi {
    margin-bottom: 4rem;
    text-align: center;
}
.takumi_body_midashi h2 {
    color: #b41f25;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}
.takumi_body_midashi p {
    line-height: 1.8;
}
.takumi_body_contents_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.takumi_body_contents_block:nth-child(2n) {
    flex-flow: row-reverse;
}
.takumi_body_contents_desc {
    width: 55%;
}
.takumi_body_contents_desc h3 {
    font-size: 1.8rem;
    font-weight: normal;
    background-color: #fff;
    margin-bottom: 1rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border-left: solid 1rem #b41f25;
}
.takumi_body_contents_desc p {
    line-height: 1.8;
    letter-spacing: 0.01rem;
}
.takumi_body_contents_pict {
    width: 42.5%;
}
.takumi_body_contents_pict > div img {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.takumi_body_contents_pict p {
    font-size: 0.9rem;
    text-align: right;
    margin-top: 0.5rem;
    letter-spacing: 0.05rem;
}
.takumi_body_gallery {
    margin-bottom: 4rem;
}
.takumi_body_gallery .dialogue_single_inbox_takumi {
    display: flex;
    flex-wrap: wrap;
}
.takumi_body_gallery_image  {
    width: 49%;
    margin-bottom: 2%;
}
.takumi_body_gallery_image > div {
    height: 400px;
}
.takumi_body_gallery_image > div img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.takumi_body_gallery_image p {
    font-size: 0.9rem;
    text-align: right;
    margin-top: 0.5rem;
    letter-spacing: 0.05rem;
}

/* google review */
section#user_voice h1{
  color: #fff;
  margin: auto 0;
  padding: 20px 20px 20px 20px;
  font-size: 33px;
  vertical-align: middle;
  text-align: center;
}
section#user_voice{
  background: #231F3F;
}
section#user_voice div.btn-readmore,btn-readmore-white {
  width: 300px;
  margin: 0 auto;
}
section.index-voice{
 padding: 30px;
}
div.content-inner{
 background: #feffff;
}
.all_review_info {
    text-align: center;
    margin-bottom: 20px;
	display: flex;
    flex-direction: column;
}
.rating_all {
    font-family: "Google Sans Display", "Google Sans", Roboto, "Noto Sans JP", Arial, sans-serif;
    font-size: 4rem;
    font-weight: 400;
}
.all_rate{
  margin-top: -20px;
}
.all_rate[rating='1']::before {
    content: "★☆☆☆☆";
    color: #ffc800;
    font-size: 2rem;
}
.all_rate[rating='2']::before {
    content: "★★☆☆☆";
    color: #ffc800;
    font-size: 2rem;
}
.all_rate[rating='3']::before {
    content: "★★★☆☆";
    color: #ffc800;
    font-size: 2rem;
}
.all_rate[rating='4']::before {
    content: "★★★★☆";
    color: #ffc800;
    font-size: 2rem;
}
.all_rate[rating='5']::before {
    content: "★★★★★";
    color: #ffc800;
    font-size: 2rem;
}
.localguide {
  display:flex;
  flex-direction: row;
  align-items: center;
}
.localguide div{
  margin: 0 10px;
}
.info-rate[rating='1']::before {
    content: "★☆☆☆☆";
    color: #ffc800;
}
.info-rate[rating='2']::before {
    content: "★★☆☆☆";
    color: #ffc800;
}
.info-rate[rating='3']::before {
    content: "★★★☆☆";
    color: #ffc800;
}
.info-rate[rating='4']::before {
    content: "★★★★☆";
    color: #ffc800;
}
.info-rate[rating='5']::before {
    content: "★★★★★";
    color: #ffc800;
}
section.archive-google-review-list ul{
  	margin: 0 auto;
    width: 75%;
}

#information .review-context{
    width: 90%;
    max-width: 1000px;
    min-height: auto;
    margin: 0 auto;
  }
@media (min-width: 992px){
.index-voice .index-voice-list {
    margin: 0 1em;
}
}
@media (min-width: 768px){
ul#shop_top_img_list{
    background: #fff;/*
    height: 650px; */
}
ul#shop_top_img_list img{
    margin: 60px auto 0;
  	width: 1164px;
  overflow: hidden;
  padding: 30px 20px 30px 20px;
}
.index-voice .index-voice-list {
    margin: 0 1em;
}
}
.index-voice .index-voice-list {
    margin: 0 1em;
}
.index-voice .index-voice-list .voice-list-box {
    margin-bottom: 3rem;
}
.index-voice .index-voice-list .voice-list-box .txt-box .read-more {
    display: none;
}


@media screen and (max-width: 767px){
  .dialogue_wrap{
    font-size:16px;
  }
  #dialogue_ttl{
    display: flex;
    align-items: center;
    height: 44px;
    margin-top: 46px;
    background: url(img/bg_dialogue_ttl.jpg) repeat-x center bottom;
    background-size: cover;
    text-align: center;
  }
  #dialogue_ttl h1{
    font-size: 1rem;
    margin: 0 auto;
  }
  #dialogue_single_head,
  .dialogue_single_inbox h3{
    margin-bottom: 30px;
    font-size: 1.7rem;
    position: relative;
  }
  .dialogue_single_head_title p{
    font-size: 1rem;
  }
  #dialogue_head {
    position: relative;
    margin-top: 50px;
    height: 200px;
  }
  #dialogue_head img.withbannai-stamp,
  #dialogue_single_head img.withbannai-stamp
  {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: auto;
    object-fit: unset;
  }
  .dialogue_profile_user,
  .dialogue_profile_owner,
  .dialogue_talk_user{
    margin-bottom: 1rem;
  }
  .dialogue_talk_family_2{
    position: absolute;
    left: -5px;
    top: -5px;
  }
  .dialogue_talk_family_2 img{
    width: 90px;
  }
  .dialogue_talk_family{
    margin-top: 30px;
  }
  .dialogue_talk_family_3{
    margin: 30px 10px;
  }
  .flex_row_column{
  	display:flex;
  	flex-direction: column;
  }
  .dialogue_shop_info_left,
  .dialogue_shop_info_right{
    width: 100%;
    margin: 0;
  }
  .dialogue_shop_info_left img{
    margin: 0;
  }
  .dialogue_shop_info_right dt{
    width: 30%;
  }
  .dialogue_shop_info_right dl{
    margin: 5px;
  }

  .dialogue_inbox h2.title_family {
    font-size: 2rem;
    background-size: 666px;
  }
  .dialogue_inbox h2.title_takumi {
    font-size: 2rem;
  }
  .dialogue_inbox ul li{
    width: 100%;
  }

  #dialogue_single_head_takumi {
    margin: 50px 0 2rem;
  }
  .takumi_head_sub_title {
    font-size: 4vw;
    padding: 3vw 4vw 2vw 5vw;
  }
  .takumi_head_title {
    font-size: 8vw;
    padding: 3vw 5.4vw 3vw 4vw;
  }
  .takumi_body_midashi {
    margin-bottom: 2rem;
  }
  .takumi_body_midashi h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .takumi_body_midashi h2 br {
    display: none;
  }
  .takumi_body_midashi p {
    font-size: 1rem;
    text-align: left;
    width: 92%;
    margin: 0 auto;
  }
  .takumi_body_midashi p br {
    display: none;
  }
  .takumi_body_contents_block {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .takumi_body_contents_block:nth-child(2n) {
    flex-direction: column;
  }
  .takumi_body_contents_desc {
    width: 100%;
  }
  .takumi_body_contents_desc h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
    border-left: solid 0.75rem #b41f25;
  }
  .takumi_body_contents_desc p {
    font-size: 1rem;
    width: 92%;
    margin: 0 auto 1rem;
  }
  .takumi_body_contents_pict {
    width: 92%;
    margin: 0 auto;
  }
  .takumi_body_gallery_image  {
    width: 92%;
    margin: 0 auto 1rem;
  }
  .takumi_body_gallery_image > div {
    height: auto;
  }
  .takumi_body_gallery_image > div img {
    object-fit: unset;
  }
}

/* shop_page css*/
section#shop_detail {
	display:flex;
	justify-content: center;
	background-color: #f2f2f2;
}

div#shop_detail_container{
	width:768px;
}

div#shop_detail_container h2{
	text-align:center;
	font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

div#shop_detail_container h2 span{
	font-size: 45px;
    color: #000000;
    display: inline-block;
    /*font-family: serif;*/
}

div#shop_header{
    display:flex;
    justify-content:space-between;
    border-bottom: solid 1px #000;
}
div#shop_header h3{
	font-size: 1.5rem;
	display: inline-block;
}

div#contact_module h4:before{
	background:url("http://test501.barandev.com/web501_1_011/cms/wp-content/uploads/2021/04/ramen-fan.png");
	margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    background-repeat: no-repeat;
    width:30px;
    height:30px;
    background-size:contain;
    vertical-align:middle;
}
div#contact_module{
	display:inline-block
}
/* shop_page css*/
section#shop_detail {
	display:flex;
	justify-content: center;
	color: #00000;
	background: url(https://ban-nai.com/img/bg_recruit.png) repeat left top;
}

div#shop_detail_container{
	width: 1164px;
	padding: 30px 20px 30px 20px;
}

div#shop_detail_container h2{
	text-align:center;
	font-size: 1.5rem;
	color: #000000;
	margin-bottom: 1.5rem;
}
#shop_news {
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    line-height: 1.75;
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
}
div#shop_header{
    display:flex;
    justify-content:space-between;
    border-bottom: solid 1px #000;
}
div#shop_header h3{
	/* line-height: 1; */
	height: 53px;
	font-size: 30px;
	color: #000000;
	display: inline-block;
	/*font-family: serif;*/
	margin-top: 33px;
	/* bottom: 0; */
}

div#contact_module{
	display:inline-block
}

div.shop_map{
	display: inline-block;
	width: 49%;
}
div.shop_map iframe{
	width: 100%;
}

div#shop_business_data{
	display: inline-block;
	width: 49%;
}
div#shop_body{
	padding:10px;
}
div#shop_body p{
	font-size: 12px;
}
div#shop_data{
	display:flex;
	justify-content:space-between;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#shop_business_data dl{
	border-bottom: 1px dashed #0f0f0f;
	margin-top: 10px;
}

div#shop_business_data dt{
	float: left;
	width: 80px;
	background-color: #272945;
	color: #fff;
	padding: 3px 5px;
	text-align: left;
	border-radius: 5px;
}

div#shop_business_data dd{
	margin: 0 0 10px 100px;
}
div#shop_business_data dd.shop_open a {
    background-color: #f6d247;
    color: #000;
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    margin: 0.5rem 0;
    text-align: center;
}
dd.shop_tel{
	color:#c20000;
	font-weight:bold;
	font-size:20px;
}

div#shop_tel{
	background-color: #e60000;
	font-weight: bold;
	color: #fff;
	padding: 10px 30px;
	margin: 7px;
}
/*店舗一覧ページ*/
div.inner_pref_shop ul>li>img{
  width:100%;
}
div.inner_pref_shop ul>li>h5{
	font-size:20px;
}
div.inner_pref_shop ul>li>div.section{
  margin: 10px;
}


/*limited menu メニューより転用*/
@media screen and (min-width: 768px) {

#limited {
    padding-bottom: 70px;
    background: url(../../../../img/img_paper-line_b_02.png) repeat-x left bottom;
	padding-top: 20px;
  }
  #limited h2 {
    width: 293px;
    height: 32px;
    margin: 0 auto 50px;
    background: url(../../../../img/menu/ttl_limited.png) no-repeat center;
    background-size: cover;
  }
  #limited h2 span {
    display: none;
  }
  #limited .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #limited .box .left_unit {
    position: relative;
    overflow: hidden;
    width: 48%;
    max-width: 464px;
    border-radius: 16px;
    line-height: 0;
  }
  #limited .box .left_unit img {
    width: 100%;
  }
  #limited .box .left_unit .tag {
    position: absolute;
    top: 0;
    left: 16px;
    width: 96px;
    background-color: #ffa800;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
  }
  #limited .box .left_unit .tag.limited {
    background-color: #b81c22;
  }
  #limited .box .right_unit {
    width: 48%;
    max-width: 464px;
  }
  #limited .box .right_unit .ttl {
    position: relative;
    margin-bottom: 16px;
  }
  #limited .box .right_unit .ttl .sub {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1;
  }
  #limited .box .right_unit .ttl h3 {
    width: calc(100% - 4em);
    margin-bottom: 30px;
    color: #222a46;
    font-size: 24px;
    line-height: 1.2;
  }
  #limited .box .right_unit .ttl .price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4em;
    margin: 0;
    color: #b81c22;
    font-size: 24px;
    line-height: 1.2;
    text-align: right;
  }
  #limited .box .right_unit .ttl .price span {
    color: #b81c22;
    font-size: 15px;
  }
  #limited .box .right_unit .link_btn {
    width: 100%;
  }
  div.detail_box{
    padding: 0 18px 20px;
    color: #222a46;
  }
  div.detail_box>div.city_list>div.inner_pref_shop{
    margin-top: 30px;
  }
  div.detail_box>div.city_list{
    width: 100%;
  }
  div.detail_box>div.city_list li{
    width: 325px;
    margin: 8px;
  }
  div.detail_box ul{
    list-style-type: none;
  }
  div.detail_box li,a{
  	color: #222a46;
  }
  div.detail_box li{
  	border: 1px solid #EEEEEE;
    padding: 10px;
  }
  /*
  div.inner ul{
   list-style: none;
   padding: 0 20px;
   flex-wrap: wrap;
   display: flex;
   margin: 0px;
  }
  */
  p.img_string{
   position: absolute;
    opacity: 0.4;
    color: black;
    font-weight: bold;
    font-size: 30px;
    top: 50%;
    left: 30%;
  }

  /* google review */
section#user_voice{
  background: #231F3F;
  height: 600px;
}
section.index-voice{
	padding: 30px;
	width: 96%;
	margin: 0 auto;
    max-width: 1120px;
    max-height: 450px;
    overflow: scroll;
  	background: #fff;
}
}

div#logo p{
  font-size: 14px;
  height: 10px;
  position: relative;
  top: 60px;
  left: 25px;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 767px){
	#shop_detail{
		padding-top: 0px;
	}
	div#shop_detail_container{
		width: 100%;
		padding-top: 0px;
	}
	div#shop_business_data{
		width: 100%;
	}
  div#shop_business_data dd.shop_open a {
    	text-align: left;
  	}
	div.shop_map{
		width: 100%;
	}
  div.shop_map iframe {
      width: 100%;
  }
	div#contact_module{
		display:none;
	}
	div#shop_body>p{
		display:none;
	}
  #shop_news {
    font-size: 1rem;
    margin-top: 2rem;
  }
  div#shop_data {
        display: flex;
        /* flex-direction: revert; */
        flex-direction: column-reverse;
    }
    div#shop_header h3{
    	font-size:21px;
    	line-height:1;
    }
    #limited {
	    padding-bottom: 35px;
	    background: url(../../../../img/img_paper-line_b_02.png) repeat-x left bottom;
	}
	#limited h2 {
	    width: 219.75px;
	    height: 24px;
	    margin: 0 auto 25px;
	    background: url(../../../../img/menu/ttl_limited.png) no-repeat center;
	    background-size: cover;
	}
	#limited h2 span {
	    display: none;
	}
	#limited .box {
    width: 90%;
    max-width: 464px;
    margin: 0 auto;
  }
  #limited .box .left_unit {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 464px;
    margin-bottom: 16px;
    border-radius: 16px;
    line-height: 0;
  }
  #limited .box .left_unit img {
    width: 100%;
  }
  #limited .box .left_unit .tag {
    position: absolute;
    top: 0;
    left: 16px;
    width: 96px;
    background-color: #ffa800;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
  }
  #limited .box .left_unit .tag.limited {
    background-color: #b81c22;
  }
  #limited .box .right_unit {
    width: 100%;
    max-width: 464px;
  }
  #limited .box .right_unit .ttl {
    position: relative;
    margin-bottom: 8px;
  }
  #limited .box .right_unit .ttl .sub {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1;
  }
  #limited .box .right_unit .ttl h3 {
    width: calc(100% - 4em);
    margin-bottom: 15px;
    color: #222a46;
    font-size: 20px;
    line-height: 1.2;
  }
  #limited .box .right_unit .ttl .price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4em;
    margin: 0;
    color: #b81c22;
    font-size: 20px;
    line-height: 1.2;
    text-align: right;
  }
  #limited .box .right_unit .ttl .price span {
    color: #b81c22;
    font-size: 15px;
  }
  #limited .box .right_unit .link_btn {
    width: 100%;
  }

  #prefectures .prefectures_unit{
    display:flex;
  }
  #prefectures .prefectures_unit dl{
    margin: 20px;
  }
  #prefectures .prefectures_unit dt{
    font-size:26px;
    color: #fefefe;
  }
  #prefectures .prefectures_unit dd{
    color: #6a6c7e;
    display:inline-block;
    width:60px;
    text-align: center;
    line-height: 3;
  }
  #prefectures .prefectures_unit dl dd a {
    color: #fff;
    text-decoration: underline;
  }
  div.detail_box a {
      color: #222a46;
      text-decoration: underline;
  }
  div.detail_box li {
    color: #222a46;
    border: 1px solid #EEEEEE;
    padding: 10px;
    margin: 8px;
  }
  div.inner ul{
   list-style: none;
   padding: 0 20px;
  }
  div#logo p{
    font-size: 8px;
    height: 10px;
    position: relative;
    top: 35px;
    left: 0px;
    font-weight: bold;
    color: #000;
  }
  p.img_string{
   position: absolute;
    opacity: 0.4;
    color: black;
    font-weight: bold;
    font-size: 16px;
    top: 50%;
    left: 20%;
  }
  div.inner_pref_shop ul>li>h5{
	font-size:16px;
  }
  div.voice-list-box{
   margin: 20px;
  }
  div.voice-list-box a{
  	text-decoration: none;
  }
}
