@charset "UTF-8";
@font-face {
  font-family: 'GenJyuu';
  src: url("../fonts/GenJyuuGothic.eot");
  /* IE9 Compat Modes */
  src: local("GenJyuu"), url("../fonts/GenJyuuGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/GenJyuuGothic.woff") format("woff"), url("../fonts/GenJyuuGothic.ttf") format("truetype"), url("../fonts/GenJyuuGothic.svg#svgFontName") format("svg");
  /* svg - Legacy iOS */
}

@font-face {
  font-family: 'GenJyuuMed';
  src: url("../fonts/GenJyuuGothicMed.eot");
  /* IE9 Compat Modes */
  src: local("GenJyuu"), url("../fonts/GenJyuuGothicMed.eot?#iefix") format("embedded-opentype"), url("../fonts/GenJyuuGothicMed.woff") format("woff"), url("../fonts/GenJyuuGothicMed.ttf") format("truetype"), url("../fonts/GenJyuuGothicMed.svg#svgFontName") format("svg");
  /* svg - Legacy iOS */
}

/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  line-height: 1.8;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  position: relative;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

html {
  overflow-y: scroll;
}

a {
  color: #80273f;
  text-decoration: underline;
}

a:hover {
  color: #80273f;
  text-decoration: none;
  opacity: 0.8;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  width: 100%;
  border: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.fix {
  min-height: 1px;
}

.fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .fix {
  height: 1px;
  /*\*/
  /*/
height: auto;
overflow: hidden;
/**/
}

.red {
  color: #be0000;
}

.img01 {
  line-height: 0;
}

.img01 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.img_f-r {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}

.img_f-r img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.strong01 {
  color: #80273f;
  font-weight: bold;
  text-decoration: underline;
}

.strong02 {
  color: #f4822c;
  font-weight: bold;
  border-bottom: 1px solid;
}

.strong03 {
  font-size: 1.2em;
  color: #f1201a;
  font-weight: bold;
}

.strong04 {
  font-size: 1.2em;
  color: #f4822c;
  font-weight: bold;
  border-bottom: 2px solid;
}

.mt0 {
  margin-top: 0 !important;
}

.mt20 {
  margin-top: 20px;
}

/*header
----------------------------------------------------*/
#header {
  background: url("../images/common/bg_header.jpg") repeat left top;
  border-top: 8px solid #80273f;
  position: relative;
  z-index: 3;
}

.h_wrap {
  width: 95%;
  max-width: 1200px;
  padding: 0 0;
  margin: 0 auto;
  position: relative;
}

.h_h1-t {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.h_h1-t h1 {
  font-size: 14px;
  color: #57333d;
  font-weight: bold;
}

.h_conts {
  display: flex;
  justify-content: space-between;
}

.h_logo {
  line-height: 0;
  margin-top: 8px;
  width: 100%;
  max-width: 596px;
}

.h_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_contact {
  margin-top: 8px;
  margin-left: 30px;
}

.h_contact .h_contact-t {
  display: flex;
  justify-content: center;
}

.h_contact .h_contact-t .h_contact-t-btn {
  margin-left: 8px;
}

.h_contact .h_contact-b {
  display: flex;
  justify-content: center;
  border-top: 1px solid #57333d;
  padding: 8px 35px 0;
  margin-top: 4px;
  font-size: 15px;
  color: #57333d;
}

.h_contact .h_contact-b .h_contact-b-map {
  margin-left: 10px;
}

.h_contact .h_contact-b .h_contact-b-map a {
  display: flex;
  align-items: center;
  color: #b34224;
  font-weight: bold;
  text-decoration: none;
}

.h_contact .h_contact-b .h_contact-b-map a img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-right: 4px;
}

#mainimage {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  line-height: 0;
}

#mainimage img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mainimage_pc{
  display: block;
  width: 100%;
}

.mainimage_sp {
  display: none;
}

/*nav
----------------------------------------------------*/
#nav {
  margin: 0 auto;
  padding: 0;
  background: #80273f;
  color: #fff;
  position: relative;
  z-index: 1;
}

