@charset "UTF-8";
/* Template: swell
Theme Name: swell_child_aiem
Theme URI: https://swell-theme.com/
Description: SWELLの子テーマ aiem用
Version: 1.0.0
Author: LOOS WEB STUDIO
Author URI: https://loos-web-studio.com/
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

/* -------------------------------------------
 * 共通・ユーティリティ
 * ------------------------------------------- */
.op70:hover { opacity: 0.7; }
.full { width: 100%; }
.w1200 { width: 100%; max-width: 1200px; min-width: 700px; margin-left: auto; margin-right: auto; }
@media screen and (max-width: 700px) { .w1200 { min-width: auto; min-width: initial; } }
@media screen and (max-width: 700px) { .pcOnly { display: none !important; } }
@media screen and (min-width: 701px) { .spOnly { display: none !important; } }

/* -------------------------------------------
 * ヘッダー
 * ------------------------------------------- */
.pc-header {
  position: fixed;
  top: 0;
  z-index: 2000;
  border-bottom: 1px solid #c0cba5;
  background-color: white;
  height: 100px;
}
.pc-header .w1200 {
  position: relative;
}
.pc-header h1 {
  position: absolute;
  left: 26px;
  top: 10px;
}
.pc-header h1 img {
  width: 72px;
}
.pc-header ul {
  position: absolute;
  display: flex;
  left: 150px;
  top: 32px;
  width: 570px;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1160px) {
  .pc-header ul {
    top: 45px;
    left: 120px;
    width: calc(100vw - 120px - 280px);
  }
}
.pc-header ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  text-align: center;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 1160px) {
  .pc-header ul li {
    font-size: 10pt;
  }
}
.pc-header ul li a {
  color: #464646;
  text-decoration: none;
}
.pc-header ul li a:hover {
  color: #2f6034;
}
.pc-header .pc-telpanel {
  position: relative;
}
.pc-header .tel-box {
  position: absolute;
  background-color: #2f6034;
  width: 240px;
  height: 126px;
  right: 0;
}
.pc-header .tel-box img {
  position: absolute;
  width: 88%;
  margin-left: 6%;
}
.pc-header .tel-box .telsvg {
  top: 15px;
}
.pc-header .tel-box .mailbtn {
  bottom: 15px;
}
.pc-header .slistbox {
  position: absolute;
  background-color: #f4ecdf;
  top: 8px;
  height: 80px;
  border-radius: 10px;
  width: 190px;
  right: 260px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1160px) {
  .pc-header .slistbox {
    height: 34px;
    top: 4px;
  }
}
.pc-header .slistbox p {
  width: 100%;
  text-align: center;
  margin: 0;
}
.pc-header .slistbox p a {
  text-decoration: none;
  color: #464646;
}
.pc-header .slistbox p span.save-num {
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  background-color: #bbc99f;
  display: inline-block;
  margin-left: 0.3em;
  border-radius: 1.5em;
}
.pc-header .slistbox img {
  width: 1em;
  margin-right: 0.2em;
  vertical-align: middle;
}

.sp-menu {
  display: none;
  position: fixed;
  z-index: 5000;
  width: 100vw;
  height: 80vh;
  top: 16vw;
}
.sp-menu.is-active {
  display: block;
}
.sp-menu img.closeBtn {
  width: 16vw;
  top: 0;
  right: 0;
  position: absolute;
}
.sp-menu .menu-box {
  z-index: 5000;
  background-color: #2f6034;
  width: 100vw;
  position: absolute;
  padding-top: 2vw;
  padding-left: 10vw;
  padding-right: 10vw;
}
.sp-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sp-menu li {
  text-align: center;
  border-bottom: 1px solid white;
  width: 100%;
}
.sp-menu li:last-child {
  border-bottom: none;
}
.sp-menu li a {
  font-size: 4.2vw;
  display: inline-block;
  color: white;
  line-height: 4em;
  height: 4em;
  text-decoration: none;
}

