@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*＝＝＝＝＝＝common＝＝＝＝＝＝*/
.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

#Top .undercon {
  margin: 50px auto 50px;
  max-width: 800px;
  text-align: left;
  padding: 0 30px;
}
#Top .undercon .logo {
  width: 100%;
  max-width: 200px;
  margin: 150px auto 50px;
}
#Top .undercon .logo nav {
  display: none;
}
#Top .uc_footer {
  width: 100%;
  bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 15px;
  line-height: 1.7;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

a {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
}
a:active {
  color: #000000;
}

/*フォント*/
.kozumin {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.kozuminBold {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 0;
  letter-spacing: 0.01em;
}

/*pagination*/
/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #9e67a9;
  border-color: #9e67a9;
  font-weight: bold;
}

/*背景色*/
/*背景色*/
.bg01 {
  background: url(/images/top/bg01.jpg) repeat;
  background-size: cover;
  padding-bottom: 75px;
}

.bg02 {
  background: url(/images/top/bg02.jpg) repeat;
  padding-bottom: 75px;
}

.bg03 {
  background: url(/images/top/bg03.jpg) repeat;
}

.bg05 {
  background: url(/images/top/bg05.jpg) no-repeat center right -100px;
  background-size: auto 100%;
  padding-bottom: 75px;
}

.bg06 {
  background: url(/images/top/bg06.jpg) no-repeat center;
  background-size: cover;
}

/*共通*/
.title {
  padding: 10px 25px;
  background: linear-gradient(to bottom, #e5c948 1%, white 80%, #e5d280 102%);
  border: 1px solid #e5c948;
  display: block;
  width: 100%;
  font-size: 17px;
  color: #6a3906;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

/*＝＝＝＝＝＝header＝＝＝＝＝＝*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 70px;
  z-index: 10;
  /* ハンバーガーメニュー */
  /*end*/
}
header .header_inner {
  height: 70px;
  display: flex;
  align-items: center;
}
header .logo {
  margin: 0 0 0 20px;
  display: flex;
  justify-content: flex-start;
}
header .logo a {
  width: 110px;
  display: block;
}
header .header_nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 70px;
  width: 100%;
  transform: translateX(100%);
  transition: ease 0.4s;
}
header .header_nav > ul {
  margin-top: 0;
}
header .header_nav > ul > li {
  border-bottom: 2px solid #a18c6c;
  background-color: rgba(255, 255, 255, 0.9); /*ナビゲーションメニュー背景色*/
}
header .header_nav > ul > li.spmenu_insta {
  background-color: rgba(75, 75, 75, 0.9); /*ナビゲーションメニュー背景色*/
  border-bottom: none;
}
header .header_nav > ul > li.spmenu_insta > a {
  color: white;
  background: url(/images/common/sp/spmenu_arrow_w.svg) no-repeat right 20px center;
  background-size: 9px;
}
header .header_nav > ul > li > a {
  padding: 14px 20PX;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  background: url(/images/common/sp/spmenu_arrow.svg) no-repeat right 20px center;
  width: 100%;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
  background-size: 9px;
  transition: 0.3s;
}
header .header_nav > ul > li > a:hover {
  background-color: rgba(153, 129, 81, 0.25);
}
header .header_nav > ul > li:first-child {
  border-top: 2px solid #a18c6c;
}
header .header_nav .sns_link > img {
  font-size: 30px;
}
header .header_hamburger {
  width: 36px;
  height: 32px;
}
header .hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
header .hamburger span {
  width: 100%;
  height: 4px;
  background-color: #a18c6c;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
header .hamburger span:nth-child(1) {
  top: 0;
}
header .hamburger span:nth-child(2) {
  margin: 8px 0;
}
header .hamburger span:nth-child(3) {
  top: 0;
}
header .header_nav.active {
  transform: translateX(0);
}
header .hamburger.active span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

/*＝＝＝＝＝＝main＝＝＝＝＝＝*/
#All-wrap {
  z-index: 0;
  overflow-x: hidden;
}

