@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}
article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, svg {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  vertical-align: middle;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  cursor: pointer;
}
strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}
b {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt";
}
html {
  overflow: auto;
  height: 100%;
}
body {
  font-family: "dnp-shuei-mgothic-std", BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif";
color: #000;
  font-size: 90%;
  line-height: 1.6;
  background: #fff;
}
.clear {
  clear: both;
}
.sup {
  vertical-align: super;
  font-size: smaller;
}
.sub {
  vertical-align: sub;
  font-size: smaller;
}
@media screen and (max-width:640px) {
  .onlyPC {
    display: none !important;
  }
  .onlySP {
    display: block;
  }
}
@media screen and (min-width:641px) {
  .onlyPC {
    display: block;
  }
  .onlySP {
    display: none !important;
  }
}
@media screen and (max-width:999px) {
  .menuPC {
    display: none !important;
  }
  .menuSP {
    display: block;
  }
}
@media screen and (min-width:1000px) {
  .menuPC {
    display: block;
  }
  .menuSP {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  a {
    transition-duration: 0.3s;
  }
  a img {
    -webkit-transition: 0.3s;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
 Link Color
----------------------------------------------------------- */
a:link {
  color: #f19059;
  text-decoration: underline;
}
a:visited {
  color: #f19059;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: #f19059;
}
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*
 wrap
----------------------------------------------------------- */
#wrap {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* スマホ用ハンバーガーメニュー */
.navi_btn {
  background: url(../img/smp/btn_navi_op.png) no-repeat 0 0;
  background-size: 100% auto;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  z-index: 200;
}
.navi_close {
  background: url(../img/smp/btn_navi_cl.png) no-repeat 0 0;
  background-size: 100% auto;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  z-index: 300;
}
.navi_drawr {
  display: none;
  background: url(../img/bg01.png) top left repeat;
  position: fixed;
  top: 0;
  right: 0;
  width: 16.25rem;
  height: 100%;
  z-index: 200;
  padding: 20px;
}
.navi_smp {
  max-width: 600px;
  padding-top: 0;
}
.navi_smp a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #fff;
}
.navi_drawr li {
  display: block;
  margin: 0;
  padding: 20px 20px 20px 30px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  font-family: "dnp-shuei-mgothic-std";
}
.navi_drawr li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/img11.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 21px;
  left: 0;
}
.navi_drawr input {
  display: none;
}
.navi_drawr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrapfixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media(min-width: 641px) {
  .navi_btn {
    top: 2vw;
    right: 4%;
  }
} /*
 下層Head
----------------------------------------------------------- */
header {
  width: 100%;
  height: 200px;
  z-index: 1;
  background: -moz-linear-gradient(top, #fee3bc, #FFF);
  background: -webkit-linear-gradient(top, #fee3bc, #FFF);
  background: linear-gradient(to bottom, #fee3bc, #FFF);
  position: relative;
}
header:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 25px;
  background: url("../img/head_line.png") bottom left repeat-x;
  background-size: contain;
  position: absolute;
  top: 0;
  z-index: 3;
}
header .headarea {
  width: 100%;
  padding: 40px 4% 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .headarea .logo {
  width: 386px;
  height: 92px;
}
header .headarea .headbtn {
  width: 510px;
  height: 67px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
}
header .headarea .headbtn {
  width: 510px;
  height: 67px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  padding: 12px 17px;
}
header .headarea .headbtn .cottl {
  font-size: 18px;
  font-weight: 600;
  color: #937356;
  line-height: 1.3;
  font-family: "dnp-shuei-mgothic-std";
  width: 65px;
  text-align: left;
  margin-top: -1px;
}
header .headarea .headbtn .coline {
  content: "";
  display: inline-block;
  width: 4px;
  height: 41px;
  background: url("../img/head_line02.png") no-repeat;
  background-size: contain;
}
header .headarea .headbtn .tel {
  font-size: 28px;
  font-weight: 600;
  color: #f19059;
  line-height: 1.3;
  font-family: "dnp-shuei-mgothic-std";
  width: 265px;
  text-align: center;
  margin-top: -5px;
}
header .headarea .headbtn .tel img {
  width: 25px;
  height: 24px;
  margin: 6px 10px 0 0;
}
header .headarea .headbtn .tel span {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  display: block
}
header .headarea .headbtn .btn01 {
  width: 68px;
  text-align: center;
}
header .headarea .headbtn .btn02 {
  width: 56px;
  text-align: right;
}
header .headarea .nav {
  width: 100%;
  display: block;
  margin-top: 10px;
  z-index: 3;
}
header .headarea .nav ul.gnavi {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .headarea .nav ul.gnavi li {
  width: 15%;
  max-width: 135px;
}
header .headarea .nav ul.gnavi li img {
  width: 100%;
}
header .headarea .nav ul.gnavi li a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media(max-width: 999px) {
  header {
    height: 12vw;
  }
  header:after {
    height: 15px;
  }
  header .headarea {
    padding: 3vw 2% 0;
  }
  header .headarea .logo {
    width: 35%;
    height: auto;
  }
  header .headarea .logo img {
    width: 100%;
    height: auto;
  }
  .navi_btn {
    top: 3.5vw;
    right: 2%;
  }
	#tophead .navi_btn {
    top: 2.5vw;
    right: 2%;
  }
}
@media(max-width: 640px) {
  header {
    height: 83.2%;
  }
  header:after {
    top: -10px;
	  height: 25px;
  }
  header .headarea {
    padding: 5.5vw 4.5% 2vw;
  }
  header .headarea .logo {
    width: 70%;
    height: auto;
  }
  .navi_btn {
    top: 6.5vw;
  }
}
/*
 top_Head
----------------------------------------------------------- */
header#tophead {
  width: 100%;
  height: 130px;
  z-index: 1;
  background: url("../img/bg01.png") top left repeat;
  position: relative;
}
header#tophead:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 25px;
  background: url("../img/head_line.png") bottom left repeat-x;
  background-size: contain;
  position: absolute;
  bottom: -25px;
  z-index: 3;
  top: unset;
}
header#tophead .top_headarea {
  width: 100%;
  padding: 25px 4% 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header#tophead .top_headarea .logo {
  width: 386px;
  height: 92px;
}
header#tophead .top_headarea .headbtn {
  width: 510px;
  height: 67px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  padding: 12px 17px;
}
header#tophead .top_headarea .headbtn .cottl {
  font-size: 18px;
  font-weight: 600;
  color: #937356;
  line-height: 1.3;
  font-family: "dnp-shuei-mgothic-std";
  width: 65px;
  text-align: left;
  margin-top: -1px;
}
header#tophead .top_headarea .headbtn .coline {
  content: "";
  display: inline-block;
  width: 4px;
  height: 41px;
  background: url("../img/head_line02.png") no-repeat;
  background-size: contain;
}
header#tophead .top_headarea .headbtn .tel {
  font-size: 28px;
  font-weight: 600;
  color: #f19059;
  line-height: 1.3;
  font-family: "dnp-shuei-mgothic-std";
  width: 265px;
  text-align: center;
  margin-top: -5px;
}
header#tophead .top_headarea .headbtn .tel img {
  width: 25px;
  height: 24px;
  margin: 6px 10px 0 0;
}
header#tophead .top_headarea .headbtn .tel span {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  display: block
}
header#tophead .top_headarea .headbtn .btn01 {
  width: 68px;
  text-align: center;
}
header#tophead .top_headarea .headbtn .btn02 {
  width: 56px;
  text-align: right;
}
@media(max-width: 999px) {
  header#tophead {
    height: 10vw;
  }
  header#tophead .top_headarea {
    padding: 2vw 4% 0;
  }
  header#tophead .top_headarea .logo {
    width: 35%;
    height: auto;
  }
  header#tophead .top_headarea .logo img {
    width: 100%;
    height: auto;
  }
}
@media(max-width: 640px) {
  header#tophead {
    height: 83.2%;
  }
  header#tophead .top_headarea {
    padding: 3vw 4% 2.5vw;
  }
  header#tophead .top_headarea .logo {
    width: 70%;
  }
  header#tophead:after {
    bottom: unset;
    top: 84%;
  }
  header#tophead .navi_btn {
    top: 4vw;
  }
}
/*
 top_Head
----------------------------------------------------------- */
#main.top {
  width: 100%;
  background: url("../img/top_bg_main.png") top left repeat-x;
  z-index: 0;
  padding: 40px 0 100px;
  font-family: "dnp-shuei-mgothic-std";
}
#main.top article#mainimg {
  text-align: center;
  height: 640px;
  width: 100%;
  position: relative;
}
#main.top article#mainimg .nav a img {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
#main.top article#mainimg .nav a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#main.top article#mainimg .top_nav01 {
  position: absolute;
  width: 162px;
  height: 158px;
  top: 20px;
  left: 50%;
  margin-left: -475px;
}
#main.top article#mainimg .top_nav02 {
  position: absolute;
  width: 159px;
  height: 154px;
  top: 197px;
  left: 50%;
  margin-left: -530px;
}
#main.top article#mainimg .top_nav03 {
  position: absolute;
  width: 160px;
  height: 156px;
  top: 378px;
  left: 50%;
  margin-left: -475px;
}
#main.top article#mainimg .top_nav04 {
  position: absolute;
  width: 179px;
  height: 178px;
  top: 0;
  right: 50%;
  margin-right: -516px;
}
#main.top article#mainimg .top_nav05 {
  position: absolute;
  width: 160px;
  height: 155px;
  top: 200px;
  right: 50%;
  margin-right: -520px;
}
#main.top article#mainimg .top_nav06 {
  position: absolute;
  width: 163px;
  height: 159px;
  top: 378px;
  right: 50%;
  margin-right: -475px;
}
#main.top article#mainimg .img01 {
  position: absolute;
  width: 56px;
  height: 69px;
  top: 20px;
  left: 50%;
  margin-left: -495px;
}
#main.top article#mainimg .img02 {
  position: absolute;
  width: 39px;
  height: 40px;
  top: 120px;
  left: 50%;
  margin-left: -574px;
}
#main.top article#mainimg .img02_2 {
  position: absolute;
  width: 39px;
  height: 40px;
  top: 194px;
  right: 50%;
  margin-right: -574px;
  transform: scale(-1, 1);
}
#main.top article#mainimg .img03 {
  position: absolute;
  width: 48px;
  height: 67px;
  top: 285px;
  left: 50%;
  margin-left: -583px;
}
#main.top article#mainimg .img04 {
  position: absolute;
  width: 90px;
  height: 74px;
  bottom: 135px;
  right: 50%;
  margin-right: -566px;
}
#main.top article#mainimg .img05 {
  position: absolute;
  width: 49px;
  height: 47px;
  top: 340px;
  right: 50%;
  margin-right: -543px;
}
#main.top article#mainimg .img06 {
  position: absolute;
  width: 98px;
  height: 221px;
  top: 284px;
  left: 50%;
  margin-left: -714px;
}
#main.top article#mainimg .img06_2 {
  position: absolute;
  width: 98px;
  height: 221px;
  top: 284px;
  right: 50%;
  margin-right: -714px;
  transform: scale(-1, 1);
}
#main.top article#mainimg .img07 {
  position: absolute;
  width: 84px;
  height: 138px;
  top: 368px;
  left: 50%;
  margin-left: -545px;
}
#main.top article#mainimg .img08 {
  position: absolute;
  width: 84px;
  height: 139px;
  top: -5px;
  right: 50%;
  margin-right: -603px;
}
#main.top article#mainimg .img09 {
  position: absolute;
  width: 40px;
  height: 49px;
  top: 248px;
  right: 50%;
  margin-right: -540px;
}
@media(max-width: 999px) {
  #main.top {
    padding: 40px 0 15%;
  }
  #main.top article#mainimg {
    height: 59vw;
  }
  #main.top article#mainimg .mainimg {
    width: 80%;
    margin: 0 auto;
  }
  #main.top article#mainimg .mainimg img {
    width: 100%;
  }
  #main.top article#mainimg .top_nav01 {
    width: 18%;
    height: auto;
    top: 0vw;
    left: 6%;
    margin-left: 0;
  }
  #main.top article#mainimg .top_nav02 {
    width: 18%;
    height: auto;
    top: 18vw;
    left: 1%;
    margin-left: 0;
  }
  #main.top article#mainimg .top_nav03 {
    width: 18%;
    height: auto;
    top: 36vw;
    left: 5%;
    margin-left: 0;
  }
  #main.top article#mainimg .top_nav04 {
    width: 17%;
    height: auto;
    top: 0vw;
    right: 5%;
    margin-right: 0;
  }
  #main.top article#mainimg .top_nav05 {
    width: 18%;
    height: auto;
    top: 18vw;
    right: 1%;
    margin-right: 0;
  }
  #main.top article#mainimg .top_nav06 {
    width: 18%;
    height: auto;
    top: 36vw;
    right: 4%;
    margin-right: 0;
  }
  #main.top article#mainimg .top_nav01 img, #main.top article#mainimg .top_nav02 img, #main.top article#mainimg .top_nav03 img, #main.top article#mainimg .top_nav04 img, #main.top article#mainimg .top_nav05 img, #main.top article#mainimg .top_nav06 img {
    width: 100%;
  }
  #main.top article#mainimg .img02, #main.top article#mainimg .img05, #main.top article#mainimg .img06, #main.top article#mainimg .img07, #main.top article#mainimg .img08, #main.top article#mainimg .img09, #main.top article#mainimg .img02_2, #main.top article#mainimg .img06_2 {
    display: none;
  }
}
@media(max-width: 640px) {
  #main.top {
    background-size: 20%;
    padding: 40px 0 100px;
  }
  #main.top article#mainimg {
    height: 70vw;
    width: 100%;
  }
  #main.top article#mainimg .mainimg {
    width: 90%;
  }
  #main.top article#mainimg .img01 {
    position: absolute;
    width: 13%;
    height: auto;
    top: 0px;
    left: 5%;
    margin-left: 0;
  }
  #main.top article#mainimg .img04 {
    position: absolute;
    width: 90px;
    height: 74px;
    bottom: 20px;
    right: 2%;
    margin-right: 0;
  }
  #main.top article#mainimg .img03 {
    position: absolute;
    width: 12%;
    height: auto;
    top: inherit;
    left: 2%;
    bottom: 30px;
    margin-left: 0;
  }
  #main.top article#mainimg .img01 img, #main.top article#mainimg .img03 img {
    width: 100%;
  }
}
/*
 top_新着情報
----------------------------------------------------------- */
#news .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}
#news h3 {
  font-size: 43px;
  color: #f19059;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 0 !important;
}
#news h3 span {
  color: #937356;
}
#news h3:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 31px;
  background: url("../img/img10.png") no-repeat;
  background-size: contain;
  margin-right: 15px;
}
#news h3:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 31px;
  background: url("../img/img11.png") no-repeat;
  background-size: contain;
  margin-left: 10px;
}
#news .newsarea {
  width: 100%;
  background: url("../img/bg02.png")top left repeat;
  border-radius: 30px;
  position: relative;
  padding: 40px 100px;
}
#news .newsarea ul {
  width: 100%;
  padding: 0 0 25px;
  display: flex;
  flex-wrap: wrap;
}
#news .newsarea ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: url("../img/news_line.png") bottom left repeat-x;
  background-size: contain;
  margin-top: 23px;
}
#news .newsarea ul:last-of-type {
  padding: 0;
}
#news .newsarea ul li {
  font-size: 16px;
  font-weight: bold;
}
#news .newsarea ul li.newsdate {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
#news .newsarea ul li.newsmain {
  width: 100%;
  line-height: 1.6;
}
#news .newsarea ul li.newsdate.new_icon:after {
  content: "";
  display: inline-block;
  width: 67px;
  height: 22px;
  background: url("../img/icon_new.png") bottom left no-repeat;
  background-size: contain;
  margin-left: 5px;
}
#news .newsarea .img12 {
  position: absolute;
  width: 143px;
  height: 146px;
  top: -136px;
  left: 50%;
  margin-left: -386px;
}
#news .newsarea .img13 {
  position: absolute;
  width: 172px;
  height: 172px;
  top: -80px;
  right: 50%;
  margin-right: -545px;
}
#news .newsarea .img13_2 {
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: -45px;
  left: 50%;
  margin-left: -578px;
}
#news .newsarea .img13_2 img {
  width: 100%;
}
#news .newsarea .img14 {
  position: absolute;
  width: 200px;
  height: 232px;
  bottom: -36px;
  right: 50%;
  margin-right: -660px;
}
#news .newsarea .img15 {
  position: absolute;
  width: 198px;
  height: 312px;
  top: -165px;
  left: 50%;
  margin-left: -627px;
}
#news .newsarea .img16 {
  position: absolute;
  width: 188px;
  height: 97px;
  top: -82px;
  right: 50%;
  margin-right: -358px;
}
p.catch {
  text-align: center;
  margin: 55px 0 75px;
  font-size: 28px;
  color: #9c7a5f;
  font-weight: 600;
}
p.catch span {
  font-size: 35px;
  color: #ea7eab;
}
@media(max-width: 999px) {
  #news .newsarea {
    width: 94%;
    margin: 0 auto;
    padding: 4% 5%;
  }
  #news .newsarea .img12 {
    width: 14%;
    height: auto;
    top: -12vw;
    left: 5%;
    margin-left: 0;
  }
  #news .newsarea .img16 {
    width: 19%;
    height: auto;
    top: -7.5vw;
    right: 6%;
    margin-right: 0;
  }
  #news .newsarea .img12 img, #news .newsarea .img16 img {
    width: 100%;
  }
  #news .newsarea .img13, #news .newsarea .img13_2, #news .newsarea .img14, #news .newsarea .img15 {
    display: none;
  }
  p.catch {
    margin: 3% 0 7%;
  }
}
@media(max-width: 640px) {
  #news .newsarea {
    width: 90%;
    border-radius: 20px;
    padding: 20px;
  }
  #news .newsarea ul li {
    font-size: 14px;
  }
  p.catch {
    margin: 25px 0 45px;
    font-size: 5vw;
  }
  p.catch span {
    font-size: 6vw;
  }
  #news .newsarea .img12, #news .newsarea .img16 {
    display: none;
  }
}
/*
 top_ボタン
----------------------------------------------------------- */
#intro {
  width: 100%;
  max-width: 1185px;
  height: 625px;
  margin: 0 auto;
  background: url("../img/bg03.png") center center no-repeat;
  background-size: cover;
  position: relative;
}
#intro .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 110px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#intro .inner .intro_box {
  width: 31%;
  height: auto;
  border-radius: 30px;
  background-color: #fff;
  padding: 15px 12px 20px;
  text-align: center;
  position: relative;
}
#intro .inner .intro_box:first-of-type {
  border: 3px solid #f19059;
  z-index: 10;
}
#intro .inner .intro_box:nth-of-type(2) {
  border: 3px solid #ea7eab;
}
#intro .inner .intro_box:nth-of-type(3) {
  border: 3px solid #9c7a5f;
  z-index: 10;
}
#intro .inner .intro_box .topttl {
  font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding-top: 6.5px;
}
#intro .inner .intro_box:first-of-type .topttl {
  background: url("../img/ttl_bg01.png") center center no-repeat;
  width: 279px;
  height: 67px;
}
#intro .inner .intro_box:nth-of-type(2) .topttl {
  background: url("../img/ttl_bg02.png") center center no-repeat;
  width: 279px;
  height: 67px;
  letter-spacing: -0.05em;
}
#intro .inner .intro_box:nth-of-type(3) .topttl {
  background: url("../img/ttl_bg03.png") center center no-repeat;
  width: 279px;
  height: 67px;
}
#intro .inner .intro_box img {
  width: 260px;
  margin: 20px auto;
}
#intro .inner .intro_box .txt {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  padding: 0 8px;
  margin-bottom: 65px;
}
#intro .inner .intro_box .btn a {
  text-decoration: none;
  color: #fff;
  width: 250px;
  height: 45px;
  display: inline-block;
  border-radius: 23px;
  position: absolute;
  bottom: 19px;
  left: 27px;
  font-size: 20px;
  padding-top: 5px;
}
#intro .inner .intro_box .btn.top01 a {
  background-color: #f19059;
}
#intro .inner .intro_box .btn.top02 a {
  background-color: #ea7eab;
}
#intro .inner .intro_box .btn.top03 a {
  background-color: #9c7a5f;
}
#intro .inner .intro_box .btn a:before { /*白い丸 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border-radius: 50%; /* CSS3草案 */
  -webkit-border-radius: 50%; /* Safari,Google Chrome用 */
  -moz-border-radius: 50%; /* Firefox用 */
  background: #fff;
}
#intro .inner .intro_box .btn a:after { /*「after要素」で三角 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #f19059;
  border-right: 2px solid #f19059;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#intro .inner .intro_box .btn.top02 a:after {
  border-top: 2px solid #ea7eab;
  border-right: 2px solid #ea7eab;
}
#intro .inner .intro_box .btn.top03 a:after {
  border-top: 2px solid #9c7a5f;
  border-right: 2px solid #9c7a5f;
}
#intro .inner .intro_box .btn a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#intro .img17 {
  position: absolute;
  width: 382px;
  height: 112px;
  top: -35px;
  left: 50%;
  margin-left: -175px;
}
#intro .img18 {
  position: absolute;
  width: 91px;
  height: 127px;
  top: 10px;
  left: 50%;
  margin-left: -473px;
  z-index: 1;
}
#intro .img19 {
  position: absolute;
  width: 102px;
  height: 79px;
  top: -64px;
  left: 50%;
  margin-left: -633px;
}
#intro .img20 {
  position: absolute;
  width: 198px;
  height: 230px;
  top: 80px;
  right: 50%;
  margin-right: -676px;
  z-index: 1;
}
#intro .img21 {
  position: absolute;
  width: 263px;
  height: 215px;
  bottom: -143px;
  left: 50%;
  margin-left: -608px;
}
#intro .img22 {
  position: absolute;
  width: 397px;
  height: 129px;
  bottom: -40px;
  right: 50%;
  margin-right: -674px;
}
.banaarea {
  text-align: center;
  margin: 65px auto 0;
}
.banaarea a img {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
	margin: 0 auto;
}
.banaarea a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media(max-width: 999px) {
  #intro .img17 {
    width: 50%;
    height: auto;
    top: -6vw;
    left: 25%;
    margin-left: 0;
  }
  #intro .img17 img {
    width: 100%
  }
  #intro .img18, #intro .img19, #intro .img20, #intro .img21, #intro .img22 {
    display: none;
  }
  #intro {
    width: 100%;
    height: 65vw;
  }
  #intro .inner {
    padding: 10vw 2% 0;
  }
  #intro .inner .intro_box {
    width: 32%;
    padding: 10px 5px 10px;
    z-index: 0 !important;
    border-radius: 20px;
  }
  #intro .inner .intro_box:first-of-type .topttl {
    background-size: contain;
    width: 100%;
    height: 8vw;
  }
  #intro .inner .intro_box:nth-of-type(2) .topttl {
    background-size: contain;
    width: 100%;
    height: 8vw;
  }
  #intro .inner .intro_box:nth-of-type(3) .topttl {
    background-size: contain;
    width: 100%;
    height: 8vw;
  }
  #intro .inner .intro_box .topttl {
    font-size: 2.5vw;
    padding-top: 7px;
  }
  #intro .inner .intro_box:nth-of-type(2) .topttl {
        font-size: 2.3vw;
    padding-top: 7.5px;
  }
  #intro .inner .intro_box img {
    width: 100%;
    margin: 5px auto 10px;
  }
  #intro .inner .intro_box .txt {
    margin-bottom: 7vw;
  }
  #intro .inner .intro_box .btn a {
    width: 92%;
    bottom: 1.7vw;
    left: 4%;
  }
  .banaarea {
    margin: 3% auto 1%;
    width: 90%;
  }
  .banaarea img {
    width: 100%;
  }
}
@media(max-width: 640px) {
  #intro {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    background: url("../img/bg06.png") center center repeat;
    background-size: auto;
    position: relative;
  }
  #intro .inner {
    padding: 17% 0 0;
  }
  #intro .inner .intro_box {
    width: 85%;
    height: auto;
    border-radius: 20px;
    background-color: #fff;
    padding: 8px 15px 20px;
    text-align: center;
    position: relative;
    margin: 0 auto 20px;
  }
  #intro .inner .intro_box:first-of-type {
    z-index: 0;
  }
  #intro .inner .intro_box:nth-of-type(3) {
    z-index: 0;
  }
  #intro .inner .intro_box:first-of-type .topttl {
    font-size: 22px;
    padding-top: 3vw;
    width: 100%;
    height: 24%;
    background-size: contain;
  }
  #intro .inner .intro_box:nth-of-type(2) .topttl, #intro .inner .intro_box:nth-of-type(3) .topttl {
        font-size: 21px;
    padding-top: 4.5vw;
    width: 100%;
    height: 24%;
    background-size: contain;
  }
  #intro .inner .intro_box img {
    width: 100%;
    margin: 5px auto 10px;
  }
  #intro .inner .intro_box .txt {
    margin-bottom: 10px;
  }
  #intro .inner .intro_box .btn a {
    width: 100%;
    height: 45px;
    bottom: unset;
    left: unset;
    font-size: 20px;
    padding-top: 5px;
    position: relative;
    margin-bottom: 8vw;
  }
  .banaarea {
    margin: 20px auto 0;
    width: 95%;
  }
  #intro .img17 {
    position: absolute;
    width: 80%;
    height: 8%;
    top: -35px;
    left: 10%;
    margin-left: 0;
  }
  #intro .img17 img {
    width: 100%;
  }
}
/*
 下層ページ
----------------------------------------------------------- */
#main {
  width: 100%;
  z-index: 0;
  padding: 0 0 150px;
  font-family: "dnp-shuei-mgothic-std";
}
#main .ttl {
  width: 100%;
  background: url(../img/bg_ttl.png)repeat;
  height: 190px;
  position: relative;
}
#main .ttl:before {
  content: "";
  display: inline-block;
  width: 650px;
  height: 32px;
  background: url(../img/bg_ttl_line.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: 480px;
  z-index: 3;
}
#main .ttl:after {
  content: "";
  display: inline-block;
  width: 650px;
  height: 32px;
  background: url(../img/bg_ttl_line.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -35px;
  right: 50%;
  margin-right: 480px;
  z-index: 3;
}
#main .ttl h2 {
  font-size: 36px;
  font-family: "dnp-shuei-mgothic-std";
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 90px;
  text-shadow: 0px 4px 1px #fc8f02, 1px 3px 1px #fc8f02, 2px 3px 1px #fc8f02, 2px 2px 1px #fc8f02, 3px 2px 1px #fc8f02, 3px 1px 1px #fc8f02, 4px 0px 1px #fc8f02, 3px -1px 1px #fc8f02, 3px -2px 1px #fc8f02, 2px -2px 1px #fc8f02, 2px -3px 1px #fc8f02, 1px -3px 1px #fc8f02, 0px -4px 1px #fc8f02, -1px -3px 1px #fc8f02, -2px -3px 1px #fc8f02, -2px -2px 1px #fc8f02, -3px -2px 1px #fc8f02, -3px -1px 1px #fc8f02, -4px 0px 1px #fc8f02, -3px 1px 1px #fc8f02, -3px 2px 1px #fc8f02, -2px 2px 1px #fc8f02, -2px 3px 1px #fc8f02, -1px 3px 1px #fc8f02;
}
#main article .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#main h3 {
  font-size: 43px;
  color: #937356;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
