@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */
/* Typography
------------------------------------------*/
html {}

body {
  font-size: 15px;
  line-height: 1.6;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  color: #000;
  word-break: break-all;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: underline;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/
/* Layout
------------------------------------------*/
body {
  min-width: 1080px;
  background: #fff;
  text-align: center;
}

body.home {}

#container {
  overflow: hidden;
}

#content-inner {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 60px;
}

#main {
  width: 1080px;
  text-align: left;
}

.home #content-inner,
.home #main {
  width: 100%;
  padding-bottom: 0;
  text-align: center;
}

.template-type-blog #main {
  float: right;
  width: 840px;
  text-align: left;
}

.entry {
  margin: 0 0 20px;
}

.entry-content {}

/* header
------------------------------------------*/
#header {
  border-top: 3px solid #1b1b1b;
}

#header-inner {
  position: relative;
  width: 1080px;
  height: 197px;
  margin: 0 auto;
  z-index: 1000;
}

.site-description {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 11px;
  color: #a9a9a9;
}

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
}

.header-tel {
  position: absolute;
  top: 30;
  left: 515px;
}

.header-opening-hours {
  position: absolute;
  top: 93px;
  right: 318px;
  font-size: 12px;
}

.header-mail {
  position: absolute;
  top: 0;
  right: 243px;
}

.header-con {
  position: absolute;
  top: 37px;
  right: 0;
}

.gnav {
  position: absolute;
  top: 140px;
  left: 0;
}

.gnav-list {}

.gnav-list li {
  float: left;
  display: block;
  position: relative;
  z-index: 1000;
}

/* mainimage
------------------------------------------*/
/* 横スライド用css
.slideshow .slick-list {
	overflow: visible;
}
*/
#mainimage {
  position: relative;
  overflow: hidden;
  margin: 0 auto 53px;
}

#mainimage-inner {
  margin: 0 auto;
  width: 1080px;
}

/* slideshow */
.slideshow {
  margin: 0 calc((-1600px + 1080px)/ 2);
}

.slideshow .slick-slide {}

.slideshow .slick-slide img {
  width: 100%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
  visibility: hidden;
}

/* dots */
.slideshow .slick-dotted {
  margin-bottom: 0;
}

.slideshow .slick-dots {
  visibility: hidden;
}

.mainimage-wrap {
  margin: 0 auto;
  width: 1080px;
  height: 720px;
  position: relative;
}

.slideshow-img1 {
  position: absolute;
  top: 118px;
  left: -14px;
}

.slideshow-img2 {
  position: absolute;
  top: 118px;
  left: 215px;
}

.slideshow-img3 {
  position: absolute;
  bottom: 96px;
  left: 340px;
}

/* main
------------------------------------------*/
.main-news {
  margin: 0 auto;
}

.main-news-inner {
  margin: 0 auto;
  width: 1080px;
  position: relative;
}

.main-news-title {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-weight: bold;
  float: left;
  display: block;
}

.main-news-list {
  border-bottom: 2px solid #dfa017;
}

.main-news-list-item {
  padding: 7px 0 32px 50px;
  font-size: 16px;
  color: inherit;
  font-weight: bold;
  text-align: left;
}

.main-news-list-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-news-list-title>a {
  font-weight: bold;
  color: inherit;
}

.main-news-more {
  position: absolute;
  top: 0px;
  right: 0px;
}

.main-reason {
  margin: 0 auto;
  padding: 102px 0 167px 0;
}

.main-reason-title {
  color: #010101;
  font-weight: bold;
}

.main-reason-title p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
}

.main-reason h3 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #010101;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}

.main-reason-wrap {
  margin: 0 auto;
  padding: 70px 0 75px 0;
  background: url(/images/default/reason-bg.jpg) no-repeat center top;
}

.main-reason-inner {
  margin: 0 auto;
  width: 1080px;
  position: relative;
}

.main-reason-list1 {
  float: left;
  width: 460px;
  text-align: left;
  border-radius: 20px;
  margin-right: 80px;
  background: #fff;
  height: 515px;
  overflow: hidden;
}

.main-reason-list1 li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: bold;
  padding: 45px 50px 25px 50px;
  position: relative;
}

.main-reason-list1 li:first-of-type {
  margin-bottom: 54px;
  text-align: center;
}

.main-reason-list1 li:first-of-type::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 380px;
  height: 2px;
  background-color: #dfa017;
}

