@charset "UTF-8";
@font-face {
  font-family: 'mincho';
  src: url("../font/mincho.woff") format("woff"), url("../font/mincho.ttf") format("truetype");
}

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

html {
  overflow-y: scroll;
}

a {
  color: #fa3407;
  text-decoration: underline;
}

a:hover {
  color: #fa3407;
  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;
/**/
}

.mincho {
  font-family: "mincho";
}

.red {
  color: #f73609;
}

.img01 {
  line-height: 0;
}

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

.img_c {
  text-align: center;
}

.img_c 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;
  margin-bottom: 8px;
}

.img_f-r img:last-of-type {
  margin-bottom: 0;
}

.strong01 {
  text-decoration: underline;
}

.strong02 {
  font-weight: bold;
  color: #fa3407;
}

.strong03 {
  font-size: 1.1em;
  font-weight: bold;
  color: #1f6fb6;
}

.strong04 {
  color: #ff2989;
}

.strong05 {
  font-size: 0.75em;
}

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

.mt20 {
  margin-top: 20px;
}

.tac {
  text-align: center;
}

/*header
----------------------------------------------------*/
#header {
  padding-top: 16px;
}

.h_sp,
.h_sp-scrolltop{
  display: none;
}

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

.h_h1 {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

.h_h1 h1 {
  font-size: 13px;
}

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

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

.h_conts-r {
  width: 45vw;
  max-width: 580px;
}

.h_conts-t {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 16px;
  margin-bottom: 10px;
}

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

.h_tel img {
  width: 35vw;
  max-width: 245px;
  height: auto;
}

.h_btnconts {
  display: flex;
  justify-content: space-between;
  margin-left: 25px;
}

.h_btn {
  display: block;
  width: 100%;
  margin-right: 10px;
}

.h_btn:last-of-type {
  margin-right: 0;
}

.h_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11vw;
  max-width: 145px;
  height: 4vw;
  min-height: 61px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

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

.h_reservebtn {
  background: -moz-linear-gradient(top, #348edd 49%, #2172ba 50%, #2172ba 100%);
  background: -webkit-linear-gradient(top, #348edd 49%, #2172ba 50%, #2172ba 100%);
  background: linear-gradient(to bottom, #348edd 49%, #2172ba 50%, #2172ba 100%);
}

.h_linebtn {
  background: -moz-linear-gradient(top, #2bc22b 0%, #2bc22b 50%, #19b519 51%, #19b519 100%);
  background: -webkit-linear-gradient(top, #2bc22b 0%, #2bc22b 50%, #19b519 51%, #19b519 100%);
  background: linear-gradient(to bottom, #2bc22b 0%, #2bc22b 50%, #19b519 51%, #19b519 100%);
}

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

.h_open dt {
  width: 6em;
  font-weight: bold;
}

.h_open dd {
  display: block;
  width: calc(100% - 6em);
}

.h_open dd span {
  color: #df2b2b;
  margin-left: 1em;
}

/*nav
----------------------------------------------------*/
#nav {
  margin: 32px auto 0;
  padding: 0;
  width: 95%;
}

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

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

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

.nav_wrap ul li {
  width: calc(100% / 6);
  border-left: 1px dashed #0f4c81;
}

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

.nav_wrap ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #3e3a3a;
  font-size: 15px;
  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;
}

/*mainimage
----------------------------------------------------*/
#mainimage {
  background: url("../images/top/bg_mainimage.png") no-repeat center center;
  background-size: cover;
  line-height: 0;
}

.mainimage_pc {
  width: 100%;
  max-width: 1401px;
  margin: 0 auto;
}

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

.mainimage_sp {
  display: none;
}

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

#conts {
  width: 715px;
  background: #fff;
}

#side {
  width: 230px;
  padding: 0 0 32px;
}

.conts01 {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}

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

.conts01-mt {
  margin-top: 80px;
}

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

.conts_text p:last-of-type {
  margin-bottom: 0;
}

/*top
----------------------------------------------------*/
.preopen {
  border: 2px solid #df2b2b;
  box-sizing: border-box;
  padding: 32px;
  color: #df2b2b;
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
}

.catch02 {
  margin: 32px auto;
}

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

.maincampaign {
  width: 100%;
  max-width: 701px;
  margin: 0 auto;
  position: relative;
}

.maincampaign.conts01-mt{
  margin-top: 40px;
}

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

.maincampaign_img {
  position: relative;
}

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

.maincampaign_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 135px;
  margin: 0 auto;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #391902;
}

.maincampaign_text span {
  background: linear-gradient(transparent 60%, #f2f461 60%);
  padding: 0 2px;
}

/* 当院のコンセプト */
.concept,
.ambassador{
  margin: 40px auto;
}

.concept_ttl01{
  display: block;
  padding: 16px 12px;
  background: #1f6fb6;
  box-sizing: border-box;

  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  line-height: 1.5;
}

.concept_ttl01:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-top: 24px solid #1f6fb6;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  margin: 0 auto;
  z-index: 2;
}

.concept_img{
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #eef8ff;
  box-sizing: border-box;
  padding: 40px 24px 24px;
  line-height: 0;
  border: 4px solid #1f6fb6;
  border-top: none;
}

.concept_img img{
  width: auto;
  max-width: 100%;
  height: auto;
  position: relative;
  left: 32px;
}

/* お悩みではありませんか？ */
.onayami_conts {
  border: 2px solid #1f6fb6;
  padding: 32px;
  box-sizing: border-box;
  margin-top: 24px;
}

.onayami_list li {
  background: url("../images/top/icon_check.png") no-repeat left 6px;
  font-size: 20px;
  padding-left: 34px;
  margin-bottom: 12px;
}

.onayami_list li:last-of-type {
  margin-bottom: 0;
}

.onayami_text {
  margin-top: 100px;
  position: relative;
  margin-bottom: 64px;
}

.onayami_text::before {
  content: "";
  display: block;
  background: url("../images/top/icon_arrow01.png") no-repeat center center;
  width: 202px;
  max-width: 202px;
  height: 49px;
  max-height: 49px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -80px;
}

/* 医師が当院の技術を推薦！ */
.suisen_conts {
  background: #faf282;
  margin-top: 150px;
  display: block;
  box-sizing: border-box;
  padding: 30px;
}

.suisen_ttl {
  position: relative;
  text-align: center;
  margin-top: -95px;
}

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

.suisen_info {
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
}

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

.suisen_img {
  width: 220px;
}

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

.suisen_name {
  width: calc(100% - 250px);
  margin-left: 30px;
}

.suisen_ttl01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #d9d2d2;
  margin-bottom: 12px;
  padding-bottom: 4px;
}

