@charset "utf-8";
/*‐‐‐‐‐‐‐‐‐--------‐ 全体 --------------------------*/
*{
  margin: 0px;
  padding: 0px;
  height: auto;
  box-sizing: border-box;
}
body{
  font-size: 20px;
  /* font-weight: 700; */
  letter-spacing: 0;
  line-height: 1.75;
  /* color: black; */
  color: #181818;
  /* color: #333333; */
  font-family: "游ゴシック体", "Yu Gothic","YuGo", YuGothic, "SST Japanese" , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  font-weight: 500;
  background-color: #FFFFF0;
 /* min-height: 100vh;
 background-attachment: fixed;
 background-size: cover;
 background-position: center;
  background-image: url(img/46e43f15bd10853236807b8e3dd132c0_m.jpg); */
}
main,header,footer{
  width: 100%;
  max-width: 1920px;
  /* min-width: 1200px; */
  margin: 0 auto;
  text-align: center;
}
main{
  margin: 0 auto;
}
section{
  padding: 80px 0;
}
.center{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
img{
  vertical-align: bottom;
}
li{
  display: inline-block;
}
a{
  text-decoration: none;
  color: #181818;
  /* color: #333333; */
}
a:hover{
  opacity: 0.6;
}
.sp{
  display: none;
}
h2{
  line-height: 1.4;
}
.tel{
  /* width: 640px; */
}
.btn{
  width: 400px;
  /* border: 1px solid #000;
  border-radius: 8px;
  font-size: 24px;
  padding: 24px 64px; */
}
.btn img{
  width: 400px;
}
/*‐‐‐‐‐‐‐‐--------‐‐ 全体...end -------------------------*/

/* ---------------- header ------------------------ */
header{
  background-color: #f5f5f5;
  height: 104px;
}
header nav{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
header nav ul{
  position: relative;
}
/* logo */
header nav ul li:first-of-type{
  position:absolute;left:16px;top:8px;
}
header nav ul li:first-of-type img{
  width: 200px;
}
/* tel */
header nav ul li:nth-of-type(2){
  position:absolute;right:264px;top:32px;
  line-height: 1.1;
}
header nav ul li:nth-of-type(2) .tel span{
  font-size: 12px;
}
/* btn */
header nav ul li:last-of-type{
  position: absolute;
  right: 16px;
  top: 32px;
}
header nav ul li:last-of-type .btn{

}
/* --------------------- header...end ------------------- */

/* ヘッダーの固定 */
div#header-fixed{
    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 127px;    /* 縦幅140px */
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding-top: 16px; 
}

div#head-customize{
  position: fixed;            /* ヘッダーの固定 */
  top: 0px;                   /* 位置(上0px) */
  left: 0px;                  /* 位置(右0px) */
  width: 100%;                /* 横幅100%　*/
  height: 127px;
}

div#header-bk {
	padding:0px 0 0 0;       /* 上10px、下20pxをあける */
	height:127px;              /* 縦の高さ110px */
	width:100%;                /* 横の幅を100% */
}
div#header {
	height: 100%;     /* 縦の表示領域はheader-bkと同じ */
	width: 100%;              /* 横の幅970px */
	margin: auto;              /* 中央揃え */
  max-width: 1140px;
}
div#header h1{
  position: relative;
}
div#header img{
	width: 58px;          /* 中央揃え */
  position: absolute;
  top: 8px;
  left:10px;
}

div#header .pc-nav{
  display: block;
  margin-right: 5%;
  width: 56%;
  float: right;
}
div#header .cp_cont{
  display: none;
}
div#header ul li{
  position: relative;
  float: left;
}
div#header ul li a{
  display: block;
  padding: 16px 15px;
  font-size: 16px;
  line-height: 1;
  color: #333;
  font-weight: 100;
}



/* ヘッダーの固...end  */
/* フッターの固定 */
div#footer-fixed{
    position: fixed;            /* フッターの固定 */
    bottom: 0px;                /* 位置(下0px) */
    right: 0px;                  /* 位置(左0px) */
    width: 100%;                /* 横幅100%*/
    height: 1px;              /* 縦幅140px */
}
div#footer-bk{
	padding:12px 0 0 0;
	height:110px;              /* 縦の高さ140px */
	width:100%;                /* 横の幅を100% */
  margin: 0 auto;
  max-width:1920px;
}
div#footer {
	height: 110px;              /* 縦の表示領域はheader-bkと同じ */
	margin: 0 auto;
  position: relative;
}
div#footer h2{
  width: 100%;
}