.main-reason-list1 li:nth-of-type(n+2) {
  letter-spacing: 0.1em;
  font-size: 18px;
  padding: 0 50px 50px 95px;
}

.main-reason-list1 li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 24px;
  height: 22px;
  background: url(/images/default/reason-icon.png);
  margin-left: 50px;
}

.main-reason-list1 li:last-of-type {
  padding: 0 50px 70px 95px;
}

.main-reason-list2 {
  float: left;
  width: 460px;
  text-align: left;
  border-radius: 20px;
  margin-left: 80px;
  background: #fff;
  height: 515px;
  overflow: hidden;
}

.main-reason-list2 li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: bold;
  padding: 45px 50px 25px 50px;
  position: relative;
}

.main-reason-list2 li:first-of-type {
  margin-bottom: 54px;
  text-align: center;
}

.main-reason-list2 li:first-of-type::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 380px;
  height: 2px;
  background-color: #dfa017;
}

.main-reason-list2 li:nth-of-type(n+2) {
  font-size: 18px;
  padding: 0 50px 50px 95px;
  letter-spacing: 0.1em;
}

.main-reason-list2 li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 24px;
  height: 22px;
  background: url(/images/default/reason-icon.png);
  margin-left: 50px;
}

.main-reason-list2 li:last-of-type {
  padding: 0 50px 70px 95px;
}

.main-reason-image {
  position: absolute;
  top: -83px;
  left: 0;
}

.main-reform {
  margin: 0 auto;
  padding: 0 0 98px 0;
  width: 1080px;
}

.main-reform-title {
  margin: 0 auto 105px auto;
  width: 1080px;
}

.main-reform-inner {}

#main-reform-twentytwenty {}

.twentytwenty-container img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.main-reform-list {
  margin: 72px auto 30px auto;
}

.main-reform-list li {
  float: left;
  width: 380px;
  height: 50px;
  overflow: hidden;
  padding: 10px 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.main-reform-list li:nth-of-type(odd) {
  width: 160px;
  padding: 10px 0 0 0;
  text-align: center;
  background-color: #dfa017;
}

.main-reform-text {
  height: 105px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.main-reform-link {
  width: 260px;
  margin: 0 auto;
}

.main-reform .entry-content{
    margin: 0 0 50px;
    text-align: left;
}


.main-merit {
  margin: 0 auto;
  padding: 97px 0 0 0;
  background-color: #f4ecdd;
}

.main-merit-inner {
  margin: 0 auto;
  width: 1080px;
  position: relative;
}

.main-merit-title {
  margin: 0 auto 98px auto;
  width: 1080px;
}

.main-merit-list {}

.main-merit-list li:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 232px;
  width: 48px;
  height: 51px;
  background: url(/images/default/merit-img1.png);
}

.main-merit-list li:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 150px;
  left: 197px;
  width: 70px;
  height: 10px;
  background-color: #dfa017;
  z-index: -1;
}

.main-merit-list li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 225px;
  width: 65px;
  height: 51px;
  background: url(/images/default/merit-img2.png);
}

.main-merit-list li:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 150px;
  left: 74px;
  width: 288px;
  height: 10px;
  background-color: #dfa017;
  z-index: -1;
}

.main-merit-list li:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 225px;
  width: 65px;
  height: 51px;
  background: url(/images/default/merit-img3.png);
}

.main-merit-list li:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: 150px;
  left: 127px;
  width: 170px;
  height: 10px;
  background-color: #dfa017;
  z-index: -1;
}

.main-merit-list li:nth-of-type(4)::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 225px;
  width: 65px;
  height: 51px;
  background: url(/images/default/merit-img4.png);
}

.main-merit-list li:nth-of-type(4)::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 140px;
  width: 240px;
  height: 10px;
  background-color: #dfa017;
  z-index: -1;
}

.main-merit-list li:nth-of-type(5)::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 225px;
  width: 65px;
  height: 51px;
  background: url(/images/default/merit-img5.png);
}

.main-merit-list li:nth-of-type(5)::after {
  content: "";
  position: absolute;
  top: 150px;
  left: 114px;
  width: 140px;
  height: 10px;
  background-color: #dfa017;
  z-index: -1;
}

.main-merit-list li:nth-of-type(6)::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 225px;
  width: 65px;
  height: 51px;
  background: url(/images/default/merit-img6.png);
}