.suisen_ttl02 {
  font-size: 21px;
  font-weight: bold;
}

.suisen_text {
  margin-top: 16px;
  font-size: 20px;
}

.suisen_text .suisen_link {
  font-size: 14px;
  text-align: right;
  margin-top: 16px;
}

.suisen_text .suisen_link a {
  color: #3e3a3a;
}

/*３つの特徴*/
.feature_ttl {
  background: #1f6fb6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  position: relative;
}

.feature_ttl .feeature_ttl01 {
  line-height: 0;
  padding: 0 12px;
}

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

.feature_ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 2;
  width: 100%;
  height: 9px;
  background: #b2d3f3;
}

.feature_ttl:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -8px;
  background: url("../images/top/feature_arrow.png") no-repeat center bottom;
  bottom: -31px;
  width: 64px;
  height: 32px;
  margin: 0 auto;
}

.feature_conts {
  background: #fcf9e1;
  box-sizing: border-box;
  padding: 40px 23px;
}

.feature_info {
  border: 1px solid #dbd5a9;
  background: #fff;
  padding: 24px 12px 24px 100px;
  margin-top: 64px;
  position: relative;
  border-radius: 6px;
}

.feature_info:first-of-type {
  margin-top: 40px;
}

.feture_no {
  position: absolute;
  left: -12px;
  top: -40px;
}

.feture_text {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
}

.feture_text span {
  color: #ff2989;
}

/* ビフォー・アフター */
.top_ba {
  margin-top: 64px;
}

.ba_mainttl {
  text-align: center;
  margin-bottom: 40px;
}

.ba_conts {
  box-sizing: border-box;
  border: 1px solid #1f6fb6;
}

