/**********************
* slider追加レスポンシブ
**********************/

.slider {
	margin-top: 2em;
	padding: 0 1.4%;
	position: relative;
}

.bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	left: 0 !important;
	border: none !important;
}

#slider div {
	width: 100% !important;
}

/**********************
* slider追加レスポンシブ
**********************/
.aboutAS{
  background-image: url("https://img06.shop-pro.jp/PA01111/130/etc_base64/Q0lNRzAyNjU.JPG?cmsp_timestamp=20240822093507");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*rowの高さ揃え*/
.r-eq-height{
  display:flex;
  flex-wrap:wrap;
}
/*rowの高さ揃え*/

/*親子ボックス*/
.oyakorow{
  display:flex;
  flex-wrap:wrap;
}
/*親子ボックス*/

.top-mob{
	margin:0 auto;
	padding-top:10%;
	background-image: url("https://img06.shop-pro.jp/PA01111/130/etc_base64/bW9iLXRvcDE.jpg?cmsp_timestamp=20240811145021");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	height: 60vh;
}

.tate{
	 -ms-writing-mode: tb-rl;
	 writing-mode: vertical-rl;
}

.top-mobH1{
	font-size:26px;
	font-family: "Hiragino Mincho ProN", "se";
	color:green;
	font-weight:500;
	letter-spacing:0.2em;
	text-decoration: none;
	border-right: 3px double;
	padding-right: 3px;
}

.top-mob-sub{
	display:block;
	font-size:10px;
}

.top-mob p{
	color:white;
	font-size:14px;
}

.bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	left: 0 !important;
	border: none !important;
}

#slider div {
	width: 100% !important;
	height:auto
}

.titleA {
    width: 100%;
    overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	color: white;
}

.titleA p{
	font-size: 14px;
}

.header-image img {
    width: 100%;
    height: auto;
}

.contentA {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.contentA .column {
   width:44%;
   margin: 10px;
   padding: 10px;
   background-color: #ffffff;
   min-width: 200px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
}

.contentA .column p{
	margin:0 25px 20px 25px;
	color: grey;
}

.column:hover{
	opacity: 70%;
	transition: 0.5s;
}


.highlight-green{
	background-color: yellowgreen;
}

.highlight-tan{
	background-color:#e9c100;
}
.hightlight-bage{
	background-color: beige;
}

/*２カラム*/

.col2 {
     width: 50%;
     height: 300px;
     float: left;
     box-sizing: border-box;
 }


.h2A {
  font-size:24px;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.h2A:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border-radius: 2px;
}

.h2A2 {
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    color: black;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.h2A2:before,
.h2A2:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.h2A2:before {
    border: 11px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -11px;
}

.h2A2:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}

/********courseここから********/
.course{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight:bold;
  text-align: center;
}

.course::before,
.course::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #fff;
}

.course::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}

.course::after {
  margin-left: 30px;
  transform: rotate(35deg)
}

.course2{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight:bold;
  text-align: center;
}

.course2::before,
.course2::after {
  content: '';
  width: 1px;
  height: 40px;
  background-color: #5e5e5e;
}

.course2::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}

.course2::after {
  margin-left: 30px;
  transform: rotate(35deg)
}

/********courseここまで********/


.h3A{
	color: #727272;
	font-size: 18px;
	font-weight:600;
	top: 10px;
}

.t10{
	font-size: 10px;
	font-weight: 500;
}

.t12{
	font-size: 12px;
	font-weight: 500;
}

.t12-m{
	font-size: 12px;
	font-weight: 500;
	margin-left: 10px;
}


/*----------------------------
ヘッダー画像テキスト
----------------------------*/
   .m1-circle{
	width: 150px;
	height: 150px;
	line-height: 150px;
	background-color: yellowgreen;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	margin-top:-30px;
	margin-left:15px;;
	position:relative;
	opacity:0.8;
	z-index:1;
}

  .m1{
   font-size:16px;
   text-align:center;
   color: white;
   font-weight: 700;
    }


.overlink{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}




/*==================================================
icon
===================================*/


.icon-ha:before {
  	position: relative;
  	top: 8px;
  	margin: 0 10px 0 10px;
  	content: url("https://img06.shop-pro.jp/PA01111/130/etc_base64/aWNvbi1oYQ.png?cmsp_timestamp=20240711161700");
}


