@charset "utf-8";
/* CSS Document */


/* クッキーポリシーのみ */
.footer__main__lnk li:not(.cookiepolicy) {
  display: none;
}

/* フォント */
body {
  color: #666666;
	position: relative;
}


/* ===========================================================
 header
=========================================================== */

header nav {
 padding: 1.2vw 2vw;
 display: flex;
 align-items: center;
 justify-content: space-between;
 background: #fff;
 box-shadow: 0 0 0.3vw 0.1vw #e9e9e9;
 z-index: 999
}

header nav figure {
 width: 12vw;
}

header nav .wrapper {
 display: flex;
 align-items: center;
 justify-content: space-between;
 width: 17vw;
}

header nav .wrapper .link {
 font-size: 1vw;
 font-weight: 700;
 text-decoration: underline;
 text-underline-offset: 0.3vw;
}

header nav .wrapper .link:hover {
 text-decoration: none;
}

header nav .wrapper .entry {
 background: #bd0a0a;
 color: #fff;
 font-weight: 700;
 font-size: 1vw;
 padding: 1vw 3vw 1vw 2vw;
 border-radius: 0.3vw;
 transition: all .2s ease;
	position: relative;
}

header nav .wrapper .entry:hover {
 opacity: 0.8;
 transition: all .2s ease;
}

header nav .wrapper .entry:after {
  content: "";
  width: 1.2vw;
  height: 0.6vw;
  background: url("../img/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1vw;
  transform: translateY(-50%);
}


/* スクロール固定 
------------------------*/
header .fixedMenu.scrolled {
	position: fixed !important;
	top: 0;
	left: 0 !important;
	right: 0 !important;
	z-index: 9999999999999;
  transition: all .3s ease;
}

/* ===========================================================
 telentry(電話)
=========================================================== */

.telmoContent {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	z-index: 9999999999;
	overflow-x: scroll;
	display: none;
	align-items: center;
	justify-content: center;
}


.telmoContent .telmo_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.telmoContent.open_wrap {
    display: flex;
}

.telmoContent .telentry {
  padding: 4vw;
  position: relative;
  border-top: solid 1px #ddd;
  width: 56vw;
  background: #fff;
}

.telmoContent .telentry h2 {
  margin: 0 0 2vw;
  font-size: 2vw;
  text-align: center;
}


.telmoContent .telentry .entarea {
  background: #f4f4f4 !important;
  margin: 0 auto 2vw !important;
  border-radius: 0.5vw !important;
  position: relative !important;
  padding: 2.5vw 0 !important;
  display: flex !important;
  justify-content: center !important;
  width: auto;
  box-shadow: none;
  align-items: stretch;
}


.telmoContent .telentry .entarea .manomaent {
  background: #fff;
  border: solid 1px #e9e9e9;
  text-align: center;
  font-size: 1.4vw;
  font-weight: 700;
  margin: 0 2vw 0 0;
  letter-spacing: 0.1vw;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 0.7vw;
  padding: 0 1.5vw;
}

.telmoContent .telentry .entarea .manomaent span {
  display: block;
  font-size: 1vw;
  margin: 0.4vw 0 0;
  letter-spacing: 0;
}

.telmoContent .telentry .entarea .manomatel {
  font-size: 1vw;
  line-height: 1.4vw;
}

.telmoContent .telentry .entarea .manomatel span {
	font-weight: 700;
	color: red;
}


.telentry .entarea .manomatel a {
    font-size: 3vw;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    letter-spacing: 0.1vw;
    display: block;
    margin: 0 0 1.2vw;
    color: #0c0c0c;
    text-decoration: none;
  }

.telentry .entarea .manomatel a:before {
	content: "";
	background: url("../img/freedial.svg") no-repeat;
	background-size: contain;
	width: 4vw;
	height: 2.2vw;
	display: inline-block;
	margin: 0 0.5vw 0 0;
}


.telmoContent .telentry .contact a {
  background: var(--box-clr);
  color: #fff;
  width: 20vw;
  text-align: center;
  font-size: 1vw;
  font-weight: 700;
  padding: 1vw 0;
  border-radius: 0.3vw;
  position: relative;
  transition: all .2s ease;
  margin: 0 auto;
}


.telmoContent .telentry .contact a:after {
  content: "";
  width: 1.2vw;
  height: 0.6vw;
  background: url("/assets/img/common/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1vw;

  transform: translateY(-50%);
}

.telmoContent .telentry .contact a:hover {
  opacity: 0.8;
  transition: all .2s ease;
}


.telmoContent .telentry .contact .txt {
  font-size: 1vw;
  text-align: center;
  line-height: 1.4vw;
  margin: 2vw 0 0.8vw;
}


/* ===========================================================
 article
=========================================================== */

article > h1 {
  padding: 3.3vw 0;
  text-align: center;
  font-size: 2vw;
  background: #f4f4f4;
  letter-spacing: 0.3vw
}


/* ===========================================================
 Information
=========================================================== */

#information {
  background: #fff;
  padding: 0;
}
	
#information h2 {
  font-size: 2.8vw;
  display: block;
  font-family: century-gothic, Century Gothic, sans-serif;
  font-weight: 700;
  letter-spacing: 0.6vw;
  text-align: center;
  padding: 0 0 3vw;
}