#nav:before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 10px;
  position: absolute;
  top: -11px;
}

.nav_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.nav_wrap ul {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #a37480;
  border-right: 1px solid #a37480;
}

.nav_wrap ul li {
  border-left: 1px solid #a37480;
  width: calc(100% / 5);
}

.nav_wrap ul li:first-child {
  border-left: none;
}

.nav_wrap ul li a {
  display: flex;
  justify-content: center;
  padding: 22px 0;
  text-align: center;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}

.nav_wrap ul .on a {
  background: linear-gradient(to top, #fff 0%, #f7f7f7 50%, #fff 100%);
}

.nav_wrap ul .on a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -8px;
  width: 100%;
  border-bottom: 6px solid #f36b09;
}

.nav_sp {
  display: none;
}

/*main
----------------------------------------------------*/
#main {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1024px;
  margin: 50px auto;
}

#conts {
  width: 720px;
}

#side {
  width: 260px;
  padding: 0 0 32px;
  margin-right: 44px;
}

.conts01 {
  width: 100%;
  box-sizing: border-box;
  clear: both;
}

.conts01_wrap {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.conts01-mt40 {
  margin-top: 40px;
}

/*top
----------------------------------------------------*/

#sp_mainimage {
  display: none;
}

/* キャンペーン */
.conts01-campaign {
  text-align: center;
  line-height: 0;
}

