/* =======================================================
*
* 	base
*
* ======================================================= */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
  font-size: 18px;
  background: #fff;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, h7, h8 {
  margin: 0;
  padding: 0;
}
a {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline;
  
}
a:focus, a:active {
  outline: none;
}
a img {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover img {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
h2 {
  font-family: 'lato', sans-serif;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}

.h5 {
  font-weight: 900;
}
p {
  margin-bottom: 1.5em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.box-wrap {
  margin: 0 auto;
  position: relative;
}
.box-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.text-black {
  color: #333;
}
.text-yellow {
  color: #feca00;
}
.text-green {
  color: #23ACB0;
}
.ltext {
  font-size: 200%;
}
.mtext {
  font-size: 150%;
}
.stext {
  font-size: 80%;
}

.sstext {
  font-size: 70%;
}
.row-height {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.bg-white {
  background: #fff;
  padding: 0 0.25em;
}
.red {
  color: #dc2a1b;
}
.ticker {
  width: 98%;
  color: #000 !important;
  height: 1.2em;
}

.bg-yellow{
	background: #edce1f;
	padding:0.25em;
}

.bg-red{
	background: #e94e3e;
	padding:0.25em;
}

.bg-blue{
	background: #03c2ea;
	padding:0.25em;
}

.normal{font-weight: 400;}

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.hind-madurai-light {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hind-madurai-regular {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hind-madurai-medium {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hind-madurai-semibold {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.hind-madurai-bold {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 700;
  font-style: normal;
}


@media screen and (max-width: 768px) {
  h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 900;
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
  }
  .box-wrap {
    max-width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  .img-fluid {
    width: 100%;
  }
}
header {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  display: block;
}
header .navbar-default {
  width: 100%;
  border: transparent;
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
  top: 10px;
  right: 0;
  margin: 0 auto;
  z-index: 10;

}
header .navbar {
  padding: 0;
  margin: 0;
	background: #fff;
}
.navbar-brand {
  margin: 0;
  padding: 0.5em;
  position: absolute;
	top:1em;
  right: 0;
  z-index: 300;
}
header .navbar-brand .h-logo {
  padding: 0;
}
header .navbar-brand .h-logo img {
  width: 100%;
}
header .navbar-brand .h-logo:focus, header .navbar-brand .h-logo:hover {
  opacity: 0.5;
}
/* =======================================================
*
* 	nav
*
* ======================================================= */
.global-nav {
  display: block;
  position: absolute;
  right: auto;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.5em 0 0.5em;
  margin: 0.6em 0 0 0;
  transition: all .6s;
  text-align: center;
background: #fff;
	border-radius: 5px;
}
.hamburger {
  display: none;
}
.global-nav__list {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: left;
  padding: 0;
}
.global-nav__item a {
  display: block;
  padding: 0.5em 0;
  color: #000;
  font-family: 'lato', sans-serif;
  font-weight: 900;
  height: auto;
	font-size:16px;
align-content: center;

	vertical-align: middle;
}
.global-nav__item a:hover {
  color: #666;
  text-decoration: none !important;
}
/* 固定 */
.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 990px) {
  header {
    background: none;
  }
  .navbar-brand {
    width: 100%;
	background: #fff;
    margin-top: 0em;
    margin-left: 0;
	  top:0.5em;
	  left:0;
	  right:auto;
  }
	
.navbar-brand.transform {
  top:0;
}
  /* =======================================================
*
* 	nav
*
* ======================================================= */
  .global-nav {
    position: fixed;
    right: -600px;
    left: auto;
    top: 0;
    width:100%;
    height: 100vh;
    padding-top: 80px;
    background: #fff;
    transition: all .6s;
    z-index: 1002;
    overflow-y: auto;
	  margin-top:0;
  }
  .hamburger {
    display: block;
    position: fixed;
    right: 0em;
    top: 1em;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1003;
    border-radius: 5px;
  }
	
	.hamburger.transform {
  top:0.5em;
}
  .global-nav__list {
    width: auto;
    display: block;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }
  .global-nav__item {
    text-align: center;
    padding: 0;
  }
  .global-nav__item a {
    display: block !important;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
	align-content: center;
  }
  .global-nav__item a:hover {
    background-color: #666;
    text-decoration: none !important;
  }
  .hamburger__line {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 3px;
    background-color: #000;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 10px;
  }
  .hamburger__line--2 {
    top: 22px;
  }
  .hamburger__line--3 {
    top: 34px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
	pointer-events: none; /* ← 追加：非表示時はクリック無効 */
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
	
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 22px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 22px;
  }
}
.mv {
  background: #fff;
  background-size: auto 100%;
  position: relative;
  text-align: center;
  border-top: 20px solid #FA8589;
padding-top:1.5em;
}
.mv::after {
  content: "";
  display: block;
  border-top: 20px solid #23ACB0;
  width: 50%;
  position: absolute;
  top: -20px;
  right: 0;
}
.mv_copy {
  margin: 50px auto 0;
}

.mv_copy img{
  width:90%;
max-width: 900px;
}
@media screen and (max-width: 768px) {
  .mv {
    position: relative;
    width: 100%;
    text-align: center;
	  padding-top:2em;
	  border-top: 10px solid #FA8589;
  }
  .mv_copy {
    margin: 40px auto 0;
  }
	.mv::after {
  content: "";
  display: block;
  border-top: 10px solid #23ACB0;
  width: 50%;
  position: absolute;
  top: -10px;
  right: 0;
}
}
.cv {
  background: #F2F2F2;
  text-align: center;
  padding: 80px 0;
}


#section01 {
  padding: 80px 0;
  position: relative;
  margin: 0;
  background: #FA8589;
  background-size: cover;
  border-top: 20px solid #FA8589;
  text-align: center;
}

.service_title{font-size: 30px;}

.service_icon {
  list-style: none;
  padding: 0;
}
.service_icon img {
  width: 100%;
}
#section03 {
  position: relative;
  padding: 80px 0;
  margin-bottom: 0;
  background: #1EAEB2;
  border-top: 20px solid #1EAEB2;
}
#section03::after {
  content: "";
  display: block;
  border-top: 20px solid #FA8589;
  width: 50%;
  position: absolute;
  top: -20px;
  right: 0;
}

.package_total{font-size:2rem; font-weight:800;color:#FA8589;padding-bottom: 10px;text-align: center;}

#section04 {
  position: relative;
  padding: 80px 0;
  background: #fff;
  border-top: 20px solid #fff;
}
#section04::after {
  content: "";
  display: block;
  border-top: 20px solid #1EAEB2;
  width: 50%;
  position: absolute;
  top: -20px;
  right: 0;
}
#section05 {
  position: relative;
  padding: 80px 0;
  background: #f2f2f2;
  border-top: 20px solid #f2f2f2;
}
#section05::after {
  content: "";
  display: block;
  border-top: 20px solid #fff;
  width: 50%;
  position: absolute;
  top: -20px;
  right: 0;
}
#section02 {
  position: relative;
  padding: 80px 0 0;
  z-index: 5;
  background: #FA8589;
  border-top: 20px solid #FA8589;
}

