@charset "utf-8";
/*
Theme Name: 悠々工房
Author: create Co., Ltd.
*/

article,footer,header,nav,section,aside{
  display:block;
  word-wrap:break-word;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100% ;
  line-height: 1.8;
  color: #4b4b4b;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProW3",Osaka,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  background-color: #fff;
}
h1,h2,h3,h4,p{
  margin: 0;
  padding: 0;
  font-weight : normal;
}
img {
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  -ms-interpolation-mode: bicubic;
}
a:link {
  color: #4b4b4b;
  text-decoration: none;
}
a:visited {
  color: #4b4b4b;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: .5s;
}
a:active {
  text-decoration: none;
}
a:hover img{
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  transition: .5s;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  padding: 0;
  margin: 0;
}
.sp-disp {
  display: none;
}
/* -----------------------------------------------------
header
----------------------------------------------------- */
header	{
  width:100%;
  height: 100px;
  z-index:10000;
  letter-spacing: 0.1em;
  position: fixed;
  background-color: #fff;
}
#header-in {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  border-bottom: 1px solid #CFCFCF;
  position: relative;
}
.h-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
}
.h-logo h1	{
}
.h-logo img {
  height: 98px;
  padding-left: 15px;
}

header nav	{
  position: absolute;
  top:10px;
  right: 5px;
  z-index:1000;
}
header nav ul	{
  display: table;
}
header nav ul li	{
  display: table-cell;
  padding: 0 10px;
}
header nav ul li a	{
  color: white;
}
.menu-upper {
  padding: 0 10px;
  text-align: right;
  height:   50px;
}
.inquiry {
  display: inline-block;
}
.inquiry img {
  margin-left: 10px;
  height: 50px;
  background-size: contain;
}
/* -- menu -- */
.menu-lower {
  height:   50px;
  display: table;
  margin: 0;
}
.menu-lower li{
  display: table-cell;
  padding: 15px  20px 10px;
  text-align: center;
  vertical-align: bottom;
  font-weight: bold;
}
.menu-lower li:first-child{
  border: none;
}
.menu-lower li a{
  text-decoration: none;
  position: relative;
}
.menu-lower li a::after{
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #006BB4;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.menu-lower li a:hover::after{
  transform: scale(1, 1);
}
.menu-lower li .current{
  border-bottom: #F00 solid 3px;
  pointer-events:none;
  cursor:default;
}