.conts01-campaign img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* お悩みではありませんか？ */
.ttl01 {
  background: url("../images/common/bg_ttl01.jpg") repeat left top;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.nayami_ttl01 {
  text-align: center;
}

.nayami_ttl01 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.nayami_list01 {
  margin-top: -80px;
  margin-bottom: 40px;
}

.nayami_list01 li {
  background: url("../images/top/top_nayami-check01.png") no-repeat left 0;
  padding-left: 40px;
  padding-top: 7px;
  font-size: 17px;
  font-weight: bold;
  min-height: 35px;
  border-bottom: 2px dotted #d2c6ca;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.nayami_img01 {
  margin-bottom: 2em;
}

.nayami_link {
  display: flex;
  flex-wrap: wrap;
}

.nayami_link li {
  margin-right: 22px;
  box-shadow: 0 0 10px #e0d3c5;
  border-radius: 10px;
  line-height: 0;
  margin-bottom: 26px;
  width: calc(100% / 3 - 15px);
}

.nayami_link li:nth-of-type(3n) {
  margin-right: 0;
}

.nayami_link li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* 選ばれる理由 */
.select_conts {
  margin-top: 20px;
  padding-top: 25px;
  border-top: 2px dotted #caab8e;
}

.select_ttl {
  font-family: 'GenJyuu';
  font-size: 28px;
  font-weight: bold;
  color: #69444e;
  background: no-repeat left top;
  padding-left: 110px;
  line-height: 1.35;
  letter-spacing: 0em;
  margin-bottom: 16px;
  min-height: 102px;
}

.select_ttl01 {
  background-image: url("../images/top/top_select-ttl01.png");
}

.select_ttl02 {
  background-image: url("../images/top/top_select-ttl02.png");
}

.select_ttl03 {
  background-image: url("../images/top/top_select-ttl03.png");
}

.select_ttl04 {
  background-image: url("../images/top/top_select-ttl04.png");
}

.select_ttl05 {
  background-image: url("../images/top/top_select-ttl05.png");
}

.select_ttl06 {
  background-image: url("../images/top/top_select-ttl06.png");
}

/* お客様の声 */
.voice_conts {
  margin-top: 30px;
  border: 1px solid #e0d3c5;
  background: #fff7d9;
  border-radius: 14px;
  box-sizing: border-box;
  padding: 22px;
}

.voice_conts:first-of-type {
  margin-top: 0;
}

.voice_conts_wrap {
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  justify-content: space-between;
}

.voice_img {
  width: 173px;
  margin-right: 30px;
}

.voice_img figure {
  margin-bottom: 12px;
}

.voice_text {
  width: calc(100% - 203px);
}

.voice_ttl01 {
  font-size: 20px;
  font-weight: bold;
  color: #7a9c67;
}

.voice_ttl01sub {
  font-size: 16px;
  color: #7a9c67;
  border-bottom: 2px dotted #e6f1e1;
  margin-bottom: 12px;
}

.voice_btn {
  margin-top: 40px;
}

.voice_btn a {
  width: 100%;
  max-width: 367px;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/common/bg_btn01.png") repeat center center;
  padding: 12px;
  text-align: center;
  border-radius: 14px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.voice_btn a img {
  margin-right: 16px;
}

/* プロフィール */
.profile_conts p {
  margin-bottom: 20px;
}

.profile_conts-img01 {
  float: right;
  margin-left: 32px;
}

.profile_name {
  font-family: 'GenJyuuMed';
  font-size: 15px;
  color: #4a301a;
  text-align: center;
  line-height: 1.5;
}

.profile_name span {
  display: block;
  font-size: 18px;
}

.profile_text p {
  margin-bottom: 1em;
}

/* コンテンツ内　お問い合わせ
----------------------------------------------------*/
.contact_conts {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #f0e7ce;
  background: #fffdf5;
  border-radius: 14px;
  margin-top: 20px;
  padding: 25px;
}

.contact_btn {
  margin-top: 20px;
}

.contact_btn a {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  border-radius: 14px;
  padding: 12px 24px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  box-shadow: 2px 2px 5px rgba(178, 153, 127, 0.6);
}

.contact_mail-btn a {
  background: url("../images/common/bg_btn01.png") repeat left top;
}

.contact_line-btn a {
  background: url("../images/common/bg_btn02.png") repeat left top;
}

.contact_access {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.contact_access-l {
  width: 275px;
  margin-right: 15px;
}

.contact_access-r {
  width: calc(100% - 290px);
}

.opentbl {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #80273f;
  border-radius: 14px;
  padding: 12px;
}

.tbl01 {
  color: #664e38;
  border-collapse: collapse;
}

.tbl01 thead {
  border-bottom: 1px solid;
}

.tbl01 tr th {
  font-family: "GenJyuu";
  font-size: 13px;
  line-height: 1.3;
  width: 9em;
}

.tbl01 tr td {
  font-family: "GenJyuu";
  font-size: 13px;
  text-align: center;
  border-left: 1px solid;
}

.contact_access-text01 {
  margin: 8px 20px 0;
}

.contact_access-text01 span {
  color: #eba81a;
  font-weight: bold;
  margin-right: 14px;
}

.contact_map {
  margin-top: 30px;
}

.contact_map iframe {
  width: 100%;
  min-height: 280px;
  height: 58vw;
  max-height: 400px;
}

.last_img {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.last_img p {
  margin: 0 15px;
}

.last_img p img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.last_text p {
  margin-bottom: 1em;
}

/*サイドバー
----------------------------------------------------*/
.side_campaign {
  margin-top: -18px;
  position: relative;
  margin-bottom: 20px;
}

.side_campaign img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.side_campaign-img {
  position: relative;
  line-height: 0;
}

.side_bnr01,
.side_bnr02 {
  margin-bottom: 20px;
}

.side_bnr01 p,
.side_bnr02 p {
  margin-bottom: 0;
}

.side_bnr01 p img,
.side_bnr02 p img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.side_bnr01 p:last-of-type,
.side_bnr02 p:last-of-type {
  margin-bottom: 0;
}

.side_bnr01 a {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #69444e;
  text-decoration: none;
  border: 1px solid #a15f70;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  box-sizing: border-box;
}

.side_bnr01 a img {
  margin-left: 10px;
  margin-top: -4px;
}

.side_bnr02 p {
  margin-bottom: 0;
  line-height: 0;
}

.side_menu {
  margin-bottom: 20px;
}

.side_ttl {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  padding: 12px 8px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

.side_ttl-first,
.side_ttl-about,
.side_ttl-case {
  background: #a15f70;
}

.side_ttl-voice {
  background: #e83200;
}

.side_menu-conts {
  border: 1px solid #a15f70;
  border-top: none;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 0 0 8px 8px;
}

.side_menu-conts li {
  border-bottom: 1px dotted #949393;
  padding-bottom: 4px;
  margin-bottom: 10px;
  padding-left: 28px;
  text-align: left;
  padding-left: 28px;
  position: relative;
}

.side_menu-conts li:before {
  content: "";
  display: block;
  background: url("../images/common/side_icon.png") no-repeat left top;
  width: 6px;
  height: 11px;
  position: absolute;
  left: 10px;
  top: 7px;
}

.side_menu-conts li a {
  color: #333;
  text-decoration: none;
}

.side_info {
  width: 100%;
}

.side_info:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 3px 3px 0 0;
  background: url("../images/common/side_info-bg01.png") no-repeat left top;
}

.side_info:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 0 0 3px 3px;
  background: url("../images/common/side_info-bg01.png") no-repeat left top;
}

.side_info-wrap {
  background: url("../images/common/side_info-bg02.png") repeat left top;
  padding: 12px 6px;
}

.side_info-ttl {
  text-align: center;
  margin-bottom: 8px;
}

.side_info-list01 {
  margin: 0 12px;
  text-align: left;
}

.side_info-list01 dt,
.side_info-list01 dd {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}

.side_info-list01 dt {
  background: url("../images/common/./side_info-icon01.png") no-repeat left 5px;
  padding-left: 10px;
  margin-bottom: 4px;
  font-weight: bold;
}

.side_info-contact {
  border-top: 2px dotted #626d67;
  border-bottom: 2px dotted #626d67;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.side_contact-tel {
  text-align: center;
  line-height: 0;
}

.side_contact-btn {
  text-align: center;
  line-height: 0;
}

.side_info-open {
  margin: 0 8px 15px;
}

.side_info-open img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.side_info-map {
  margin: 15px 12px 0;
}

.side_info-map iframe {
  width: 100%;
  height: auto;
}

/*ページトップ
----------------------------------------------------*/
#pagetop {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
}

#pagetop p {
  line-height: 0;
}

#pagetop p a:hover {
  opacity: 1;
}

