@charset "UTF-8";

/* ==========================================================================
   TABLE OF CONTENTS
========================================================================== 
# RESET
# Common
  ## header-container
  ## footer
  ## sns
# Default
  ## bg
  ## font
  ## 余白
  ## TOP btn
  ## btn
# # TOP
# 各店コンテンツ



*/


/* # RESET
----------------------------------------------------------------------------------------------------*/
/*a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, 
fieldset, figcaption, figure, form, footer, 
header, hgroup, h1, h2, h3, h4, h5, h6, html, 
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby, 
s, samp, section, main, small, span, strike, strong, sub, summary, sup, 
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video { 
  font-family: inherit; 
  font-size: 100%; 
  font-weight: inherit; 
  font-style: inherit; 
  vertical-align: baseline; 
  white-space: normal;
  text-align: left; 
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0;
  background: transparent; 
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main { 
  display: block; 
}
                  
ol, ul { 
  list-style: none; 
}
blockquote, q {
  quotes: none; 
}

table { 
  border-collapse: collapse; 
  border-spacing: 0; 
}*/

/* bootstrap打ち消し */
#mainBody > .container {
  max-width: 100%;
  padding: 0;
}

#mainBody > .container:before {
  content: none;
}

h1 {
  margin: 0;
}
/* bootstrap打ち消し */

/*.contents_inner {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}*/

/* # Common
----------------------------------------------------------------------------------------------------*/
/* ## header-container */
.top-head{
   margin-top: 17px;
}
header.logo ul{
  width: 203px;
  margin: 10px auto 8px;
}
header.logo ul li.logo-daimaru{
  float: left;
}
header.logo ul li.logo-matsuzakaya{
  float: right;
}
header.logo ul li.logo-daimaru img{
  width: 96px;
}
header.logo ul li.logo-matsuzakaya img{
  width: 93px;
}
header.logo a:hover{
  filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

@media screen and (min-width: 767px) {
  header.logo ul{
    width: 282px;
    margin: 10px auto 8px;
  }
  header.logo ul li.logo-daimaru img{
    width: 134px;
  }
  header.logo ul li.logo-matsuzakaya img{
    width: 130px;
  }
}

/* ## footer */
/*footer ul.top {
    background-color: #fff6e6;
}
footer ul.top li:nth-child(1) {
    background: url("../_common_img/bar_top_daimaru.jpg") no-repeat scroll center top / 62px 32px, rgba(0, 0, 0, 0) url("../_common_img/border_yellow.gif") no-repeat scroll right top / 1px 32px;
}
footer ul.top li:nth-child(2) {
    background: rgba(0, 0, 0, 0) url("../_common_img/bar_top_matsuzakaya.jpg") no-repeat scroll center top / 72px 32px;
}
footer ul.top li {
    border-bottom: 1px solid #f1d6a4;
    border-top: 1px solid #f1d6a4;
    float: left;
    list-style-type: none;
    width: 50%;
}
footer ul.top li a {
    display: block;
    height: 0 !important;
    overflow: hidden;
    padding: 32px 0 0;
    text-decoration: none;
}
footer .copy_note {
    font-size: 12px;
    line-height: 1.8em;
    padding-top: 20px;
    text-align: center;
}
footer .copy_note a:link, footer .copy_note a:visited {
    color: #000;
}
footer a{
    text-decoration: none;
}
footer #copyright p{
  width: 290px;
  margin: 0 auto;
}
footer #copyright img {
  height: auto;
  max-width: 100%;
  width: auto;
  width: 100%;
}
@media screen and (min-width: 767px) {
  footer{
    position: relative;
    padding-bottom: 15px;
    margin-top: 30px;
  }
  
  footer #copyright p{
    margin-left: 15px;
  }
  footer #copyright img {
      height: 10px;
      width: 326px;
  }
  footer .copy_note {
      font-size: 11px;
      line-height: 1.6em;
      margin-bottom: 10px;
      padding-top: 10px;
      text-align: center;
  }
  /*追加
  footer .m-footerStore {
      font-size: 14px;
      font-weight: bold;
      margin: 0 auto;
      width: 281px;
  }
  footer .m-footerStore li {
      float: left;
  }
  footer .m-footerStore li a {
      color: rgb(51, 51, 51);
  }
  .m-footerStore li + li {
      border-left: 1px solid rgb(51, 51, 51);
      float: right;
      padding-left: 21px;
  }
}*/

/* ## sns */
#sns ul {
    /*overflow: hidden;*/
    margin: 0px auto;
   /* padding-right: 5px;*/
}
#sns ul li {
    float: left;
    /*width: 100px;*/
    height: 23px;
    margin-top: 10px;
    margin-left: 5px;
    background: #FFF none repeat scroll 0% 0%;
}
#sns .fb_iframe_widget span{
  display: list-item;
  position: static;
}
@media screen and (min-width: 767px) {
  aside#sns {
      clear: both;
      position: absolute;
      right: 0;
      width: 600px;
  }
  aside#sns ul {
      float: right;
      list-style: outside none none;
      margin: 0;
      padding: 0;
  }
  #sns ul li {
      margin-top: 0px;
  }
}