.ba_ttl01 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: -moz-linear-gradient(top, #358edd 0%, #0d5ca1 100%);
  background: -webkit-linear-gradient(top, #358edd 0%, #0d5ca1 100%);
  background: linear-gradient(to bottom, #358edd 0%, #0d5ca1 100%);
  box-sizing: border-box;
  padding: 24px;
}

.ba_img {
  text-align: center;
  margin: 24px auto;
}

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

.bg_memo {
  text-align: center;
  margin-bottom: 30px;
}

/*　ここがポイント！　*/
.point_img {
  margin-top: 24px;
}

/* 改善 */
.top_kaizen {
  margin-top: 80px;
}

.kaizen_mainttl {
  text-align: center;
  margin-bottom: 40px;
}

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

/* 口コミ */
.kuchikomi_mainttl {
  margin-bottom: 12px;
}

.ekiten_kuchikomi {
  margin-top: 24px;
}

/* 悪い姿勢・原因 */
.top_genin {
  margin-top: 64px;
}

.genin_ttl {
  margin-bottom: 40px;
}

/* 選ばれる理由 */
.top_select {
  margin-top: 80px;
}

.select_conts {
  margin-top: 24px;
  box-sizing: border-box;
  padding: 30px;
  border: 3px solid #dadada;
  position: relative;
  z-index: 2;
}

.select_conts:before {
  content: "";
  display: block;
  background: url("../images/top/bg_select.png") no-repeat left top;
  background-size: 100% auto;
  width: 20vw;
  max-width: 130px;
  height: 20vw;
  max-height: 129px;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
}

.select_conts-wrap {
  position: relative;
  z-index: 2;
}

.select_ttl {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 120px;
  min-height: 104px;
  padding-top: 8px;
  margin-bottom: 24px;
}

.select_ttl span.selectbold {
  color: #ff2989;
}

.select_ttl .select_br {
  display: block;
}

.select_ttl01 {
  background: url("../images/top/select01_ttl.png") no-repeat left top;
}

.select_ttl02 {
  background: url("../images/top/select02_ttl.png") no-repeat left top;
}

.select_ttl03 {
  background: url("../images/top/select03_ttl.png") no-repeat left top;
}

.select_ttl04 {
  background: url("../images/top/select04_ttl.png") no-repeat left top;
}

.select_ttl05 {
  background: url("../images/top/select05_ttl.png") no-repeat left top;
}

.select_ttl06 {
  background: url("../images/top/select06_ttl.png") no-repeat left top;
}

.select_ttl07 {
  background: url("../images/top/select07_ttl.png") no-repeat left top;
}

.select_ttl08 {
  background: url("../images/top/select08_ttl.png") no-repeat left top;
}

.select_ttl09 {
  background: url("../images/top/select09_ttl.png") no-repeat left top;
}

.select_ttl10 {
  background: url("../images/top/select10_ttl.png") no-repeat left top;
}

.select_img {
  margin-bottom: 24px;
}

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

/* オファー */
.offer {
  position: relative;
}

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

.offer_btn {
  position: absolute;
  bottom: 38px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}

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

/* お客様の声 */
.top_voice {
  margin-top: 80px;
}

.voice_mainttl {
  margin-bottom: 24px;
}

.voice_conts {
  background: #fcf2a4;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 32px;
}

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

.voice_ttl01 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}

/* ビフォーアフター */
.top_ba-ttl {
  text-align: center;
}

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

.ba_conts {
  margin-top: 32px;
}

.ba_conts:first-of-type {
  margin-top: 16px;
}

.ba_conts-ttl01 {
  background: #fbf8e5;
  padding: 24px 20px;
  box-sizing: border-box;
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  color: #412111;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  box-shadow: 0 6px 0 #f0f0f0;
}

.ba_conts-ttl01 img {
  margin-right: 10px;
}

.ba_conts-ttl01:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  z-index: 2;
  border: 20px solid transparent;
  border-top: 15px solid #fbf8e5;
}

.ba_conts-ttl01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -41px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  z-index: 1;
  border: 20px solid transparent;
  border-top: 15px solid #f0f0f0;
}

.ba_conts-img {
  text-align: center;
}

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

.ba_conts-memo {
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
}

/* カラダの常識！ */
.top_jyoushiki {
  margin-top: 80px;
}

/* 推薦の声 */
.top_recommend {
  margin-top: 80px;
}

.recommend_mainttl {
  margin-bottom: 40px;
}

.recommend_conts {
  background: #fcf2a4;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 32px;
}

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

.recommend_ttl01 {
  position: relative;
  padding-left: 132px;
  padding-top: 24px;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 80px;
}

