@charset "UTF-8";

/* 共通部分
------------------------------- */
html{
  font-size: 100%;
}

body{
  font-family: 'Sawarabi Mincho', sans-serif;
}

a{
  text-decoration: none;
}

img{
  max-width: 100%;
}

/* 画像もドラッグ操作禁止 */
.img-none {
 -webkit-user-drag: none;
  pointer-events: none;
}

#cursor{
  cursor:none;
  cursor: url(images/Mousecursor.png)24 10, auto;
}

/* header
--------------------------------- */
body{
  margin: 0;
  padding: 0;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 100px;
  background: rgb(255, 255, 255);
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid rgba(38, 57, 189, 0.4);
  z-index: 2;
}

.logo{
  padding: 10px 20px;
  margin: 3px auto;
  width: 170px;
  float: left;
}

header nav{
  float: right;
}

header nav .h_ul{
   margin: 0;
   padding: 0;
   display: flex;
}

header nav .h_ul .h_li{
  list-style: none;
  position: relative;
}

header nav .h_ul .h_li.sub-menu:before{
  font-family: fontAwesome;
  content: '\f0d7';
  position: absolute;
  line-height: 76px;
  color: rgb(0, 0, 0);
  right: 6px;
}

header nav .h_ul .h_li.active.sub-menu:before{
  content:'\f0d8';
}

header nav .h_ul .h_li .h_ul_2{
  margin: 0 auto;
  position: absolute;
  left:0;
  background-color:rgb(230, 230, 230);
  display: none;
}

header nav .h_ul .h_li.active .h_ul_2{
  display:block;
}

header nav .h_ul .h_li .h_ul_2 .h_li_2{
  display: block;
  width:200px;
  border-top: 2px solid rgba(38, 57, 189, 0.3);
}

header nav .h_ul .h_li .h_a{
  height: 50px;
  line-height: 50px;
  padding: 10px 20px;
  margin: 3px auto;
  color:rgb(0, 0, 0);
  text-decoration: none;
  display: block;
  transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
}

header nav .h_ul .h_li .h_a:hover,
header nav .h_ul .h_li .h_a.active{
  color: rgb(255, 255, 255);
  background:rgb(70, 70, 70);
}

.menu-toggle{
  color: rgb(63, 94, 164);
  float: right;
  font-size: 45px;
  margin-top: 10px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  cursor: url(images/Mousecursor.png)24 10, auto;
}

.menu-toggle:hover {
  background: rgb(255, 255, 255);
  color: rgb(70, 70, 70);
  transform: scale(1.2);
  transition: .2s cubic-bezier(0.5, 1, 0.89, 1);
}

/* MAIN
--------------------------------- */

main{
  text-align: center;
  padding:0 20px;
}

.message{
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 7px 0;
  margin: 60px auto;
}

.title{
  font-size: 19px;
  width: 25rem;
  margin: 1em auto;
  padding:1em;
  position: relative;
  z-index: -1;
}

.align_center{
  text-align: center;
}

.border{
  border-style:solid;
  border-color: rgba(10, 10,	10 ,0.6);
  border-width: 1px;
  max-width: 2rem;
  display: flex;
  margin: 40px auto;
}

.ear_ring{
  width: 50px;
  height: auto;
}

.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

.short_border{
  border-style: dashed;
  border-width: 1px;
  max-width: 10%;
  display: flex;
  margin: 40px auto;
}

.margin_cut{
  margin-bottom: 0;
}

/* main_title
-------------------------------- */

.page_top{
    width: 100%;
    margin: 7rem auto;
  }

/* main_text
-------------------------------- */

h2{
  font-size: 1.5rem;
  margin-top: 1.5rem;
  line-height: 5rem;
}

/* h3-------------------- */

h3{
  margin-top: 1.3rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-align: left;
  display: inline-block;
}

.ex_p{
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}


dt{
  padding: 14px;
}

dd{
  margin: 30px auto;
}

.process_title{
  margin-bottom: 130px;
  font-size: 1.3rem;
  border-bottom-style: solid;
  border-width: 3px;
  border-color: rgba(63, 94, 164 ,0.6);
}

.process_li{
  padding: 15px 0;
  margin: 7rem 0;
  margin-top: 0.8rem;
}