.main-merit-list li:nth-of-type(6)::after {
  content: "";
  position: absolute;
  top: 150px;
  left: 130px;
  width: 260px;
  height: 10px;
  background-color: #dfa017;
  z-index: -1;
}

.main-merit-list li {
  float: left;
  width: 520px;
  padding: 70px 60px 40px 60px;
  background: #fff;
  border-radius: 20px;
  border: 4px solid rgb(227, 216, 194);
  position: relative;
  z-index: 10;
}

.main-merit-list li:nth-of-type(odd) {
  margin: 0 40px 50px 0;
}

.main-merit-list li:nth-of-type(4) {
  padding: 70px 30px 70px 30px;
}

.main-merit-list li:nth-of-type(5),
.main-merit-list li:nth-of-type(6) {
  margin-bottom: 128px;
}

.main-merit-list h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-inline-box;
  overflow: hidden;
  height: 100px;
}

.main-merit-list p {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  line-height: 2em;
  height: 95px;
  overflow: hidden;
}

.main-merit-list li:nth-of-type(4) p {
  padding: 0 30px 0 30px;
}

.main-merit-more {
  position: absolute;
  bottom: -19px;
  left: 410px;
  width: 260px;
}

.main-owner {
  margin: 0 auto;
  width: 1080px;
  padding: 143px 0 94px 0;
}

.main-owner-title {
  margin: 0 auto 83px auto;
  width: 1080px;
}

.main-owner-inner {}

.main-owner-list {
  margin: 0 -15px;
}

.main-owner-list li {
  width: 340px;
  float: left;
  margin: 0 15px 50px 15px;
}

.main-owner-list-img {
  width: 340px;
  margin-bottom: 30px;
}

.main-owner-list-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.main-owner-list-text {
  text-align: left;
  height: 90px;
  overflow: hidden;
}

.main-owner-list-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  text-align: left;
}

.main-owner-list-title::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 4px;
  background-color: #dfa017;
}

.main-owner-more {
  margin-top: 5px;
}

.main-banner {
  margin: 0 auto;
  padding: 90px 0 90px 0;
  background-color: #f4ecdd;
}

.main-banner-inner {
  margin: 0 auto;
  width: 1080px;
}

.main-banner-list {
  margin: 0 -20px;
}

.main-banner-list li {
  width: 520px;
  float: left;
  margin: 0 20px;
}

.main-banner-list li img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.main-blog {
  margin: 0 auto;
  width: 1080px;
  padding: 95px 0 180px 0;
}

.main-blog-title {
  width: 425px;
  float: left;
}

.main-blog-more {
  width: 200px;
  margin-left: auto;
}

.main-blog-inner {
  margin: 40px auto 0 auto;
  width: 1080px;
  border-top: 2px solid #dfa017;
}

.main-blog-list {
  margin: 41px auto 0 auto;
  width: 1080px;
  text-align: left;
}

.main-blog-list-item {
  margin-bottom: 30px;
}

.main-blog-list-img {
  float: left;
  width: 240px;
  height: 160px;
  margin: 0 30px 20px -1px;
  background: #fff;
}

.main-blog-list-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.main-blog-list-title {
  margin-bottom: 10px;
  overflow: hidden;
}

.main-blog-list-title>a {
  display: block;
  font-weight: bold;
  color: inherit;
  font-size: 20px;
}

.main-blog-list-date {
  display: block;
  margin: 10px 0;
  font-size: 14px;
  color: #aaa;
}

.main-blog-list-text {
  font-size: 16px;
}

.main-about {
  margin: 0 auto;
  padding: 108px 0 45px 0;
  background: url(/images/default/about-bg.jpg) no-repeat center top / cover;
}

.main-about-inner {
  margin: 0 auto;
  width: 1080px;
}

.main-about-text {
  height: 225px;
  overflow: hidden;
  font-weight: bold;
}

.main-about-text h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.main-about-text p {
  line-height: 1.8em;
}

.main-about-link {
  margin: 60px auto;
  width: 260px;
}

/* sidebar
------------------------------------------*/
#sidebar {
  float: left;
  width: 220px;
  text-align: left;
}

/* footer
------------------------------------------*/
#footer {
  margin: 0 auto;
  padding: 80px 0 190px 0;
  background-color: #f6f4ed;
}