.works_image{
	padding:0px;
}

.works_image a{
	display: block;
	border-radius: 10px;
	min-height: 0px;
	margin-bottom: 20px;
	
}

.works_image a img{
	border-radius: 10px;
		width:100%;
}



#section06 {
  position: relative;
  padding: 80px 0;
  z-index: 5;
  margin-bottom: 0;
  background: #1EAEB2;
  border-top: 20px solid #1EAEB2;
}
#section06::after {
  content: "";
  display: block;
  border-top: 20px solid #f2f2f2;
  width: 50%;
  position: absolute;
  top: -20px;
  right: 0;
}

.faq-dl{
	color:#fff;
}


.faq-dl dt{
	padding:0.5em 0;
	border-bottom: solid 1px #fff;
}
.faq-dl dd{
	color: #1EAEB2;
	background: #fff;
	font-weight: 400;
	padding:0.5em;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    text-align: left;
    margin: 1em 0;
  }
  .cv {
    padding: 2em 0;
  }
	.service_title{font-size: 20px;}
  #section01 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 2em 0;
    z-index: 2;
    margin-bottom: 0;
  }
  .service_icon {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
  }
  .service_icon li {
    width: 22%;
    margin: 0 1% 10px;
  }
  #section02 {
    height: auto;
    position: relative;
    padding: 2em 0;
    z-index: 5;
    margin: 0;
  }
  #section03 {
    position: relative;
    padding: 2em 0;
    z-index: 5;
  }
  #section04 {
    position: relative;
    padding: 2em 0;
  }
  #section05 {
    position: relative;
    padding: 2em 0;
    z-index: 5;
  }
  #section05 h2 {
    margin-bottom: 1em !important;
  }

  #section06 {
    position: relative;
    overflow: hidden;
    padding: 2em 0;
    margin-bottom: 0;
  }
  footer {
    margin-top: 0;
    z-index: 10000;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.btn-line {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2em;
  border: solid 2px #fff;
  border-radius: 0px;
  height: 80px;
  position: relative;
}
a.btn-line:hover {
  text-decoration: none !important;
  color: #005f32 !important;
  background: #fff;
}
a.btn-line:active {
  text-decoration: none !important;
  color: #005f32 !important;
  background: #fff;
}
a.btn-line::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.btn-line:hover::after {
  border-top: 2px solid #005f32;
  border-right: 2px solid #005f32;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .container {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }
}
#footer {
  padding: 80px 10px 10px;
  background: #fff;
  color: #666;
position: relative;
text-align: center;
border-bottom: 20px solid #23ACB0;
}
#footer p {
  font-size: 14px;
  color: #666;
	text-align: center;
}