@media screen and (min-width: 960px) {
  aside#sns ul li.line_none {
    display: none;
  }
}



/* # Default
----------------------------------------------------------------------------------------------------*/
/* ## bg */
.index{
  background: url(../_common_img/bg_red.png) repeat #ba1212;
  padding-bottom: 30px;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap');

/* ## font */
body {
font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', serif;
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSansJP-Regular.otf'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}
body p{
  font-size: 14px;
}
.bold{
  font-weight: bold;
}

/* ## 余白 */
.mb15{
  margin-bottom: 15px;
}
.mb30{
  margin-bottom: 30px;
}
.mb50{
  margin-bottom: 30px;
}

/* ## mein img */
#shop .key {
    background: url(../_common_img/kv_bg.png) repeat center top;
    /*background-size: 3.6%;*/
}

#shop .key img {
    margin: 0 auto;
}

/* ## TOP btn */
#page-top {
    position: fixed;
    bottom: 25px;
    right: 15px;
    font-size: 100%;
    z-index: 10;
}
#page-top a {
    background: #fff;
    text-decoration: none;
    color: #bc0909;
    width: 43px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 20%;
    border: 3px solid #bc0909;
}
#page-top a:hover {
    text-decoration: none;
    background: #C46F6F;
    color: #fff;
    transition: 0.3s;
}
#page-top .glyphicon-chevron-up{
  display: block;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #page-top {
      bottom: 45px;
      right: 40px;
      font-size: 90%;
  }
  #page-top a {
      width: 75px;
      padding: 5px 0;
      border: 5px solid #9F1212;
  }
}

/* ## btn */
/* ----------------------店舗ボタン */
#index .btn-pack li{
  margin-bottom: 17px;
}
.btn-shop a,
#shop .floor a{
  font-size: 18px;
  font-weight: bold;
  color: #000;
  display: block;
  padding: 18px;
  background-image: url(../index_img/btn_bk.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
  /*position: relative;*/
  box-shadow: 0px 6px 0px 0px #A01212;
}
.btn-shop a:hover,
#shop .floor a:hover{
  text-decoration: none;
  opacity: 0.8;
  /*position: relative;*/
}
.btn-shop .glyphicon-chevron-right{
  position: absolute;
  top: 20px;
  right: 20px;
}

#shop .floor a span.arrow{
  position: absolute;
  display: inline-block;
  content: '';
  background-image: url(../index_img/btn_arrow.png);
  background-size: contain;
  width: 23px;
  height: 23px;
  bottom: 0px;
  right: 10px;
}

#shop .floor a span.arrow.kakukai{
  transform: rotate(-90deg);
}
@media screen and (min-width: 767px) {
  .btn-shop a,
  #shop .floor a{
    font-size: 20px;
  }
}

@media screen and (max-width: 767px){
  #shop .floor a{
    box-shadow: 0 5px 0 #A01212;
  }

  #shop .floor a span.arrow{
    right: 11px;
    bottom: 0;
  }
}

/* ----------------------各階ボタン */
#shop .btn-pack{
  margin: 0 -5px;
}
#shop .btn-pack li{
  margin-bottom: 10px;
  padding: 0 5px;
}
#shop .floor a{
  padding: 10px;
  line-height: 1.3;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#shop .floor a span{
  text-align: center;
}

#shop .btn-pack .glyphicon-chevron-down{
  display: block;
  bottom: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #shop .floor a{
    min-height: 70px;
  }
}