main {
  padding-top: 70px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.link_btn {
  text-align: center;
}
.link_btn a {
  background: linear-gradient(to bottom, #e5c948 0%, white 77%, #e5d280 100%);
  border: 3px solid #e5c948;
  display: block;
  width: 200px;
  height: 44px;
  font-size: 16px;
  color: #6a3906;
  text-align: center;
  box-sizing: border-box;
  transition: 0.3s;
  border-radius: 30px;
  font-weight: bold;
  padding-top: 6px;
  transition: 0.3s;
}
.link_btn a:hover {
  opacity: 0.9;
}

.link_btn:visited {
  color: white;
}

/*アンカーリンク調整*/
.anchor {
  margin-top: -70px;
  padding-top: 70px;
}

small {
  font-size: 14px;
}

/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
footer .copy {
  background-color: #908077;
  color: white;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*＝＝＝＝＝＝共通＝＝＝＝＝＝*/
#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/* ＝＝＝＝＝＝Component＝＝＝＝＝＝＝　*/
html * {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  /*&[src$=".png"],
  &[src$=".jpg"] {
    backface-visibility: hidden;
  }*/
}

body {
  color: #000000;
  background-color: #ffffff;
  font-weight: 400;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

input,
textarea,
select {
  font-style: normal;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.bg_gray {
  background-color: #ececec;
}

.clear {
  clear: both;
}

small {
  font-size: 14px;
}

/*==========================================
  Base
==========================================*/
/*＝＝＝＝＝＝top＝＝＝＝＝＝*/
#Top main .main_area {
  background: linear-gradient(to right, #002841, #003d5c);
}
#Top main .main_area figure {
  margin: auto;
}
#Top main .main_area figure > img {
  width: 100%;
}
#Top main .main_area .line {
  background: linear-gradient(to right, #6c4628, #c99958, #f7eaa5, #c99958, #f7eaa5, #c99958, #6c4628);
  display: block;
  width: 100%;
  height: 5px;
}
#Top main .sec_datsumou {
  position: relative;
  background: url(/images/top/bg_datsumou.jpg) no-repeat center top;
}
#Top main .sec_datsumou .datsumou {
  margin: auto;
  position: relative;
  z-index: 0;
  overflow-x: clip;
}
#Top main .sec_datsumou .datsumou figure {
  margin: auto;
  position: relative;
}
#Top main .sec_datsumou .datsumou figure > img {
  width: 100%;
  margin: auto;
  display: block;
}
#Top main .sec_datsumou .datsumou .title_datsumou {
  position: absolute;
  top: 5%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 270px;
}
#Top main .sec_datsumou .datsumou .text {
  font-size: 23px;
  padding: 30px 20px 0;
  line-height: 1.2;
  color: white;
  position: absolute;
  top: 11%;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  text-shadow: 0 0 7px black;
}
#Top main .sec_datsumou .datsumou .awards_img {
  position: absolute;
  bottom: -25.8%;
  left: 50%;
  transform: translateX(-50%);
  width: 124%;
  overflow: hidden;
}
#Top main .sec_awards {
  background: linear-gradient(to bottom, #008ee3, #161075);
  position: relative;
  padding-bottom: 135px;
  z-index: -1;
}
#Top main .sec_awards > figure > img {
  z-index: 999;
  margin: auto;
  position: absolute;
  top: -53%;
  left: 50%;
  transform: translateX(-50%);
}
#Top main .sec_awards .text_box {
  padding-top: 54%;
  margin: auto;
  position: relative;
}
#Top main .sec_awards .text_box::before {
  content: "";
  display: block;
  width: 32%;
  height: 100px;
  background: url(/images/top/point.png) no-repeat;
  position: absolute;
  left: -5%;
  top: 44%;
  background-size: contain;
  transform: rotate(-12deg);
}
#Top main .sec_awards .text_box > img {
  max-width: 356px;
  margin: auto;
  display: flex;
}
#Top main .sec_awards .img01 {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -228px;
  left: 50%;
  transform: translateX(-50%);
}
#Top main .sec_detailBox {
  position: relative;
}
#Top main .sec_detailBox::before {
  content: "";
  display: block;
  background: url(/images/top/img01.jpg) no-repeat;
  width: 100%;
  max-width: 300px;
  padding: 0 20px;
  height: 228px;
  position: absolute;
  left: 55.5%;
  top: -111px;
  transform: translateX(-50%);
  background-size: contain;
}
#Top main .sec_detailBox .bg_graBlue {
  background: linear-gradient(to bottom, #161075, #008ee3);
  padding: 0 3px 3px;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 {
  background: white;
  padding-top: 130px;
  letter-spacing: 0.01em;
  padding-bottom: 66px;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .text01 {
  font-size: 26px;
  text-align: center;
  color: #4d4d4d;
  padding: 0 5px;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .text01 .red {
  color: #c1272d;
  font-size: 26px;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .text02 {
  padding: 0 20px;
  margin: auto;
  font-size: 18px;
  line-height: 1.4;
  color: #4d4d4d;
  padding-bottom: 20px;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .point_box {
  position: relative;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .point_box ul {
  max-width: 680px;
  margin: auto;
  padding: 0 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .point_box ul li {
  width: 165px;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .point_box ul li > img {
  width: 100%;
}
#Top main .sec_detailBox .bg_graBlue .text_box01 .point_box::after {
  content: "";
  width: 102px;
  height: 102px;
  background: url(/images/top/text_more.svg) no-repeat;
  position: absolute;
  bottom: -118px;
  left: 50%;
  transform: translateX(-50%);
}
#Top main .sec_detailBox02 {
  padding-top: 72px;
  padding-bottom: 50px;
  background: url(/images/top/bg_brown.jpg) repeat;
  background-size: cover;
}
#Top main .sec_detailBox02 .text_box02 {
  text-align: center;
  line-height: 1.4;
}
#Top main .sec_detailBox02 .text_box02 > .text01 {
  font-size: 25px;
}
#Top main .sec_detailBox02 .text_box02 > .text01 .red {
  color: #c1272d;
  font-size: 30px;
}
#Top main .sec_detailBox02 .text_box02 > .text01 .fSize_50 {
  font-size: 25px;
}
#Top main .sec_detailBox02 .text_box02 > .text01 .fSize_68 {
  font-size: 33px;
}
#Top main .sec_detailBox02 .img_box {
  margin: auto;
  align-items: center;
  padding-top: 30px;
  max-width: 382px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Top main .sec_detailBox02 .img_box .img_box_con {
  width: 47%;
  text-align: center;
}
#Top main .sec_detailBox02 .img_box .img_box_con P {
  padding-top: 5px;
  padding-bottom: 20px;
}
#Top main .sec_detailBox02 .img_box .img_box_con > figure > img {
  max-width: 180px;
  width: 100%;
}
#Top main .sec_detailBox02 .img_box .img_box_con p {
  text-align: center;
  font-size: 21px;
  padding-top: 4px;
}
#Top main .bg01 {
  background: url(/images/top/bg01.jpg) repeat center;
  background-size: 50%;
  padding-bottom: 65px;
}
#Top main .bg01 .sec_effect {
  padding-top: 35px;
}
#Top main .bg01 .sec_effect h2 {
  font-size: 26px;
  color: #f7eaa5;
  background-color: #003990;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  padding: 15px 10px;
  line-height: 1.4;
}
#Top main .bg01 .sec_effect .detail_box {
  padding: 25px 0px 0;
}
#Top main .bg01 .sec_effect .detail_box .con_left {
  width: 100%;
}
#Top main .bg01 .sec_effect .detail_box .con_left h3 {
  font-size: 23px;
  padding: 20px;
  background-color: black;
  color: white;
  border-radius: 15px;
  text-align: center;
  width: 230px;
  margin: auto;
}
#Top main .bg01 .sec_effect .detail_box .con_left > img {
  padding-top: 4px;
  padding-top: 11px;
  max-width: 260px;
  width: 100%;
  display: flex;
  margin: auto;
}
#Top main .bg01 .sec_effect .detail_box .con_right {
  width: 100%;
  box-sizing: border-box;
}
#Top main .bg01 .sec_effect .detail_box .con_right h4 {
  font-size: 23px;
  line-height: 1.5;
  padding-bottom: 10px;
}
#Top main .bg01 .sec_effect .detail_box .con_right p {
  font-size: 18px;
  color: #4d4d4d;
  line-height: 1.4;
  max-width: 528px;
  text-align: left;
  margin: auto;
  display: flex;
}
#Top main .bg01 .sec_effect .demerit_box {
  max-width: 835px;
  width: 100%;
  min-height: 230px;
  background-color: #444242;
  padding: 20px;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 20px auto auto;
}
#Top main .bg01 .sec_effect .demerit_box h4 {
  font-size: 26px;
  line-height: 1.2;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 15px 10px;
}
#Top main .bg01 .sec_effect .demerit_box p {
  padding-top: 20px;
  font-size: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#Top main .bg01 .sec_effect p.line {
  padding: 20px 0 40px;
}
#Top main .bg01 .sec_effect p.line > img {
  height: 2px;
}
#Top main .bg01 .sec_effect .merit_box .box_left {
  width: 100%;
  box-sizing: border-box;
}
#Top main .bg01 .sec_effect .merit_box .box_left > h4 {
  background: black;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  box-sizing: border-box;
  max-width: 378px;
  margin: auto;
}
#Top main .bg01 .sec_effect .merit_box .box_left > h4 > img {
  max-width: 150px;
  width: 100%;
  height: 55px;
}
#Top main .bg01 .sec_effect .merit_box .box_left > img.img01 {
  padding-top: 11px;
  max-width: 260px;
  width: 100%;
  margin: auto;
  display: flex;
}
#Top main .bg01 .sec_effect .merit_box .box_left > img.img02 {
  padding-top: 20px;
  max-width: 260px;
  width: 100%;
  margin: auto;
  display: flex;
}
#Top main .bg01 .sec_effect .merit_box .box_right {
  width: 100%;
  box-sizing: border-box;
}
#Top main .bg01 .sec_effect .merit_box .box_right > h4 {
  color: #003990;
  font-size: 23px;
  letter-spacing: 0em;
  padding-bottom: 10px;
  padding-top: 30px;
  line-height: 1.5;
}
#Top main .bg01 .sec_effect .merit_box .box_right > p {
  font-size: 18px;
  color: #4d4d4d;
  padding-bottom: 25px;
  line-height: 1.4;
}
#Top main .bg01 .sec_effect .merit_box .box_right .datsumou_box {
  background-color: #003990;
  border-radius: 15px;
  padding: 20px 20px 30px 20px;
  box-sizing: border-box;
  max-width: 512px;
  margin: auto;
}
#Top main .bg01 .sec_effect .merit_box .box_right .datsumou_box > h4 {
  padding-bottom: 20px;
}
#Top main .bg01 .sec_effect .merit_box .box_right .datsumou_box > h4 > img {
  max-width: 403px;
  height: 60px;
  width: 100%;
}
#Top main .bg01 .sec_effect .merit_box .box_right .datsumou_box > p {
  font-size: 23px;
  line-height: 1.4;
  color: white;
  display: flex;
  justify-content: center;
}
#Top main .title_attract {
  background: linear-gradient(45deg, #003990, #98abd5, #003990);
  margin-bottom: 12px;
  padding: 20px 10px;
}
#Top main .title_attract img {
  margin: auto;
  display: block;
}
#Top main .sec_beforeafter .con_box01 {
  padding-bottom: 15px;
  flex-direction: column;
  display: flex;
}
#Top main .sec_beforeafter .con_box01 .text_box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 63%;
  padding-top: 20px;
}
#Top main .sec_beforeafter .con_box01 .text_box h4 {
  border: 1px solid #003990;
  padding: 8px;
}
#Top main .sec_beforeafter .con_box01 .text_box h4 > span {
  background-color: #003990;
  color: white;
  font-size: 23px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#Top main .sec_beforeafter .con_box01 .text_box > table {
  padding-top: 9px;
  padding-bottom: 6px;
  display: flex;
  justify-content: center;
}
#Top main .sec_beforeafter .con_box01 .text_box > table th, #Top main .sec_beforeafter .con_box01 .text_box > table td {
  font-size: 20px;
}
#Top main .sec_beforeafter .con_box01 .img_box {
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  display: flex;
  position: relative;
  max-width: 483px;
  margin: auto;
}
#Top main .sec_beforeafter .con_box01 .img_box:after {
  content: "";
  position: absolute;
  right: 47%;
  top: 43%;
  transform: translate(-50%);
  width: 11px;
  height: 21px;
  background: url(/images/top/sankaku.svg) no-repeat;
}
#Top main .sec_beforeafter .con_box01 .img_box figure {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
#Top main .sec_beforeafter .con_box01 .img_box figure > img {
  width: 207px;
}
#Top main .sec_beforeafter .con_box02 {
  padding-bottom: 52px;
  flex-direction: column;
  display: flex;
}
#Top main .sec_beforeafter .con_box02 .text_box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  padding-top: 20px;
}
#Top main .sec_beforeafter .con_box02 .text_box h4 {
  border: 1px solid #003990;
  padding: 8px;
  width: 63%;
  margin: auto;
  box-sizing: border-box;
}
#Top main .sec_beforeafter .con_box02 .text_box h4 > span {
  background-color: #003990;
  color: white;
  font-size: 23px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#Top main .sec_beforeafter .con_box02 .text_box > ul {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  margin: auto;
}
#Top main .sec_beforeafter .con_box02 .text_box > ul > li {
  font-size: 18px;
}
#Top main .sec_beforeafter .con_box02 .img_box {
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  display: flex;
  max-width: 483px;
  margin: auto;
  position: relative;
}
#Top main .sec_beforeafter .con_box02 .img_box:after {
  content: "";
  position: absolute;
  right: 47%;
  top: 43%;
  transform: translate(-50%);
  width: 11px;
  height: 21px;
  background: url(/images/top/sankaku.svg) no-repeat;
}
#Top main .sec_beforeafter .con_box02 .img_box figure {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
#Top main .sec_beforeafter .con_box02 .img_box .img_first {
  position: relative;
}