#footer::after {
  content: "";
  display: block;
  border-bottom: 20px solid #FA8589;
  width: 50%;
  position: absolute;
  bottom: -20px;
  right: 0;
}

.f_icon{
list-style: none;	
display: flex;
justify-content: center;
align-items:flex-start;
padding:0px;
}

.f_icon li{
margin: 0 0.5em;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  padding: 0.5em 1.25em 0.5em 0.5em;
min-width: 180px;
  background: #FA8589;
  color: #fff;
  font-weight: 900;
  border: none !important;
  border: 2px solid transparent !important;
  border-radius: 0;
  position: relative;
 margin: 0;
	display: inline-block;
}
.btn.btn-secondary {
  padding: 0.5em 1.25em 0.5em 0.5em;
	min-width: 200px;
  background: #23ACB0;
  color: #fff;
  font-weight: 900;
  border: none !important;
  border: 2px solid transparent !important;
  border-radius: 0;
  position: relative;
	 margin: 0;
	display: inline-block;
}

.btn.btn-primary::after,
.btn.btn-secondary::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  text-decoration: none !important;
	opacity: 0.7;
}
a.btn:hover, .btn:active, .btn:focus {
  color: #fff;
  outline: none !important;
  text-decoration: none !important;
	opacity: 0.7;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}
.btn.btn-black {
  text-align: right;
  width: 200px;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  border: none !important;
  border: 2px solid transparent !important;
  border-radius: 0;
  position: relative;
	text-align: center;
}
.btn.btn-black::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.btn.btn-black:hover, .btn.btn-black:active, .btn.btn-black:focus {
  box-shadow: none;
  background: #666;
  text-decoration: none !important;
}
.js .animate-box {
  opacity: 0;
}
 video{
width: 100%;
max-width: 1200px;/*PC版での最大幅*/
  }
