/*--------------------------------------------------------------*/
/*								*/
/*--------------------------------------------------------------*/
html {
    line-height: 1.4; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    margin:0;
    padding:0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}
:root {
    --primary-color: #095ca8;
    --secondary-color: #56b2eb;
    --primary-color-alpha: rgb(9, 92, 168, 0.7);
    --secondary-color-alpha: rgb(86, 178, 235, 0.7);
    --caution-color:#cb473e;	/* 赤 */
    --yellow-color:#fef263;
    --yellow-color-alpha:rgba(254,242,99,0.7);/*#fef263;*/
}
/*--------------------------------------------------------------*/
/*								*/
/*--------------------------------------------------------------*/
body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-family: 'Noto Sans JP', sans-serif;    
    overflow-x: hidden; /* 横スクロールを無効にする */
    margin: 0;
    padding: 0;
    text-align:center;
    color:#666;
    overflow-x: hidden;
}

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

.font_v{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.font-gothic{
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

ul{
    padding:0;
    margin:0;
}

a:focus { outline:none;}
a {
    color:#444;
    text-decoration:none;		/*リンクの下線を無くす*/
    transition: 0.3s;
}
a:hover {
    color:#c44;
}

img {
    border-style:none;
    vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6{
    padding:0;
    margin:0;
}

h1 {
  font-family: "Stick", sans-serif;
  font-weight: 400;
  font-style: normal;
  
  color: #444; /* 文字色を白に設定 */
  font-size:30px;
  display:inline-block;
  position: relative;
}

h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, var(--secondary-color), var(--secondary-color) 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, var(--secondary-color), var(--secondary-color) 2px, #fff 2px, #fff 4px);
}
h1.white{
  color: #fff; /* 文字色を白に設定 */
}


h2 {
/*    display:inline-block;*/
    font-family: "Stick", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:20px;
    position: relative;
    padding: 10px 20px;
    margin-bottom:10px;
    background-color:var(--primary-color);
    color:#fff;
}

/*
h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #aacf53, #aacf53 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #aacf53, #aacf53 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fullwidth h2:after{
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
}
.fullwidth .whitebacktext h2:after{
  background-image: -webkit-repeating-linear-gradient(135deg, #aacf53, #aacf53 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #aacf53, #aacf53 1px, transparent 2px, transparent 5px);
}
*/
h3{
    font-size:18px;
    padding:10px;
    border-bottom:4px solid var(--secondary-color);
    margin-bottom:10px;
    color:var(--secondary-color);
}
h3.white{
    border-bottom:4px solid var(--primary-color);
    color:#fff;
}


h4 {
    font-size:24px;
    position: relative;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    background: var(--secondary-color-alpha);
    color:#fff;
}

h4:before {
    position: absolute;
    bottom: -14px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 0;
    border-style: solid;
    border-color: var(--secondary-color-alpha) transparent transparent transparent;
}

h4:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 11px 14px 0 14px;
    border-style: solid;
    border-color: var(--secondary-color-alpha) transparent transparent transparent;
}
h4.yellow{
    background-color:var(--yellow-color-alpha);
    color:var(--primary-color);
}
h4.yellow:before,
h4.yellow:after {
    border-color: var(--yellow-color-alpha) transparent transparent transparent;
}

#sdgd h4{
    font-size:18px;
}
h5 {
    font-size:22px;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background-color:var(--secondary-color);
    color:#fff;
}
h5.primary {
    background-color:var(--primary-color);
}
h5.caution {
    background-color:var(--caution-color);
}

h6{
    font-size:20px;
    border-bottom:4px dotted var(--primary-color);
    margin-bottom:10px;
}
table{
    table-layout: fixed;
    word-break: break-all;
    border:none;
    border-spacing: 0;
    padding:0;
    margin:0 auto;
}
table td{
    border-bottom:1px solid #eee;
    padding:10px;
}
table.noborder td{
    border-bottom:0;
    padding:10px;
}


