@charset "UTF-8";
/*--------------------
common
 --------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@100;200;300;600;700&display=swap');


/* @media */
@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 767px) {  
}

/* ------------------------------------------
color
------------------------------------------ */

:root {
  --bs-wt: #fff;
  --bs-ochre: #a18045;
  --bs-ochre-2:rgba(168,128,69,0.3);
  --bk-ochre: #ecd1a1;
  --bs-gray: #999;

  --bs-red: rgba(170, 5, 5, 0.733);
  --bk-orange:rgba(255, 165, 0, 0.3);

  --bs-light_blue: #1dadec;
  --bs-light_blue-2: rgba(29, 173, 236, 0.5);
  --bs-blue: #14678c;
  /* --bs-◆:rgba(000, 000, 000, 0.3); */
  /* --bs-◆:rgba(000, 000, 000, 0.3); */
  /* --bs-◆:rgba(000, 000, 000, 0.3); */
}

.txt-b{
  font-weight: bold;
}
/*--------------------
h1
 --------------------*/
@media screen and (max-width: 767px) {
  #subpage .mv_txt h1 {
  line-height: 3.5rem;
  }
}
/*--------------------
料金など
 --------------------*/
#special{
  padding-bottom: 100px;
}
.top_menu_wrap-2{
  padding: 0 20px;
}
#menu .top_menu_wrap-2 .menu_li {
    width: calc(100% / 3 - 45px);
    margin-bottom: 40px;
}

#menu .menu_wrap .top_menu_wrap-2 h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0;
    border-bottom: 1px dotted var(--bs-ochre);
}

.top_menu_wrap-2 .txt {
    margin: 5px 0;
    width: 98%;
}
@media screen and (max-width: 767px) {
  #menu .top_menu_wrap-2 .menu_li {
    width: 100%;
    margin-bottom: 40px;
  }
}
/*--------------------
ご利用までの流れ
 --------------------*/
 h3.flow_h3{
  text-align: center;
 }

 .flow_txt_s{
  font-size: 1rem;
 }

 @media screen and (max-width: 767px) {
   
}



.sun_flow_wrap{
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

ul.sun_flow{
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 10px 30px;
}

.sun_flow li{
  padding: 5px;
  margin: 0 0 50px;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,0.7);
  position: relative;
  border-radius: 10px;
}

.sun_flow li::after{
  content: "▼";
		position: absolute;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 4px;
		height: 3px;
		top: 50px;
		right: 50%;
		margin-top: -2px;
		/* color: var(--bs-ochre); */
    color: var(--bs-blue);
}
.sun_flow li:last-child::after{
  display: none;
}
@media screen and (max-width: 767px) {
  .sun_flow_wrap{
  width: 100%;
  padding: 0 0px;
  margin: 0 auto;
  }
  ul.sun_flow{
  padding: 10px 0px;
  }
  .sun_flow li{
  padding: 5px;
  margin: 0 0 50px;
  font-size: 0.9rem;
  background-color: rgba(255,255,255,0.7);
  position: relative;
  border-radius: 10px;
  }
}

/*--------------------
挨拶 部分
 --------------------*/
.greetings{
  display: flex;
  justify-content: space-around;
  margin: 30px 0 100px;
  /* margin: 30px 0 30px; */
  /* background: var(--bs-ochre-2); */
  background: var(--bs-light_blue-2) ;
  padding: 20px 20px;
  gap: 20px;
  border-radius: 10px;
  color: var(--bs-blue);
}

.greetings-img{
  width: 30%;
  background: url(../img/img_sun_01.jpg) no-repeat bottom center/cover;
  margin: 0 0px 0 0;
}

span.name{
  display: block;
  text-align: right;
  padding: 0 10px 0 0 ;
}

@media screen and (max-width: 767px) {
  .greetings{
  display: block;
  padding: 15px 15px;
  border-radius: 10px;
  }

  .greetings-img{
  width: 100%;
  height: 200px;
  background: url(../img/img_sun_01.jpg) no-repeat top center/cover;
  margin: 0 0px 10px 0;
  }
  span.name{
  /* display: block;
  text-align: right; */
  padding: 0 0px 0 0 ;
  }
}