@media screen and (max-width: 768px) {
  #footer {
    padding: 2em 0 1em;
    background: #fff;
    color: #000;
    text-align: center;
  }
  .btn.btn-primary {
    color: #fff;
	min-width:auto;
    font-size: 16px;
    font-weight: 900;
    border: none !important;
    border: 2px solid transparent !important;
    border-radius: 0;
    position: relative;
	  margin: 0;
	  
	 
  }
  .btn.btn-secondary {
	min-width:auto;
    background: #23ACB0;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    border: none !important;
    border: 2px solid transparent !important;
    border-radius: 0;
    position: relative;
	   margin: 0;
  }
  .btn.btn-black {
    margin-right: 2.5%;
    float: none;
    text-align: center;
    width: 95%;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    border: none !important;
    border: 2px solid transparent !important;
    border-radius: 0;
    position: relative;
  }
  .btn.btn-black::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a.btn.btn-black:hover, .btn.btn-black:active, .btn.btn-black:focus {
    box-shadow: none;
    background: #666;
    text-decoration: none !important;
  }
  .btn-line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    font-size: 18px;
  }
  a.btn-line:hover {
    text-decoration: none !important;
    color: #005f32 !important;
    background: #fff;
  }
  a.btn-line:active {
    text-decoration: none !important;
    color: #005f32 !important;
    background: #fff;
  }
  a.btn-line::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 15px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a.btn-line:hover::after {
    border-top: 2px solid #005f32;
    border-right: 2px solid #005f32;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .frame-wrapper__video {
    position: relative;
    width: 95%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 0 auto 2em;
  }
  .frame-wrapper__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .beer-box {
    width: 95%;
    margin: 0 auto;
  }
  .beer-box img {
    width: 100%;
  }
  .beer-box .col-md-6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
  }

	

 video{
width: 95%;
  }
}
.js-gotop {
  width: 70px;
height:70px;
	line-height: 70px;
background: #ccc;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
	text-align: center;
}
.js-gotop a:visited{
	color: #fff;
}
.js-gotop a:hover{
  color: #666;
}
.js-gotop img {
  width: 100%;
}
:root {
  --radius: 12px;
  --speed: 260ms;
  --collapsed-scale-x: 0.90; /* ← 閉じている時の横縮小率（見た目の差分）*/

}
.accordion {
  max-width: 1200px;
  margin: 28px auto;
}
.acc-item {
  border: 1px solid #e5e7eb;
  border-radius: var(--radius);
  background: #fff;
  will-change: transform;
  transform-origin: center center;
  transition: transform var(--speed) ease;
  /* 閉じているときは少しだけ細く見せる */
  transform: scaleX(var(--sx, var(--collapsed-scale-x)));

}
.acc-item + .acc-item {
  margin-top: 12px;
}
/* 開いたら横もフルサイズ（= scaleX(1)）に */
.acc-item.is-expanded {
  --sx: 1;
}
.acc-header {
  margin: 0;
}
.acc-trigger {
  appearance: none;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 20px 48px 20px 20px;
  font: inherit;
  cursor: pointer;
  position: relative;
	color:#666;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.acc-trigger:focus {
  outline:0px;
  outline-offset: 0px;
  border-radius: calc(var(--radius) - 2px);
}
.acc-trigger::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform var(--speed) ease;
}
.acc-trigger[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(45deg);
}
.acc-panel {
  overflow: hidden;
  height: 0; /* ← JSで数値→autoに切替してスムーズに */
  padding: 0 16px;
  border-top: 1px solid #f3f4f6;
  will-change: height;
}
.acc-inner {
  padding: 12px 0 16px;
  color: #374151;
  line-height: 1.7;
}
@media (prefers-reduced-motion: reduce) {
  .acc-trigger::after {
    transition: none;
  }
  .acc-panel {
    transition: none !important;
  }
  .acc-item {
    transition: none !important;
    transform: none !important;
  }
}

.tab-menu {
  display: flex;
justify-content: center;
  list-style: none;
  padding: 0;
  border-bottom: 3px solid #FA8589;
}
.tab-menu li {
  padding: 10px 20px;
  cursor: pointer;
  color:#fff;
  border-bottom: none;
  background: #C4C3C3;
  margin:0 5px;
border-radius: 10px 10px 0 0;
}
.tab-menu li.active {
  background: #FA8589;
  font-weight: bold;
}