.pc-only{
    display:inline !important;
}
.sp-only{
    display:none !important;
}
.textput{
    text-align:center;
}
.cdatan{ 
  display:none;
}
.mar-b10{
    margin-bottom:10px;
}
.mar-r10{
    margin-right:10px;
}
.pad-0-5{
    padding:0 5px;
}
.pad-0-10{
    padding:0 10px;
}
.pad-0-10-10{
    padding:0 10px 10px 0;
}
.pad-0-10-0-0{
    padding:0 10px 0 0;
}
.pad-2{
    padding:2px;
}
.pad-5{
    padding:5px;
}
.pad-15{
    padding:15px;
}
.pad-5-0{
    padding:5px 0;
}
.pad-2{
    padding:2px;
}
.pad-5-10{
    padding:5px 10px;
}
.pad-0-20{
    padding:0 20px;
}
.pad-0-20-20{
    padding:0 20px 20px;
}
.pad-10{
    padding:10px;
}
.pad-20{
    padding:20px;
}
.pad-20-0{
    padding:20px 0;
}
.pad-20-40{
    padding:20px 40px;
}
.pad-20-80{
    padding:20px 80px;
}
.pad-0-20-20-80{
    padding:0px 20px 20px 80px;
}
.pad-0-40{
    padding:0 40px;
}
.pad-40{
    padding:40px;
}
.pad-40-40-40-0{
    padding:40px 40px 40px 0;
}
.pad-40-60{
    padding:40px 60px;
}
.pad-40-80{
    padding:40px 80px;
}
.pad-40-0{
    padding:40px 0px;
}
.pad-0-0-0-40{
    padding:0 0 0 40px;
}
.pad-40-20{
    padding:40px 20px;
}
.pad-5-10{
    padding:5px 10px;
}
.pad-5-20{
    padding:5px 20px;
}
.pad-10-0{
    padding:10px 0px;
}
.pad-10-20{
    padding:10px 20px;
}
.pad-20-0{
    padding:20px 0px;
}
.pad-80{
    padding:80px;
}
.pad-50{
    padding:41px;
}
.pad-80-40{
    padding:80px 40px;
}
.align-c{
    text-align:center;
}
.align-r{
    text-align:right;
}
.align-l{
    text-align:left;
}
.clearfix{
    clear: both;
}
.floatl{
    float:left;
}
.floatr{
    float:right;
}
.floatl25{
    float:left;
    width:25%;
}
.floatl75{
    float:left;
    width:75%;
}
.floatl35{
    float:left;
    width:35%;
}
.floatl65{
    float:left;
    width:65%;
}
.floatl70{
    float:left;
    width:70%;
}
.floatl30{
    float:left;
    width:30%;
}
.floatl50{
    float:left;
    width:50%;
}
.floatr50{
    float:right;
    width:50%;
}
.floatr30{
    float:right;
    width:30%;
}
.floatl10{
    float:left;
    width:10%;
}
.floatl90{
    float:left;
    width:90%;
}
.floatl70{
    float:left;
    width:70%;
}
.floatl30{
    float:left;
    width:30%;
}
.floatl80{
    float:left;
    width:80%;
}
.floatl20{
    float:left;
    width:20%;
}
.floatl33{
    float:left;
    width:33.333333333333%;
}
.floatl40{
    float:left;
    width:40%;
}
.floatl60{
    float:left;
    width:60%;
}
.bgfff{
    background-color:#fff;
}
.bgw{
    background-color:rgba(255,255,255,0.6);
}
.bgeee{
/*    background-color:rgba(213,196,207,0.1);*/
    background-color:rgba(0,154,163,0.05);
}
.bg_secondary{
    background-color:var(--secondary-color);
}
.bg_secondary_a{
    background-color:#2f87c9 ;
}
.parent,	/* 親 */
.pos-rel{	/* 親 */
    position: relative;
}
.child,	/* 子 */
.pos-abs{	/* 子 */
    position: absolute;
    top:0;
    left:0;
}
.mask{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.wid100p{
    width:100%;
}
.wid1080{
    width:1080px;
    max-width:1080px;
    margin:0 auto;
}
.wid1080 img{
    max-width:100%;
}
.wid1000{
    max-width:1000px;
    margin:0 auto;
}
.wid920{
    max-width:920px;
    margin:0 auto;
}
.wid820{
    max-width:820px;
    margin:0 auto;
}
.wid780{
    max-width:780px;
    margin:0 auto;
}
.wid720{
    max-width:720px;
    margin:0 auto;
}
.wid640{
    max-width:640px;
    margin:0 auto;
}
.wid500{
    max-width:500px;
    margin:0 auto;
}
.wid480{
    max-width:480px;
    margin:0 auto;
}
.wid320{
    max-width:320px;
    margin:0 auto;
}
.wid80{
    width:80%;
    margin:0 auto;
}
.wid70{
    width:70%;
}
.wid50{
    width:50%;
    margin:0 auto;
}
.wid20p{
    width:20%;
}
.p30{
    width:30%;
}
.p20{
    width:20%;
}
.p15{
    width:15%;
}
.p10{
    width:10%;
}
.p12{
    width:12%;
}
.rot5p {
  transform: rotate(5deg);
}
.rot5m {
  transform: rotate(-5deg);
}
.rot3p {
  transform: rotate(3deg);
}
.rot3m {
  transform: rotate(-3deg);
}
.rot1p {
  transform: rotate(1deg);
}
.rot1m {
  transform: rotate(-1deg);
}
.child-center{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);    
}

