@charset "utf-8";




@media screen and (max-width: 970px){
  div#head-customize{
    background-color: #fff;
  }
  div#header h1{
    position: static;
    text-align: center;
  }
  div#header img{
  	width: 100px;          /* 中央揃え */
    position: static;
  }
  div#header .pc-nav{
    display: none;
  }

  div#header .cp_cont{
    display: block;
    width: 1px;
  }
  /* ーーーーーーーーーナビゲーション ーーーーーーーーー*/
  *, *:before, *:after {
  	padding: 0;
  	margin: 0;
  	box-sizing: border-box;
  }
  ol, ul {
  	list-style: none;
  }
  a {
  	text-decoration: none;
  	color: inherit;
  }
  .cp_cont {
  	height: 65vh;

  }
  .cp_offcm01 {
  	position: absolute;
  	top: 20px;
  	right: 20px;
  	display: inline-block;
  }
  /* menu */
  .cp_offcm01 .cp_menu {
  	position: fixed;
  	top: 0;
  	right: -100vw;
  	width: 250px;
  	height: 100%;
  	cursor: pointer;
  	-webkit-transition: 0.53s transform;
  	        transition: 0.53s transform;
  	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
  	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
  	background-color: #ffffff;

  }
  .cp_offcm01 .cp_menu ul {
  	margin: 0;
  	padding: 0;
  }
  .cp_offcm01 .cp_menu li {
  	list-style: none;
    display: block;
    width: 100%;
    text-align: left;
  }
  .cp_offcm01 .cp_menu li a {
  	display: block;
  	padding: 20px;
  	text-decoration: none;
  	color: #ef8426;
  	border-bottom: 1px solid #f5f5f5;
  }
  div#header ul li a{
    padding: 14px 25px;
    font-size: 16px;
    color: #ef8426;
  }
  .cp_offcm01::before{
    content: 'メインナビゲーション';
font-size: 14px;
font-weight: lighter;
position: fixed;
top: 36px;
right: 60px;
  }

  .cp_offcm01 #cp_toggle01 {
  	position: absolute;
  	display: none;
  	opacity: 0;
  }
  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
  	-webkit-transform: translateX(-100vw);
  	        transform: translateX(-100vw);
            z-index: 999;
  }
  /* menu toggle */
  .cp_offcm01 #cp_toggle01 ~ label {
  	display: block;
  	padding: 0.5em;
  	cursor: pointer;
  	-webkit-transition: 0.5s transform;
  	        transition: 0.5s transform;
  	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
  	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
  	text-align: center;
  	color: #333333;
  }

  .cp_offcm01 #cp_toggle01:checked ~ label {
  	-webkit-transform: translateX(-250px);
  	        transform: translateX(-250px);
  }
  .cp_offcm01 #cp_toggle01 ~ label::before {
  	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  	content: '\f0c9';
  	font-size: 1.5em;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label::before {
  	content: '\f00d';
  }
  /* contents */
  .cp_contents {
  	color: #333333;
  	text-align: center;
  }
  /* ーーーーーーーーーナビゲーション ーーーーーーーーー*/

  /* ------------------------ fv ------------------------*/
  .fv{
    padding-top: 140px;
    padding-bottom: 0;
  }
  .fv .center{
    max-width: none;
  }

  .fv .center ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px 0;
  }
  .fv .center ul li{
    display: inline-block;
    transition: all 0.3s ease 0s;
    padding: 12px;
  }
  .fv .center ul li img{
    width: 100%;
  }
  .fv .center ul:nth-of-type(2) li{
    width: 36%;
    padding: 8px;
  }
  /* --------------------- fv...end ----------------------- */


  /* ------------------  menu  ----------------- */
  .menu .center{
    margin-top: 150px;
  }
  .menu ul{
    margin: 80px 0;
  }
  .menu ul li img{
    width: 150px;
  }

  /* ------------------  menu...end  ----------------- */


  footer .center ul li a{
    font-size: 12px;
  }

}