.icon-ne:before {
  	position: relative;
  	top: 8px;
	margin: 0 10px 0 10px;
	content: url("https://img06.shop-pro.jp/PA01111/130/etc_base64/aWNvbi1uZQ.png?cmsp_timestamp=20240711161700");
}


.icon-aojiru:before {
 	position: relative;
 	top: 8px;
 	margin: 0 10px 0 10px;
 	content: url("https://img06.shop-pro.jp/PA01111/130/etc_base64/aWNvbi1hb2ppcnU.png?cmsp_timestamp=20240711161700");
}

.icon-kijiru:before {
 	position: relative;
 	top: 8px;
 	 margin: 0 10px 0 10px;
 	content: url("https://img06.shop-pro.jp/PA01111/130/etc_base64/aWNvbi1raWppcnU.png?cmsp_timestamp=20240711161700");
}

.icon-tea:before {
 	position: relative;
 	top: 8px;
 	margin: 0 10px 0 10px;
 	content: url("https://img06.shop-pro.jp/PA01111/130/etc_base64/aWNvbi10ZWE.png?cmsp_timestamp=20240711161700");
}

.icon-kurorera:before {
 	position: relative;
 	top: 8px;
 	margin: 0 10px 0 10px;
 	content: url("https://img06.shop-pro.jp/PA01111/130/etc_base64/aWNvbi1rdXJvcmVyYQ.png?cmsp_timestamp=20240711161700");
}

.icon-kijiru:before {
 	position: relative;
 	top: 8px;
 	margin: 0 20px 0 20px;
 	content: url("https://img06.shop-pro.jp/PA01111/130/etc_base64/aWNvbi1raWppcnU.png?cmsp_timestamp=20240711161700");
}


.icon-royal:before {
 	position: relative;
 	top: 8px;
 	margin: 0 10px 0 10px;
 	content: url("https://img06.shop-pro.jp/PA01111/130/etc_base64/aWNvbi1yb3lhbA.png?cmsp_timestamp=20240711161700");
}

.icon-agarikusu:before {
 	position: relative;
 	top: 8px;
 	margin: 0 10px 0 10px;
 	content: url("https://img06.shop-pro.jp/PA01111/130/etc_base64/aWNvbi1hZ2FyaWt1c3U.png?cmsp_timestamp=20240711161700");
}

.icon-natto:before {
 	position: relative;
 	top: 8px;
 	margin: 0 10px 0 10px;
 	content: url("https://img06.shop-pro.jp/PA01111/130/etc_base64/aWNvbi1uYXR0bw.png?cmsp_timestamp=20240711161700");
}

.icon-gurukosamin:before {
 	position: relative;
 	top: 8px;
 	margin: 0 10px 0 10px;
 	content: url("https://img06.shop-pro.jp/PA01111/130/etc_base64/aWNvbi1ndXJ1a29zYW1pbg.png?cmsp_timestamp=20240820163840");
}


/*お問合せここから*/
.contact-green{
   background-color: yellowgreen;
	padding:10px;
	border-radius:10px;
	color:white;
	font-weight:500;
   font-size:18px;
   letter-spacing:0.1em;
   
	}
	.contact-red{
		border: 1px red solid; color:red; border-radius:5px;
	}
/*お問合せここまで*/



/*==================================================
topimg
===================================*/
.topimgPC{
	width:100%;
	display: block;
	margin-bottom: 0px;
   z-index:2;
 
}

.topimgMB{
 	width:100%;
 	display: block;
	margin-bottom: 50px;
}


/*==================================================
scroll_up
===================================*/
.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll_up.on {
	transform: translateY(0);
	opacity: 1;
}


/*==================================================
メディアクエリ設定
===================================*/
@media (max-width: 1036px) {
.contentA .column  {
        width: 100%;
    }
}

@media (max-width: 480px) {
  /* デバイスサイズ 480px以下に適用 */
  .top-lg{
    display:none;
  }
  
  .oyakobox{
    text-align:center;
  }
  .oyakoimg{
    width:70%;
}

  .r-eq-height{
  display:block;
  flex-wrap:wrap;
}
  
 .aboutAS{
   height:30vh;
  }

}

@media (min-width: 480px) {
  /* デバイスサイズ 480px以上に適用 */
  .top-mob{
    display:none;
  }
}

@media (max-width: 600px) {
    /* デバイスサイズ 600px以下に適用 */
  .t12-m{
	font-size: 10px;
   display:block;
   padding-left:45px;
	}
}