@charset "UTF-8";
/* CSS Document */
/* ---------------------
  - common
  - header
  - gNavi
  - footer
  - page_top
--------------------- */
/* ==========================================
  common
========================================== */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
	font-weight: inherit;
}
body, html {
  background: #fff;
  color: #222;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-family:'Helvetica','Noto Sans JP', sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
  font-weight: inherit;
  padding: 0;
  margin: 0;
}
p {
  letter-spacing: 0.15em;
  padding: 0;
  margin: 0;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
	outline:none;
}
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
a:hover {
  color: #333;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
height: 1px;
background-color: #e5e5e5;
border: none;
color: #e5e5e5;
	margin-top: 60px;
}
table.sen {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 15px 0;
}
table.sen th, table.sen td {
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding: 15px 20px;
}
table.sen th {
  background: #f6f6f6;
  text-align: center;
  text-align: left;
}
.table-scroll {
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #999;
}
/*///// font size /////*/
.f_12{
	font-size: 12px;
}
.f_13{
	font-size: 13px;
}

/*///// list /////*/
.list{
	list-style: disc;
	list-style-position: outside;
}
.list li{
	padding: 10px 0px 10px;
	margin-left: 20px;
}

/*///// mg pd /////*/

.mgt10 {
  margin-top: 10px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt30 {
  margin-top: 30px;
}
.mgt40 {
  margin-top: 40px;
}
.mgt50 {
  margin-top: 50px;
}
.mgt60 {
  margin-top: 60px;
}
.mgt100 {
  margin-top: 100px;
}
.mgt200 {
  margin-top: 200px;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb40 {
  margin-bottom: 40px;
}
.mgb50 {
  margin-bottom: 50px;
}
.mgb60 {
  margin-bottom: 60px;
}
.mgb100 {
  margin-bottom: 100px;
}
.mgb200 {
  margin-bottom: 200px;
}

.pdt10 {
  pading-top: 10px;
}
.pdt20 {
  pading-top: 20px;
}
.pdt30 {
  pading-top: 30px;
}
.pdt40 {
  pading-top: 40px;
}
.pdt50 {
  pading-top: 50px;
}
.pdt60 {
  pading-top: 60px;
}
.pdt100 {
  pading-top: 100px;
}
@media screen and (max-width: 480px) {
.mgt100 {
  margin-top: 50px;
}
.mgt200 {
  margin-top: 100px;
}
.mgb100 {
  margin-bottom: 50px;
}
.mgb200 {
  margin-bottom: 100px;
}
}
/*///// ul li /////*/
.list_disc {
  list-style: disc outside;
  margin: 0 20px;
}
.list_disc li {
	line-height: 2.6;
}
/*///// background /////*/

/*///// txt_align /////*/
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/*///// font /////*/
.bold {
  font-weight: 600;
}
/*///// color /////*/
.red {
  color: #FF0004;
}

/*///// button /////*/
.btn a {
  display: inline-block;
  position: relative;
  padding-right: 60px;
}
.arrow_c{
	font-size: 14px;
  width: 42px;
  height: 42px;
  background: #c2ae95;
  border-radius: 50%;
  color: #fff;
  font-weight: 100;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.arrow_c::before {
  content: "→";
}
/*///// col /////*/
.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
   justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
.col-2 {
	width: 98%;
	margin: 30px 1% 0;
}
}
/*///// align /////*/
.txt_left {
  text-align: left;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.txt_middle {
	vertical-align: middle;
}
/*///// none /////*/
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
@media screen and (max-width: 780px) {
.pc_none {
  display: block;
}
.sp_none {
  display: none;
}
}
@media screen and (max-width: 480px) {

}
/* ==========================================
  breadcrumbs
========================================== */
.breadcrumbs {
  background: #f6f6f6;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  height: 52px;
}
.breadcrumbs_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}
@media screen and (max-width: 780px) {
}
@media screen and (max-width: 480px) {
}
/* ==========================================
  Google Map
========================================== */
.map {
	border:  3px solid #f1f1f1;
	border-radius: 4px;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 76.25%;    /*16:9の比率にしたい場合、9/16=56.25%*/
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
/* ==========================================
  page_top
========================================== */
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #e78b0f;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 480px) {
#page_top{
  width: 60px;
  height: 60px;
}
#page_top a::before{
  font-size: 20px;
  width: 25px;
  height: 25px;
  top: -35px;
  bottom: 0;
  right: 30px;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
	display: none;
}
}
/* ==========================================
  contact_btn
========================================== */ 
#contact_btn a{
	display: none;
}

@media screen and (max-width: 480px) {
#contact_btn{
  position: fixed;
  right: 0;
  bottom: 0;
  background: #efa81c;
	border-radius: 4px;
	text-align: center;
	width: 100%;
}
#contact_btn a{
  display: block;
	padding: 10px;
}
}