@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Rugful - 2024
Author: ohya
Description: Rugful｜オリジナルテーマ
Version: 1.0
*/

/* HTML5 ? Boilerplate
 * ==== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

a { color: #222; text-decoration: none; }
a:visited { color: #222; text-decoration: none;  }
a:hover { color: #30476c; text-decoration: none;  }
a:focus { outline: thin dotted; text-decoration: none;  }
a:hover, a:active { outline: 0; text-decoration: none;  }

a:link,
a:hover {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: separate; border-spacing: 0; }
td { vertical-align: top; }

img { -ms-interpolation-mode: bicubic; }

/* ==== 追記 ==========================================================*/
html {
  font-size: 9px; /* sp基準値 */
  -webkit-text-size-adjust: 100%;
}
 
@media (min-width: 480px) {
html {
    font-size: 10px; /* pc基準値 */
  }
}

body{ 
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "pkna";
  line-height: 2;
  background: #fff;
  letter-spacing: 0.05rem;
  width: 100%;
  overflow: hidden;
}

/* ===================
    PC・スマホ共通、サイト別リセット
  =================== */

h2,h3,h4 {margin: 0; padding: 0; vertical-align:baseline;}
p {margin: 0; padding: 0;}
ul, li { margin: 0; padding: 0; list-style: none;}
dl, dt, dd { margin: 0; padding: 0;}
th { font-weight: normal; }
a:hover { opacity: 0.8; }

/* スマホ&PC各セクション */

img {
  user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
  max-width: 100%;
}

/* ==== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/*font-style*/
.en { font-family: 'Teko', sans-serif; }
.noto { font-family: 'Noto Sans JP', sans-serif; }
.sawarabi {font-family: "Sawarabi Gothic"; }
.mplus { font-family: "M PLUS 1p"; font-weight: 100; }
.ropa { font-family: 'Ropa Sans', sans-serif; font-weight: 400; font-style: normal; }
.kufam { font-family: 'Kufam', sans-serif; }
.roboto { font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-style: normal; }
.din2014_narrow_light { font-family: "din-2014-narrow", sans-serif; font-weight: 300; font-style: normal;}

/*font-awesome*/
.fa-solid { margin-right: 8px; color: #3e454d; }

/*svg*/
.feather-chevron-right {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 8px;
  padding-right: 5px;
}
.feather-chevron-left {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 8px;
  padding-right: 5px;
}

/*text-style*/
.t-big { font-weight: bold; font-size: 110%; }
.t-red { color: #ff0000;}
h2.common { clear: both; border-left: 5px solid #222; border-right: 5px solid #222; font-size: 140%; margin-bottom: 30px; background: #f6f6f6; padding: 5px 10px; }
h2.borderReed  { border-bottom: solid 1px #3ba366; position: relative; text-align: center; line-height: 1.5; margin-bottom: 25px; clear: both; padding-bottom: 10px; letter-spacing: 0.2rem;}
/*h2.borderReed:after { content: ""; display: block; line-height: 0; overflow: hidden; position: absolute; left: 0; bottom: -3px; width: 50%; border-bottom: 2px solid #3ba366; }*/



/* ====== PC・共通 ===== */

.spView, .sp_br, .mv_spView, .flo_pctbView {
  display: none;
}

.pcView, .pc_br, .mv_pctbView {
  display: block;
}

h1 {
  margin: 0;
}

h2 {
  color: #00274d; 
  line-height: 3rem;
  text-align: center;
  padding-bottom: 28px;
}

h2 span {
  font-size: 1.5rem;
}

/* ====== PC・loading ===== */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#splash-logo img {
  width: 180px;
}

/* 画面遷移 */
.loading_area{
  background:#fff;
	z-index: 9999999;
}

.loading_area.appear{
  background:#0c2949;
  opacity: 1;
	z-index: 99999;
}

.loading_area.appear02{
  background:#fff;
	z-index: 99999;
}

.splashbg{
  display: none;
	content: "";
	position:fixed;
	transform: scale(100);
	background-color: #fff;
	z-index: 99999!important;
  top:calc(50% - 1rem);
  left:calc(50% - 1rem);
	width: 2rem;
	height: 2rem;
}

.loading_area.appear .splashbg{
  display: block;
  border-radius: 50%;	
	animation-name:PageAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	z-index: 99999!important;
}

@keyframes PageAnime{
	0% {
		transform: scale(100);
	}
	100% {
		transform: scale(0);
		display: none;
	}
}

#loading_top_content{
	opacity: 0;
}

.loading_area.appear02 #loading_top_content{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.1s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/* ====== PC・header ===== */
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  /*min-width: 1440px;*/
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 42px;
}

.header02 {
  width: 100%;
  background: #73889d;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 42px;
}

.header_logo {
  width: 175px;
  margin: 20px 0 10px;
}

/* header上部 */
.header__info {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.header__info ul {
  display: flex;
  align-items: center;
  padding-right: 18px;
}

.header__info ul li:not(:last-child) {
  margin-right: 14px;
}

.header__info ul li img {
  width: 29px;
}

.header_tel {
  padding-right: 18px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 600;
}

.header_tel a {
  color: #fff;
}

.header_tel img {
  width: 40px;
  margin-bottom: 2px;
}

.header_contact {
  display: inline-block;
  padding: 2px 15px;
  border-radius: 2.5em;
  width: 95px;
  max-width: 100%;
  background: #00274d;
  color: #FFF !important;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}

/* header下部 */
.header_nav {
  margin-top: 10px;
}

.nav_content {
  display: flex;
}

.nav_content li a {
  position: relative;
  font-weight: 600;
  color: #fff;
}

.nav_content li a:hover {
  color: #d02030;
  padding-bottom: 3px;
  border-bottom: 1.5px solid #d02030;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  opacity: 1;
}

.nav_content li:not(:last-child) {
  margin-right: 25px;
}

.nav_content ul {
  display: block;
}

/* 2025.05.20変更
.nav_content li.has-child {
  position: relative;
  padding-right: 10px;
}*/

/* nav 店舗名表示 */
/*.nav_content li.has-child ul li a {
  color: #00274d;
}

.nav_content li.has-child>a::before {
  content:'';
  position: absolute;
  right : -15px;
  top: 5px;
  width: 10px;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% 100%,100% 0,0 0);
  background: #fff;
  border-radius: 25%;
}

.nav_content li.has-child>a:hover::before {
  background: #d02030;
}

.nav_content li.has-child ul {
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 7px;
  border: 2px solid #d02030;
  position: absolute;
  left: -22px;
  top: 25px;
	z-index: 4;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
  display: none;
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
}

.nav_content li.has-child:hover > ul{
  display: flex;
  flex-direction: column;
  visibility: visible;
  opacity: 1;
  width: 200px;
}*/

/* スクロールした時 */
.js-scroll {
  padding: 10px 42px;
  box-sizing: border-box;
  background-color: #c8d0d8;
}

.js-logosize {
  width: 130px;
  margin: 15px 0 10px;
}

/* ====== PC・TOP／mv ===== */
.mv {
  background: url("img/page/top_mv.png") no-repeat  top center / cover;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  /*height: 938px;*/
  /* (画像の高さ ÷　画像の横幅) × 100% */
  padding-top: calc(1558 / 2501* 100%);
  height: 0;
}

.container{
	overflow: hidden;
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 500px;
  z-index: 998;
}
.container img {
  width: 240px;
}

.slidein{
	margin: 50px auto;
	transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}
.slide_left{
	transform: translateX(calc(-50vw - 50%));
}
.slide_right{
	transform: translateX(calc(50vw + 50%));
}
.show{
	transform: translateX(30%);
}

/* ====== PC・TOP／news ===== */
.top_news {
  padding: 100px 50px 130px;
  position: relative;
}

.top_news h2 img {
  display: block;
  margin: 0 auto;
  width: 160px;
  padding-left: 37px;
}

.top_news_content_wrapper {
  position: relative;
  padding-top: 40px;
  max-width: 1025px;
  margin: 0 auto;
}

.top_news_content_wrapper ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.top_news_content_wrapper ul li {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 0 24px;
}

.top_news_content_wrapper ul li img {
  margin-bottom: 30px;
  width: 100%;
}

.top_news_arrow {
  position: absolute;
  top: 0;
  right: 32px;
  display: flex;
}

.top_news_arrow:hover {
  color: #d02030;
  opacity: 1;
}

.top_news_arrow span {
  font-size: 1.6rem;
  padding-right: 5px;
}

.top_news_arrow img {
  width: 90px;
  object-fit: contain;
    position: absolute;
    top: 14px;
    right: 0;
    display: block;
}

.top_news_hover {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100px;
    height: auto;
    object-fit: cover;
}

.top_news_arrow:hover img:nth-of-type(1) {
  opacity: 1;
}

.top_news_arrow:hover img:nth-of-type(2) {
  opacity: 0;
}

.top_news_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top_news_rugbyball {
  position: absolute;
  bottom: -180px;
  left: -50px;
  width: 212px;
  z-index: 99;
}

/* ====== PC・TOP／about ===== */
.top_about {
  background-color: #f5f6f8;
  padding: 84px 50px 0px;
}

.top_about_wrapper {
  max-width: 1025px;
  margin: 0 auto;
}

.top_about_title {
  line-height: 8rem;
}

.top_about_title img {
  display: block;
  margin: 0 auto;
  width: 448px;
}

.top_about_title_text {
  font-size: 4.8rem;
}

.top_about_content_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 0 0;
}

.top_about_left {
  width: 60%;
  font-size: 1.6rem;
  padding-right: 48px;
}

.top_about_left p {
  padding-bottom: 45px;
}

.top_about_right {
  margin-right: calc(50% - 50vw);
  width: 60vw;
}

.top_about_right img {
  width: 550px;
}

.top_about_taisho {
  display: flex;
  align-items: center;
}

.top_about_circle {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: #d02030;
  text-align: center;
  line-height: 128px;
  color: #fff;
  font-weight: 600;
  margin-right: 25px;
}

.top_about_taisho_content span {
  color: #d02030;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
}

.top_about_taisho_content p {
  padding-bottom: 0!important;
}

.top_btn {
  text-align: center;
}

.top_btn a {
  display: inline-block;
  padding: 8px 35px;
  border-radius: 2.5em;
  width: 235px;
  max-width: 100%;
  background: #d02030;
  color: #FFF;
  text-align: start;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  border: 2px #fff solid;
}

.top_btn a::after {
  content: "";
  line-height: 1;
  position: absolute;
  top: 42%;
  right: 9%;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
}

.top_btn a:hover {
  background: #fff;
  color: #d02030;
  border: 2px #d02030 solid;
}

.top_btn a:hover:after {
  background: #d02030;
}

.top_btn_bg {
  padding: 120px 50px 195px;
  background-color: #f5f6f8;
  border-radius: 0 0 0 100%;
}

/* ====== PC・TOP／phil ===== */
.top_phil {
  padding: 84px 50px 160px;
  position: relative;
}

.top_phil_wrapper {
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
}

.top_phil h2 img {
  display: block;
  margin: 0 auto;
  width: 303px;
  padding-left: 37px;
}

.top_phil_content_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 0 60px;
}

.top_phil_left {
  width: 60%;
  font-size: 1.6rem;
  padding-right: 48px;
}

.top_phil h3 {
  padding-bottom: 30px;
}

.top_phil_left h3 img {
  width: 350px;
  padding-left: 12px;
}

.top_phil_left p {
  padding-bottom: 45px;
}

.top_phil_right {
  margin-right: calc(50% - 50vw);
  width: 60vw;
}

.top_phil_right img {
  width: 550px;
}

.top_phil_text {
  position: absolute;
  bottom: -29%;
  left: -10%;
  width: 452px;
  z-index: 99;
  padding-left: 10px;
}

.top_phil_rugbyball {
  position: absolute;
  bottom: -23%;
  right: -9%;
  width: 162px;
  z-index: 99;
}

/* ====== PC・TOP／guide ===== */
.top_guide {
  padding: 115px 50px 130px;
  background-color: #f5f6f8;
  position: relative;
  border-radius: 0 65% 0 0;
}

.top_guide h2 img {
  display: block;
  margin: 0 auto;
  width: 298px;
  padding-left: 37px;
}

.top_guide_content_wrapper {
  padding-top: 30px;
  padding-bottom: 250px;
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
}

.top_guide_left {
  width: 46%;
}

.top_guide_left h3 {
  padding-bottom: 30px;
}

.top_guide_left h3 img {
  width: 222px;
}

.top_guide_left p {
  padding-bottom: 45px;
}

.top_guide_right {
  margin-right: calc(50% - 50vw);
  width: 60vw;
}

.top_guide_kids {
  position: absolute;
  top: -10%;
  right: -20%;
  width: 727px;
}

/* ====== PC・TOP／message ===== */
.top_message {
  padding: 100px 50px 160px;
}

.top_message_area {
  max-width: 938px;
  margin: 0 auto;
  padding: 25px 65px 50px;
  border: 2px solid #d02030;
  border-radius: 20px;
}

.top_message h2 img {
  display: block;
  margin: 0 auto;
  width: 298px;
  padding-left: 70px;
}

.top_message_content_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 0 0;
}

.top_message_left {
  width: 45%;
  font-size: 1.5rem;
  padding-right: 85px;
}

.top_message h3 {
  padding-bottom: 30px;
  font-size: 2.0rem;
}

.top_message_to, .top_message_bio {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
}

.top_message_to:before {
  content: "";
  border: 1px solid #333;
  position: absolute;
  right: 0;
  top: 50%;
  width: 70%;
}

.top_message_bio:before {
  content: "";
  border: 1px solid #333;
  position: absolute;
  right: 13px;
  top: 50%;
  width: 67%;
}

.top_message_left p {
  padding-bottom: 45px;
  text-align: justify;
}

.top_message_right {
  width: 46%;
}

.top_message_right img {
  width: 350px;
  border-radius: 30px;
  margin: 0 auto 35px;
  display: block;
}

.top_message_bio_table {
  font-size: 1.3rem;
  border-collapse: collapse;
}

.top_message_bio_table th, .top_message_bio_table td {
  width: 100%;
  display: block;
}