.recommend_ttl01:before {
  content: "";
  display: block;
  width: 126px;
  height: 137px;
  background: url("../images/top/reco_medal.png") no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.recommend_ttl01:after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -2px;
  left: 30px;
  border-bottom: 2px solid #d1c69d;
}

.recommend_img {
  width: 194px;
  float: left;
  margin-right: 30px;
  margin-bottom: 12px;
}

.recommend_profile {
  background: #fff;
  padding: 12px;
  font-size: 16px;
  margin-top: 16px;
  text-align: center;
}

.recommend_clinic {
  margin-bottom: 0 !important;
}

.recommend_name {
  font-weight: bold;
  border-top: 1px solid #f0ebeb;
  margin-top: 4px;
  padding-top: 4px;
}

/* 院長挨拶 */
.top_profile {
  margin-top: 80px;
}

.profile_mainttl {
  background: #1f6fb6;
  text-align: center;
  box-sizing: border-box;
  padding: 24px 0;
  min-height: 100px;
  position: relative;
  margin-bottom: 32px;
}

.profile_mainttl:before {
  content: "";
  display: block;
  background: url("../images/top/bg_profile.png") no-repeat left top;
  width: 30vw;
  max-width: 130px;
  height: 30vw;
  max-height: 78px;
  position: absolute;
  left: 0;
  top: 0;
}

.profile_img {
  width: 226px;
  float: right;
  margin-left: 30px;
  margin-bottom: 12px;
}

.profile_info {
  background: #ebf7ff;
  padding: 12px;
  font-size: 16px;
  margin-top: 16px;
  text-align: center;
}