.fixed #hed {
  background-color: #FFF;
  transition: .5s;
}
.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #FFF !important;
  height: 50px !important;
  margin: 0 auto;
  border-bottom: #CCC solid 1px;
  text-align: center;
}
.fixed header {
  top: 5px;
  left: 0;
  z-index: 2;
  transition: .9s;
}
.fixed #logo {
}
.fixed #logo h1 {
  top: 0;
}
.fixed #logo img {
  height: 50px;
  width: auto;
}
.fixed .mail {
  display: none;
}
.fixed #menu {
  margin: 5px 0 0 0;
}
.fixed #menu ul {
  margin: 0;
}
.fixed #menu li {
  width: 120px;
  font-size: 0.9rem;
  text-shadow: none;
}
.fixed #menu li a::after {
  background-color: #ffa500;
}
.fixed #menu li .current {
  border-bottom: #ffa500 solid 2px;
}
.fixed #menu li a {
  color: #110f36;
}
.fixed .mail {
  top: 5px;
  right: 150px;
}
.fixed .mail img {
  height: 25px;
  width: auto;
}
.fixed .inquiry {
  display: none;
}
.drawer-hamburger-icon{
  opacity:0.7 !important;
  filter:alpha(opacity=70) !important;
}
.drawer-nav{
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.08em;
  border: none !important;
  background-color: #FFF;
}
.drawer-nav ul,
.drawer-dropdown-menu ul{
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}
.drawer-dropdown-menu li{
  margin: 0;
  padding: 0 0 0 80px !important;
  background: url(img/side/list.jpg) 70px center no-repeat !important;
}
.drawer-menu li a{
  padding: 5px 0 !important;
  margin: 0;
  display: block;
  line-height: 120%;
  border-bottom: #EEE solid 1px;
  font-size: 12px !important;
}
.drawer-dropdown-menu ul{
  margin: 0;
  padding: 0;
}
.drawer-menu img{
  max-width: 100%;
  height: auto;
}
.drawer-menu p{
  padding: 0;
  margin: 20px 0 0 0;
  text-align: center;
}
.fullSlider {
  width:100%;
  min-width: 100%;
  position: fixed;
  top: 100px;
  left: 0;
}
.fullViewWrap {
  width: 100%;
  min-width: 100%;
  min-height: 70vh;
  height: 70vh !important;
}
.caci-txt {
  position: absolute;
  top: 20vh;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 2.0rem;
  font-weight: bold;
  font-family: 'Noto Sans Japanese', serif;
  text-shadow: 2px 4px 4px #006BB4;
  text-align: center;
  width: 80%;
}
.caci-img {
  position: absolute;
  top: 28vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 35%;
}
.descri-txt {
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.15em;
  text-shadow: 2px 2px 4px #006BB4;
  width: 65%;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Noto Sans Japanese', serif;
}
#tabu {
  display: none;
}
header #menu{
  position: absolute;
  top:0;
  right: 5px;
}
/* -----------------------------------------------------
パンくず
----------------------------------------------------- */
.breadcrumbs{
  width: 100%;
  padding: 10px 4% 0 4%;
  height: 30px;
  line-height: 120%;
  font-size: 0.7rem;
  color: #999 !important;
  background-size: cover;
  border-bottom: 1px solid #CFCFCF;
}
.breadcrumbs_in{
  margin: 0 auto;
}
.breadcrumbs a{
  color: #444;
}
.breadcrumbs a:hover{
  /*  color: #444;*/
  opacity: 0.7;
  text-decoration: none;
}
/* -----------------------------------------------------
  Top
----------------------------------------------------- */
#top	{
  position:relative;
  width: 100%;
  height: 100%;
}
#top h1	{
  font-family: Raleway;
  font-size: 96px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 112px;
  position:absolute;
  top:20%;
}
.headline {
  position: relative;
  display: inline-block;
  margin: 30px 0 50px;
  font-size: 1.8rem;
  font-weight: normal;
  width: 100%;
  text-align: center;
}
.headline:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 35px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #599e40;
  border-radius: 2px;
}
.headline2 {
  position: relative;
  font-size: 1.8rem;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.headline2:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 200px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #006BB4;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*** 新着情報・ブログ ***/
#top-info	{
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  line-height: 150%;
  overflow: hidden;
}
#topics,
#blog {
  width: 48%;
  float: left;
  margin: 10px 0.5% 30px;
  padding: 10px 1.5% 20px;
}
#topics {
  background-color: #ecf3f9;
  height: 650px;
  position: relative;
}
#blog {
  background-color: #f8f0f3;
  height: 650px;
  position: relative;
}

.posts-info {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.posts-info li {
  width: 100%;
  height: 75px;
  margin: 10px 0;
  text-align: left;
  transition: .3s;
  border-bottom: #d3d4d4 solid 1px;
}
.posts-info li a:hover {
  color: #006BB4;
  opacity: 1.0;
}
.posts-date :hover {
  color: #4b4b4b;
}
.posts-img {
  float: left;
  margin-right: 13px;
  overflow: hidden;
  text-align: center;
  border: #CCC solid 1px;
  border-radius: 3px;
}
.posts-img img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}
.posts-img-none {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 3px;
}
.posts-img-none img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}
.posts-text {
  float: left;
  width: 80%;
  padding: 5px 10px;
}
.posts-date {
  margin: 0;
  width: 130px;
  float: left;
  letter-spacing: 0.02em;
}
.posts-text h3 {
  font-size: 0.95rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  width: calc( 100% - 130px);
  float: left;
  clear: none;
}
.post-new {
  height: 25px;
  width: 43px;
  display: block;
  background-color: #ff6347;
  color: #fff;
  font-size: 0.8rem;
  padding: 2px 5px;
  border-radius: 3px;
}