.top_message_bio_table th {
  vertical-align: top;
  text-align: left;
  padding: 10px 0 0;
  /*border-bottom: 1px dashed #333;*/
  white-space: nowrap;
}

.top_message_bio_table td {
  padding: 0 0 10px;
  /*border-bottom: 1px dashed #333;*/
}


/* ====== PC・footer ===== */
.footer_bg01 {
  background-color: #d02030;
  text-align: center;
  /*padding: 44px 0 22px;*/
  padding: 60px 0 40px;
  color: #fff;
}

.footer_bg01 p {
  font-size: 3.0rem;
}

.footer_btn {
  padding: 10px 0 25px;
}

.footer_btn a {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2.5em;
  width: 295px;
  max-width: 100%;
  background: #f3f1ee;
  color: #00274d;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.footer_btn a:hover {
  background: #c2b7a8;
  color: #fff;
  opacity: 1;
}

.footer_icon_wrapper img {
  width: 42px;
  padding: 0 8px;
}

.footer_insta {
  padding-top: 3px!important;
}

.footer_bg02 {
  background-color: #862327;
  text-align: center;
  position: relative;
  padding: 30px;
  color: #fff;
}

.footer_bg02 small, .footer_bg03 small {
  font-size: 1.2rem;
}

.footer_rugby {
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 312px;
}

.footer_bg03 {
  background-color: #d02030;
  text-align: center;
  position: relative;
  padding: 30px;
  color: #fff;
}

/* ====== ページトップリンク  ===== */
.page-top_img {
  width: 65px;
}

#page-top a{
	transition:all 0.3s;
}

#page-top {
	position: fixed;
	right: 25px;
	z-index: 2;
	opacity: 0;
	transform: translateY(200px);
}

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 0;
	  transform: translateY(200px);
  }
  to {
    opacity: 1;
	  transform: translateY(0);
  }
}

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	  transform: translateY(0);
  }
  to {
  	opacity: 1;
	  transform: translateY(200px);
  }
}

/* ====== PC・About／mv ===== */
.about_mv {
  background-color: #f5f6f8;
  position: relative;
}

.about_mv_img {
  width: 100%;
}

/* ====== PC・About／concept ===== */
.about_concept {
  background-color: #f5f6f8;
  position: relative;
  padding-bottom: 15px;
}

.about_concept_wrapper {
  max-width: 1025px;
  margin: 0 auto;
  padding: 110px 40px 0;
}

.about_concept h2 img {
  display: block;
  margin: 0 auto;
  /*width: 198px;*/
  height: 28px;
}

/* concept_top */
.concept_top_wrapper {
  margin: 20px auto 60px;
  text-align: center;
}

.concept_top_title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.concept_top_wrapper p {
  font-size: 1.6rem;
  line-height: 3.8rem;
}

/* concept_content */
.about_concept ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 5px;
}
.about_concept ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  height: 200px;
}

.ful_text {
  flex-grow: 1;
}

.ful_text img {
  height: 72px;
}

.ful_img {
  width: 20%;
  flex-grow: 2;
}

.ful_img01, .ful_img02, .ful_img03, .ful_img04 {
  width: 175px;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}

.ful_content {
  width: 35%;
}

.ful_content h3 {
  font-size: 2.2rem;
  padding-bottom: 8px;
}

.ful_content p {
  font-size: 1.5rem;
  text-align: justify;
}

/* concept_bottom */
.concept_bottom {
  padding: 88px 50px 134px;
  border-radius: 0 0 0 100%;
  background-color: #f5f6f8;
}

.concept_bottom_wrapper {
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
}

.concept_bottom_wrapper h3 {
  padding-top: 20px;
}

.concept_bottom_copy {
  width: 430px;
  margin-top: 18px;
  display: block;
}

.concept_bottom_right {
  margin-right: calc(50%-50vw);
  width: 60vw;
}

.concept_bottom_kids {
  position: absolute;
  bottom: -40%;
  right: -20%;
  width: 730px;
}

/* ====== PC・About／Value ===== */
.about_value {
  max-width: 1025px;
  margin: 0 auto 50px;
  padding: 170px 40px 0;
}

.about_value h2 img {
  display: block;
  margin: 0 auto;
  height: 28px;
}

/* 5つのvalue */
.value_top_wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px;
  border: 3px solid #d02030;
  border-radius: 20px;
  gap: 40px;
  margin-bottom: 60px;
}

.value_left {
  width: 50%;
}

.value_left p {
  font-size: 1.4rem;
  text-align: justify;
  padding-top: 30px;
}

.value_right {
  width: 50%;
}

.value_right img {
  width: 570px;
}

/* value_point */
.value_point_wrapper {
  text-align: center;
}

.value_point_wrapper h3 {
  margin-bottom: 50px;
}

.value_point_wrapper ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.value_point_wrapper img {
  width: 220px;
}

.value_point_wrapper p {
  font-size: 1.5rem;
}

/* ====== PC・About／Program ===== */
.about_program {
  position: relative;
}

.about_program_top_wrapper {
  padding: 160px 40px 10px;
  border-radius: 0 100% 0 0;
  background-color: #f5f6f8;
}

.about_program_wrapper {
  background-color: #f5f6f8;
  padding-bottom: 100px;
}

.about_program h2 img {
  display: block;
  margin: 0 auto;
  height: 28px;
}

/* progarm_top */
.program_top {
  text-align: center;
  padding: 20px 0 50px;
}

.program_top h3 {
  padding-bottom: 20px;
}

.program_top p {
  font-size: 1.5rem;
}

/* progarm_content */
.about_program_wrapper ul {
  display: flex;
  max-width: 1025px;
  margin: 0 auto;
  padding: 10px 40px 0;
}

.about_program_wrapper ul {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.about_program_wrapper ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48%;
}

.program_image {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 25px;
}

.about_program_wrapper ul li h3 {
  color: #00274d; 
  line-height: 3rem;
  text-align: center;
  padding-bottom: 25px;
}

.about_program_wrapper ul li h3 img {
  display: block;
  margin: 0 auto;
  height: 18px;
  object-fit: contain;
}

.about_program_wrapper ul li h3 span {
  font-size: 1.5rem;
}

.about_program_wrapper ul li p {
  font-size: 1.5rem;
  line-height: 3.2rem;
}

/* ====== PC・About／Safety Point ===== */
.about_point {
  max-width: 1025px;
  margin: 0 auto 50px;
  padding: 100px 40px 0;
}

.about_point h2 img {
  display: block;
  margin: 0 auto;
  height: 28px;
}

.about_point ul {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.about_point ul li img {
  width: 100%;
}

/* ====== PC・About／Schedule ===== */
.about_sche {
  background-color: #f5f6f8;
  position: relative;
  padding-bottom: 140px;
}

.about_sche_wrapper {
  max-width: 1025px;
  margin: 0 auto;
  padding: 150px 40px 0;
}

.about_sche h2 img {
  display: block;
  margin: 0 auto;
  height: 28px;
}

.sche_image {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px;
  background-color: #f2d8da;
  border-radius: 20px;
  margin-top: 20px;
}

.sche_image img {
  width: 47%;
  object-fit: contain;
}

/* ====== PC・Service／mv ===== */
.service_mv {
  background-color: #f5f6f8;
  position: relative;
}

.service_mv_img {
  width: 100%;
}

/* ====== PC・Service／about ===== */
.service_about {
  background-color: #f5f6f8;
  position: relative;
  padding-bottom: 100px;
  border-radius: 0 0 0 60%;
}

.service_about_wrapper {
  max-width: 1025px;
  margin: 0 auto;
  padding: 110px 40px 0;
}

/* about_rugful */
.service_about_rugful {
  max-width: 880px;
  margin: 0 auto 250px;
}

.service_about_rugful h2.title_ja {
  font-size: 4.2rem;
  margin-bottom: 30px;
  text-align: center;
}

.about_ryouiku {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 4.2rem;
  margin-bottom: 50px;
  text-align: center;
}

.service_about_rugful h3 {
  font-size: 2.3rem;
  text-align: center;
  margin: 70px auto 30px;
}

/* about_bottom */
.future_wrapper {
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
}

.future_copy {
  width: 47%;
  display: block;
  margin-top: 20px;
}

.future_right {
  margin: calc(50%-50vw);
  width: 60vw;
}

.future_kids {
  position: absolute;
  bottom: -99%;
  right: -20%;
  width: 700px;
}

/* ====== PC・Service／Age ===== */
.service_age {
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 140px 40px 0;
}

.service_age h2.title_ja {
  font-size: 3.6rem;
  margin-bottom: 30px;
  text-align: center;
}

.service_age_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.service_age_left, .service_age_right {
  width: 48%;
}

.service_age_left span {
  color: #d02030;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  padding-bottom: 12px;
  display: inline-block;
}

.service_age_left p {
  line-height: 3.8rem;
}

.service_age_right img {
  width: 475px;
  border-radius: 25px;
}

/* ====== PC・Service／Content ===== */
.service_content {
  background-color: #f5f6f8;
  position: relative;
  padding-bottom: 100px;
  border-radius: 0 74% 0 0;
}

.service_content_wrapper {
  max-width: 1025px;
  margin: 0 auto;
  padding: 180px 40px 0;
}

.service_content h2.title_ja {
  font-size: 3.6rem;
  margin-bottom: 30px;
  text-align: center;
}

/* service_content_flex */
.service_content_wrapper ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding-top: 60px;
}

.service_content_wrapper ul li {
  display: flex;
  flex-direction: column;
  width: 32%;
  align-items: center;
}
.service_content_wrapper ul li img {
  width: 100%;
  border-radius: 20px;
  height: 240px;
  object-fit: cover;
}

.service_content_wrapper ul li h4 {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 20px 0 10px;
}

.service_content_wrapper ul li p {
  font-size: 1.5rem;
  text-align: justify;
}

/* ====== PC・Guide／mv ===== */
.guide_mv {
  background-color: #f5f6f8;
  position: relative;
}

.guide_mv_img  {
  width: 100%;
}

/* ====== PC・Guide／Safety ===== */
.guide_safety {
  background-color: #f5f6f8;
  position: relative;
  padding-bottom: 100px;
  border-radius: 0 0 0 98%;
}

.guide_safety_wrapper {
  max-width: 1025px;
  margin: 0 auto;
  padding: 110px 40px 0;
}

/* guide_safety_top */
.guide_safety_top {
  text-align: center;
  padding-bottom: 160px;
}

.guide_safety_top h2 {
  padding-bottom: 40px;
}

.guide_safety_top h2 img {
  width: 265px;
  display: block;
  margin: 0 auto;
  padding-bottom: 50px;
}

.guide_safety_top h2.title_ja {
  font-size: 3.6rem;
}

/* guide_safety_bottom */
.noside_wrapper {
  position: relative;
  max-width: 1025px;
  margin: 0 auto;
}

.noside_wrapper h3 {
  line-height: 3.2rem;
}

.noside_copy {
  width: 30%;
  display: block;
  margin-bottom: 20px;
}

.noside_right {
  margin-right: calc(50%-50vw);
  width: 60vw;
}

.noside_rugby {
  position: absolute;
  bottom: -158%;
  right: -20%;
  width: 760px;
}

/* ====== PC・Guide／Flow ===== */
.guide_flow {
  max-width: 1025px;
  margin: 0 auto 50px;
  padding: 200px 40px 0;
}

.guide_flow h2.title_ja {
  font-size: 3.6rem;
  margin-bottom: 45px;
  text-align: center;
}

/* guide_flow */
.guide_flow ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.guide_flow ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  position: relative;
}

.guide_flow ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 160px;
  right: -37px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 24px solid #d02030;
  border-right: 0;
}

.guide_flow ul li .guide_step {
  display: block;
  height: 24px;
  object-fit: contain;
  padding-bottom: 18px;
}

.guide_flow ul li .guide_image {
  width: 100%;
  height: 286px;
  margin-bottom: 30px;
  object-fit: cover;
  border-radius: 25px;
}

.guide_flow ul li p {
  font-size: 1.5rem;
  text-align: justify;
}

/* ====== PC・Guide／Fee ===== */
.guide_fee {
  background-color: #f5f6f8;
  position: relative;
  padding-bottom: 100px;
  border-radius: 0 65% 0 0;
}

.guide_fee_wrapper {
  max-width: 1025px;
  margin: 0 auto;
  padding: 210px 40px 0;
}

.guide_fee h2.title_ja {
  font-size: 3.6rem;
  text-align: center;
}

/* guide_fee_top */
.guide_fee_top {
  text-align: center;
}

.guide_fee_top_text01 {
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.guide_fee_top_text01 span {
  font-size: 1.8rem;
  font-weight: 600;
}

.guide_fee_top_text02 {
  margin-bottom: 60px;
}

/* guide_fee */
.guide_fee_wrapper ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.guide_fee_wrapper ul li {
  width: 30%;
}

.guide_fee_wrapper ul li img {
  width: 100%;
}

.guide_fee_caption {
  font-size: 1.2rem;
}

/* ====== PC・Guide／Faq ===== */
.guide_faq {
  max-width: 880px;
  margin: 0 auto 110px;
  padding: 80px 40px 0;
}

.guide_faq h2.title_ja {
  font-size: 3.6rem;
  margin-bottom: 45px;
  text-align: center;
}

.qa-container {
  margin: 0 auto 60px;
  max-width: 880px;
  width: 100%;
}

.qa-list {
  background: #f8dee0;
  border-radius: 15px;
}

.qa-list:not(:first-child) {
  margin-top: 30px;
}

.question-title {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 20px 55px 20px 86px;
  position: relative;
  color: #333;
}

.question-title.open {
  color: #d02030;
}

.question-title:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 40px;
  background-image: url('img/page/guide_faq01.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

 .question-title span::before, .question-title span::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background: #d02030;
  position: absolute;
  top: 50%;
  right: 40px;
  transition: .3s;
}

.question-title span::after {
  transform: rotate(90deg);
}

.question-title.open span::before, .question-title.open span::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background:#666;
  position: absolute;
  top: 50%;
  right: 40px;
}

.question-title.open span::before {
  transform: rotate(45deg);
}

.question-title.open span::after {
  transform: rotate(135deg);
}

