@charset "utf-8";

/*
Theme Name: test02
Version: 202306
Author: KOIZUMI
License: 
License URI:
Tags: custom-menu
*/


/* ***************************************************************** 
*	基本設定
* ***************************************************************** */
body {
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
  color: #333;
  line-height: 190%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/*リンク--------------------------*/
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:hover {
  color: #c0c0c0;
}
a:hover img {
  opacity: .70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: .70;
  -moz-opacity: .70;
  cursor: pointer;
}
/*マージン--------------------------*/
.margin10 {margin-bottom: 10px;}
.margin15 {margin-bottom: 15px;}
.margin20 {margin-bottom: 20px;}
.margin30 {margin-bottom: 30px;}
.margin40 {margin-bottom: 40px;}
.margin50 {margin-bottom: 50px;}
.margin60 {margin-bottom: 60px;}
.margin80 {margin-bottom: 80px;}
.marginT30 {margin-top: 30px !important;}
.marginT60 {margin-top: 60px;}
.marginT120 {margin-top: 120px;}
@media screen and (max-width: 640px) {
  .margin20 {margin-bottom: 15px;}
  .margin30 {margin-bottom: 20px;}
  .margin40 {margin-bottom: 30px;}
  .margin50 {margin-bottom: 40px;}
  .margin80 {margin-bottom: 50px;}
}
.small80 {font-size: 80%;}
.big120 {font-size: 120%;}
.big130 {font-size: 130%;} 
.bold {font-weight: bold;}
.center {text-align: center;}
.right {text-align: right;}
.gray {color: #727171;}
.green {color: #009c34;}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.img_sukima {vertical-align:top;}
.kadomaru  {border-radius: 30px;}
.kadomaruL {border-radius: 50px 0 0 50px;}
.kadomaruR {border-radius: 0 50px 50px 0;}

/* 画像
---------------------------------------------------- */
img {
  border: 0;
  padding: 0px;
  margin: 0px
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 10px 20px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 20px 10px 0;
  display: inline;
}
/* リスト
---------------------------------------------------- */
li {list-style: none;}
li a {
  color: #45AAB8;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
li a:hover {
  color: #666;
}

/* ********************************************************
*	全体Wrapper
* ******************************************************* */
.container{
  box-sizing: content-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 15px;
}
.inner{padding:0 15px;}
#animals, #aboutus, #wholesale, #breeding, #medical, #recruit, #contact, #privacy {
	margin-top: 70px;
}
#main {margin-top: 90px;}
/* Phone */
@media screen and (min-width: 768px) {
  .container{
    padding: 0px 30px;
  }
  .inner {padding:0 30px;}
}
/* Tablet*/
@media screen and (min-width: 960px) {
  .container{
    padding: 0px 40px;
  }
  .inner {padding:0 40px;}	
}
@media screen and (max-width: 767px) {

}


/* ***************************************************************** 
*	メイン（本文）コンテンツ
* ***************************************************************** */
/* アーカイブ
---------------------------------------------------- */
li.item {
  height: 440px;
  margin-bottom: 50px;
}
.item-img {
  margin: 0 0 10px 0;
  height: 250px;
  overflow: hidden;
  text-align: center;
}
li.item-gallery {
  height: 200px;
}
.item-cat {
  font-size: 65%;
  color: #999;
  padding: 0 0 0px 0;
  margin: 0 0 20px 0;
  max-height: 65px;
  overflow: hidden;
}
.item-cat a {
  color: #444;
}
.item-date {
  font-size: 70%;
  color: #ccc;
  padding: 0 0 0 0;
margin: 15px 0 7px 0;
  max-height: 30px;
  overflow: hidden;
  line-height: 150%;
}
.item h2 {
  line-height: 150%;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.item-title {
  margin: 0;
  padding: 0;
}
.item-title a {
  color: #444;
}
.item-title a:hover {
  color: #999;
}
.item-text {
  font-size: 14px;
  color: #444;
  line-height: 170%;
  padding-top: 7px;
}
.blog_main ul, .blog_main li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.item-imgT a:hover img {
  opacity: 1;
	
}/*hoverやめる*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  li.item {
    height: 350px;
    margin-bottom: 40px;
  }
  li.item-gallery {
    height: 150px;
  }
  .item-img {
    height: 200px;
    margin: 0 0 10px 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  li.item {
    height: 300px;
    margin-bottom: 40px;
  }
  li.item-gallery {
    height: 200px;
  }
  .item-img {
    height: 200px;
    margin: 0 0 10px 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  li.item {
    height: 400px;
    margin-bottom: 40px;
  }
  li.item-gallery {
    height: 250px;
  }
  .item-img {
    height: 250px;
    margin: 0 0 10px 0;
    overflow: hidden;
  }
}
/* ブログ記事部分
---------------------------------------------------- */
.single-contents {
  margin: 0 0 70px 0;
}
.page-contents {
  margin: 0 0 70px 0;
}
@media only screen and (max-width: 767px) {

}

p {
  font-size: 16px;
  color: #444;
  font-weight: normal;
  line-height: 190%;
/*  padding: 15px 0px 15px 0px;*/
}
p a {
  color: #45AAB8;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
p a:hover {
  color: #666;
}
p a:active, a:focus {
  outline: 0;
}
/* パンくずリスト
---------------------------------------------------- */
ul.breadcrumb{
display: flex;
font-size: 11px;
padding: 10px 0 10px;
color: #999;
}

@media only screen and (max-width: 480px){
ul.breadcrumb{margin-top: 2vh;display: none;}
}

ul.breadcrumb li:not(:first-child){padding-left: 10px;}
ul.breadcrumb li a{color: #333333}

ul.breadcrumb li:not(:first-child):before{content: "/";margin-right: 10px;}

ul.breadcrumb li:last-child:after{content: ""}

/* ページタイトル
---------------------------------------------------- */
.pagedate {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding: 0 0 0 0;
  margin: 0 0 18px 0;
  color: #999;
  letter-spacing: 0.02em;
}
.pagetitle {
  color: #727171;
  font-size: 15px;
  font-style: normal;
  border: 1px solid #E08A79;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 0 13px;
  border-radius: 17px;
}
.pagetitle a {
  color: #333;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.pagetitle a:hover {
  color: #666;
}
.blog-title {
  font-size: 27px;
  line-height: 130%;
  font-weight: normal;
  color: #333;
  margin: 10px 0px 7px 0px;
  padding: 18px 0px 15px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.blog-title a {
  color: #333;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.blog-title a:hover {
  color: #666;
}

/* 見出し
---------------------------------------------------- */
h1 {
  font-size: 24px;
  margin: 40px 0px 20px 0px;
}
/*h2 {
font-size: 22px;
line-height: 130%;
font-weight: bold;
color: #333;
margin: 40px 0px 20px 0px;
padding: 18px 0px 15px 0px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
*/
h3 {
  font-size: 20px;
  line-height: 130%;
  font-weight: bold;
  color: #333;
  padding: 0 0 5px 0;
  margin: 40px 0 15px 0;
  border-bottom: 1px solid #ccc;
}
h4 {
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
  color: #555;
  padding: 0 0 5px 0;
  margin: 30px 0 10px 0;
  border-bottom: 1px dotted #ccc;
}
h5 {
  font-size: 16px;
  line-height: 1.3em;
  margin: 30px 0 0px 0;
}
h6 {
  font-size: 14px;
  line-height: 1.3em;
  margin: 30px 0 0px 0;
}
/* 記事フッター
---------------------------------------------------- */
.blog-foot {
  clear: both;
  font-size: 75%;
  text-align: left;
  margin: 0px 0 50px 0;
  font-weight: normal;
  color: #999;
  border-bottom: 0px dotted #ccc;
}
.blog-foot span {
  color: #999;
}
/* 次の記事・前の記事
---------------------------------------------------- */
#next {
  font-size: 90%;
  line-height: 150%;
  margin: 50px 0 20px 0;
}
.next-left {
  float: left;
  text-align: left;
  margin: 0 0 10px 0;
  background: url(images/left.gif) no-repeat left;
}
.next-left a {
  padding: 20px 20px 20px 50px;
  display: block;
  border: 1px solid #fff;
}
.next-left a:hover {
  border: 1px solid #eee;
}
.next-right {
  float: right;
  text-align: right;
  margin: 0 0 10px 0;
  background: url(images/right.gif) no-repeat right;
}
.next-right a {
  padding: 20px 50px 20px 20px;
  display: block;
  border: 1px solid #fff;
}
.next-right a:hover {
  border: 1px solid #eee;
}
/* ページャー
---------------------------------------------------- */
.pager {
  text-align: center;
  margin: 50px 0 80px 0;
}
a.page-numbers, .pager .current {
  background: #f0f0f0;
  border: solid 1px #ddd;
  border-radius: 2px;
  padding: 5px 8px;
  margin: 0 2px;
}
.pager .current {
  background: #ccc;
  border: solid 1px 999;
  color: #fff;
}
/* 関連記事
---------------------------------------------------- */
.similar-head {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 10px 0px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ccc;
}
.similar ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.similar li {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.similar li a {
  color: #555;
}
.similar li a:hover {
  color: #888;
}
table.similar-text {
  width: 100%;
  color: #444;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: dotted 1px #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
table.similar-text img {
  width: 150px;
}
table.similar-text th {
  text-align: left;
  width: 150px;
  vertical-align: middle;
}
table.similar-text td {
  font-size: 14px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
/* コメント欄
---------------------------------------------------- */
.comment-head, .comment-reply-title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 10px 0px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ccc;
}
.commentlist li {
  list-style: none;
  font-size: 90%;
  color: #888;
}
.commentlist {
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
}
li.comment {
  list-style: none;
  font-size: 90%;
  color: #888;
  margin: 30px 0px 30px 0px;
}
.comment p {
  font-size: 14px;
}
/* WP必須
---------------------------------------------------- */
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  font-size: 90%;
  text-align: center;
}
.sticky {}
.gallery-caption {}
.bypostauthor {}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* *****************************************************************
*	サイドバー
* ***************************************************************** */
/* 新着表示
---------------------------------------------------- */
.sidebox-new {
  color: #666;
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
}
.sidebox-new ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.sidebox-new li {
  font-size: 13px;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0px 0 0px 0px;
  border-bottom: 1px dotted #ddd;
}
.sidebox-new li a {
  color: #666;
  list-style: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.sidebox-new li a:hover {
  color: #999;
}
table.similar-side {
  width: 100%;
  color: #444;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table.similar-side img {
  width: 80px;
}
table.similar-side th {
  text-align: left;
  width: 80px;
  vertical-align: middle;
}
table.similar-side td {
  font-size: 13px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
/* ************************************************************
*	フッター
* ************************************************************ */

/* ********************************************************
*	ウィジェット
* ********************************************************* */
/* 基本形
---------------------------------------------------- */
.widget {
  margin: 0 0 50px 0;
}
.widget ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.widget li {
  list-style: none;
}
.widget li a {
  color: #666;
}
.widget li a:hover {
  color: #999;
}
.widget_recent_entries li a, .widget_archive li a, .widget_categories li a, .widget_nav_menu li a {
  margin: 0 0 0 0;
}
.textwidget, .textwidget p {
  font-size: 14px;
  color: #444;
  line-height: 180%;
  margin: 0 0 0px 0;
  padding: 5px 0 0 0;
}
.widget-title, .widget_block h2 {
  color: #333;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0 0 0.5em;
  position: relative;
  border-bottom: 1px solid #ccc;
  background: 0;
  border-radius: 0;
}
.widget-title:after, .widget_block h2:after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  width: 30%;
  border-bottom: 2px solid #882546;
}
/*-------------------blog_side----------------------- */
.blog_side li {
  margin: 0 0 0 0;
  padding: 7px 0px 7px 0px;
  list-style: none;
  border-bottom: 1px dotted #ddd;
}
.blog_side li a {
  font-size: 13px;
  color: #444;
  margin: 0 0 0 0;
  padding: 5px 0px 5px 0px;
  list-style: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.blog_side li a:hover {
  color: #999;
}
.blog_side ul.children {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}
.blog_side ul.children li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}
.blog_side ul.sub-menu {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}
.blog_side ul.sub-menu li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}



/* *****************************************************************
*	検索フォーム＆検索結果
* ***************************************************************** */
/* 検索フォーム
---------------------------------------------------- */
.search input {
  font: 11px arial, sans-serif;
  color: #c0c0c0;
  width: 85%;
  padding: 10px 5px;
}
.search button {
  width: 15px;
  height: 15px;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: url(images/search.png) no-repeat;
}

/* 検索結果ハイライト
---------------------------------------------------- */
.search-excerpt {
  font-weight: bold;
  background: #FFE4E1;
}
/* *****************************************************************
*	ボタン
* ***************************************************************** */
.btn a {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #bbb;
  text-align: center;
  margin: 20px 0 20px 0;
  padding: 10px 10px;
}
.btn a:hover {
  color: #fff;
  background: #ddd;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

/* *****************************************************************
*   レスポンシブ（外部サービス対策用）
* ***************************************************************** */
/* Twitter Timeline
---------------------------------------------------- */
.twitter-timeline {
  width: 100%;
  height: 300px;
}
/* Facebook Like Box
---------------------------------------------------- */
div.fb_iframe_widget, div.fb_iframe_widget iframe[style], div.fb_iframe_widget span {
  width: 100% !important;
}
/* YouTube embed
---------------------------------------------------- */
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.youtube iframe, .youtube object, .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------テーマの追加-----------------------------*/
/* YouTube URL貼り付け用
---------------------------------------------------- */
.wp-block-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-embed-youtube iframe, .wp-block-embed-youtube object, .wp-block-embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* YouTube URL貼り付け用
----------------------------------------------- */
.wp-block-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-embed-youtube iframe, .wp-block-embed-youtube object, .wp-block-embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* YouTube 埋め込みブロック（Gutenberg）用
---------------------------------------------- */
.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* パンくずリスト
---------------------------------------------------- */
.breadcrumb ol {
  margin: 0px;
}
.breadcrumb li {
  margin: 0px;
  display: inline;
}
/* テーブル
---------------------------------------------------- */
.single-contents tabel, .page-contents tabel {
  width: 100%;
}
.single-contents th, .single-contents td, .page-contents th, .page-contents td {
  border: 1px solid #ccc;
  padding: 20px;
}
.single-contents th, .page-contents th {
  font-weight: bold;
  background-color: #dedede;
}
/*--------------------------------------------------------
　　　　　　　　　       追加
----------------------------------------------------------------*/
main {
	background-image: url("../images/footer_img.jpg");
	background-repeat: no-repeat;
    background-position: bottom center;
	background-size: contain; 
}


/*=======================================
  header
===================================*/
.inner {
  max-width: 1200px;
  margin: 10px auto;
}
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 90px auto 0;
  padding: 0;
  line-height: 1;
  z-index: 999;
}
#top-head .inner {
  position: relative;
}

/*------------------------------------------*/
.inner,#mobile-head,#global-nav/*,.sns_area */{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mobile-head {
  width: 25%;	
  margin-top: 7px;
}
#global-nav {
	width: 75%;
	margin-top: 25px;
	justify-content: flex-end;
}

.logo_area {
  width: 80%;
  margin-top: 7px;
}
#top-head .logo img {
  width: 100%;
  height: auto;
}
/*---------------グローバルナビ-----------------*/
/* Fixed */
#top-head.fixed {
  margin-top: -10px;
  padding-top: 0;
  top: 0;
  position: fixed;
  height: 65px;
  background: #fff;
  background: rgba(255, 255, 255, .9);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
@media screen and (max-width: 1200px) {
  #global-nav .gnav {
    font-size: 80%;
  }
}

@media screen and (max-width: 767px) {
  #top-head, .inner {
    width: 100%;
    padding: 0;
	margin-top: 0px!important;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 50px;
    z-index: 999;
    position: relative;
	padding: 5px 10px;
	margin: 0;
  }
  .logo_area {
    margin: 0 20px 0 0;
    padding-top: 5px;
}
  #top-head .logo_area img {
	  height: 40px;
	}

/*----グローバルナビ--------*/
  #global-nav {
    flex-direction: column;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -550px;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
ul.gnav_col {justify-content: flex-end;}
	
  #global-nav .gnav_col {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%); 
}
		
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
	height: 100vh;/*表示する高さ*/   
  }	
}

