@media (min-width:768px) {
  .box {
    flex-direction: row;
    justify-content: space-between;
  }
  .box:nth-child(even) {
    flex-direction: row-reverse;
  }
}

body {display: block;margin: 0px;}
img {pointer-events: none;}

p{    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
	word-break: break-all;
	color: #3e3a39;
	font-family: 'Kiwi Maru', serif;
	
}
li{
	font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
	word-break: break-all;
	color: #3e3a39;
	font-family: 'Kiwi Maru', serif;
}
a{color: #315f7a !important;}
.m-t-10{
	margin-top:10px;
}
.m-t-20{
	margin-top:20px;
}

.m-t-30{
	margin-top:30px;
}

.m-t-40{
	margin-top:40px;
}
.m-t-50{
	margin-top:50px;
}
.m-t-80{
	margin-top:80px;
}
.m-t-85{
	margin-top:85px;
}

.m-b-85{
	margin-bottom:85px;
}

.m-b-0{
	margin-bottom:0px !important;
}
.m-b-20{
	margin-bottom:20px !important;
}
.m-b-10{
	margin-bottom:10px;
}
.m-b-30{
	margin-bottom:30px;
}

.m-b-40{
	margin-bottom:40px;
}
.m-b-50{
	margin-bottom:50px;
}
.m-b-80{
	margin-bottom:80px;
}
.m-b-01{
	    margin-bottom: 3px;
}
.p-0{
	padding:0px;
}

.fw-b{
	font-weight:bold;
}

.p-tb{
	padding:10px 0;
}

.p-b-10{
	padding-bottom:10px;
}

.p-b-20{
	padding-bottom:20px;
}

.p-t-10{
	padding-top:10px;
}

.p-t-20{
	padding-top:20px;
}

.p-t-30{
	padding-top:30px;
}
.p-t-50{
	padding-top:50px;
}
.p-t-80{
	padding-top:80px;
}
.p-b-30{
	padding-bottom:30px;
}
.p-b-50{
	padding-bottom:50px;
}
.p-b-80{
	padding-bottom:80px;
}
.p-md{
	padding:20px 0;
}

.p-lr-10{
	padding:0 10px;
}



h3{
 color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-weight:bold !important;
  font-size:25px !important;
}

h4{
	font-size:18px;
	font-weight:bold;
}
.center{
	text-align: center;
}
/*pc画面*/	
@media screen and (min-width: 767px){
.pc-none{
	display:none !important;
}
}

/*スマホ画面*/
@media screen and (max-width: 767px){
.sp-none{
	display:none !important;
}
}


.hover-logo:hover {
  opacity: 0.6;
}

a:hover {
	opacity: 0.7 ;
	text-decoration: none !important;
}

/* ---------------レスポンシブ--------------- */

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* ---------------背景--------------- */
.bg01{
	background: #faf6ec;
}
.bgimg01{
	background-image:url("../img/top/bg01.png");
	 background-repeat:no-repeat;
	background-position:top center; 
}
.bgimg02{
	background-image:url("../img/top/bg02.png");
	 background-repeat:no-repeat;
	background-position:top center;   
	margin-top: 50px;
}
.bgimg03{
	background-image:url("../img/top/bg03.png");
	 background-repeat:no-repeat;
	background-position:top center; 
}
/* ----------------table-------------- */
#company tr td{font-size:14px;}
.lotInfo{margin-top:5px;padding-top:0;}
.lot-part,.lot-part-left{padding:4px 4px;}
.lot-part,.lot-price{font-size:10px;padding:4px 4px;}
.lot-part-left,.lot-price-left{font-size:10px;text-align:center;padding:4px 4px;font-weight:bold;}
.lot-price,.lot-price-left{background-color:#fff;padding:10px 4px;}
.lot-borderbottom{border-bottom:1px solid #5B4A3F;}
.lot-background td,.lot-header{background-color:#FCF1E1;}
.lot-background-border td{background-color:#FCF1E1;border-top:1px solid #5B4A3F;}

/* 5 Columns */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
.col-sm-15 {
	width: 20% !important;
	flex: 0 0 20% !important;
}
}
@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	flex: 0 0 20%;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	flex: 0 0 20%;
}
}
/* -----------------ふわっと----------------- */
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}
/* -----------------slide----------------- */
@keyframes infinity-scroll-left {
  from {transform: translateX(0);}
  to {transform: translateX(-90%);}
}
_:-ms-lang(x)::-ms-backdrop,
.r-slide {display: -ms-grid;overflow: hidden;}
/*----------------------------*/
.r-slide__wrap {display: flex;overflow: hidden;}
.r-slide__list {display: flex;  list-style: none;}
.r-slide__list--left{animation :infinity-scroll-left 95s infinite linear 0.5s both;}
.r-slide__list--right{animation :infinity-scroll-right 95s infinite linear 0.5s both;}
.r-slide__item { width: calc(100vw / 5);}
.r-slide__item > img{   width: 90%;}

/* -----------------ボタン----------------- */
.btn_0 {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #32b8ba;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #32b8ba !important;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
	border-radius: 30px;
	font-family: 'Kiwi Maru', serif;
}
a.btn_01:hover {
  background: #32b8ba;
  color: #fff !important;
}
a.btn_01:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #32b8ba;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_01:hover:before {
  border-color: transparent transparent transparent #fff;	
}
a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 6% 0 12%;
    color: #ffffff !important;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    border-radius: 30px;
    font-family: 'Kiwi Maru', serif;
    background-color: #e28642;
}
a.btn_02:hover {
  background: #bc7139;
  color: #fff !important;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;	
}
a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f3bb1f;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #f3bb1f !important;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
	border-radius: 30px;
	font-family: 'Kiwi Maru', serif;
}
a.btn_03:hover {
  background: #f3bb1f;
  color: #fff !important;
}
a.btn_03:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #f3bb1f;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_03:hover:before {
  border-color: transparent transparent transparent #fff;	
}
.btn_04 a{
    color: #ffffff !important;
	display: block;
    padding: 1px 30px;
}