/*** 各科紹介 ***/
.four-block {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.four-child {
  position: relative;
  width: 25%;
  height: 300px;
  float: left;
  padding: 5px;
  text-align: left;
}
.four-child p {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 1.2rem;
  background-color: rgba(111,192,114,0.8);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.four-child span {
  position: absolute;
  top: 45%;
  left: 0;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  text-align: center;
  width: 200px;
}
.two-step {
  top: 38% !important;
}

.four-child img {
  width: 100%;
  height:300px;
  object-fit:cover;
  border-radius: 3px;
}
.more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
.more img {
  width: 200px;
}

/*** サービス ***/
#top-service	{
  padding: 80px 0;
  width:100%;
  background: #FFFCEB;
  text-align: center;
  overflow: hidden;
}
.contents-list	{
  padding-top: 100px;
  display: table;
  margin: auto;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.contents-list a {
  display: table-cell;
  width: 400px;
  height: 300px;
  position: relative;
}
.contents-list a img {
  width: 350px;
}
.btn-common,
.wpcf7-submit {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  background: none;
  margin: auto;
  border: 2px solid #6FC072;
  font-size: 1.2rem;
  color: #6FC072 !important;
  cursor: pointer;
  outline: none;
  text-align: center;
  width: 230px;
}
.btn-common:hover ,
.wpcf7-submit:hover {
  background: #6FC072;
  color: white !important;
  transition: .5s;
  opacity: 1;
}
/* -----------------------------------------------------
  共通
----------------------------------------------------- */
.headvisual {
  width: 100%;
  height: 50vh;
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  overflow: hidden;
}
.headvisual h2 {
  background-color: rgba(221,231,232,0.8);
  position: absolute;
  min-width: 300px;
  top: 55%;
  right: 3%;
  font-size: 2rem;
  color: #006BB4;
  letter-spacing: 0.3em;
  padding: 20px;
  border-radius: 10px;
}
.info-img {
  background: url(img/page/head-info.jpg) center center no-repeat;
  background-size: cover;
}
.message-img {
  background: url(img/page/head-message.jpg) center center no-repeat;
  background-size: cover;
}
.outline-img {
  background: url(img/page/head-outline.jpg) 0  40%  no-repeat;
  background-size: cover;
}
.life-img {
  background: url(img/page/head-life.jpg) center center no-repeat;
  background-size: cover;
}
.grouphome-img {
  background: url(img/page/head-grouphome.jpg) center center no-repeat;
  background-size: cover;
}
.course-img {
  background: url(img/page/head-course.jpg) center center no-repeat;
  background-size: cover;
}
.report-img {
  background: url(img/page/head-report.jpg) center center no-repeat;
  background-size: cover;
}
.works-img {
  background: url(img/top/img-works.jpg) center center no-repeat;
  background-size: cover;
}
.contact-img {
  background: url(img/top/img-contact.jpg) center center no-repeat;
  background-size: cover;
}
#contents-top {
  width: 100%;
  margin: 80vh auto 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#contents-sub {
  width: 100%;
  margin: 50vh auto 0;
  background-color: #FFF;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.contents-topin {
  width: 100%;
  margin: 50px auto 0;
  line-height: 150%;
  overflow: hidden;
}
.contents-in {
  width: 100%;
  margin: 0 auto;
}
.contents-area1,
.contents-area2 {
  margin: 0 auto 100px;
  padding-top: 30px;
  overflow: hidden;
  width: 100%;
}
.contents-area2 {
  max-width: 1300px;
}
.contents-in h3 {
  font-size: 1.5rem;
}
/*wp-pagenavi設定 */
#page-in {
  margin-bottom: 110px;
}
.wp-pagenavi {
  clear: both;
  text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration:none;
}
.wp-pagenavi a:hover{
  color:#FFF;
  background-color:#999;
  border-color:#999;
}
.wp-pagenavi span.current{
  color: #fff;
  border-color: #6FC072;
  background-color: #6FC072;
  font-weight: bold;
}