#pagetop p img {
  line-height: 0;
}

/*お問い合わせコンテンツ
----------------------------------------------------*/
.common_contact {
  background: url("../images/common/bg_pagebtm.jpg") repeat left top;
  line-height: 0;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  padding: 0 2.5%;
}

.common_contact img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.common_contact-pcwrap {
  display: flex;
  width: 100%;
  max-width: 1124px;
}

.common_contact-pc {
  display: block;
}

.common_contact-sp,
.sp_btm {
  display: none;
}

/*footer
----------------------------------------------------*/
#footer {
  width: 90%;
  padding: 30px 5%;
  margin: 0 auto;
  background: #80273f;
}

#footer .footer_wrap {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.f_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.f_info {
  display: flex;
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
}

.f_ingo-map {
  margin-left: 20px;
}

.f_ingo-map a {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.f_ingo-map a img {
  margin-right: 8px;
}

.f_menu {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.f_menu li {
  margin-right: 20px;
  margin-bottom: 4px;
}

.f_menu li:before {
  content: ">";
  margin-right: 4px;
  color: #fff;
}

.f_menu li a {
  color: #fff;
}

.footer_l {
  width: calc(100% - 458px);
}

.footer_r {
  width: 428px;
  margin-left: 30px;
  color: #fff;
}

.footer_r .f_openimg {
  width: 100%;
  max-width: 428px;
}

.footer_r .f_openimg img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.footer_r .f_opentext {
  margin-left: 20px;
}

.footer_r .f_opentext span {
  margin-right: 10px;
}

#f_copy {
  background: #fff;
  font-size: 14px;
  text-align: center;
  margin: 24px auto;
  color: #653b12;
  width: 95%;
  max-width: 1000px;
}
