@charset "UTF-8";
/* ----------------------------

	FileName : index.css

---------------------------- */
/* extend_set */
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.textOver {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

/* mixin_SET */
/* reset style (html5 set)
-------------------------------------------------------------------- */
article, section, header, footer, nav, menu, aside, figure, figcaption, main {
  display: block;
  padding: 0;
  margin: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var, u {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

a {
  outline: 0;
  vertical-align: baseline;
}

a > * {
  cursor: pointer;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/* メインビジュアル領域スタイル
-------------------------------------------------------------------- */
#wrapper .btn {
  display: block;
  margin: 15px auto 0;
  text-align: center;
}
#wrapper .btn a {
  display: inline-block;
  min-width: 300px;
  padding: 16px 20px;
  line-height: 1;
  color: #8a6201;
  text-align: center;
  text-decoration: none;
  background: #fff;
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 125%;
}
#wrapper .btn a:before {
  content: "";
  margin: 0 5px 0 0;
  display: inline-block;
  background: url('../img/common-s7607ddfa12.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 4px;
  height: 7px;
  background-position: 0 0;
  position: relative;
  top: -2px;
}
#wrapper .btn a:hover {
  color: #fff;
  background: #8a6201;
}
#wrapper .btn a:hover:before {
  background: url('../img/common-s7607ddfa12.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 4px;
  height: 7px;
  background-position: 0 -63px;
}
@media only screen and (max-width: 640px) {
  #wrapper .btn a {
    min-width: 220px;
    padding: 14px 20px;
    font-size: 116.66667%;
  }
}
#wrapper h2 {
  line-height: 1.2;
  margin: 20px 0 10px;
  color: #8a6201;
  text-align: center;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
  font-size: 266.66667%;
}
#wrapper h2 + p.lead {
  margin: 10px 0 20px;
  text-align: center;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
  font-size: 125%;
}
@media only screen and (max-width: 640px) {
  #wrapper h2 {
    font-size: 208.33333%;
  }
  #wrapper h2 + p.lead {
    font-size: 100%;
  }
}
#wrapper em {
  font-weight: bold;
  color: #8a6201;
}

