@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
*/

/*メインビジュアルの空白なくす*/
.top #content {
    padding-top: 0;
}

/*フッターとの空白なくす*/
.w-beforeFooter {
	margin: 0!important;
}
div#content {
    margin: 0;
}

/*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: #06C755;
  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%);
}

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

/*メインビジュアル下寄せ*/
.p-mainVisual__textLayer {
  justify-content: flex-end;
}
img.wp-image-118 {
    margin-bottom: 20px;
}

/*ヘッダー営業時間枠*/
.border1{
	border:1px solid #000000;
	padding:30px;
}