.sp-header {
  width: 100vw;
  height: 16vw;
  position: fixed;
  box-sizing: content-box;
  border-bottom: 1px solid #bac4a1;
  background-color: white;
  z-index: 5000;
  top: 0;
}
.sp-header h1 {
  position: absolute;
  left: 5vw;
  width: 12vw;
  top: 1vw;
  margin: 0;
}
.sp-header .slistbox {
  position: absolute;
  background-color: #f4ecdf;
  top: 0vw;
  left: 44vw;
  width: 20vw;
  height: 16vw;
  display: flex;
  align-items: center;
}
.sp-header .slistbox p {
  width: 100%;
  text-align: center;
  font-size: 5vw;
  margin: 0;
}
.sp-header .slistbox p a {
  text-decoration: none;
  color: #464646;
}
.sp-header .slistbox p span.save-num {
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  background-color: #bbc99f;
  display: inline-block;
  margin-left: 0.3em;
  border-radius: 1.5em;
}
.sp-header .slistbox img {
  width: 1em;
  margin-right: 0.2em;
  vertical-align: middle;
}
.sp-header .mailbtn {
  position: absolute;
  top: 3vw;
  left: 69vw;
}
.sp-header .mailbtn img {
  height: 10vw;
}
.sp-header .spmenubtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 16vw;
  width: 16vw;
  cursor: pointer;
}
.sp-header .closeBtn {
  display: none;
}

/* -------------------------------------------
 * フッター
 * ------------------------------------------- */
.f-linkbox {
  padding-top: 30px;
  background-color: #f4ecdf;
  font-size: 11pt;
}
@media screen and (max-width: 700px) {
  .f-linkbox {
    padding-top: 10vw;
    margin-bottom: 16vw;
  }
}
.f-linkbox .flex {
  display: flex;
  padding-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .f-linkbox .flex {
    flex-wrap: wrap;
  }
}
.f-linkbox .logo-box {
  padding-left: 70px;
  border-left: 1px solid #000;
  position: relative;
  flex: 1;
}
.f-linkbox .logo-box .sns-box {
  position: absolute;
  display: flex;
  top: 14px;
  left: 300px;
}
@media screen and (max-width: 1000px) {
  .f-linkbox .logo-box .sns-box {
    left: 70px;
    top: 55px;
  }
}
.f-linkbox .logo-box .sns-box img {
  width: 26px;
  height: auto;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 700px) {
  .f-linkbox .logo-box {
    border: none;
    padding: 0;
    margin: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-top: 5vw;
    padding-top: 5vw;
    width: 100%;
    text-align: center;
  }
  .f-linkbox .logo-box hr {
    border: none;
    border-bottom: 1px solid #ccc;
    height: 1px;
    margin-bottom: 6vw;
  }
  .f-linkbox .logo-box p {
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  .f-linkbox .logo-box p.linktxt {
    margin-top: 1em;
    text-align: center;
  }
  .f-linkbox .logo-box p.linktxt a {
    text-decoration: underline;
  }
}
.f-linkbox .sns-box-sp {
  background-color: white;
  width: 100%;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
.f-linkbox .sns-box-sp img {
  width: auto;
  height: 2em;
  margin-left: 0.8em;
  margin-right: 0.8em;
}
.f-linkbox img.logo {
  width: 180px;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .f-linkbox img.logo {
    width: 40vw;
  }
}
.f-linkbox .linkbox a {
  text-decoration: underline;
}

.ul-box-sp {
  margin-left: 5vw;
}
.ul-box-sp ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.ul-box-sp li {
  float: left;
  border-left: 3px solid #e28730;
  padding-left: 1em;
  margin-right: 3em;
  height: 1em;
  line-height: 1em;
  margin-bottom: 1.2em;
  font-size: 3.6vw;
}

.ul-box {
  padding-left: 30px;
  padding-top: 70px;
  width: 60%;
}
.ul-box ul {
  display: flex;
  margin-bottom: 1em;
  font-size: 11pt;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1030px) {
  .ul-box ul {
    font-size: 10pt;
  }
}
.ul-box li {
  border-left: 3px solid #e28730;
  padding-left: 1em;
  margin-right: 3em;
}
.ul-box li a {
  color: #333333;
  text-decoration: none;
}

.copy-box {
  background-color: #2f6034;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 11pt;
}
.copy-box p {
  color: white;
  margin: 0;
}
.copy-box p a {
  color: white;
  text-decoration: none;
}

.pageTop {
  z-index: 8000;
  display: none;
  width: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .pageTop {
    right: 2vw;
    bottom: 18vw;
    width: 16vw;
    height: auto;
  }
}

.spplacepannel {
  z-index: 20001;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #d68031;
  width: 100vw;
  height: 16vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spplacepannel .telbox {
  border: 1px solid white;
  border-radius: 2vw;
  width: 90vw;
  height: 13vw;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.spplacepannel img {
  height: 11vw;
  width: auto;
}
.spplacepannel .telimg {
  height: 10vw;
  width: auto;
}

/* Base adjustment for SWELL to make room for fixed header */
#body_wrap {
  padding-top: 100px;
}
@media screen and (max-width: 700px) {
  #body_wrap {
    padding-top: 16vw;
  }
}