#mainVisual {
  width: 1000px;
  height: 550px;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#mainVisual:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url('../img/common-s7607ddfa12.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 370px;
  height: 380px;
  background-position: 0 -945px;
}
#mainVisual .mainMark {
  position: absolute;
  left: 20px;
  top: 15px;
}
#mainVisual .mainTxt {
  width: 380px;
  height: 380px;
  margin: auto;
  padding: 65px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mainVisual .mainTxt img {
  margin: 0 0 30px;
}
#mainVisual .mainTxt .hosoku {
  margin-top: 60px;
}
@supports (-ms-accelerator: true) {
  #mainVisual .mainTxt {
    background-color: rgba(138, 98, 1, 0.8);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
}
.ieAll #mainVisual .mainTxt {
  background-color: rgba(138, 98, 1, 0.8);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#mainVisual .mainTxt02 {
  width: 380px;
  height: 380px;
  margin: auto;
  padding: 75px 30px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mainVisual .mainTxt02 img {
  margin: 0 0 20px;
  max-width: none;
}
#mainVisual .mainTxt02 .hosoku02 {
  margin-top: 60px;
}
#mainVisual .mainTxt02 .hosoku02 img {
  max-width: auto;
}
@supports (-ms-accelerator: true) {
  #mainVisual .mainTxt02 {
    background-color: rgba(138, 98, 1, 0.8);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
}
.ieAll #mainVisual .mainTxt02 {
  background-color: rgba(138, 98, 1, 0.8);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#mainVisual .mainCatch {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#mainVisual .mainBtn {
  position: absolute;
  width: 266px;
  height: 47px;
  right: 0;
  left: 0;
  top: 280px;
  margin: auto;
}
#mainVisual .mainBtn02 {
  position: absolute;
  width: 280px;
  height: 46px;
  right: 0;
  left: 0;
  top: 270px;
  margin: auto;
}
#mainVisual .mainImage {
  position: absolute;
  left: 0;
  top: 0;
}
#mainVisual .mainImage:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #8a6201 url("/img/index/main01.jpg") center center no-repeat;
  width: 380px;
  height: 380px;
  background-blend-mode: multiply;
  opacity: 0.9;
  -moz-border-radius: 380px 380px;
  -webkit-border-radius: 380px;
  border-radius: 380px 380px;
}
@media only screen and (max-width: 640px) {
  #mainVisual {
    width: 100%;
    margin: 0;
    height: 0;
    padding: 68% 0 0;
    border-radius: 0;
  }
  #mainVisual:after {
    display: none;
  }
  #mainVisual .mainMark {
    left: 3px;
    top: 10px;
  }
  #mainVisual .mainMark img {
    width: 95px;
  }
  #mainVisual .mainTxt02 {
    width: 230px;
    height: 230px;
    margin: auto;
    padding: 45px 30px 0;
  }
  #mainVisual .mainTxt02 img {
    width: 160px;
    margin: 0;
  }
  #mainVisual .mainTxt02 img.hosoku02 {
    margin: 55px auto 0;
    width: 115px;
  }
  #mainVisual .mainCatch {
    position: absolute;
    right: -10px;
    bottom: 10px;
  }
  #mainVisual .mainCatch img {
    width: 99px;
  }
  #mainVisual .mainBtn02 {
    position: absolute;
    width: 230px;
    height: 230px;
    right: 0;
    left: 0;
    top: 47%;
    margin: auto;
    text-align: center;
  }
  #mainVisual .mainBtn02 a {
    display: block;
    width: 180px;
    height: 30px;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #mainVisual .mainImage {
    position: absolute;
    left: 0;
    top: 0;
  }
  #mainVisual .mainImage:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #8a6201;
    mix-blend-mode: multiply;
    width: 230px;
    height: 230px;
    background-blend-mode: multiply;
    opacity: 0.9;
    -moz-border-radius: 230px 230px;
    -webkit-border-radius: 230px;
    border-radius: 230px 230px;
  }
}