/* -----------------------------------------------------
新着情報・ブログ／アーカイブ
----------------------------------------------------- */
.topics-area ul {
  margin:0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.topics-area li {
  width: 33%;
  height: 300px;
  float: left;
  margin: 10px 0  30px;
  padding: 10px 0;
  text-align: left;
  transition: .3s;
}
.postimg-have {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
  border-radius: 3px;
}
.postimg-have img {
  width: 350px;
  height: 233px;
  object-fit: cover;
  border: #CCC solid 1px;
}
.postimg-none {
  width: 100%;
  float: left;
  margin-bottom:  15px;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
  /*!  background: url(img/no-img.jpg) center 0 no-repeat;*/
}
.postimg-none img {
  width: 350px;
  height: 233px;
  object-fit: cover;
}
.postdate {
  width: 100%;
  font-size: 0.75rem;
  color: #050A36;
  font-weight: bold;
}
.posttext {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.topics-area li h3 {
  font-size: 1.1rem;
}
.topics-area li span {
  height: 10px;
  background-color: #F00;
  color: #FFF;
  font-size: 0.5rem;
  padding: 2px 5px 1px 5px;
  margin-left: 10px;
  border-radius: 3px;
}
/*--- トピックス詳細 --- */
.posts-main {
  width: 80%;
  margin: 30px auto;
}
/*add end 20190724*/
.posts-entry {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: left;
  float: left;
}
.posts-entry p {
  margin: 5px 0;
}
.posts-entry img {
  max-width: 800px;
  height: auto;
  margin-bottom: 30px;
}
.posts-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 30px 0 0;
  margin-bottom: 20px;
  width: 75%;
  float: left;
}
.news_day {
  margin: 40px 0 40px;
  font-size: 85.7%;
  color: #999;
  padding-bottom: 12px;
  border-bottom: 1px dotted #B9C0CC;
}
.posts-navigation {
  overflow: hidden;
  border-top: 1px solid #dbe3db;
  border-bottom: 1px solid #dbe3db;
  margin: 100px auto 50px;
  padding: 20px 10px;
}
.prev {
  float: left;
}
.next {
  float: right;
}

/* -----------------------------------------------------
グループホーム・悠ライフ
----------------------------------------------------- */
.sup-mess{
  background: #F8F5E3;
  font-size: 1.2rem;
  margin: 0 auto 50px;
  width: 100%;
  padding: 50px 8%;
  line-height: 180%;
}
.service-bloc {
  margin: 0 auto 80px;
  padding: 0;
  max-width: 1300px;
}
.service-bloc h3 {
  border-bottom: 3px dotted #B9C0CC;
  padding-bottom: 10px;
  margin-bottom: 20px;

}
.service-bloc h4 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #006BB4;/*左線*/
  font-size: 1.2rem;
}
.kaigo-box {
  position: relative;
  border: 2px solid #DDE7E8; /* 枠の太さ・種類・色 */
  border-radius: 4px; /* 枠の丸み */
  margin: 1.8em 1em 2.4em; /* 枠外の余白 */
  padding: 20px;
}
.kaigo-title {
  position: absolute;
  padding: 0 10px;
  left: -5px;
  top: -13px; /* タイトルの位置を調整 */
  font-weight: bold;
  background-color: #fff;
}

.life-t {
  width: 100%;
  margin: 0 auto 50px;
  border-collapse: collapse;
  line-height: 150%;
  text-align: left;
}
.life-t2 { /* 20240329 add */
  width: 100%;
  margin: 0 auto 20px;
  border-collapse: collapse;
  line-height: 150%;
  text-align: left;
}
.life-t th,
.life-t2 th{/* 20240329 add */
  font-weight: normal;
  width: 20%;
  padding: 2%;
  border-bottom: #999 dotted 1px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.1em;
}
.life-t td,
.life-t2 td{/* 20240329 add */
  width: 72%;
  padding: 2%;
  vertical-align: top;
  border-bottom: #999 dotted 1px;
  text-align: left;
}
.life_p{/* 20240329 add */
  padding-left: 2%;
  margin-bottom: 50px;
}
.place p {
  margin: 5px 0;
  font-style: normal;
}
.img-none{
  width: 345px;
  height: 230px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 3px;
  background: url(img/page/no-img.jpg) center center no-repeat;
  background-size: contain;
}
/* -----------------------------------------------------
法人概要
----------------------------------------------------- */
.gaiyo-bloc {
  margin: 30px auto 80px;
  padding: 0;
  max-width: 1300px;
}
.gaiyo-bloc h3 {
  border-bottom: 3px dotted #B9C0CC;
  padding-bottom: 10px;
  margin-bottom: 20px;

}
.s-gaiyo {
  border: 2px solid #DDE7E8;  /* 枠の太さ・種類・色 */
  border-radius: 4px;         /* 枠の丸み */
  overflow: hidden;
  margin: 1.8em 1em 2.4em;
}
.s-gaiyo-box {
  /*  position: relative;*/
  padding: 20px;
  width: 50%;
  height: 220px;
  float: left;
}
.s-box1,
.s-box3 {
  border-right:  1px solid #DDE7E8;  /* 枠の太さ・種類・色 */
}
.s-box1,
.s-box2 {
  border-bottom:  1px solid #DDE7E8;  /* 枠の太さ・種類・色 */
}
.s-gaiyo-box h4 {
  font-size: 1.1rem;
  font-weight: bold;
}
.gaiyo-box {
  /*  position: relative;*/
  border: 2px solid #DDE7E8;  /* 枠の太さ・種類・色 */
  border-radius: 4px;         /* 枠の丸み */
  padding: 20px;
  margin: 1.8em 1em 2.4em;
}
.gaiyo-box h4 {
  font-size: 1.1rem;
  font-weight: bold;
}

