@charset "utf-8";
/* 左右スライド用NAVI固定hidden no-display */

body {overflow-x: hidden;}
html {overflow-x: hidden;}

.infinity-slide{
  display: flex; /* 二つのスライドを横に並べる */
  width: auto;
  overflow: hidden;
}
.slideP {
  animation: infinity-loop 30s infinite linear 1s both; /* 無限ループアニメーションの設定 */
  display: flex; /* スライドの要素を横に並べる */
  height: 300px; /* スライドの高さ */
  position: relative;
}
.slideP img {
  height: 100%;
}
/* 無限ループアニメーション */
@keyframes infinity-loop {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-100%);
  }
}
.ins-img {
  width: 180px;
  height: 180px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
.content-img {
margin-top:100px;
width: 1732px;
height: 450px;
margin-top:50px;
margin-left:auto;
margin-right:auto;
}
/*===ipad設定===*/
@media only screen
    and (min-device-width:768px) 
    and (max-device-width:1024px) 
    and (orientation:portrait){
.content-img {
    margin-top:100px;
    margin-left:-200px;
    margin-right:auto;
    display: block;
    width: 200%;
    height: 400px;
} 
}
/*===SP設定===*/
@media screen and (max-width: 767px) {
.content-img {
    margin-top:100px;
    margin-left:-130px;
    margin-right:auto;
    display: block;
    width: 260%;
    height: 250px;
}
}

#side {
background-color: #f1f3f4;
}

.fr_blog-filter-list {
flort:left;
width: 100%;
}

.filter-top {
    padding: 5px 0 5px 0;
    margin-top: 20px;
}
#sidebar .fr_blog-filter-title-list {
    border-top: 1px solid #999;
    list-style: none;
}

#sidebar  .fr_blog-filter-title-list  {
    font-weight: normal !important;
    font-size: 14px;
    display: block;
    padding: 12px 0 12px 20px;
    line-height: 1.7;
}
#sidebar  .fr_blog-filter-title-list a {
    color: #9B8C7A;
    text-decoration: none;
}
#sidebar .fr_blog-filter-title-list a:hover{
color: #555;
text-decoration: none;
}
#sidebar  .fr_blog-filter-title-list  a:visited{
color: #555;
text-decoration: none;
}



.sp-mar-top30 {
margin-top:30px
}

.sp-mar-top80 {
margin-top:80px
}

/*===PHPリンク先指定===*/
.container .row #main a:link {
color: #9B8C7A;
text-decoration: none;
}
.container .row #main a:hover {
color: #555;
text-decoration: none;
}

.container .row #main  a:visited{
color: #555;
text-decoration: none;
}

/*===PHPリンク先指定2top用===*/
.container  #main a:link {
color: #9B8C7A;
text-decoration: none;
}
.container  #main a:hover {
color: #555;
text-decoration: none;
}

.container  #main  a:visited{
color: #555;
text-decoration: none;
}

/*===PHP h2リンク先指定===*/
.container .row #main h2 a:link {
color: #555;
text-decoration: none;
}
.container .row #main h2 a:hover {
color: #9B8C7A;
text-decoration: none;
}

.container .row #main h2 a:visited{
color: #9B8C7A;
text-decoration: none;
}


/*===PHPボタン先指定===*/
.btn-border {
  display: inline-block;
  max-width: 250px;
  text-align: left;
  border: 2px solid #9B8C7A;;
  font-size: 18px;
  color: #9B8C7A;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  color: #FFF !important;
  background-color: #52C4C5;
  border-color: #67CEC9;
  
}
/*===footer===*/
/*===PC設定===*/
footer nav ul {
font-size: 11px;
line-height:25px;
list-style: none;
color: #ffffff;
display: block !important;
padding: 0 !important;
}

footer nav ul  li a {
font-size: 12px;
text-decoration: none;
color: #ffffff;
line-height:30px;
letter-spacing: 1px;
position: relative;
display: inline-block;
}

footer nav li a span  {
font-size: 18px;
display: block;
text-align: center;
font-weight: bold;
}

/*===ipad設定===*/
@media only screen
    and (min-device-width:768px) 
    and (max-device-width:1024px) 
    and (orientation:portrait){

footer nav ul {
font-size: 11px;
line-height:25px;
list-style: none;
color: #ffffff;
display: block !important;
padding: 0 !important;
}

footer nav ul  li a {
font-size: 12px;
text-decoration: none;
color: #ffffff;
line-height:30px;
letter-spacing: 1px;
position: relative;
display: inline-block;
}

footer nav li a span  {
font-size: 18px;
display: block;
text-align: center;
font-weight: bold;
}
}