.footer-nav {
  margin: 0 auto 90px auto;
  width: 1080px;
}

.footer-nav li {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: inherit;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.footer-nav li::before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 20px;
  width: 6px;
  height: 10px;
  background: url(/images/default/footer-icon.png) no-repeat;
}

.footer-nav li:nth-of-type(1) {
  margin-left: 240px;
}

.footer-nav li:nth-of-type(3) {
  margin-right: 240px;
}

.footer-nav li:nth-of-type(n+4) {
  letter-spacing: 2px;
  margin-bottom: 0;
}

.footer-nav li ul {
  display: none;
}

#footer-inner {
  margin: 0 auto;
  border-top: 2px solid #000;
  width: 1080px;
  position: relative;
}

.footer-logo {
  margin-top: 60px;
  width: 391px;
  margin-bottom: 25px;
}

.footer-copyright {
  float: left;
  font-size: 11px;
  color: #dfa017;
  text-align: left;
}

.footer-copyright span {
  display: block;
}

.footer-company {
  margin-top: 60px;
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
}

.pagetop-btn-wrap {
  display: none;
  position: fixed;
  bottom: 149px;
  right: 20px;
  z-index: 1000;
}

.footer-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #1b1b1b;
}

.fixed-tel {
  margin: 0 auto;
  width: 1080px;
  position: relative;
}

.fixed-mail {
  position: absolute;
  top: 25px;
  right: 0;
}

/* Lower
------------------------------------------*/
/* heading */
.page-title-wrap {
  min-height: 240px;
  background-color: rgb(244, 236, 221);
  padding: 40px 0;
}

.page-title {
  margin: 0 auto;
  font-size: 40px;
  font-weight: bold;
  width: 1080px;
  padding: 40px 0 40px 0;
  border: 4px solid rgb(227, 216, 194);
  border-radius: 20px;
  background-color: #fff;
}

.entry-content p,
.entry-content th,
.entry-content td,
.entry-content li{
    font-size: 18px;
}
.entry-content h2, .entry-title {
  font-size: 30px;
  font-weight: bold;
  background-color: #dfa017;
  color: #fff;
  padding: 20px 0 20px 50px;
  margin-bottom: 60px;
  border-radius: 10px;
  position: relative;
}

.entry-title a,
.entry-content h2 a {
  color: inherit;
}

.entry-content h2::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 18px;
  width: 16px;
  height: 4px;
  background-color: #000;
}

.entry-content h3, .h3 {
  font-size: 26px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
}

.entry-content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dfa017;
}

.entry-content h4, .h4 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

.entry-content h4::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 16px;
  height: 4px;
  background-color: #dfa017;
}

.entry-content h5, .h5 {
  border-bottom: 1px dashed rgba(185, 185, 185, 0.5);
  font-weight: bold;
}

/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}

.breadcrumb {
  justify-content: flex-start;
  padding: 0;
  margin: 30px 0 30px;
  background: none;
  font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item:before {
  content: '>';
  color: inherit;
}

.breadcrumb-item.home:before {
  content: '\f015';
  padding: 0 5px 0 0;
  font-size: 11px;
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dfa017;
}

.home.breadcrumb-item a {
  color: #dfa017;
}

/* common-nav
------------------------------------------*/
.common-nav-list li {
  display: block;
  padding: 5px;
  border-bottom: 1px dashed rgba(186, 186, 186, 0.5);
}

.common-nav-list li a {
  padding: 5px;
  font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}
*/
.blog-nav {
  margin: 0 0 20px 0;
  text-align: left;
}

.blog-nav-title {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(186, 186, 186, 0.5);
  font-size: 15px;
  font-weight: bold;
  color: #dfa017;
}

.blog-nav-list li a {
  position: relative;
  display: block;
  padding: 0.8rem 0.8rem 0.8rem 2.5rem;
  border-bottom: 1px solid #ddd;
  font-size: 0.8rem;
  color: inherit;
}

.blog-nav-list li a::after {
  position: absolute;
  top: 1rem;
  left: 0.75rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  content: '\f105';
  font-size: 12px;
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-nav-list li li a {
  padding-left: 3.5rem;
}

.blog-nav-list li li a::after {
  left: 2.25rem;
}

.blog-nav-list li li li a {
  padding-left: 4rem;
}

#wp-calendar caption,
.text-right a,
.permalink a {
  color: #dfa017;
}

.col-sm-4 img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* カテゴリとアーカイブが多い際にスクロールエリア化
.blog-nav .scroll-area,
.blog-nav .scroll-area .cs-bar,
.blog-nav .scroll-area .cs-bar-inner {
	height: 200px;
}
.blog-nav .scroll-area {
	position: relative;
	overflow: hidden;
}
.blog-nav .scroll-area .cs-content {
	padding: 0 20px 0 0;
}
.blog-nav .scroll-area .cs-bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	background: #eee;
}
.blog-nav .scroll-area .cs-bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
}
.blog-nav .scroll-area .cs-drag {
	background: #aaa;
}
*/
/* archive-gallery
------------------------------------------*/
.gallery-list {}

