@charset "UTF-8";
/* ▽ SP layout ========== */
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,600&family=Noto+Serif+JP:wght@200;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@media only screen and (max-width: 766px) {
  body img {
    width: 100%;
  }
}

/* ========== end △ */
/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  overflow: hidden;
  font-size: 1.4rem;
  max-width: 480px;
  min-width: 320px;
  margin: 0 auto;
}

html {
  overflow-y: auto;
  line-height: normal;
}

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  color: #000;
}

body p, li, td, th, dt, dd {
   line-height:1.8;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  width: 100%;
  height: auto;
}

.ov_hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

a:hover {
  text-decoration: none;
}

.fnt-mincho {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.fnt-noto {
  font-family: 'Noto Serif JP', serif;
}

.fnt_Crimson {
  font-family: 'Crimson Text', serif;
}

.btn > * {
  display: table;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  width: 60%;
  min-width: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.16);
}

.btn > *::after {
  content: '';
  border: 1px solid #765f16;
  height: 7px;
  width: 7px;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

h2 {
  color: #461a02;
  background: url(../images/dc_ttl.png) no-repeat center top/120px auto;
  display: table;
  margin: 0 auto;
  font-size: 22px;
  padding: 35px 0 25px 0;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 400;
}

h2 span {
  display: block;
  color: #b6b6b6;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
}

/* サイト幅
-------------------------------------------------- */
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

/* ==================================================
	header
================================================== */
p.top_txt, h1.top_txt {
  font-size: 10px;
  padding: 5px 2%;
  color: #fff;
  text-align: center;
  background-image: url(../common_img/line_hd.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  -webkit-transition: .3s;
  transition: .3s;
  display: none;
}

header {
  padding: 0 0 10px;
  position: relative;
  z-index: 12;
  border-top: 5px solid #461a02;
}

header .header1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2% 0 0;
}

header .sp_h_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .sp_h_sec > *:nth-child(2) {
  margin: 0 6%;
}

header .sp_h_sec .shadow {
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.16);
}

header .sp_h_sec .hamberger {
  position: relative;
}

header .sp_h_sec .hamberger.opened > *:nth-child(1) {
  opacity: 0;
}

header .sp_h_sec .hamberger.opened > *:nth-child(2) {
  opacity: 1;
}

header .sp_h_sec .hamberger > *:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
}

body.opened h1 {
  opacity: 0;
}

body.opened header {
  background-color: #fff;
  background-image: none;
}

body.opened .header1 .logo {
  opacity: 0;
  visibility: hidden;
}

body.opened .header1 .hamberger {
  opacity: 1;
  visibility: inherit;
}

body.opened .header1 .hamberger * {
  opacity: 1;
  visibility: inherit;
}