#linkArea {
  width: 1000px;
  margin: 20px auto 25px;
}
#linkArea ul {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}
.ieAll #linkArea ul {
  display: block;
}
.ieAll #linkArea ul:after {
  content: "";
  display: block;
  clear: both;
}
#linkArea ul li {
  width: 320px;
  text-align: center;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.ieAll #linkArea ul li {
  float: left;
  margin-right: 20px;
}
.ieAll #linkArea ul li:nth-child(3n) {
  margin-right: 0;
}
#linkArea ul li.question {
  background: #a54172;
}
#linkArea ul li.voice {
  background: #d64758;
}
#linkArea ul li.service {
  background: #257d72;
}
#linkArea ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
#linkArea ul li a dl {
  padding: 20px 10px;
  overflow: hidden;
  position: relative;
}
#linkArea ul li a dl:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 20px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  -webkit-transition: border 0.4s ease-out;
  -moz-transition: border 0.4s ease-out;
  -o-transition: border 0.4s ease-out;
  transition: border 0.4s ease-out;
}
#linkArea ul li a dl dd {
  margin: 10px 0 0;
  font-size: 91.66667%;
}
#linkArea ul li a:hover dl:after {
  border: 320px solid transparent;
  border-right: 320px solid #fff;
  border-bottom: 320px solid #fff;
  opacity: 0.3;
  -webkit-transition: border 0.4s ease-out;
  -moz-transition: border 0.4s ease-out;
  -o-transition: border 0.4s ease-out;
  transition: border 0.4s ease-out;
}
#linkArea ul li a p.plice {
  line-height: 1.3;
  position: absolute;
  right: -13px;
  top: -16px;
  width: 110px;
  height: 110px;
  margin: 0;
  padding: 30px 10px;
  background: #24594c;
  color: #fff;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 110px;
  -webkit-border-radius: 110px;
  border-radius: 110px;
  font-size: 100%;
}
#linkArea ul li a p.plice span.num {
  font-size: 183.33333%;
}
#linkArea ul li a p.plice span.tax {
  margin: 0 0 0 25px;
}
@media only screen and (max-width: 640px) {
  #linkArea {
    width: 100%;
    margin: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #linkArea ul {
    display: block;
  }
  #linkArea ul li {
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  #linkArea ul li a dl {
    padding: 12px 10px;
    position: relative;
  }
  #linkArea ul li a dl:after {
    border: 15px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 15px solid #fff;
  }
  #linkArea ul li a dl dt {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: left;
  }
  #linkArea ul li a dl dt:before {
    content: "";
    display: block;
    width: 200px;
    position: absolute;
    left: 55px;
    top: -8px;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
    font-size: 125%;
  }
}
@media only screen and (max-width: 640px) and (max-width: 374px) {
  #linkArea ul li a dl dt:before {
    left: 50px;
    font-size: 116.66667%;
  }
}
@media only screen and (max-width: 640px) {
  #linkArea ul li a dl dt img {
    display: none;
  }
  #linkArea ul li a dl dd {
    height: auto !important;
    margin: 22px 0 0 55px;
    text-align: left;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 640px) and (max-width: 374px) {
  #linkArea ul li a dl dd {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 640px) {
  #linkArea ul li a p.plice {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 5px;
    right: 5px;
    top: 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #linkArea ul li a p.plice span.num {
    font-size: 125%;
  }
  #linkArea ul li a p.plice span.tax {
    margin: 0;
  }
  #linkArea ul li a p.plice br {
    display: none;
  }
}
@media only screen and (max-width: 640px) and (max-width: 374px) {
  #linkArea ul li a p.plice {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 640px) {
  #linkArea ul li.question a dl dt {
    width: 40px;
    height: 28px;
    left: 12px;
    background: url("/img/index/icon_question_sp.png") left top no-repeat;
    -moz-background-size: 40px 28px;
    -o-background-size: 40px 28px;
    -webkit-background-size: 40px 28px;
    background-size: 40px 28px;
  }
  #linkArea ul li.question a dl dt:before {
    content: "よくある質問";
  }
  #linkArea ul li.voice a dl dt {
    width: 40px;
    height: 27px;
    left: 11px;
    background: url("/img/index/icon_voice_sp.png") left top no-repeat;
    -moz-background-size: 40px 27px;
    -o-background-size: 40px 27px;
    -webkit-background-size: 40px 27px;
    background-size: 40px 27px;
  }
  #linkArea ul li.voice a dl dt:before {
    content: "お客様の声";
  }
  #linkArea ul li.service a dl dt {
    width: 30px;
    height: 35px;
    left: 15px;
    background: url("/img/index/icon_service_sp.png") left top no-repeat;
    -moz-background-size: 30px 35px;
    -o-background-size: 30px 35px;
    -webkit-background-size: 30px 35px;
    background-size: 30px 35px;
  }
  #linkArea ul li.service a dl dt:before {
    content: "安否確認サービス";
    left: 51px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 374px) {
  #linkArea ul li.service a dl dt:before {
    left: 46px;
  }
}