.tab-content {
  display: none;
  padding: 20px;
}
.tab-content.active {
  display: block;
}
@media screen and (max-width: 768px) {
	.tab-content {
  padding: 0px;
}
	

}

/*シミュレーション*/
:root{
  --accent:#FA8589;        /* ボタンON時の色 */
  --accent-ghost:#e6efff;  /* ホバー時の薄色 */
  --border:#dcdcdc;
  --text:#111;
  --acc-speed: 260ms;
}

fieldset{
  padding:0 10px 6px;
  margin:18px 0;
  background:#E6E2E2;
  border:none;
}
legend{
  font-weight:700;
  padding:14px 44px 14px 16px;
  color:#FA8589;
  width:100%;
  box-sizing:border-box;
  cursor:pointer;
  position:relative;
  user-select:none;
  margin-bottom:0;
}

/* アコーディオン矢印 */
legend::after{
  content:"";
  position:absolute; right:16px; top:80%;
  width:10px; height:10px;
  border-right:2px solid #6b7280;
  border-bottom:2px solid #6b7280;
  transform:translateY(-50%) rotate(-45deg);
  transition:transform var(--acc-speed) ease;
}
legend[aria-expanded="true"]::after{
  transform:translateY(-50%) rotate(45deg);
}

/* アコーディオン中身 */
.fs-panel{
  overflow:hidden;
  height:0;
  padding:0;
  will-change:height;
}
.fs-panel > .fs-inner{ padding:12px 0 0; }

/* ===== ボタン風オプション ===== */
.options{
  display:flex;
  flex-wrap:wrap;
  gap:0 10px;
}
.option{
  position:relative;
  display:inline-block;
}
.option > input{
  position:absolute; inset:0;
  opacity:0; width:0; height:0; pointer-events:none;
}
.btn-option{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.65rem .5rem .65rem 2.4rem;
  border:1.5px solid var(--border);
  border-radius:10px;
  background:#fff;
  cursor:pointer;
  user-select:none;
  transition:background .15s ease, border-color .15s ease, box-shadow .15s ease, color .15s ease, transform .02s ease;
  font-weight:600;
  box-shadow:0 1px 0 rgba(0,0,0,.03);
  font-size:16px;
}
.btn-option:hover{ background:var(--accent-ghost); }

.option > input:checked + .btn-option{
  background:var(--accent);
  color:#fff;
  border-color:var(--accent);
  box-shadow:0 2px 10px rgba(37,99,235,.25);
}

/* チェック時に✔ */
.btn-option::before{
  content:"";
  position:absolute; left:.8rem; top:50%;
  transform:translateY(-50%);
  width:1.2rem; height:1.2rem;
  border:2px solid var(--border);
  border-radius:.4rem;
  background:#fff;
  display:grid; place-items:center;
  font-size:.9rem; line-height:1;
  color:transparent;
  transition:all .15s ease;
}
.option > input:checked + .btn-option::before{
  content:"✔";
  background:#fff;
  color:var(--accent);
  border-color:var(--accent);
  box-shadow:0 1px 0 rgba(0,0,0,.05);
}

/* キーボードフォーカス */
.option > input:focus-visible + .btn-option{
  outline:3px solid rgba(37,99,235,.35);
  outline-offset:2px;
}