.answer-text {
  display: none;
  padding: 0 20px 20px;
  font-size: 1.5rem;
  line-height: 3.2rem;
}

.answer-area {
  background-color: #fff;
  position: relative;
  padding: 24px 40px 24px 65px;
}

.answer-area:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 23px;
  background-image: url('img/page/guide_faq02.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

/* ====== PC・Company ===== */
.co_mv img {
  width: 100%;
}

.co_info {
  max-width: 750px;
  margin: 110px auto 130px;
}

.co_info dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #333;
}

.co_info dt {
  width: 20%;
  padding: 18px 0 18px 2px;
  border-top: 1px solid #333;
  font-weight: 600;
}

.co_info dd {
  width: 75%;
  padding: 18px 0 18px 2px;
  border-top: 1px solid #333;
}

/* ====== PC・ShopList 店舗一覧　2025.05.20追記 ===== */
.shoplist_mv {
  background-color: #f5f6f8;
  position: relative;
}

.shoplist_mv_img  {
  width: 100%;
}

.shoplist {
  background-color: #f5f6f8;
  padding-bottom: 100px;
}

.shoplist_wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 50px;
}

.shoplist_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.shoplist_content_detail {
  padding: 0 22px 80px;
  width: 29%;
}

.shoplist_content_detail img {
  border-radius: 25px;
  margin-bottom: 18px;
}

.shoplist_category {
  margin-bottom: 2px;
}

.shoplist_category li {
  background-color: #002c65;
  color: #fff;
  padding: 2px 26px;
  display: inline;
  font-size: 1.4rem;
}

.shoplist_content_detail p {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 3.0rem;
}

/* サカフル相互リンクバナー　2025.06.24追記 */
.fc_soccerful_banner {
  width: 700px;
  object-fit: contain;
  margin: 0 auto;
}

/* ====== PC・Shop／deatil ===== */
.shop_detail {
  background-color: #00274d;
}

.shop_detail_wrapper {
  max-width: 1100px;
  margin: 109px auto 120px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  display: flex;
}

/* shop_left */
.shop_detail_left {
  padding-left: 50px;
  width: 40%;
  white-space: wrap;
}

.shop_title {
  font-size: 4.3rem;
  font-weight: 600;
  line-height: 5.8rem;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.shop_title_open {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fcee21;
  margin-bottom: 25px;
  letter-spacing: 0.1rem;
}

.shop_postcode, .shop_address {
  font-size: 1.5rem;
  font-weight: 600;
}

.shop_tel a {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
}

.shop_tel img {
  width: 26px;
  margin-right: 8px;
  margin-bottom: 4px;
}

.shop_time {
  margin-bottom: 25px;
}

.shop_blog {
  position: relative;
}

.shop_blog_btn {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2.5em;
  width: 160px;
  max-width: 100%;
  background: #FFF;
  color: #00274d;
  text-align: start;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}

.shop_blog img {
  width: 20px;
  position: absolute;
  top: 26%;
  right: 22px;
}

/* shop_right */
.shop_detail_right {
  margin-right: calc(50% - 50vw);
  /*width: 100vw;*/
  width: 72%;
  position: relative;
}

/*
.slider-news {
  width: auto;
  margin: 0 auto;
  position: relative;
}*/

.slider-shop .slick-slide {
  height: auto;
  overflow: hidden;
}

.slider-shop .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px 0 0 30px;
}
.dots-shop .slick-dots {
  text-align: center;
}
.dots-shop .slick-dots li {
  display: inline-block;
}
.dots-shop .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-shop .slick-dots .slick-active button {
  background: #d02030;
}

/* shop_map */
.shop_map {
  max-width: 960px;
  margin: 0 auto 140px;
}

.shop_map iframe {
  width: 100%;
  border-radius: 14px;
  height: 550px!important;
}

/* ====== PC・News ===== */
.news {
  max-width: 1100px;
  margin: 173px auto 0;
  padding: 60px 40px 140px;
}

.news h2 img {
  display: block;
  margin: 0 auto;
  width: 160px;
  padding-left: 37px;
}

.news ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 55px;
  margin: 40px auto 100px;
}

.news ul li {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-bottom: 40px;
}

.news ul li img {
  margin-bottom: 13px;
  width: 100%;
}

.news ul li span {
  font-size: 1.3rem;
}

.news ul li p {
  font-size: 1.5rem;
}

/* ====== PC・NewsDetail ===== */
.newsDetail {
  margin: 115px auto 0;
  padding: 60px 0 140px;
}

.newsDetail_mv {
  position: relative;
}
/*
.slick-track {
  width: 100%!important;
}*/

.slider-news .slick-slide {
  width: 780px;
  height: 500px;
  margin: 0 25px;
  position: relative;
  overflow: hidden;
}
.slider-news .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.slider-news .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 245px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slider-news .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}

.slider-news .slick-next {
  right: 0;
}

.slider-news .slick-prev {
  left: 0;
}

.slider-news .slick-next::before {
  left: 20px;
}

.slider-news .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

.dots-news .slick-dots {
  text-align: center;
  bottom: -40px!important;
}

.dots-news .slick-dots li {
  display: inline-block;
}

.dots-news .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

.dots-news .slick-dots .slick-active button {
  background: #d02030;
}

.slick-dots li button:before {
  display: none;
}

/* newsDetail_content */
.newsDetail_content {
  max-width: 800px;
  margin: 120px auto 0;
}

.newsDetail_title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 4.5rem;
  color: #333;
  text-align: start;
  padding-bottom: 30px;
}

.newsDetail_date {
  font-size: 1.4rem;
  padding-bottom: 30px;
}

.newsDetail_text {
  margin-bottom: 140px;
}


/* ====== PC・Contact／mv ===== */
.contact_mv {
  position: relative;
}

.contact_mv img {
  width: 100%;
}

/* ====== PC・Contact／top ===== */
.contact_top {
  max-width: 855px;
  margin: 130px auto 60px;
  text-align: center;
}

.contact_top h2 {
  font-size: 2.4rem;
  border-bottom: 1px solid #333;
  margin-bottom: 40px;
  color: #4d4d4d;
}

.contact_top p {
  font-size: 1.5rem;
}

.contact_top span {
  color: #d02030;
}

/* ＝＝＝＝＝＝ PC contact_form ＝＝＝＝＝＝ */
form {
  max-width: 855px;
  margin: 0 auto 120px;
}

.contact-item {
  margin-bottom: 35px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.contact-label {
  font-weight: 600;
  margin-bottom: 5px;
  margin-right: 25px;
}

.contact-label span, .checkbox-text span {
  color: #ff0000;
  font-size: 1.8rem;
}

.contact-input {
  width: 72%;
}

.contact-input input {
  width: 75%;
  height: 45px;
  border-radius: 15px;
  padding: 4px 25px;
  border: 1px solid #333;
  font-size: 1.5rem;
}

.contact-checkbox {
  width: 70%;
}

.contact-checkbox label {
  display: block;
}

input[type="checkbox"] {
  appearance: auto;
  margin-right: 8px;
}

.contact-input textarea {
  width: 75%;
  height: 130px;
  border-radius: 12px;
  padding: 18px 25px;
  border: 1px solid #333;
  font-size: 1.5rem;
}

.policy {
  display: block;
  margin: 0 auto 25px;
  width: 80%;
  height: 230px;
  padding: 20px 40px;
  border: 1px solid #333;
  background-color: #fff;
  font-size: 1.2rem;
  overflow-y: auto;
}

.policy::-webkit-scrollbar {
  width: 13px;
}

.policy::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0 14px 14px 0;
  margin-top: 4px;
  margin-bottom: 4px;
}

.policy::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 50px;
  border-top: 2px solid transparent;
  border-right: 3px solid transparent; /* 透明なボーダーをつける */
  border-bottom: 2px solid transparent;
  border-left: 3px solid transparent; /* 透明なボーダーをつける */
  background-clip: padding-box; /* 背景を切り取る */
}

.policy-title {
  font-size: 1.7rem;
  font-weight: 600;
  display: block;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 0.5px solid #000;
  color: #4d4d4d;
}

.policy-item {
  font-size: 1.5rem;
  font-weight: 600;
}

.contact-form_box {
  text-align: start;
  background-color: #fae6e8;
  width: 90%;
  display: block;
  margin: 0 auto 65px;
  padding: 5px 20px;
  box-sizing: border-box;
}

.contact-submit {
  margin: 0 auto;
  display: block;
  padding: 10px 50px;
  border-radius: 15px;
  width: 280px;
  border: 1px solid #d02030;
  background-color: #fff;
  color: #d02030;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
}

.contact-submit:hover {
  transition: 0.2s ease-in-out;
  border: 1px solid #d02030;
  background-color: #d02030;
  color: #fff;
}

div.screen-reader-response{
  display: none;
}

/* ====== PC・Thanks ===== */
.contact_thanks_area {
  max-width: 855px;
  margin: 100px auto 140px;
  
}

.contact_thanks_content {
  text-align: center;
  margin-bottom: 100px;
}

.contact_thanks_content h2 {
  font-size: 2.4rem;
  border-bottom: 1px solid #333;
  margin-bottom: 40px;
  color: #4d4d4d;
}

.contact_thanks_content p {
  font-size: 1.5rem;
}

/* ====== PC・404Error ===== */
.error_mv img {
  width: 100%;
}

.error_content {
  max-width: 750px;
  margin: 80px auto 120px;
  text-align: center;
}

.error_content p {
  margin-bottom: 30px;
}


/* ===================
  1460px~PC
  =================== */

@media only screen and (min-width:1460px) {
  .slider-shop .slick-slide img {
    border-radius: 30px;
  }
}


/* ===================
  タブレット
  =================== */

@media only screen and (min-width:481px) and (max-width:1024px) {
  body {
    font-size: 1.5rem;
  }

  .spView, .sp_br, .mv_pctbView {
    display: block;
  }

  .pcView, .pc_br, .mv_spView, .flo_pctbView {
    display: none;
  }
  
  h1 {
    line-height: 1.5;
  }
  
  h2 {
    color: #00274d; 
    line-height: 2.5rem;
    text-align: center;
    padding-bottom: 20px;
  }

  h2 span {
    font-size: 1.4rem;
  }
  
  
  /* ====== TB・loading ===== */
  #splash-logo img {
    width: 100px;
  }
  
  .loading_area.appear02 #loading_top_content{
    padding-top: 57px;
  }
  
  /* ====== TB・header ===== */
  .header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    /*min-width: 680px;*/
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px 18px;
    background-color: #fff;
    filter: drop-shadow(0 1px 2px rgb(0, 0, 0, 0.3));
  }

  .header02 {
    width: 100%;
    background: #73889d;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px 18px;
    filter: drop-shadow(0 1px 2px rgb(0, 0, 0, 0.3));
  }

  .header_logo {
    width: 100px;
    margin: 5px 0;
  }

  /* スクロールした時 */
  .js-scroll {
    padding: 5px 18px;
    box-sizing: border-box;
    background-color: #fff;
  }

  .js-logosize {
    width: 100px;
    margin: 5px 0;
  }
  
  /* TB・header_content */
  /*.header_inner {
    padding: 3px 20px;
    display: flex;
    align-items: center;
    height: inherit;
    position: relative;
  }*/

  .gh_logo {
    width: 160px;
    padding-right: 14px;
  }

  .pc {
    display: none;
  }

  #header_nav {
    position:fixed;
    z-index: 999;
	  top: 0;
    right: -120%;
	  width: 100%;
    height: 100vh;
	  background: #fff;
    transition: all 0.6s;
  }
  
  #header_nav.panelactive{
    right: 0;
    background-color: #f8dee0;
  }

  #header_nav .gh_hblogo {
    width: 160px;
    padding: 13px 0 0 20px;
    display: block;
  }

  #header_nav .header_nav_logo {
    width: 150px;
    margin: 52px auto 25px;
    display: block;
  }
  
  #header_nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #header_nav ul li{
    list-style: none;
    text-align: left;
    width: 224px;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
  }
  
  #header_nav ul li a{
    color: #d02030;
    text-decoration: none;
    padding: 7px 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-left: 5px;
    text-align: center;
  }
  
  .header_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  .header_fb, .header_insta {
    width: 30px;
  }
  
  .header_nav_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }
  
  .header_contact {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 2.5em;
    width: 95px;
    max-width: 100%;
    background: #00274d;
    color: #FFF !important;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  
  .header_tel {
    padding-right: 0;
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 600;
  }

  .header_tel a {
    color: #00274d;
  }

  .header_tel img {
    width: 30px;
    margin-bottom: 2px;
  }
  
  .header_tel span {
    font-size: 1.2rem;
  }

  .openbtn{
	  position: fixed;
    z-index: 9999;
	  top: 6px;
	  right: 10px;
	  cursor: pointer;
    width: 55px;
    height: 45px;
  }

  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 11px;
    height: 2px;
    border-radius: 2px;
	  background-color: #00274d;
  	width: 57%;
  }

  .openbtn span:nth-of-type(1) {
	  top:12px;	
  }

  .openbtn span:nth-of-type(2) {
    top:20px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 11px;
    left: 13px;
    transform: translateY(6px) rotate(-27deg);
    width: 50%;
  }

  .openbtn.active span:nth-of-type(2) {
    top: 23px;
    left: 13px;
    transform: translateY(-6px) rotate(27deg);
    width: 50%;
  }
  
  .openbtn p {
    font-size: 1.0rem;
    bottom: 2px;
    position: absolute;
    right: 16px;
  }
  
  .openbtn img {
    width: 31px;
    position: absolute;
    bottom: 9px;
    right: 13px;
  }
  
  
  /* container */
  .container{
    overflow: hidden;
    position: absolute;
    bottom: -80px;
    right: 0;
    /*width: 400px;*/
    width: 100vw;
    z-index: 99;
  }
  .container img {
    /*width: 180px;*/
    width: 23vw;
  }
  .slidein{
    margin: 50px auto;
    transition: 5s cubic-bezier(0.75, 0, 0.25, 1);
  }
  .slide_left{
    transform: translateX(calc(-50vw - 50%));
  }
  .slide_right{
    transform: translateX(calc(60vw + 50%));
  }
  .show{
    transform: translateX(70%);
  }
  