.button{
/*    display: inline-block;*/
    font-family: "Stick", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding:20px;
    transition: 0.3s;
    cursor: pointer;
    color:#fff;
    font-size:20px;
    background-color:var(--secondary-color);
}
.button:hover{
    background-color:var(--primary-color);
}
.button.white{
/*    display: inline-block;*/
    font-family: "Stick", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding:20px;
    transition: 0.3s;
    cursor: pointer;
    color:#fff;
    font-size:20px;
    background-color:var(--primary-color);
}
.button.white:hover{
    background-color:#fff;
    color:var(--primary-color);
}
.button_yellow{
    padding:20px;
    transition: 0.3s;
    cursor: pointer;
    color:var(--primary-color);
    font-size:20px;
    background-color:var(--yellow-color);
}
.button_yellow:hover{
    background-color:#fff;
    color:var(--primary-color);
}
.button2{
    padding:20px;
    transition: 0.3s;
    cursor: pointer;
    background-color:#d9333f;
    color:#fff;
    border-radius: 5px;
    font-size:20px;
    border-radius: 10px;
    animation: bounceAndMove 1s infinite;
}
.button2:hover{
    background-color:#68699b;
}

.button3{
    background: #98d98e;
    width: 320px;
    color:#fff;
    font-size:20px;
    position: relative;
}
.button3:before,
.button3:after{
    width: calc(100% - 20px);
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    content: "";
}
.button3:before{
    border-bottom: solid 20px #98d98e;
    border-right: solid 20px transparent;
    bottom: 100%;
}
.button3:after{
    border-top: solid 20px #98d98e;
    border-left: solid 20px transparent;
    top: 100%;
}


.border1-top{
    border-top:1px solid #888;
}
.border1-bottom{
    border-bottom:1px solid #ccc;
}
.border1{
    border:2px dotted var(--primary-color);
    border-radius: 10px;
}
.border1-ccc{
    border:1px dotted #ccc;
    border-radius: 10px;
}
.border1-box{
    border:1px solid #ccc;
    border-radius: 2px;
}
.fs-50{
    font-size:50px;
}
.fs-40{
    font-size:40px;
}
.fs-34{
    font-size:34px;
}
.fs-30{
    font-size:30px;
}
.fs-28{
    font-size:28px;
}
.fs-26{
    font-size:26px;
}
.fs-24{
    font-size:24px;
}
.fs-20{
    font-size:20px;
}
.fs-18{
    font-size:18px;
}
.fs-16{
    font-size:16px;
}
.fs-14{
    font-size:14px;
}
.fs-12{
    font-size:12px;
}
.fw-bold{
    font-weight:bold;
}
.col-white{
    color:#fff;
}
.col-primary{
    color:var(--primary-color);
}
.col-r{
    color:#e45e32;
}
.col-money{
    color:var(--yellow-color);
}
.col-money2{
    color:#ee7800;
}
.col-EC7AA1{
    color:#EC7AA1;
}
.col-00afcc{
    color:#00afcc;
}
img.img100{
    object-fit: cover;
    width:100%;
}
.col-00a269{
    color:#00a269;
}
.rad-rd{
    border-radius:0 0 20px 0;
}
.border-b-org{
    border-bottom:4px dotted #f6ad49;
}
.no-wrap {
  white-space: nowrap;
}
.text-container {
    width: 100%; /* または任意の幅 */
    word-wrap: break-word; /* 長い単語も折り返し */
}