#freeGuide {
  padding: 20px 0 60px;
  background: #8a6201;
  color: #fff;
}
#freeGuide h2 {
  color: #fff;
}
#freeGuide h2 + p.lead {
  font-size: 116.66667%;
}
#freeGuide .freeGuideArea {
  display: table;
  table-layout: fixed;
  width: 1000px;
  margin: 0 auto;
}
#freeGuide .freeGuideArea > div {
  display: table-cell;
  width: 46%;
  padding: 0 1%;
}
#freeGuide .freeGuideArea > div div.inner {
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0 15px 30px;
  min-height: 220px;
}
#freeGuide .freeGuideArea > div div.inner h3 {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
  font-size: 191.66667%;
  line-height: 1;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 -15px 20px;
  color: #8a6201;
  background: #fff;
}
#freeGuide .freeGuideArea > div div.inner h4 {
  font-size: 133.33333%;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.3;
}
#freeGuide .freeGuideArea > div div.inner p.text {
  font-size: 108.33333%;
  line-height: 1.3;
}
#freeGuide .freeGuideArea > div div.inner p.btn {
  font-weight: bold;
  line-height: 1;
}
#freeGuide .freeGuideArea > div div.inner p.btn a {
  border: 1px solid #8a6201;
}
#freeGuide .freeGuideArea > div div.inner p.btn a:hover {
  border: 1px solid #fff;
}
@media only screen and (max-width: 640px) {
  #freeGuide {
    padding: 20px 15px;
  }
  #freeGuide h2 {
    margin-top: 0;
  }
  #freeGuide h2 + p.lead {
    font-weight: normal;
    font-size: 91.66667%;
  }
  #freeGuide .freeGuideArea {
    width: 100%;
    display: block;
  }
  #freeGuide .freeGuideArea > div {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  #freeGuide .freeGuideArea > div div.inner {
    min-height: 0;
    padding: 0 15px 15px;
    border: 2px solid #fff;
  }
  #freeGuide .freeGuideArea > div div.inner h3 {
    font-size: 133.33333%;
  }
  #freeGuide .freeGuideArea > div div.inner h4 {
    font-size: 108.33333%;
  }
  #freeGuide .freeGuideArea > div div.inner p.txt {
    margin: 5px 0 0;
    font-size: 100%;
  }
  #freeGuide .freeGuideArea > div div.inner p.btn {
    margin: 10px auto 0;
  }
  #freeGuide .freeGuideArea > div div.inner p.btn a {
    position: relative;
  }
  #freeGuide .freeGuideArea > div div.inner p.btn a:before {
    display: block;
    background: url('../img/commonSp-s6f2f420af5.png');
    background-repeat: no-repeat;
    overflow: hidden;
    width: 3px;
    height: 5.5px;
    background-position: 0 0;
    -moz-background-size: 357px auto;
    -o-background-size: 357px auto;
    -webkit-background-size: 357px auto;
    background-size: 357px auto;
    position: absolute;
    right: 2px;
    top: 20px;
  }
}

#aboutArea {
  padding: 40px 0 60px;
  background: #edeeef;
}
#aboutArea .sectionInner {
  width: 1000px;
  margin: auto;
  text-align: center;
}
#aboutArea .sectionInner .headline {
  display: inline-block;
}
#aboutArea .sectionInner .headline h2 {
  position: relative;
  margin: 0;
}
#aboutArea .sectionInner .headline h2:after {
  content: "";
  display: inline-block;
  width: 145px;
  height: 102px;
  background: url("/img/index/icon_h2_menu.png") left top no-repeat;
  position: absolute;
  right: -145px;
  top: -10px;
}
#aboutArea .sectionInner ul.pointList {
  text-align: left;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}