/* ====== TB・TOPmv ===== */
  .mv {
    background: url("img/page/top_mv.png") no-repeat  top center / cover;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    /*height: 540px;*/
    /* (画像の高さ ÷　画像の横幅) × 100% */
    padding-top: calc(1558 / 2501* 100%);
    height: 0;
  }
  
/* ====== TB・TOP／news ===== */
  .top_news {
    padding: 45px 40px 60px;
    position: relative;
  }

  .top_news h2 img {
    display: block;
    margin: 0 auto;
    width: 110px;
    padding-left: 30px;
  }

  .top_news_content_wrapper {
    position: relative;
    padding-top: 40px;
    max-width: 680px;
    margin: 0 auto;
    padding: 5px 40px;
  }

  .top_news_content_wrapper ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 30px;
  }

  .top_news_content_wrapper ul li {
    display: flex;
    flex-direction: column;
    width: 46%;
    padding: 0;
  }

  .top_news_content_wrapper ul li img {
    margin-bottom: 6px;
    width: 100%;
  }

  .top_news_content_wrapper ul li span {
    font-size: 1.2rem;
  }

  .top_news_content_wrapper ul li p {
    font-size: 1.4rem;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 2.2rem;
  }

  .top_news_line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    object-fit: cover;
  }

  .top_news_rugbyball {
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 105px;
    z-index: 99;
  }

  /* ====== TB・TOP／about ===== */
  .top_about {
    background-color: #f5f6f8;
    padding: 80px 40px 0;
  }

  .top_about_wrapper {
    max-width: 680px;
    margin: 0 auto;
  }

  .top_about_title {
    line-height: 5rem;
  }

  .top_about_title img {
    display: block;
    margin: 0 auto;
    width: 240px;
  }

  .top_about_title_text {
    font-size: 3.0rem;
  }

  .top_about_content_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 10px;
    flex-direction: column-reverse;
  }

  .top_about_left {
    width: 100%;
    font-size: 1.5rem;
    padding-right: 0;
    text-align: justify;
  }

  .top_about_left p {
    padding-bottom: 35px;
  }

  .top_about_right {
    margin-right: calc(50% - 50vw);
    width: 100%;
    padding-bottom: 25px;
  }

  .top_about_right img {
    width: 70vw;
    margin: 0 auto;
  }

  .top_about_taisho {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .top_about_circle {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: #d02030;
    text-align: center;
    line-height: 95px;
    color: #fff;
    font-weight: 600;
    margin-right: 16px;
  }

  .top_about_taisho_content {
    width: 73%;
  }

  .top_about_taisho_content span {
    color: #d02030;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.25rem;
  }

  .top_about_taisho_content p {
    padding-bottom: 0!important;
  }

  .top_btn {
    text-align: center;
  }

  .top_btn a {
    display: inline-block;
    padding: 4px 35px;
    border-radius: 2.5em;
    width: 170px;
    max-width: 100%;
    background: #d02030;
    color: #FFF;
    text-align: start;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    border: 2px #fff solid;
  }

  .top_btn a::after {
    content: "";
    line-height: 1;
    position: absolute;
    top: 39%;
    right: 9%;
    background: #fff;
    padding: 4px;
    border-radius: 50%;
  }

  .top_btn a:hover {
    background: #fff;
    color: #d02030;
    border: 2px #d02030 solid;
  }

  .top_btn a:hover:after {
    background: #d02030;
  }
  
  .top_btn_bg {
    padding: 50px 50px 100px;
    background-color: #f5f6f8;
    border-radius: 0 0 0 100%;
  }

  /* ====== TB・TOP／phil ===== */
  .top_phil {
    position: relative;
    padding: 0;
  }

  .top_phil_wrapper {
    max-width: 680px;
    margin: 0 auto;
    position: relative;
    padding: 30px 40px 210px;
  }

  .top_phil h2 img {
    display: block;
    margin: 0 auto;
    width: 200px;
    padding-left: 30px;
  }

  .top_phil_content_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0 0;
    flex-direction: column-reverse;
  }

  .top_phil_left {
    width: 100%;
    font-size: 1.5rem;
    padding-right: 0;
    text-align: justify;
  }

  .top_phil h3 {
    padding-bottom: 15px;
    letter-spacing: 0;
    font-size: 1.7rem;
  }

  .top_phil_left h3 img {
    width: 240px;
    padding-left: 12px;
  }

  .top_phil_left p {
    padding-bottom: 45px;
  }

  .top_phil_right {
    margin-right: calc(50% - 50vw);
    width: 100%;
  }

  .top_phil_right img {
    width: 70vw;
    margin: 0 auto;
    padding-bottom: 25px;
  }

  .top_phil_text {
    position: absolute;
    bottom: -48px;
    left: 0;
    width: 300px;
    z-index: 99;
    padding-left: 10px;
  }

  .top_phil_rugbyball {
    position: absolute;
    bottom: 90px;
    right: 10px;
    width: 80px;
    z-index: 99;
  }

  /* ====== TB・TOP／guide ===== */
  .top_guide_bg_sp {
    padding: 56px;
    border-radius: 0 100% 0 0;
    background-color: #f5f6f8;
  }
  
  .top_guide {
    padding: 0 40px 50px;
    background-color: #f5f6f8;
    position: relative;
    border-radius: 0;
  }

  .top_guide h2 {
    padding-bottom: 2px;
  }

  .top_guide h2 img {
    display: block;
    margin: 0 auto;
    width: 198px;
    padding-left: 37px;
  }

  .top_guide_content_wrapper {
    max-width: 680px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .top_guide_left {
    width: 100%;
  }

  .top_guide_left h3 {
    padding-bottom: 15px;
  }

  .top_guide_left h3 img {
    width: 155px;
  }

  .top_guide_left p {
    padding-bottom: 35px;
  }

  .top_guide_right {
    margin-right: calc(50% - 50vw);
    width: 100vw;
    padding-bottom: 0;
  }

  .top_guide_kids {
    position: relative;
    width: 600px;
  }

  /* ====== TB・TOP／message ===== */
  .top_message {
    padding: 40px 40px 130px;
  }

  .top_message_area {
    max-width: 600px;
    margin: 0 auto;
    padding: 15px 8px;
    border: 2px solid #d02030;
    border-radius: 20px;
  }

  .top_message h2 img {
    display: block;
    margin: 0 auto;
    width: 170px;
    padding-left: 43px;
  }

  .top_message_content_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    flex-direction: column-reverse;
  }

  .top_message_left {
    width: 88%;
    font-size: 1.4rem;
    padding-right: 0;
    text-align: justify;
  }

  .top_message h3 {
    padding-bottom: 15px;
    text-align: center;
  }
  
  .top_message_to, .top_message_bio {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
  }

  .top_message_to:before {
    content: "";
    border: 1px solid #333;
    position: absolute;
    right: 0;
    top: 50%;
    width: 78%;
  }

  .top_message_bio:before {
    content: "";
    border: 1px solid #333;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 75%;
  }

  .top_message_left p {
    padding-bottom: 35px;
    overflow-wrap: break-word;
    line-height: 2.8rem;
  }

  .top_message_right {
    margin-bottom: 0;
    width: 88%;
  }

  .top_message_right img {
    width: 190px;
    border-radius: 15px;
  }
  
  .top_message_bio_table {
    font-size: 1.2rem;
    border-collapse: collapse;
  }
  
  .top_message_bio_table th, .top_message_bio_table td {
    width: 88%;
    display: block;
  }

  .top_message_bio_table th {
    vertical-align: top;
    text-align: left;
    padding: 0;
    border-bottom: none;
    white-space: nowrap;
  }

  .top_message_bio_table td {
    padding: 0 0 20px;
    border-bottom: none;
    width: 100%;
  }

/* ====== TB・footer ===== */
  .footer_bg01 {
    background-color: #d02030;
    text-align: center;
    /*padding: 15px 0;*/
    padding: 25px 0;
    color: #fff;
  }

  .footer_bg01 p {
    font-size: 2.1rem;
  }

  .footer_btn {
    padding: 5px 0 10px;
    z-index: 99;
  }

  .footer_btn a {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 2.5em;
    width: 260px;
    max-width: 100%;
    background: #f3f1ee;
    color: #00274d;
    text-align: center;
    font-size: 1.7rem;
    position: relative;
    z-index: 99;
  }

  .footer_btn a:hover {
    background: #c2b7a8;
    color: #fff;
    opacity: 1;
  }

  .footer_icon_wrapper img {
    width: 30px;
    padding: 0 10px;
  }

  .footer_insta {
    padding-top: 3px!important;
  }

  .footer_bg02 {
    background-color: #862327;
    text-align: center;
    position: relative;
    padding: 30px;
    color: #fff;
  }

  .footer_bg02 small, .footer_bg03 small {
    font-size: 0.9rem;
    padding-left: 20px;
    position: relative;
    z-index: 99;
  }

  .footer_rugby {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 118px;
  }

  .footer_bg03 {
    background-color: #d02030;
    text-align: center;
    position: relative;
    padding: 10px;
    color: #fff;
  }

/* ====== TB・ページトップリンク  ===== */
  .page-top_img {
    width: 40px;
  }
  
  #page-top {
    position: fixed;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(170px);
  }
  
/* ====== TB・About／concept ===== */
  .about_mv {
    margin-top: 57px;
  }
  
  .about_concept_spbg {
    margin-bottom: 340px;
  }
  
  .about_concept {
    background-color: #f5f6f8;
    position: relative;
    padding-bottom: 0;
  }

  .about_concept_wrapper {
    max-width: 680px;
    margin: 0 auto;
    padding: 60px 40px 0;
  }

  .about_concept h2 img {
    display: block;
    margin: 0 auto;
    height: 20px;
  }

  /* concept_top */
  .concept_top_wrapper {
    margin: 20px auto 50px;
    text-align: center;
  }

  .concept_top_title {
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .concept_top_wrapper p {
    font-size: 1.5rem;
    line-height: 3.5rem;
    text-align: justify;
  }

  /* concept_content */
  .about_concept ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 50px;
    width: 65%;
    margin: 0 auto;
  }

  .about_concept ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    height: inherit;
  }

  .ful_text {
    flex-grow: 1;
  }

  .ful_text img {
    height: 35px;
  }

  .ful_text h3 {
    letter-spacing: 0.15rem;
    text-align: center;
    margin: 5px auto 20px;
  }

  .ful_img {
    width: 100%;
    flex-grow: 2;
  }

  .ful_img01, .ful_img02, .ful_img03, .ful_img04 {
    width: 175px;
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px;
  }

  .ful_content {
    width: 100%;
  }

  .ful_content h3 {
    font-size: 1.8rem;
    padding-bottom: 8px;
  }

  .ful_content p {
    font-size: 1.5rem;
    text-align: justify;
  }

  /* concept_bottom */
  .concept_bottom {
    padding: 48px 10px 1px;
    border-radius: 0 0 0 100%;
    background-color: #f5f6f8;
  }
  
  .concept_bottom_wrapper {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
  }

  .concept_bottom_wrapper h3 {
    font-size: 1.4rem;
    padding-top: 20px;
  }

  .concept_bottom_copy {
    width: 280px;
    margin-top: 18px;
    display: block;
  }

  .concept_bottom_right {
    margin-right: calc(50%-50vw);
    width: 100vw;
  }

  .concept_bottom_kids {
    position: absolute;
    bottom: -140%;
    right: -1%;
    width: 450px;
  }

  /* ====== TB・About／Value ===== */
  .about_value {
    max-width: 680px;
    margin: 0 auto;
    padding: 60px 40px 0;
  }

  .about_value h2 img {
    display: block;
    margin: 0 auto;
    height: 20px;
  }

  /* 5つのvalue */
  .value_top_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 40px 60px;
    border: 2px solid #d02030;
    border-radius: 20px;
    gap: 30px;
    margin-bottom: 60px;
  }

  .value_left {
    text-align: center;
    width: 100%;
  }

  .value_left p {
    font-size: 1.4rem;
    text-align: justify;
    padding-top: 18px;
  }
  
  .value_right {
    width: 100%;
  }

  .value_right img {
    width: 70%;
    margin: 0 auto;
  }

  /* value_point */
  .value_point_wrapper {
    text-align: center;
    padding-bottom: 80px;
  }

  .value_point_wrapper h3 {
    margin-bottom: 30px;
  }

  .value_point_wrapper ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
    gap: 20px;
  }

  .value_point_wrapper img {
    width: 145px;
  }

  .value_point_wrapper p {
    font-size: 1.5rem;
    text-align: justify;
  }

  /* ====== TB・About／Program ===== */
  
  .about_program {
    position: relative;
      padding-bottom: 70px;
  }

  .about_program_top_wrapper {
    padding: 95px 40px 10px;
    border-radius: 0 100% 0 0;
    background-color: #f5f6f8;
  }

  .about_program_wrapper {
    background-color: #f5f6f8;
    padding-bottom: 70px;
  }

  .about_program h2 img {
    display: block;
    margin: 0 auto;
    height: 20px;
  }

  /* progarm_top */
  .program_top {
    text-align: center;
    padding: 20px 0 15px;
  }

  .program_top h3 {
    padding-bottom: 10px;
    font-size: 1.8rem;
    line-height: 3.0rem;
  }

  .program_top p {
    font-size: 1.5rem;
    text-align: justify;
  }

  /* progarm_content */
  .about_program_wrapper ul {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-direction: column;
    max-width: 680px;
    margin: 0 auto;
    padding: 10px 40px 0;
  }

  .about_program_wrapper ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .program_image {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 0;
  }

  .about_program_wrapper ul li h3 {
    color: #00274d; 
    line-height: 3rem;
    text-align: center;
    padding-bottom: 15px;
  }

  .about_program_wrapper ul li h3 img {
    display: block;
    margin: 0 auto;
    height: 16px;
    object-fit: contain;
  }

  .about_program_wrapper ul li h3 span {
    font-size: 1.5rem;
  }

  .about_program_wrapper ul li p {
    font-size: 1.5rem;
    line-height: 3.2rem;
    text-align: justify;
  }

  /* ====== TB・About／Safety Point ===== */
  .about_point {
    max-width: 680px;
    margin: 0 auto 80px;
    padding: 60px 40px 0;
  }

  .about_point h2 img {
    display: block;
    margin: 0 auto;
    height: 20px;
  }

  .about_point ul {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  .about_point ul li img {
    width: 60%;
    margin: 0 auto;
  }

  /* ====== TB・About／Schedule ===== */
  .about_sche {
    background-color: #f5f6f8;
    position: relative;
    padding-bottom: 120px;
  }

  .about_sche_wrapper {
    max-width: 680px;
    margin: 0 auto;
    padding: 70px 40px 0;
  }

  .about_sche h2 img {
    display: block;
    margin: 0 auto;
    height: 20px;
  }

  .sche_image {
    display: none;
  }

  .sche_imgae_sp {
    width: 60%;
    margin: 0 auto;
  }
  
/* ====== TB・Service／about ===== */
  .service_mv {
    margin-top: 57px;
  }
  
  .service_about {
    background-color: #f5f6f8;
    position: relative;
    padding-bottom: 170px;
    border-radius: 0 0 0 24%;
  }

  .service_about_wrapper {
    max-width: 680px;
    margin: 0 auto;
    padding: 60px 40px 0;
  }

  /* about_rugful */
  .service_about_rugful {
    max-width: 680px;
    margin: 0 auto 80px;
  }

  .service_about_rugful h2.title_ja {
    font-size: 2.4rem;
    margin-bottom: 10px;
    text-align: center;
  }

  .about_ryouiku {
    font-size: 1.8rem;
    line-height: 3.0rem;
    margin-bottom: 25px;
    text-align: center;
  }

  .service_about_rugful p {
    text-align: justify;
  }

  .service_about_rugful h3 {
    font-size: 1.8rem;
    text-align: center;
    margin: 55px auto 20px;
  }

  /* about_bottom */
  .future_wrapper {
    max-width: 680px;
    margin: 0 auto;
    position: relative;
  }

    .future_left h3 {
      font-size: 1.4rem;
    }

  .future_copy {
    width: 50%;
    display: block;
    margin-top: 20px;
  }

  .future_right {
    margin: calc(50%-50vw);
    width: 60vw;
  }

  .future_kids {
    position: absolute;
    bottom: -230%;
    right: -6%;
    width: 389px;
  }

  /* ====== TB・Service／Age ===== */
  .service_age {
    max-width: 680px;
    margin: 0 auto 40px;
    padding: 240px 40px 0;
  }

  .service_age h2.title_ja {
    font-size: 2.4rem;
    margin-bottom: 10px;
    text-align: center;
  }

  .service_age_wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .service_age_left, .service_age_right {
    width: 100%;
  }

  .service_age_right {
    width: 100vw;
  }

  .service_age_left span {
    color: #d02030;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    padding-bottom: 8px;
    display: inline-block;
  }

  .service_age_left p {
    line-height: 3.0rem;
  }

  .service_age_right img {
    width: 67%;
    border-radius: 15px;
    margin: 0 auto;
    display: block;
  }

  /* ====== TB・Service／Content ===== */
  .service_content {
    background-color: #f5f6f8;
    position: relative;
    padding-bottom: 120px;
    border-radius: 0;
  }

  .service_content_wrapper {
    max-width: 680px;
    margin: 0 auto;
    padding: 80px 40px 0;
  }

  .service_content h2.title_ja {
    font-size: 2.4rem;
    margin-bottom: 10px;
    text-align: center;
  }

  /* service_content_flex */
  .service_content_wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 48px;
    padding-top: 40px;
  }

  .service_content_wrapper ul li {
    display: flex;
    flex-direction: column;
    width: 75%;
    margin: 0 auto;
    align-items: center;
  }
  .service_content_wrapper ul li img {
    height: 265px;
    width: 400px;
    object-fit: cover;
    object-position: top;
  }

  .service_content_wrapper ul li h4 {
    font-size: 2.0rem;
    font-weight: 600;
    padding: 20px 0 10px;
  }

  .service_content_wrapper ul li p {
    font-size: 1.5rem;
    text-align: justify;
  }
  
