@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@600&family=Questrial&display=swap');
/*リセット*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #ccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}

/*基本指定*/
html{
  scroll-behavior: smooth;
}
body{
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  line-height:1.5;
  background: #fff;
  color: #333;
}

a{
  color: #fff;
  text-decoration: none;
}
.link:visited{
  color: #fff;
}

iframe{
  width: 100%;
  filter: grayscale(100%);
  transition: all 0.7s ease;
}
i{
  margin:0 5px;
}

h3{
  color: #789d13;
}
p{
  padding: 10px 0;
}
/*ヘッダー*/
header{
  font-size: 1rem;
  background: url(../images/header.png)center center / cover;
  
}
header h1{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4b4b4b;
  font-size: 8rem;
  text-align: left;
  padding: 140px 0 20px 0;
  font-feature-settings: "palt";
  position: relative;
  background: rgb(34,161,13);
  background: linear-gradient(0deg, rgba(33,99,131,1) 0%, rgba(113,191,188,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
header h1 span{
  font-family: "Comic Neue", cursive;
  font-style: normal;
  font-size: 2.4rem;
  position: absolute;
  margin: -20px;
  transform: rotate(-3deg);
  -webkit-text-fill-color: #174f5c;
  text-shadow: 1px 1px 0 #fff;
}
.headerWrap{
  color:#fff;
  position: fixed;
  z-index:99;
  width: 100vw;
  background:rgba(44,152,168,0.70);
  transition: background-color .5s, color .5s;
}
.headerWrap a{
  color:#fff;
}
.headerBox{
  padding: 30px;
  width: 1024px;
  margin: 0 auto;

}
.headerBox p{
  width: 400px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 2;
border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 0;
}
.headerBox p span{
  color: #c20c0c;
}
.headerContentsInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.change-color{
    background:rgba(33,33,33,0.75);
}
.logoWrap{
  margin: 10px;
  font-weight: 700;
}
.nav{
  color: #fff;
  order: 2;
  line-height: 60px;
  padding: 0 20px;
}
.nav a{
  color: #fff;
}
.nav li{
  float: left;
  margin: 0 15px;
}
.drawerOpen,
.drawerHidden{
  display: none;
}



/*メインコンテンツ*/
.contentsInner01{
  background: url(../images/bg.jpg) fixed;
}
.mainContents h2{
  font-family: "Comic Neue", cursive;
  text-align: center;
  font-size: 1.6rem;
  padding: 40px 0 0;
  position: relative;
 margin: 0 auto 60px;

}
h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2c98a8;
  border-radius: 2px;
}
.contentsWrap01{
  width: 760px;
  margin: 0 auto;
}

.contentsBox01,
.contentsBox02,
.contentsBox03,
.contentsBox04{
  background: #fff;
  padding: 10px 10px 20px;
  margin: 20px;
}
.contentsBox02{
  width: 25%;
  box-shadow: 0px 3px 16px -5px #c3c3c3;
}

.contentsBox01,
.contentsBox02,
.contentsBox03,
.contentsBox04{
  background: url(../images/img_01.png)no-repeat border-box left top/cover;
  width: 80%;
  height: 300px;
  display: flex;
  justify-content: flex-start;
  margin: 20px auto 20px 0;
}
.contentsBox02{
  background: url(../images/img_02.png)no-repeat border-box left top/cover;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
.contentsBox03{
  background: url(../images/img_03.png)no-repeat border-box right top/cover;
}
.contentsBox04{
  background: url(../images/img_04.png)no-repeat border-box left top/cover;
margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
.contentsBox01 img{
  max-width: 100%;
}
.contentsInnner01,
.contentsInnner02,
.contentsInnner03,
.contentsInnner04{
  background: rgba(255 ,255, 255, 0.7);
  border: 2px solid #2c98a8;
  position: relative;
  padding: 40px 20px;
  width: 40%;
  height: 150px;
  margin: 40px 0 0 0;
}
.contentsInnner01 h3,
.contentsInnner02 h3,
.contentsInnner03 h3,
.contentsInnner04 h3{
  background: #2c98a8;
  color: #fff;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 70%;
}
.contentsWrap02{
  display: flex;
  width: 960px;
  margin: 0 auto;
  padding: 0 0 30px;
}
.contentsWrap01 h3{
  padding: 10px 0;
}
.contentsWrap02 h3{
  position: relative;
  padding: 10px 0;
  text-align: center;
}

.contentsWrap02 .price{
  font-size: 1.2rem;
  font-weight: 700;
  color: #72b2c4;
  text-align: center;
  margin: 30px 0 0 0;
}
.price span{
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
}
.contentsBox05{
  border: 1px solid #2c98a8;
  margin: 20px;
  padding: 10px;
  position: relative;
}
.contentsBox05 h3{
  font-size: 0.8rem;
  background: #2c98a8;
  color: #fff;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
.contentsWrap06{
  padding: 60px 10px 20px;
}
.fadeUp {
  transform: translate3d(0, -50px, 0);
  transition: 1s;
  opacity: 0;

}

.fadeUp.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.slidein{
  transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}
.slide_left{
  transform: translateX(calc(-50vw - 50%));
}
.slide_right{
  transform: translateX(calc(50vw + 50%));
}
.show{
  transform: translateX(0);
}

/*リスト*/
dl{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;	
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;

}
dl dt{
  background: #f5f5f5;
  padding: 5px;
  width: 200px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  font-weight: 700;
}
dl dd{
  background: #fff;
  padding: 5px;
  width: calc(100% - 220px);
  border-bottom: 1px solid #ccc;
}

.contentsWrap06 dt,
.contentsWrap06 dd{
  padding: 10px;
}
li{
  list-style-position: inside;
}
/*フッター*/
footer{
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 60px 0 0 0;
  background: #72b2c4;
  height: 240px;

}
footer a{
  color: #fff;
}
footer li{
  display: inline-block;
  padding: 10px;
}
/* パソコン */
@media (min-width: 960px){

header{
  height: 630px;
}
.header02{
  height: 0;
}
.headerContentsInner,
.contentsWrapInner01{
  width: 980px;
  margin: 0 auto;
}
.contentsWrapInner01{
  width: 560px;
  margin: 0 auto;
}
.contentsWrapInner02{
  display: flex;
  width: 1200px;
  padding: 30px 0;
  margin: 0 auto;
}
.contentsWrapInner03{
  display: flex;
  width: 980px;
  padding: 30px 0;
  margin: 0 auto;
}
.contentsBox05{
  flex: 1;
}

.contentsWrap06{
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 30px 0;
}
table{
  width: 50%;
  margin: 0 auto;
  white-space: nowrap; 
  margin: 0 10px;
}
table .map{
  height: 179px;
}
.contentsBox02 img{
  width: 300px;
}
footer p{
  padding: 60px 0 0 0;
}
}
/* スマホ */
@media (max-width: 959px) {
img{
  max-width: 100%;
  height: auto;
}
.headerWrap{
  position: fixed;
}
.headerBox {
  padding: 90px 10px 30px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.headerBox p {
  width: 100%;
  padding: 10px 30px 20px;
  box-sizing: border-box;
}
header h1 {
  font-size: 4rem;
  padding: 30px;
}
header h1 span{
  font-size: 1.4rem;

}
.nav{
  margin:0;
  line-height: 2;
  order: 4;
  padding: 0;
}
.drawerHidden {
  display: none;
}
.drawerOpen {
  display: flex;
  height: 60px;
  width: 60px;
  background: #006f55;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.drawerOpen span,
.drawerOpen span:before,
.drawerOpen span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

.drawerOpen span:before {
  bottom: 8px;
}

.drawerOpen span:after {
  top: 8px;
}

#drawerInput:checked ~ .drawerOpen span {
  background: rgba(255, 255, 255, 0);
}

#drawerInput:checked ~ .drawerOpen span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawerInput:checked ~ .drawerOpen span::after {
  top: 0;
  transform: rotate(-45deg);
}

.navContent {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 99;
  color: #fff;
  transition: .5s;
  background: rgba(0,0,0,0.8);
  margin: 0 0 0 160px;
  padding: 20px 0 0 0;
  text-align: left;
  padding: 20px 0 20px 20px;
}
.nav li{
  float: none;
}
.navList {
  list-style: none;
}
.navContent a{
  color: #fff;
}

.navContent ul{
  margin: 20px 0;
}
.navList li{
  padding: 5px 0;
}
#drawerInput:checked ~ .navContent {
  left: 0;
}

.mainContents{
  width:100%;
  overflow:hidden;
}
.contentsWrap01 {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.contentsInnner01,
.contentsInnner02,
.contentsInnner03,
.contentsInnner04 {
  width: 70%;
}

.contentsWrap02{
  display: flex;
flex-wrap: wrap;
  width: 100%;
}

dl dt{
  width: 100%;
  border-right: none;
}
dl dd{
  width: 100%;
}
table{
  width: 100%;
  text-align: left;
}
table td:nth-child(2n+1){
  width: 35%;
}
.tableWrap02 tr:nth-child(2n) td {
  background:rgba(197,230,255,0.75);
}
.tableWrap02 tr:nth-child(2n+1) td {
  background:rgba(241,241,241,0.75);
}
footer{
  padding: 20px;
  height: auto;
}
footer p{
  padding: 20px 0 10px 0;
  font-size: 0.8rem;
}
footer li {
  display: block;
  padding: 10px;
  text-align: left;
}
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?pztgum');
  src:  url('../fonts/icomoon.eot?pztgum#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?pztgum') format('truetype'),
    url('../fonts/icomoon.woff?pztgum') format('woff'),
    url('../fonts/icomoon.svg?pztgum#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-brush:before {
  content: "\e900";
}
.icon-comments:before {
  content: "\e901";
}
.icon-envelope:before {
  content: "\e902";
}
.icon-gears:before {
  content: "\e903";
}
.icon-globe:before {
  content: "\e904";
}
.icon-network-wired:before {
  content: "\e905";
}
.icon-phone-solid:before {
  content: "\e906";
}