/*===footer===*/
/*===SP設定===*/
@media screen and (min-width: 350px) and (max-width: 768px) { 
footer nav ul {
font-size: 13px;
line-height:25px;
list-style: none;
color: #ffffff;
display: block !important;
padding: 0 !important;
}

footer nav ul  li a {
font-size: 12px;
text-decoration: none;
color: #ffffff;
line-height:30px;
letter-spacing: 1px;
position: relative;
display: inline-block;
}

footer nav li a span  {
font-size: 18px;
display: block;
text-align: center;
font-weight: bold;
}
}


/*
footer nav li a:hover::after {
color: #333;
  transform: scale(1, 1);
}

footer nav li a::after {
  position: absolute;
  color: #333;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  display: block;
}


footer nav li a span {
  display: block;
  text-align: center;
  font-size: 60%;
  padding-top: 10px;
}

footer nav li a:link {color:#fff;} /*未訪問のリンクの色*/
footer nav li a:visited {color:#666;} /*訪問済みのリンクの色*/
footer nav li a:hover {color:#999;} /*カーソルが乗っているリンクの色*/
footer nav li a:active {color:#666;} /*クリック中のリンクの色*/

/*breadcrumbパンくずリスト*/
.topicpath-area {
    margin: 0 0 23px;
    padding: 4px 0;
    background: #f0f0f0;
}
.breadcrumb-box {
    display: block;
    overflow: hidden;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}
.breadcrumb-item {
    display: block;
    position: relative;
    float: left;
    padding: 0 0 0 43px;
    color: #575757;
    font-size: 12px;
    line-height: 1.6;
}
.breadcrumb-item:first-child {
    padding-left: 0;
}
.breadcrumb-item:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    width: 8px;
    height: 8px;
    margin: -5px 0 0 0;
    border-top: 1px solid #575757;
    border-right: 1px solid #575757;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
}
.breadcrumb-item:first-child:before {
    content: none;
}
.breadcrumb-item a {
    color: #575757;
    font-size: 12px;
    line-height: 1.6;
}

/*===共通ボタン===*/

/*===pc設定===*/
@media screen and (min-width: 768px) {
.btnf01{
position: fixed;
right:0px;
bottom:138px;
z-index: 1050;
    width:60px;
    height:60px;
    padding:15px;
    background-color:#555;
    overflow:hidden;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -ms-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
}
.btnf01:hover{
    width:100px;
    height:60px;
    border-radius:2px;
    background-color:#000;
}
.texteduboutton_1
{
    width:30%;
    padding-right: 10px;
    float:right;
    line-height:40px;
    color:#ffffff;
    font-family:'Roboto';
    font-weight:300;
    font-size:16px;
}
	
	
.btnf02{
position: fixed;
bottom:200px;
right:0px;
z-index: 1050;
    width:60px;
    height:60px;
    padding:13px;
    background-color:#555;
    overflow:hidden;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -ms-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
}
.btnf02:hover{
    width:180px;
    height:60px;
    border-radius:2px;
    background-color:#21A59C;
}
.texteduboutton_2
{
    width:60%;
    padding-right: 5px;
    float:right;
    line-height:40px;
    color:#ffffff;
    font-family:'Roboto';
    font-weight:300;
    font-size:16px;
}
}
/*===sp設定===*/
@media screen and (max-width: 767px) {

#sp-btn {
background-color: rgba(0,0,0,0.5);
z-index: 1040;
position: fixed;
width:100%;
height:80px;
list-style: none;
padding:10px 15px 10px 30px;
bottom:0px;
}

#sp-btn .sp-btn01{
width: 50px;
height: 50px;
float:left;
background:#1FB1A7;
padding:6px;
border-radius: 6px;
margin-right:3px;
}

#sp-btn .sp-btn02{
width: 40px;
height: 40px;
float:right;
background:#555;
padding:6px;
border-radius: 40px;
}
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
　transition: .3s;
}

/*===wp-pagenavi 設定===*/
.wp-pagenavi a {
	padding: 5px 10px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #666666;
	background-color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	background-color: #e8e8e8;
}
.wp-pagenavi span {
	padding: 5px 10px;
	display: inline-block;
}
.wp-pagenavi span.current {
}
.wp-pagenavi {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	background-color: transparent;
}
 	
.wp-pagenavi h2.screen-reader-text {
  display: none;
}


/* -----------------------------------------------------------background-image: url('../images/ad_bac001.jpg');-----------------------------------------------------------------------------------------背景画像--------------- */
.ad-frame1, .ad-frame2, .ad-frame3, .ad-frame4,.ad-frame5, .ad-frame6, .ad-frame7, .ad-frame8, .ad-frame9, .ad-frame10  {
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden; }

.ad-frame1 {
  background: #fff; }

.ad-frame2 {
  background: #f5f5f5; }

/* -----------------------------------------------------------------------------------------------------------------------------------------------------背景画像-------------- */