.profile_clinic {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.profile_name {
  font-size: 15px;
  font-weight: bold;
  border-top: 1px solid #d3e1ed;
  margin-top: 4px;
  padding-top: 4px;
}

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

/* 最後に... */
.last_mainttl {
  margin-bottom: 24px;
}

.last_conts {
  margin-top: 24px;
}

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

.last_ttl01 {
  font-size: 24px;
  font-weight: bold;
  color: #ff3508;
  text-decoration: underline;
}

.last_message {
  border: 4px solid #1f6fb6;
  box-sizing: border-box;
  padding: 40px 64px;
  margin-top: 40px;
  position: relative;
}

.last_message:before {
  content: "";
  display: block;
  width: 30vw;
  max-width: 130px;
  height: 28vw;
  max-height: 78px;
  background: url("../images/top/bg_last.png") no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
}

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

.last_message p:last-of-type {
  margin-bottom: 0;
}

/* コンテンツ内　お問い合わせ
----------------------------------------------------*/
.top_contact {
  margin-top: 80px;
}

.contact_mainttl {
  margin-bottom: 24px;
}

.contact_conts {
  background: #edfaff;
  padding: 36px 30px;
}

.contact_btn {
  text-align: center;
  margin-top: 24px;
}

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

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

.contact_open {
  background: #fff;
  padding: 20px 24px;
  margin-top: 16px;
  display: flex;
}

.contact_open dl {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}

.contact_open dl dt {
  background: #fcf9e1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-weight: bold;
}

.contact_open dl dd {
  margin: 4px 16px;
}

.contact_access {
  margin: 16px auto;
}

.contact_access dl {
  display: flex;
  margin-bottom: 4px;
}

.contact_access dl:last-of-type {
  margin-bottom: 0;
}

.contact_access dl dt {
  font-weight: bold;
}

.contact_map iframe {
  width: 100%;
  min-height: 450px;
  line-height: 0;
}

.line_conts {
  width: 100%;
  max-width: 715px;
  position: relative;
}

.line_btn {
  position: absolute;
  bottom: 280px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.line_btn img {
  width: 84vw;
  max-width: 662px;
  height: auto;
}

.line_img {
  position: relative;
}

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

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

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

.side_campaign-text {
  position: absolute;
  top: 80px;
  left: 33px;
  font-size: 16px;
  font-weight: bold;
  color: #391902;
  line-height: 1.25;
}

.side_campaign-text span {
  display: block;
  background: linear-gradient(transparent 60%, #f2f461 60%);
}

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

.side_bnr01 p,
.side_bnr02 p {
  margin-bottom: 10px;
  line-height: 0;
}

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

.side_menu {
  margin-bottom: 20px;
  border: 1px solid #73b5ed;
  padding: 1px;
  box-sizing: border-box;
  background: #fff;
}

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

.side_ttl-first,
.side_ttl-about,
.side_ttl-case,
.side_info-ttl {
  background: -moz-linear-gradient(top, #8ac8ff 0%, #5399d6 100%);
  background: -webkit-linear-gradient(top, #8ac8ff 0%, #5399d6 100%);
  background: linear-gradient(to bottom, #8ac8ff 0%, #5399d6 100%);
}

.side_ttl-voice {
  background: #e83200;
}

.side_menu-conts {
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 0 0 4px 4px;
}

.side_menu-conts li {
  border-bottom: 1px solid #a1caed;
  padding-bottom: 8px;
  margin-bottom: 8px;
  padding-left: 25px;
  text-align: left;
  position: relative;
}

.side_menu-conts li:before {
  content: "";
  display: block;
  background: url("../images/common/side_icon.png") no-repeat 8px 3px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 2px;
}

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

.side_menu-conts li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.side_info {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #73b5ed;
  padding: 1px;
  box-sizing: border-box;
  background: #fff;
}

.side_logo {
  text-align: center;
}

.side_inofconts {
  margin-top: 20px;
  padding: 0 11px 5px;
}

.side_ttl01 {
  font-size: 15px;
  font-weight: bold;
  color: #1f6fb6;
  position: relative;
}

.side_ttl01 span {
  position: relative;
  z-index: 3;
  background: #fff;
  padding-right: 4px;
}

.side_ttl01:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #1f6fb6;
  width: 100%;
  height: 1px;
}

.side_address-info {
  line-height: 1.5;
  margin: 8px auto;
  font-size: 14px;
}

.side_tel {
  margin-top: 4px;
}

.side_telnum {
  font-size: 15px;
}

.side_telnum span {
  font-size: 24px;
}

.side_contactbtn p a {
  background: -moz-linear-gradient(top, #ff52a0 0%, #ff52a0 50%, #ff2989 51%, #ff2989 100%);
  background: -webkit-linear-gradient(top, #ff52a0 0%, #ff52a0 50%, #ff2989 51%, #ff2989 100%);
  background: linear-gradient(to bottom, #ff52a0 0%, #ff52a0 50%, #ff2989 51%, #ff2989 100%);
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 12px 0;
}

.side_conts {
  margin-top: 16px;
}

.side_ttl02 {
  border-top: 1px solid #3e3a3a;
  padding: 8px 0;
  border-bottom: 1px solid #3e3a3a;
  font-size: 14px;
  text-align: center;
  margin-bottom: 12px;
}

.side_conts p {
  font-size: 14px;
  line-height: 1.7;
}

.side_map {
  width: 100%;
  min-height: 200px;
  margin-top: 8px;
}

/*ページトップ
----------------------------------------------------*/
#pagetop {
  position: relative;
  bottom: 0;
  right: 2.5%;
  margin: 0 0 -28px auto;
  width: 100px;
  height: 100px;
  z-index: 9998;
}

#pagetop p {
  line-height: 0;
}

#pagetop p img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
  border-radius: 1000px;
  line-height: 0;
}

/*お問い合わせコンテンツ
----------------------------------------------------*/
.common_contact {
  background: #1f6fb6;
  line-height: 0;
  text-align: center;
}

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

.common_wrap {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.common_contact-pc {
  display: block;
}

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

/*footer
----------------------------------------------------*/
#footer {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
}

.f_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.f_menu ul li:first-child:before {
  content: "|";
  margin: 0 12px 0 0;
}

.f_menu ul li:after {
  content: "|";
  margin: 0 12px;
}

.f_menu ul li a {
  color: inherit;
  text-decoration: none;
}

.f_menu ul li a:hover {
  text-decoration: underline;
}

.f_info {
  display: flex;
  justify-content: center;
  margin: 40px auto 24px;
  padding: 24px 0;
  border-top: 1px solid #412111;
  border-bottom: 1px solid #412111;
}

.f_info-logo,
.f_info-tel,
.f_info-address,
.f_info-access {
  font-size: 13px;
  margin: 0 8px;
}

.f_info-logo {
  font-weight: bold;
}

.f_copy {
  font-size: 13px;
  text-align: center;
  margin-bottom: 32px;
}
