@charset "utf-8";
/*
.sybarite(){
  font-family: sybarite, serif;
  font-weight: 600;
  font-style: normal;
}
*/
/* CSS Document */
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: #FFF;
  color: #666666;
  border-top: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#header_global {
  width: 100%;
  height: 455px;
  background: #e2e3e3;
  background: linear-gradient(90deg, #e2e3e3 0%, #fcad4f 50%, #e2e3e3 100%);
}
#header_global_in {
  width: 100%;
  min-width: 1005px;
  margin: 0 auto;
  color: #fffffe;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#main_contents {
  width: 985px;
  margin: 30px auto;
  height: auto;
  clear: both;
}
#i_head_left {
  width: 482px;
  text-align: center;
  background: #FFF;
  color: #666666;
}
#logo_h {
  display: block;
  margin: 20px auto 13px auto;
}
#logo_h > img {
  width: 400px;
  height: auto;
}
#enter {
  width: 361px;
  height: 76px;
  display: block;
  background: #000;
  margin: 0 auto;
}
#enter a:hover img {
  opacity: 0.75;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=75);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=75)";
  /* IE 8 */
  -khtml-opacity: 0.75;
  /* Safari 1.x */
  -moz-opacity: 0.75;
  /* FF lt 1.5, Netscape */
}
#i_head_right {
  width: 503px;
}
#i_head_info {
  float: right;
  width: 450px;
  height: 75px;
  margin-top: 20px;
  margin-bottom: 60px;
}
#i_head_info > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ababab;
}
#i_head_info > ul > li > p {
  font-family: serif;
  font-style: italic;
  text-shadow: -1px -1px 1px #000000, 1px 1px #ffffff;
}
#i_head_info > ul > li > p:first-child {
  font-size: 20px;
}
#i_head_info > ul > li > p:last-child {
  font-size: 30px;
}
#i_head_info > ul > li:first-child {
  margin-bottom: 20px;
}
ul#i_nav_header {
  float: right;
  margin-top: 40px;
}
ul#i_nav_header li {
  width: 201px;
  height: 61px;
  float: left;
  display: block;
  margin-right: 10px;
  text-align: left;
  background: #000;
}
ul#i_nav_header li a {
  display: block;
  background: url(/img/shop/index/bg_link.png) no-repeat 0 0;
  line-height: 61px;
  color: #000;
  font-size: 15px;
}
ul#i_nav_header li a span img {
  display: inline-block;
  margin: 16px 10px auto 30px;
  height: 29px;
  float: left;
}
ul#i_nav_header li a:hover {
  opacity: 0.75;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=75);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=75)";
  /* IE 8 */
  -khtml-opacity: 0.75;
  /* Safari 1.x */
  -moz-opacity: 0.75;
  /* FF lt 1.5, Netscape */
  color: #999;
}
#leave {
  width: 477px;
  height: 119px;
  text-align: center;
  background: url(/img/shop/index/bg_leave.png) no-repeat 0 0;
  font-size: 13px;
  line-height: 1.8;
  float: right;
  margin-right: 10px;
  margin-top: 40px;
  color: #666666;
}
#leave p {
  padding: 10px 0 ;
  width: 100%;
}
#leave_b {
  width: 236px;
  height: 41px;
  display: block;
  background: #000;
  margin: 0 auto;
}
#leave_b a:hover img {
  opacity: 0.75;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=75);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=75)";
  /* IE 8 */
  -khtml-opacity: 0.75;
  /* Safari 1.x */
  -moz-opacity: 0.75;
  /* FF lt 1.5, Netscape */
}
#contents_enter {
  width: 100%;
  clear: both;
  background: #FFF url(/img/shop/index/bg_cont.png) no-repeat center bottom;
  padding-bottom: 50px;
  border-bottom: solid 1px #D4D4D4;
}
#contents_in {
  width: 985px;
  margin: 0 auto;
  padding-top: 20px;
}
/*footergroup*/
/* 写メ日記フルサイズ */
#contents_in #footer_group {
  width: 879px;
  clear: both;
  margin: 0 auto;
  background: #FFF;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #DDDDDD;
}
/* 写メ日記単品サイズ */
/* #contents_in #footer_group{
	width: 288px;
	clear: both;
	margin: 0 0 0 37px;
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #DDDDDD;
} */
#contents_in #footer_group h3 {
  /*width: 480px;*/
  text-align: center;
  height: 80px;
  margin-bottom: 10px;
}
#contents_in #footer_group h3 img {
  vertical-align: middle;
  max-width: 225px;
  height: auto;
}
#contents_in #groupInfoBox1 {
  width: 286px;
  margin-right: 10px;
  float: left;
}
#contents_in #groupInfoBox2 {
  width: 286px;
  margin-right: 10px;
  float: left;
}
#contents_in #groupInfoBox3 {
  width: 286px;
  float: left;
}
#contents_in ul.fgList {
  width: 286px;
}
#contents_in ul.fgList li {
  width: 286px;
  margin-bottom: 10px;
}
#contents_in #groupInfoBox1 ul.fgList li iframe {
  width: 286px;
  height: 400px;
  border: 1px solid #8d6700;
}
#contents_in #groupInfoBox2 ul.fgList li iframe {
  width: 286px;
  height: 400px;
  border: 1px solid #F6D814;
}
#contents_in #groupInfoBox3 ul.fgList li iframe {
  width: 286px;
  height: 400px;
  border: 1px solid #db2696;
}
#contents_in #groupInfoBox3 ul.fgList li.long01 iframe {
  width: 286px;
  height: 813px;
  border: 1px solid #db2696;
}
#banner_b {
  width: 911px;
  height: 100px;
  display: block;
  background: #000;
  margin: 0 auto 20px auto;
}
#banner_rec {
  width: 911px;
  height: 180px;
  margin: 0 auto;
  clear: both;
}
#rec_w {
  width: 445px;
  height: 180px;
  float: left;
  display: block;
  background: #666666;
}
#rec_m {
  width: 445px;
  height: 180px;
  float: right;
  display: block;
  background: #666666;
}
#banner_b a:hover img,
#rec_w a:hover img,
#rec_m a:hover img {
  opacity: 0.75;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=75);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=75)";
  /* IE 8 */
  -khtml-opacity: 0.75;
  /* Safari 1.x */
  -moz-opacity: 0.75;
  /* FF lt 1.5, Netscape */
}
#i_footer_global {
  width: 100%;
  clear: both;
  border-bottom: solid 2px #666;
  background: #FFF;
  color: #666666;
  margin-bottom: 30px;
}
#i_footer_global::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: linear-gradient(45deg, #ff5f6f 0%, #fcad4f 100%);
}
#i_footer_in {
  width: 985px;
  margin: 0 auto;
  margin-top: 30px;
}
#i_footer_info {
  float: left;
  width: 445px;
}
#logo_f {
  width: 387px;
  display: block;
  margin-bottom: 10px;
}
#logo_f > img {
  width: 300px;
  height: auto;
}
#info_f {
  font-size: 16px;
  color: #ff5f6f;
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: solid 1px #DADADA;
  width: 100%;
  line-height: 1;
}
ul#footer_list {
  border-top: solid 1px #EEEEEE;
  width: 100%;
  padding-top: 10px;
}
ul#footer_list li {
  line-height: 26px;
  height: 26px;
  font-size: 12px;
  text-align: left;
  color: #fffffe;
  padding-left: 15px;
  background: url(/img/shop/index/ico.png) no-repeat left center;
}
ul#footer_list li span {
  display: inline-block;
  float: left;
  margin-right: 30px;
}
ul#footer_list li span.time {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
#footer_mobile {
  width: 445px;
  height: 86px;
  margin: 20px 0;
}
#i_footer_info small {
  font-size: 10px;
  text-align: center;
  width: 100%;
  line-height: 30px;
  height: 30px;
  color: #666666;
}
#i_footer_info small a {
  color: #666666;
}
#i_topto {
  width: 150px;
  margin: 0 auto;
  margin-top: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  background: #666;
}
#i_topto a {
  display: block;
  color: #FFF;
}
#i_topto a:hover {
  background: #000;
}
/*seo対策旧サイトテキスト配置*/
#description {
  font-size: 10px;
  line-height: 1.5;
  padding: 30px;
  text-align: left;
  color: #fffffe;
}
#introduce,
#area_introduce {
  border: 1px solid #dddddd;
  margin: 0 auto 20px auto;
  line-height: 1.5;
  padding: 15px;
  width: 879px;
  color: #fffffe;
  font-size: 11px;
}
#area_introduce {
  margin-top: 20px;
}
.wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
.wrapper #contents {
  width: 100%;
  min-height: 100vh ;
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: top left;
  background-size: cover;
  background-attachment: fixed;
}
.wrapper #contents #contents_in {
  width: 100%;
  padding: 0 0 30px 0 !important;
  height: 100%;
}
.wrapper #contents #contents_in #tagline {
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  width: 100%;
  text-align: center;
  text-indent: 2px;
  color: #fffffe !important;
  background: #ff5f6f;
  /* Old browsers */
  background: linear-gradient(315deg, #ff5f6f 0%, #fcad4f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-left: 10px;
  box-sizing: border-box;
  font-weight: 600;
}
.wrapper #contents #contents_in .logo {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}
.wrapper #contents #contents_in .logo > svg {
  width: 170px;
  height: 90px;
  margin-top: 20px;
  margin-right: 20px;
}
.wrapper #contents #contents_in .logo > svg .st0 {
  fill: #ff5f6f;
}
.wrapper #contents #contents_in .logo > svg .st1 {
  fill: #FFFFFF;
}
.wrapper #contents #contents_in > .description {
  width: 96%;
  max-width: 500px;
  text-shadow: 2px 2px 2px rgba(252, 173, 79, 0.3);
  margin: auto;
  margin-top: 300px;
  margin-bottom: 50px;
  color: #fffffe;
}
.wrapper #contents #contents_in > ul.shop_i_list {
  margin: 0 auto;
  background: linear-gradient(45deg, #ff5f6f 0%, #fcad4f 100%);
  width: 96%;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.wrapper #contents #contents_in > ul.shop_i_list li {
  font-size: 12px;
  color: #000;
  line-height: 1.4;
  border-bottom: solid 1px #bdbdbd;
  background: #FFF;
  display: table;
  width: calc(100% - 2px);
}
.wrapper #contents #contents_in > ul.shop_i_list li img {
  margin: 5px auto;
  display: block;
  width: 50%;
}
.wrapper #contents #contents_in > ul.shop_i_list li p {
  padding: 5px;
}
.wrapper #contents #contents_in > ul.shop_i_list li.list_tit {
  line-height: 36px;
  height: 36px;
  text-align: center;
  margin-top: 1px;
}
.wrapper #contents #contents_in > ul.shop_i_list li:last-child {
  margin-bottom: 1px;
  border-bottom: none;
}
.wrapper #contents #contents_in > ul.shop_i_list .info_text {
  width: 70%;
  text-align: left;
  display: table-cell;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
  vertical-align: middle;
  color: #ff5f6f;
}
.wrapper #contents #contents_in > ul.shop_i_list .info_text a {
  font-weight: bold;
  display: block;
  font-size: 15px;
  text-decoration: underline;
}
.wrapper #contents #contents_in > ul.shop_i_list .info_tit {
  width: 30%;
  border-right: solid 1px #bdbdbd;
  text-align: center;
  display: table-cell;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px 0;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.1);
  color: #fffffe;
}
.wrapper #contents #contents_in > ul.shop_i_list .info_tit span {
  font-size: 10px;
}
.wrapper #contents #contents_in > ul.shop_i_list .list_top {
  font-size: 15px;
  color: #ff5f6f;
  font-weight: 600;
  line-height: initial;
}
.wrapper #contents #contents_in > .buttons {
  width: 500px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.wrapper #contents #contents_in > .buttons > li {
  display: block;
  margin: auto;
}
.wrapper #contents #contents_in > .buttons > li > a {
  display: block;
  height: 40px;
  position: relative;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
}
.wrapper #contents #contents_in > .buttons > li > a > p {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 198px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.wrapper #contents #contents_in > .buttons > li:first-child {
  width: 200px;
}
.wrapper #contents #contents_in > .buttons > li:first-child > a {
  background: #FFF;
  border-image: linear-gradient(45deg, #ff5f6f 0%, #fcad4f 100%);
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  color: #ff5f6f;
}
.wrapper #contents #contents_in > .buttons > li:nth-child(2) {
  width: 200px;
}
.wrapper #contents #contents_in > .buttons > li:nth-child(2) > a {
  background: #FFF;
  border-image: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  color: #666666;
}
.wrapper #contents #contents_in > .buttons > li:last-child {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 10px;
  text-shadow: 2px 2px 2px rgba(252, 173, 79, 0.3);
  color: #fffffe;
}
.wrapper #i_footer_global {
  background: #FFF;
}
.wrapper #i_footer_global #i_footer_in {
  display: flex;
  justify-content: center;
}
.wrapper #i_footer_global #i_footer_in #i_footer_map {
  width: 100%;
  max-width: 600px;
}
.wrapper #i_footer_global #i_footer_in #i_footer_map > #map {
  width: 600px;
  height: 300px;
  border-radius: 3px;
  overflow: hidden;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}
