@charset "utf-8";

/* HTML5 ? Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

a { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none;  }
a:hover { color: #000; text-decoration: none;  }
a:focus { outline: thin dotted; text-decoration: none;  }
a:hover, a:active { outline: 0; text-decoration: none;  }

a:link,
a:hover {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

img { -ms-interpolation-mode: bicubic; }


/* ===================================================
    Author: Kim
   =================================================== */

html {
  font-size: 9px; /* sp基準値 */
  -webkit-text-size-adjust: 100%;
}
 
@media (min-width: 480px) {
　　html {
　　  font-size: 10px; /* pc基準値 */
　　}
}


body{ 
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "pkna";
  line-height: 1.8;
  background: #fff;
 }
 
.delay01 {animation-delay: 0.1s;}
.delay02 {animation-delay: 0.2s;}
.delay03 {animation-delay: 0.3s;}
.delay04 {animation-delay: 0.4s;}
.delay05 {animation-delay: 0.5s;}
.delay06 {animation-delay: 0.6s;}
.delay07 {animation-delay: 0.7s;}
.delay08 {animation-delay: 0.8s;}
.delay09 {animation-delay: 0.9s;}
.delay1 {animation-delay: 1s;}
.delay2 {animation-delay: 2s;}
.delay3 {animation-delay: 3s;}
.delay4 {animation-delay: 4s;}
.delay5 {animation-delay: 5s;}

/* ===================
animated fadeInDown wow delay01
=================== */

span.wpcf7-list-item {
  display: block !important;
  margin: 0 0 0 6px;
  padding: 0;
}

/* ===================
    PC・スマホ共通、サイト別リセット
   =================== */

h2,h3,h4 {margin: 0; padding: 0;}
p {margin: 0; padding: 0;}
ul, li { margin: 0; padding: 0; list-style: none;}
dl, dt, dd { margin: 0; padding: 0;}


/* スマホ&PC各セクション */

img {
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }


/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

.en {
  font-family: 'Teko', sans-serif;
}

.noto {font-family: 'Noto Sans JP', sans-serif;}
.sawarabi {font-family: "Sawarabi Gothic";}
.mplus {font-family: "M PLUS 1p"; font-weight: 100;}
.ubuntu {font-family: 'Ubuntu', sans-serif;}

/*header*/

/*common*/



/*共通部分*/

.video-container {
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.video-container #dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/common/dot.png);
  z-index: 5;
  padding: 0;
  margin: 0;
}

video {
  width: 100%;
}

#videoMessage {
  position: absolute;
  top: 50%; /*親要素を起点に上から50%*/
  left: 50%;  /*親要素を起点に左から50%*/
  transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #fff;
  z-index: 8;
  text-align: center;
}

#videoMessage p.jp {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}

#videoMessage p.ubuntu {
  font-size: 30px;
}

.commonBox {
  clear: both;
  width: 90%;
  max-width: 1400px;
  overflow: hidden;
  margin: 0 auto 60px;
}

.lineTitle h3 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 200%;
  font-family: 'Ubuntu', sans-serif;
}

.home .lineTitle h3 {
  margin-top: 0;
}

h3.dotTitle {
  background: url(img/common/dot_title_bg.png)center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 50px;
  text-align: center;
  font-size: 40px;
  width: 100%;
}

.blackLineBtn {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 80px 0;
}

.blackLineBtn a {
  display: block;
  width: 60%;
  max-width: 400px;
  padding: 15px 30px;
  letter-spacing: 10px;
  box-sizing: border-box;
  border-radius: 60px;
  border: 5px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
  margin: 0 auto;
}

.blackLineBtn a:hover {
  background: #d6ff87;
}

/*ボタンデザイン*/

.btn-boxArea {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 80px 0;
}

.btn-box {
  display: inline-block;
  width: 200px;
  text-align: center
  font-size: 20px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 25px;
  position: relative;
  transition: .4s;
  background: #fff;
  text-align: center;
  border: 2px solid #fff;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}

.btn-box:hover {
  border: 2px solid transparent;
  color: #000;
  text-decoration: none;
}

.btn-box:before, .btn-box:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: .2s;
}

.btn-box:before {
  border-bottom: 2px solid #77af00;
  border-left: 2px solid #77af00;
  transform-origin: 100% 0%;
}

.btn-box:after {
  border-top: 2px solid #77af00;
  border-right: 2px solid #77af00;
  transform-origin: 0% 100%;
}

.btn-box:hover:after,
.btn-box:hover:before {
  transform: scale(1);
}

.animationBtn a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 20px;
  font-family: 'Ubuntu', sans-serif;
}

.animationBtn a span {
  display: block;
  font-size: 60px;
}

.clickon {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  overflow: hidden;
  text-align: center;
}

