@font-face {
font-family: 'use-irohamaru';
  src: url('../font/irohamaru-Regular.ttf') format('opentype');
}
@font-face {
font-family: 'use-komorebi-gothic';
  src: url('../font/komorebi-gothic.ttf') format('opentype');
}

body{
  margin:0;
  padding:0;
  position: relative;
  width:100%;
  background-color:#f4f4f4;
  min-width:1099px;
  font-family: "use-irohamaru";
}
a{
	text-decoration:none;
}

/*-------ヘッダー-------*/

header{
  width:100%;
  height:70px;
  background-color:rgb(255,255,255,1);
  position:fixed;
  top:0;
  z-index: 1000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.header_name{
  margin:18px 0 0 10px;
}
.header_name a{
  text-decoration:none;
  color:#000;
}
.header_name .logo{
  display:inline-block;
  width:60px;
  height:50px;
  background-image:url("../images/logo.png");
  background-repeat:no-repeat;
  background-size:contain;
}
.header_name h1{
  position:absolute;
  top:8px;
  margin-left:10px;
  display:inline;
  font-family: 'use-komorebi-gothic';
  font-size: 23px;
  font-weight: normal;
  letter-spacing:-2px;
}


/*-------ナビメニュー-------*/

nav{
  position:absolute;
  top:8px;
  right:15px;
  float:right;
  display:flex;
}
nav ul {
  display: flex;
  justify-content:space-between;
}
nav ul li{
  list-style: none;
  margin-left:25px;
}
nav ul li a{
  display:block;
  text-decoration: none;
}
nav ul li.navi_menu{
  margin-right:20px;
}
nav ul li.navi_menu a{
  color:#555;
}
nav ul li.navi_menu a:hover{
  border-bottom:4px solid #5ca7d2;
}
.yoyaku_button a{
  display:inline-block;
  width:60px;
  height:60px;
  line-height:60px;
  text-align:center;
  color:#fff;
  background-color:#5ca7d2;
  border-radius:50%;
}
.yoyaku_button a:hover{
  opacity:0.5;
}


/*------レスポンシブ用バー-----*/
.nav-button {
  z-index: 1100;
  position:absolute;
  right:110px;
  top:20px;
	display: none;
  width: 22px;
  height: 30px;
}
  .nav-button ,
  .nav-button span {
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button2{
  width:36px;
  height:36px;
  /*background-color: #5ca7d2;*/
  margin-left:20px;
  }
  .nav-button span {
    display: inline-block;
    position: absolute;
    left: 23px;
    width: 100%;
    height: 3px;
    background-color: #000;

  }
  .nav-button span:nth-of-type(1) {
    top: 5px;
  }
  .nav-button span:nth-of-type(2) {
    top: 13px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 5px;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }


/*-------メイン-------*/
#main{
  position:relative;
  top:70px;
  width:100%;
}

/*-------トッペページへ戻る-------*/
.top_return{
  color:#555;
  font-size:14px;
  margin:10px;
}
.top_return a{
  color:#5ca7d2;
  text-decoration:none;
}


/*-------メイントップ-------*/
.main_v{
  height:0;
  padding-top:56.3%;
  background-image:url("../images/mainv.jpg");
  background-size:cover;
}


/*-------４スッテプ-------*/
#main_step {
  position:relative;
  margin-top:30px;
  text-align: center;
  background-color: #fff;
  padding:50px 50px 30px 50px;
}
#main_step .fukidashi{
  position:relative;
  width:280px;
  height:110px;
  margin:0 auto;
}
#main_step .fukidashi .image img{
}
#main_step .fukidashi .fukidashi_inner{
  font-size:20px;
  position:absolute;
  top:10px;
  left:20px;
}

#main_step .titlestep{
	font-size:35px;
  letter-spacing: 8px;
	color:#2a2d5b;
  line-height:1.4em;
	}
#main_step .titlestep .kasen{
	background: linear-gradient(transparent 70%, #c5e5fb 60%);
	font-weight:bold;
  color:#2a2d5b;
}
.junjos{
	width:100%;
	display:flex;
  margin-top:50px;
	}
.junjos .junjo {
  width:25%;
  margin: 0 auto;

}
.junjo .junjo_icon img{
 	width:100%;
  height:auto;
	}
.junjo .text_contents {
	font-size: 25px;
	color: #206795;
	margin-top:60px;
  letter-spacing: 2px;
}
.junjo .text_contents span {
	color: black;
	font-size:13px;
  letter-spacing: 0;
  display:block;
  line-height: 1.6em;
  padding-top:10px;
}
.arrow_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items:center; /* 縦方向中央揃え */
}
.arrow{
	position:relative;
	border-color: #adb9cc;
	border-style: solid;
	border-width: 20px;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	transform:rotate(90deg);
}