/*==================================================
　ハンバーガーメニュー
===================================*/
.openbtn7{
  display: none;
  position: relative;
  background:#00559c;
  cursor: pointer;
    width: 50px;
    height:50px;
}

.openbtn7 .openbtn-area{
    transition: all .4s;
}

.openbtn7 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    width: 50%;
  }

.openbtn7 span:nth-of-type(1) {top:15px;}
.openbtn7 span:nth-of-type(2) {top:23px;}
.openbtn7 span:nth-of-type(3) {top:31px;}

/*activeがプラス…×になる*/

.openbtn7.active .openbtn-area{
  transform: rotateY(-360deg);
}
.openbtn7.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}
.openbtn7.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn7.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
}
@media only screen and (max-width: 767px) {
.openbtn7 {display:block;}
}

/*--------------ナビゲーション全体の設定-----------*/
nav{
  text-align: center;
}

nav ul{
  position: relative;
  display: flex;
  justify-content: space-between;
}
nav ul li {
	font-size: 90%;
	font-weight: bold;
}
@media screen and (min-width:850px){
nav ul li {padding: 0 35px!important;}
}
nav ul li {padding: 0 20px;}

/*ナビゲーションのリンク設定*/
nav ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #999;
  transition:all .3s;
  color: #00559c !important;
}

