body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #f4f4f4;
}

body img {
    width: 100%;
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

#container {
}

.st_wrapper a { text-decoration: none;}

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 0 0;
	letter-spacing: 0.045em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.wrap_content {
	width: 100%;
	max-width: 800px;
	padding: 0 0 5% 0;
	margin: 0 auto 0;	
	text-align: center;
	background-color: #f4f4f4;
}

.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper p{
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
    margin: 0 2%;
}

.Top {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0%;
    border-radius: 0;
animation-name:fadeInAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Lead {
	text-align: center;
	font-size: 18px;
	line-height: 1.8em;
    margin: 5% auto 2%;
	color: #000;
    font-family: 'Noto Sans JP', sans-serif;
}

.Lead_l {
	font-size: 25px;
	line-height: 1.4em;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	margin: 2% 0 1.5%;
}



        .custom-button {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 92%;
            max-width: 500px;
			padding: 1.3em 1.25em 1.3em 1.4em;
			margin: 2.2% auto;
            background-color: #ffffff;
            border: 2px solid #cccccc;
            border-radius: 50px; /* 十分に大きな値で角を丸める */
            text-decoration: none;
            color: #212121;
            transition: background-color 0.3s ease, box-shadow 0.3s ease;
			box-sizing: border-box;
        }

        .custom-button:hover {
            background-color: #f9f9f9;
        }

        .button-text {
            font-size: 1.3em;
            font-weight: 700;
            line-height: 1.5;
        }

        .button-text .number {
            font-weight: 700;
            margin-right: 1.3em;
        }

        .arrow-circle {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            width: 2em; /* フォントサイズに連動 */
            height: 2em; /* フォントサイズに連動 */
            border-radius: 50%;
            background-color: #cccccc;
        }

        .arrow-icon {
            width: 0.5em; /* フォントサイズに連動 */
            height: 0.5em; /* フォントサイズに連動 */
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(-45deg);
            margin-left: -0.1em; /* 視覚的な中央揃え */
        }

span.marker {
    background-color: #fff;
}

.menu_list {
	width: 90%;
    margin: 1% auto 8%;
}

.subtitle {
	position: relative;
    width: 100%;
	box-sizing: border-box;
    margin: 3% 0 0%;
	z-index: 10;
	text-align: center;
	line-height: 1.4;
	font-size: 26px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	color: #3c1e00;
}

.footer_sb {
    width: 70%;
    max-width: 450px;
    margin: 10% auto 10%;
}

.footer_sb img {
    padding: 0 0 7%;
	margin: 0 0 7%;
	width: 100%;
}

.float_box_sns{
	float: left;
	width: 23.3%;
	margin: 0 5%;
}

.float_box_sns img{
	width: 100%;
}

.w_60 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.w_60 img {
    width: 100%;
	border: solid #fff 0px;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.clear {
    clear: both;
}

.other_box {
	width: 100%;
	margin: 5% auto;
	padding: 8% 0 8%;
	border-radius: 20px;
	background-color: #fff;

}

.other_box img {
	width: 60%;
	margin: 0 auto;
}

.other_box p {
	margin: 5% auto 1%;
	text-align: center;
}

.staff_styling {
	width: 80%;
	margin: 2% auto 2%;
	padding: 0;
}

.sb_img {
	float: left;
	width: 31.333%;
	margin: 1%;
}

.sb_img img {
	width: 100%;
}


/*back to top*/
.gotop{
  position: fixed;
  right: 5px;
  bottom: 5px;;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  color: #000;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
	background-color: #fff;
	border-radius: 35px;
	padding: 1%  1.4%;
	border: solid 1px #000;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}



@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper p {
		font-size: 13px;
	}
	
	.st_wrapper h1 {
		font-size: 16px;
	}

.wrap_content {
	width: 100%;
	max-width: 1000px;
	padding: 0 0 6% 0;
	margin: 0 auto;	
	text-align: center;
}
    
.Lead {
		font-size: 13px;
    margin: 5% auto 2%;
	font-weight: 500;
	}
	
.Lead_l {
	font-size: 23px;
	line-height: 1.35em;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	margin: 2% 0 1.7%;
}

	
.custom-button {
    width: 86%;
    max-width: 500px;
    padding: 1.3em 1.25em 1.3em 1.4em;
    margin: 2.8% auto;
}
	
.footer_sb {
    width: 80%;
    max-width: 600px;;
    margin: 12% auto 12%;
}
	
.sub_other {
	font-size: 22px;
}
	
.bnr_box {
	margin: 25% auto 1%;
	width: 96%;
}
	
.bnr_box2 {
	margin: -4% auto 5%;
	width: 96%;
}
	
.bnr_main {
	width: 100%;
	max-width: 600px;
	margin: 5% auto;
}

.bnr_s {
	width: 46%;
    margin: 2% 2% 6%;
	float: left;
	font-size: 85%;
}
	
.bnr_s a {
	font-size: 10px;
}
	
	.icon_check {
	position: absolute;
    width: 20%;
    right: 0;
	bottom: 0;
	z-index: 15;
}
	
	
.btn-1 {
	width: 80%;
	margin: 5% auto 1%;
    padding: 4% 3% 4.2% 1%;
	font-size: 13.5px;
}
	
.btn-1 span {
	font-size: 120%;;
}
	
a.btn-1:before {
	top: 25%;
}
a.btn-1:hover:before {
	top: 25%;       /*マウスオーバーで三角をずらす */ 
}
	
.btn-2 {
	margin: 3% 2% 1%;
    padding: 2% 0 7.5%;
	font-size: 17px;
}
	
a.btn-2:before {
	bottom: 5%;
	right: 45%;
}
a.btn-2:hover:before {
	bottom: 5%;        /*マウスオーバーで三角をずらす */ 
}
	
.btn-3 {
	margin: 3% 2% 1%;
    padding: 2% 0 6.5%;
	font-size: 14px;
	line-height: 1.2em;
}
	
a.btn-3:before {
	bottom: 2%;
	right: 45%;
}
a.btn-3:hover:before {
	bottom: 2%;        /*マウスオーバーで三角をずらす */ 
}
    
.pc {
		display: none;
}
	
.sp {
		display: block;
}
	
.w_60 {
    width: 90%;
    max-width: 900px;
    margin: 5% auto;
}
	
.other_box {
	width: 92%;
	margin: 5% auto;
	padding: 8% 0 10%;
	border-radius: 20px;
}
	
.other_box img {
	width: 90%;
}
	
.other_box p {
	margin: 5% auto 3%;
	text-align: center;
}
	
.staff_styling {
	width: 90%;
	margin: 2% auto 5%;
}
    
.gotop {
		font-size: 20px;
	padding: 0.8% 2.3%;
		  right: 1px;
}	
}