@charset "utf-8";
/* new */
.button_top {
	/* align-items: center; */
    margin-top: 20%;
    margin-left: 50%;
    display: flex;
	justify-content:center;
	align-items:center;
    /* background-blend-mode:darken; */

	background:#99c9ffaa;
    filter: brightness(1.5);
    /* filter: contrast(0.5); */



    border: 1px solid #fff;
    /* border-style: dotted; */

   	border-radius: 50%;
	width: 100px;
	height: 100px;
	color: #fff;
	text-align: center;
	/* text-transform: uppercase;  */
	text-decoration: none;
	padding: 5px;
	font-size:12px;
	/* transition:all 0.3s; */
}

.button_top a{
	/* display: flex;
	justify-content:center;
	align-items:center;
	background:#a1a1a1aa;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	padding: 5px;
	font-size:0.6rem; */
	transition:all 0.3s;
}

.button_top a:hover{
	background: #61A5F2;
	box-shadow: 0 3px 10px #aaa;
}
/* ---new */



.first-view{
    height: calc(100vh - 110px);
    background-image: url(../images/top.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.first-view-text {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding-right: 60px;
    padding-top: 50px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 10px #555;
}

.first-view-text h1 {
    font-family: 'Arizonia';
    src: url("../fonts/Arizonia-Regular.ttf"); 
    font-size: 200px;
    line-height: 30px;
    font-weight: lighter;
}

.first-view-text h2 {
    font-family: 'Arizonia';
    src: url("../fonts/Arizonia-Regular.ttf"); 
    font-size: 60px;
    line-height: 30px;
    font-weight: lighter;
}

.first-view-text h3 {
    font-family: 'Arizonia';
    src: url("../fonts/Arizonia-Regular.ttf"); 
    font-size: 51px;
    line-height: 30px;
    font-weight: lighter;
}

.first-view-text p {
    font-size: 18px;
    margin-top: 20px;
}

.lead {
    max-width: 1200px;
    margin: 60px auto;
}

.lead p {
    line-height: 2;
    text-align: center;
}

.link-button-area {
    text-align: center;
    margin-top: 40px;
}

.link-button {
    background:#99C9FF;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: center;
    display: inline-block;
    min-width: 100px;
    line-height: 100px;
    border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.link-button:hover {
    background-color: #61A5F2;
}

/* 直し */
dd {
    margin-left: 0;
}

.inner {
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.inner-section {
    background-color: #ffffff;
    /* color: red; */
    color: #001A43;
    padding-top: 20px;
    font-family: 'Noto Sans JP', sans-serif;
}

.inner-section img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width:70%;
}

.inner-section h2 {
    padding-top: 40px;
    /* padding-bottom: 10px; */
    font-size: calc(2.7rem + 1vw);
    font-family: 'Arizonia', sans-serif;
    font-weight: normal;
    text-align: center;
}


.inner-section h3 {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inner-section p {
    font-size: calc(0.25rem + 1vw);
    /* font-size: 12px; */
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Noto Sans JP', sans-serif;
}

.item-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    overflow-x: scroll;
    text-align: center;
}

.item-list li {
    flex-shrink: 0;
    width: 120px;
    margin-left: 5px;
    text-align: center;

}

.item-list li:first-child {
    margin-left: 0;
}

.item-list dl {
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
}

.item-list dt {
    font-weight: bold;
    text-align: center;
}

.item-list dd {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    line-height: 15px;
}

.item-list .price {
    font-weight: bold;
    margin-top: 15px;
}

/* for About --- */
.feature {
    /* display: block; */
    display: flex;
  
    justify-content: space-between;
    /* width: 930px; */
    max-width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    font-family: 'Noto Sans JP', sans-serif;
  }
  
  /* .feature img {
    width: 600px;
  } */
  
  .feature-text {
    margin-top: 10px;
    max-width: 100%;
    /* max-width: 500px; */
    /* margin-right: 40px; */
  }
  
  .reverse {
    flex-direction: row-reverse;
  }
  
  .reverse .feature-text {
    margin-left: 40px;
    margin-right: 0;
  }
  
  .feature-text h2 {
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  
  /* .feature-text h2::after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    margin-top: 20px;
  } */
  
  .feature-text p {
    /* display:contents; */
    font-family: 'Noto Sans JP', sans-serif;
    margin-left: auto;
    margin-right: auto;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    width: 90%;
    font-size: 15px;
    line-height: 28px;
    margin-top: 5px;
    text-align: justify;
  }
  
  .feature-text p.contact {
    /* display:contents; */
    font-family: 'Noto Sans JP', sans-serif;
    margin-left: auto;
    margin-right: auto;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    width: 90%;
    font-size: 15px;
    line-height: 28px;
    margin-top: 5px;
    text-align: center;
  }

  .feature-text img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 2px 2px 5px #ccc;
  }
  /* --- for About*/
  

/* @media //////////////////////////////////////////// */
@media (max-width: 800px) {
    .inner-section p {
        /* font-size: calc(1rem + 4vw); */
        font-size: 12px;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: 'Noto Sans JP', sans-serif;
        color: #001A43;
    }

        .feature {
            display: block;
            width: 500px;
            margin-top: 5px;
          }
        
          .feature-text {
            margin-right: 0;
          }
        
          .reverse .feature-text {
            margin-left: 0;
          }
        
          .feature img {
            width: 400px;
            height: auto;
            margin-top: 5px;
          }
        
          .feature-text h2 {
            font-size: 15px;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: bold;
            line-height: 22px;
            padding-top: 5px;
            padding-bottom: 0px;
          }

          .feature-text p {
            font-family: 'Noto Sans JP', sans-serif;
            font-size: 12px;
            line-height: 20px;
            margin-top: 3px;
            text-align: justify;
          }

          .feature-text p.contact {
            font-family: 'Noto Sans JP', sans-serif;
            margin-left: auto;
            margin-right: auto;
            width: 90%;
            font-size: 12px;
            line-height: 17px;
            margin-top: 5px;
            text-align: center;
          }

          .feature-text img {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            box-shadow: 2px 2px 5px #ccc;
          }
    }


/* for About --- */

  /* --- for About*/
  
  