@media screen and (max-width: 480px) {
/*---------------------- 全体 -----------------------------*/
main{
  max-width: 480px;
  min-width: 320px;
}
.center{
  width: 94%;
  max-width: 480px;
}
body{
 font-size: 16px;
}
.pc{
  display: none;
}
.sp{
  display: block;
}
/*-------------------------- 全体...end ------------------*/


/* ヘッダーの固定 */
div#header-fixed{                 /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 80px;              /* 縦幅140px */
}
div#header-bk {
	padding:12px 0 0 0;       /* 上10px、下20pxをあける */
	height:80px;              /* 縦の高さ110px */
	width:100%;                /* 横の幅を100% */
}
div#head-customize{
  height: 80px;
  border-bottom: 1px solid #eaeaea;
}
div#header {
	height: 100%;     /* 縦の表示領域はheader-bkと同じ */
	width: 480px;              /* 横の幅970px */
	margin:0;              /* 中央揃え */
}
div#header img,div#head-customize img{
	width: 40px;
  position:absolute;
  left: 10%;
  -webkit-transform : translateY(8%);
    transform : translateY(8%);
}
div#header .pc-nav{
  display: none;
}

/* ヘッダーの固...end  */
/* フッターの固定 */

div#footer-fixed{
  display:none;
}

/* footer固定...end */


/*------------------------- fv ----------------------------*/
.fv{
  /* background-image: none;
  background-size:0; */
}
.fv .center{
  width: 100%;
}
/* ------------------------------ fv...end----------------- */



/*-----------------    self-introduction   ...end -------------------------*/
.self-introduction{
  margin-top: 100px;
}
.self-introduction .center{

}
.self-introduction h1{
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 3px;
  text-align: center;
}
.self-introduction .center p{
  font-size: 15px;
  line-height: 25px;
  margin-top: 30px;
  letter-spacing: 1px;
  padding: 0 10px;
}
.self-introduction .center p:nth-of-type(1){
  font-size: 15px;
  margin-top: 40px;
}

.self-introduction .center .border{
  margin-top: 70px;
}

.self-introduction .center h2{
    padding-top: 16px;
    font-size: 20px;
}

.self-introduction .center table {
  margin-top: 30px;
  width: 100%;
  font-size: 16px;
  border: none;
  border-radius: inherit;
}

.self-introduction .center table tr{
  border: 1px solid #bfbfbf;
}

.self-introduction .center table tr:nth-of-type(1) th{
  border-radius: 16px 16px 0 0;
}
.self-introduction .center table tr:nth-of-type(1) td{
  border-radius:0 0 16px 16px;
}
.self-introduction .center table tr:nth-of-type(8) th{
  border-radius:16px 16px 0 0;
}
.self-introduction .center table tr:nth-of-type(8) td{
  border-radius:0 0 16px 16px;
}

.self-introduction .center table tr th{
  border-radius: 16px 16px 0 0;
}
.self-introduction .center table tr td{
  border-radius:0 0 16px 16px ;
  margin-bottom: 16px;
  border-bottom:  1px solid #bfbfbf;
}


.last td:last-child {
  border-bottom: solid 1px #ccc;
  width: 100%;
}
.tbl-r02 {
    width: 100%;
}
.tbl-r02 th,.tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 16px 0;
}

.self-introduction .center h3{
  font-size: 20px;
  margin-top: 40px;
}

/*-----------------    self-introduction   ...end -------------------------*/


/* ------------------  menu  ----------------- */
.menu{
  margin-top: 28px;
}
.menu .center{
  margin-top: 100px;
}
.menu ul{
  margin: 50px 0;

}
.menu ul li img{
  width: 100px;
}

/* ------------------  menu...end  ----------------- */



/* --------------------------- form ----------------------- */
/* tayori */
.form iframe{
  /* height: 800px; */
}
/* --------------------------- form...end ----------------- */

}
/*--------------- メディアクエリ 480px...end ----------------*/

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐----‐‐‐‐ footer ------------------------*/
footer{
  margin-top: 60px;
  font-size: 16px;
  padding: 16px 0 0px 0;
  background: #fbd8b5;
  z-index: 998;
}
footer .center ul{
  z-index: 1;
}
footer .center ul li{
  margin: 0 8px;

}
footer .center ul li a{

}
footer .center ul li a:hover{
  border-bottom: 1px solid #181818;
}
footer .center p{
  font-size: 14px;
  margin-top: 12px;
}
/*‐‐‐‐‐‐‐--------‐‐‐ footer...end -----------------------*/

/* -------------------メディアクエリ 320px ----------------- */
@media screen and (max-width: 320px) {



}
/* --------------- メディアクエリ 320px...end ---------------*/