header .menu_hidden {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

header .menu_hidden > ul {
  background-color: #fff;
  display: none;
  position: absolute;
  max-width: 480px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #461a02;
  width: 100%;
}

header .menu_hidden .btn_nav img {
  max-width: 250px;
}

header .menu_hidden ul > * {
  margin: 0 3%;
}

header .menu_hidden ul > * > * {
  display: block;
  font-size: 17px;
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 15px 10px;
  font-weight: 700;
  text-align: left;
}

header .menu_hidden ul > * > * span {
  font-size: 14px;
  color: #8299cc;
  font-weight: 700;
  margin-left: 10px;
}

header .menu_hidden .btn_nav {
  margin: 3% 0;
}

header .menu_hidden .tel_nav a {
  display: table;
  margin: 0 auto 4%;
  width: 90%;
}

header .menu_hidden .tel_nav a span {
  border: 1px solid #eb6853;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 12px;
  white-space: nowrap;
}

header .menu_hidden .tel_nav a img {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}

header .menu_hidden ul > *:not(:last-child) {
  border-bottom: 2px solid #b9b9b9;
}

header .menu_hidden ul .parent {
  position: relative;
}

header .menu_hidden ul .parent::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #a0c92f;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

header .menu_hidden ul .parent.opened::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

header .menu_hidden ul .parent ~ * {
  display: none;
  background-color: rgba(113, 179, 81, 0.77);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 17px;
}

header .menu_hidden ul .parent ~ * li {
  position: relative;
  margin: 0;
}

header .menu_hidden ul .parent ~ * li::after {
  content: '';
  border-bottom: 1px solid #fff;
  left: 3%;
  right: 3%;
  position: absolute;
}

header .menu_hidden ul a {
  text-decoration: none;
}

/* ==================================================
	gnav
================================================== */
/* ==================================================
	content_area
================================================== */
/* title set
-------------------------------------------------- */
/* ==================================================
	main_content
================================================== */
.wrap {
  padding: 0 2%;
}

a {
  text-decoration: none !important;
}

/* section set
-------------------------------------------------- */
/* ==================================================
	aside_area
================================================== */
/* ==================================================
	footer
================================================== */
footer {
  background-color: #323232;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 6px solid #461a02;
}

footer a {
  color: currentColor;
}

footer .page_up {
  position: fixed;
  right: -550px;
  bottom: 120px;
  z-index: 999;
}

footer .logo, footer .txt {
  padding: 0 2%;
  font-size: 24px;
  line-height: 1;
  padding: 40px 0 35px;
}

footer .nav_ft {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 2% 35px;
  box-sizing: border-box;
}

footer .nav_ft ul:nth-of-type(1) {
  width: 100%;
}
footer .nav_ft ul:nth-of-type(2) {
  width: 52%;
}
footer .nav_ft ul:nth-of-type(3){
  width: 48%;
}

footer .nav_ft ul li {
  padding: 5px 0;
}

footer .nav_ft ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 25px;
  color: currentColor;
  background: url(../images/arr1.png) no-repeat left top 8px;
  padding: 0 0 0 10px;
}

footer .nav_ft ul li a img {
  width: 10px;
  margin-left: 10px;
}

footer .nav_ft ul li ul {
  margin-left: 30px;
}

footer .info {
  padding-bottom: 35px;
  margin: 0 2% 32px;
  border-bottom: 1px solid #414141;
}

footer .info .btn_link a {
  display: block;
  margin: 25px 0;
  text-decoration: underline !important;
}

footer .info .btn_link a:hover {
  text-decoration: none !important;
}

footer .b_tel {
  width: 60%;
  min-width: 270px;
  margin: 0 auto;
}

footer .b_tel li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: currentColor;
}

footer .b_tel li a img {
  width: 50px;
}

footer .b_tel li:last-child {
  margin-top: 20px;
}

footer .b_tel .ttl {
  background-color: #47944c;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  font-size: 15px;
  margin-bottom: 17px;
}

footer .btn_ft a {
  text-decoration: underline !important;
  color: #47944c;
  margin: 30px 2%;
  display: table;
}

footer address {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}

footer .btn-pc {
  background-color: #8a8b86;
  text-align: center;
}

footer .btn-pc a {
  display: block;
}

footer .btn-pc img {
  max-width: 88px;
}

footer .f_dx {
  margin-top: 30px;
  text-align: center;
}
footer .f_dx a {
  display: inline-block;
  background-color: #fff;
}
footer .f_dx img {
  width: 165px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) {
  footer .page_up {
    width: 15%;
    bottom: 3% !important;
  }
  footer .page_up a {
    display: block;
  }
}

/* ========== end △ */
/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/* margin */
.mat {
  margin: auto         !important;
}

.m00 {
  margin: 0px         !important;
}

.m05 {
  margin: 5px         !important;
}

.m10 {
  margin: 10px         !important;
}

.m15 {
  margin: 15px         !important;
}

.m20 {
  margin: 20px         !important;
}

.m25 {
  margin: 25px         !important;
}

.m30 {
  margin: 30px         !important;
}

.m35 {
  margin: 35px         !important;
}

.m40 {
  margin: 40px         !important;
}

.m45 {
  margin: 45px         !important;
}

.m50 {
  margin: 50px         !important;
}

.m55 {
  margin: 55px         !important;
}

.m60 {
  margin: 60px         !important;
}

.m65 {
  margin: 65px         !important;
}

.m70 {
  margin: 70px         !important;
}

