@charset "UTF-8";
/*----------------------------
* setting
*----------------------------*/
html { font-size: 62.5%; }
body{
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: 500;
  color:#242424;
  font-size: 1.6rem;
}

@media screen and (max-width:767px) {
  .pc-only{ display: none !important;}
  .sp-only{ display: block !important;}
}
@media screen and (min-width:768px) {
  .pc-only{ display: block !important;}
  .sp-only{ display: none !important;}
}


.gutters{
  max-width: 1100px;
  width:100%;
  margin: 0 auto;
}

.CtWrap{
  
  
}
.Data{
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  left:10.4166vw;
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
}
.gutters{
    background-color: #fff;
    padding: 3% 0;
    position: relative;
    }
  .BoxLogo{
    text-align: center;
  }
  .Cafe{
    font-family: "Jost", sans-serif;
    text-align: center;
    font-size: 6rem;
    font-weight: 200;
    color: #a0725a;
    margin-top: -25px;
    
  }
.TtlTxt{
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
}
.Read{
  max-width: 800px;
  font-size: 1.6rem;
  margin: 20px auto 50px;
  color: #4a352a;
}

.TtlImg img{
  margin: 20px auto;
}
.ProfBox{
  display: flex;
  justify-content: center;
  gap:40px;color: #4a352a;
}
.ProfBox .Img{
  width: 20%;
}
.ProfBox .Img img{
  width: 100%;
}
@media screen and (max-width:820px) {
  .Data{
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  left:10.4166vw;
  top: -2.6041vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
  .gutters{
    width: 96%;
    padding: 10% 0;
    }
 
  .BoxLogo img{
    max-width: 180px;
  }
  .Cafe{
    font-size: 2.4rem;   
    margin-top: 0px;
  }
.TtlTxt{
  text-align: center;
  font-size: 1.8rem;
}
.Read{
padding: 0 25px;
  font-size: 1.4rem;
}
.TtlImg img{
  width: 100%;
}
.ProfBox{
  display: block;
 
}
.ProfBox .Img{
  width: 66%;
  margin: 0 auto;
}
.ProfBox .Img img{
  width: 100%;
}
.ProfBox .Txt{
  width: 90%;
  margin: 20px auto 0;
}
}


.TimeSchedule{padding: 0;}
.TimeSchedule .gutters{
  background: none;
  
}
.TimeSchedule .TimeTable{

  margin: 40px auto;
}
.TimeSchedule .TimeTable .spanData{
  width: 60px;display: inline-block;
}
.TimeSchedule .TimeTable .scall{
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 10px;
}
.TimeSchedule .TimeTable div{
  padding: 7px 40px;
}
 @media screen and (max-width:768px) {
  .TimeSchedule .TimeTable .spanData{
  width: 30px;
}
  .TimeSchedule{padding: 0;}
  .TimeSchedule .TimeTable div{
    padding: 7px 10px;
  }
  .TimeSchedule .TimeTable .scall{
  font-size: 1.2rem;
  padding-left: 0px;
  display: block;
}
 }
.TimeSchedule .TimeTable .Box .time{
  display: inline-block;
  color: #4a352a;
}
.TimeSchedule .TimeTable .Box .time{
  display: inline-block;
  font-size: 2rem;
}
 @media screen and (max-width:768px) {
  .TimeSchedule .TimeTable .Box .time{
  display: inline-block;
  font-size: 1.3rem;
}
 }
.TimeSchedule .TimeTable .Box .time span.maru{
  display: inline-block;
  margin: 0 20px 0 40px;
  color: #4a352a;
}
 @media screen and (max-width:768px) {
  .TimeSchedule .TimeTable .Box .time span.maru{
    margin: 0 20px 0 20px;
  }
 }
.TimeSchedule .TimeTable .Box .time span{
  color: #333;
}
.TimeSchedule .TimeTable div.Box:nth-child(odd){
  background-color: #fff;
}
.TimeSchedule .TimeTable div.Box:nth-child(even){
  background-color:#eceff4;
}



@media screen and (max-width:820px) {
  body{
    font-size: 1.4rem;
  }
}
section{
  padding:5% 0;
}
@media screen and (max-width:820px) {
  section{
    padding:12% 0;
  }
}
.tel-number a {
  color:#111;
  text-decoration:none;
}

.text-right{text-align: right;}
.text-small{font-size:100% !important;}
.text-large{font-size: 140%;}
.text-xlarge{font-size: 180%;}
.underline{border-bottom: 	double;}

a {
  color: #4cb3e8;
  text-decoration: underline;
}
a img.bnr:hover{
  opacity:.6;
  transition: .5s;
}
p.more {
    display: block;
    overflow: hidden;
    margin: auto;
}
p.more.pd {
    padding: 10px 20px;
}
.more a {
    display: block;
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
    background-image: url(../images/a_btn_arr.png);
    background-position: right 5% center;
    background-repeat: no-repeat;
    padding: .7em 0.5em .8em;
    margin: 0 auto 1px;
    max-width: 440px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    border-radius:5px;
    font-size: 1.2rem;
}
.more a:hover{
    border: 1px solid #333;
    background-color: #333;
    background-image: url(../images/a_btn_arr.png);
    background-position: right 3% center;
    background-repeat: no-repeat;
    transition: .3s;
}
@media screen and (max-width:820px) {
  .more a {
      font-size: 12px;
  }
}

.FixedBNR{
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 100000;
}
.FixedBNR a {
  transition: opacity 0.5s ease;
}
.FixedBNR a:hover{
  opacity:.4;
}

@media screen and (max-width:820px) {
  .FixedBNR img{
    max-width: 80px;
  }
}

.text-center{text-align: center !important;}
.text-center img{
  display: block;
  margin: 0 auto;
}
.text-left{text-align: left !important;}
.text-right{text-align: right !important;}
.blBtn{
  text-align: right;
  margin-top: 30px;
}
.blBtn a{
  text-decoration: underline;
}
.youtube.portrait {
    aspect-ratio: 9 / 16;
    max-width: 340px;
    margin: 40px auto 0;
}

.youtube {
  text-align: center;
  margin: 20px auto 0;
}
.youtube iframe {
  
  aspect-ratio: 16/9;
  width: 80%;
  height: 100%;

  margin: 3% auto 0;
  background-color: #fff;
}

.youtube.portrait iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 90% !important;
  height: 90% !important;
  left: 0;
  margin: 5% auto 0;
}

