@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
*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');

body {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.p-mainVisual__slideTitle {
	font-weight: 900;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4), 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4),0px 0px 3px rgba(0, 0, 0, 0.4), 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4);
	font-size: min( 5vw, 36px );
}
.p-mainVisual__slideText {
	font-weight: 900;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4), 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4),0px 0px 3px rgba(0, 0, 0, 0.4), 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4);
	font-size: min( 2vw, 18px );
}

/*
.page-id-17 h2 {
	font-size: min( 5vw, 32px );
	font-weight: 800;
	font-family: "kokuryu", sans-serif;
	position: relative;
}
*/
	
.page-id-1099 h2:after,
.page-id-17 h2:after,
.page-id-203 h2:after,
.page-id-205 h2:after,
.page-id-872 h2:after {
	content: "";
	position: absolute;
	bottom: -30px;
	width: 100px;
	height: 2px;
	background-color: var(--color_htag);
	left: calc(50% - 50px );
}
.page-id-17 h2 img,
.page-id-203 h2 img,
.page-id-205 h2 img {
	margin-right: 10px;
	vertical-align: middle;
	max-width: 100px;
}

.p-mainVisual__slideBtns{
	display:flex;
	justify-content:flex-start;
	margin: 2em 0;
	gap:24px;
}
@media (width <= 768px) {
	.p-mainVisual__slideBtns{
	gap:10px;
}
}

/*  MV内　ボタン */
.p-mainVisual__slideBtns .p-mainVisual__slideBtn{
	margin:0;
	max-width:230px;
	width:100%;
}
.p-mainVisual__slideBtns .p-mainVisual__slideBtn .c-mvBtn__btn {
	padding: .75em 1rem;
}
@media (width <= 768px) {
	.p-mainVisual__slideBtns .p-mainVisual__slideBtn .c-mvBtn__btn{
		font-size:14px;
		padding: .75em;
	}
}

@media (width <= 375px) {
	.p-mainVisual__slideBtns .p-mainVisual__slideBtn .c-mvBtn__btn{
		font-size:12px;
	}
}


/* 固定フッター */
.l-fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  padding: 10px 0;
  z-index: 7;
  box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

@media (width <= 768px) {
  .l-fixed-footer {
    height: 50px;
    padding: 0;
  }
}
.l-fixed-footer__container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: center;
}

@media (width <= 1080px) {
  .l-fixed-footer__container {
    gap: 8px;
    justify-content: space-between;
  }
}
@media (width <= 768px) {
  .l-fixed-footer__container {
    display: none;
  }
}
.l-fixed-footer__container--sp {
  display: none;
}

@media (width <= 768px) {
  .l-fixed-footer__container--sp {
    display: flex;
    padding: 0;
    gap: 0;
	font-size:16px;
  }
}
.l-fixed-footer__item {
  width: 50%;
  text-decoration: none;
  display: flex;
	font-weight:600;
  flex-direction: column;
	align-items:center;
  height: 100%;
  justify-content: center;
  gap: 8px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.l-fixed-footer__item-tel {
  font-size: 14px;
  margin-right: 4px;
}
@media (width <= 768px) {
  .l-fixed-footer__item-tel {
    font-size: 12px;
  }
}

.l-fixed-footer__item .l-fixed-footer__item-num {
  font-size: 32px;
}

@media (width <= 768px) {
  .l-fixed-footer__item .l-fixed-footer__item-num {
    font-size: 16px;
  }
}
@media (width <= 375px) {
  .l-fixed-footer__item .l-fixed-footer__item-num {
    font-size: 14px;
  }
}
@media (width <= 340px) {
  .l-fixed-footer__item .l-fixed-footer__item-num {
    font-size: 12px;
  }
}

.l-fixed-footer__item-text{
	margin-bottom:6px;
}

.l-fixed-footer__item-line {
  width: 100%;
  background: #06c655;
  border-radius: 100vw;
  display: flex;
  padding: 8px 32px;
  height: 100%;
  gap: 16px;
	align-items:center;
	text-decoration:none;
	  color: #fff
}

.qr-code {
  width: 50px;
  height: 50px;
  background: #ccc;
  aspect-ratio: 1;
}

.l-fixed-footer__item-right {
  display: flex;
  flex-direction: column;
}

.l-fixed-footer__item-right span:first-of-type {
	font-size:16px;
}
@media (width <= 992px) {
.l-fixed-footer__item-right span:first-of-type {
	font-size:14px;
}
}

.l-fixed-footer__item-right span:last-of-type {
	font-size:14px;
}

@media (width <= 992px) {
.l-fixed-footer__item-right span:last-of-type {
	font-size:12px;
}
}

.l-fixed-footer__container--sp .l-fixed-footer__item {
  font-weight: 600;
	padding:8px;
}

.l-fixed-footer__item--line {
  background: #06c655;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
	font-size:15px;
  text-align: center;
}

.l-fixed-footer__item--info {
  background: #f585a1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
	font-size:14px;
  color: #fff;
}

.l-fixed-footer__item-num{
	font-size:14px;
	line-height:1.4;
}



/* レスポンシブ　pagetop 位置調整 */
@media (width <= 768px) {
	.p-fixBtnWrap{
		bottom: 4em;
	}
}

/* footer */
.l-footer{
	padding-bottom:90px;
}
@media (width <= 768px) {
  .l-footer {
	  padding-bottom:50px;
  }
}

@media (width <= 550px) {
  .p-mainVisual__slideBtns .p-mainVisual__slideBtn .c-mvBtn__btn {
    font-size: 12px;
  }
  .p-mainVisual__slideBtns {
    flex-direction: column;
  }
  .p-mainVisual__slideBtns .p-mainVisual__slideBtn .c-mvBtn__btn {
    max-width: 140px;
  }
}