.m75 {
  margin: 75px         !important;
}

.m80 {
  margin: 80px         !important;
}

.m85 {
  margin: 85px         !important;
}

.m90 {
  margin: 90px         !important;
}

.mt00 {
  margin-top: 0px     !important;
}

.mt05 {
  margin-top: 5px     !important;
}

.mt10 {
  margin-top: 10px     !important;
}

.mt15 {
  margin-top: 15px     !important;
}

.mt20 {
  margin-top: 20px     !important;
}

.mt25 {
  margin-top: 25px     !important;
}

.mt30 {
  margin-top: 30px     !important;
}

.mt35 {
  margin-top: 35px     !important;
}

.mt40 {
  margin-top: 40px     !important;
}

.mt45 {
  margin-top: 45px     !important;
}

.mt50 {
  margin-top: 50px     !important;
}

.mt55 {
  margin-top: 55px     !important;
}

.mt60 {
  margin-top: 60px     !important;
}

.mt65 {
  margin-top: 65px     !important;
}

.mt70 {
  margin-top: 70px     !important;
}

.mt75 {
  margin-top: 75px     !important;
}

.mt80 {
  margin-top: 80px     !important;
}

.mt85 {
  margin-top: 85px     !important;
}

.mt90 {
  margin-top: 90px     !important;
}

.mr00 {
  margin-right: 0px   !important;
}

.mr05 {
  margin-right: 5px   !important;
}

.mr10 {
  margin-right: 10px   !important;
}

.mr15 {
  margin-right: 15px   !important;
}

.mr20 {
  margin-right: 20px   !important;
}

.mr25 {
  margin-right: 25px   !important;
}

.mr30 {
  margin-right: 30px   !important;
}

.mr35 {
  margin-right: 35px   !important;
}

.mr40 {
  margin-right: 40px   !important;
}

.mr45 {
  margin-right: 45px   !important;
}

.mr50 {
  margin-right: 50px   !important;
}

.mr55 {
  margin-right: 55px   !important;
}

.mr60 {
  margin-right: 60px   !important;
}

.mr65 {
  margin-right: 65px   !important;
}

.mr70 {
  margin-right: 70px   !important;
}

.mr75 {
  margin-right: 75px   !important;
}

.mr80 {
  margin-right: 80px   !important;
}

.mr85 {
  margin-right: 85px   !important;
}

.mr90 {
  margin-right: 90px   !important;
}

.mb00 {
  margin-bottom: 0px  !important;
}

.mb05 {
  margin-bottom: 5px  !important;
}

.mb10 {
  margin-bottom: 10px  !important;
}

.mb15 {
  margin-bottom: 15px  !important;
}

.mb20 {
  margin-bottom: 20px  !important;
}

.mb25 {
  margin-bottom: 25px  !important;
}

.mb30 {
  margin-bottom: 30px  !important;
}

.mb35 {
  margin-bottom: 35px  !important;
}

.mb40 {
  margin-bottom: 40px  !important;
}

.mb45 {
  margin-bottom: 45px  !important;
}

.mb50 {
  margin-bottom: 50px  !important;
}

.mb55 {
  margin-bottom: 55px  !important;
}

.mb60 {
  margin-bottom: 60px  !important;
}

.mb65 {
  margin-bottom: 65px  !important;
}

.mb70 {
  margin-bottom: 70px  !important;
}

.mb75 {
  margin-bottom: 75px  !important;
}

.mb80 {
  margin-bottom: 80px  !important;
}

.mb85 {
  margin-bottom: 85px  !important;
}

.mb90 {
  margin-bottom: 90px  !important;
}

.ml00 {
  margin-left: 0px    !important;
}

.ml05 {
  margin-left: 5px    !important;
}

.ml10 {
  margin-left: 10px    !important;
}

.ml15 {
  margin-left: 15px    !important;
}

.ml20 {
  margin-left: 20px    !important;
}

.ml25 {
  margin-left: 25px    !important;
}

.ml30 {
  margin-left: 30px    !important;
}

.ml35 {
  margin-left: 35px    !important;
}

.ml40 {
  margin-left: 40px    !important;
}