.footer_con {
  background: url(/images/top/footer_bg.jpg) no-repeat center right;
  background-size: cover;
  height: 371px;
  overflow: hidden;
}
.footer_con .footer_line {
  background: linear-gradient(45deg, #003990, #abbbe1, #003990);
  height: 17px;
  width: 100%;
  position: relative;
  z-index: 999;
}
.footer_con .container02 {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  height: 100%;
  max-height: 370px;
}
.footer_con .container02 .footer_text {
  align-items: center;
  display: flex;
  width: 80%;
  z-index: 999;
  margin: auto;
  height: 100%;
}
.footer_con .container02 .footer_text > img {
  max-width: 400px;
  width: 100%;
}
.footer_con .container02 .victoria {
  position: absolute;
  right: -76px;
  bottom: -87px;
  overflow: hidden;
  z-index: -1;
  width: 64%;
  height: 100%;
  background: url(/images/top/Victoria_machine.png) no-repeat center right;
  background-size: contain;
}
@media (max-width: 390px) {
  .footer_con .container02 .victoria {
    bottom: -90px;
  }
}
/*＝＝＝＝＝＝common＝＝＝＝＝＝*/
.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

#Top .undercon {
  margin: 50px auto 50px;
  max-width: 800px;
  text-align: left;
  padding: 0 30px;
}
#Top .undercon .logo {
  width: 100%;
  max-width: 200px;
  margin: 150px auto 50px;
}
#Top .undercon .logo nav {
  display: none;
}
#Top .uc_footer {
  width: 100%;
  bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 15px;
  line-height: 1.7;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