.welcome{
	margin:20px auto;
	width:30%;
	line-height: 40px;
  padding:7px 0;
	background-color:#cbf2f4;
	border-radius:50px;
}
.welcome_content{
	font-size:25px;
	color:#ff0062;
  font-weight:bold;
}
/*-------料金についてはこちら-------*/


#price{
  text-align:center;
  margin-top:50px;
}
#price a{
  background-color:#5ca7d2;
  border:2px solid #5ca7d2;
  color:#fff;
  font-size: 20px;
  text-decoration: none;
  padding:20px 70px;
  letter-spacing: 0.1em;
  border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  box-sizing: border-box;
    -webkit-transition: all .3s;
  transition: all .3s;
}
#price a:hover{
  color:#5ca7d2;
  background-color: #fff;
  border: 2px solid #5ca7d2;
}


/*-------８つのイイトコロ-------*/

#eight_point_wrap{
  margin-top:50px;
  vertical-align: middle;
  width:100%;
  height:700px;
  background-image: url("../images/shirt.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.eight_point{
  width:1000px;
  height:auto;
  margin:0 auto;
}
.eight_point .title{
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
  color:#fff;
  text-align:center;
  font-size:40px;
  float:left;
  margin-top:280px;
}
.eight_point .srcbr{
  display:block;
}
.eight_point .title .eight{
  font-size: 50px;
  font-weight: bold;
}
.eight_point .sikaku{
  padding:20px;
  margin-top:70px;
  background-color: rgba(255, 255, 255, 0.6);
  float:right;
  font-size:25px;
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
.eight_point .sikaku ul{
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  margin:10px;
  display:table;
}
.eight_point .sikaku ul li{
  list-style: none;
  color:#555;
  display:table-cell;
  vertical-align: middle;
  width:50%;
  text-align:center;
}
.eight_point hr{
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #7a7a7a;
}
.eight_point .sikaku .number{
  float:left;
  margin-top:30px;
  margin-right:10px;

}
.eight_point .sikaku .naiyou{
  display:block;
  width:195px;
  float:right;
  margin:10px 30px;
}
.eight_point .small{
  font-size:19px;
}

.eight_point .sikaku .number1{
  width:50px;
  height:50px;
  padding:10px;
  background-color:#f9f3b9;
}
.eight_point .sikaku .number2{
  width:50px;
  height:50px;
  padding:10px;
  background-color:#dce4ea;
}
.eight_point .sikaku .number3{
  width:50px;
  height:50px;
  padding:10px;
  background-color:#dceadc;
}
.eight_point .sikaku .number4{
  width:50px;
  height:50px;
  padding:10px;
  background-color:whitesmoke;
}


/*-------フッター-------*/

footer{
  position:relative;
  bottom:0;
  margin-top:100px;
}


/*-------フッター　トップ-------*/

#footer_top{
  background-color:#fff;
  text-align:center;
  border-top:1px solid #d2d0d0 ;
  border-bottom:1px solid #d2d0d0 ;
  padding:30px 0;
  line-height: 2em;
}
#footer_top .toiawase{
  font-size:19px;
}
#footer_top img{
  width:28px;
  height:auto;
  padding-right:10px;
  vertical-align: top;

}
#footer_top .number{
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 3px;
}
#footer_top .number a{
  color:#000;
}
#footer_top .uketuke{
  font-size:14px;
}


/*-------フッター　センター-------*/

#footer_center{
  position:relative;
  background-color: #fff;
  height:100px;
  text-align:center;
  border-bottom:1px solid #d2d0d0 ;
  padding-top:40px;
  padding-bottom:20px;
}
#footer_center .name_address{
  margin-left:5%;
  float:left;
  line-height:2.5em;
}
#footer_center .name_address img{
  width:70px;
  height:auto;
  margin-right:15px;
  vertical-align: top;
}
#footer_center .name{
  font-family: 'use-komorebi-gothic';
  font-size: 23px;
  font-weight: normal;
  line-height: 1.4em;
  letter-spacing:-2px;
}
#footer_center .time{
  margin-top:12px;
  text-align:left;
  float:left;
  margin-left:10%;
  line-height:25px;
}
#footer_center .privacy_company{
  line-height:25px;
  margin-top:12px;
  margin-left:75%;
  text-align:left;
}
#footer_center .privacy_company a{
  text-decoration: none;
  color:#000;
}
#footer_center .privacy_company a:hover{
  border-bottom:1px solid #000;
}


/*-------フッター　ボトム-------*/

#footer_bottom{
  clear:both;
  text-align: center;
  font-size:13px;
  padding:20px 0;
  background: #fff;
}
