﻿@import url(pc.css) screen and (min-width: 800px);
@import url(sp.css) screen and (max-width: 799px);
@import url(pc.css) print;
@charset "utf-8";
body{
	-webkit-text-size-adjust: 100%;
	margin:0px 0 0px 0;
	text-align:center;
	color:#333;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Sans-Serif;
	font-size: 0.95em;
	line-height:1.8em;
	overflow-x: hidden;
	position:relative;
}
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      width: 100%;
      height: 100%;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

/* アコーディオン内 iframe レスポンシブ対応 */
.accordion-content iframe,
.accordion-inner iframe,
.yt-container iframe {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* 16:9 比率に対応。古いブラウザでは無視されます */
    display: block;
}

details {
    overflow: hidden;
    position: relative;
}

details iframe {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


span.gt-lang-code {
    display: none;
}