h2{
  font-size: 2rem;
   letter-spacing: 2px;
   text-align: center;
   display: block;
   margin: 0 auto;
   font-weight: 600;
  color: #111;
   span{
     font-family: "Jost", sans-serif;
      font-size: 7rem;
      font-weight: 400;
      display: block;
      line-height: 1;
       color: #b8b8b8;
       text-shadow: 0 0 15px #ffffff;
   }

}
h2::before{
  content:noe;
}

@media screen and (max-width:820px) {
  h2{
    font-size: 1.4rem;
    span{
      font-size: 2.4rem;
    }
  }
}

h3 {
  display: flex;
  align-items: center;
  gap: 0; /* spanと線の間隔 */
}

h3 span {
  background-color: #ddd;
  font-weight: 500;
  border-radius: 25px;
  padding: 1px 18px 2px;
  color: #234b9d;
  font-size: 2.2rem;
  min-width: 150px;
  text-align: center;
}

h3::after {
  display: block;       /* 追加 */
   width:180px;  /* 任意の幅 */
  content: "";
  flex-grow: 1; /* 残りの幅いっぱいに伸びる */
  height: 1px;
  background-color: #234b9d;
}

@media screen and (max-width:820px) {
  h3 span {
    font-size: 1.6rem;
  }
}

/*color *************************************************/
.white{color:#fff !important;}
.black{color:#111 !important;}
.pink{color:#f14889 !important;}
.yellow{color:#d09a00 !important;}
.green{color:#4ea544 !important;}
.blue{color:#00a0ea !important;}
.red{color:#de3427 !important;}

/*Header *************************************************/
.Header{
  max-width: 100%;
  width: 100%;
  border-bottom: solid 5px #e60100;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.Header .Ct{
  max-width: 1200px;
  width: 100%;
  display: flex;
  height: 75px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 10px;

}

/*main *************************************************/

main{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5%;
background: #D9DADC;
background: linear-gradient(180deg, rgba(217, 218, 220, 1) 0%, rgba(207, 207, 207, 1) 100%);
padding-bottom: 0;
}
  @media screen and (max-width:1024px) {
    main{}
  }

section .contain{
  max-width: 1100px;
  margin:0 auto;
}

.Kv{
  text-align: center;
  background-image: url(../images/header_bg.png);
  background-size:cover;
  background-repeat: no-repeat;

}
.Kv img{
  max-width: 1252px;
  width:100%;
  margin: 0 auto;
  display: block;
  
}


/*footer *************************************************/

footer{
  max-width: 100%;
  width: 100%;
  background-color: #CFCFCF;
  padding: 30px 0;
}
footer .contain{
  max-width: 1100px;
  margin:  0 auto;
  text-align: center;
  font-size: 1.2rem;
}
footer img{
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width:820px) {
  footer{
  padding-top: 0px;
  }
}

/*pagetop *************************************************/

#pageTop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 15000;
}
@media screen and (max-width:820px) {
  #pageTop {
    bottom: 110px;
  }
}

#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px 0 0 0px;
  border-radius: 30px;
  width: 52px;
  height: 52px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.imgRight{
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .imgRight{
    margin-top: 0;
  }
}


.mgt0{margin-top: 0 !important;}
.mgt20{margin-top: 20px !important;}
.mgt40{margin-top: 40px !important;}
.mgt60{margin-top: 60px !important;}
.mgt80{margin-top: 80px !important;}



.FixedBnr{
  position: fixed;
  right: 15px;
  top: 260px;
  z-index: 10000;
}
@media screen and (max-width:820px) {
  .FixedBnr{
    display: none;
  }

}




.FixedBnrSP{
  position: fixed;
  right: 0;
  left: 0;
  bottom:0;
  margin: 0 auto;
  text-align: center;
  z-index: 10000;
}
.FixedBnrSP a{
  display: inline-block;
}
.FixedBnrSP a img{
  width: 100%;
}

@media screen and (min-width:769px) {
  .FixedBnrSP{
    display: none;
  }
}