/* ----------------------下部外部ボタン */
/* ## 下部ボタン */
#shop .outside{
  background-color: #b50d0d;
  padding: 30px 15px;
}
/*#shop .outside .btn-pack .glyphicon-chevron-right{
  position: static;
}*/
@media screen and (min-width: 767px) {
  #shop .outside .btn-pack .glyphicon-chevron-right{
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
#shop .outside .btn-pack{
  max-width: 640px;
  margin: 0 auto;
}
#shop .outside .btn-shop a{
  font-size: 17px;
  color: #b50d0d;
}
@media screen and (min-width: 767px) {
  #shop .outside .btn-shop a{
    font-size: 18px;
  }
  #shop .outside .btn-pack  li{
    margin-bottom: 0;
   /* padding: 0 15px;*/
  }
}

@media screen and (max-width: 768px) {
  #shop .btn-pack .floor{
    width: 100%;
  }
}



/* # TOP
----------------------------------------------------------------------------------------------------*/
/*#index .h1{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: url(../_common_img/icon_fukubukuro.png) no-repeat;
  background-size: contain;
  line-height: 1em;
  padding-left: 40px;
  margin-bottom: 15px;
}

/*フッッターバナー
#index .ad{
  background-color: #C1AF45;
  padding: 30px 0;
}
#index .ad a img:hover{
  opacity: 0.5;
  transition: 0.6s;
}

/* DAIMARU Food Market の3行テキスト用
@media only screen and (max-width: 867px) and (min-width: 768px){
  #index .paru{
    background-size: 25% auto;
  }
}

@media screen and (min-width: 767px) {
  #index .h1{
    font-size: 30px;
    margin-bottom: 20px;
  }
  #index .paru{
  padding-left: 75px;
  }
}*/



/* # 各店コンテンツ
----------------------------------------------------------------------------------------------------*/
/* ## 店舗名 */
#shop .h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  background: url(../_common_img/bg_white.png) repeat;
  background-size: 3%;
  padding: 15px;
  margin: 0;
  text-align: center;
	vertical-align: middle;
}

#shop .shop-name{
  color: #000;
  font-size: 24px;
  font-weight: bold;
  background: url(../_common_img/icon_fukubukuro2.png) no-repeat;
  background-size: contain;
  line-height: 1em;
  padding-left: 50px;
}

/* バナーエリア */
#shop .ad{
  /*background-color: #C1AF45;*/
  padding: 50px 0 20px;
}
#shop .ad a img:hover{
  opacity: 0.5;
  transition: 0.6s;
}

#shop .ad .row{
  margin-left: 0;
  margin-right: 0;
}

#shop .ad ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#shop .ad li.col-sm-6{
  float: none;
}

@media screen and (max-width: 767px) {
  #shop .ad{
    padding-top: 30px;
  }

  #shop .ad li {
    margin-bottom: 20px;
  }
  
  #shop .ad li:last-child {
    margin-bottom: 0;
  }

}


/* ## 店舗コピー */
#shop .nav-copy h2{
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
#shop .copy{
  color: #fff;
  margin-top: 40px;
  margin-bottom: 50px;
}
#shop .copy .h3,
#shop .copy p{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  #shop .nav-copy h2{
    font-size: 24px;
  }
  #shop .copy .h3,
  #shop .copy p{
    font-size: 20px;
    text-align: center;
  }
}
/* ## 各店目玉 */
#shop .pick-wrap{
  /*margin-bottom: 50px;*/
  background-color: #fff;
  padding: 10px;
}

#shop .pick-wrap.btn-dgcatalog {
  background-color: inherit;
}

#shop .pick-wrap .row{
  margin-left: 0;
  margin-right: 0;
}

#shop .pick-wrap.wedding .row {
  margin-bottom: 30px;
}

#shop .pick-wrap.wedding .row:last-of-type {
  margin-bottom: 0;
}

#shop .pick-item{
  padding-right: 0;
  padding-left: 0;
}
#shop .pick-item.none{
  margin-bottom: 0;
}

#shop .pick-ttl-common  {
  /*padding: 30px 0 45px;*/
  min-height: 197px;
  background: #fff;
  background-image: url(../index_img/ttl_bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

#shop .pick-ttl-common h2 {
  font-size: 36px;
  font-family: 'Noto Serif JP', serif;
  color: #9d1212;
  font-weight: 600;
	text-align: center;
  margin-bottom: 5px;
}