.wrapper #i_footer_global #i_footer_in #i_footer_map #gmap {
  width: 100%;
  height: 295px;
  border: solid 2px #FFF;
}
.wrapper #i_footer_global #i_footer_in #i_footer_map #map_info {
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  text-align: left;
  color: #666666;
  padding-left: 15px;
  background: url(/img/shop/index/ico.png) no-repeat left center;
}
.wrapper #i_footer_global #i_footer_in #i_footer_map #map_info a {
  line-height: 1;
  float: right;
  color: #f5cd13;
  text-decoration: underline;
}
#map {
  width: 350px;
  height: 295px;
}
#map .shopPlate {
  color: #666666;
}
#map .shopPlate *:not(a) {
  color: #666666;
}
#map .shopPlate > p.logo {
  text-align: center;
  width: 100%;
}
#map .shopPlate > p.logo svg {
  fill: #ff5f6f;
  width: 80px;
  height: 33px;
}
#map .shopPlate h3 {
  color: #049d94;
}
#map .shopPlate ul {
  width: 100%;
  padding-top: 5px;
}
#map .shopPlate ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
#map .shopPlate ul > li > div .icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff5f6f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
#map .shopPlate ul > li > div .icon svg {
  height: 12px;
  fill: #FFF;
}
#map .shopPlate ul > li > div a.telLink {
  margin-right: 5px;
}
#map .shopPlate ul:before {
  content: "";
  width: 100%;
  background: linear-gradient(45deg, #ff5f6f 0%, #fcad4f 100%);
  display: block;
}
