/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*-------------common1---------------*/
.tableone, #table02, .notes, .flex-container-yoko, .flex-containerw,h3.bg_h3,h4.colorbl,table#table01 {
  max-width: 1200px;
}
.flex-container-yoko img, .width100 img, .key img, .top1 img {
  width: 100%;
  vertical-align: bottom;
}
.top img {
  vertical-align: top;
}
.black img {
  vertical-align: bottom;
}
.key img {
  margin-top: 60px;
}
.bgcolor_w {
  margin: auto;
}
.bl_h3 h3 {
  color: #505050;
  text-align: center;
}
.flex.pc_padding_left4 h3,.bl_h3 h3{
	 line-height: 36px;
  letter-spacing: 4px;
}
.bl_h3 {
  text-align: center;
  padding: 3rem;
}
/*==================common================== */
.inner img {
  margin-top: 1rem;
}
h2 {
  text-align: center;
}
.yoko, p, tbody {
  color: #505050;
}
.black span.gold, .textset h3, .flex.pc_padding_left4 h3 {
  color: #C09F6B;
}
.black span.gold, .textset h3{
	 padding-bottom: 3rem;
}
h3 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.7px;
}
.auto.botom {
  padding-bottom: 5rem;
}
/*==================.btn================== */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}
.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}
a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  color: #ffff;
}
a.btn--contact {
  font-size: 2rem;
  display: block;
  padding: 1.6rem 0;
  color: #fff;
  background: #C09F6B;
}
a.btn--contact i {
  font-size: 2rem;
}
a.btn--contact i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}
a.btn--contact .number, a.btn--contact .formmini {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  color: #C09F6B;
  background: #fff;
}
a.btn--contact .formmini {
  font-size: 14px;
}
a.btn--contact:hover {
  color: #fff;
}
a.btn--tel {
  display: block;
  margin-top: 15px;
  padding: 1rem 0 1rem 0rem;
  color: #fff;
  background: #C09F6B;
}
a.btn--tel i {
  font-size: 2rem;
}
a.btn--tel i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}
a.btn--tel .number {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  color: #C09F6B;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.5px;
}
a.btn--tel:hover {
  color: #fff;
}
.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
.btn-wrap.btn-wrap-pc-sp2 {
  margin-bottom: 5rem;
}
/*---------table-------------------*/
.tableone {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.tableone tr {
  background-color: #fff;
  padding: .35em;
}
.tableone th, .tableone td {
  padding: 1em 10px 1em 1em;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  text-align: center;
}
.tableone thead tr {
  background-color: #EDEDEE;
  color: #505050;
}
.tableone tbody th {
  background: #EDEDEE;
  color: #505050;
}
.txt {
  text-align: left;;
}
.price {
  text-align: right;
  color: #505050;
}
.non {
  background: #fff
}
@media screen and (max-width:768px) {
  .tableone {
    border: 0;
    width: 100%
  }
  .tableone th {
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  .tableone thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .tableone tr {
    display: bl;
    margin-bottom: .625em;
  }
  .tableone td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 16px;
    text-align: right;
    position: relative;
    border-right: none;
  }
  .tableone td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #505050;
  }
  .tableone tbody th {
    color: #505050;
    ine-height: 21px;
    letter-spacing: 5px;
    font-size: 15px;
  }
  .fs13px {
    font-size: 13px;
  }
  .auto.botom {
    padding-bottom: 4rem;
  }
  .center {
    padding-bottom: 4rem;
  }
}
/*---------table01------------------*/
/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}
#table01 th, #table01 td {
  border: none;
  text-align: left;
}
#table01 th {
  width: 30%;
}
/* --------------sp-------------- */
@media only screen and (max-width: 480px) {
  #table01 th, #table01 td {
    width: 100%;
    display: block;
  }
  #table01 th {
    width: 100%;
  }
  #table01 td {
    padding-top: 0;
  }
}
/*--------------table02----------------*/
#table02 td {
  text-align: center;
}
#table02 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
#table02 tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
#table02 th, #table02 td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
#table02 th {
  /*  font-size: .85em;*/
}
#table02 thead tr {
  background-color: #eee;
}
.txt {
  text-align: left;
  /*  font-size: .85em;*/
}
.price {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #table02 {
    border: 0;
    width: 100%
  }
  #table02 th {
    background-color: #eee;
    display: block;
    border-right: none;
  }
  #table02 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #table02 tr {
    display: block;
    /*  margin-bottom: .625em;*/
  }
  #table02 td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 2.6rem;
    text-align: right;
    position: relative;
    /*   padding: .625em .625em .625em 4em;*/
    border-right: none;
  }
  #table02 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  #table02 td:last-child {
    border-bottom: 0;
  }
  .textset {
    padding-bottom: 5rem;
  }
  .flex-container-yoko {
    width: 90%;
    margin: auto;
  }
	
}
/*==================h2セット==================*/
span.gold {
  text-align: center;
  padding-bottom: 13px;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 5px;
}
.black img {
  width: 40px;
}
.yoko {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 4px;
}
/*==================flex縦横==================*/
.flex-container-yoko {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media screen and (max-width:768px) {
  .flex-container-yoko {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
/*==================flex4上下セット==================*/
.bgcolor {
  background: #DDE4E2;
  ;
}
.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media screen and (max-width:680px) {
  .flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
/*==================余白==================*/
h2.black {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
/*.textset {
  padding-top: 4rem;
  padding-bottom: 5rem;
}*/
/*.textset {

  margin: 0 auto;
}*/
.blown {
  color: #C09F6B;
  padding-bottom: 2rem;
}
.textset p, .en_inner p, p {
  font-size: 15px;
  letter-spacing: 2px;
  text-align: justify;
  line-height: 30px;
}
.flex-container h4 {
  color: #505050;
}
.auto, h4.colorbl {
  width: 90%;
  margin: auto;
}
/*flex文字セット*/
.en_inner {
  width: 90%;
  margin: 0 auto;
  padding: 3rem;
  display: block;
  text-align: center;
}
.en_inner img {
  padding-bottom: 1rem;
}
.flex-container h4, h4 {
  font-size: 20px;
}
.flex-container {
  text-align: center;
}
/*文字セット*/
h3.bg_h3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: #7EB2B2;
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 48px;
  letter-spacing: 10px;
}
h4 {
  line-height: 48px;
  letter-spacing: 2px;
  color: #7EB2B2;
}
h4.colorbl {
  text-align: center;
}
#table01 th, #table02 th {
  /*  font-size: 2.6rem;*/
  font-weight: 300;
  color: #505050;
}
/*#table01 td, #table02 td {
  font-size: 2.6rem;
}*/
span.square {
  color: #7EB2B2;
}
#table01 td {
  padding-bottom: 1rem;
}
table#table01 {
  margin-bottom: 2rem;
}
td.txt {
  color: #505050;
}
.notes {
  width: 90%;
  margin: 2rem auto;
}
/*============================
mobile style
============================*/
@media screen and (max-width:768px) {
  .bgcolor {
    padding-bottom: 4rem;
  }
  .black img {
    width: 25px;
    margin-bottom: -0.1rem;
  }
  .flex-container-yoko img {
    margin: auto;
  }
  h3 {
    font-size: 17px;
  }
  .textset h3 {
    padding-top: 4rem;
  }
  .flex-container-yoko img {
    padding-bottom: 2rem;
  }
  /*table*/
  table#table01 {
    margin: auto;
    width: 90%;
  }
  #table01 th, #table01 td, #table02 th, #table02 td {
    font-size: 15px;
  }
  .tableone tbody th, .tableone td {
    border-right: 1px solid #bbb;
  }
  .tableone tbody th {
    border-top: 1px solid #bbb;
  }
  h4.colorbl {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  /*ボタン*/
 /* .btn-wrap.btn-wrap-pc-sp2 {
    width: 90%;
    margin: auto;
  }*/
  a.btn.btn--contact {
    margin-bottom: 5rem;
  }
	.flex2{
		width: 90%;
    margin: 0 auto;
		padding-bottom: 5rem;
	}
	.flex_in2 img{
		width: 100%;
	}
	
.flex_in2 {
    text-align: center;
	padding-bottom: 1rem;
}
}
/*============================
pc style　小
============================*/
@media screen and (min-width:769px) {
  .textset {
    margin-left: 3rem;
  }
  .flex-container, table#table01 {
    width: 90%;
    margin: auto;
  }
  h3.bg_h3 {
    width: 90%;
    margin: auto;
  }
  .en_inner {
    padding: 1.5rem;
  }
  .bgcolor {
    padding-bottom: 3rem
  }
  .en_inner h4 {
    line-height: 3rem;
  }
  .en_inner img {
    padding-bottom: 2rem;
  }
  .flex-container h4, h4 {
    font-size: 19px;
  }
  .yoko {
    font-size: 2.2rem;
  }
  .flex-container-yoko {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  h4.colorbl {
    text-align: justify;
  }
  h2.black {
    padding-top: 4rem;
  }
  .btn-wrap.btn-wrap-pc-sp2 {
    display: flex;
    justify-content: center;
  }
  h3.bg_h3 {
    margin-top: 8rem;
    margin-bottom: 3rem;
    font-size: 2.5rem;
  }
  h4.colorbl {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
 a.btn--tel {
    padding: 1.5rem 3rem;
    margin: 1.5rem;
  }
	a.btn.btn--contact {
    padding-right: 8rem;
    padding-left: 8rem;
		margin: 1.5rem;
}
  .btn, a.btn {
    font-size: 2.7rem;
  }
  .flex-container-yoko {
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: auto;
  }
  .flex-container-yokoin {
    width: 50%;
  }
  .yoko {
    font-size: 2rem;
  }
  span.gold {
    font-size: 1rem;
  }
  #top-head nav ul li a, .textset p, .en_inner p, p, .flex-container h4, h4, .tableone th, .tableone td, tbody, #table01 th, #table02 th {
    font-size: 17px;
  }
  h3 {
    font-size: 20px;
  }
  .textset {
    width: 70%;
  }
		 .flex-container-yoko img {
    max-width: 100%;
    width: 500px;
  }.flex-container-yoko_in {
    padding-right: 2rem;
}.flex-container-yoko_in:last-child{
    padding-right: 0;
}
	/*コンタクトボタン*/
		.flex2 {
    display: flex;
			    justify-content: center;
		width: 90%;
    margin-left: auto;
		 margin-right: auto;
    padding-bottom: 7rem;
	
	}
	.flex2 img{
		width:100%;
	}
	.flex_in2 img:first-child{
		padding-left: 3rem;
	}
}
/*============================
pc style　大
============================*/
@media screen and (min-width:1025px) {
  .flex-container {
    width: 80%;
  }
  .yoko {
    font-size: 2.8rem;
  }
  .black img {
    margin-bottom: 1rem;
  }
  .textset p, .en_inner p,.flex.pc_padding_left4 p {
    margin-top: 3rem;
    letter-spacing: 3px;
    line-height: 3.5rem;
  }
  .textset {
    margin-left: 6rem;
  }
  .flex-container-yoko {
    padding-bottom: 8rem;
    padding-top: 6rem;
  }
  .en_inner {
    padding: 2rem;
  }
/*  .flex-container-yoko img {
    max-width: 100%;
    width: 380px;
  }*/
  a.btn--contact, a.btn--tel {
    padding: 1.5rem 10rem;
  }
  .bgcolor {
    padding-bottom: 4rem;
  }
}