#shop .pick-ttl-common p.sub {
  font-size: 20px;
  color: #9d1212;
  font-weight: bold;
	text-align: center;
  margin-bottom: 10px;
}

#shop .pick-ttl-common p {
  font-size: 16px;
	text-align: center;
}

#shop .pick-ttl{
  font-size: 20px;
  color: #9D1212;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 40px;
  position: relative;
}

#shop .pick-ttl:after{
  content: '';
  display: inline-block;
  background-image: url(../index_img/ttl_under.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 890px;
  height: 34px;
  bottom: 0;
}

#shop .pick-ttl p.limited{
  width: 135px;
  margin: 0 auto 25px;
  text-align: center;
  background: #D30C16;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
}

#shop .pick-ttl h2{
  color: #222222;
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}

#shop .pick-ttl h2 span{
  display: block;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

#shop .pick-item ul.indent{
  padding-left:1em;
	text-indent:-1em;
  font-size: 90%;
}

/*#shop .pick-item ul.indent li{
  margin-bottom: 5px;
}*/

#shop .pick-item ul.indent li.mt-1rem{
  margin-top: 1.0rem;
}

#shop .pick-item dl{
  display: flex;
  flex-wrap: wrap;
  font-size: 90%;
  margin-top: 10px;
}
#shop .pick-item dt{
  font-weight: bold;
  width: 100%;
}

#shop .pick-item dd{
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #shop .pick-ttl-common h2 {
    font-size: 26px;
  }

  #shop .pick-ttl-common{
    min-height: 180px;
  }

  #shop .pick-ttl{
    padding: 10px 0;
  }

  #shop .pick-ttl:after{
    background-image: url(../index_img/ttl_under_sp.png);
    width: 360px;
    height: 34px;
    background-size: contain;
  }

  #shop .pick-ttl p.limited{
    font-size: 14px;
  }

  #shop .pick-ttl h2{
    font-size: 20px;
    /*text-align: left;*/
  }
  
  #shop .pick-ttl h2 span{
    font-size: 16px;
    /*text-align: left;*/
  }
}

@media screen and (max-width: 390px) {
  #shop .pick-ttl:after{
    width: 340px;
    height: 31px;
    background-size: contain;
  }
}

@media screen and (max-width: 375px) {
  #shop .pick-ttl:after{
    width: 320px;
    height: 29px;
    background-size: contain;
  }
}

@media screen and (max-width: 360px) {
  #shop .pick-ttl:after{
    width: 300px;
    height: 27px;
    background-size: contain;
  }
}

@media screen and (min-width: 767px) {
  #shop .pick-wrap{
    padding: 18px 10px 60px;
  }
  #shop .pick-ttl{
    margin-left: 2%;
    margin-right: 2%;
  }
  /*#shop .pick-item{
    width: 50%;
  }*/
  #shop .pick-item:nth-child(odd){
    padding-right: 2%;
  }
  #shop .pick-item:nth-child(even){
    padding-left: 2%;
  }
	
  #shop .pick-item p {
		margin: 0 5% 3.5%;
    line-height: 1.5;
  }

  #shop .pick-item p.midashi {
		margin-bottom: 5px;
    color: #9D1212;
  }

  #shop .pick-item ul.indent{
    margin: 0 5% 3.5%;
    font-size: 14px;
  }
	
  #shop .pick-item .ticket {
		margin: 0;
  }
	
  #shop .pick-item p :last-of-type {
		margin: 0 5%;
  }

  #shop .pick-item dl{
    font-size: 15px;
    margin: 0 5% 3.5%;
  }

  #shop .pick-item dt{
    width: 18%;
  }

  #shop .pick-item dd{
    width: 82%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  #shop .pick-ttl p{
    font-size: 15px;
  }

  #shop .pick-ttl{
    font-size: 18px;
  }

  #shop .pick-item img{
    margin-bottom: 20px;
  }
}

.btn-dgcatalog .row {
	text-align: center;
	padding: 40px 20px;
}

.btn-dgcatalog a {
	width: 50%;
	font-size: 18px;
	font-weight: bold;
	color: #f00;
	margin: auto;
	padding: 10px 20px;
	border-radius: 100px;
	background: #fff;
}



