@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.l-content {
    margin: 0 auto;
}
.w-beforeFooter {
    margin: 0em auto 0em;
}
	
/*LINEフローティング*/
.follow-banner {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
}

.follow-banner a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #DF97A0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.5em 1em;
  /* border-radius: 10px 0 0 10px; */
  transition: opacity 0.25s;
}

.follow-banner a:hover {
  opacity: 0.7;
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

.c-pageTitle{
	color:#534747;
}

/* スマホでは非表示に */
@media screen and (max-width: 599px) {
  .follow-banner {
    display: none;
  }
}

/*アクセスショップデータマージン*/
.wp-block-column.access-shop {
    margin: 0 50px !important;
}

/*スライドショー*/
#metaslider_178 .flexslider {
    position: relative;
}

#metaslider_178 .flex-direction-nav a {
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: -130px !important;
}

/* ドット */
#metaslider_178 .flex-control-nav {
    width: 100% !important;
    text-align: center !important;
    left: 0 !important;
}

/*メインビジュアルタイトル*/
@media screen and (min-width: 961px) {
.maintitle{
font-size:2em!important;
}
}
@media screen and  (min-width:600px) and (max-width:960px) {
.maintitle{
font-size:1.5em!important;
}
}
@media screen and (max-width: 599px) {
.maintitle{
font-size:0.8em!important;
}
}