a {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
}
a:active {
  color: #000000;
}

/*フォント*/
.kozumin {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.kozuminBold {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 0;
  letter-spacing: 0.01em;
}

/*pagination*/
/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #9e67a9;
  border-color: #9e67a9;
  font-weight: bold;
}

/*背景色*/
/*背景色*/
.bg01 {
  background: url(/images/top/bg01.jpg) repeat;
  background-size: cover;
  padding-bottom: 75px;
}

.bg02 {
  background: url(/images/top/bg02.jpg) repeat;
  padding-bottom: 75px;
}

.bg03 {
  background: url(/images/top/bg03.jpg) repeat;
}

.bg05 {
  background: url(/images/top/bg05.jpg) no-repeat center right -100px;
  background-size: auto 100%;
  padding-bottom: 75px;
}

.bg06 {
  background: url(/images/top/bg06.jpg) no-repeat center;
  background-size: cover;
}

/*共通*/
.title {
  padding: 10px 25px;
  background: linear-gradient(to bottom, #e5c948 1%, white 80%, #e5d280 102%);
  border: 1px solid #e5c948;
  display: block;
  width: 100%;
  font-size: 17px;
  color: #6a3906;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

/*＝＝＝＝＝＝header＝＝＝＝＝＝*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 70px;
  z-index: 10;
  /* ハンバーガーメニュー */
  /*end*/
}
header .header_inner {
  height: 70px;
  display: flex;
  align-items: center;
}
header .logo {
  margin: 0 0 0 20px;
  display: flex;
  justify-content: flex-start;
}
header .logo a {
  width: 110px;
  display: block;
}
header .header_nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 70px;
  width: 100%;
  transform: translateX(100%);
  transition: ease 0.4s;
}
header .header_nav > ul {
  margin-top: 0;
}
header .header_nav > ul > li {
  border-bottom: 2px solid #a18c6c;
  background-color: rgba(255, 255, 255, 0.9); /*ナビゲーションメニュー背景色*/
}
header .header_nav > ul > li.spmenu_insta {
  background-color: rgba(75, 75, 75, 0.9); /*ナビゲーションメニュー背景色*/
  border-bottom: none;
}
header .header_nav > ul > li.spmenu_insta > a {
  color: white;
  background: url(/images/common/sp/spmenu_arrow_w.svg) no-repeat right 20px center;
  background-size: 9px;
}
header .header_nav > ul > li > a {
  padding: 14px 20PX;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  background: url(/images/common/sp/spmenu_arrow.svg) no-repeat right 20px center;
  width: 100%;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
  background-size: 9px;
  transition: 0.3s;
}
header .header_nav > ul > li > a:hover {
  background-color: rgba(153, 129, 81, 0.25);
}
header .header_nav > ul > li:first-child {
  border-top: 2px solid #a18c6c;
}
header .header_nav .sns_link > img {
  font-size: 30px;
}
header .header_hamburger {
  width: 36px;
  height: 32px;
}
header .hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
header .hamburger span {
  width: 100%;
  height: 4px;
  background-color: #a18c6c;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
header .hamburger span:nth-child(1) {
  top: 0;
}
header .hamburger span:nth-child(2) {
  margin: 8px 0;
}
header .hamburger span:nth-child(3) {
  top: 0;
}
header .header_nav.active {
  transform: translateX(0);
}
header .hamburger.active span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

/*＝＝＝＝＝＝main＝＝＝＝＝＝*/
#All-wrap {
  z-index: 0;
  overflow-x: hidden;
}

main {
  padding-top: 70px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.link_btn {
  text-align: center;
}
.link_btn a {
  background: linear-gradient(to bottom, #e5c948 0%, white 77%, #e5d280 100%);
  border: 3px solid #e5c948;
  display: block;
  width: 200px;
  height: 44px;
  font-size: 16px;
  color: #6a3906;
  text-align: center;
  box-sizing: border-box;
  transition: 0.3s;
  border-radius: 30px;
  font-weight: bold;
  padding-top: 6px;
  transition: 0.3s;
}
.link_btn a:hover {
  opacity: 0.9;
}

.link_btn:visited {
  color: white;
}

/*アンカーリンク調整*/
.anchor {
  margin-top: -70px;
  padding-top: 70px;
}

small {
  font-size: 14px;
}

/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
footer .copy {
  background-color: #908077;
  color: white;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*＝＝＝＝＝＝共通＝＝＝＝＝＝*/
#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}