.price_title{
  max-width: 230px;
  margin: 0 auto;
  border-bottom-style: solid;
  border-width: 3px;
  border-color: rgba(63, 94, 164 ,0.6);
}

.price_ul{
  border: solid 3px;
  border-color: rgba(63, 94, 164 ,0.6);
  list-style-position: inside;
  list-style-type: square;
  padding: 0 30px;
}

.price_li{
  text-indent: -19px;
  text-align: left;
  padding: 0.8rem 0;
}

.reserve_ul{
  border: solid 3px;
  border-color: rgba(63, 94, 164 ,0.6);
  list-style-position: inside;
  list-style-type: square;
  padding: 1rem 60px;
}

.reserve_li{
  text-indent: -19px;
  text-align: left;
  padding: 1rem ;
}

/* h4-------------------- */

h4{
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 7px 0;
  margin: 60px auto;
}

/* h5------------------- */

h5{
  font-size:1.1rem;
  line-height: 2rem;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
}

h5 li{
  margin: 0 20px;
}

.ul_link{
  list-style-position: inside;
  display: flex;
}

.li_link:before{
  font-family: FontAwesome;
  content: "\f0da";
}

.li_overview:before{
  font-family: FontAwesome;
  content: "\f054";
}

/* button----------------- */

a.btn_24 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: 60px 20px 0 20px;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 4px;
	border: 2px solid rgba(63, 94, 164 ,0.6);
	color: rgba(63, 94, 164 ,0.6);
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;
}
a.btn_24:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.05);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

a.btn_24:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: rgba(63, 94, 164 ,0.6);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

a.btn_24:hover {
 color: #ffffff;
 border: 2px solid rgba(63, 94, 164 ,0.6);
}

a.btn_24:hover:before {
 top: -35%;
 background-color: rgba(63, 94, 164 ,0.6);
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

a.btn_24:hover:after {
 top: -45%;
 background-color: rgba(63, 94, 164 ,0.6);
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}


/* FOOTER
--------------------------------- */

footer{
  text-align: center;
  padding: 30px 0;
  font-size: 90%;
}

/* header mobile
--------------------------------- */
@media (max-width:1000px) {

  header{
    padding: 0px 24px;
  }

  .menu-toggle{
    display: block;
  }

  header nav{
    /* display: none; */
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px);
    background:rgb(255, 255, 255);
    top: 78px;
    left: 0;
    transition: 0.5s;
  }

  header nav.active{
    left: 100%;
  }

  header nav .h_ul{
    display: block;
    text-align: center;
  }

  header nav .h_ul .h_li .h_a{
    margin: 0 auto;
    border-bottom: 2px solid rgba(38, 57, 189, 0.4);
  }

  header nav .h_ul .h_li.active .h_ul_2{
    position:relative;
    background-color:rgb(230, 230, 230);
  }
  header nav .h_ul .h_li .h_ul_2 .h_li_2{
    width:100%;
    border-top:none;
  }

  header nav .h_ul .h_li.sub-menu:before{
    padding: 0 100px;
  }
}

/* MOBILE
---------------------------------- */

@media (max-width:600px){

  .ear_ring{
    width: 40px;
    height: auto;
  }

  .title{
    font-size: 15px;
    width: 15rem;
  }

  .message{
    font-size: 90%;
  }

  h2{
    font-size: 1rem;
    line-height: 1rem;
  }

  h3{
    font-size: 1rem;
  }

  .price_title{
    font-size: 130%;
  }

  h4{
    font-size: 1rem;
  }

  h5{
    font-size: 1rem;
    padding: 0;
  }

  h5 li{
    margin: 50px 0;
  }

  .ul_link{
    display: block;
  }
}

@media (min-width:600px) {

  .br-sp{
    display:none;
   }
}

@media (max-width:540px) {
  iframe{
    width: 100%;
    height: 100%;
    aspect-ratio:16 / 9;
    border-radius: 20px;
  }

  h2{
    font-size: 95%;
  }

  h3{
    font-size: 80%;
  }

  h4{
    font-size: 75%;
  }

  h4 img{
    width:30%;
  }
  .reserve_ul{
    padding: 30px;
  }

}