li {
  list-style-type: disc; /* マーカーを「・」に設定 */
}
#page-top {
    position: fixed;
    bottom: 80px;
    right: -10px;
    z-index:100;
    width: 100px; /* 画像の幅を調整 */
    height: 100px; /* 高さは自動調整（アスペクト比を保持） */
    z-index: 9999; /* 他の要素よりも手前に表示 */
    background-color: var(--primary-color-alpha);
    border-radius: 10px 0 0 10px; /* 左下と左上の角だけを角丸に */
    border-top: 4px solid white;
    border-left: 4px solid white;
    border-bottom: 4px solid white;
    font-weight: bold; /* 太さを調整 */
    color:#fff;
    display: flex;
    justify-content: center; /* 横方向に中央配置 */
    align-items: center; /* 縦方向に中央配置 */
    transition: transform 0.3s ease;
}
#page-top:hover {
    transform: scale(1.2); /* ホバー時のスケール（例: 1.5倍に拡大） */
}
#page-top a{
    color:#fff;
}

.policy .num ul {

}
.policy .num ul li{
    list-style-type: decimal;
}
.policy .num ul li::before {
    margin-right: 5px; /* 「・」とテキストの間に少しスペースを追加 */
}
.ib{
    display: inline-block;
}
/*--------------------------------------------------------------*/
/*								*/
/*--------------------------------------------------------------*/
.overflow_hidden img:hover {
    /* カーソルが合わさった時のスタイル */
    transform: scale(1.2); /* 画像を20%大きく表示 */
    transition: transform 0.3s ease-in-out; /* トランジション効果 */
}

.overflow_hidden img {
    /* 基本のスタイル */
    transform-origin: center; /* 拡大の基点を中央に設定 */
    transition: transform 0.3s ease-in-out; /* トランジション効果 */
}

/*--------------------------------------------------------------*/
/*								*/
/*--------------------------------------------------------------*/
.line-add-friend-button img {
    width: 200px !important; /* 例えば、元のサイズの2倍に設定 */
    height: auto; /* 高さを自動調整 */
}
/*--------------------------------------------------------------*/
/*								*/
/*--------------------------------------------------------------*/
#contact label{
    text-align:left;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.contact .text{
    width:80%;
    padding:10px;
    text-align:left;
    margin:0 auto;
}

.info iframe,
.contact iframe{
    width:100%;
}
.contact select{
    background-color:#eee;
    width:100%;
    padding:10px;
    border-radius: 4px;
    border:0px;
}
.contact input[type="date"],
.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="email"],
.contact textarea{
    background-color:#eee;
    width:calc( 100% - 20px );
    padding:10px;
    border-radius: 4px;
    border:0px;
}
.contact input[type="submit"]{
    width:80%;
    padding:20px 0;
    margin:0 auto;
    background:#d9333f;
    border:none;
    color:#fff;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 4px;
    font-size:24px;
    display:block;
}
.contact input[type="submit"]:hover{
    background:#9ea1a3;
}
.contact p{
    margin:5px 5px 10px 5px;
}
.contact h2{
    border-radius: 0px 0px 0px 0px;
}
.contact-title{
    width:80%;
    padding:0px 0;
    text-align:left;
    margin:0 auto;
    font-weight:bold;
}
header{
    /*
    font-family: "Stick", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color:#fff;
    width:100%;
    color:var(--secondary-color);
    text-align:left;
    padding:5px;
   */
    border-top:6px solid var(--secondary-color);
}

footer{
    color:#fff;
    width:100%;
    position: relative;
    font-size:16px;
    background-color:var(--primary-color);
    background-repeat: repeat;
}
footer a{
    color:#fff;
}
footer .contact{
    background-color:#d66a35;
    color:#ffffff;
}
footer iframe{
    width:100%;
    height:260px;
}
.maruc{
    color:#fff;
    padding:10px;
    text-align:center;
}

.container{
    padding:80px 0;
}

.header .open{
    background-color:var(--secondary-color);
    padding:10px;
    display: inline-block;
    border:4px solid var(--secondary-color);
    color:#fff;
    border-radius:10px;
    display: inline-block;
}
/* Google翻訳プルダウンメニューのコンテナにスタイルを適用 */
.google_translate_element {
    padding:10px 0 5px;
    display: inline-block;
}

/* Google翻訳プルダウンメニュー内の要素にスタイルを適用 */
.google_translate_element .goog-te-gadget-simple {
    padding:10px;
    border-radius: 10px; /* ボーダーの角を直角に */
    border:4px solid var(--secondary-color);
    font-size: 18px; /* フォントサイズを調整 */
    background-color: transparent; /* 背景色を透明に */
    color: #333; /* テキストカラーを指定 */
}
.google_translate_element .goog-te-gadget-simple span {
    border: 0 !important;
}

