@charset "UTF-8";
html{
    scroll-behavior: smooth;
    font-size: 62.5%;

}
body {
    background-color: #ffffff;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    text-align:start;
    font-size:1.6rem; /* 16px*/
    line-height: 2;
    font-family:"ヒラギノ角ゴシック W0", "	Hiragino Sans", sans-serif;

}

/* footer */
#footer {
  position: relative;
  margin-top: 40px;
  color: #fff;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .primary {
  padding: 40px 40px;
  background:#888888;
}
#footer .primary .flex {
  display: flex;
}
#footer .primary .flex .left{
  width: 40%;
}
#footer .primary .flex .right{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  position: center;
}
#footer .secondary {
  display: flex;
  padding: 40px 20px;
  background: rgb(70, 70, 70);
}

@media screen and (max-width: 767px) {
  #footer .primary {
    padding: 20px 20px;
    background: #333;
  }
  #footer .primary .flex {
    display: block;
  }
  #footer .primary .flex .left{
    width: 100%;
  }
  #footer .primary .flex .right{
    width: 100%;
    display: block;
  }
  #footer .secondary {
    display: block;
    padding: 20px 20px;
  }
}

/* address */
.address {
  margin: 10px 20px;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 12px;
  }
}


/* navi */
.navi-section {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-left: 20px;
}
#footer .parent {
  margin: 0 0 16px 0;
  padding: 0;
  font-weight:bold;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  margin: 8px 0 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .navi-section {
  display: block;
  width: 100%;
  margin: 40px 0 0;
}
#footer .parent {
  font-size: 12px;
  margin: 0 0 10px;
}
  #footer .navi {
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
  }
  #footer .navi li {
    border-top: 1px solid #444;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px;
  }
}



/* sitenavi */
#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

/* copyright */
#footer .copyright {
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    font-size: 12px;
  }
}






.float-right{
  float:right;
  width:50%;
}
.float-left{
  float:left;
  width:50%;
}
.main{
  position:relative;
  top:14px;
}
.title{
  position:absolute;
  top:160px;
}

.arrowWrap {
    margin-top: 10vw;
}
.arrow {
    width: 6vw;
    margin: 0 auto;
    -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
    animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}
.arrow span {
    position: relative;
    display: block;
    left: 50%;
}
.arrow span:before {
    content: '';
    width: 2vw;
    height: 2vw;
    border: 0;
    border-top: solid 0.2vw #99cccc;
    border-right: solid 0.2vw #99cccc;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
}
  @keyframes arrow {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
    }
  
    100% {
      opacity: 0.5;
      -webkit-transform: translate3d(-50%, -8px, 0);
      transform: translate3d(-50%, -8px, 0);
    }
}

.a { margin-bottom:5vw; }
.b {text-decoration: none;}

img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    text-align:center;
}



.txt_footer{
    font-size: 12px ;
    color: #FFF;
    line-height: 2vh;
    font-family:"ヒラギノ角ゴシック W1", "	Hiragino Sans W3", sans-serif;
}
h1 {
  font-size: 40px;/* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(4rem + ((1vw - 0.64rem) * 3.5625));
  line-height: 1.5;
  font-family:"ヒラギノ角ゴシック W1", "	Hiragino Sans W3", sans-serif;
  text-align:start;
  color: #464646;

}
h2 {
  font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
  line-height: 1.5;
  font-family:"ヒラギノ角ゴシック W1", "	Hiragino Sans W3", sans-serif;
  text-align:start;
  color: #464646;
}
h3 {
  font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
  line-height: 1.5;
  font-family:"ヒラギノ角ゴシック W1", "	Hiragino Sans W3",sans-serif;
  text-align:start;
  color: #464646;
} 

@media (min-width: 1200px) {/* 1200px以上*/
  h1 {
    font-size: 6.0rem;/* 60px*/
  }
  h2 {
    font-size: 3.6rem;/* 36px*/
  }
  h3 {
    font-size: 2.4rem;/* 24px*/
  }
}

@media screen and (max-width: 640px) {/* 640px以下*/
  body{
    line-height: 1.5;
  }
  h1{
    font-size: 4.0rem;/* 40px*/
  }
  h2{
    font-size: 2rem;/* 24px*/
  }
  h3{
    font-size: 1.8rem;/* 18px*/
  }
}



  

.footer {
    width: 100%;
    height: 100px;
    background:#5c5c5c;
    color: white;
    text-align:center;
}