/* ====== TB・Guide／Safety ===== */
  .guide_mv {
    margin-top: 57px;
  }
  
  .guide_safety {
    background-color: #f5f6f8;
    position: relative;
    padding-bottom: 170px;
    border-radius: 0 0 0 43%;
  }

  .guide_safety_wrapper {
    max-width: 680px;
    margin: 0 auto;
    padding: 60px 40px 0;
  }

  /* guide_safety_top */
  .guide_safety_top {
    text-align: center;
    padding-bottom: 70px;
  }

  .guide_safety_top h2 {
    padding-bottom: 30px;
  }

  .guide_safety_top h2 img {
    display: block;
    margin: 0 auto;
    height: 20px;
    object-fit: contain;
    padding-bottom: 20px;
  }

  .guide_safety_top h2.title_ja {
    font-size: 1.8rem;
  }

  .guide_safety_top p {
    text-align: justify;
  }

  /* guide_safety_bottom */
  .noside_wrapper {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
  }

  .noside_wrapper h3 {
    line-height: 2.8rem;
    font-size: 1.4rem;
  }

  .noside_copy {
    width: 180px;
    display: block;
    margin-bottom: 20px;
  }

  .noside_right {
    margin-right: calc(50%-50vw);
    width: 100vw;
  }

  .noside_rugby {        
    position: absolute;
    bottom: -280%;
    right: -6%;
    width: 350px;
  }

  /* ====== TB・Guide／Flow ===== */
  .guide_flow {
    max-width: 680px;
    margin: 0 auto 40px;
    padding: 200px 40px 0;
  }

  .guide_flow h2.title_ja {
    font-size: 2.4rem;
    margin-bottom: 25px;
    text-align: center;
  }

  /* guide_flow */
  .guide_flow ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 90px;
    width: 550px;
    margin: 0 auto;
  }

  .guide_flow ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .guide_flow ul li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 106%;
    right: 47%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 24px solid #d02030;
    border-bottom: 0;
  }

  .guide_flow ul li .guide_step {
    display: block;
    height: 20px;
    object-fit: contain;
    padding-bottom: 10px;
  }

  .guide_flow ul li .guide_image {
    width: 400px;
    margin-bottom: 20px;
    height: 280px;
    object-position: top;
  }

  .guide_flow ul li p {
    font-size: 1.5rem;
    text-align: justify;
  }

  /* ====== TB・Guide／Fee ===== */
  .guide_fee {
    background-color: #f5f6f8;
    position: relative;
    padding-bottom: 45px;
    border-radius: 0;
  }

  .guide_fee_wrapper {
    max-width: 680px;
    margin: 0 auto;
    padding: 70px 40px 0;
  }

  .guide_fee h2.title_ja {
    font-size: 2.4rem;
    text-align: center;
  }

  /* guide_fee_top */
  .guide_fee_top {
    text-align: center;
  }

  .guide_fee_top_text01 {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }

  .guide_fee_top_text01 span {
    font-size: 1.8rem;
    font-weight: 600;
  }

  .guide_fee_top_text02 {
    margin-bottom: 45px;
    text-align: justify;
  }

  /* guide_fee */
  .guide_fee_wrapper ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    gap: 30px;
  }

  .guide_fee_wrapper ul li {
    width: 18%;
  }

  .guide_fee_wrapper ul li img {
    width: 100%;
  }

  .guide_fee_caption {
    font-size: 1.2rem;
  }

  /* ====== TB・Guide／Faq ===== */
  .guide_faq {
    max-width: 680px;
    margin: 0 auto 130px;
    padding: 60px 40px 0;
  }

  .guide_faq h2.title_ja {
    font-size: 2.4rem;
    margin-bottom: 10px;
    text-align: center;
  }

  .qa-container {
    margin: 0 auto 60px;
    max-width: 680px;
    width: 100%;
  }

  .qa-list {
    background: #f8dee0;
    border-radius: 15px;
  }

  .qa-list:not(:first-child) {
    margin-top: 25px;
  }

  .question-title {
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 10px 40px 10px 50px;
    position: relative;
    color: #333;
    line-height: 2.8rem;
  }

  .question-title.open {
    color: #d02030;
  }

  .question-title:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 16px;
    background-image: url('img/page/guide_faq01.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 18px;
  }

   .question-title span::before, .question-title span::after {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: #d02030;
    position: absolute;
    top: 46%;
    right: 15px;
    transition: .3s;
  }

  .question-title span::after {
    transform: rotate(90deg);
  }

  .question-title.open span::before, .question-title.open span::after {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background:#666;
    position: absolute;
    top: 46%;
    right: 15px;
  }

  .question-title.open span::before {
    transform: rotate(45deg);
  }

  .question-title.open span::after {
    transform: rotate(135deg);
  }

  .answer-text {
    display: none;
    padding: 0 20px 20px;
    font-size: 1.5rem;
    line-height: 2.8rem;
    text-align: justify;
  }

  .answer-area {
    background-color: #fff;
    position: relative;
    padding: 15px 22px 15px 45px;
  }

  .answer-area:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 14px;
    background-image: url('img/page/guide_faq02.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
  }
  
/* ====== TB・Company ===== */
  .co_mv {
    margin-top: 57px;
  }
  
  .co_mv img {
    width: 100%;
  }

  .co_info {
    max-width: 580px;
    margin: 0 auto;
    padding: 60px 40px 60px;
  }

  .co_info dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid #333;
    font-size: 1.4rem;
  }

  .co_info dt {
    width: 30%;
    padding: 18px 0 18px 2px;
    border-top: 1px solid #333;
    font-weight: 600;
  }

  .co_info dd {
    width: 65%;
    padding: 18px 0 18px 2px;
    border-top: 1px solid #333;
  }
  
/* ====== TB・ShopList 店舗一覧／2025.05.20追記 ===== */
  .shoplist_mv {
    margin-top: 57px;
  }
  
  .shoplist {
    background-color: #f5f6f8;
  }

  .shoplist_wrapper {
    max-width: 680px;
    margin: 0 auto;
    padding: 100px 10px 50px;
  }

  .shoplist_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .shoplist_content_detail {
    padding: 0 10px 50px;
    width: 44%;
  }

  .shoplist_content_detail img {
    border-radius: 15px;
    margin-bottom: 10px;
  }
  
  .shoplist_category {
    margin-bottom: 5px;
  }

  .shoplist_category li {
    background-color: #002c65;
    color: #fff;
    padding: 2px 26px;
    margin-bottom: 5px;
    display: inline;
    font-size: 1.2rem;
  }

  .shoplist_content_detail p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.4rem;
  }
  
/* サカフル相互リンクバナー　2025.06.24追記 */
  .fc_soccerful_banner {
    width: 450px;
    object-fit: contain;
    margin: 0 auto;
  }
  
/* ====== TB・Shop／deatil ===== */
  .shop_detail {
    background-color: #fff;
  }

  .shop_detail_wrapper {
    max-width: none;
    margin: 56px 0 45px;
    padding: 0;
    color: #333;
    display: flex;
    flex-direction: column-reverse;
  }

  /* shop_left */
  .shop_detail_left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .shop_title {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3.8rem;
    margin-top: 10px;
    margin-bottom: 4px;
    margin-right: 0;
  }

  .shop_title_open {
    font-size: 2.4rem;
    font-weight: 600;
    color: #d02030;
    margin-bottom: 20px;
    letter-spacing: 0.1rem;
    line-height: 1.4;
  }

  .shop_postcode, .shop_address {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
  }

  .shop_address {
    margin-bottom: 15px;
  }
  .shop_tel {
    line-height: 3.0rem;
  }

  .shop_tel a {
    color: #333;
    font-size: 2.8rem;
    font-weight: 600;
  }

  .shop_tel img {
    width: 26px;
    margin-right: 8px;
    margin-bottom: 4px;
  }

  .shop_time {
    margin-bottom: 12px;
    line-height: 1.5;
  }

  .shop_blog {
    position: relative;
  }

  .shop_blog_btn {
    display: inline-block;
    padding: 4px 18px;
    border-radius: 2.5em;
    width: 130px;
    max-width: 100%;
    background: #00274d;
    color: #fff !important;
    text-align: start;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
  }

  .shop_blog img {
    width: 15px;
    position: absolute;
    top: 26%;
    right: 22px;
  }

  /* shop_right */
  .shop_detail_right {
    margin-right: 0;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
  }
/*
  .shop_detail_right img {
    width: 100vw;
    margin: 0;
  }*/

  .slider-shop .slick-slide img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 0;
  }
  .dots-shop .slick-dots {
    text-align: center;
    bottom: 25px;
  }
  .dots-shop .slick-dots li {
    display: inline-block;
    width: 12px!important;
  }
  .dots-shop .slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    margin: 3px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
  }
  .dots-shop .slick-dots .slick-active button {
    background: #0a467d;
  }

  /* shop_map */
  .shop_map {
    max-width: 500px;
    margin: 0 auto 140px;
  }

  .shop_map iframe {
    width: 100%;
    border-radius: 14px;
    height: 310px!important;
  }
  
/* ====== TB・News ===== */
  .news {
    max-width: 680px;
    margin: 57px auto 0;
    padding: 30px 40px 130px;
  }

  .news h2 img {
    display: block;
    margin: 0 auto;
    width: 110px;
    padding-left: 30px;
  }

  .news ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 12px;
    margin: 30px auto 50px;
    flex-direction: column;
  }

  .news ul li {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid;
    padding-bottom: 16px;
  }

  .news ul li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .sp_news_left {
    width: 40%;
  }

  .news ul li img {
    margin-bottom: 13px;
    width: 100%;
    margin-top: 10px;
  }

    .sp_news_right {
      width: 50%;
    }

  .news ul li span {
    font-size: 1.2rem;
  }

  .news ul li p {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }

/* ====== TB・NewsDetail ===== */
  .newsDetail {
    margin: 56px auto 0;
    padding: 0 0 130px;
  }

  /* newsDetail_mv slider */
  .newsDetail_mv {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .slider-news .slick-slide {
    width: 100vw;
    height: auto;
    margin: 0 25px;
    position: relative;
    overflow: hidden;
  }
  .slider-news .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }

  .slider-news .slick-arrow {
    display: none;
  }
  .slider-news .slick-arrow::before {
    display: none;
  }
  .slider-news .slick-next {
    display: none!important;
  }
  .slider-news .slick-prev {
    display: none!important;
  }
  
  .dots-news .slick-dots {
    text-align: center;
    bottom: -35px!important;
  }
  .dots-news .slick-dots li {
    display: inline-block;
    width: 12px!important;
  }
  .dots-news .slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    margin: 3px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
  }
  .dots-news .slick-dots .slick-active button {
    background: #d02030;
  }
  .slick-dots li button:before {
    display: none;
  }

  /* newsDetail_content */
  .newsDetail_content {
    max-width: 570px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .newsDetail_title {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 3.6rem;
    color: #333;
    text-align: start;
    padding-bottom: 8px;
  }

  .newsDetail_date {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }

  .newsDetail_text {
    margin-bottom: 55px;
  }
  
  /* ====== TB・Contact／mv ===== */
  .contact_mv {
    position: relative;
    margin-top: 57px;
  }

  .contact_mv img {
    width: 100%;
  }

/* ====== TB・Contact／top ===== */
  .contact_top {
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 40px 35px;
    text-align: center;
  }

  .contact_top h2 {
    font-size: 1.8rem;
    border-bottom: 1px solid #333;
    margin-bottom: 22px;
    color: #4d4d4d;
    padding-bottom: 10px!important;
  }

  .contact_top p {
    font-size: 1.5rem;
    text-align: left!important;
  }

  .contact_top span {
    color: #d02030;
  }

  /* ＝＝＝＝＝＝ TB・contact_form ＝＝＝＝＝＝ */
  form {
    max-width: 600px;
    margin: 0 auto 100px;
    padding: 0 40px 0;
  }

  .contact-item {
    margin-bottom: 18px;
    display: block;
  }

  .contact-label {
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .contact-label span, .checkbox-text span {
    color: #ff0000;
    font-size: 1.8rem;
  }

  .contact-input {
    width: 80%;
  }

  .contact-input input {
    width: 100%;
    height: 32px;
    border-radius: 12px;
    padding: 4px 25px;
    border: 1px solid #333;
    font-size: 1.5rem;
  }

  .contact-checkbox {
    width: 70%;
  }

  .contact-checkbox label {
    display: block;
  }

  input[type="checkbox"] {
    appearance: auto;
    margin-right: 8px;
  }

  .contact-input textarea {
    width: 100%;
    height: 130px;
    border-radius: 12px;
    padding: 18px 25px;
    border: 1px solid #333;
    font-size: 1.5rem;
  }

  .policy {
    display: block;
    margin: 35px auto 25px;
    width: 100%;
    height: 230px;
    padding: 15px 20px;
    border: 1px solid #333;
    background-color: #fff;
    font-size: 1.2rem;
    overflow-y: auto;
    box-sizing: border-box;
    text-align: justify;
  }

  .policy::-webkit-scrollbar {
    width: 13px;
  }

  .policy::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0 14px 14px 0;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .policy::-webkit-scrollbar-thumb {
    background-color: #808080;
    border-radius: 50px;
    border-top: 2px solid transparent;
    border-right: 3px solid transparent; /* 透明なボーダーをつける */
    border-bottom: 2px solid transparent;
    border-left: 3px solid transparent; /* 透明なボーダーをつける */
    background-clip: padding-box; /* 背景を切り取る */
  }

  .policy-title {
    font-size: 1.6rem;
    font-weight: 600;
    display: block;
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 0.5px solid #000;
    color: #4d4d4d;
  }

  .policy-item {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .contact-form_box {
    text-align: start;
    background-color: #fae6e8;
    width: 100%;
    display: block;
    margin: 0 auto 35px;
    padding: 5px;
    box-sizing: border-box;
  }

  .policy-check {
    font-size: 1.3rem;
  }

  .contact-submit {
    margin: 0 auto;
    display: block;
    padding: 10px 50px;
    border-radius: 15px;
    width: 295px;
    border: 1px solid #d02030;
    background-color: #fff;
    color: #d02030;
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
  }

  .contact-submit:hover {
    transition: 0.2s ease-in-out;
    border: 1px solid #d02030;
    background-color: #d02030;
    color: #fff;
  }

  div.screen-reader-response{
    display: none;
  }
  
/* ====== TB・thanks ===== */
  .contact_mv img {
    width: 100%;
  }

  .contact_thanks_area {
    max-width: 680px;
    margin: 0 auto;
    padding: 50px 40px 60px;
  }

  .contact_thanks_content {
    text-align: center;
    margin-bottom: 60px;
  }

  .contact_thanks_content h2 {
    font-size: 1.8rem;
    border-bottom: 1px solid #333;
    margin-bottom: 22px;
    color: #4d4d4d;
    padding-bottom: 10px!important;
  }

  .contact_thanks_content p {
    font-size: 1.5rem;
    text-align: left!important;
  }
  
/* ====== TB・404Error ===== */
  .error_mv {
    margin-top: 57px;
  }
  
  .error_mv img {
    width: 100%;
  }

  .error_content {
    max-width: 680px;
    margin: 0 auto;
    padding: 35px 40px 60px;
  }

  .error_content p {
    margin-bottom: 30px;
  }
}



/* ===================
  SP
  =================== */
@media only screen and (max-width: 480px) {
  body {
    font-size: 1.5rem;
  }

  .spView, .sp_br, .mv_spView, .flo_pctbView {
    display: block;
  }

  .pcView, .pc_br, .mv_pctbView {
    display: none;
  }
  
  h1 {
    line-height: 1.5;
  }
  
  h2 {
    color: #00274d; 
    line-height: 2.5rem;
    text-align: center;
    padding-bottom: 20px;
  }

  h2 span {
    font-size: 1.4rem;
  }
  
  
  /* ====== SP・loading ===== */
  #splash-logo img {
    width: 100px;
  }
  
  .loading_area.appear02 #loading_top_content{
    padding-top: 57px;
  }
  
  /* ====== SP・header ===== */
  .header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    min-width: 335px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 18px;
    background-color: #fff;
    filter: drop-shadow(0 1px 2px rgb(0, 0, 0, 0.3));
  }

  .header02 {
    width: 100%;
    background: #73889d;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 18px;
    filter: drop-shadow(0 1px 2px rgb(0, 0, 0, 0.3));
  }

  .header_logo {
    width: 100px;
    margin: 5px 0;
  }

  /* スクロールした時 */
  .js-scroll {
    padding: 5px 18px;
    box-sizing: border-box;
    background-color: #fff;
  }

  .js-logosize {
    width: 100px;
    margin: 5px 0;
  }
  
  /* SP・header_content */
  /*.header_inner {
    padding: 3px 20px;
    display: flex;
    align-items: center;
    height: inherit;
    position: relative;
  }*/

  .gh_logo {
    width: 160px;
    padding-right: 14px;
  }

  .pc {
    display: none;
  }

  #header_nav {
    position:fixed;
    z-index: 999;
	  top: 0;
    right: -120%;
	  width: 100%;
    height: 100vh;
	  background: #fff;
    transition: all 0.6s;
  }
  
  #header_nav.panelactive{
    right: 0;
    background-color: #f8dee0;
  }

  #header_nav .gh_hblogo {
    width: 160px;
    padding: 13px 0 0 20px;
    display: block;
  }

  #header_nav .header_nav_logo {
    width: 150px;
    margin: 52px auto 25px;
    display: block;
  }
  
  #header_nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #header_nav ul li{
    list-style: none;
    text-align: left;
    width: 224px;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
  }
  
  #header_nav ul li a{
    color: #d02030;
    text-decoration: none;
    padding: 7px 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-left: 5px;
    text-align: center;
  }
  
  .header_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  .header_fb, .header_insta {
    width: 30px;
  }
  
  .header_nav_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }
  
  .header_contact {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 2.5em;
    width: 75px;
    max-width: 100%;
    background: #00274d;
    color: #FFF !important;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  
  .header_tel {
    padding-right: 0;
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 600;
  }

  .header_tel a {
    color: #00274d;
  }

  .header_tel img {
    width: 30px;
    margin-bottom: 2px;
  }
  
  .header_tel span {
    font-size: 1.2rem;
  }

  .openbtn{
	  position: fixed;
    z-index: 9999;
	  top: 6px;
	  right: 10px;
	  cursor: pointer;
    width: 55px;
    height: 45px;
  }

  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 11px;
    height: 2px;
    border-radius: 2px;
	  background-color: #00274d;
  	width: 57%;
  }

  .openbtn span:nth-of-type(1) {
	  top:12px;	
  }

  .openbtn span:nth-of-type(2) {
    top:20px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 11px;
    left: 13px;
    transform: translateY(6px) rotate(-27deg);
    width: 50%;
  }

  .openbtn.active span:nth-of-type(2) {
    top: 23px;
    left: 13px;
    transform: translateY(-6px) rotate(27deg);
    width: 50%;
  }
  
  .openbtn p {
    font-size: 1.0rem;
    bottom: 2px;
    position: absolute;
    right: 16px;
  }
  
  .openbtn img {
    width: 31px;
    position: absolute;
    bottom: 9px;
    right: 13px;
  }
  
  
  /* container */
  .container{
    overflow: hidden;
    position: absolute;
    bottom: -86px;
    right: 0;
    /*width: 380px;*/
    width: 100vw;
    z-index: 99;
  }
  .container img {
    width: 134px;
  }
  .slidein{
    margin: 50px auto;
    transition: 5s cubic-bezier(0.75, 0, 0.25, 1);
  }
  .slide_left{
    transform: translateX(calc(-50vw - 50%));
  }
  .slide_right{
    transform: translateX(calc(60vw + 50%));
  }
  .show{
    transform: translateX(36%);
  }
  
/* ====== SP・TOPmv ===== */
  .mv {
    background: url("img/page/sp-top_mv.png") no-repeat  top center / cover;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    /*height: 340px;*/
    /* (画像の高さ ÷　画像の横幅) × 100% */
    padding-top: calc(620 / 751* 100%);
    height: 0;
  }
  