/* リセットボタン */
.btn-reset{
  border:1.5px solid var(--border);
  border-radius:10px;
  background:#bbb;
  padding:.55rem .9rem;
  font-weight:700;
  cursor:pointer;
  transition:background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.btn-reset:hover{ background:var(--accent-ghost); }
.btn-reset:focus-visible{
  outline:3px solid rgba(37,99,235,.35);
  outline-offset:2px;
}

/* 合計表示 */
.totals{
  margin:12px 0 40px;
  text-align:right;
}
.total{
  display:inline;
  font-size:2rem;
  font-weight:800;
  color:#FA8589;
  border-bottom:5px solid #FA8589;
  padding-bottom:10px;
}

/* 動き苦手設定 */
@media (prefers-reduced-motion: reduce){
  legend::after{ transition:none !important; }
  .fs-panel{ transition:none !important; }
}


.swiper-container2 .swiper-wrapper {
  transition-timing-function: linear;
	
}

.swiper-container2{
  width:1200px;
overflow: hidden;
}


.swiper-button-next{
	content: "" !important;
	background: transparent url("../images/arrow_r.svg") no-repeat center / contain !important;
    width: 40px; /* 背景画像の幅を必ず指定 */
    height: 40px; /* 背景画像の高さを必ず指定 */
    top: 50%;
    transform: translateY(-50%);
}


.swiper-button-prev{
	content: "" !important;
	background: transparent url("../images/arrow_l.svg") no-repeat center / contain !important;
    width: 40px; /* 背景画像の幅を必ず指定 */
    height: 40px; /* 背景画像の高さを必ず指定 */
    top: 50%;
    transform: translateY(-50%);
}





.swiper-slide img {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 768px) {
	.swiper-container2{
  width:100%;
}
	
}

.works_icon{
	list-style: none;
	margin:0;
	padding:0;
}
 
.works_icon li{
	display: inline-block;
	padding:0.5em 0.75em;
	background: #23ACB0;
	color:#fff;
	border-radius: 5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	font-size:14px;
}




.package-btns dt{
	background: #fff;
	border-top-left-radius: 10px;
border-top-right-radius: 10px;
	text-align: center;
	padding:1em 1em 0;
	font-size:24px;
	line-height: 1.2;
	
}

.package-btns dd{
	background: #fff;
	border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
	text-align: center;
	padding:1em;
	
}

.package-btns dd a.package-btn1{
	background: #23ACB0;
	text-align: center;
	padding:0.5em;
	border-radius: 5px;
	margin-bottom: 0.5em;
	
}

.package-btns dd a.package-btn2{
	background: #FA8589;
	text-align: center;
	padding:0.5em;
	border-radius: 5px;
}

.package-btns dd a:hover{
	color:#fff;
	text-decoration: none;
	opacity: 0.5;
	
}

@media screen and (max-width: 768px) {
.package-btns {
	
	display: none;
}
	
}

.animate-box{opacity:0; transform:translateY(16px)}
.animate-box.animated{opacity:1; transform:none; transition:opacity .4s ease, transform .4s ease}

.swiper-container2 .swiper-slide {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.swiper-container2 .swiper-slide.visible {
  opacity: 1;
  transform: none;
}

/* 初期は薄く・下から、visible で表示 */
.swiper-container2 .swiper-slide {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity .6s ease, transform .6s ease;
}
.swiper-container2 .swiper-slide.visible {
  opacity: 1;
  transform: none;
}

/* 万一 .animate-box の初期CSSが強い場合の保険 */
.swiper-container2 .swiper-slide.visible {
  opacity: 1 !important;
  transform: none !important;
}

/* 必須：これが無いと見た目が変わりません */
.tabs .tab-content { display: none; }
.tabs .tab-content.active { display: block; }

/* クリックできる見た目（任意） */
.tab-menu li { cursor: pointer; }
.tab-menu li.active { font-weight: 700; }

.sim-section-note {
  font-size: 0.85rem;   /* ← 小さくする */
  line-height: 1.6;
  margin: 6px 0 10px;
}

.btn-option small{font-weight: 800;}
.sim-option-link{color:#444; font-size:0.65em;}

/* =============================
   WORKS一覧のサムネイル統一
   ============================= */

/* ① サムネ画像を比率固定の枠に収める */
.works_image .col-12.col-md-3 a {
  display: block;
  width: 100%;
  position: relative;

  /* ★比率を指定する（例：3:2 → 66.66%）
     1:1 にしたい場合 → 100%
     4:3 にしたい場合 → 75%
  */
  padding-top: 66.66%; 
  overflow: hidden;
}

/* ② 画像を枠いっぱいに広げ、はみ出した部分は非表示（トリミング） */
.works_image .col-12.col-md-3 a img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center;
}
/*# sourceMappingURL=style.css.map */