nav ul li a:hover{color: #00559c !important;}

nav li a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10%;
    width: 80%;
    height: 2px;
    background:#a2c3e7;
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
nav li.current a::after,
nav li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

@media screen and (min-width:768px){
	nav ul li {border-right: 1px solid #575757;}
	nav ul li:first-child {border-left: 1px solid #575757;}
}


/*===========767px以下===========*/

@media screen and (max-width:767px){
  nav ul{
    display: block;
	width:85%;
  }
  nav ul {padding-inline-start: 0;}
  nav ul li{
	  padding: 30px 0;
	  border-bottom: 1px solid #ddd;
	} 	

  nav li a::after {display: none;}
  nav li a:hover{
  color:#9FA0A0!important;
}

}


/*------------------TOP----------------------*/
/*-------------------------------------------*/
.top_cont {margin-top:60px;}
.main_copy {
	color:#00559c;
	font-size: 180%;
	text-align-last: center;
	line-height: 1.7em;
	margin: 20px 0;
}

@media only screen and (max-width: 767px) {
	.wrapper {margin-top: 0;}
}
#news,.news_single,.newFs {
	padding: 60px 0 40px;
}

.news_single {margin-bottom: 50px;}
.col5 {width: 19.5%;}
#news h3.item-titleT {
	font-size: 100%;
	font-weight: normal;
	line-height: 130%;
	padding: 0;
	margin: 10px 0;
	border-bottom: none!important;
}
#news .item-dateT {
  font-size: 70%;
  color: #ccc;
  line-height: 150%;
  margin-top: 10px;
  padding: 0;
}
.tit_news {
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.5em;
	margin-bottom: 20px;
	text-align: center;
}
/*-----------------footer---------------------*/
.footermenu ul li {
	padding: 0 30px;
}