/* Google翻訳プルダウンメニュー内の矢印アイコンにスタイルを適用 */
.google_translate_element img {
    display: none; /* 矢印アイコンを非表示に */
}

.width-default{
    width:100%;
    max-width:1280px;
    margin:0 auto;
}
#menu a {
    color:var(--secondary-color);
    text-decoration:none;		/*リンクの下線を無くす*/
    transition: 0.3s;
}
#menu a:hover {
    color:var(--primary-color-alpha);
}
#movie{
    width: 100%;
    max-width:1280px;
    position:relative;
    margin:0 auto;
}
.videoparent{
    width: 100%;
    height: calc(100% * 9 / 16);
    max-height:calc(100% - 159px);
    overflow: hidden;
}
#video{
    position:relative;
    width: 100%;
    padding-top:calc( 100% * 9 / 16);
}
#video iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

#aboutus .bgwhite {
    background-color: rgba(240, 240, 240, 0.6);
}
#aboutus .bgimg.top {
    width: 100%;
    /* background-color: #f00; */
    background-image: url(../files/images/IMG_2830.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}
#aboutus .bgimg {
    width: 100%;
    /* background-color: #f00; */
    background-image: url(../files/images/IMG_0424.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}
#aboutus .shopstyle{
    background-color: rgba(26, 27, 127, 0.6);
    padding: 20px;
    border-radius: 2px;
    color:#fff;
}

#aboutus .square {
    font-family: "Stick", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: rgba(26, 27, 127, 0.8);
    background-color: rgba(130, 38, 39, 0.8);
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
    border-radius: 50%;
}
#aboutus .mark,
#coursemenu .mark,
#coursemenu .markL{
    padding:10px;
    background-color:var(--yellow-color);
    color:var(--primary-color);
    font-weight:bold;
    white-space: nowrap; /* 改行させずにテキストを一行に保つ */
    overflow: hidden; /* 必要に応じてオーバーフローを隠す */
    text-overflow: ellipsis; /* オーバーフローするテキストの末尾を省略記号で表示 */
}
#coursemenu .mark2{
    padding:10px;
    background-color:#68be8d;
    color:var(--primary-color);
    font-weight:bold;
}
#blog {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* 任意：余白 */
}

#blog {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#blog .box {
  width: calc(100% / 5 - 10px);
  aspect-ratio: 1 / 1; /* 正方形 */
  background: #f0f0f0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}

#blog .box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}

#blog .box img {
  width: 100%;
  height: auto;
  max-height: 80%;         /* ボックス内の6割を画像に使う */
  object-fit: cover;       /* はみ出し調整・トリミング */
  display: block;
}

