html{
  scroll-behavior: smooth;
}
body{
  margin: 0;
  padding: 0;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
a{
  text-decoration: none;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
header{
  top:0;
  position: fixed;
  width: 100%;
  background: white;
  z-index: 50;
}
.header{
  justify-content: space-between;
  display: flex;
}
.header_left,.header_right{
  display: flex;
}
.header-btn{
  margin: auto;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  background: white;
  border: 2px solid #E87400;
  color: #E87400;
  margin-top: 10px;
}
.header-btn:hover{
  opacity: 0.7;
}
.pc_header_tel{
  margin-top: 10px;
}
/*ハンバーガーここから*/
.menu-btn {
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #E87400;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
.openmenu{
  display: none;
  position: absolute;
  right: 60px;
  top:65px;
  width: 300px;
  background: #E87400;
  border-radius: 30px 0 30px 30px;
}
.openmenu a{
  color: white;
  padding: 10px;
  font-weight: bold;
}
.openmenu li{
  margin-left: 20px;
}
.openmenu li:hover{
  opacity: 0.7;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .openmenu {
    display: block;
}
/*ハンバーガーここまで*/


section{
  margin-top: 70px;
  position: relative;

}
.a_link{
  margin-top: -100px;
  position: absolute;
}
h1{
  font-size: 16px;
}
h2{
      font-family: inherit;
      font-size: 32px;
      margin-bottom: 0;
}
main p{
  color: #1e1f20;
}
.mainimg {
margin:70px auto 0;
width: 900px;

height: 300px;

}
.mainimg .bg_img1 {
width: 100%;
height: 300px;
object-fit: cover;
right:0%;
position: absolute;
z-index: -100;
}
.rosenzu13logo{
  width: 400px;
  padding-top: 20px;
}
.top_left{
  width: 50%;
}
.top_right{
  width: 50%;
}
.top_right img{
  width: 100%;
}
.top_cont{
  display: flex;
}
.mainimg p{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.mainimg p span{
  color: #cb4b86;
}
.contact_button{
background: #1889c9;
border-radius: 10px;
color: white;
font-weight: bold;
padding: 10px;
width: 70%;
text-align: center;
font-size: 22px;
}
.contact_button:hover{
  background: #61b8e9;
  transition: 0.3s;
}

.row{
  display: none;
}
main{
  max-width: 900px;
  margin: auto;
}
.line{
  width: 100%;
  height: 3px;
  background: #9DD6DD;
}
.sample_download{
  font-weight: bold;
  text-align: center;
  padding: 10px;
  width: 400px;
  background: #1889c9;
  color: white;
  margin: 50px auto;
  font-size: 20px;
  border-radius: 10px;
}
.sample_download:hover{
  background: #61b8e9;
  transition: 0.3s;
  color: white;
}
.contact{
  color: #1889c9;
  background: white;
  border: 2px solid #1889c9;
}
.contentslink{
  color: #E87400;
  font-weight: bold;
  text-decoration: underline;
}
.cont_flex{
  display: flex;
}
.cont_flex_left{
  width: 60%;
}
.cont_flex_right{
  width: 40%;
}
/*cont1*/
.point{
  margin-top: 40px;
}
.point h3{
  margin: 0;
  padding: 10px;
  background:  #cb4b86;
  display: inline;
  color: white;
  font-size: 16px;
}
.point p{
  margin: 0;
  margin-left: 10px;
  border: 2px solid #cb4b86;
  padding: 10px;
  max-width: 500px;
}
.cont1 .cont_img{
  position: relative;
  width: 90%;

}
.cont1 p span{
  font-weight: bold;
  font-size: 18px;
}
.rosenzu_img{
  width: 90%;
  display: block;
  margin: auto;
}
/*cont3*/
.cont3 .recommend{
  background: #E9D12F;
  padding: 10px;
}
.cont3 .inner{
  background: white;
  border-radius: 20px;
  overflow: hidden;
}
.cont3 .inner li{
  display:flex;
  align-items:center;
  margin: 20px 0 20px 15px;
  font-size: 18px;
}
.cont3 .inner img{
  width: 30px;
  margin-top: 0px;
  margin-right: 10px;
}
.cont3 .inner span{
  background:  #FFF6CF;
}
.cont3 h3{
  font-size: 24px;
  color: #cb4b86;
  margin-bottom: 0px;
}
.cont3 .cont_img{
  position: relative;
  width: 100%;
  margin-top: 40px;
}
/*cont2*/
.cont2 h3{
  font-size: 24px;
  color: #cb4b86;
  margin-bottom: 0px;
}
.cont2 .item{
  background:  #FFF6CF;
  padding:10px 20px;
  margin-top: 50px;
}
.cont2 .cont_img{
  position: relative;
  width: 80%;
  margin-top: 40px;
}


/*cont4*/
.cont4 img{
  width: 100%;
}
/*cont5*/
.media_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.media_contents{
  width: 30%;
}
.media_contents img{
  border: 1px solid gray;
  width: 100%;
}
/*cont6*/
.faq{
  margin-top: 50px;
}
.qanda_q,.qanda_a{
  font-weight: bold;
  font-size: 24px;
}
.qanda_q{
  color: #9DD6DD;
}
.qanda_a{
  color: #E9D12F;
}
.qanda{
  margin-top: 20px;
}
.qanda p{
  margin: 0;
}

/*footer*/

footer{
  margin-top: 100px;
  text-align: center;
  background: #E87400;
  color: white;
  padding: 30px;
}
footer a{
  color: white;
}
footer span{
  display: block;
}
#lp_pankuzu{
  font-size: 14px;
  margin: 0 0 20px 0;
}
#lp_info_data{
  margin: 0 0 20px 0;
}
#pagetop{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 2px solid #E87400;
  color: #E87400;
  font-weight: bold;
}
.sp{
    display: none;
}
.tablet{
  display: none;
}
.sp_header_tel{
    display: none;
}
@media ( max-width : 920px ){
h2{
  font-size: 24px;
}
  .mainimg {
    width: 95%;
    margin: 100px auto 0;
    height: auto;
}
.rosenzu13logo{
  width: 100%;
}
  .header_left{
    display: block;
    margin-left: 10px;
  }

  .pc_header_tel,.mitumori{
    display: none;
  }
  .sp_header_tel{
      display: block;


  }
    .sp_header_tel img{
      display: block;
      margin: auto;
        padding-top: 10px;
    }

  main {
    width: 95%;
  }
  .mainimg p{
    font-size: 20px;
  }
  .tablet{
    display: block;
  }
  .pc{
    display: none;
  }
  /*cont2*/

.cont2 .cont_img{
margin-top: 40px;
  width: 100%;

}
.cont3 .cont_img {
margin-top: 40px;
}
}

@media ( max-width : 768px ) {
  .cont_flex{
    display: block;
  }
  .cont_flex_left{
    width: 100%;
  }
  .cont_flex_right{
    width: 100%;
  }
  .top_cont{
    display: block;
  }
  main{
    width: 95%;
    margin: auto;
  }
  .top_left{
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .contact_button{
    margin: auto;
  }
  .top_right{
    display: none;
  }
  .mainimg p{
    font-size: 18px;
  }
  .rosenzu13logo{
    width: 90%;
    margin: auto;
  }
  .openmenu{
    right: 10px;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .tablet{
    display: none;
  }
  #header_title{
    width: 100%;
  }

  .logo{
    width: 120px;
    object-fit: cover;
  }
  h1{
    font-size: 14px;
    margin-top: -10px;
  }

.sample_download{
  width: 90%;
}

main{
  width: 90%;
}

.catch_icon_inner{
  width: 100%;
  padding: 0;

}
.catch_icon1,.catch_icon2,.catch_icon3{
padding: 2px;
}
.catch_icon_inner img{
  width: 100%;
}
.catch_icon_inner p{
  font-size: 10px;
}
.catch_icon_inner span {
    font-size: 10px;
}
section {
    margin-top: 10%;
}
/*cont1*/
.cont1 .cont_img {
display: none;
}
.rosenzu_img{
  margin-top: 20px;
}
/*cont2*/

.cont2 h3 {
  font-size: 20px;
}
.cont3 h3 {
  font-size: 20px;
}

/*cont5*/
.media_wrapper{

}
.media_contents{
  width: 45%;
}

footer {
    padding: 10px;
    padding-bottom: 80px;
}
}