/*----------------------------------------*/
.col_50{width: 50%}
.col_45{width: 45%}

.col_52{width: 52%}
.col_48{width: 48%}

.col_64{width: 64%}
.col_30{width: 30%}

.col_60{width: 60%}
.col_40{width: 40%}
.col_52 img, .col_48 img {vertical-align:top;}

.col02 {width: 47%;}


/*------------------privacy---------------------*/
#privacy ol li {
  margin-left: 1.5em;
  padding-left: 0.5em;
  list-style:decimal;
  margin-bottom: 10px;
}
#privacy ol li::marker {
  font-weight: bold;
}

#privacy ul.circleL li:before {
    content:  "";
    width:  12px; 
    height:  12px;
    display:  inline-block;     
    background-color: #e8b19d;
    border-radius:  50%;
	padding-right: 0.5em;
	position:  relative; 
    top: -1px;           
    margin-right: 5px;
}
#privacy ul.circleL li {
   text-indent: -1em;
   padding-left: 1em;
}

/*--------------------map----------------------*/
.col_mapL {width: 34%; margin-right: 3%;}
.google-maps {
    position:relative;
    width:63%;
    height:0;
    padding-top:40%;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 767px) {
    .google-maps {width: 100%; padding-top:60%;}
	.col_mapL {width: 100%; margin-right: 0;}
}


