﻿@charset "utf-8";
/* CSS Document */
.main_right .date {
    font-size: 13px;
}
.page_title_box {
    width: 74%;
    height: 325px;
    /*padding: 10px;*/
	overflow: hidden;
    border-radius: 10px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page_title_box:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.title_icon_box {
    left: 0;
    height: 100%;
    width: 80px;
	z-index: 1;
}
.title_icon {
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
}
.page_title {
	right: 10px;
	z-index: 1;
}
.sub_title {
    right: 16px;
    bottom: 30%;
	z-index: 1;
}
#under_header .contents_box1 {
    width: 21%;
    height: 330px;
}

#under_main .d_flex {
	align-items: flex-start;
}
.footer_nav a {
	color: #333333;
}
#contact_tel a {
    background-color: #5272c2;
    border-radius: 10px;
    color: #fff;
    width: 334px;
}

.page8_tel_box {
    background-color: #5272c2;
    border-radius: 10px;
    color: #fff;
    width: 338px;
}
.contact_txt {
    top: 30px;
	position: relative;
	z-index: 1;
}
.g-recaptcha > div {
	margin: 0 auto;
}
/**************  pager  *****************/
#pager {
    margin-top: -50px;
    margin-bottom: 100px;
}
#pager li {
    padding: 20px;
    margin-left: 30px;
}
#pager li a {
	color: #3aae36;
}
#pager li:hover {
	opacity: 0.6;
}
.prev {
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #3aae36;
    color: #3aae36;
    line-height: 17px;
    overflow: hidden;
    padding: 20px 10px;
}
#pager li:hover {
  color: #fff;
	background-color: #3aae36;
}
#pager li a:hover {
	color: #fff;
}
.prev::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.prev:hover::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/***********ナビ*******************/
.main_left {
	width: 21%;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}
.left_nav {
	height: 90px;
	border-bottom: 2px dotted;
    width: 95%;
    margin: 0 auto;
}
.left_nav:last-child {
	border-bottom: none;
}
.left_nav h3 {
    font-size: 16px;
    margin-right: 5px;
    font-weight: bold;
}
.left_nav span {
	font-size: 12px;
}
.left_nav .d_flex {
    position: relative;
    top: 25px;
}
.nav_icon {
    top: 0px;
    left: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	position: relative;
    /* margin-left: 30px; */
    /* margin-top: 16px; */
	/* background-color: #fff; */
	/* left: 50%; */
    /* transform: translateX(-50%); */
}
.nav_icon img {
    width: 65%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 16%;
}
.left_nav .d_flex {
	justify-content: space-between;
}
.nav_subtitle {
	right: 5px;
}
.nav_name {
    text-align: right;
    width: 81%;
}
.left_nav a {
	transition:0.5s;
}
.left_nav a:hover {
	transform: scale(1.05);
	transition:0.5s;
}
/* ---------- 1260px ---------- */
@media screen and (max-width: 1260px){
	.left_nav h3 {
    font-size: 14px;
}
	.nav_name {
    text-align: right;
    width: 76%;
}
}
@media screen and (max-width: 1260px) {
.left_nav h3 {
    font-size: 13px;
}
}
/**************  cate_list  **********************/
.list_bt {
    background: #cd5fa5;
    color: #fff;
    border: none;
    position: relative;
    height: 30px;
    margin-top: 20px;
	margin-left: 30px;
    padding: 10px 30px 5px;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
}
.list_bt a {
	color: #fff;
}

.list_bt:hover{
  background:rgba(255, 255, 255, 0);
  color:#cd5fa5;
}
.list_bt:hover a {
	color: #cd5fa5;
}
.list_bt:before,.list_bt:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #cd5fa5;
  transition:400ms ease all;
}
.list_bt:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.list_bt:hover:before,.list_bt:hover:after{
  width:100%;
  transition:800ms ease all;
}
/************ site_map　**************/
.btn-animation-02 {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #3aae36;
  font-size: 16px;
  color: #3aae36;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF;
}
/**********main-right****************************/
.main_right {
	width: 74%;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}


#map iframe {
    width: 100%;
    height: 450px;
}
/**********  カテゴリー  ***************/


/************page10*******************/
#page10 {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    margin-top: 50px;
    width: 86%;
    margin-bottom: 100px;
}
/* fakeloader */
/*#wrap{
    opacity: 0;
}*/
#fakeloader{
	z-index: 9999;
	background-size: 10%;
}

#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	width: 50%!important;
	max-width: 250px;
}
#fakeloader .fl{
	animation-name: loader;
	animation-duration: 5s;
	animation-timing-function: ease;
}
@keyframes loader{
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.page_title_box {
    width: 70%;
    height: 300px;
    /* padding: 10px; */
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
	#under_header .contents_box1 {
    width: 26%;
    height: 300px;
}
	.main_right {
    width: 90%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}
	.page_title {
		font-size: 38px;
	}
	.sub_title {
		font-size: 20px;
	}
	.btn-animation-02 {
    width: 89%;
    color: #fff;
    background-color: #3aae36;
}
	#page-top {
    position: fixed;
    right: 15px;
    z-index: 19;
}
	.list_bt {
    margin-left: 10px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	.page_title_box {
    width: 90%;
    height: 150px;
    /* padding: 10px; */
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
	#under_header .contents_box1 {
    width: 90%;
    height: 200px;
}
.page_title {
    font-size: 25px;
}
	.sub_title {
    font-size: 16px;
	bottom: 20%;
}
	.title_icon_box {
    left: 0;
    height: 100%;
    width: 40px;
    z-index: 1;
}
	.title_icon {
    width: 38px;
    left: 49%;
    transform: translateX(-50%);
    top: 38%;
}
	.list_bt {
    background: #cd5fa5;
    color: #fff;
    border: none;
    position: relative;
    height: auto;
    margin-top: 10px;
    padding: 10px 30px 10px;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
}
	#cate1 {
    margin-top: 100px;
}
	.btn-animation-02 {
    width: 80%;
    color: #fff;
    background-color: #3aae36;
}
	#contact_tel a {
    background-color: #5272c2;
    border-radius: 10px;
    color: #fff;
    width: 245px;
    padding: 30px 10px;
}
	.list_bt {
	margin-left: 0px;
}
	#copyright {
    margin: 10px auto;
    font-size: 13px;
}
	#pager {
    margin-top: -10px;
    margin-bottom: 80px;
}
	.cate_list {
    width: 90%!important;
}
	.page8_tel_box {
    background-color: #5272c2;
    border-radius: 10px;
    color: #fff;
    width: 246px;
}
	#form_box {
		width: 100% !important;
	}
	
.cate_list a {
    width: 90%;
}
	#under_header .contents_box1 {
    width: 90%;
    height: 80px;
}
    #pager li {
        display: none;
    }
    .prev {
        display: block !important;
        margin-left: 0px !important;
    }
	/*.page_title_box {
    width: 60%;
    height: 100px;

}
	#under_header .contents_box1 {
    width: 30%;
    height: 140px;
}
	.header_logo {
    width: auto;
    height: 130px;
}*/
}