@charset "UTF-8";
/* ==================================================
	basic layout
================================================== */
body {
  font-family: "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
}

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  overflow-x: hidden;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1280px) {
  #wrapper {
    min-width: 1170px;
  }
}

/* サイト幅
-------------------------------------------------- */
.container {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 1196px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1048px) {
  .container {
    margin: 0 auto;
    width: 1000px;
  }
}
/* ▽ PC-TAB layout ========== */
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .container {
    margin: 0 4%;
    padding: 0;
    width: calc(100% - 8%);
  }
}
/* ========== end △ */
.fix_link {
  padding-top: 220px;
  margin-top: -220px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .fix_link {
    padding-top: 34vw;
    margin-top: -34vw;
  }
}
/* ========== end △ */
.content {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .content {
    padding: 0 6%;
    width: auto;
  }
}
/* ========== end △ */
.page_up {
  position: fixed;
  bottom: 120px;
  right: -500px;
  z-index: 999;
  width: 80px;
  overflow: hidden;
}
.page_up img {
  max-width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_up {
    bottom: 10%;
    right: -500px;
    z-index: 999;
    width: 50px;
  }
}
/* ========== end △ */
/* ==================================================
	main
================================================== */
/** {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}*/
.green {
  color: #42a32b;
}

.brown {
  color: #493e40;
}

.grey {
  color: #333333;
}

.yel {
  color: #fffc00;
}
.red1{color:#f10547;}
.red {
  color: #ff3b30 !important;
}
.red a {
  color: #ff3b30 !important;
}

.blue {
  color: #258cbb;
}

a {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
a:hover {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.tel_link {
  cursor: default;
  color: #333333 !important;
  text-decoration: none !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tel_link {
    cursor: pointer;
    text-decoration: underline !important;
  }
}
/* ========== end △ */
a {
  color: #258cbb;
}

/* ▽ PC-TAB layout ========== */
/* ========== end △ */
/* ▽ SP layout ========== */
/* ========== end △ */
/* ==================================================
	header
================================================== */
#header .header {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#header .header .h_logo {
  margin-right: 20px;
}
#header .header .h_contact {
  width: 70%;
  max-width: 700px;
}
#header .header .h_contact .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#header .header .h_contact .phone {
  width: 54.3%;
  max-width: 378px;
}
#header .header .h_contact .phone .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#header .header .h_contact .phone .number p {
  color: #fff;
  background-color: #f39800;
  box-shadow: 1px 3px 0 0px #dc7903;
  line-height: 1.2;
  font-size: 14px;
  padding: 3px 6px 2px 6px;
  border-radius: 3px;
}
#header .header .h_contact .phone .htit {
  border-radius: 2px;
  position: relative;
  padding: 2px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #258cbb;
}
#header .header .h_contact .phone .htit:before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 16px;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #258cbb;
}
#header .header .h_contact .btn_contact {
  width: calc(42% - 20px);
  border: 2px solid #e6e6e6;
  padding: 10px;
  font-size: 13px;
}
#header .header .h_contact .btn_contact p {
  margin-bottom: 5px;
  text-align: center;
}
#header.fixed {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: fixed;
  left: 0;
  right: 0;
  top: -500px;
  background-color: #fff;
  z-index: 9999;
  transition: all .5s ease;
  animation: scrolltop 0.8s;
  animation-iteration-count: 1;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  #header .btn.contact a {
    transition: All 0.1s ease;
    -webkit-transition: All 0.1s ease;
    -moz-transition: All 0.1s ease;
    -o-transition: All 0.1s ease;
  }
  #header .btn.contact a:hover {
    opacity: 0.8;
    box-shadow: 1px 1px 0 0px #dc7903;
    transform: translateY(2px);
  }
}
/* ========== end △ */
@media only screen and (max-width: 1048px) {
  #header .header .h_logo {
    width: 28%;
    margin-left: 0;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #header .header {
    margin: 0;
    width: 100%;
    padding: 1.5% 4% 1.5% 4%;
  }
  #header.fixed .header{
    padding: 3% 4% 3% 4%;
  }
  #header .header .h_logo {
    width: 50%;
  }
  #header .header .h_contact {
    width: 30%;
  }
  #header .header .h_contact .sp .flex p {
    width: 44%;
  }
}
/* ========== end △ */
.btn a {
  font-size: 1.6rem;
  border-radius: 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-color: #f39800;
  box-shadow: 1px 3px 0 0px #dc7903;
  position: relative;
  padding: 13px 11px 10px 11px;
}
.btn.contact a {
  padding-left: 65px;
  text-align: left;
  padding-right: 5px;
}
.btn.contact a:before {
  content: '';
  position: absolute;
  background: url("../images/ico_mail.png");
  width: 23px;
  height: 17px;
  left: 35px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

/* ==================================================
	gnav
================================================== */
/* ==================================================
	footer
================================================== */
/* ▽ SP layout ========== */
/* ========== end △ */
.pc_db {
  display: inline-block;
}

.sp_db {
  display: none;
}

img {
  max-width: 100%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sp_db {
    display: inline-block;
  }

  .pc_db {
    display: none;
  }

  img {
    max-width: 100%;
  }
}
/* ========== end △ */
/*====================================================================================
■01.ANIMATION
====================================================================================*/
@-webkit-keyframes scrolltop {
  0% {
    transform: translateY(-80px);
    opacity: 0;
    transition: ease-in-out;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes scrolltop {
  0% {
    transform: translateY(-80px);
    opacity: 0;
    transition: ease-in-out;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scrolltop {
  0% {
    transform: translateY(-80px);
    transform-origin: center;
    opacity: 0;
    transition: ease-in-out;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes ripple-out {
  100% {
    width: 30px;
    height: 30px;
    opacity: 0;
    margin-top: -3px;
  }
}
@keyframes ripple-out {
  100% {
    width: 30px;
    height: 30px;
    opacity: 0;
    margin-top: -3px;
  }
}
/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*====================================================================================
■MARGIN DEFAULT
====================================================================================*/
/*--------------------------------------------------
	margin 
-------------------------------------------------- */
.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;
}

.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;
}

.mt33 {
  margin-top: 33px !important;
}

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

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

.mt45 {
  margin-top: 35px !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;
}

.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;
}

.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;
}

/* 
--------------------------------------------------
	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;
}

.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;
}

.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;
}

.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;
}

.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;
}
