@charset "UTF-8";
/* CSS Document */
.okyuBox {
	overflow: hidden;
	text-align: center;
}
.okyuBox01 {
	background-color: rgba(68,68,68,0.9);
	color: #FFF;
	margin-bottom: 140px;
}
.okyuBox01 .inner {
	padding: 70px 90px;
}
.okyuBox01 .h3Area h3 {
    color: #FFF;
}
.okyuBox01 .h3Area h3:after {
    background-color: #B6E487;
}
.okyuBox01 .inner .txt {
	padding: 40px 10px 10px;
	font-size: 16px;
	line-height: 2;
}
.okyuBox01 .inner .img {
	padding: 40px 10px 10px;
}
.okyuBox02 {
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 140px;
}
.okyuBox02 .inner {
	padding: 70px 50px;
}
.okyuBox02 .inner .txt {
    padding: 30px 0 10px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 2;
}
.okyuBox02 .inner .img {
    padding: 30px 0 20px;
}
.okyuBox02 .inner .txt02 {
	padding: 40px 10px 10px;
	font-size: 16px;
	line-height: 2;
	text-align: left;
}
.okyuBox02 .inner ul {
	width: 80%;
	margin: 30px auto 0;
	text-align: left;
}
.okyuBox02 .inner ul li {
	margin: 10px 5%;
	font-size: 15px;
	line-height: 36px;
	position: relative;
}
.okyuBox02 .inner ul li:before {
	position: absolute;
	left: -50px;
	content: "";
	width: 43px;
	height: 36px;
	background-image: url(../img/visit/mark.png);
	background-repeat: no-repeat;
	display: block;
}
.okyuBox02_s {
	background-image: url(../img/visit/okyuBoxBg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 40px;
}

.aboutOkyu{
	max-width: 1000px;
	display: flex;
	justify-content: flex-start;
	margin: 0 auto;
	padding-top: 50px;
}
.aboutOkyu .aboutImg{
	max-width: 350px;
}
.aboutOkyu .aboutTxt{
	width: 65%;
	text-align: left;
	padding-left: 40px;
}
.aboutTable{
	padding-top: 40px;
}
.aboutTable dl{
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
.aboutTable dl dt{
	width: 350px;
	background-color: #FFACAC;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 20px;
}
.aboutTable dl:last-of-type {
	border-bottom: 1px solid #FFF;
}
.aboutTable dl dd{
	width: 650px;
	border-top: 1px solid #FFACAC;
	border-right: 1px solid #FFACAC;
	padding: 20px;
}
.aboutTable dl:last-of-type dd{
	border-bottom: 1px solid #FFACAC;
}
.flowArea{
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 70px;
}
.flowArea .flowBox{
	display: flex;
	justify-content: flex-start;
}
.flowArea .flowBox .flowttl{
	color: #FFF;
	width: 100px;
	padding: 30px 20px;
}
.flowArea .flowBox .flowttl p{
	font-size: 60px;
	line-height: 1;
	border-bottom: 1px solid #FFF;
}
.flowArea .flowBox .flowttl h4{
	font-size: 20px;
	letter-spacing: initial;
}
.flowArea div.flowBox:nth-of-type(odd) .flowttl{
	background-color: #DEBD67;
}
.flowArea div.flowBox:nth-of-type(even) .flowttl{
	background-color: #CDD98A;
}
.flowArea .flowBox .flowtxt{
	width: 900px;
	background-color: #FFF;
	text-align: left;
	padding: 30px;
}
.flowArea .flowBox .flowtxt .phone{
	color: #DEBD67;
	font-size: 30px;
}
.flowArea .flowBox .flowtxt .pdf-btn{
	background-color: #FFACAC;
	text-align: center;
	margin: 30px 100px;
}
.flowArea .flowBox .flowtxt .pdf-btn a{
	display: block;
	color: #FFF;
	font-size: 25px;
	text-align: center;
	padding: 15px;
}

.flowArea .flowBox:not(:last-child){
    position:relative;
    margin-bottom:50px;
 }
.flowArea .flowBox:not(:last-child):before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 25px 25px 0px 25px;
    bottom: -40px;
    left: 50%;
    margin-left: -25px;
    border-color: #DEBD67 transparent transparent transparent;
}
.caution {
	padding-top: 50px;
}
.caution p{
	text-align: left;
	font-size: 13px;
}
.products{
	width: 80%;
	margin: 0 auto;
}
.products .caution{
	padding-left: 10px;
}
.productArea{
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.productArea .productBox{
	width: 46%;
	background-color: #FFF;
	padding: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}
.productArea .productBox .h4Area{
	color: #6AA145;
}
.productArea .productBox .h4Area h4{
	border-left: 3px solid #6AA145;
	text-align: left;
	font-size: 18px;
	padding-left: 10px;
}
.productArea .productBox .h4Area .h4txt{
	text-align: right;
}
.productArea .productBox .product-img{
	padding-top: 50px;
	padding-bottom: 20px;
}
.productArea .productBox .product-txt{
	text-align: left;
	font-size: 13px;
}
.productArea .productBox .hot{
	text-align: right;
	color: #E39ABF;
}
.productArea .productBox .price{
	text-align: right;
}



@media screen and (max-width: 736px) {
.okyuBox01 .inner,
.okyuBox02 .inner,
.okyuBox03 .inner,
.okyuBox04 .inner {
    padding: 40px 5vw;
}
.okyuBox01 .inner {
    font-size: 19px;
	font-weight: bold;
	letter-spacing: .05em;
}
.okyuBox01 .inner .h3Area {
    margin-bottom: 30px;
}
.okyuBox01 .inner .h3Area p {
    font-size: 15px;
	line-height: 20px;
	padding-bottom: 5px;
}
.okyuBox01 .inner .txt {
    padding: 0 2vw 20px;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
}
.okyuBox01 .inner .img {
	padding: 10px auto 20px;
}
.okyuBox01 .inner .img img {
	width: 100%;
	margin: 0 auto;
}

.okyuBox01,
.okyuBox02,
.okyuBox03,
.okyuBox04 {
    margin-bottom: 20px;
}
.okyuBox02 .inner .h3Area {
    margin-bottom: 30px;
}
.okyuBox02 .inner .txt {
    padding: 40px 2vw;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.3;
	text-align: left;
}
.okyuBox02 .inner ul li {
    width: 100%;
    margin: 20px auto;
    display: block;
}
.okyuBox02 .inner .okyuBox_s h4 {
    font-size: 22px;
	margin-bottom: 0;
}
.okyuBox02_s {
    background-image: none;
    padding: 20px 10px;
}
.okyuBox02 .inner ul {
    width: 90%;
}
.okyuBox02 .inner ul li {
    margin: 20px 0 0 8%;
    font-size: 15px;
    line-height: 20px;
}
.okyuBox02 .inner ul li:before {
    position: absolute;
    left: -30px;
    content: "";
    width: 25px;
    height: 25px;
    background-size: contain;
}

.aboutOkyu{
	display: block;
}
.aboutOkyu .aboutImg{
	margin: 0 auto;
}
.aboutOkyu .aboutTxt{
	width: 100%;
	padding-left: 0;
}
.okyutxt{
	text-align: left;
}
.aboutTable dl dd{
	text-align: left;
}
.flowArea .flowBox{
	display: block;
}
.flowArea .flowBox .flowttl{
	width: 100%;
	display: flex;
	padding: 15px 20px;
}
.flowArea .flowBox .flowttl p{
	border-bottom: none;
	border-right: 1px solid #FFF;
	padding-right: 20px;
}
.flowArea .flowBox .flowttl h4{
	align-self: center;
	padding-left: 20px;
}
.flowArea .flowBox .flowtxt{
	width: 100%;
}
.flowArea .flowBox .flowtxt .pdf-btn a{
	font-size: 15px;
}



.flowArea .flowBox .flowtxt .pdf-btn{
	margin: 0 auto;
}
.products{
	width: 100%;
	margin: 0 auto;
}
.productArea{
	width: 100%;
	display: block;
}

.productArea .productBox{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.productArea .productBox .h4Area h4{
	font-size: 16px;
}




}