#main h3 span {
  color: #f19059;
}
#main h3:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 31px;
  background: url("../img/img10.png") no-repeat;
  background-size: contain;
  margin-right: 15px;
}
#main h3:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 31px;
  background: url("../img/img11.png") no-repeat;
  background-size: contain;
  margin-left: 10px;
}
@media(max-width: 999px) {
  #main .ttl h2 {
    font-size: 5vw;
    padding-top: 4vw;
  }
  #main h3 {
    font-size: 5vw;
    margin-bottom: 3%;
  }
  #main .ttl {
    height: 15vw;
  }
}
@media(max-width: 640px) {
  #main {
    width: 100%;
    z-index: 0;
    padding: 0 0 100px;
    font-family: "dnp-shuei-mgothic-std";
  }
  #main .ttl {
    height: 25vw;
  }
  #main .ttl h2 {
    font-size: 7.5vw;
    padding-top: 6.5vw;
  }
  #main h3 {
    font-size: 7.2vw;
    color: #937356;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
  }
  #main h3:before {
    width: 30px;
    height: 26px;
    margin-right: 10px;
  }
  #main h3:after {
    width: 30px;
    height: 26px;
    margin-left: 5px;
  }
}
/*
 エスクについて
----------------------------------------------------------- */
.about article {
  text-align: center;
}
.about article:nth-of-type(1) {
  background: url(../img/bg02.png)top left repeat;
  padding: 60px 0 90px;
  position: relative;
}
.about article:nth-of-type(2) {
  margin: 0 0 -120px;
  padding: 90px 0 120px;
  background: #fff url(../img/bg05.png)top center repeat-y;
}
.about .catch {
  text-align: center;
  margin: -35px 0 40px;
  font-size: 28px;
  color: #9c7a5f;
  font-weight: 600;
}
.about .pic {
  width: 100%;
  background: url("../about/img/pic02.png")top 160px center no-repeat;
}
.about .name {
  margin: 5px 0 25px;
  font-size: 20px;
  color: #9c7a5f;
  font-weight: 600;
  line-height: 1.3;
}
.about .txt01 {
  text-align: left;
  font-size: 16px;
  padding: 0 85px;
  line-height: 1.8;
}
.about .txt02 {
  text-align: left;
  font-size: 14px;
  padding: 0 85px;
  line-height: 1.6;
  margin-top: 30px;
}
.about .txt04 {
  text-align: left;
  font-size: 16px;
  padding: 0 10%;
  line-height: 1.8;
  margin: 30px 0;
}
.about_wrap {
  width: 100%;
  max-width: 1000px;
  height: auto;
  position: relative;
}
.about_wrap .img01 {
  width: 191px;
  height: 179px;
  position: absolute;
  top: -65px;
  left: -140px;
}
.about_wrap .img02 {
  width: 152px;
  height: 150px;
  position: absolute;
  top: 155px;
  left: -85px;
}
.about_wrap .img03 {
  width: 235px;
  height: 218px;
  position: absolute;
  top: 10px;
  right: -155px;
}
@media(max-width: 999px) {
  .about article:nth-of-type(1) {
    padding: 5% 0 8%;
  }
  .about article:nth-of-type(2) {
    padding: 5% 0 12%;
  }
  .about .catch {
    margin: -4% 0 0;
    font-size: 3.5vw;
  }
  .about .txt04 {
    padding: 0 10%;
    margin: 2% 0 3%;
  }
  .about_wrap .img01 {
    display: none;
  }
  .about_wrap .img02 {
    display: none;
  }
  .about_wrap .img03 {
    display: none;
  }
  .about .about_img {
    width: 90%;
    margin: 0 auto;
  }
  .about .about_img img {
    width: 100%;
  }
  .about .txt01 {
    padding: 0 5%;
  }
  .about .txt02 {
    padding: 0 5%;
    margin-top: 20px;
  }
}
@media(max-width: 640px) {
  .about article:nth-of-type(1) {
    padding: 30px 0 40px;
  }
  .about article:nth-of-type(2) {
    margin: 0 0 -50px;
    padding: 30px 0 50px;
  }
  .about .catch {
    margin: -15px 0 20px;
    font-size: 5vw;
  }
  .about .txt04 {
    font-size: 16px;
    padding: 0 5%;
    line-height: 1.6;
    margin: 20px 0;
  }
  .about .pic {
    width: 100%;
    background: url(../about/img/pic02.png)top 40px center no-repeat;
    background-size: 125%;
  }
  .about .pic img {
    width: 60%;
  }
  .about .txt01 {
    font-size: 16px;
    padding: 0 5%;
    line-height: 1.6;
  }
  .about .txt02 {
    font-size: 14px;
    padding: 0 5%;
    line-height: 1.4;
    margin-top: 20px;
  }
}
/*
 サポート会員募集
----------------------------------------------------------- */
.supporter article {
  text-align: center;
  padding: 60px 0 90px;
}
.supporter article:nth-of-type(1) {
  background: #fff url(../img/bg05.png)top center repeat-y;
  position: relative;
}
.supporter article:nth-of-type(2) {
  background-image: url(../img/bg05.png), url(../img/bg02.png);
  background-position: top center, top left;
  background-repeat: repeat-y, repeat;
}
.supporter article:nth-of-type(3) {
  background: #fff;
  position: relative;
  padding: 60px 0 0;
}
.supporter .txt01 {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.supporter .txt01 span {
  font-size: 20px;
  color: #f19059;
  font-weight: 600;
}
.supporter .txt02 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #f19059;
}
.supporter .box01 {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.supporter .box01 .detail {
  width: 24%;
  max-width: 240px;
  border-radius: 20px;
  border: 2px solid #f19059;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1.3% 2% 0;
  background-color: #fff;
}
.supporter .box01 .detail:nth-child(4), .supporter .box01 .detail:nth-child(7) {
  margin: 0 0 2% 0;
}
.supporter .box01 .detail .pic img {
  width: 100%;
  height: 65.5%;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.supporter .box01 .detail .txt {
  font-size: 18px;
  color: #937356;
  font-weight: 600;
  margin: 20px 0 25px;
  line-height: 1.3;
}
.supporter .txt03 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.supporter .box02 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.supporter .box02 .detail {
  width: 30%;
  max-width: 300px;
  margin: 0;
  text-align: center;
}
.supporter .box02 .detail .txt {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.3;
}
.supporter .btn01, .supporter .btn02 {
  position: relative;
}
.supporter .btn01 .btnimg, .supporter .btn02 .btnimg {
  position: absolute;
  width: 169px;
  height: 93px;
  top: -5px;
  left: 50%;
  margin-left: -360px;
}
.supporter .btn01 a {
  text-decoration: none;
  color: #fff;
  width: 490px;
  height: 90px;
  display: inline-block;
  border-radius: 45px;
  position: relative;
  font-size: 24px;
  padding-top: 17px;
  color: #FFF;
  background-color: #f19059;
  line-height: 1.2;
  margin: 30px auto 0;
}
.supporter .btn02 a {
  text-decoration: none;
  color: #fff;
  width: 490px;
  height: 90px;
  display: inline-block;
  border-radius: 45px;
  position: relative;
  font-size: 36px;
  padding-top: 22px;
  color: #FFF;
  background-color: #f19059;
  line-height: 1.2;
  margin: 30px auto 0;
}
.supporter .btn01 a:before, .supporter .btn02 a:before { /*白い丸 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 45px;
  height: 45px;
  margin-top: -22.5px;
  border-radius: 50%; /* CSS3草案 */
  -webkit-border-radius: 50%; /* Safari,Google Chrome用 */
  -moz-border-radius: 50%; /* Firefox用 */
  background: #fff;
}
.supporter .btn01 a:after, .supporter .btn02 a:after { /*「after要素」で三角 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 47px;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  border-top: 3px solid #f19059;
  border-right: 3px solid #f19059;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.supporter .btn01 a:hover, .supporter .btn02 a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.supporter .koe_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.supporter .koe_wrap .box03 {
  width: 48%;
  max-width: 480px;
}
.supporter .box03 .detail {
  width: 100%;
  height: auto;
  background: url(../img/bg07.png)repeat;
  border-radius: 30px;
  padding: 40px 25px;
  margin: 0 0 35px;
  text-align: left;
}
.supporter .box03 .detail p.koettl {
  font-size: 20px;
  color: #f19059;
  font-weight: 600;
  margin-bottom: 15px;
}
.supporter .box03 .detail .name {
  font-size: 16px;
  text-align: right;
  line-height: 1;
}
.supporter .box03 .detail .name:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 15px;
  background: url(../img/line.png) top left repeat-x;
}
.supporter .box03 .detail .name:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 15px;
  background: url(../img/line.png) bottom left repeat-x;
}
.supporter .box03 .detail p.txt {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.6;
}
@media(max-width: 999px) {
.supporter article {
    padding: 5% 0 8%;
  }
  .supporter article:nth-of-type(3) {
    padding: 5% 0 0;
  }
.supporter .txt01 {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    padding: 0 5%;
}
.supporter .box01 {
    width: 95%;
    margin: 20px auto;
}
.supporter .box01 .detail .txt {
    font-size: 16px;
    margin: 10px 0 15px;
}
.supporter .box02 {
    width: 85%;
    margin: 0 auto 20px;
    justify-content: space-between;
}
.supporter .koe_wrap {
    width: 95%;
}
.supporter .koe_wrap .box03 {
    width: 49%;
}
.supporter .box03 .detail {
    margin: 0 0 20px;
}
}
@media(max-width: 640px) {
  .supporter article {
    padding: 30px 0 40px;
  }
  .supporter article:nth-of-type(3) {
    padding: 30px 0 0;
  }
  .supporter .txt01 {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 5%;
  }
  .supporter .box01 {
    width: 90%;
    margin: 20px 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .supporter .box01 .detail {
    width: 48%;
    max-width: 48%;
    margin: 0 0 4% 0;
  }
  .supporter .box01 .detail:nth-child(4), .supporter .box01 .detail:nth-child(7) {
    margin: 0 0 4% 0;
  }
  .supporter .box01 .detail .txt {
    font-size: 14px;
    margin: 10px 0;
  }
  .supporter .txt02 {
    text-align: center;
    font-size: 6vw;
    font-weight: 600;
    color: #f19059;
  }
  .supporter .txt03 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: -10px;
  }
  .supporter .box02 {
    justify-content: space-between;
  }
  .supporter .box02 .detail {
    width: 48%;
  }
  .supporter .box02 .detail img {
    width: 100%;
  }
  .supporter .box02 .detail .txt {
    font-size: 16px;
  }
  .supporter .btn01 a {
    width: 90%;
    height: 70px;
    font-size: 18px;
    padding-top: 13px;
    margin: -10px auto 0;
    padding-right: 15px;
  }
  .supporter .btn01 a:before, .supporter .btn02 a:before {
    right: 10px;
    width: 30px;
    height: 30px;
    margin-top: -16px;
  }
  .supporter .btn01 a:after, .supporter .btn02 a:after {
    right: 21px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
  }
  .supporter .btn02 a {
    width: 90%;
    height: 70px;
    font-size: 24px;
    padding-top: 20px;
    margin: 10px auto 0;
    padding-right: 15px;
  }
  .supporter .koe_wrap {
    width: 90%;
    margin: 0 5%;
  }
  .supporter .koe_wrap .box03 {
    width: 100%;
    max-width: 100%;
  }
  .supporter .box03 .detail {
    border-radius: 20px;
    padding: 20px;
    margin: 0 0 20px;
  }
}
/*
 子供を預けたい方
----------------------------------------------------------- */
.request article {
  text-align: center;
}
.request article:nth-of-type(1) {
  background-image: url(../img/bg05.png), url(../img/bg02.png);
  background-position: top center, top left;
  background-repeat: repeat-y, repeat;
  padding: 90px 0 50px;
  position: relative;
}
.request article:nth-of-type(2) {
  margin: 0 0 -120px;
  padding: 90px 0 120px;
}
.request .box03 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.request .box03 .detail {
  width: 48%;
  max-width: 480px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 7% 0;
  background-color: #fff;
  position: relative;
}
.request .box03 .detail .point {
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  top: -27px;
  left: 50%;
  margin-left: -143px;
  background: url(../img/ttl_bg04.png)top center no-repeat;
  background-size: cover;
  width: 279px;
  height: 67px;
  padding-top: 4px;
}
.request .box03 .detail .pic {
  width: 100%;
  /*height: 55%;*/
  background: url(../img/bg06.png) top left repeat;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.request .box03 .detail .pic img {
  width: 100%;
}
.request .box03 .detail .recttl {
  font-size: 22px;
  color: #f19059;
  font-weight: 600;
  margin: 25px 0 15px;
  line-height: 1.3;
}
.request .box03 .detail .txt {
  font-size: 16px;
  text-align: left;
  padding: 0 30px 40px;
}
.request .box04 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.request .box04 .detail {
  width: 31%;
  max-width: 310px;
	margin-bottom: 30px;
}
.request .box04 .detail .pic img {
  width: 100%;
}

.request .box04 .detail .txt {
  font-size: 16px;
  text-align: left;
  padding: 15px 0 0;
}
@media(max-width: 999px) {
  .request article:nth-of-type(1) {
    padding: 8% 0 3%;
  }
  .request article:nth-of-type(2) {
    margin: 0 0 -12%;
    padding: 5% 0 12%;
  }
  .request .box03 {
    width: 90%;
  }
  .request .box03 .detail .pic {
    height: 24vw;
  }
  .request .box03 .detail .recttl {
    font-size: 2.2vw;
    margin: 4% 0 3%;
  }
  .request .box03 .detail .txt {
    padding: 0 5% 5%;
  }
  .request .box04 {
    width: 95%;
  }
  .request .box04 .detail .txt {
    padding: 5% 0 0;
  }
}
@media(max-width: 640px) {
  .request article:nth-of-type(1) {
    padding: 50px 0 0;
  }
  .request article:nth-of-type(2) {
    margin: 0 0 -50px;
    padding: 30px 0 50px;
  }
  .request .box03 {
    width: 90%;
    margin: 0 5%;
  }
  .request .box03 .detail {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 15% 0;
    background-color: #fff;
    position: relative;
  }
  .request .box03 .detail .point {
    position: absolute;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    top: -27px;
    left: 50%;
    margin-left: -138px;
    background: url(../img/ttl_bg04.png)top center no-repeat;
    background-size: cover;
    width: 279px;
    height: 67px;
    padding-top: 6px;
  }
  .request .box03 .detail .pic {
    width: 100%;
    height: 49.2vw;
    background: url(../img/bg06.png) top left repeat;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .request .box03 .detail .recttl {
    margin: 15px 0 15px;
    font-size: 6vw;
  }
  .request .box03 .detail .txt {
    padding: 0 20px 15px;
  }
  .request .box04 {
    width: 90%;
    max-width: 90%;
    margin: 0 5%;
  }
  .request .box04 .detail {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .request .box04 .detail .txt {
    padding: 10px 0 0;
  }
}
@media(min-width: 641px) {
	.request .box04 .detail.long {
  width: 66.65%;
  max-width: 666.5px;
	margin-bottom: 30px;
}
.request .box04 .detail.long .pic img {
  width: 46.5%;
}
}
/*
 料金ぺージ
----------------------------------------------------------- */
.price article {
  text-align: center;
}
.price article:nth-of-type(1) {
  padding: 60px 0 90px;
}
.price article:nth-of-type(2) {
  background: url(../img/bg02.png)top left repeat;
  margin: 0 0 -150px;
  padding: 90px 0 150px;
}
.pricewrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pricewrap .pricettl {
  width: 18%;
  max-width: 180px;
  background: url(../img/bg04.png)top left repeat;
  font-size: 24px;
  text-align: center;
  padding: 25px 0;
  font-weight: bold;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.pricewrap .price {
  width: 82%;
  max-width: 820px;
  background: url(../img/bg02.png)top left repeat;
  font-size: 18px;
  align-items: center;
  font-weight: bold;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: left;
  padding: 25px 0 25px 50px;
}
.pricewrap .price span {
  font-size: 26px;
  color: #f19059;
  letter-spacing: 0.05em;
}
.price table {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto 40px;
  border-collapse: collapse;
  border-spacing: 0;
}
.price table tr th {
  border: 1px #bca189 solid;
  padding: 15px 0 15px 40px;
  vertical-align: middle;
  background-color: #fcf9ec;
  text-align: center;
  font-weight: bold;
  width: 35%;
  font-size: 16px;
  text-align: left;
}
.price table tr td {
  border: 1px #bca189 solid;
  padding: 15px;
  vertical-align: middle;
  background-color: #fff;
  text-align: center;
  width: 32.5%;
  font-size: 18px;
}
.price table tr td.tttl {
  background-color: #ffe29c;
  width: 100%;
  font-size: 24px;
  padding: 13px;
  font-weight: bold;
}
.price table tr td.time {
  font-size: 20px;
  font-weight: bold;
  color: #f19059;
}
.price table tr td span {
  font-size: 14px;
}
.price .cap {
  text-align: left;
  font-size: 16px;
  margin-top: -25px;
  padding-left: 10px;
}
.price .examplewrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price .examplewrap .box {
  width: 48%;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 40px;
  display: table-cell;
}
.price .examplewrap .box .ettl {
  width: 100%;
  height: 110px;
  background-color: #937356;
  color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
}
.price .examplewrap .box .ettl span {
  font-size: 16px;
  display: block;
}
.price .examplewrap .box .pic {
  padding: 30px 0;
}
.price .examplewrap .box dl {
  width: 90%;
  margin: 0 auto 40px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price .examplewrap .box dl dt {
  width: 80%;
  text-align: left;
  padding: 15px 0 15px 10px;
}
.price .examplewrap .box dl dt.dotline {
  width: 100%;
  height: 2px;
  background: url(../img/line.png) bottom left repeat-x;
  padding: 0;
}
.price .examplewrap .box dl dt.line {
  width: 100%;
  height: 2px;
  background: #bca189 repeat-x;
  padding: 0;
}
.price .examplewrap .box dl dd {
  width: 20%;
  text-align: right;
  padding: 15px 10px 15px 0;
}
.price .examplewrap .box dl dt span, .price .examplewrap .box dl dd span {
  font-size: 18px;
  font-weight: bold;
}
@media(max-width: 999px) {
  .price article:nth-of-type(1) {
    padding: 5% 0 8%;
  }
  .price article:nth-of-type(2) {
    background: url(../img/bg02.png)top left repeat;
    margin: 0 0 -20%;
    padding: 5% 0 14%;
  }
  .pricewrap {
    width: 95%;
    margin: 0 auto 30px;
  }
  .price table {
    width: 95%;
    margin: 0 auto 30px;
  }
  .price table tr th {
    padding: 10px;
  }
  .price .cap {
    margin-top: -15px;
    padding-left: 2.5%;
  }
  .price .examplewrap {
    width: 95%;
  }
  .price .examplewrap .box {
    width: 49%;
    margin-bottom: 20px;
  }
  .price .examplewrap .box dl {
    width: 95%;
    margin: 0 auto 20px;
  }
  .price .examplewrap .box dl dt {
    width: 75%;
    padding: 10px 0 10px 5px;
  }
  .price .examplewrap .box dl dd {
    width: 25%;
    padding: 10px 5px 10px 0;
  }
}
@media(max-width: 640px) {
  .price article:nth-of-type(1) {
    padding: 30px 0 40px;
  }
  .price article:nth-of-type(2) {
    background: url(../img/bg02.png)top left repeat;
    margin: 0 0 -100px;
    padding: 30px 0 60px;
  }
  .pricewrap {
    width: 90%;
    margin: 0 5% 20px;
  }
  .pricewrap .pricettl {
    width: 25%;
    font-size: 5vw;
    text-align: center;
    padding: 15px 0;
  }
  .pricewrap .price {
    width: 75%;
    font-size: 4.5vw;
    padding: 15px 0 15px 10px;
  }
  .pricewrap .price span {
    font-size: 6vw;
  }
  .price table {
    width: 90%;
    margin: 0 5% 20px;
  }
  .price table tr td.tttl {
    font-size: 5vw;
    padding: 8px;
  }
  .price table tr th {
    padding: 8px 0 8px 5px;
    width: 35%;
    font-size: 3.5vw;
  }
  .price table tr td {
    padding: 8px 5px;
    font-size: 3.5vw;
  }
  .price table tr td.time {
    font-size: 4vw;
  }
  .price table tr td span {
    font-size: 3vw;
  }
  .price .cap {
    text-align: left;
    font-size: 14px;
    margin-top: -10px;
    padding-left: 5%;
  }
  .price .examplewrap {
    width: 90%;
    margin: 0 5%;
  }
  .price .examplewrap .box {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    display: table-cell;
  }
  .price .examplewrap .box .ettl {
    width: 100%;
    height: 110px;
    background-color: #937356;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
  }
  .price .examplewrap .box .pic {
    padding: 20px 0;
  }
  .price .examplewrap .box dl {
    margin: 0 auto 20px;
  }
  .price .examplewrap .box dl dt {
    width: 70%;
    text-align: left;
    padding: 10px 0 10px 0;
  }
  .price .examplewrap .box dl dd {
    width: 30%;
    text-align: right;
    padding: 10px 0 10px 0;
  }
}
/*
 よくある質問
----------------------------------------------------------- */
.qa article {
  text-align: center;
}
.qa article:nth-of-type(1) {
  /*background: url(../img/bg02.png)top left repeat;*/
  padding: 60px 0 30px;
  position: relative;
}
.qa article:nth-of-type(2) {
  margin: 0 0 -120px;
  padding: 10px 0 120px;
}
.qa h3 {
  letter-spacing: 0 !important;
  font-size: 36px !important;
  margin: 80px 0 40px !important;
}
.qa p.txt05 {
  font-size: 18px;
  text-align: center;
}
.qa ul {
  width: 100%;
  max-width: 1000px;
  margin: 35px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.qa ul li a {
  text-decoration: none;
  color: #fff;
  width: auto;
  height: 45px;
  display: inline-block;
  border-radius: 23px;
  position: relative;
  font-size: 20px;
  padding: 5px 65px 0 35px;
  background-color: #9c7a5f;
  margin: 0 40px 30px 0;
}
.qa ul li a:before { /*白い丸 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border-radius: 50%; /* CSS3草案 */
  -webkit-border-radius: 50%; /* Safari,Google Chrome用 */
  -moz-border-radius: 50%; /* Firefox用 */
  background: #fff;
}
.qa ul li a:after { /*「after要素」で三角 */
  display: block;
  content: "";
  position: absolute;
  top: 47%;
  right: 23px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #9c7a5f;
  border-right: 2px solid #9c7a5f;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.qa .qa_detail {
  width: 100%;
  max-width: 1000px;
  padding: 20px 30px;
  margin: 0 auto 40px;
  text-align: left;
  border-radius: 30px;
  background: url(../img/bg02.png) repeat;
  position: relative;
}
.qa .qa_detail dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.qa .qa_detail dl dt {
  width: 90%;
  font-size: 20px;
  color: #f19059;
  font-weight: 600;
  padding-left: 65px;
  position: relative;
}
.qa .qa_detail dl dt:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../qa/img/icon_q.png) top left no-repeat;
  position: absolute;
  top: -7px;
  left: 0;
}
.qa .qa_detail dl dd {
  width: 100%;
}
.qa .qa_detail .btn_detail {
  top: -2px;
  right: 10px;
  position: absolute;
}
@media(max-width: 999px) {
.qa article:nth-of-type(1) {
    padding: 5% 0 3%;
  }
  .qa article:nth-of-type(2) {
    margin: 0 0 -12%;
    padding: 0 0 7%;
  }
.qa ul {
    width: 95%;
    margin: 20px auto 0;
}
.qa .qa_detail {
    width: 95%;
    margin: 0 auto 20px;
}
.qa h3 {
    letter-spacing: 0 !important;
    font-size: 4vw !important;
    margin: 50px 0 20px !important;
}
}
@media(max-width: 640px) {
  .qa article:nth-of-type(1) {
    padding: 30px 0 30px;
  }
  .qa article:nth-of-type(2) {
    margin: 0 0 -120px;
    padding: 0 0 120px;
  }
  .qa p.txt05 {
    font-size: 16px;
    text-align: left;
    padding: 0 5%;
  }
  .qa ul {
    width: 90%;
    margin: 15px 5% 0;
  }
  .qa ul li a {
    height: 35px;
    border-radius: 20px;
    font-size: 4vw;
    padding: 5px 40px 0 15px;
    margin: 0 10px 10px 0;
  }
  .qa ul li a:before {
    right: 8px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .qa ul li a:after {
    right: 14px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .qa h3 {
    font-size: 6vw !important;
    margin: 50px 0 10px !important;
  }
  .qa .qa_detail {
    width: 90%;
    padding: 10px 15px;
    margin: 0 5% 20px;
    border-radius: 20px;
  }
  .qa .qa_detail dl dt {
    width: 90%;
    font-size: 16px;
    padding-left: 40px;
  }
  .qa .qa_detail dl dt:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../qa/img/icon_q.png) top left no-repeat;
    position: absolute;
    background-size: contain;
    top: 0;
    left: 0;
  }
  .archive_detail {
    margin: 10px 0 0 !important;
    padding: 10px 0 0 !important;
    font-size: 14px !important;
  }
  .archive_detail p {
    padding: 0 10px 0 30px !important;
  }
  .archive_detail p:before {
    top: 5px;
    left: 5px !important;
  }
  .qa .qa_detail .btn_detail {
    top: -5px;
    right: 0;
  }
}
/* ---------------------------------------------------------------------------
 * アコーディオン
--------------------------------------------------------------------------- */
.btn_detail {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #f19059;
  background: #f19059;
  margin-top: 5px;
}
.btn_detail:hover {
  opacity: 0.6;
  color: #fff;
}
.qa .qa_detail dl .btn_detail.active:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../qa/img/btn_close.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.qa .qa_detail dl .btn_detail:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../qa/img/btn_open.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.archive_detail {
  display: none;
}
.archive_detail {
  width: 100%;
  background: url(../img/news_line.png) top left repeat-x;
  margin: 20px 0 0;
  padding: 20px 0 0;
  font-size: 16px;
}
.archive_detail p {
  padding: 0 20px 0 60px;
  position: relative;
}
.archive_detail p:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url(../qa/img/icon_a.png) top left no-repeat;
  position: absolute;
  top: 5px;
  left: 20px;
}
/*
 運営会社
----------------------------------------------------------- */
.company article {
  text-align: center;
  background: url(../img/bg02.png)top left repeat;
}
.company article:nth-of-type(1) {
  padding: 60px 0 0;
  position: relative;
}
.company article:nth-of-type(2) {
  margin: 0 0 -150px;
  padding: 60px 0 190px;
}
.company h3 {
  margin-bottom: 20px !important;
}
.company table {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.company table tr th {
  border: 1px #bca189 solid;
  padding: 15px 0;
  vertical-align: middle;
  background-color: #ffe29c;
  text-align: center;
  font-weight: bold;
  width: 30%;
  font-size: 16px;
}
.company table tr td {
  border: 1px #bca189 solid;
  padding: 15px 0 15px 40px;
  vertical-align: middle;
  background-color: #fff;
  text-align: left;
  width: 70%;
  font-size: 16px;
}
@media(max-width: 999px) {
  .company article:nth-of-type(1) {
    padding: 5% 0 0;
  }
  .company article:nth-of-type(2) {
    margin: 0 0 -20%;
    padding: 5% 0 14%;
  }
.company table {
    width: 95%;
}
.company .map {
    width: 95%;
    margin: 0 auto;
  }
}
@media(max-width: 640px) {
  .company article:nth-of-type(1) {
    padding: 30px 0 0;
    position: relative;
  }
  .company article:nth-of-type(2) {
    margin: 0 0 -150px;
    padding: 30px 0 150px;
  }
  .company table {
    width: 90%;
    margin: 0 5%;
  }
  .company table tr th {
    padding: 8px 0;
    font-size: 14px;
  }
  .company table tr td {
    padding: 8px 0 8px 10px;
    width: 70%;
    font-size: 14px;
  }
  .company .map {
    width: 90%;
    margin: 0 auto;
  }
}
/*
 プライバシーポリシー
----------------------------------------------------------- */
.privacy article {
  text-align: left;
  background: url(../img/bg02.png)top left repeat;
  margin: 0 0 -150px;
  padding: 60px 0 190px;
  font-size: 16px;
}
.privacy .sttl {
  font-size: 20px;
  font-weight: 600;
  color: #937356;
  margin-bottom: 25px;
}
.privacy .intro {
  margin-bottom: 25px;
}
.privacy dl {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.privacy dl dt {
  width: 2%;
  margin-bottom: 20px;
  color: #937356;
  font-weight: bold;
}
.privacy dl dd {
  width: 98%;
  margin-bottom: 20px;
}
.privacy dl dd p {
  padding: 5px 0 0 15px;
}
.privacy .cop {
  padding: 0 0 0 15px;
  margin: -15px 0 0;
}
@media(max-width: 999px) {
  .privacy article {
    margin: 0 0 -20%;
    padding: 5% 5% 16%;
  }
.privacy dl dt {
    width: 5%;
    margin-bottom: 15px;
  }
  .privacy dl dd {
    width: 95%;
    margin-bottom: 15px;
  }
  .privacy dl dd p {
    padding: 5px 0 0 0;
  }
}
@media(max-width: 640px) {
  .privacy article {
    margin: 0 0 -150px;
    padding: 30px 5% 150px;
  }
}
/*
 パンクズ
----------------------------------------------------------- */
.breadCrumbs {
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
}
.breadCrumbs .breadCrumbs_list {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadCrumbs .breadCrumbs_list .breadCrumbs_list_item {
  margin-right: 30px;
  position: relative;
}
.breadCrumbs .breadCrumbs_list .breadCrumbs_list_item:after {
  display: block;
  content: ">";
  position: absolute;
  top: 0;
  right: -20px;
  width: 10px;
  height: 10px;
}
.breadCrumbs .breadCrumbs_list .breadCrumbs_list_item:last-child:after {
  display: none;
}
/*
 下層ページ(問い合わせ)
----------------------------------------------------------- */
#main.contact {
  background: url(../img/bg02.png)repeat;
}
#main.contact h3 {
  margin: 50px 0 0 !important;
}
#main.contact .contain {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 0;
}
#main.contact .contain p {
  font-size: 16px;
  padding: 0 40px;
}
#main.contact .end p {
  font-size: 16px;
  text-align: center;
}
#main.contact .btn a {
  display: block;
  width: 300px;
  height: 45px;
  line-height: 45px;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 23px;
  z-index: 0;
  margin: 40px auto 0;
  font-size: 20px;
  font-weight: bold;
  background-color: #f19059;
  font-feature-settings: "palt"1;
  cursor: pointer;
}
#main.contact .btn a:hover {
  opacity: 0.7;
}
.wrap_form {
  margin-top: 50px;
  padding: 50px;
  background-color: #fff;
  border-radius: 30px;
  font-size: 16px;
}
.contact #entryForm dl {
  width: 100%;
  display: flex;
  background: url(../img/line.png) bottom left repeat-x;
}
.contact #entryForm dt {
  width: 30%;
  padding: 1.7em;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  align-items: center;
  display: flex;
}
.contact #entryForm dt.required:after {
  content: "必須";
  width: 50px;
  padding: 0 0.5em 0.02em;
  margin-left: 8px;
  background: #ea7eab;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2em;
}
.contact #entryForm dd {
  width: 70%;
  padding: 1.7em;
  font-size: 16px;
}
.contact #entryForm dd span {
  margin-right: 40px;
}
.contact #entryForm dd span.s10 {
  margin-right: 10px;
}
.contact #entryForm dl .red {
  color: #D00306;
  font-size: 14px;
  display: block;
  margin-right: 0;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
