@charset "utf-8";
@font-face
{
font-family: はれのそら明朝;
src: url('https://cdn.leafscape.be/Harenosora/harenosora_web.woff2')
     format("woff2");
}


/* btn */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

/* 背景用*/
body {
  padding: 30px;
  background-color: #1e8ed9;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #3b6ea2;
  border-radius: 0.5rem;
}

a.btn-border-shadow--radius {
  border-radius: 100vh;
}
a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: rgba(255,255,255,0.7);
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 2px solid #5b8abaa2;
  border-radius: 0.5rem;
}

a.btn-border-shadow--radius:before {
  border-radius: 100vh;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}



/*========= レイアウトのためのCSS ===============*/
html {
    font-size: 62.5%;
    scroll-padding: 75px;
    overflow-x : hidden;
    overflow-y : auto;
  }
  
body {
    /* background-color: #f3f6f8; */
    background-image: url(img/main.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% 70%;
    font-size: 1.4rem;
    font-family: はれのそら明朝;
    letter-spacing: 0.11em;
    color: #e6f1f863;
}

  

h1,h2{
  font-size: 50px;
  color: rgba(255,255,255,1);
  font-weight: bold;
  padding: 10% 0% ;
  margin-block-start: 0%;
  margin-block-end: 0%;
}

p{
    white-space: nowrap;
}

/* title */
#container p,
small{
  margin:0 0 30px 0;
  font-size: 18px;
  color: #174069;
}

small{
  display: block;
  text-align: center;
}


table{
    width: 100%;
    color: #174069;
    font-size: 14px;
  }

tr{
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding : 20px 10px;
    white-space: nowrap;
}


table th{
    padding : 20px 10px;
    width: 30%;
}
  
table td{
    padding : 20px 10px;
    width: 70%;
}


footer{
    font-family: 游ゴシック;
    color: #f2eee2;
    text-align: center;
    padding: 5% 0%;
}


img{
    max-width: 100%;
}


/* 空白用 */
.area{
    padding: 30%
}



.company,.access{
    padding: 15% 7% 0% 7%;
}



.company_info{
    padding: 0%;
}


.comment{
    font-weight: bold;
}


.gmap-wrap{
    position : relative;
    height : 0;
    padding-bottom : 100%; /* 縦横比の指定 */
    overflow : hidden;
}
 
.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed{
    position : absolute;
    top : 0;
    left : 5%;
    width : 90%;
    height : 90%;
}


/* ----- header ----- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: #1f3d6e00;
    padding: 2rem 2rem;
}


.header__inner {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    height: 75px;
    padding: 2rem 0;
}

  /* header-util */
.header-util {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-util__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.header-util__logo > img {
    height: 100px;
    width: 300px;
}

.header-util__txt {
    font-family: はれのそら明朝;
    font-size: 1.4rem;
    color: #f2eee2;
    font-weight: bold;
    text-align: center;
    line-height: 1.7em;
    margin-left: 0.8em;
}


/*========= 左固定レイアウトのためのCSS ===============*/

/*左と右を囲う全体のエリア*/
#wrapper{
  position: relative;/*position stickyの基点にするため relativeをかける*/
  display: flex;/*左エリア、右エリア横並び指定*/
  flex-wrap: wrap;/*ボックスの折り返し可*/
}

/*左エリア*/
#fixed-area{
  /*左固定記述*/
  position: -webkit-sticky;/*Safari用*/
  position: fixed;
  top: 0px;
  /*横半分50%　縦を100vhにする*/
  width: 60%;
  height: 100vh;
  /*装飾のためのCSS*/
  display: flex;
  justify-content: center;
  align-items: center;
  /* background:url("/img/main.png") no-repeat center; */
  background-size: contain;
  color:#fff;
}



/*右エリア*/
#container{
  /*横半分50%にする*/
  position: relative;
  left: 65%;
  width:35%;
  background-color: #e3effe4d;
}



/*右各セクション 装飾のためのCSS*/
section{
  padding: 10%;
}




/*＝＝＝＝＝＝＝＝＝＝＝768px以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 1200px){
#wrapper{
  display: block;/*display:flex;を解除*/
}

body {
    padding: 1%;
    background-image: url(img/main.png);
    background-size: cover;
    background-position: 50% 100%;
}

section{
  min-height: auto;/*縦を100vh⇒解除*/
  padding: 7%;
  text-align: center;
}


h2{
    text-align: center;
}


/* header */
.header {
    width: 100%;
    height: 10%;
    padding: 10px;
    z-index: 9999;
    background-color: #178fda
  }

  .header__inner {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    height: 5px;
    padding: 10px;
}

  /* header-util */
.header-util {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-util__logo {
    padding: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.header-util__logo > img {
    height: 20%;
    width: 30%;
    position : absolute;
    top : 3%;
    left : 33%;
    width : 97%;
    height : 80%;
}

.header-util__txt {
    margin-left: 0;
    font-size: 1.2rem;
}


.area{
    padding: 0%
}


.company,.access{
    padding: 15% 7% 0% 7%;
}


.company_info{
    padding: 0%;
}

#fixed-area{
  position: relative!important;/*position stickyを解除*/
  width: 100%;/*横幅を100%にして1列に見せる*/
  height: vh;/*縦幅を100vh⇒40vh　※任意の高さに設定可能*/
}

#container{
  position: relative!important;/*position stickyを解除*/
  left:0%;
  width:100%;/*横幅を100%にして1列に見せる*/
}


.gmap-wrap{
    position : relative;
    height : 0;
    padding-bottom : 100%; /* 縦横比の指定 */
    overflow : hidden;
}
 
.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed{
    position : absolute;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
}



table th{
    padding : 15px 0px;
    width: 35%;
}
  
table td{
    padding : 15px 0px;
    width: 65%;
}

    
}




@media screen and (min-width: 768px){
    .br-sp {display: none; }
}