@charset "UTF-8";
/*****SP*****/
html, body {
  min-width: 320px;
  position: relative;
  font-family: 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif !important;
}
section {
  width: 90%;
  margin: 0 auto;
  padding: 70px 0 0 0;
  color: #4c4948;
  position: relative;
  overflow: hidden;
}
section#shop .content {
  width: 100%;
  margin: 0 0 60px 0;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}
/***ページタイトル***/
section#shop .content h2 {
  font-weight: 400;
  padding: 0 0 5px 0;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}
/***ブライダル説明書き***/
section#shop .content p {
  font-size: 12px;
  margin-top: 30px;
}
section#shop .content p a {
  color: #4c4948;
}
section#shop .content p a:hover {
  color: #7E7977;
}
/***END ブライダル***/
/***メイン画像***/
section#shop .content .flagshop .visual {
  margin: 20px 0 10px 0;
}
section#shop .content .flagshop .visual img {
  width: 100%;
}
/***box内***/
section#shop .content .box {
  overflow: hidden;
}
section#shop .content .box dl {
  margin-bottom: 30px;
}
/***shop名***/
section#shop .content .box dl dt {
  margin: 0 0 5px 0;
  font-size: 18px;
}
/***shop詳細***/
section#shop .content .box dl dd {
  margin: 0;
  font-size: 12px;
}
/***ボタン***/
section#shop .content .box p.btn {
  width: 180px;
  margin: 20px auto 0;
}
section#shop .content .box p.btn a {
  width: 132px;
  margin: 0 auto;
  padding: 10px 15px;
  line-height: 1;
  color: #ba9b68;
  text-align: center;
  background: #f4f4f4;
  display: block;
  text-decoration: none;
  border-radius: 20px;
  font-size: 12px;
}
section#shop .content .box p.btn a:hover {
  background: #D5D5D5;
}
section#shop .content .store .box {
  padding: 20px 0;
  background: url("../images/shop_img/shop_border.jpg")repeat-x left bottom;
}
/***shop画像***/
section#shop .content .box img {
  width: 100%;
}
/*----------------------------------------------------
	PC
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
  section {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    padding: 70px 0 100px 0;
  }
  /***ページタイトル***/
  section#shop .content h2 {
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    font-size: 26px;
  }
  /***ブライダル説明がき***/
  section#shop .content p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  /***メイン画像***/
  section#shop .content .flagshop .visual {
    margin: 10px 0 30px 0;
  }
  /***shop名***/
  section#shop .content .box dl dt {
    margin: 0 0 5px 0;
    font-size: 20px;
  }
  /***shop詳細***/
  section#shop .content .box dl dd {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 2;
  }
  /***ボタン***/
	section#shop .content .box .btn_center p.btn{
		margin: 20px auto;
	}
  section#shop .content .box p.btn {
    margin: 20px 0;
  }
  section#shop .content .box p.btn a {
    width: 100%;
    font-size: 14px;
  }
  section#shop .content .store .box {
    padding: 50px 0;
    background: url("../images/shop_img/shop_border.jpg")repeat-x left bottom;
  }
  /***画像と文字横並び***/
  section#shop .content .box .box_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /**ボタンと文字縦並び***/
  section#shop .content .box .box_flex .box_block {
    display: block;
    width: 45%;
    margin-left: 5%;
  }
  section#shop .content .box .shop_img {
    width: 45%;
    min-width: 320px;
  }
  section#shop .content .box img {
    width: 100%;
    height: auto;
  }
}
/****PCの時の画像左余白*****/
@media screen and (min-width: 960px) {
  section#shop .content .store .box {
    padding-left: 10%;
  }
}