.btn_04{
	text-align: center;
	    width: 50%;
    margin-left: 25%;
	    background: #c0a990;
    border-radius: 10px;
}
/* ---------------タイトル--------------- */
.title-01{
	text-align: center;
	font-family: 'Kiwi Maru', serif;
	margin-bottom: 0px;

}
.title-02{
text-align: center;
    color: #3e3a39;
    font-family: 'Kiwi Maru', serif;
    font-size: 2rem !important;
    font-weight: 400 !important;
	line-height: 2.5rem;
	font-size: 1.7rem !important;
}
.title-03{
    color: #3e3a39;
	background: #ece2c2;
    font-family: 'Kiwi Maru', serif;
    font-size: 1rem !important;
	padding: 10px 20px; 
	text-shadow: none;
}
/* --------------footer--------------- */
footer{margin-top: 80px;}
.copy{background: #faf6ec; text-align: center;font-size: 0.7rem; margin-top: 30px; padding: 4px 0;}
.fo-01{border-bottom: dotted 1px; padding-bottom: 15px; margin-bottom: 15px;}
.fo-02 p{background: #dbc889; color: #FFFFFF;margin: 0; padding: 0px 5px;}
.fo-02 a{font-family: 'Kiwi Maru', serif; color: #3e3a39!important; font-size: 0.8rem;}
/* ---------------TOP--------------- */
@media (min-width: 1200px){
.container {
    max-width: 1000px !important;
}}

.top-r01a{
	background: #FFFFFF;
    padding: 30px 55px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 300px;
    height: 300px;
    outline: 2px solid rgb(231 145 151);
    outline-offset: -10px;
}
.top-r01b{
	text-align: center;
    color: #e79197;
    font-size: 2rem;
    font-family: 'Kiwi Maru', serif;
    border-bottom: solid 2px;
    width: 30%;
    margin-left: 35%;
}
.top-r01c{
	text-align: center;
	    font-family: 'Kiwi Maru', serif;
    margin-top: 12px;
    font-size: 1.4rem;
	color: #e79197;
}
.top-rtxt{
	text-align: center;
}
.top-s01 {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 25px 20px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
}
.top-s01 h4{
    color: #3e3a39;
    font-family: 'Kiwi Maru', serif;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
	padding-bottom: 10px;
	margin-top: 20px;
	text-align: center;
}
.top-s01 h4 a{
    color: #3e3a39 !important;
}
.topics-day{color: #f3bb1f; margin: 0px;}
.topics-p{margin-top: 0px;}

.faq_1{padding: 17px 0 17px 19px;
    background: #ece3c2;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 3px;
    font-family: 'Kiwi Maru', serif;}
.faq_2_a td{vertical-align:top;}
.faq_2_a{margin-left: 10px;
    margin-top: 29px;
    font-family: 'Kiwi Maru', serif;
}
.faq_2_q{margin-left: 10px;
    margin-top: 29px;
    border-bottom: 1px dotted #d5caca;
    padding-bottom: 29px;
    font-family: 'Kiwi Maru', serif;
    padding-top: 30px;}
.faq_2_q img{margin-right:10px;vertical-align:middle;}
.faq_2_a td{vertical-align:middle;padding-right:10px;}
@media screen and (min-width: 767px){
.main-bg{
	background: url(../img/top/main-bg.png);
    background-repeat: repeat-x;
    background-size: inherit;
    background-position: center;
}}
.menu-box li{display: inline-block;  list-style: none;  margin-left: 20px;}
.menu-box ul{display: flex;}
.menu-box ul{
  display: table;
  table-layout: fixed;
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;
}
.menu-box li{
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #fff;
  word-wrap: break-word;
  height: 100%;
}
.menu-box li:first-child{
  border-left: 1px solid #fff;
}
.menu-box a{
	color: #3e3a3a !important;
  display: inline-block;
  vertical-align: middle;
 /* padding: 0.5em;*/
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
	border-left: 1px dashed;
	font-family: 'Kiwi Maru', serif;
	font-size: 0.9rem;
}
.hbox-pc{
box-shadow: 0 2px 2px 0 rgb(0 0 0 / 6%);
}
.hbox-sp{
box-shadow: 0 2px 2px 0 rgb(0 0 0 / 6%);
}
.navbar-toggler {
	    padding: 0.25rem 0.2rem !important;
}
.navbar {
    padding: 0 !important;
}
.navbar-nav{
	margin-bottom: 15px !important;
}
.nav-link {
    text-align: center;
    border-top: 1px dotted #ffffff;
    color: #ffffff !important;
    background: #e8b43c;
}

.main-bg2{
	background: url(../img/top/main-bg3.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
    padding: 4rem 0;
}
@media (max-width: 1200px){
.main-bg2{
	background: url(../img/top/main-bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 4rem 1rem;
}}
.main-bg2 h2{
	text-align: center;
    color: #3e3a39;
    font-family: 'Kiwi Maru', serif;
    font-size: 2.3rem !important;
    font-weight: 400 !important;
	
}
.main-bg2 p{
	text-align: center;
    font-family: 'Kiwi Maru', serif;
    font-size: 1rem !important;
    font-weight: 400 !important;
	margin-bottom: 0px;
	
}
.pankuzu{
	background: #dbc889;
	padding: 3px 0;
	color: #3e3a39;
	font-family: 'Kiwi Maru', serif;
	font-weight: normal;
	letter-spacing: 1px;
}
#target{display:none;}
#target2{display:none;}
#target3{display:none;}
#target4{display:none;}
#target5{display:none;}
#target6{display:none;}
#target7{display:none;}
#target8{display:none;}
#target9{display:none;}
#target10{display:none;}
#target11{display:none;}
#target12{display:none;}
#target13{display:none;}
#target14{display:none;}
#target15{display:none;}
#target16{display:none;}
#target17{display:none;}
#target18{display:none;}
#target19{display:none;}
#target20{display:none;}
#target21{display:none;}
#target22{display:none;}
#target23{display:none;}
#target24{display:none;}
#target25{display:none;}
#target26{display:none;}
#target27{display:none;}
#target28{display:none;}
#target29{display:none;}
#target30{display:none;}
#target30{display:none;}
#target30{display:none;}
#target31{display:none;}
#target32{display:none;}
#target33{display:none;}
#target34{display:none;}
#target35{display:none;}

.company_table{
	border-top: dotted #a8a9a9 1px;
	width: 100%;
	font-family: 'Kiwi Maru', serif;
}
.company_table tr{
	border-bottom: dotted #a8a9a9 1px;
	
}
.company_table td{
	padding: 10px 30px;
	
}
.company_table tr:nth-child(odd) {
	background: #faf6ec;
}
.s-kage{
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 30%);
}
.work-box{
	border: 1px solid #c6c6c6;
	border-radius: 12px;
	padding: 20px;
}
.web{
	background: #e69197;
	color: #ffffff;
	font-family: 'Kiwi Maru', serif;
	font-size: 12px;
	padding: 3px 5px;
	border-radius: 5px;
	margin-right:5px;
}
.print{
	background: #37afb0;
	color: #ffffff;
	font-family: 'Kiwi Maru', serif;
	font-size: 12px;
	padding: 3px 5px;
	border-radius: 5px;
	margin-right:5px;
}
@media only screen and (max-width:991px){
.contact_table  td{display: block;}
.koumoku{border-bottom: dotted #a8a9a9 1px;}
}
.contact_table{
	border-top: dotted #a8a9a9 1px;
	width: 100%;
	font-family: 'Kiwi Maru', serif;
}
.contact_table tr{
	border-bottom: dotted #a8a9a9 1px;
	
}
.contact_table td{
	padding: 10px 30px;
	
}
.koumoku{
	background: #faf6ec;
}
.red{
	color: #EE6236;
}
.day{
	color: #eab62b;
}
.blog-box h3{
	font-family: 'Kiwi Maru', serif;
	margin-bottom: 30px;
}
@media only screen and (max-width:991px){
.blog-box{
	width: 100%;
}}
@media only screen and (min-width:991px){
.blog-box{
	width: 70%;
	margin-left: 10%;
}}
.ac-box h3{
	font-family: 'Kiwi Maru', serif;
	font-size: 1.2rem !important;
	border-bottom: 1px dotted;
	padding-bottom: 10px;
	margin-top: 20px;
}
.ac-box h3::first-letter {
  color: #f0959c;
}
.faq tr td{
	font-family: 'Kiwi Maru', serif;
	padding: 10px;
}
.faq{
	border-top: 1px solid #727171;
	border-bottom: 1px solid #727171;
}
.faq2{
	border-bottom: 1px dotted #727171;
}
.privacy_midashi{
	font-size: 1.3rem;
    letter-spacing: 2px;
    line-height: 23px;
    word-break: break-all;
    color: #3e3a39;
    font-family: 'Kiwi Maru', serif;
}
/* ---------------service--------------- */
.s-title{
	font-family: 'Kiwi Maru', serif;
    font-size: 2.3rem !important;
    font-weight: 400 !important;
    color: #3e3a39;
}
.s-title2{
font-family: 'Kiwi Maru', serif;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    color: #3e3a39;
    margin-top: 30px;
    line-height: 2rem;
}
.s-title3{
	text-align: center;
	font-family: 'Kiwi Maru', serif;
    font-size: 2.3rem !important;
    font-weight: 400 !important;
    color: #3e3a39;
}
.s-fbox{
	border-bottom:dotted 1px #7B7B7A;
	    padding-bottom: 30px;
    margin-top: 30px;
}
.s-fbox01{
	color: #ffffff;
    padding: 0 10px;
    border-radius: 10px;
    width: 150px;
    text-align: center;
}
.s-fbox02{
	font-family: 'Kiwi Maru', serif;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    color: #3e3a39;
}
.news-kiji img{
	width:100%;
	height: auto;
}
.news-kiji a {
    display: block;
}
.toukou p{
	  font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    word-break: break-all;
    color: #3e3a39;
    font-family: sans-serif;
	margin-bottom: 50px;
}
.toukou h2{
	margin-top: 80px;
    font-family: sans-serif;
    background: #593920;
    font-size: 1.3rem;
    padding: 1em 1em;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
}
.toukou h3{
	font-weight: bold;
    font-size: 1.2rem !important;
    font-family: sans-serif;
    border-bottom: solid 2px #e8b43c;
    border-top: solid 2px #e8b43c;
    padding: 0.5em 0.7em;
	letter-spacing: 1px;
}
.no_bullets{
	width:100% !important;
}
.toukou li{
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    word-break: break-all;
    color: #3e3a39;
    font-family: sans-serif;
}
.toukou ul{
	margin-bottom: 50px;
	list-style: none;
}
.no_bullets ul li{
  display: block !important;
}
.no_bullets ul li::before {
    transform: scale(0) !important;
}
.toukou ul li{
  display: flex; /* 点とリストを横並びに */
  align-items: center; /* 垂直方向に中央揃い */
}
.toukou ul li::before {
    font-family: var(--stk-font-awesome-free, "Font Awesome 5 Free");
    font-weight: 700;
    content: "\f111";
    display: block;
    position: absolute;
    left: 1.5rem;
    transform: scale(0.5);
    color: #e8b43c;
    background: none;
}


.singlenext a{color: #1388a6;}
.singlenext {margin-top: 100px;}
.tagbox{background: #f2f2f2; padding: 20px 20px; border-radius: 14px;margin-top: 50px;}
.re-box{
	border: solid 1px #a4a2a2; 
	margin-bottom: 10px; 
	border-radius: 11px; 
	min-height: 294px; 
	max-height: 294px; 
	display: flex; 
	align-items: center;
}
.category-name{
	background: #f3bb1f;
    color: #FFFFFF;
    padding: 0px 10px;
    margin: 10px 0 0 0;
    font-size: 0.8rem;
    letter-spacing: 0px;
    border-radius: 4px;
    display: inline-block;
}
.k-f img{
	width: 100%;
    height: auto;
}