.ieAll #aboutArea .sectionInner ul.pointList {
  display: block;
}
.ieAll #aboutArea .sectionInner ul.pointList:after {
  content: "";
  display: block;
  clear: both;
}
#aboutArea .sectionInner ul.pointList li {
  width: 240px;
  padding: 15px 15px 20px;
  background: #fff;
  position: relative;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 91.66667%;
}
.ieAll #aboutArea .sectionInner ul.pointList li {
  float: left;
  margin-right: 13px;
}
.ieAll #aboutArea .sectionInner ul.pointList li:nth-child(4n) {
  margin-right: 0;
}
#aboutArea .sectionInner ul.pointList li .pointWrapper {
  padding: 70px 45px 0 0;
}
#aboutArea .sectionInner ul.pointList li .pointWrapper span.point {
  position: absolute;
  left: 10px;
  top: -15px;
}
#aboutArea .sectionInner ul.pointList li .pointWrapper span.leadImg {
  position: absolute;
  right: -10px;
  top: -10px;
}
#aboutArea .sectionInner ul.pointList li .pointWrapper span.text {
  display: inline-block;
}
#aboutArea .sectionInner ul.pointList li figure {
  margin: 10px 0 0;
  padding: 1px;
  border: 2px solid #8a6201;
}
@media only screen and (max-width: 640px) {
  #aboutArea {
    padding: 20px 0 30px;
  }
  #aboutArea .sectionInner {
    width: 100%;
  }
  #aboutArea .sectionInner .headline {
    display: block;
  }
  #aboutArea .sectionInner .headline h2:after {
    width: 72px;
    height: 51px;
    right: 10px;
    top: 15px;
    background: url("../img/index/icon_h2_menu_sp.png") left top no-repeat;
    -moz-background-size: 72px 51px;
    -o-background-size: 72px 51px;
    -webkit-background-size: 72px 51px;
    background-size: 72px 51px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 374px) {
  #aboutArea .sectionInner .headline h2:after {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #aboutArea .sectionInner .headline h2 + .lead {
    padding: 0 40px 0 0;
  }
  #aboutArea .sectionInner ul.pointList {
    display: block;
    padding: 0 10px;
  }
  #aboutArea .sectionInner ul.pointList li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    background: #fff;
    border-top: 30px solid #b65e6f;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #aboutArea .sectionInner ul.pointList li:after {
    content: "";
    display: block;
    clear: both;
  }
  #aboutArea .sectionInner ul.pointList li .pointWrapper {
    height: auto !important;
    padding: 10px 10px 10px;
  }
  #aboutArea .sectionInner ul.pointList li .pointWrapper:after {
    content: "";
    display: block;
    clear: both;
  }
  #aboutArea .sectionInner ul.pointList li .pointWrapper span.point {
    display: inline-block;
    background: #a54759;
    height: 30px;
    padding: 6px 10px;
    position: absolute;
    left: 0;
    top: -30px;
    -moz-border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #aboutArea .sectionInner ul.pointList li .pointWrapper span.point img {
    max-height: 16px;
  }
  #aboutArea .sectionInner ul.pointList li .pointWrapper span.leadImg {
    position: static;
  }
  #aboutArea .sectionInner ul.pointList li .pointWrapper span.leadImg img {
    display: none;
  }
  #aboutArea .sectionInner ul.pointList li .pointWrapper span.leadImg:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 95px;
    top: -23px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
}
@media only screen and (max-width: 640px) and (max-width: 374px) {
  #aboutArea .sectionInner ul.pointList li .pointWrapper span.leadImg:before {
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  #aboutArea .sectionInner ul.pointList li .pointWrapper span.text {
    float: left;
    width: 68%;
  }
  #aboutArea .sectionInner ul.pointList li .pointWrapper figure {
    float: right;
    overflow: hidden;
    width: 30%;
    margin: 0 0 1% 1%;
    border: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #aboutArea .sectionInner ul.pointList li figure {
    text-align: center;
    margin: 0;
    padding: 0 10px 15px;
    border: none;
  }
  #aboutArea .sectionInner ul.pointList li:nth-child(1) .pointWrapper span.leadImg:before {
    content: "厳選食材を手作りで加工";
  }
  #aboutArea .sectionInner ul.pointList li:nth-child(2) .pointWrapper span.leadImg:before {
    content: "食事の楽しみを最大限に";
  }
  #aboutArea .sectionInner ul.pointList li:nth-child(3) .pointWrapper span.leadImg:before {
    content: "栄養バランスの良い日替わり献立";
  }
  #aboutArea .sectionInner ul.pointList li:nth-child(4) .pointWrapper span.leadImg:before {
    content: "一人ひとりに合わせた個別対応";
  }
}