/* ## コンテンツ------------------*/
#shop .storey-box{
  margin-top: 50px;
}
#shop .storey{
  font-size: 22px;
  font-weight: bold;
  padding: 20px 15px;
  background-color: #fff;
  color: #da1111;
  display: inline-block;
}
#shop .storey-box hr.line{
  display: block;
  border: 3px solid #fff;
  margin: 10px 0 15px;
}
#shop .store_name{
  vertical-align: bottom;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-top: 8px;
}
@media screen and (min-width: 767px) {
  #shop .store_name{
    display: inline-block;
    margin-top: 0;
    margin-left: 8px;
  }
  #shop .store_name{
    font-size: 18px;
  }
}

/* ## テーブル */
#shop table{
  border-collapse: collapse;
  width: 100%;
}
#shop .category{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
#shop .category:before{
  content: "●";
  margin-right: 5px;
}
#shop .table thead{
  font-size: 14px;
}
#shop .table tbody{
  font-size: 12px;
}
#shop tr{
  background-color: #fff;
}
#shop .table .kosu{
  width: 17%;
  text-align: center;
  color: #BF4242;
  vertical-align: middle;
}
#shop .table .price{
  width: 25%;
  text-align: right;
  color: #9E1212;
  vertical-align: middle;
}
#shop .table .price:after{
  content: "円";
}
#shop .table thead .item{
  background-color: #BAA85D;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
#shop .table-striped > tbody > tr:nth-child(even) {
  background-color: #F9F3DB;
}
#shop table th,
#shop table td {
  padding: 10px;
  vertical-align: middle;
}
#shop .table .tax{
  display: block;
  font-size: 12px;
  text-align: center;
}
#shop ul.note li{
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  #shop .table .tax{
    display: inline;
  }
}

/* 2019追加*/
.label {
  color: #333;
}

.Gnav > .GnavBody > .gnav-list .js-language > li > ul > li > a {
	text-align: center;
}

.Gnav > .GnavBody > .gnavUtil > li > a.js-menu-trigger.is-open .label {
	color: #fff;
}

.Gnav > .GnavBody > .gnav-list ul > li > ul > li.cl-norewrite > a:after {
  display: none;
}

.breadcrumbs li {
	font-size: 75%;
}

.share-sns-column .share-sns-box .heading_title {
	font-size: 120%;
}

.menu-column .synthetic-list span {
	display: block;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.Gnav > .GnavBody > .gnavUtil > li > a > span.label {
		font-size: 60%;
	}
	
	.Gnav > .GnavBody > .gnav-list ul > li > ul > li > a {
		font-size: 60%;
	}
	
	.breadcrumbs li {
		font-size: 60%;
	}
	
	.breadcrumbs li a {
		font-size: 100%;
	}
	
	#main p {
		font-size: 90%;
		line-height: 1.5;
	}

  #shop .pick-item p.midashi{
    margin: 1.0rem 0 0;
    color: #9D1212;
  }
	
	.share-sns-column .share-sns-box .heading_title {
		font-size: 100%;
	}
	
	.share-sns-column .sns-link_area > li {
		font-size: 80%;
	}
	
	.linkBtn a {
		font-size: 100%;
	}
	
	.synthetic-list li a span {
		font-size: 60%;
	}
	
	.footer_column > .col_item .footer_link li {
		font-size: 90%;
	}
	
	.FooterBody .footer-copyright {
		font-size: 68%;
	}
}

#shop .pick-wrap.sky_ocean .row{
  margin-bottom: 30px;
}


/****アコーディオン********/

.click_here {
  padding: 15px;
  border: 1px solid #D30C16;
  text-align: center;
  font-size: 16px;
}
.click_here span {
  position: relative;
  cursor: pointer;
  margin: 0 !important;
  color: #D30C16;
  font-size: 18px;
}

.click_here{
  position: relative;
}

.click_here:before,
.click_here:after{
  content: "";
  position: absolute;
  right: 20px;
  top: 38%;
  width: 2px;
  height: 18px;
  background-color: #D30C16;
  transition: all 0.3s;
}

.click_here:after{
  transform: rotate(90deg);
}