/* ====== SP・TOP／news ===== */
  .top_news {
    padding: 65px 10px 60px;
    position: relative;
  }

  .top_news h2 img {
    display: block;
    margin: 0 auto;
    width: 110px;
    padding-left: 30px;
  }

  .top_news_content_wrapper {
    position: relative;
    padding-top: 40px;
    max-width: 335px;
    margin: 0 auto;
    padding: 5px 10px;
  }

  .top_news_content_wrapper ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 30px;
  }

  .top_news_content_wrapper ul li {
    display: flex;
    flex-direction: column;
    width: 46%;
    padding: 0;
  }

  .top_news_content_wrapper ul li img {
    margin-bottom: 6px;
    width: 100%;
  }

  .top_news_content_wrapper ul li span {
    font-size: 1.2rem;
  }

  .top_news_content_wrapper ul li p {
    font-size: 1.4rem;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 2.2rem;
  }

  .top_news_line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    object-fit: cover;
  }

  .top_news_rugbyball {
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 105px;
    z-index: 99;
  }

  /* ====== SP・TOP／about ===== */
  .top_about {
    background-color: #f5f6f8;
    padding: 80px 10px 0;
  }

  .top_about_wrapper {
    max-width: 335px;
    margin: 0 auto;
  }

  .top_about_title {
    line-height: 5rem;
  }

  .top_about_title img {
    display: block;
    margin: 0 auto;
    width: 240px;
  }

  .top_about_title_text {
    font-size: 3.0rem;
  }

  .top_about_content_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 10px;
    flex-direction: column-reverse;
  }

  .top_about_left {
    width: 100%;
    font-size: 1.5rem;
    padding-right: 0;
    text-align: justify;
  }

  .top_about_left p {
    padding-bottom: 35px;
  }

  .top_about_right {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-bottom: 25px;
  }

  .top_about_right img {
    width: 100%;
  }

  .top_about_taisho {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .top_about_circle {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: #d02030;
    text-align: center;
    line-height: 95px;
    color: #fff;
    font-weight: 600;
    margin-right: 16px;
  }

  .top_about_taisho_content {
    width: 66%;
  }

  .top_about_taisho_content span {
    color: #d02030;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.25rem;
  }

  .top_about_taisho_content p {
    padding-bottom: 0!important;
    font-size: 1.4rem;
  }

  .top_btn {
    text-align: center;
  }

  .top_btn a {
    display: inline-block;
    padding: 4px 35px;
    border-radius: 2.5em;
    width: 170px;
    max-width: 100%;
    background: #d02030;
    color: #FFF;
    text-align: start;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    border: 2px #fff solid;
  }

  .top_btn a::after {
    content: "";
    line-height: 1;
    position: absolute;
    top: 39%;
    right: 9%;
    background: #fff;
    padding: 4px;
    border-radius: 50%;
  }

  .top_btn a:hover {
    background: #fff;
    color: #d02030;
    border: 2px #d02030 solid;
  }

  .top_btn a:hover:after {
    background: #d02030;
  }
  
  .top_btn_bg {
    padding: 50px 50px 100px;
    background-color: #f5f6f8;
    border-radius: 0 0 0 100%;
  }

  /* ====== SP・TOP／phil ===== */
  .top_phil {
    position: relative;
    padding: 0;
  }

  .top_phil_wrapper {
    max-width: 335px;
    margin: 0 auto;
    position: relative;
    padding: 30px 10px 210px;
  }

  .top_phil h2 img {
    display: block;
    margin: 0 auto;
    width: 200px;
    padding-left: 30px;
  }

  .top_phil_content_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0 0;
    flex-direction: column-reverse;
  }

  .top_phil_left {
    width: 100%;
    font-size: 1.5rem;
    padding-right: 0;
    text-align: justify;
  }

  .top_phil h3 {
    padding-bottom: 15px;
    letter-spacing: 0;
    font-size: 1.7rem;
  }

  .top_phil_left h3 img {
    width: 240px;
    padding-left: 12px;
  }

  .top_phil_left p {
    padding-bottom: 45px;
  }

  .top_phil_right {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .top_phil_right img {
    width: 100%;
    padding-bottom: 25px;
  }

  .top_phil_text {
    position: absolute;
    bottom: -48px;
    left: 0;
    width: 300px;
    z-index: 99;
    padding-left: 10px;
  }

  .top_phil_rugbyball {
    position: absolute;
    bottom: 90px;
    right: 10px;
    width: 80px;
    z-index: 99;
  }

  /* ====== SP・TOP／guide ===== */
  .top_guide_bg_sp {
    padding: 56px;
    border-radius: 0 100% 0 0;
    background-color: #f5f6f8;
  }
  
  .top_guide {
    padding: 0 10px 50px;
    background-color: #f5f6f8;
    position: relative;
    border-radius: 0;
  }

  .top_guide h2 {
    padding-bottom: 2px;
  }

  .top_guide h2 img {
    display: block;
    margin: 0 auto;
    width: 198px;
    padding-left: 37px;
  }

  .top_guide_content_wrapper {
    max-width: 335px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .top_guide_left {
    width: 100%;
  }

  .top_guide_left h3 {
    padding-bottom: 15px;
  }

  .top_guide_left h3 img {
    width: 155px;
  }

  .top_guide_left p {
    padding-bottom: 35px;
  }

  .top_guide_right {
    margin-right: calc(50% - 50vw);
    width: 100vw;
    padding-bottom: 40px;
  }

  .top_guide_kids {
    position: relative;
    /*width: 350px;*/
    width: 86%;
    right: -10%;
  }

  /* ====== SP・TOP／message ===== */
  .top_message {
    padding: 40px 10px 130px;
  }

  .top_message_area {
    max-width: 300px;
    margin: 0 auto;
    padding: 15px 8px;
    border: 2px solid #d02030;
    border-radius: 20px;
  }

  .top_message h2 img {
    display: block;
    margin: 0 auto;
    width: 170px;
    padding-left: 43px;
  }

  .top_message_content_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    flex-direction: column-reverse;
  }

  .top_message_left {
    width: 92%;
    font-size: 1.4rem;
    padding-right: 0;
    text-align: justify;
  }

  .top_message h3 {
    padding-bottom: 15px;
    text-align: center;
  }
  
  .top_message_to, .top_message_bio {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
  }

  .top_message_to:before {
    content: "";
    border: 1px solid #333;
    position: absolute;
    right: 0;
    top: 50%;
    width: 63%;
  }

  .top_message_bio:before {
    content: "";
    border: 1px solid #333;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 58%;
  }

  .top_message_left p {
    padding-bottom: 35px;
    overflow-wrap: break-word;
    line-height: 2.8rem;
  }

  .top_message_right {
    margin-bottom: 0;
    width: 88%;
  }

  .top_message_right img {
    width: 190px;
    border-radius: 15px;
  }
  
  .top_message_bio_table {
    font-size: 1.2rem;
    border-collapse: collapse;
  }
  
  .top_message_bio_table th, .top_message_bio_table td {
    width: 88%;
    display: block;
  }

  .top_message_bio_table th {
    vertical-align: top;
    text-align: left;
    padding: 0;
    border-bottom: none;
    white-space: nowrap;
  }

  .top_message_bio_table td {
    padding: 0 0 20px;
    border-bottom: none;
    width: 100%;
  }

/* ====== SP・footer ===== */
  /* floating */
  .footer_floating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
  }
  
  /* footer */
  footer {
    padding-bottom: 47px;
  }
  
  .footer_bg01 {
    background-color: #d02030;
    text-align: center;
    /*padding: 15px 0;*/
    padding: 25px 0;
    color: #fff;
  }

  .footer_bg01 p {
    font-size: 2.1rem;
  }

  .footer_btn {
    padding: 5px 0 10px;
  }

  .footer_btn a {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 2.5em;
    width: 190px;
    max-width: 100%;
    background: #f3f1ee;
    color: #00274d;
    text-align: center;
    font-size: 1.7rem;
    position: relative;
    z-index: 99;
  }

  .footer_btn a:hover {
    background: #c2b7a8;
    color: #fff;
    opacity: 1;
  }

  .footer_icon_wrapper img {
    width: 30px;
    padding: 0 10px;
  }

  .footer_insta {
    padding-top: 3px!important;
  }

  .footer_bg02 {
    background-color: #862327;
    text-align: center;
    position: relative;
    padding: 30px;
    color: #fff;
  }

  .footer_bg02 small, .footer_bg03 small {
    font-size: 0.9rem;
    padding-left: 20px;
    position: relative;
    z-index: 99;
  }

  .footer_rugby {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 118px;
  }

  .footer_bg03 {
    background-color: #d02030;
    text-align: center;
    position: relative;
    padding: 10px;
    color: #fff;
  }

/* ====== SP・ページトップリンク  ===== */
  .page-top_img {
    width: 40px;
  }
  
  #page-top {
    position: fixed;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(170px);
  }
  
/* ====== SP・About／concept ===== */
  .about_mv {
    margin-top: 57px;
  }
  
  .about_concept_spbg {
    margin-bottom: 340px;
  }
  
  .about_concept {
    background-color: #f5f6f8;
    position: relative;
    padding-bottom: 0;
  }

  .about_concept_wrapper {
    max-width: 355px;
    margin: 0 auto;
    padding: 60px 10px 0;
  }

  .about_concept h2 img {
    display: block;
    margin: 0 auto;
    height: 20px;
  }

  /* concept_top */
  .concept_top_wrapper {
    margin: 20px auto 50px;
    text-align: center;
  }

  .concept_top_title {
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .concept_top_wrapper p {
    font-size: 1.5rem;
    line-height: 3.5rem;
    text-align: justify;
  }

  /* concept_content */
  .about_concept ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 0;
    gap: 50px;
  }

  .about_concept ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    height: inherit;
  }

  .ful_text {
    flex-grow: 1;
  }

  .ful_text img {
    height: 35px;
  }

  .ful_text h3 {
    letter-spacing: 0.15rem;
    text-align: center;
    margin: 5px auto 20px;
  }

  .ful_img {
    width: 100%;
    flex-grow: 2;
  }

  .ful_img01, .ful_img02, .ful_img03, .ful_img04 {
    width: 175px;
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px;
  }

  .ful_content {
    width: 100%;
  }

  .ful_content h3 {
    font-size: 1.8rem;
    padding-bottom: 8px;
  }

  .ful_content p {
    font-size: 1.5rem;
    text-align: justify;
  }

  /* concept_bottom */
  .concept_bottom {
    padding: 48px 10px 1px;
    border-radius: 0 0 0 100%;
    background-color: #f5f6f8;
  }
  
  .concept_bottom_wrapper {
    max-width: 355px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
  }

  .concept_bottom_wrapper h3 {
    font-size: 1.4rem;
    padding-top: 20px;
  }

  .concept_bottom_copy {
    width: 280px;
    margin-top: 18px;
    display: block;
  }

  .concept_bottom_right {
    margin-right: calc(50%-50vw);
    width: 100vw;
  }

  .concept_bottom_kids {
    position: absolute;
    bottom: -140%;
    right: -14%;
    width: 350px;
  }

  /* ====== SP・About／Value ===== */
  .about_value {
    max-width: 355px;
    margin: 0 auto;
    padding: 60px 10px 0;
  }

  .about_value h2 img {
    display: block;
    margin: 0 auto;
    height: 20px;
  }

  /* 5つのvalue */
  .value_top_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 28px 18px;
    border: 2px solid #d02030;
    border-radius: 20px;
    gap: 30px;
    margin-bottom: 60px;
  }

  .value_left {
    text-align: center;
    width: 100%;
  }

  .value_left p {
    font-size: 1.4rem;
    text-align: justify;
    padding-top: 18px;
  }

  .value_right {
    width: 100%;
  }
  
  .value_right img {
    width: 100%;
  }
  
  /* value_point */
  .value_point_wrapper {
    text-align: center;
    padding-bottom: 80px;
  }

  .value_point_wrapper h3 {
    margin-bottom: 30px;
  }

  .value_point_wrapper ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
    gap: 20px;
  }

  .value_point_wrapper img {
    width: 145px;
  }

  .value_point_wrapper p {
    font-size: 1.5rem;
    text-align: justify;
  }

  /* ====== SP・About／Program ===== */
  
.about_program {
  position: relative;
    padding-bottom: 70px;
}

.about_program_top_wrapper {
  padding: 95px 10px 10px;
  border-radius: 0 100% 0 0;
  background-color: #f5f6f8;
}

.about_program_wrapper {
  background-color: #f5f6f8;
  padding-bottom: 70px;
}

  .about_program h2 img {
    display: block;
    margin: 0 auto;
    height: 20px;
  }

  /* progarm_top */
  .program_top {
    text-align: center;
    padding: 20px 0 15px;
  }

  .program_top h3 {
    padding-bottom: 10px;
    font-size: 1.8rem;
    line-height: 3.0rem;
  }

  .program_top p {
    font-size: 1.5rem;
    text-align: justify;
  }

  /* progarm_content */
  .about_program_wrapper ul {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-direction: column;
    max-width: 335px;
    margin: 0 auto;
    padding: 10px 10px 0;
  }

  .about_program_wrapper ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .program_image {
    width: 100vw;
    margin-bottom: 25px;
    border-radius: 0;
  }

  .about_program_wrapper ul li h3 {
    color: #00274d; 
    line-height: 3rem;
    text-align: center;
    padding-bottom: 15px;
  }

  .about_program_wrapper ul li h3 img {
    display: block;
    margin: 0 auto;
    height: 16px;
    object-fit: contain;
  }

  .about_program_wrapper ul li h3 span {
    font-size: 1.5rem;
  }

  .about_program_wrapper ul li p {
    font-size: 1.5rem;
    line-height: 3.2rem;
    text-align: justify;
  }

  /* ====== SP・About／Safety Point ===== */
  .about_point {
    max-width: 335px;
    margin: 0 auto 80px;
    padding: 60px 10px 0;
  }

  .about_point h2 img {
    display: block;
    margin: 0 auto;
    height: 20px;
  }

  .about_point ul {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  .about_point ul li img {
    width: 100%;
  }

  /* ====== SP・About／Schedule ===== */
  .about_sche {
    background-color: #f5f6f8;
    position: relative;
    padding-bottom: 120px;
  }

  .about_sche_wrapper {
    max-width: 335px;
    margin: 0 auto;
    padding: 70px 10px 0;
  }

  .about_sche h2 img {
    display: block;
    margin: 0 auto;
    height: 20px;
  }

  .sche_image {
    display: none;
  }

  .sche_imgae_sp {
    width: 100%;
  }
  
/* ====== SP・Service／about ===== */
  .service_mv {
    margin-top: 57px;
  }
  
  .service_about {
    background-color: #f5f6f8;
    position: relative;
    padding-bottom: 170px;
    border-radius: 0 0 0 39%;
  }

  .service_about_wrapper {
    max-width: 355px;
    margin: 0 auto;
    padding: 60px 10px 0;
  }

  /* about_rugful */
  .service_about_rugful {
    max-width: 335px;
    margin: 0 auto 80px;
  }

  .service_about_rugful h2.title_ja {
    font-size: 2.4rem;
    margin-bottom: 10px;
    text-align: center;
  }

  .about_ryouiku {
    font-size: 1.8rem;
    line-height: 3.0rem;
    margin-bottom: 25px;
    text-align: center;
  }

  .service_about_rugful p {
    text-align: justify;
  }

  .service_about_rugful h3 {
    font-size: 1.8rem;
    text-align: center;
    margin: 55px auto 20px;
  }

  /* about_bottom */
  .future_wrapper {
    max-width: 335px;
    margin: 0 auto;
    position: relative;
  }

    .future_left h3 {
      font-size: 1.4rem;
    }

  .future_copy {
    width: 95%;
    display: block;
    margin-top: 20px;
  }

  .future_right {
    margin: calc(50%-50vw);
    width: 60vw;
  }

  .future_kids {
    position: absolute;
    bottom: -300%;
    right: -20%;
    width: 370px;
  }

  /* ====== PC・Service／Age ===== */
  .service_age {
    max-width: 335px;
    margin: 0 auto 40px;
    padding: 240px 10px 0;
  }

  .service_age h2.title_ja {
    font-size: 2.4rem;
    margin-bottom: 10px;
    text-align: center;
  }

  .service_age_wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .service_age_left, .service_age_right {
    width: 100%;
  }

  .service_age_right {
    width: 100vw;
  }

  .service_age_left span {
    color: #d02030;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    padding-bottom: 8px;
    display: inline-block;
  }

  .service_age_left p {
    line-height: 3.0rem;
  }

  .service_age_right img {
    width: 100%;
    border-radius: 0;
  }

  /* ====== SP・Service／Content ===== */
  .service_content {
    background-color: #f5f6f8;
    position: relative;
    padding-bottom: 120px;
    border-radius: 0;
  }

  .service_content_wrapper {
    max-width: 335px;
    margin: 0 auto;
    padding: 80px 10px 0;
  }

  .service_content h2.title_ja {
    font-size: 2.4rem;
    margin-bottom: 10px;
    text-align: center;
  }

  /* service_content_flex */
  .service_content_wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 48px;
    padding-top: 40px;
  }

  .service_content_wrapper ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .service_content_wrapper ul li img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: top;
  }

  .service_content_wrapper ul li h4 {
    font-size: 2.0rem;
    font-weight: 600;
    padding: 20px 0 10px;
  }

  .service_content_wrapper ul li p {
    font-size: 1.5rem;
    text-align: justify;
  }
  