.gallery-list-item {
  width: 500px;
  float: left;
  padding: 0 !important;
  margin-right: 40px;
}

.gallery-list-item:nth-of-type(even) {
  margin-right: 0;
  margin-left: 40px;
}

.gallery-list-img {
  margin-bottom: 30px !important;
}

.gallery-list-img img {
  width: 500px;
  height: 330px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.gallery-list-title {
  font-size: 24px !important;
  font-weight: bold;
  color: #1b1b1b;
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
}

.gallery-list-title::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 16px;
  height: 4px;
  background-color: #dfa017;
}

.gallery-list-info {}

.gallery-list-info li {
  float: left;
  width: 140px;
  height: 35px;
  overflow: hidden;
  padding: 7px 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}

.gallery-list-info li:nth-of-type(odd) {
  width: 110px;
  padding: 7px 0;
  text-align: center;
  background-color: #dfa017;
}

.gallery-list-info li:nth-of-type(2) {
  width: 360px;
}

.gallery-text {
  height: 70px;
  overflow: hidden;
  font-size: 15px;
  text-align: left;
  margin: 20px 0 40px 0;
}

.gallery-link {
  margin: 0 auto 58px auto;
  width: 200px;
}

/* single-gallery
------------------------------------------*/
.single-gallery-list-info {
  margin: 50px auto;
}

.single-gallery-list-info li {
  float: left;
  width: 380px;
  height: 50px;
  overflow: hidden;
  padding: 10px 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.single-gallery-list-info li:nth-of-type(odd) {
  width: 160px;
  padding: 10px 0;
  text-align: center;
  background-color: #dfa017;
}


.gallery-detail {
    margin: 50px 0 0;
}

.gallery-detail-list {
  margin: 0 -20px 80px -20px;
}

.gallery-detail-list li {
  width: 240px;
  float: left;
  margin: 0 20px 40px 20px;
}

.gallery-others {
    margin:70px 0 0 0;
}

.gallery-others-inner {}

.gallery-others-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 50px;
  position: relative;
}

.gallery-others-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1080px;
  height: 2px;
  background-color: #dfa017;
}



/* single */
.newgallery-detail {
    padding: 0 0px 0px 0px;
    text-align: center;
}
.newgallery-detail-row {
}
.newgallery-detail-col {
}
.newgallery-detail-main {
}
.newgallery-detail-sub {
}
.newgallery-detail-sub li {
}
.newgallery-slide .newgallery-slide-once{
    display:flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
    border-radius:15px;
}
.newgallery-slide .newgallery-slide-once a{
    flex-basis: 50%;
    flex-shrink: 0;
    position: relative;
    display: block;
}
.newgallery-slide .newgallery-slide-once a::before{
    position: absolute;
    left:2px;
    top:2px;
    background:#fff;
    padding:0.2em 2em;
    font-size:18px;
    font-weight: bold;
    z-index:3;
    color: #333;
    border-radius:5px;
}
.newgallery-slide .newgallery-slide-once a.before-img::before{
    content:"Before";
    color: #333;
}

.newgallery-slide .newgallery-slide-once a.after-img::before{
    content:"After";
    color: #fff;
    background: #dfa017;
}



/* Colors
------------------------------------------*/
/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
  border-color: #dfa017;
  background-color: #dfa017;
  color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
  border-color: #dfa017;
  background-color: #dfa017;
  color: #fff;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
  border-color: #dfa017;
  background-color: #dfa017;
  color: #fff;
}

/* pagination */
.page-link {
  border-color: #dfa017;
  color: #000;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
  border-color: #dfa017;
  background-color: #dfa017;
  color: #fff;
}