.click_here.active:before {
  transform: rotate(90deg);
}
/*.click_here span:after {
  position: absolute;
  top: 2px;
  right: -20px;
  width: 12px;
  height: 12px;
  content: '';
  border: 2px solid;
  border-color: #000 #000 transparent transparent;
  transform: rotate(135deg);
}
.click_here.active span:after {
  top: 50%;
  transform: rotate(-45deg);
}*/
.accodion_box {
  display: none;
  padding: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .click_here span:after {
    top: auto;
  }
}


#shop .pick-wrap .detail{
  width: 100%;
  margin: 60px auto;
}

#shop .pick-wrap .detail02{
  width: 90%;
  margin: 40px auto;
  background-color: rgba(224,202,130,0.3);
  padding: 20px;
}

#shop .pick-wrap .detail02 p span{
  font-size: 16px;
  font-weight: bold;
}
#shop .pick-wrap .detail02 p{
  margin-bottom: 10px;
}

#shop .pick-wrap .detail ul.indent,
#shop .pick-wrap .detail02 ul.indent{
  font-size: 14px;
  padding-left:1em;
	text-indent:-1em;
}

#shop .pick-wrap .detail .content{
  margin-top: 20px;
}

#shop .pick-wrap .detail .content .mb15{
  margin-bottom: 15px;
}


@media screen and (max-width: 768px) {
  #shop .pick-wrap .detail{
    width: 100%;
  }
  #shop .pick-wrap .detail ul.indent{
    font-size: 90%;
  }

  #shop .pick-wrap .detail02{
    width: 100%;
    padding: 20px 15px;
  }
}


/*ボタン*/

.button{
  margin: 50px auto;
}

.button a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #BF9224;
  box-shadow: 0 5px 0 #9F7A46;
  transition: 0.3s;
}

.button a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.button a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #9F7A46;
}

.button a:link{
  text-decoration: none;
}

.button.btn-dgcatalog a {
  width: 350px;
  color: #f00;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  box-shadow: 0 5px 0 #e5e5e5;
  transition: 0.3s;
  padding: 15px 0px 13px 0;
  border-radius: 23px;
  margin: 80px auto;
}

.button.btn-dgcatalog a::after {
  border-top: 3px solid #f00;
  border-right: 3px solid #f00;
}


/**************/
.pick-ttl p{
  font-size: 16px;
}


#shop .pick-wrap.sky_ocean,
#shop .pick-wrap.thinklocal{
  margin-bottom: 0;
  padding-bottom: 40px;
}

#shop .pick-wrap.sky_ocean.last,
#shop .pick-wrap.thinklocal.last{
  margin-bottom: 60px;
}

#shop .pick-wrap.sky_ocean .pick-item p .copy{
  font-size: 16px;
  color: #9D1212;
  display: inline-block;
  margin: 0 0 5px 0;
}

#shop .pick-wrap.sky_ocean .plan{
  margin-left: 2%;
  margin-right: 2%;
  font-size: 14px;
}

#shop .pick-wrap.sky_ocean .plan .image-box picture img{
  width: 100%;
}

#shop .pick-wrap.sky_ocean .plan .cont-box{
  margin: 10px 0;
  padding: 2%;
}

#shop .pick-wrap.sky_ocean .plan .cont-box dl{
  margin: 15px 0;
}

#shop .pick-wrap.sky_ocean .plan .cont-box dt{
  font-weight: bold;
}

#shop .pick-wrap.sky_ocean .plan .cont-box dd{
  margin-bottom: 5px;
}

#shop .pick-wrap.sky_ocean .plan .cont-box dd li{
  margin-bottom: 5px;
}

#shop .pick-wrap.sky_ocean p.midashi02{
  font-weight: bold;
  margin-bottom: 0;
}

#shop .pick-wrap.sky_ocean p.midashi02 span{
  font-weight: normal;
  display: inline-block;
  margin: 0 0 15px;
}


#shop .pick-wrap.thinklocal h3{
  text-align: center;
  font-size: 24px;
  color: #9D1212;
  font-weight: bold;
  margin: 15px 0 40px;
}

#shop .pick-wrap.thinklocal .sweets{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#shop .pick-wrap.thinklocal .sweets .shop{
  width: 30%;
  margin-bottom: 55px;
}

#shop .pick-wrap.thinklocal .sweets .shop .area{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#shop .pick-wrap.thinklocal .sweets .shop .brand{
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: bold;
  color: #9D1212;
}

#shop .pick-wrap.thinklocal .sweets .shop p span{
  color: #9D1212;
  display:inline-block;
  margin-bottom: 5px;
}