/* ====== SP・Guide／Safety ===== */
  .guide_mv {
    margin-top: 57px;
  }
  
  .guide_safety {
    background-color: #f5f6f8;
    position: relative;
    padding-bottom: 170px;
    border-radius: 0 0 0 43%;
  }

  .guide_safety_wrapper {
    max-width: 335px;
    margin: 0 auto;
    padding: 60px 10px 0;
  }

  /* guide_safety_top */
  .guide_safety_top {
    text-align: center;
    padding-bottom: 70px;
  }

  .guide_safety_top h2 {
    padding-bottom: 30px;
  }

  .guide_safety_top h2 img {
    display: block;
    margin: 0 auto;
    height: 20px;
    object-fit: contain;
    padding-bottom: 20px;
  }

  .guide_safety_top h2.title_ja {
    font-size: 1.8rem;
  }

  .guide_safety_top p {
    text-align: justify;
  }

  /* guide_safety_bottom */
  .noside_wrapper {
    position: relative;
    max-width: 335px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .noside_wrapper h3 {
    line-height: 2.8rem;
    font-size: 1.4rem;
  }

  .noside_copy {
    width: 180px;
    display: block;
    margin-bottom: 20px;
  }

  .noside_right {
    margin-right: calc(50%-50vw);
    width: 100vw;
  }

  .noside_rugby {        
    position: absolute;
    bottom: -280%;
    right: -13%;
    width: 350px;
  }

  /* ====== SP・Guide／Flow ===== */
  .guide_flow {
    max-width: 335px;
    margin: 0 auto 40px;
    padding: 200px 10px 0;
  }

  .guide_flow h2.title_ja {
    font-size: 2.4rem;
    margin-bottom: 25px;
    text-align: center;
  }

  /* guide_flow */
  .guide_flow ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 90px;
  }

  .guide_flow ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .guide_flow ul li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 106%;
    right: 47%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 24px solid #d02030;
    border-bottom: 0;
  }

  .guide_flow ul li .guide_step {
    display: block;
    height: 20px;
    object-fit: contain;
    padding-bottom: 10px;
  }

  .guide_flow ul li .guide_image {
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
    object-position: top;
  }

  .guide_flow ul li p {
    font-size: 1.5rem;
    text-align: justify;
  }

  /* ====== SP・Guide／Fee ===== */
  .guide_fee {
    background-color: #f5f6f8;
    position: relative;
    padding-bottom: 45px;
    border-radius: 0;
  }

  .guide_fee_wrapper {
    max-width: 335px;
    margin: 0 auto;
    padding: 70px 10px 0;
  }

  .guide_fee h2.title_ja {
    font-size: 2.4rem;
    text-align: center;
  }

  /* guide_fee_top */
  .guide_fee_top {
    text-align: center;
  }

  .guide_fee_top_text01 {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }

  .guide_fee_top_text01 span {
    font-size: 1.8rem;
    font-weight: 600;
  }

  .guide_fee_top_text02 {
    margin-bottom: 45px;
    text-align: justify;
  }

  /* guide_fee */
  .guide_fee_wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .guide_fee_wrapper ul li {
    width: 30%;
  }

  .guide_fee_wrapper ul li img {
    width: 100%;
  }

  .guide_fee_caption {
    font-size: 1.2rem;
  }

  /* ====== SP・Guide／Faq ===== */
  .guide_faq {
    max-width: 335px;
    margin: 0 auto 130px;
    padding: 60px 10px 0;
  }

  .guide_faq h2.title_ja {
    font-size: 2.4rem;
    margin-bottom: 10px;
    text-align: center;
  }

  .qa-container {
    margin: 0 auto 60px;
    max-width: 335px;
    width: 100%;
  }

  .qa-list {
    background: #f8dee0;
    border-radius: 15px;
  }

  .qa-list:not(:first-child) {
    margin-top: 25px;
  }

  .question-title {
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 10px 40px 10px 50px;
    position: relative;
    color: #333;
    line-height: 2.8rem;
  }

  .question-title.open {
    color: #d02030;
  }

  .question-title:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 16px;
    background-image: url('img/page/guide_faq01.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 18px;
  }

   .question-title span::before, .question-title span::after {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: #d02030;
    position: absolute;
    top: 46%;
    right: 15px;
    transition: .3s;
  }

  .question-title span::after {
    transform: rotate(90deg);
  }

  .question-title.open span::before, .question-title.open span::after {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background:#666;
    position: absolute;
    top: 46%;
    right: 15px;
  }

  .question-title.open span::before {
    transform: rotate(45deg);
  }

  .question-title.open span::after {
    transform: rotate(135deg);
  }

  .answer-text {
    display: none;
    padding: 0 20px 20px;
    font-size: 1.5rem;
    line-height: 2.8rem;
    text-align: justify;
  }

  .answer-area {
    background-color: #fff;
    position: relative;
    padding: 15px 22px 15px 45px;
  }

  .answer-area:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 14px;
    background-image: url('img/page/guide_faq02.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
  }
  
/* ====== SP・Company ===== */
  .co_mv {
    margin-top: 57px;
  }
  
  .co_mv img {
    width: 100%;
  }

  .co_info {
    max-width: 335px;
    margin: 0 auto;
    padding: 35px 10px 60px;
  }

  .co_info dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid #333;
    font-size: 1.4rem;
  }

  .co_info dt {
    width: 30%;
    padding: 18px 0 18px 2px;
    border-top: 1px solid #333;
    font-weight: 600;
  }

  .co_info dd {
    width: 65%;
    padding: 18px 0 18px 2px;
    border-top: 1px solid #333;
  }
  
/* ====== SP・ShopList／2025.05.20追記 ===== */
  .shoplist_mv {
    margin-top: 57px;
  }

  .shoplist {
    background-color: #f5f6f8;
  }

  .shoplist_wrapper {
    max-width: 350px;
    margin: 0 auto;
    padding: 70px 0 30px;
  }

  .shoplist_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .shoplist_content_detail {
    padding: 0 10px 50px;
    width: 44%;
  }

  .shoplist_content_detail img {
    border-radius: 15px;
    margin-bottom: 10px;
  }
  
  .shoplist_category {
    margin-bottom: 5px;
  }

  .shoplist_category li {
    background-color: #002c65;
    color: #fff;
    padding: 2px 26px;
    margin-bottom: 5px;
    display: inline;
    font-size: 1.2rem;
  }

  .shoplist_content_detail p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.4rem;
  }
  
/* サカフル相互リンクバナー　2025.06.24追記 */
  .fc_soccerful_banner {
    width: 300px;
    object-fit: contain;
    margin: 0 auto;
  }
  
/* ====== SP・Shop／deatil ===== */
  .shop_detail {
    background-color: #fff;
  }

  .shop_detail_wrapper {
    max-width: none;
    margin: 56px 0 45px;
    padding: 0;
    color: #333;
    display: flex;
    flex-direction: column-reverse;
  }

  /* shop_left */
  .shop_detail_left {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .shop_title {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3.8rem;
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .shop_title_open {
    font-size: 2.4rem;
    font-weight: 600;
    color: #d02030;
    margin-bottom: 20px;
    letter-spacing: 0.1rem;
    line-height: 1.4;
  }

  .shop_postcode, .shop_address {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
  }

  .shop_address {
    margin-bottom: 15px;
  }

  .shop_tel {
    line-height: 3.0rem;
  }

  .shop_tel a {
    color: #333;
    font-size: 2.8rem;
    font-weight: 600;
  }

  .shop_tel img {
    width: 24px;
    margin-right: 8px;
    margin-bottom: 6px;
  }

  .shop_time {
    margin-bottom: 12px;
    line-height: 1.5;
  }

  .shop_blog {
    position: relative;
  }

  .shop_blog_btn {
    display: inline-block;
    padding: 4px 18px;
    border-radius: 2.5em;
    width: 130px;
    max-width: 100%;
    background: #00274d;
    color: #fff !important;
    text-align: start;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
  }

  .shop_blog img {
    width: 15px;
    position: absolute;
    top: 26%;
    right: 22px;
  }

  /* shop_right */
  .shop_detail_right {
    margin-right: 0;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
  }
/*
  .shop_detail_right img {
    width: 100vw;
    margin: 0;
  }*/

  .slider-shop .slick-slide img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0;
  }
  .dots-shop .slick-dots {
    text-align: center;
    bottom: 25px;
  }
  .dots-shop .slick-dots li {
    display: inline-block;
    width: 12px!important;
  }
  .dots-shop .slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    margin: 3px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
  }
  .dots-shop .slick-dots .slick-active button {
    background: #0a467d;
  }

  /* shop_map */
  .shop_map {
    max-width: 335px;
    margin: 0 auto 140px;
  }

  .shop_map iframe {
    width: 100%;
    border-radius: 14px;
    height: 310px!important;
  }
  
/* ====== SP・News ===== */
  .news {
    max-width: 335px;
    margin: 57px auto 0;
    padding: 30px 10px 130px;
  }

  .news h2 img {
    display: block;
    margin: 0 auto;
    width: 110px;
    padding-left: 30px;
  }

  .news ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 12px;
    margin: 30px auto 50px;
    flex-direction: column;
  }

  .news ul li {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid;
    padding-bottom: 16px;
  }

  .news ul li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .sp_news_left {
    width: 40%;
  }

  .news ul li img {
    margin-bottom: 13px;
    width: 100%;
    margin-top: 10px;
  }

    .sp_news_right {
      width: 50%;
    }

  .news ul li span {
    font-size: 1.2rem;
  }

  .news ul li p {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }

/* ====== SP・NewsDetail ===== */
  .newsDetail {
    margin: 56px auto 0;
    padding: 0 0 130px;
  }

  /* newsDetail_mv slider */
  .newsDetail_mv {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .slider-news .slick-slide {
    width: 100vw;
    height: auto;
    margin: 0 25px;
    position: relative;
    overflow: hidden;
  }
  .slider-news .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }

  .slider-news .slick-arrow {
    display: none;
  }
  .slider-news .slick-arrow::before {
    display: none;
  }
  .slider-news .slick-next {
    display: none!important;
  }
  .slider-news .slick-prev {
    display: none!important;
  }
  
  .dots-news .slick-dots {
    text-align: center;
    bottom: -35px!important;
  }
  .dots-news .slick-dots li {
    display: inline-block;
    width: 12px!important;
  }
  .dots-news .slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    margin: 3px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
  }
  .dots-news .slick-dots .slick-active button {
    background: #d02030;
  }
  .slick-dots li button:before {
    display: none;
  }

  /* newsDetail_content */
  .newsDetail_content {
    max-width: 330px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .newsDetail_title {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 3.6rem;
    color: #333;
    text-align: start;
    padding-bottom: 8px;
  }

  .newsDetail_date {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }

  .newsDetail_text {
    margin-bottom: 55px;
  }
  
  /* ====== SP・Contact／mv ===== */
  .contact_mv {
    position: relative;
    margin-top: 57px;
  }

  .contact_mv img {
    width: 100%;
  }

/* ====== SP・Contact／top ===== */
  .contact_top {
    max-width: 335px;
    margin: 0 auto;
    padding: 25px 10px 35px;
    text-align: center;
  }

  .contact_top h2 {
    font-size: 1.8rem;
    border-bottom: 1px solid #333;
    margin-bottom: 22px;
    color: #4d4d4d;
    padding-bottom: 10px!important;
  }

  .contact_top p {
    font-size: 1.5rem;
    text-align: left!important;
  }

  .contact_top span {
    color: #d02030;
  }

  /* ＝＝＝＝＝＝ SP contact_form ＝＝＝＝＝＝ */
  form {
    max-width: 355px;
    margin: 0 auto 100px;
    padding: 0 20px 0;
  }

  .contact-item {
    margin-bottom: 18px;
    display: block;
  }

  .contact-label {
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .contact-label span, .checkbox-text span {
    color: #ff0000;
    font-size: 1.8rem;
  }

  .contact-input {
    width: 94%;
  }

  .contact-input input {
    width: 100%;
    height: 32px;
    border-radius: 12px;
    padding: 4px 10px;
    border: 1px solid #333;
    font-size: 1.3rem;
  }

  .contact-checkbox {
    width: 70%;
  }

  .contact-checkbox label {
    display: block;
  }

  input[type="checkbox"] {
    appearance: auto;
    margin-right: 8px;
  }

  .contact-input textarea {
    width: 100%;
    height: 130px;
    border-radius: 12px;
    padding: 10px;
    border: 1px solid #333;
    font-size: 1.3rem;
  }

  .policy {
    display: block;
    margin: 35px auto 25px;
    width: 100%;
    height: 230px;
    padding: 15px 20px;
    border: 1px solid #333;
    background-color: #fff;
    font-size: 1.2rem;
    overflow-y: auto;
    box-sizing: border-box;
    text-align: justify;
  }

  .policy::-webkit-scrollbar {
    width: 13px;
  }

  .policy::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0 14px 14px 0;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .policy::-webkit-scrollbar-thumb {
    background-color: #808080;
    border-radius: 50px;
    border-top: 2px solid transparent;
    border-right: 3px solid transparent; /* 透明なボーダーをつける */
    border-bottom: 2px solid transparent;
    border-left: 3px solid transparent; /* 透明なボーダーをつける */
    background-clip: padding-box; /* 背景を切り取る */
  }

  .policy-title {
    font-size: 1.6rem;
    font-weight: 600;
    display: block;
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 0.5px solid #000;
    color: #4d4d4d;
  }

  .policy-item {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .contact-form_box {
    text-align: start;
    background-color: #fae6e8;
    width: 100%;
    display: block;
    margin: 0 auto 35px;
    padding: 5px;
    box-sizing: border-box;
  }

    .policy-check {
      font-size: 1.3rem;
    }

  .contact-submit {
    margin: 0 auto;
    display: block;
    padding: 10px 50px;
    border-radius: 15px;
    width: 295px;
    border: 1px solid #d02030;
    background-color: #fff;
    color: #d02030;
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
  }

  .contact-submit:hover {
    transition: 0.2s ease-in-out;
    border: 1px solid #d02030;
    background-color: #d02030;
    color: #fff;
  }

  div.screen-reader-response{
    display: none;
  }
  
/* ====== SP・thanks ===== */
  .contact_mv img {
    width: 100%;
  }

  .contact_thanks_area {
    max-width: 335px;
    margin: 0 auto;
    padding: 35px 10px 60px;
  }

  .contact_thanks_content {
    text-align: center;
    margin-bottom: 60px;
  }

  .contact_thanks_content h2 {
    font-size: 1.8rem;
    border-bottom: 1px solid #333;
    margin-bottom: 22px;
    color: #4d4d4d;
    padding-bottom: 10px!important;
  }

  .contact_thanks_content p {
    font-size: 1.5rem;
    text-align: left!important;
  }
  
/* ====== SP・404Error ===== */
  .error_mv {
    margin-top: 57px;
  }
  
  .error_mv img {
    width: 100%;
  }

  .error_content {
    max-width: 335px;
    margin: 0 auto;
    padding: 35px 10px 60px;
  }

  .error_content p {
    margin-bottom: 30px;
  }
}