div#footer img{
  width: 200px;
  position: absolute;right: 40px;top: -360px;
}
div#footer .no-comment{
  position: absolute;right: 0px;top: 100px;
}
div#footer .no-comment img{
  width: 100px;
}
/* footer固定...end */
/* ------------------------ fv ------------------------*/
.fv{
  padding-top: 80px;
  padding-bottom: 0;
}
.fv .center{
  max-width: 1300px;
}

.fv .center ul{
  width: 100%;
  display: block;
  margin: 10px 0;
}
.fv .center ul li{
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.fv .center ul li:hover{
  /* transform: rotateY(360deg); */
  /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25); */
  transform: translateY(-10px);
}
/* --------------------- fv...end ----------------------- */

/*--------------------------   self-introduction      ---------------------*/
.self-introduction{
  margin-top: 160px;
}
.self-introduction .center{

}
.self-introduction h1{
  font-size: 52px;
  line-height: 62px;
  letter-spacing: 3px;
  text-align: center;
}
.self-introduction .center p{
  font-size: 20px;
  line-height: 32px;
  margin-top: 60px;
  letter-spacing: 2px;
  padding: 0 20px;
}
.self-introduction .center p:nth-of-type(1){
  font-size: 20px;
  margin-top: 80px;
}

.self-introduction .center .border{
  margin-top: 140px;
}

.self-introduction .center h2{
    padding-top: 30px;
    font-size: 40px;
}

.self-introduction .center table {
  margin-top: 70px;
  width: 100%;
  font-size: 22px;
  border: 1px solid #bfbfbf;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
}

.self-introduction .center table tr:nth-of-type(1) th{
  border-radius: 16px 0 0 0;
}
.self-introduction .center table tr:nth-of-type(1) td{
  border-radius:0 16px  0 0;
}
.self-introduction .center table tr:nth-of-type(8) th{
  border-radius:0 0 0 16px ;
}
.self-introduction .center table tr:nth-of-type(8) td{
  border-radius:0 0 16px 0 ;
}

.tbl-r02 th {
  background: #e9727e;
  background: #ff7f50;
  border: solid 1px #bfbfbf;
  color: #f9f9f9;
  padding: 24px 0;
  width: 20%;
}

.tbl-r02 td {
 border: solid 1px #bfbfbf;
  padding: 10px;
  width: 80%;
}

.self-introduction .center h3{
  font-size: 40px;
  margin-top: 80px;
}

/*-----------------    self-introduction   ...end -------------------------*/



/* ----------------      menu        ----------------------- */
.menu{
  margin-top: 140px;
}
.menu .center{
  max-width: none;
}
.menu ul{
  margin: 70px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.menu ul li{
  width: 38%;
}
.menu ul:nth-of-type(2) li img {
  width: 80px;
}
.menu ul li img{
  width: 200px;
}

.menu .center ul:nth-of-type(1) li,.menu .center ul:nth-of-type(3) li{
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.menu .center ul:nth-of-type(1) li:hover,.menu .center ul:nth-of-type(3) li:hover{
  /* transform: rotateY(360deg); */
  /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25); */
  transform: translateY(-10px);
}
/* ----------------      menu.end        ----------------------- */


/* ---------------------- form -------------------------- */

/* ----------------- form...end ------------------------- */

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐----‐‐‐‐ footer ------------------------*/
footer{
  margin-top: 60px;
  font-size: 16px;
  padding: 100px 0 80px 0;
  background: #fbd8b5;
  width: 100%;
}
footer .center ul{

}
footer .center ul li{
  margin: 0 8px;
  color: #cb2027;
  position: relative;
}
footer .center ul li a{
  color: #cb2027;
}
footer .center ul li::after{
  content: '|';
position: absolute;
top: 3px;
right: -13px;
font-size: 14px;
color: #333;
}
footer .center ul li a:hover{
  border-bottom: 1px solid #181818;

}
footer .center p{
  font-size: 14px;
  margin-top: 100px;
}

footer .center p span{
  color: #ef8426;
}







/*‐‐‐‐‐‐‐--------‐‐‐ footer...end -----------------------*/

/* ------------------- よく使うコード ----------------------*/
/*
  中央寄せ
  position:absolute;left: 50%;
  -webkit-transform : translateX(-50%);
    transform : translateX(-50%);

  背景画像（全表示、中央表示）
  background-image: url("img/");
  background-size:cover;
  background-position: center;

*/
/* --------------------よく使うコード...end ---------------*/