#shop .pick-wrap.thinklocal .sweets .shop .link{
  margin-top: 15px;
}

#shop .pick-wrap.thinklocal .sweets .shop .link a{
  color: #9D1212;
}

#shop .pick-wrap.thinklocal p.midashi02{
  font-weight: bold;
  margin-bottom: 0;
}

#shop .pick-wrap.thinklocal p.midashi02 span{
  font-weight: normal;
  display: inline-block;
  margin: 0 0 15px;
}

#shop .pick-wrap.thinklocal .pick-item p .copy{
  font-size: 15px;
  color: #9D1212;
  display: inline-block;
  margin: 5px 0 0 0;
}

#shop .pick-wrap.thinklocal .about{
  border: 1px solid #9D1212;
  padding: 20px;
}

#shop .pick-wrap.thinklocal p.about span{
  font-weight: bold;
  color: #9D1212;
  display: inline-block;
  margin: 0 0 5px;
} 

@media screen and (max-width: 768px) {
  #shop .pick-wrap.thinklocal .sweets .shop{
    width: 100%;
  }

  #shop .pick-wrap.thinklocal .about{
    margin-top: 20px;
    padding: 15px;
  }
}

#shop .pick-wrap .accodion_box dl{
  font-size: 14px;
}

#shop .pick-wrap .accodion_box dt{
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #shop .pick-wrap .accodion_box dl{
    font-size: 90%;
  }
}



/******日程表*******/

#shop .detail .table-scroll{
  margin: 10px 0;
}

#shop .detail table th,
#shop .detail table td{
  border: 1px solid #DCDDDD;
  font-size: 14px;
}

#shop .detail table th{
  text-align: center;
  background: #EEEEEE;
}

#shop .detail table td.bd-none{
  border-bottom: 1px solid #fff;
}

#shop .detail table td span.text-r{
  float: right;
}

#shop p.table-sp{
  display: none;
}

@media screen and (max-width: 768px) {
  #shop p.table-sp{
    display: block;
    font-size: 12px;
  }
  #shop table{
    width: 900px;
  }
  #shop .detail .table-scroll{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}


/****** サブ見出し等 (西宮ストークス） *****/
#shop .pick-wrap.thinklocal .pick-ttl-02{
  /*margin: 50px 2% 25px 2%;*/
}

#shop .pick-wrap.thinklocal .pick-ttl-02 h3{
  font-size: 18px;
  color: #9d1212;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  margin: 50px 2% 25px 2%;
  border-bottom: 2px solid #9d1212;
  padding: 0 0 15px 1%;
}

#shop .pick-wrap.thinklocal .pick-ttl-02 h3 span{
  font-size: 15px;
}

/**** アマネム調整　*****/
#shop .sky_ocean p.amanemu{
  font-size: 16px;
  font-weight: bold;
}

#shop .pick-wrap.sky_ocean .plan .cont-box dl.amanemu{
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 15px;
}

#shop .sky_ocean dl.amanemu dt{
  font-weight: bold;
  font-size: 15px;
  width: 9%;
}

#shop .sky_ocean dl.amanemu dt.room{
  width: 12%;
}

#shop .sky_ocean dl.amanemu dd{
  width: 91%;
}

#shop .sky_ocean dl.amanemu dd.room{
  width: 88%;
}
@media screen and (max-width: 768px) {
  #shop .sky_ocean dl.amanemu dt,
  #shop .sky_ocean dl.amanemu dt.room,
  #shop .sky_ocean dl.amanemu dd,
  #shop .sky_ocean dl.amanemu dd.room{
    width: 100%;
  }
}


/******** youtube動画 *******/

.movie-box{
  width: 70%;
  margin: 30px auto 50px;
}

.youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
  margin-bottom: 15px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.mauto .image-set {
	margin: auto !important;
}

@media screen and (max-width: 768px) {
  .movie-box{
    width: 100%;
  }
	.youtube {
		margin-bottom: 30px;
	}
}



/******* 改行位置調整　*******/
br.sp-only{
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp-only{
    display: block;
  }
  
  br.pc-only{
    display: none;
  }
}

ul.indent{
  /*padding-left:1em;
	text-indent:-1em;*/
  line-height: 1.7;
}

p small{
  font-size: 12px;
}