.ml45 {
  margin-left: 45px    !important;
}

.ml50 {
  margin-left: 50px    !important;
}

.ml55 {
  margin-left: 55px    !important;
}

.ml60 {
  margin-left: 60px    !important;
}

.ml65 {
  margin-left: 65px    !important;
}

.ml70 {
  margin-left: 70px    !important;
}

.ml75 {
  margin-left: 75px    !important;
}

.ml80 {
  margin-left: 80px    !important;
}

.ml85 {
  margin-left: 85px    !important;
}

.ml90 {
  margin-left: 90px    !important;
}

/* margin */
/* padding */
.p00 {
  padding: 0px        !important;
}

.p05 {
  padding: 5px        !important;
}

.p10 {
  padding: 10px        !important;
}

.p15 {
  padding: 15px        !important;
}

.p20 {
  padding: 20px        !important;
}

.p25 {
  padding: 25px        !important;
}

.p30 {
  padding: 30px        !important;
}

.p35 {
  padding: 35px        !important;
}

.p40 {
  padding: 40px        !important;
}

.p45 {
  padding: 45px        !important;
}

.p50 {
  padding: 50px        !important;
}

.p55 {
  padding: 55px        !important;
}

.p60 {
  padding: 60px        !important;
}

.p65 {
  padding: 65px        !important;
}

.p70 {
  padding: 70px        !important;
}

.p75 {
  padding: 75px        !important;
}

.p80 {
  padding: 80px        !important;
}

.p85 {
  padding: 85px        !important;
}

.p90 {
  padding: 90px        !important;
}

.pt00 {
  padding-top: 0px    !important;
}

.pt05 {
  padding-top: 5px    !important;
}

.pt10 {
  padding-top: 10px    !important;
}

.pt15 {
  padding-top: 15px    !important;
}

.pt20 {
  padding-top: 20px    !important;
}

.pt25 {
  padding-top: 25px    !important;
}

.pt30 {
  padding-top: 30px    !important;
}

.pt35 {
  padding-top: 35px    !important;
}

.pt40 {
  padding-top: 40px    !important;
}

.pt45 {
  padding-top: 45px    !important;
}

.pt50 {
  padding-top: 50px    !important;
}

.pt55 {
  padding-top: 55px    !important;
}

.pt60 {
  padding-top: 60px    !important;
}

.pt65 {
  padding-top: 65px    !important;
}

.pt70 {
  padding-top: 70px    !important;
}

.pt75 {
  padding-top: 75px    !important;
}

.pt80 {
  padding-top: 80px    !important;
}

.pt85 {
  padding-top: 85px    !important;
}

.pt90 {
  padding-top: 90px    !important;
}

.pr00 {
  padding-right: 0px  !important;
}

.pr05 {
  padding-right: 5px  !important;
}

.pr10 {
  padding-right: 10px  !important;
}

.pr15 {
  padding-right: 15px  !important;
}

.pr20 {
  padding-right: 20px  !important;
}

.pr25 {
  padding-right: 25px  !important;
}

.pr30 {
  padding-right: 30px  !important;
}

.pr35 {
  padding-right: 35px  !important;
}

.pr40 {
  padding-right: 40px  !important;
}

.pr45 {
  padding-right: 45px  !important;
}

.pr50 {
  padding-right: 50px  !important;
}

.pr55 {
  padding-right: 55px  !important;
}

.pr60 {
  padding-right: 60px  !important;
}

.pr65 {
  padding-right: 65px  !important;
}

.pr70 {
  padding-right: 70px  !important;
}

.pr75 {
  padding-right: 75px  !important;
}

.pr80 {
  padding-right: 80px  !important;
}

.pr85 {
  padding-right: 85px  !important;
}