.clickon a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 130%;

}

/* ==|== media queries ====================================================== */

/* ===================
    スマホ
   =================== */

@media only screen and (max-width: 479px) {

/* 共通 */

}

/* ===================
    タブレット
   =================== */

@media only screen and (min-width:479px) and (max-width:1024px) {
  
/* 共通 */

  
}


/* ===================
   PC
   =================== */
   
@media only screen and (min-width: 1025px) {
  
.spView {
  display: none !important;
}

/* 共通 */

#wrap {
  width: 100%;
  padding-top: 80px;
  overflow: hidden;
}

/* ヘッダー */

header {
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: fixed;
  z-index: 10;
  background: #fff;
}

header #headerContents {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

header h1 {
  float: left;
  width: 200px;
  margin: 5px 0 0 50px;
  padding: 0;
}

header h1 img {
  width: 100%;
  height: auto;
}

header ul.hNavi {
  float: left;
  overflow: hidden;
  margin-left: 50px;
}

header ul.hNavi li {
  float: left;
  height: 100px;
}

header ul.hNavi li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 33px 20px;
  font-size: 14px;
  line-height: 1;
  box-sizing: border-box;
}

header ul.hNavi li a:hover {
  border-top: 5px solid #000;
}


header ul.hNavi li:nth-child(1) a:hover {background: #EDF2E1;}
header ul.hNavi li:nth-child(2) a:hover {background: #F0FCF6;}
header ul.hNavi li:nth-child(3) a:hover {background: #F9F4FA;}
header ul.hNavi li:nth-child(4) a:hover {background: #FFE6E6;}
header ul.hNavi li:nth-child(5) a:hover {background: #FFF5E8;}
header ul.hNavi li:nth-child(6) a:hover {background: #FEFFE6;}


/* トップページ */

.video-container {
  position: relative;
}

#muteBtn {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

#muteBtn button {
  width: 150px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  border: 1px solid #000;
  background: #000 url(img/common/mute.png) 24px 11px no-repeat; 
  background-size: 12px;
  font-size: 12px;
}

#muteBtn button.on {
  color: #000;
  border: 1px solid #fff;
  background: #fff url(img/common/volume.png) 24px 11px no-repeat; 
  background-size: 12px;
}

#playBtnArea {
    position: absolute;
    top: 40px;
    left: 40px;
}

#playBtnArea button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#playBtnArea button {
  width: 40px;
  margin: 0 15px;
}

#playBtnArea button img {
  width: 100%;
  height: auto;
}

.statment_harf {
  width: 1000px;
  margin: 0 auto 50px;
  overflow: hidden;
}

.statment_harf p {
  width: 50%;
  float: left;
  padding: 50px 30px;
  box-sizing: border-box;
  font-size: 17px;
  text-align: left;
}

/* トップページー風船 */

.baloon {
  background: url(img/common/baloon.jpg) center bottom;
  background-size: cover;
  color: #fff;
  padding-bottom: 450px;
}

.baloonContents {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.baloonContents h2 {
  font-size: 60px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.baloonContents h3 {
  margin-bottom: 20px;
}

.singleLineMessage {
  padding: 150px 0 50px;
}

.singleLineMessage p{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

/* フッター前ナビ */

.contentsNaviArea {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.contentsNaviArea ul {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}

.contentsNaviArea ul li {
  float: left;
  width: 48%;
  margin: 1%;
  box-sizing: border-box;
  padding: 20px 40px;
  height: 400px;
}

.contentsNaviArea ul li.aboutusThumbnail {
  background: url(img/common/aboutus_thumbnail.jpg) center center no-repeat;
  background-size: cover;
}

.contentsNaviArea ul li.newsThumbnail {
  background: url(img/common/news_thumbnail.jpg) center center no-repeat;
  background-size: cover;
}

.contentsNaviArea ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.contentsNaviArea ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.contentsNaviArea ul li p.ubuntu {
  font-size: 40px;
}

.contentsNaviArea ul li p.cap {
  font-size: 12px;
}

/* メディアリスト */

div.dlArea {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

dl.mediaList {
  width: 33.3%;
  padding: 40px;
  float: left;
  box-sizing: border-box;
}

dl.mediaList dt {
  margin-bottom: 15px;
}

dl.mediaList dt img {
  width: 65%;
  height: auto;
  display: block;
  margin: 0 auto;
}

dl.mediaList dd p.mediaDate {
  font-size: 11px;
  margin-bottom: 15px;
}


/* タウン */

ul.groupLink {
  width: 100%;
  padding: 0 75px;
  box-sizing: border-box;
  overflow: hidden;
	display:flex;
}

ul.groupLink li {
  float: left;
  width: 12.5%;
  padding: 11px;
  box-sizing: border-box;
}

ul.groupLink li img {
  width: 100%;
  height: auto;
}

/* フッター */

footer {
  width: 100%;
  overflow: hidden;
  background: #434343;
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer .footerContents {
  padding: 50px 0;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

footer .footerContents ul.footerNavi {
  float: left;
  margin-right: 100px;
}

footer .footerContents ul.footerNavi li {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}

footer .footerContents ul.footerNavi li a:visited {
  color: #fff;
}

footer .footerContents ul.footerNavi li a:hover {
  color: #A9D98B;
  text-decoration: none;
}


footer .footerContents address {
  float: right;
  font-style: normal;
  font-size: 11px;
  color: #fff;
}

footer .footerContents #footerLogo {
  position: absolute;
  bottom: 150px;
  right: 0;
  width: 300px;
}

footer .footerContents #footerLogo ul {
  width: 100%;
  overflow: hidden;
}

footer .footerContents #footerLogo li {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}

footer .footerContents #footerLogo li.sdgs {
 width: 70%;
 margin-top: 25px;
}

footer .footerContents #footerLogo li.logo {
 width: 30%;
}

footer .footerContents #footerLogo li img {
  width: 100%;
  display: block;
}

#townArea {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  overflow: hidden;
}

/** アニメーションの定義 */
@keyframes bound {
  /** 開始時は１倍の大きさ */
  from { transform: scale(1); }
  /** 0%～25%にかけて1.15倍する */
  25% { transform: scale(1.15); }
  /** 25%～50%にかけて0.95倍する */
  50% { transform: scale(0.95); }
  /** 50%～75%にかけて1.05倍する */
  75% { transform: scale(1.05); }
  /** 終了時は元の大きさに戻す */
  to { transform: scale(1); }
}

@keyframes bound02 {
  /** 開始時は１倍の大きさ */
  from { transform: scale(1); }
  /** 0%～25%にかけて1.15倍する */
  25% { transform: scale(1.15); }
  /** 25%～50%にかけて0.95倍する */
  50% { transform: scale(0.95); }
  /** 50%～75%にかけて1.05倍する */
  75% { transform: scale(1.05); }
  /** 終了時は元の大きさに戻す */
  to { transform: scale(1); }
}

#townMapArea #townMapMethod {
  position: absolute;
  top: 46%;
  left: 53%;
  width: 60px;
}

#townMapArea #townMapPark {
  position: absolute;
  top: 38%;
  left: 43%;
  width: 60px;
}