.mb0{
  margin-bottom: 0;
}

.mt20{
  margin-top: 20px;
}

nav.content{
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  nav.content{
    margin-top: 30px;
  }

  #shop .pick-wrap.sky_ocean .plan .cont-box,
  #shop .pick-wrap.sky_ocean .plan .cont-box p{
    font-size: 14.4px;
  }
}


/***bootstrap 打ち消し**/
.row {
  margin-right: 0;
  margin-left: 0;
}



/*****2023年 神戸用福袋******/

#shop .content{
  margin-bottom: 50px;
}

.inner{
  margin-left: 3%;
  margin-right: 3%;
}

.fukubukuro-item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fukubukuro-item .fukubukuro-image img{
  width: 100%;
}

.fukubukuro-item.col2 .fukubukuro-image{
  width: 49%;
}

.fukubukuro-item.col3 .fukubukuro-image{
  width: 33%;
}

.fukubukuro-intro{
  margin: 40px 0 50px;
}

.fukubukuro-intro p{
  font-size: 16px;
  overflow-wrap: break-word;
}

.fukubukuro-intro p span{
  color: #D30C16;
}

.fukubukuro-intro p.midashi{
  font-family: 'Noto Serif JP', serif;
  font-size: 21px !important;
  color: #D30C16;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.fukubukuro-intro p.midashi02{
  color: #D30C16;
  margin-bottom: 5px;
}

.fukubukuro-intro p.midashi03{
  font-family: 'Noto Serif JP', serif;
  color: #D30C16;
  font-weight: bold;
}

#bridal .fukubukuro-intro p.midashi03{
  font-size: 18px;
}

.fukubukuro-intro dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 15px;
  margin: 40px 0 30px;
}

.fukubukuro-intro dl.list-mt{
  margin: 15px 0 30px;
}

.fukubukuro-intro dl dt{
  width: 10%;
  border-bottom: 2px solid #D30C16;
  margin-bottom: 15px;
  padding: 5px;
  font-weight: 500;
}

.fukubukuro-intro dl dd{
  width: 88%;
  margin-bottom: 15px;
  padding: 5px 5px 20px;
}

.fukubukuro-intro dl dd.price{
  color: #D30C16;
	padding: 0 5px 20px;
}

.fukubukuro-intro dl dd.price span{
  font-size: 22px;
  font-weight: bold;
}

.fukubukuro-intro dl dd.price span.normal{
  color: #000;
  font-size: 15px;
  font-weight: normal;
}

.fukubukuro-intro dl dd .midashi{
  color: #D30C16;
}

.fukubukuro-intro ul.indent{
  font-size: 12px;
}

.fukubukuro-intro ul li{
  text-indent: -1.0em;
  padding-left: 1.0em;
  line-height: 1.6;
}

.button .attention{
  margin-top: 15px;
  text-align: center;
}

.fukubukuro-image.col1{
  width: 60%;
  margin: 0 auto;
}

.fukubukuro-image p{
  text-align: center;
  font-size: 12px !important;
}

.accodion_box ul.indent{
  padding-left:1em;
	text-indent:-1em;
}

#bridal .pick-ttl p.limited{
  width: 250px;
}

@media screen and (max-width: 768px) {

  .fukubukuro-item.col2 .fukubukuro-image{
    width: 100%;
  }
  
  .fukubukuro-item.col3 .fukubukuro-image{
    width: 100%;
  }

  .fukubukuro-intro dl{
    display: block;
  }

  .fukubukuro-intro dl dt{
    font-size: 14px;
    width: 100%;
    display: flex;
    /*align-items: center;*/
  }

  .fukubukuro-intro dl dd{
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
  }

  .fukubukuro-intro dl dd ul{

  }

  .fukubukuro-intro ul li{
    font-size: 14px;
  }

  .click_here span{
    font-size: 16px;
  }

  ul.indent li{
    font-size: 14px;
  }

  #shop .pick-ttl {
    margin-bottom: 20px;
  }

  .button .attention{
    font-size: 13px !important;
  }

  .fukubukuro-image.col1{
    width: 100%;
  }

  .fukubukuro-image p{
    text-align: left;
    margin-top: 5px;
  }
}

.mt05{
  margin-top: 5px;
}

.mt15{
  margin-top: 15px;
}

.mt30{
  margin-top: 30px;
}