.container-A {
  display: flex;
  max-width: 100%;
  padding: 0% 1.5vw 0% 1.5vw;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.item-A {
  margin: 0 0 20px 0;
  text-align:center;
}

.item-A :hover{
    opacity: 0.8;
    transition: 0.4s;
}
.item-B{
  font-size: 0.7vw;
  text-align:start;
  margin: 10px 2.2vw 10px 2.2vw;
}
.item-B :hover{
  opacity: 0.8;
  transition: 0.4s;
}
.item-B-blog{
  text-align:right;
  margin: 0;
}
.item-jpg{
  text-align:center;
  margin: 0;
}
.flex-container{
  display: flex;
  max-width: 100%;
  padding: 0 2vw 0 2vw;
  flex-direction: row;
  flex-wrap: wrap;
  text-align:start;
}



.blog {
  width: 200px;
  height: 60px;
  font-family:"ヒラギノ角ゴシック W3", "	Hiragino Sans W3",sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px;
  color: #464646;
  border-radius: 10px;
  border-color: #464646;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.blog:hover {
    opacity: 0.5;
}

.LINE{
  width: 40vw;
  height: 100px;
  font-family:"ヒラギノ角ゴシック W3", "	Hiragino Sans W3",sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color:#00C300;
  border-radius: 10px;
  border-color: #00E000;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.LINE :hover {
  opacity: 0.1;
}

.reserve{
  width: 40vw;
  height: 100px;
  font-family:"ヒラギノ角ゴシック W3", "	Hiragino Sans W3",sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #3366cc;
  border-radius: 10px;
  border-color: #0099ff;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.reserve :hover {
  opacity: 0.1;
}


.horizontal-list { /* スクロール */
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.sample-item {
  /* 横スクロール用 */
  display: inline-block;
  width: 20vw;
  /* 見た目調整 */
  background: #fff;
  margin: 0px -2.7px;
}

main{
  position: relative;/*相対配置*/
}
.main p {
  position: absolute;/*絶対配置*/
  color: #000;/*文字は黒に*/
  top: 8vw;
  left: 0;
}


/*以下メニュー*/
header {
  padding: 14px;
  position:fixed;
  top:0;
  z-index:1000;
  background: rgb(240, 240, 240);
}
.h-menu{
  position: relative;
}
.h-menuCheckbox {
  display:none;
}
/*ハンバーガーメニュー*/
.h-menu_icon {
    display: inline-block;
    width: 10000px;
    height: 30px;
    vertical-align: middle;
}
/*3本線*/
.hamburger-icon, .hamburger-icon::before, .hamburger-icon::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
    top:4px;
    bottom:8px;
    width: 32px;
    height: 3px;
    background: #5c5c5c;
    cursor: pointer;
}
.hamburger-icon:before {
    top: 10px;
}
.hamburger-icon:after {
    top: 20px;
}
/*メニュー以外を暗くする*/
#h-menu_black {
    display: none;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .7s ease-in-out;
}
/*中身*/
#h-menu_content {
    position: fixed;
    top: 58px;
    left:  0;
    z-index: 99;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    background: rgb(250, 250, 250);
    overflow: auto;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}
input:checked ~ .h-menu_icon .hamburger-icon{
    background: transparent;
}
input:checked ~ .h-menu_icon .hamburger-icon::before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top:10px;
    z-index:999;
}
input:checked ~ .h-menu_icon .hamburger-icon::after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top:10px;
    z-index:999;
}
input:checked ~ #h-menu_black {
    display: block;
    opacity: 0.8;
}
#h-menu_checkbox:checked ~ #h-menu_content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.3);
}
.h-menu_icon .hamburger-icon, .h-menu_icon .hamburger-icon::before, .h-menu_icon .hamburger-icon::after, #h-menu_black, #h-menu_content{
    -webkit-transition: all .3s ;
    transition: all .3s ;}

#h-menu_content ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#h-menu_content ul li{
    border-bottom: groove 2px rgba(255, 255, 255, 0.5);
}
#h-menu_content li a {
    display: block;
    color: #000000;
    font-size: 18px;
    text-align:center;
    padding: 10px;
    text-decoration: none;
    transition-duration: 0.4s;
}
#h-menu_content li a:hover {
  color: rgb(250, 250, 250);
  background: #5c5c5c;
}


.googleCalendar iframe {
  width: 95vw;
  height: 350px;
}
@media all and (min-width: 768px) {
  .googleCalendar iframe {
	  height: 600px;
  }
}
@media (max-width: 1200px) {/* 1200px以上*/
  
}


table {
  border-collapse: collapse;
}
 
input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
 
 
input[type="text"],
textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 20px 15px;
  width: 300px;
  transition: 0.8s;
  border-radius: 0;
}
 
input[type="text"]:focus,
textarea:focus {
  background: #ebf4f6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
 
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
 
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
 
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

 