#townMapArea #townMapLink {
  position: absolute;
  top: 21%;
  right: 42%;
  width: 60px;
}

#townMapArea #townMapHome {
  position: absolute;
  top: 5%;
  right: 38%;
  width: 60px;
}

#townMapArea #townMapWorksA {
  position: absolute;
  top: 6%;
  left: 78%;
  width: 60px;
}
  
#townMapArea #townMapWorks {
  position: absolute;
  top: 21%;
  left: 42%;
  width: 60px;
}

#townMapArea #townMapFarm {
  position: absolute;
  top: 52%;
  left: 30%;
  width: 60px;
}

#townMapArea #townMapPlan {
  position: absolute;
  top: 26%;
  left: 34%;
  width: 60px;
}

#townMapArea #townMapCafe {
  position: absolute;
  top: 11%;
  left: 84%;
  width: 60px;
}

#townMapArea #townMapNursing {
  position: absolute;
  top: 16%;
  left: 91%;
  width: 60px;
}

#townMapArea #townMapCareful {
  position: absolute;
  top: 1%;
  right: 51%;
  width: 60px;
}
	
#townMapArea #townMapOffice {
  position: absolute;
  top: 31%;
  right: 36%;
  width: 60px;
}
	
#townMapArea #comingsoon {
  position: absolute;
  top: 16%;
  right: 28%;
  width: 60px;
}
  
#townMapArea #townMapThespakids {
  position: absolute;
  top: 24%;
  left: 12%;
  width: 60px;
}

#townMapArea .bound01 img {
  -webkit-animation: bound 1s ease-in infinite;
  -moz-animation:    bound 1s ease-in infinite;
  animation: bound 1s ease-in infinite;
  width:100%;height: auto;}
  
#townMapArea .bound02 img {
  -webkit-animation: bound02 1.5s ease-in infinite;
  -moz-animation:    bound02 1.5s ease-in infinite;
  animation: bound02 1.5s ease-in infinite;
  width:100%;height: auto;}
  
#townMapArea img {
  width: 100%;
  height: auto;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #006ad7;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
  border: 1px solid #ff004e;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  border-top: 3px solid #dc3232;
  font-size: 12px;
  padding: 10px 15px;
  margin-top: 10px;
}


/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