.pager{
    padding:10px 40px;
}
/*--------------------------------------------------------------*/
/*								*/
/*--------------------------------------------------------------*/
@media screen and (max-width: 1020px) {
    .wid1080_{
	width:calc(170px * 5);
    }
}
@media screen and (max-width: 1000px) {
    .menumain{
	text-align:right;
    }
}
@media screen and (max-width: 850px) {
    .wid1080_{
	width:calc(170px * 4);
    }
}
@media screen and (max-width: 768px) {
    .pc-only{
	display:none !important;
    }
    .sp-only{
	display:inline !important;
    }
    .textput{
	text-align:left !important;
    }
    .imgput{
	width:100%;
    }
    .fs-50{
	font-size:36px;
    }
    .fs-40{
	font-size:30px;
    }
    .fs-34{
	font-size:28px;
    }
    .fs-30{
	font-size:24px;
    }
    .fs-28{
	font-size:20px;
    }
    .fs-26{
	font-size:20px;
    }
    .fs-24{
	font-size:18px;
    }
    .fs-20{
	font-size:16px;
    }
    .fs-18{
	font-size:15px;
    }
    .fs-16{
	font-size:13px;
    }
    .fs-14{
	font-size:11px;
    }
    .fs-12{
	font-size:10px;
    }

    
    body {
	width:100%;
	min-width:100%;
	max-width:100%;
	font-size:14px;
	margin:0;
    }
    h1 ,
    h3 {
	font-size:18px;
    }
    h2 {
	font-size:18px;
	padding: 10px;
	width:calc(100% - 30px);
	margin:0 auto;
	margin-bottom:5px;
    }
    h4 {
	padding: 10px;
	font-size:18px;
    }
    h5 {
	font-size:16px;
    }
    .ishidatami,
    .fullwidth{
	padding:10px;
    }
    .wid1080_{
	width:calc(114px * 3);
	margin:0 auto;
    }
    .font-vdl{
	filter: none;
	font-size:16px;
    }
    .floatl20,
    .floatl80,
    .floatl30,
    .floatl70,
    .floatl75,
    .floatl33,
    .floatl60,
    .floatl40,
    .floatl50,
    .floatr50,
    .floatl25{
	width:100%;
    }
    .floatl70.sp{
	width:70%;
    }
    .floatl30.sp{
	width:30%;
    }
    .menubutton {
	display: inline-block;
	padding: 10px 0px;
	margin: 0;
	width: 42px;
	text-align: center;
	background-color: var(--primary-color);
	color:#fff;
    }
    
    .floatl50{
	margin-bottom:10px;
    }
    .floatl33{
	height:auto;/*260px;*/
    }
    .pad-20-40{
	padding:10px;
    }
    .pad-40,
    .pad-50,
    .pad-10-20,
    .pad-20{
	padding:10px;
    }
    .pad-0-20,
    .pad-0-10{
	padding:0 0 0 20px;
    }
    table td{
	padding:10px;
    }
    #coursemenu .floatl50 .pad-20,
    #contact .floatl50 .pad-20{
	padding:0;
    }
    .floatl50 .pad-20 .pad-20{
	padding:10px;
    }
    #contact .floatl50 .border1-ccc.pad-20{
	padding:10px;
    }
    .warning.pad-20,
    .greenbacktext .pad-20,
    .whitebacktext .pad-20{
	padding:10px !important;
    }
    #content h1{
	padding-left:10px;
    }
    #content section{
	padding:5px 10px;
    }
    .wid820,
    .wid720,
    .wid1080{
	width:100%;
    }
    .balloon-container {
	display: block;
    }
    .balloon {
	margin-left: 0px; /* 吹き出しの左マージン */
    }
    .balloon::before {
	content: none;
    }
    footer .wid1080{
	width:calc( 100% - 20px );
	padding:10px;
    }
    .header{
	position:fixed;
	width:100%;
	top: 0px;
	left: 0px;
	z-index:200;
	background-color:#fff;
    }
    .menuicon {
	width: 60px; /* 画像の幅を調整 */
	height: 60px; /* 高さは自動調整（アスペクト比を保持） */
	background-color: rgba(255, 255, 255, 0.6);
	border:1px dotted #ccc;
    }
    #sp-menu {
	border-bottom:4px solid var(--secondary-color);
    }
    #sp-menu .link{
	padding:10px;
	border-bottom:1px dotted #ccc;
    }
    #sp-menu a{
	display:block;
	border-bottom:1px dotted var(--secondary-color);
	padding:5px 10px;
	margin:0;
    }
    #page-top {
	width: 60px; /* 画像の幅を調整 */
	height: 60px; /* 高さは自動調整（アスペクト比を保持） */
	bottom: 20px;
	right: 10px;
	border-radius: 4px;
	border:1px dotted #ccc;
    }
    #access iframe {
	width: 100%;
    }
    #_blog,
    #_recruit{
	padding:10px;
    }
    .container{
	padding:40px 0;
    }
    .maruc{
	font-size:14px;
    }
    #aboutyaimaru .pad-20 .floatl30.align-r{
	text-align:center;
    }
    .overflow_hidden{
	width: 100%;  /* または他のサイズ */
	padding-top: 100%; /* 幅と同じパーセンテージのパディングを上に設定 */
	position: relative; /* 子要素の絶対位置指定の基準になる */
	overflow: hidden;
    }
    .overflow_hidden img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	/* 基本のスタイル */
	transform-origin: center; /* 拡大の基点を中央に設定 */
	transition: transform 0.3s ease-in-out; /* トランジション効果 */
    }
    .pad-m20{
	padding:20px;
    }    
    .rot5p {
	transform: rotate(0deg);
    }
    .rot5m {
	transform: rotate(0deg);
    }
    .rot3p {
	transform: rotate(0deg);
    }
    .rot3m {
	transform: rotate(0deg);
    }
    .rot1p {
	transform: rotate(0deg);
    }
    .rot1m {
	transform: rotate(0deg);
    }
    #aboutus .mark,
    #coursemenu .mark{
	line-height:46px;
    }
    .pad-20.sp{
	padding:0px;
    }
    .pad-20.sptxt{
	padding:10px !important;
    }
    #blog .box {
	width: calc(100% / 2 - 10px);
    }
}