.pr90 {
  padding-right: 90px  !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl00 {
  padding-left: 0px   !important;
}

.pl05 {
  padding-left: 5px   !important;
}

.pl10 {
  padding-left: 10px   !important;
}

.pl15 {
  padding-left: 15px   !important;
}

.pl20 {
  padding-left: 20px   !important;
}

.pl25 {
  padding-left: 25px   !important;
}

.pl30 {
  padding-left: 30px   !important;
}

.pl35 {
  padding-left: 35px   !important;
}

.pl40 {
  padding-left: 40px   !important;
}

.pl45 {
  padding-left: 45px   !important;
}

.pl50 {
  padding-left: 50px   !important;
}

.pl55 {
  padding-left: 55px   !important;
}

.pl60 {
  padding-left: 60px   !important;
}

.pl65 {
  padding-left: 65px   !important;
}

.pl70 {
  padding-left: 70px   !important;
}

.pl75 {
  padding-left: 75px   !important;
}

.pl80 {
  padding-left: 80px   !important;
}

.pl85 {
  padding-left: 85px   !important;
}

.pl90 {
  padding-left: 90px   !important;
}

/* padding */
/* font */
.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}

.f19 {
  font-size: 19px !important;
}

.f20 {
  font-size: 20px !important;
}

.f21 {
  font-size: 21px !important;
}

.f22 {
  font-size: 22px !important;
}

.f23 {
  font-size: 23px !important;
}

.f24 {
  font-size: 24px !important;
}

/*■05.FLEX*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

/*justify-content*/
.flex_jus_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex_jus_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex_jus_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.flex_jus_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex_jus_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex_jus_ini {
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex_align_item_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex_align_item_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex_align_item_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex_align_item_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex_align_item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex_align_item_ini {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex_container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*====================================================================================
■06.OTHER
====================================================================================*/
.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center, .txt-center {
  text-align: center;
}

.text-underline {
  text-decoration: underline;
}

.text-none-underline {
  text-decoration: none !important;
}

.font14 {
  font-size: 14px;
}

.font11 {
  font-size: 11px;
}

.add_font {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media, .media-body {
  overflow: hidden;
}

.media > .pull-left {
  margin-right: 20px;
}

.media > .pull-right {
  margin-left: 20px;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

/*====================================================================================
■07.PAGE UP
====================================================================================*/
footer .page_up {
  position: fixed;
  right: -550px;
  bottom: 120px;
  z-index: 999;
  max-width: 70px;
}

/*==========================================
■11.breadcrumb
====================================================================================*/
body[style*=overflow] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
  overflow: auto;
  z-index: 5;
  padding: 00px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 99;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  background: #fff;
  padding: 0px 0px;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@media screen and (max-width: 320px) {
  footer .b_tel li a {
    font-size: 28px;
    white-space: nowrap;
  }
}
#contact_ft {
  padding: 40px 0 26px 0;
  background: url(../images/bg_contact.jpg) no-repeat center center/cover;
  color: #fff;
}

#contact_ft h2 {
  color: #fff;
  background-image: url(../images/dc_ttl2.png);
}

#contact_ft .ttl {
  width: 75%;
  margin: 0 auto 25px;
}

#contact_ft .ttl li {
  background-color: #fff;
  color: #353535;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contact_ft .ttl li:not(:last-child) {
  margin-bottom: 15px;
}

#contact_ft .b_tel {
  background-color: rgba(0, 0, 0, 0.3);
  background: url(../common_img/bg_contact.png) no-repeat center center/100% 100%;
  color: #fff;
  padding: 10px 0 40px;
}

#contact_ft .b_tel a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contact_ft .b_tel img {
  width: auto;
}

#contact_ft .b_tel li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65%;
  margin: 0 auto;
  min-width: 300px;
}

#contact_ft .b_tel .tel a {
  font-size: 45px;
  font-weight: 400;
}

#contact_ft .b_tel .tel img {
  width: 25px;
  margin-right: 15px;
}

#contact_ft .b_tel .fax {
  font-size: 40px;
  margin-top: 10px;
}

#contact_ft .b_tel .fax img {
  width: 45px;
  margin-right: 20px;
}

#contact_ft .b_tel .mail {
  background-color: #000;
  -webkit-box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.2);
  margin-top: 10px;
}

#contact_ft .b_tel .mail a {
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
}

#contact_ft .b_tel .mail img {
  margin-right: 15px;
}
/*# sourceMappingURL=base.css.map */