#menuArea {
  width: 1000px;
  padding: 40px 0 60px;
  margin: 0 auto;
}
#menuArea h2 {
  margin: 0;
}
#menuArea ul.weekMenu:after {
  content: "";
  display: block;
  clear: both;
}
#menuArea ul.weekMenu li {
  float: left;
  width: 265px;
  margin: 0 5px 25px 0;
  position: relative;
}
#menuArea ul.weekMenu li img.weekIcon {
  position: absolute;
  left: -15px;
  top: 0;
}
#menuArea ul.weekMenu li figure figcaption {
  margin: 5px 0 0;
  line-height: 1.3;
  font-size: 91.66667%;
}
#menuArea ul.weekMenu li .menuBox {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 170px;
  padding: 10px 10px 15px;
  background: rgba(254, 250, 188, 0.8);
}
#menuArea ul.weekMenu li .menuBox .title {
  padding: 0 5px 2px;
  line-height: 1.2;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 125%;
}
#menuArea ul.weekMenu li .menuBox .menuList {
  line-height: 1.4;
  margin: 5px 0 0;
  padding: 0 5px 0;
  font-weight: bold;
  font-size: 100%;
}
#menuArea ul.weekMenu li .menuBox .nutrition {
  line-height: 1.2;
  border-top: 1px solid #333;
  padding: 5px 5px 0;
  font-size: 91.66667%;
}
#menuArea ul.weekMenu li.mon {
  width: 460px;
  margin: 0 5px 0 0;
}
#menuArea ul.weekMenu li.mon figure img {
  width: 516px;
  max-width: none;
  margin: 30px 0 0 -70px;
}
#menuArea ul.weekMenu li.mon .menuBox {
  top: 40px;
  right: 30px;
  left: inherit;
  bottom: inherit;
}
#menuArea ul.weekMenu li.mon .menuBox .title {
  height: auto !important;
}
#menuArea ul.weekMenu li.mon .menuBox .menuList {
  height: auto !important;
}
#menuArea ul.weekMenu li.mon dl.leadTxt dt {
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 2px 1px #8a6201, 2px 0 1px #8a6201, 0 -2px 1px #8a6201, -2px 0 1px #8a6201, -2px -2px 1px #8a6201, 2px -2px 1px #8a6201, -2px 2px 1px #8a6201, 2px 2px 1px #8a6201;
  font-size: 191.66667%;
}
#menuArea ul.weekMenu li.mon dl.leadTxt dd {
  margin: 10px 0 0;
  font-weight: bold;
  line-height: 1.5;
  font-size: 108.33333%;
}
#menuArea ul.weekMenu li.wed, #menuArea ul.weekMenu li.fri {
  margin-right: 0;
}
#menuArea .btn a {
  background: #8a6201;
  color: #fff;
}
#menuArea .btn a:before {
  background: url('../img/common-s7607ddfa12.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 4px;
  height: 7px;
  background-position: 0 -63px;
}
#menuArea .btn a:hover {
  background: #745201;
}
#menuArea div.monthMenu {
  margin: 40px 0 0 0;
}
#menuArea div.monthMenu ul.menuLink {
  background: #f5f5f5;
  border: 5px solid #eee;
  padding: 15px 20px 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 20px 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menuArea div.monthMenu ul.menuLink li {
  display: table-cell;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
#menuArea div.monthMenu ul.menuLink li a {
  border: 3px solid #8a6201;
  display: block;
  padding: 14px 12px 12px;
  font-size: 133.33333%;
  background: #fff;
  border: 1px solid #8a6201;
  color: #8a6201;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-weight: bold;
}
#menuArea div.monthMenu ul.menuLink li a:hover {
  background: #8a6201;
  color: #fff;
}
#menuArea div.monthMenu ul.menuLink li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 48px;
  background: url(/img/introduction/icon_pdf.png) left top no-repeat;
  top: 0px;
}
@media only screen and (max-width: 640px) {
  #menuArea {
    width: 100%;
    padding: 20px 10px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #menuArea ul.weekMenu li {
    width: 48%;
    margin: 0 2% 15px 0;
  }
  #menuArea ul.weekMenu li:nth-child(3), #menuArea ul.weekMenu li:nth-child(5) {
    margin-right: 0 0 15px 2%;
  }
  #menuArea ul.weekMenu li img.weekIcon {
    width: 65px;
    left: 0;
  }
  #menuArea ul.weekMenu li figure {
    text-align: center;
  }
  #menuArea ul.weekMenu li figure img {
    width: 100%;
    max-width: 172px;
    margin: 25px 0 0;
  }
  #menuArea ul.weekMenu li .menuBox {
    position: static;
    width: 100%;
    padding: 10px 4px 15px;
    -webkit-box-shadow: 1px 1px 4px -1px #999;
    -moz-box-shadow: 1px 1px 4px -1px #999;
    box-shadow: 1px 1px 4px -1px #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #menuArea ul.weekMenu li .menuBox .menuList {
    font-size: 91.66667%;
  }
  #menuArea ul.weekMenu li.mon {
    width: 100%;
    margin: 0 0 15px;
  }
  #menuArea ul.weekMenu li.mon figure img {
    width: 100%;
    max-width: 357px;
    margin: 25px 0 0;
  }
  #menuArea ul.weekMenu li.mon .menuBox {
    width: 200px;
    position: absolute;
    top: 10px;
    right: 0;
  }
  #menuArea p.btn {
    font-weight: bold;
    line-height: 1;
  }
  #menuArea p.btn a {
    border: 1px solid #8a6201;
    background: #fff;
    color: #8a6201;
  }
  #menuArea p.btn a:before {
    display: block;
    background: url('../img/commonSp-s6f2f420af5.png');
    background-repeat: no-repeat;
    overflow: hidden;
    width: 3px;
    height: 5.5px;
    background-position: 0 0;
    -moz-background-size: 357px auto;
    -o-background-size: 357px auto;
    -webkit-background-size: 357px auto;
    background-size: 357px auto;
    display: inline-block;
  }
  #menuArea p.btn a:hover {
    border: 1px solid #fff;
  }
  #menuArea div.monthMenu {
    margin: 20px 0 0;
  }
  #menuArea div.monthMenu ul.menuLink {
    margin: 10px 0;
    padding: 15px;
  }
  #menuArea div.monthMenu ul.menuLink li {
    display: block;
    margin: 0 0 5px;
    padding: 0;
  }
  #menuArea div.monthMenu ul.menuLink li:last-child {
    margin: 0;
  }
  #menuArea div.monthMenu ul.menuLink li a {
    padding: 10px 12px 8px;
    font-size: 116.66667%;
  }
  #menuArea div.monthMenu ul.menuLink li a:after {
    top: 7px;
    width: 24px;
    height: 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
  }
  #menuArea .leadTxt {
    margin-top: 10px;
  }
  #menuArea .leadTxt img {
    max-width: 321px;
    width: 100%;
  }
}