#information ul {
  width: 65vw;
  margin: 0 auto;
}

#information ul li a {
  padding: 3vw 1vw;
  border-bottom: solid 1px #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#information ul li:last-of-type a {
  border-bottom: none;
}



#information ul li a .lead {
  display: flex;
  align-items: center;
  justify-content: center;
}

#information ul li a .lead span {
  font-size: 1vw;
  border: solid 1px #ccc;
  width: 10vw;
  padding: 1vw 0;
  text-align: center;
  transition: all .2s ease;
}

#information ul li a:hover .lead span {
  background: #f4f4f4;
  transition: all .2s ease;
}

#information ul li a .lead time {
  font-size: 1vw;
  width: 10.5vw;
  text-align: center;
  border-right: solid 1px #ccc;
  padding: 1vw 0
}

#information ul li a .txt {
  font-size: 1vw;
  width: 40vw;
line-height: 1.6vw;
transition: all .2s ease;
}

#information ul li a:hover .txt {
  text-decoration: underline;
  transition: all .2s ease;
}



/* ===========================================================
 contents
=========================================================== */

#contents {
  width: 60vw;
  margin: 6vw auto 0;
}

#contents a {
  display: inline;
  text-decoration: underline;
  color: #1a81d0;
}

#contents a:hover {
  text-decoration: none;
}


/* ===========================================================
 調節
=========================================================== */

.small {
  font-size: 1vw !important;
}

.bg {
  font-weight: 700;
}

/* ===========================================================
 hed
=========================================================== */

.hed {
  margin: 0 0 4vw
}

.hed .time {
  text-align: right;
  font-size: 0.8vw;
  line-height: 1vw;
  margin: 0 0 2vw
}

.hed .ttl {
  border-top: double 4px #3e3a39;
  border-bottom: double 4px #3e3a39;
  padding: 1vw 0;
  font-size: 1.7vw;
  line-height: 2.5vw;
  margin: 0 0 2vw;
}

.hed .lead {
  font-size: 1.1vw;
  line-height: 1.8vw
}

.hed .lead a {
  display: inline
}

.hed figure {
  margin: 2vw auto;
}

.hed .txt {
  font-size: 1vw;
  line-height: 1.8vw;
}


/* ===========================================================
 area
=========================================================== */

.area {
  margin: 0 0 4vw;
}

.area .ttl {
  font-size: 1.6vw;
  margin: 4vw 0 2vw;
  border-left: solid 8px #3c3c3c;
  padding: 0 0 0 1vw;
  line-height: 2.2vw;
}

.area .lead {
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.8vw;
  margin: 0 0 1vw;
}

.area .txt {
  font-size: 1vw;
  line-height: 1.6vw;
  margin: 0 0 2vw;
}


/* -----------------------------
 table
----------------------------- */

.area table {
  margin: 0 0 2vw;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.area table th,
.area table td {
  padding: 1vw 2vw;
  font-size: 0.9vw;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  font-weight: 500;
  line-height: 1.2vw;
  vertical-align: middle;
}

.area table tr:nth-of-type(1) td {
  background: #f4f4f4;
}

.area table th {
  background: #f4f4f4;
}

/* -----------------------------
 img
----------------------------- */

.area .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 2vw;
}

.area .img li {
  margin: 0 1vw;
  width: 15vw;
}


/* -----------------------------
 carousel
----------------------------- */

.area .carousel {
 display: flex;
 flex-flow: row nowrap;
 align-items: center;
 justify-content: space-between;
  margin: 2vw 0;
}

.area .carousel li {
 width: 23%;
}

.area .carousel li:last-of-type {
 margin: 0;
}

.area .carousel li img {
 width: 100%;
}

.area .carousel li p {
  margin: 0.5vw 0 0;
  font-size: 0.8vw;
  font-weight: 700;
}

/* -----------------------------
 beside
----------------------------- */

section .area .beside {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin: -4vw 0 4vw;
}

section .area .beside .lft {
 width: 28vw;
}

section .area .beside .rgt {
 width: 28vw;
}

section .area .beside .txt {
 margin: 0;
}

/* -----------------------------
 box
----------------------------- */

.area .box {
  border: solid 1px #888;
  padding: 2vw 2.5vw;
  border-radius: 1vw;
  margin: 0 0 3vw;
}

/* -----------------------------
 figure
----------------------------- */

.area figure {
  margin: 0 0 2vw
}

.area figure figcaption {
  margin: 1vw 0 0;
  color: #999
}


/* ===========================================================
 fot
=========================================================== */


section .fot ul {
 margin: 4vw 0 0;
 border-top: solid 1px #ccc;
 padding: 2vw 0;
}

section .fot ul li {
 position: relative;
 margin: 0 0 0.6vw;
 padding: 0 0 0 1vw;
 font-size: 0.8vw;
}

section .fot ul li:before {
 content: "※";
 position: absolute;
 left: 0;
}