/* -----------------------------------------------------
各科紹介
----------------------------------------------------- */
.course-area {
  padding: 0;
  width: 100%;
  max-width: 1300px;
  margin-top: 30px;
}
.course-box {
  padding: 20px;
  width: 100%;
  margin: 50px 0 150px;
}
.course-boxleft,
.course-boxright{
  width: 50%;
  float: left;
}
.cb-descr {
  padding: 20px;
  margin-bottom: 15px;
}
.cb-link{
  width: 100%;
  text-align: center;
}
.cb-img {
  text-align: center;
}
.cb-img a img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.course-top {
  width: 100%;
  overflow: hidden;
}
.top-left {
  width: 35%;
  float: left;
  padding: 0 20px;
  margin-top: 50px;
}
.top-left img {
  width: 100%;
}
.top-right {
  width: 65%;
  float: left;
  padding: 0 20px;
  margin-top: 50px;
}
.top-right h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
}
.top-right p {
  font-size: 1.1em;
}
.banner-link{
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  background: #FFFCEB;
}
.c-linkimg {
  margin-top: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.c-middle,
.c-link {
  margin: 80px auto 80px;
}
.c-middle ul,
.c-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.c-middle ul li {
  width: 50%;
  float: left;
  margin: 10px 0;
  padding: 0 20px;
  text-align: left;
  transition: .3s;
}
.c-middle ul li img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 3px;
}
.c-middle ul li p {
  line-height: 1.6;
  padding: 20px 15px;
}
.c-link ul li {
  width: 25%;
  float: left;
  margin: 10px 0;
  text-align: center;
  transition: .3s;
}