/* メイン領域スタイル
-------------------------------------------------------------------- */
#main {
  width: 72%;
  margin: 0;
  float: left;
}

#bannerArea ul#facultyList {
  display: table;
}
#bannerArea ul#facultyList li {
  display: table-cell;
  table-layout: fixed;
}
#bannerArea ul#facultyList li a {
  display: block;
}
#bannerArea ul#otherList li a {
  display: block;
}

/* サイドナビ領域スタイル
-------------------------------------------------------------------- */
#sub {
  float: right;
  width: 24%;
  background: #f2f2f2;
  padding: 0;
  box-sizing: border-box;
}
#sub h2 {
  margin: 0;
  font-weight: bold;
  background: #8a6201;
  color: #fff;
  padding: 10px 15px;
  font-size: 133.33333%;
  border-bottom: 1px dotted #8a6201;
}
#sub ul.navList {
  padding: 0 10px;
  border-bottom: 1px solid #8a6201;
}
#sub ul.navList li {
  border-bottom: 1px dotted #c5c5c5;
}
#sub ul.navList li:last-child {
  border-bottom: none;
}
#sub ul.navList li a {
  background: url(/img/common/arrow.png) 10px center no-repeat;
  padding: 14px 5px 14px 22px;
  display: block;
  font-size: 91%;
  line-height: 1.3;
}

/* YouTube領域スタイル
-------------------------------------------------------------------- */
#youtube {
  height: 600px;
  background: #000;
  position: relative;
}
#youtube #movie img {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
#youtube #location {
  display: block;
}
#youtube #location img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  margin: 0 auto;
  z-index: 10;
}

#map {
  height: 465px;
  width: 100%;
}