/*--------------------
理念と活動 部分
 --------------------*/
 .philosophy{
  margin: 30px auto 50px;
  padding: 20px 5px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  width: 85%;
  filter: drop-shadow(2px 4px 6px gray);
 }
 .flow_h3{
  font-size: 2rem;
  font-weight: bold;
  margin: 0px auto 30px;
  padding: 20px 0 10px;
  background-color: var(--bs-light_blue);
  border-radius: 50px;
  width: 70%;
  color: var(--bs-wt);
 }
 .flow_h3_s{
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  transform: translateX(-10px);
  margin: 0px 0 0 ;
  /* border-top: 1px dotted var(--bs-gray) ;
  padding: 5px 0 0 ; */
 }
 .philosophy-list{
  display: block;
  width: 78%;
  margin: 0 auto;
  font-size: 1.2rem;
  /* list-style-type: decimal; */
 }
 .philosophy-list li{
  margin-bottom: 15px;
 }
 .philosophy-list li span{
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: var(--bs-blue);
  color: var(--bs-wt);
  border-radius: 50%;
  margin: 0 10px 0 0;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 0 0 9px;
 }
@media screen and (max-width: 767px) {
  .philosophy{
  margin: 30px auto 50px;
  padding: 20px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  width: 100%;
  }
  .flow_h3{
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0px auto 30px;
  padding: 20px 0 10px 5px;
  border-radius: 30px;
  width: 100%;
  }
 .philosophy-list{
  width: 100%;
 }
 /* map */
 .gmap iframe{
  width: 80vw;
 }
}
/* address */
@media screen and (max-width: 767px){
 .d_center dt{
  width: 30%;
  } 
  .d_center dd{
   width: 70%;
  }
}

/* photo */
.address-area{
  display: block;
}
.sun_img-area{
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  margin: 10px 0 30px;
}
.sun_img-area img{
  max-height: 200px;
  width: auto;
  border-radius: 20px;
}
.sun_img-area p.img-txt{
  width: 100%;
  font-size: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sun_img-area{
  gap: 10px;
  }

  .sun_img-area img{
  max-height: 145px;
  width: auto;
  border-radius: 15px;
  }
  .sun_img-area .img_left-side{
    width: 48%;
  text-align: center;
  }
  .sun_img-area p.img-txt{
  font-size: 0.7rem;
  line-height: 1.3;
  margin: 5px 0 0;
  }
}

/* mv */
#menu .mv_image-sun {
  background:url("../img/mv_sun_img.jpg") no-repeat top center; background-size:contain;
  background-color: var(--bs-wt);
  /* 202607 add 　高さに対して70％の大きさで表示 */
  background-size: auto 70%;
  /* 202607 add end */
}
.pc_sun{
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #menu .mv_image-sun {
    background:url("../img/mv_sun_img_sp.jpg") no-repeat calc(50% + 20px) top; 
    background-size:110%;
    background-color: var(--bs-wt);
  }
  #subpage .mv-container {
    height: 106vw;
    max-height: 490px;
  }
  #subpage .mv_txt {
    height: 106vw;
    max-height: 490px;
  }
  #subpage .title_wrap {
    transform: translateY(25px);
  }
  /* 20260623 add */
  #subpage .title_wrap-2 {
    transform: translateY(60px);
  }
  /* 20260623 add end */
  #subpage .mv_txt h1 {
  font-size: 36px;
  line-height: 3rem;
  }
  .pc_sun{
  display: none;
  }
}
/* 202607 add */
#subpage .mv_txt-sun {
  width: 100%;
  height: 400px;
  display: flex;
  align-items:center;
  justify-content: center;
  transform: translateY(95px);
}
@media screen and (max-width: 767px) {
  #subpage .mv_txt-sun {
  transform: translateY(0px);
  }
  #subpage .mv_txt {
    height: 370px;
  }
}
/* 202607 add end */
/* 202608 add */
.btn_sun_01 a{
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  background-color: var(--bs-light_blue-2);
  color: var(--bs-blue);
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px 10px 10px;
  width: 400px;
  margin: 15px auto 50px;
  transition: 0.5s;
}
.btn_sun_01 a span{
  position: relative;
}
.btn_sun_01 a span::after{
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid var(--bs-blue);
  top: 6px;
  right: -20px;
  transition: 0.5s;
}

.btn_sun_01 a:hover {
   /* background:rgba(29,173,236,0.3); */
   opacity: 1;
   color: var(--bs-wt);
   filter: drop-shadow(2px 2px 2px #999);
 }
 .btn_sun_01 a:hover span::after {
  border-left-color: var(--bs-wt);
}
@media screen and (max-width: 767px) {
  .btn_sun_01 a{
    margin: 0 auto;
  }
  .btn_sun_01 a{
  width: 85%;
  }
}
/* 202608 add end */