.contact #entryForm dl .fs_small {
  font-size: 14px;
}
.contact #entryForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact #entryForm select::-ms-expand {
  display: none;
}
.contact #entryForm select {
  padding: 0.5em 2.25em 0.5em 0.5em;
  background: url(../contact/img/icon_arrow_bot.png) center right .5em no-repeat #fff;
  background-size: 0.75em;
  border: 1px solid #666;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.contact #entryForm input[type="text"] {
  width: 100%;
  padding: 0.75em 1.25em;
  border: 1px solid #666;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3;
  -webkit-appearance: none;
}
.contact #entryForm input[type="text"].w_small, .contact #entryForm select.w_small {
  width: 25%;
}
.contact #entryForm input[type="text"].w_middle, .contact #entryForm select.w_middle {
  width: 48%;
}
.contact #entryForm input[type="text"].w_middle2, .contact #entryForm select.w_middle2 {
  width: 44%;
}
.contact #entryForm input[type="text"].w_200, .contact #entryForm select.w_200 {
  width: 200px;
}
.contact #entryForm input[type="text"].w_60, .contact #entryForm select.w_60 {
  width: 60px;
}
.contact #entryForm input[type="text"].w_400, .contact #entryForm select.w_400 {
  width: 400px;
}
.contact #entryForm input[type="text"].w_middle:first-child, .contact #entryForm select.w_middle:first-child {
  margin-right: 3%;
}
.contact #entryForm input[type="text"].w_middle2:first-child, .contact #entryForm select.w_middle2:first-child {
  margin-right: 4%;
}
.contact .area {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.contact .area2 {
  width: 100%;
  display: block;
  margin-top: 15px;
}
.contact .area3 {
  width: 100%;
  display: block;
  margin-top: 30px;
}
.contact .area3 label {
  display: contents;
}
.contact #entryForm textarea {
  width: 100%;
  height: 6.4em;
  padding: 0.5em;
  border: 1px solid #666;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3;
  -webkit-appearance: none;
}
.contact #entryForm .privacy {
  width: 100%;
  text-align: center;
  margin: 30px 0 0;
}
#agreeConentIn {
  height: 200px;
  overflow: auto;
  padding: 30px;
  border: 1px solid #666;
}
#agreeConentIn {
  height: 200px;
  overflow: auto;
  padding: 30px;
  border: 1px solid #666;
}
.agreeCont01 {
  text-align: left;
}
#main.contact .contain .agreeCont01 p {
  font-size: 16px;
  padding: 0;
}
#main.contact .contain .agreeCont01 p.sttl {
  font-size: 20px;
}
#main.contact .contain .agreeCont01 dl {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: none;
}
#main.contact .contain .agreeCont01 dt {
  width: 3%;
  margin-bottom: 20px;
  color: #937356;
  font-weight: bold;
  padding: 0;
  font-size: 16px;
  align-items: normal;
}
#main.contact .contain .agreeCont01 dd {
  width: 97%;
  margin-bottom: 20px;
  padding: 0;
}
:placeholder-shown {
  color: #bbb;
}
::-webkit-input-placeholder {
  color: #bbb;
}
:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #bbb;
}
:focus:placeholder-shown {
  color: inherit;
}
:focus::-webkit-input-placeholder {
  font-size: 0;
}
:focus:-moz-placeholder {
  font-size: 0;
}
:focus::-moz-placeholder {
  font-size: 0;
}
:focus:-ms-input-placeholder {
  font-size: 0;
}
.contact #entryForm input[type="submit"] {
  display: block;
  width: 320px;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  z-index: 0;
  margin: 40px auto 0;
  font-size: 24px;
  font-weight: bold;
  background-color: #ea7eab;
  font-feature-settings: "palt"1;
  cursor: pointer;
}
.contact #entryForm input[type="submit"]:hover {
  opacity: 0.7;
}
.contact #entryForm input[type="submit"].btn02 {
  display: block;
  width: 280px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  z-index: 0;
  margin: 10px auto 0;
  font-size: 24px;
  font-weight: bold;
  background-color: #999;
  font-feature-settings: "palt"1;
  cursor: pointer;
}
.contact .subttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #5b4ab2;
  background-color: #eae8f5;
  width: 100%;
  padding: 10px 35px;
  border-radius: 5px;
  margin: 0 0 40px;
}
#buttonArea p {
  text-align: center;
  border: none !important;
  margin: 40px 0 -20px;
}
.contact #entryForm input[type="submit"]:last-child {
  display: block;
  width: 280px;
  height: 45px;
  line-height: 45px;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 23px;
  z-index: 0;
  margin: 40px auto 0;
  font-size: 20px;
  font-weight: bold;
  background-color: #f19059;
  font-feature-settings: "palt"1;
  cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
  vertical-align: inherit;
}
/* ラジオボタン */
label input[type="radio"]:checked + span::before {
  border: 4px solid #f19059;
}
/* チェックボックス */
label input[type="checkbox"]:checked + span::before {
  background-color: #f19059;
}
input[type="checkbox"], input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  display: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.wrap_form ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -10px;
  align-items: center;
}
.wrap_form ul li {
  width: auto;
  margin: 0 30px 10px 0;
}
.wrap_form label {
  margin: 0.25em 0;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  word-break: break-all;
  width: 100%;
}
.wrap_form label ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.wrap_form label ul.last {
  margin-bottom: 0;
}
.wrap_form label ul li:first-child {
  width: 15% !important;
  margin: 0;
}
.wrap_form label ul li:nth-child(2) {
  width: 85% !important;
  margin: 0;
}
.wrap_form label input[type="checkbox"] + span, .wrap_form label input[type="radio"] + span {
  position: relative;
  padding: 0 0.5em 0 1.75em;
}
/* RADIO BUTTON */
label span {
  display: inline-block;
}
label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="radio"] + span::before {
  content: '';
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 1.25em;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transition: .2s;
}
/* CHECKBOX */
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
}
label input[type="checkbox"] + span::before {
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 3px;
  z-index: 0;
  transition: .2s;
}
label input[type="checkbox"] + span::after {
  width: 0.5em;
  height: 0.75em;
  margin-top: -0.5em;
  margin-left: 0.35em;
  -webkit-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  z-index: 1;
}
label input[type="checkbox"]:checked + span::before {
  border: none;
}
label input[type="checkbox"]:checked + span::after {
  border: 0.1875em solid #fff;
  border-width: 0 0.1875em 0.1875em 0;
  -webkit-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
@media(max-width: 999px) {
#main.contact .contain {
  width: 95%;
  padding: 5% 0 0;
}
.wrap_form {
    margin-top: 25px;
    padding: 15px 15px 25px;
}
.contact #entryForm dt {
    padding: 0.8em;
    font-size: 16px;
}
.contact #entryForm dd {
    padding: 0.8em;
}
.contact #entryForm input[type="submit"]:last-child {
    margin: 20px auto 0;
}
.contact #entryForm input[type="submit"] {
    margin: 20px auto 0;
}
#buttonArea p {
    margin: 20px 0 -10px;
}
#main.contact .contain p {
    padding: 0 2.5%;
}
.contact #entryForm dt.required:after {
    width: 55px;
}
}
@media screen and (max-width:640px) {
  #main.contact .contain {
    width: 90%;
    margin: 0 5%o;
    padding: 30px 0 0;
  }
  #main.contact .contain p {
    font-size: 16px;
    padding: 0;
  }
  .wrap_form {
    margin-top: 20px;
    padding: 15px;
    border-radius: 20px;
  }
  .contact #entryForm dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .contact #entryForm dt {
    width: 100%;
    padding: 15px 5px 10px;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    align-items: center;
    display: flex;
  }
  .contact #entryForm dd {
    width: 100%;
    padding: 0 5px 15px;
    font-size: 16px;
  }
  .contact #entryForm input[type="text"].w_middle, .contact #entryForm select.w_middle {
    width: 100%;
  }
  .contact #entryForm input[type="text"].w_middle:first-child, .contact #entryForm select.w_middle:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contact #entryForm input[type="submit"]:last-child {
    margin: 20px auto 20px;
    width: 100%;
  }
  .contact #entryForm input[type="submit"] {
    width: 100%;
    margin: 20px auto 0;
  }
  .contact #entryForm dd span {
    margin-right: 15px;
  }
  #buttonArea p {
    text-align: center;
    border: none !important;
    margin: 20px 0 -15px;
  }
  #main.contact .btn a {
    width: 280px;
    margin: 20px auto 0;
  }
  .wrap_form label ul li:first-child {
    width: 100% !important;
    margin: 0;
  }
  .wrap_form label ul li:nth-child(2) {
    width: 100% !important;
    margin: 0;
  }
  .wrap_form ul li {
    width: auto;
    margin: 0 10px 5px 0;
  }
  .contact #entryForm input[type="text"].w_400, .contact #entryForm select.w_400 {
    width: 100%;
  }
  .contact #entryForm input[type="text"].w_small, .contact #entryForm select.w_small {
    width: 20%;
  }
  .contact #entryForm input[type="text"].w_middle2, .contact #entryForm select.w_middle2 {
    width: 90%;
  }
  .contact #entryForm input[type="text"].w_middle2:first-child, .contact #entryForm select.w_middle2:first-child {
    margin-bottom: 10px;
  }
  .contact #entryForm input[type="text"] {
    padding: 0.6em 0.2em;
  }
  #main.contact h3 {
    margin: 30px 0 0 !important;
    font-size: 6.2vw;
  }
  #agreeConentIn {
    padding: 10px;
  }
  #main.contact .contain .agreeCont01 p.sttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #main.contact .contain .agreeCont01 p {
    font-size: 14px;
  }
  #main.contact .contain .agreeCont01 dt {
    width: 5%;
    margin-bottom: 10px;
  }
  #main.contact .contain .agreeCont01 dd {
    width: 95%;
    margin-bottom: 10px;
  }
  .contact .area3 {
    margin-top: 15px;
  }
}
/*
 foot
----------------------------------------------------------- */
footer {
  background: url("../img/bg01.png") top left repeat;
  width: 100%;
  height: auto;
  z-index: 0;
  position: relative;
}
footer:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 13px;
  background: url("../img/foot_line.png") bottom left repeat-x;
  background-size: contain;
  position: absolute;
  top: -12px;
  z-index: 3;
}
footer:after {
  content: "";
  display: inline-block;
  width: 205px;
  height: 97px;
  background: url("../img/img23.png") bottom left no-repeat;
  background-size: contain;
  position: absolute;
  top: -97px;
  left: 4.5%;
  z-index: 2;
}
footer .totop {
  position: absolute;
  right: 20px;
  bottom: 100px;
  z-index: 200;
}
footer .totop a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .totop a:hover {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.footer .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .inner .footnav {
  width: 310px;
  margin-left: 25px;
  color: #fff;
  font-family: "dnp-shuei-mgothic-std";
}
.footer .inner .footnav .fnavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 5px 0 15px;
}
.footer .inner .footnav .fnavi a {
  position: relative;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  padding-left: 23px;
}
.footer .inner .footnav .fnavi a:before { /*白い丸 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  border-radius: 50%; /* CSS3草案 */
  -webkit-border-radius: 50%; /* Safari,Google Chrome用 */
  -moz-border-radius: 50%; /* Firefox用 */
  background: #fff;
}
.footer .inner .footnav .fnavi a:after { /*「after要素」で三角 */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 2px solid #f19059;
  border-right: 2px solid #f19059;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer .inner .footnav .fnavi a:hover {
  opacity: 0.7;
}
.footer .inner .footnav .copy {
  font-size: 14px;
}
.footer .inner .sns {
  width: 130px;
  text-align: left;
  margin: 5px 0 0;
}
.footer .inner .sns a:hover {
  opacity: 0.7;
}
.footer .inner .footbtn {
  width: 510px;
  height: 67px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  padding: 12px 17px;
}
.footer .inner .footbtn .cottl {
  font-size: 18px;
  font-weight: 600;
  color: #937356;
  line-height: 1.3;
  font-family: "dnp-shuei-mgothic-std";
  width: 65px;
  text-align: left;
  margin-top: -1px;
}
.footer .inner .footbtn .coline {
  content: "";
  display: inline-block;
  width: 4px;
  height: 41px;
  background: url("../img/head_line02.png") no-repeat;
  background-size: contain;
}
.footer .inner .footbtn .tel {
  font-size: 28px;
  font-weight: 600;
  color: #f19059;
  line-height: 1.3;
  font-family: "dnp-shuei-mgothic-std";
  width: 265px;
  text-align: center;
  margin-top: -5px;
}
.footer .inner .footbtn .tel img {
  width: 25px;
  height: 24px;
  margin: 6px 10px 0 0;
}
.footer .inner .footbtn .tel span {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  display: block
}
.footer .inner .footbtn .btn01 {
  width: 68px;
  text-align: center;
}
.footer .inner .footbtn .btn02 {
  width: 56px;
  text-align: right;
}
@media(max-width: 999px) {
  .footer .inner {
    padding: 3% 0;
    justify-content: center;
    width: 510px;
    margin: 0 auto;
  }
  .footer .inner .footbtn {
    margin: 10px auto;
  }
  .footer .inner .footnav .fnavi {
    margin: 15px 0;
  }
  footer p.copy {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    font-family: "dnp-shuei-mgothic-std";
  }
  footer .totop {
    right: 5px;
    bottom: 15vw;
    width: 20%;
  }
  footer .totop img {
    width: 100%;
  }
}
@media(max-width: 640px) {
  .footer .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    justify-content: flex-start;
  }
  .footer .inner .footnav {
    width: 47%;
    margin-left: 5%;
    color: #fff;
    font-family: "dnp-shuei-mgothic-std";
  }
  .footer .inner .footnav li {
    width: 100%;
  }
  .footer .inner .footnav .fnavi a {
    position: relative;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-right: 0;
    padding-left: 23px;
  }
  .footer .inner .sns {
    width: 10%;
    text-align: left;
    margin: 8px 5% 0 0;
  }
  .footer .inner .sns img {
    width: 100%;
  }
  .footer .inner .footbtn {
    width: 90%;
    height: 23vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto 10px;
    padding: 10px 5px;
  }
  .footer .inner .footbtn .cottl {
    font-size: 14px;
    font-weight: 600;
    color: #937356;
    line-height: 1.3;
    font-family: "dnp-shuei-mgothic-std";
    width: 100%;
    text-align: center;
    margin-top: -1px;
    margin-bottom: 5px;
  }
  .footer .inner .footbtn .tel {
    font-size: 7.5vw;
    font-weight: 600;
    color: #f19059;
    line-height: 1.1;
    font-family: "dnp-shuei-mgothic-std";
    width: 65%;
    text-align: center;
    margin-top: -5px;
  }
  .footer .inner .footbtn .tel img {
    display: none;
  }
  .footer .inner .footbtn .btn01 {
    width: 15%;
    text-align: center;
  }
  .footer .inner .footbtn .btn01 img {
    width: 80%;
  }
  .footer .inner .footbtn .btn02 {
    width: 15%;
    text-align: center;
  }
  .footer .inner .footbtn .btn02 img {
    width: 80%;
  }
  .footer .inner .footbtn .coline {
    content: "";
    display: inline-block;
    width: 4px;
    height: 10vw;
    background: url(../img/head_line02.png) no-repeat;
    background-size: contain;
  }
  footer:after {
    width: 40%;
  }
  footer .totop {
    right: 10px;
    bottom: 40vw;
    width: 30%;
  }
  .footer .inner .footnav .fnavi {
    margin: 5px 0 15px;
  }
}
@media(max-width: 320px) {
  .footer .inner .footnav {
    width: 55%;
  }
  footer .totop {
    right: 0;
    bottom: 42vw;
    width: 28%;
  }
}