/*------------Contact Form7--------------*/
.contact7 {
	max-width: 1000px;
	margin: 0 auto;
}
.contact7 dt {
	width: 25%;
	font-weight: normal;
	padding-top: 12px;
}
.contact7 dd {
	width: 75%;
	margin: 0 0 50px 0;
}
.contact7 dd input {
	width: 100%;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	color: #ddd;
}
.contact7 dd textarea {
	border: 1px solid #ddd;
	border-radius: 10px;
}
.contact7 dd placeholder {
	color: #ccc;
}
.contact7 .must {
	color: #FFF;
	background: #ED7D5C;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
	display: inline-block;
}

.btn_contact7 input {
	padding: 10px 80px;
	border-radius: 40px;
	background-color: #E8B19D;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #E8B19D;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #717171; 
}

@media screen and (max-width: 767px) {
	.contact7 dt, .contact7 dd {width: 100%;}
	.contact7 dt {margin-bottom: 10px;}
}

/* ************************************************ */
.blog_main {
  margin: 10px 0 50px;
}
.flexCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexColB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexColC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_start {justify-content: flex-start;}
.flex_end {justify-content: flex-end;}
.flex_endB { align-items: flex-end; }
.flex_center {justify-content: center;}
.flex_Tcenter {align-items: center;}
.flex_nowrap { flex-wrap:nowrap;}