a.cp-btn {
  position: relative;
  display: inline-block;
  width: 90%;
  max-width: 230px;
  padding: 0.8em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #006BB4;
}
a.cp-btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 3px;
  background:#006BB4;
  transition: .4s;
}
a.cp-btn:hover:before {
  top: calc(100% - 3px);
}
/* -----------------------------------------------------
その他固定ページ
----------------------------------------------------- */
/*-- ごあいさつ --*/
.daihyo-bloc {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daihyo-bloc p {
  margin-bottom: 15px;
  line-height: 1.8em;
  font-size: 1.1rem;
}
.daihyo-bloc figure {
  float: right;
  margin: 0 15px 15px 0;
  width: 30%;
}
.daihyo-img {
  width: 100%;
    margin-left: 30px;
    max-width: 300px;
}
.daihyo-name {
  text-align: right;
  margin-top: 50px;
  font-weight: bold;
  margin-right: 6%;
}
/*-- 報告事項 --*/
.report-list {
  margin: 50px auto 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.report-list li {
  width: 25%;
  height: 150px;
  float: left;
  margin: 10px 0 30px;
  text-align: center;
  transition: .3s;
  border-right: 1px dashed #bfb3b3;
  padding: 0 20px;
}
.report-list li:nth-child(4n) {
  border-right: none;
}
.report-list h3 {
  margin: 10px 0;
  line-height: 1.3;
  font-size: 1.2rem;
}

/*-- プライバシーポリシー --*/
.privacy-block {
  margin: 50px auto;
}
.privacy-title {
  font-weight: bold;
}
.privacy-text {
  margin-bottom: 40px;
  padding-left: 1em;
}
/*-- 404 --*/
.page404 {
  margin: 30px;
  text-align: center;
}
.page404 h3 {
  margin: 50px 0;
}
.page404 p {
  margin: 10px 0;
}
.page404 a {
  padding:  15px 0;
  text-decoration: underline;
  display: inline-block;
  margin-top: 30px;
}

/* -----------------------------------------------------
お問い合わせ
----------------------------------------------------- */
.contact-area {
  width: 100%;
}
.contact-sub {
  background-color: #DDE7E8;
  padding: 10px 20px;
}
.contact-top {
  width: 80%;
  max-width: 850px;
  margin: 0 auto 50px;
}
.contact-tel,
.contact-fax {
  width: 50%;
  float: left;
  margin: 30px 0 10px;
  text-align: center;
}
.contact-tel a ,
.contact-fax a {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.2em;
}
.contact-tel span ,
.contact-fax span {
  font-size: 1.2rem;
  padding: 0 0 0 20px;
}
.contact-fax a:hover {
  opacity: 1;
}
.contact-top p {
  font-size: 0.9rem;
  text-align: center;
}
.contact-msg ul {
  list-style: none;
  margin: 30px 5%;
  padding: 0;
}
.contact-att {
  background-color: #fff5f5;
  padding: 15px;
  width: 900px;
  margin: 0 auto;
}

.mailform {
  margin: 50px auto 20px;
  border-top: 1px solid #ccc;
  width: 1300px;
  border-collapse: collapse;
  text-align: left;
  padding: 0;
  border: 0;
}
.mailform th {
  width: 30%;
  padding:  30px 20px;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  color: #333;
  font-weight: normal;
  text-align: right;
}
.attention,
.attention-n{
  width: 10%;
}
.f-entry {
  width: 60%;
}
.mailform tr:first-child th,
.mailform tr:first-child td {
  border-top: 1px solid #dfdfdf;
}

.mailform td {
  padding: 30px 10px;
  border-bottom: 1px solid #dfdfdf;
}
.attention {
  color: #f00;
  font-size: 0.9rem;
}
.form-text,
.form-text2,
.p-postal-code,
.form-addr1,
.form-telno,
.form-mail,
.form-textarea {
  border: none;
  background: #f3f3f3;
  background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));
  padding: 2px;
  width: 500px;
  letter-spacing: 0.1em;
  padding: 10px 5px;
  font-size: 1rem;
}
.p-postal-code,
.form-addr1 {
  width: 120px;
  margin: 5px 0;

}
.form-text2 {
  width: 450px;
}
.form-textarea {
  width: 580px;
}
.form-search {
  border: solid 1px #0499F3;
  background-color: #e8f5fd;
  font-size: 0.8rem;
  padding: 3px 5px;
}
.form-btn {
  text-align: center;
  margin: 50px auto;
}
.contact-att {
  background-color:#ffffe8;
  padding: 15px;
  width: 900px;
  margin: 0 auto;

}
/*grecaptchaの表示位置調整*/
.grecaptcha-badge {
  bottom: 80px !important;
}
/* -----------------------------------------------------
footer
----------------------------------------------------- */
footer {
  background: #DDE7E8;
  width:100%;
}
#footer-in {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0  30px 3%;
  line-height: 120%;
  border-top: 1px solid #CFCFCF;
}
.f-logo {
  margin-bottom: 10px;
  display: inline-block;
}
.f-logo img {
  width: 240px;
}
.ft-left{
  width: 40%;
  float: left;
  padding-left: 5%;
}
.ft-right{
  width: 60%;
  float: left;
	padding-top: 50px;
}

#footer-in ul {
  margin: 5px auto 0;
  padding-left: 30px;
}
#footer-in li {
  margin: 8px 0;
  padding: 0;
}
.ft-name {
  list-style: none;
}
.ft-nav01, .ft-nav02,
.ft-nav03 {
  width: 33%;
  float: left;
}
.f-addr {
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  text-align: left;
  padding-left: 15px !important;
}
.g-map {
  position: relative;
  width: 97%;    /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 56.25%;    /* padding-topでもOK */
  margin: 1.8em 1em 2.4em;
  overflow: hidden;
}
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access {
  display: none;
}
#page_top {
  position: fixed;
  right: 5px;
  bottom: 20px;
  z-index: 99999;
}
#page_top a{
  display: block;
}
#page_top img {
  width: 100%;
}
.copyright {
  font-size: 0.8rem;
  opacity: 0.5;
  text-align: center;
  padding: 10px;
}
