@charset "utf-8";

html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
  color: #333;
  font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "sans-serif";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.0;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  top: 0;
  width: 100%;
  min-width: 1200px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    min-width: inherit;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------
  common
----------------------------------------*/
a {
  color: inherit;
  font-weight: inherit;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
img {
  vertical-align: bottom;
}
.mover {
  transition: opacity 0.2s ease-out;
}
.mover:hover {
  opacity: 0.7;
}
.anchor {
  margin-top: -100px;
  padding-top: 100px;
}
.mode_pc {
  display: block;
}
.mode_pc_ib {
  display: inline-block;
}
.mode_sp,
.mode_sp_ib{
  display: none;
}
.mail a {
  cursor: pointer;
}
img {
  max-width: 100%;
}
.inner {
  width: 1000px;
  margin: auto;
}
.emText {
  color: #ff6600;
}
.emText02 {
  text-decoration: underline;
}
#contents {
  padding-top: 100px;
}
.contentTitle {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ff6600;
  margin-bottom: 50px;
}
.linkText:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #ff6600;
  border-right: solid 1px #ff6600;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 15px;
}
#contactbtn {
  position: fixed;
  right: 0;
  top: 210px;
  z-index: 10;
}
.btnWrap {
  text-align: center;
}
.btnWrap .btn {
  display: inline-block;
  background-color: #ff6600;
  padding: 0 90px;
  border-radius: 5px;
}
.btnWrap .btn a {
  display: block;
  padding: 16px 0;
}
.btnWrap .btn a span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}
.btnWrap .btn a span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 15px;
}
#totop {
  position: fixed;
  right: 0;
  bottom: 50px;
  display: none;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mode_pc,
  .mode_pc_ib {
    display: none;
  }
  .mode_sp {
    display: block;
  }
  .mode_sp_ib {
    display: inline-block;
  }
  .tel a, .mail a {
    pointer-events: auto;
  }
  #contents {
    padding-top: 74px;
  }
  .contentTitle {
    margin-bottom: 30px;
  }
  .contentTitle img {
    width: 280px;
  }
  .btnWrap .btn {
    padding: 0 40px;
  }
  .btnWrap .btn a span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inner,
  .sp_inner {
    min-width: inherit;
    min-width: auto;
    max-width: 92%;
    padding-left: 4%;
    padding-right: 4%;
  }
  #totop img {
    width: 50px;
  }
}
/* -------------------------------------
  header
----------------------------------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  padding: 24px 1.5% 22px 2%;
  border-bottom: 2px solid #ff6600;
  box-sizing: border-box;
  z-index: 100;
}
header .logo {
  float: left;
}
header .logo p {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 8px;
}
header .logo p span {
  color: #ff6600;
}
header .nav {
  float: right;
}
header ul,
header .contact {
  float: right;
}
header ul {
  padding: 16px 20px 14px 0;
}
header ul li {
  float: left;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  vertical-align: middle;
  border-left: 1px solid #ff6600;
}
header ul li:last-child {
  border-right: 1px solid #ff6600;
}
header ul li a {
  display: block;
  padding: 0 15px;
}
header .contact .telIcon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background-color: #f9cf73;
  padding: 3px 1px 0 3px;
  margin: 0 4px 3px 0;
}
header .contact .telIcon p {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  color: #ff6600;
}
header .contact .tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1;
  font-weight: 600;
}
header .contact>p {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  padding-top: 3px;
}
@media screen and (max-width: 1360px) {
  header ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
  header ul li a {
    padding: 0 5px;
  }
  header .contact .tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
  header .contact>p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  header .contact {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  header {
    min-width: inherit;
    padding: 15px 4%;
  }
  header .logo img {
    width: 261px;
  }
  header .logo p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  header ul, header .contact {
    float: none;
    padding: 0;
  }
  header .contact {
    text-align: center;
    padding: 0 15px 20px;
  }
  header .contact>div {
    background-color: #ff6600;
    padding: 10px 0 8px;
    margin-bottom: 10px;
  }
  header .contact .telIcon {
    background-color: transparent;
  }
  header .contact .telIcon p,
  header .contact .tel a {
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
  }
  header ul li,
  header ul li:last-child {
    border: none;
  }
  header ul li {
    display: block;
    position: relative;
    width: 100%;
    background-color: rgba(242,242,242,0.8);
    padding: 8px 10px 8px 30px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  header ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    background-color: #ff6600;
    margin: auto;
    border-radius: 50px;
  }
  header ul li:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
  }
  header .nav {
    display: none;
    position: absolute;
    width: 80%;
    top: 74px;
    right: 0;
    margin: auto;
    background-color: rgba(255,255,255,0.9);
    padding: 20px 0;
  }
  header ul, header .contact {
    display: block;
  }
  #menu_btn {
    position: absolute;
    top: 15px;
    right: 4%;
  }
  #menu_btn>div {
    position: relative;
    display: block;
    margin: auto;
    cursor: pointer;
    text-align: center;
    width: 38px;
    height: 28px;
  }
  #menu_btn span {
    position: absolute;
    right: 1px;
    width: 36px;
    height: 4px;
    background-color: #ff6600;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #menu_btn span:nth-of-type(1) {
    top: 1px;
  }
  #menu_btn span:nth-of-type(2) {
    top: 13px;
  }
  #menu_btn span:nth-of-type(3) {
    bottom: 0;
  }
  .open #menu_btn span:nth-of-type(1) {
    top: -2px;
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .open #menu_btn span:nth-of-type(2) {
    opacity: 0;
  }
  .open #menu_btn span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
  }
  #menu_btn:after {
    content: "Menu";
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    color: #ff6600;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
  .open #menu_btn:after {
    content: "CLOSE";
    font-size: 10px;
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 350px) {
  header .logo img {
    width: 250px;
  }
}
/* -------------------------------------
  contactInfo
----------------------------------------*/
.contactInfo {
  position: relative;
  text-align: left;
  width: 850px;
  margin: auto;
  background-color: #f0f0f0;
  padding: 45px 40px 40px;
  border-radius: 10px;
  box-sizing: border-box;
}
.contactInfo .balloonBox {
  position: absolute;
  top: -30px;
  left: 30px;
}
.contactInfo .balloon {
  position: relative;
  display: inline-block;
  background-color: #f9cf73;
  padding: 15px 40px;
  border-radius: 10px;
}
.contactInfo .balloon:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid #f9cf73;
}
.contactInfo .balloon p {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
  color: #ff6600;
}
.contactInfo>p {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding-bottom: 15px;
}
.contactInfo>p+p {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
}
.contactInfo>p span {
  color: #ff6600;
  font-weight: 600;
}
.contactInfo .telIcon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background-color: #f9cf73;
  padding: 3px 1px 0 3px;
  margin: 0 4px 3px 0;
}
.contactInfo .telIcon p {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  color: #ff6600;
}
.contactInfo .tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 600;
}
.contactInfo .telInfo .text {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  padding-top: 10px;
}
.contactInfo .telInfo {
  float: left;
}
.contactInfo .btn {
  float: right;
}
#bottom {
  background-color: #f0f0f0;
  padding: 100px 0 30px;
}
#bottom .poricy {
  height: 244px;
  overflow-y: auto;
  background-color: #fff;
  padding: 25px 45px;
  margin: 40px 0 0;
  border: 1px solid #c3c3c3;
  box-sizing: border-box;
}
#bottom .poricyTitle {
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  padding-bottom: 50px;
}
#bottom .poricy span {
	font-weight: bold;
}
#bottom .poricy li {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 1em;
}
#bottom .poricy li .poricyList li {
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contactInfo {
    text-align: center;
    max-width: 92%;
    padding: 40px 4% 20px;
  }
  .contactInfo .balloonBox {
    left: 0;
    right: 0;
    top: -15px;
    margin: auto;
    text-align: center;
  }
  .contactInfo .balloon {
    padding: 10px 20px 5px;
  }
  .contactInfo .balloon p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contactInfo>p {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .contactInfo .telIcon p,
  .contactInfo .tel {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .contactInfo .telInfo .text {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 1em;
  }
  .contactInfo .telInfo {
    float: none;
  }
  .contactInfo .btn {
    float: none;
    width: 260px;
    margin: auto;
  }
  .contactInfo>p+p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #bottom {
    background-color: #f0f0f0;
    padding: 40px 0 30px;
  }
  #bottom .poricy {
    height: 200px;
    padding: 20px;
  }
  #bottom .poricyTitle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    padding-bottom: 20px;
  }
  #bottom .poricy li {
    line-height: 1.6;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
}
/* -------------------------------------
  footer
----------------------------------------*/
footer>div {
  background-color: #f9cf73;
  text-align: center;
  padding: 50px 0 40px;
  border-top: 2px solid #fff;
}
footer>div .text {
  padding-bottom: 15px;
}
footer>div .text span {
  color: #ff6600;
}
footer>div ul {
  padding-top: 15px;
}
footer>div li {
  display: inline-block;
  padding: 0 12px;
  border-right: 1px solid #333;
}
footer>div li:first-child {
  border-left: 1px solid #333;
}
footer .copy {
  background-color: #ff6600;
  padding: 20px 0 15px;
  border-top: none;
}
footer .copy p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  footer>div img {
    width: 261px;
  }
  footer .copy p {
    font-size: 11px;
    font-size: 1.1rem;
    
  }
}