.blog_main {width: 70%;}
.blog_side {
  width: 25%;
  padding-top: 20px;
  justify-content: flex-end;
}


@media only screen and (max-width: 767px) {
    .blog_main, .blog_side {width: 100%;}
	.col_50, .col_45, .col02, .col_64, .col_30, .col_52, .col_48{width: 100%;}
	.col_50, .col_45, .col02 {margin-bottom: 30px;}
}

/* ************************************************ */
@media only screen and (max-width: 1200px) {}

/* Tablet 768px〜
---------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .hidden_pc {display: none;}
}

/* Mobile ~767pxまで
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .hidden_sp {display: none;}
}


/*==================================================
btn
===================================*/
.c-btn,.c-btn.circle{
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  margin: 10px auto 0;
}
.c-btn.circle a {
	color: #ED7D5C;
}
.c-btn {
	max-width: 300px;
	padding: 10px 20px;
}
.c-btn,.c-btn.circle {
  background: #a2c3e7;
  border: 1px solid #a2c3e7;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
}
.c-btn:hover {
  background: #fff;
  color: #c7def3;
}

/*----------------------*/
.c-btn.circle {
  max-width: 100px;
  padding: 4px 20px;
  background: #fff;
  color: #00559c;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
}
.c-btn.circle::after {
  background: #a2c3e7;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
.c-btn.circle:hover {
  color: #fff;
}
.c-btn.circle:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

/*----------------page-top-----------------*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

/*----------------topbn_area-----------------*/
.topbn_area {
   position: relative;
}
.topbn_area img {width: 100%;}
.topbn_area p {
  position: absolute;
  top: 50%;
  left: 3%;
  z-index: 3;
  transform: translate(0, -50%);
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background-color: rgba(104,171,0,0.45);
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin:right top;
}
/*
rgba(0,157,133,0.5)
rgba(125,199,239,0.65)
*/
/*hoverした際の形状*/
.bgleft:hover:before{	
  transform-origin:left top;
  transform:scale(1, 1);
}
.topbn_area a:hover p {color: #fff;}

/*===========================================================*/
/*  画像
/*===========================================================*/

.img-box{overflow: hidden;}
.grid img, .item-img img{
	transform: scale(1);
	transition: .5s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}
.grid a:hover img, .item-img a:hover img{
	transform: scale(1.1);
	opacity:1.0;
}

/*===========================================================*/
/*  文字
/*===========================================================*/

.slide-in {
	overflow: hidden;
    display: inline-block;
    padding: 0 10px;
}
.slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;
}
.slideAnimeLeftRight {
	animation-name: slideText-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideText-100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name: slideText100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideText100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*===========================================*/
/* 
/*===========================================*/
.fluid {
    width:100%;
    height:100%;
    background: #F9F5E1;
    animation: fluidrotate 30s ease 0s infinite;
}

@keyframes fluidrotate {  
	  
0%, 100% {border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;}
14% {border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;}
28% {border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;}
42% {border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;}
56% {border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;}
70% {border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;}
84% {border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;}	  
}

/*==================================================
slide
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin: 0 0 0 0;
}
.slick-dots li {
    display:inline-block;
	margin:0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
	border: none;
    width:8px;
    height:12px;
    display:block;
    border-radius:50%;
    background:#ccc;
}
.slick-dots .slick-active button{
    background:#a2c3e7;/*ドットボタンの現在地表示の色*/
}

/* fadeIn
---------------------------------------------------- */
.fadeIn{
animation-name: fadeInAnime;
animation-duration:3s;/*ゆっくり出現するため数値変更*/
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(180px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.greeting-img img{
    animation: fluidrotate 30s ease 0s infinite;
}

.fadeLeft{
animation-name: fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.fadeRight{
animation-name: fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}