/*
Theme Name: KADAI
Theme URI: https://example.com/
Author:morotaka
Author URI: https://example.com/
Description: 自作HTMLをWordPressテーマにしたサンプル
Version: 1.0
*/

*{
    margin:0;
    padding:0;
    font-size: 62.5%;
}

ul li{
    list-style: none;
}

body{
    background-color: white;
}

/** HEADER   **/
#header-img{
    position: fixed;
    background-color: rgb(133, 32, 27);
    width:100%;
    top:0;
    height: 80px;
    z-index: 100;
}
#header-image{
    display: block;
    margin: 0 auto;
    padding-top:13px ;
}
#header-img a:hover{
    opacity: 0.7;
}

/** MAIN  **/
main{
    text-align: center;
}
#main-text1{
    margin: 30px auto 30px;
    padding:23px 0 10px;
    width: 998px;
    height: 400px;
    border: solid 1px brown;
    color: brown;
    font-family: "Merriweather", serif;
    font-weight:bold;
}
#taiou{
   font-size: 2rem;
   margin-bottom: 15px;
}
.korona-text{
    line-height:1.8;
    font-size: 1.4rem;
}
#text1{
    margin: 10px 0;
}
#text2{
    text-align: left;
    margin-left:200px;
    margin-bottom: 15px;
}
#main-text2{
    box-sizing: border-box;
    width: 1000px;
    margin:0 auto;
}
#main-text2 p{
    font-family: "Merriweather", serif;
    font-weight:bold;
    font-size: 1.6rem;
    line-height:1.8;
}

#main-text2 span{
    font-family: "Merriweather", serif;
    font-weight:bold;
    font-size: 2.1rem;
    color: brown;
}
#main-text2 p:first-of-type{
    margin-bottom: 18px;
}
#main-text2 p:nth-of-type(2){
    margin-bottom: 18px;
}
.main-img{
    background-color: rgb(235, 219, 201);
    margin-top:40px;
    height: 290px;
}
.main-img img{
    padding-top:45px;
}
.main-img img:hover{
    opacity: 0.7;
}
#main-text3{
    margin:30px auto 0;
    border: double 8px rgb(244, 213, 128);
    width: 930px;
    height: 230px;

}
#main-text3 p:first-of-type{
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 7px;
    border-bottom: solid 1px black;
    font-size: 2.7rem;
    font-family:  "Yuji Syuku", serif;
}
#main-text3 p span{
    font-size: 2.7rem;
    font-family:  "Yuji Syuku", serif;
    color: brown;
}
#main-text3 p:nth-of-type(2){
    font-family: "Merriweather", serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 20px;
    line-height:1.8;
}
.image2{
   display: block;
   margin: 50px auto 0;
}
#main-text4{
    background-color:rgb(247, 246, 238);
    padding-top:80px;
    padding-bottom:80px;
}
#explanation{
    margin: 0 auto;
    background-color: white;
    border-radius: 50px;
    width: 800px;
    height: 270px;
}

#explanation p:nth-of-type(1){
    display: inline-block;
    padding-top:50px;
    font-family:  "Yuji Syuku", serif;
    font-size: 2.7rem;
    border-bottom: solid 1px black;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#explanation p:nth-of-type(1) span{
    font-family:  "Yuji Syuku", serif;
    font-size: 2.7rem;
    color:brown;
}
#explanation p:nth-of-type(2){
    font-family:  "Yuji Syuku", serif;
    font-size: 1.7rem;
    font-weight: bold;
}
/** MAIN (熟茶）  **/
#jyukucha{
    display: flex;
    justify-content: center; 
    box-sizing: border-box;
    width: 1000px;
    margin:60px auto 0;
}
#jyukucha-text{
    padding-top:40px;
    padding-left: 30px;
}
#jyukucha-text p{
    font-size: 1.6rem;
    text-align: left;
    font-weight: bold;
    font-family:  "Yuji Syuku", serif;
    line-height: 1.8;
}
#jyukucha-text2{
    border: solid 1px brown;
    border-radius: 8px;
    padding:20px 0 30px 20px;
    margin-top: 20px;
}
#jyukucha-text2 p{
    color: brown;
    font-size: 2.1rem;
    font-weight: bold;
}
#jyukucha-text ul li{
    font-family:  "Yuji Syuku", serif;
    font-size: 1.6rem;
    text-align: left;
    color:brown;
    font-weight: bold;
}
/** MAIN (生茶）  **/
#namacha{
    display: flex;
    justify-content: center; 
    flex-direction: row-reverse;
    box-sizing: border-box;
    width: 1000px;
    margin:60px auto 0;
}
#namacha-text{
    padding-right: 30px;
}
#namacha-text p{
    font-size: 1.6rem;
    text-align: left;
    font-weight: bold;
    font-family:  "Yuji Syuku", serif;
    line-height: 1.8;
}
#namacha-text2{
    border: solid 1px rgb(2, 87, 2);
    border-radius: 8px;
    padding:20px 0 30px 20px;
    margin-top: 20px;
}
#namacha-text2 p{
    color: rgb(2, 87, 2);
    font-size: 2.1rem;
    font-weight: bold;
}
#namacha-text ul li{
    font-family:  "Yuji Syuku", serif;
    font-size: 1.6rem;
    text-align: left;
    font-weight: bold;
    color:rgb(2, 87, 2);
}
/** MAIN (老茶）  **/
#roucha{
    display: flex;
    justify-content: center; 
    box-sizing: border-box;
    width: 1000px;
    margin:60px auto 0;
}
#roucha-text{
    padding-left: 30px;
}
#roucha-text p{
    font-size: 1.6rem;
    text-align: left;
    font-weight: bold;
    font-family:  "Yuji Syuku", serif;
    line-height: 1.8;
}
#roucha-text2{
    border: solid 1px rgb(73, 48, 46);
    border-radius: 8px;
    padding:20px 0 30px 20px;
    margin-top: 20px;
}
#roucha-text2 p{
    color:rgb(73, 48, 46);
    font-size: 2.1rem;
    font-weight: bold;
}
#roucha-text ul li{
    font-family:  "Yuji Syuku", serif;
    font-size: 1.6rem;
    text-align: left;
    color:rgb(73, 48, 46);
    font-weight: bold;
}
/****/
#main-text5{
    box-sizing: border-box;
    width: 1000px;
    margin:0 auto ;
}
#main-text5 p:nth-of-type(1){
    display: inline-block;
    width: 630px;
    margin: 50px 0 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgb(168, 166, 166);
    font-size: 2.9rem;
    font-family: "Yuji Syuku", serif;
}
#main-text5 p:nth-of-type(2){
    font-size: 1.6rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 30px;
}
#grid{
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    width: 1000px;
    margin: 0 auto;
}
#grid p{
    padding-top:10px;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Yuji Syuku", serif;
}
#main-text6{
    background-color:rgb(172, 129, 55);
    height: 1470px;
}
#main-text6-1{
    padding: 50px 0;
    box-sizing: border-box;
    width: 1000px;
    margin:0 auto ;
}
#main-text6-1 p:nth-of-type(1){
    font-size: 2.7rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    color:white;
    text-shadow:0 0 8px black;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom:solid 1px white;
}
#main-text6-1 p:nth-of-type(2){
    font-size: 1.6rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    color:white;
    text-shadow:0 0 8px black;
    line-height: 1.8;
}
#main-text6-2{
    background-color: burlywood;
    width: 1000px;
    height: 580px;
    margin: 0 auto;
}
.text6-content{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.text6-content p:nth-of-type(1){
    font-size: 1.6rem;
    text-align: left;
    padding-right: 20px;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    line-height: 1.8;
}
.text6-content p:nth-of-type(2){
    font-size: 2.1rem;
    text-align: left;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    line-height: 1.8;
    padding: 10px 0 3px;
    color:brown;
    border-bottom:solid 1px brown;
    width: 500px;
}
.text6-content p:nth-of-type(3){
    font-size: 1.6rem;
    text-align: left;
    padding-right: 20px;
    padding-top:10px ;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    line-height: 1.8;
}
#main-text6-3{
    background-color: burlywood;
    width: 1000px;
    height: 500px;
    margin: 40px auto;
}
#main-text7 {
    box-sizing: border-box;
    width: 1000px;
    margin:0 auto;
}
#main-text7 p:nth-of-type(1){
    display: inline-block;
    border-bottom:solid 1px black;
    padding:40px 0 10px;
    margin-bottom: 20px;
    font-size: 2.7rem;
    font-family: "Yuji Syuku", serif;
}
#main-text7 p:nth-of-type(2){
    margin: 0 auto;
    font-size: 1.6rem;
    margin-bottom:10px;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
}
#main-text7 p:nth-of-type(3){
    margin: 0 auto;
    font-size: 1.6rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    line-height: 1.8;
}
#revue{
    display: grid;
    grid-template-columns: repeat(3 ,1fr);
    width: 1000px;
    margin: 30px auto 0;
    gap: 20px;
}
.revue-comment{
    border: solid 1px black;
    margin-top: 10px;
    width: 320px;
    height: 300px;
    position: relative;
}
.revue-comment p{
    font-size: 1.6rem;
    margin-bottom:5px;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    text-align: left;
    padding: 20px 0 0 20px;
}
.revue-comment p:nth-of-type(1){
    font-size: 2.1rem;
    text-align: left;
    border-left: 3px solid brown;
    padding-top:1px;
    padding-left: 10px;
    margin-top: 20px;
    margin-left: 20px;
}
.revue-comment p:nth-of-type(3){
    position: absolute;
    bottom: 0;
    left:0;
}
#main-text8{
    background-color: rgb(206, 167, 109);
    height: 494px;
}
#main-text8-1{
    display: flex;
    justify-content: center;
    margin:40px auto 0;
    box-sizing: border-box;
    width: 1000px;
}
#content8 p{
    font-size: 1.6rem;
    font-family: "Yuji Syuku", serif;
    color:white;
    text-align: left;
    padding-left: 40px;
    font-weight: bold;
}
#content8 p:nth-of-type(1){
    font-size: 2.7rem;
    border-bottom :1px solid white ;
    width: 400px;
    margin:0 0 20px 50px;
    padding:20px 0 10px 0;
}
#content8 p:nth-of-type(2){
    line-height: 1.8;
    margin-bottom: 15px;
}
#content8 p:nth-of-type(3){
    line-height: 1.8;
}
#content9{
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
}
#content9 p{
    padding-top:40px;
    font-size: 1.6rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
}
#main-text9{
    background-color: rgb(235, 219, 201);
    height: 290px;
}
#toiawase{
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
    box-sizing: border-box;
    width: 1000px;
}
#btn{
    background-color: rgb(54, 31, 14);
    width: 500px;
    height: 120px;
    border-radius: 10px;
    margin-left: 50px;
}
#btn img{
    padding-top:45px;
}
#present{
    background-color: rgb(116, 15, 15);
    height: 200px;
}
#present img{
    padding-top: 50px;
}
#btn a:hover{
    opacity: 0.7;
}
#hishigata{
  width: 43px;
  height: 43px;
  background-color: rgb(116, 15, 15);
  transform: rotate(45deg);   /* ← ひし形に見せる */
  margin:0 auto;
}
#main-text10{
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
}
#goukatokuten{
    margin-top:90px;
}
#content10 img{
    margin-top: 30px;
}
#content10 p{
    padding-top:35px;
    font-size: 1.6rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
}
#ocha-img{
    margin-top: 35px;
}
#oubou{
    box-sizing: border-box;
    width: 1000px;
    margin: 80px auto 0;
    border-top:solid 1px black;
}
#oubou h1{
    font-size: 3.5rem;
    font-family: "Yuji Syuku", serif;
    font-weight: lighter;
    background-color: white;
    width: 280px;
    height: 50px;
    margin:-28px auto 30px;
}
#oubou p{
    font-size: 1.6rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    line-height: 1.8;
}
#oubou p:nth-of-type(2){
    margin-top: 20px;
}
#oubou2{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.items{
    border: 1px solid black;
    width: 230px;
    height: 420px;
    padding-top:20px;
}
.items img{
    width: 220px;
}
.items  p{
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 1.6rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    line-height: 1.8;
}
.items  p span{
    font-size: 1.6rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    color: rgb(113, 27, 27);
}
.arrow{
    margin:210px 5px 0 ;
}
#form-content{
    border :4px solid rgb(165, 165, 87);
    width: 1000px;
    height: 2750px;
    margin: 50px auto 0;
}
#form-text{
    padding-top: 50px;
}
#form-text p{
    font-size: 1.6rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    padding-top: 10px;
}
#input-cont{
    padding-top: 80px;
}
.input-content{
    display: flex;
    justify-content: space-between;
    padding-bottom:80px;
    padding-top:0px
}
.odai p{
    font-size: 1.6rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    padding-left: 50px;
}
.kaitou{
    padding-right: 50px;
}
.kaitou input[type="text"]{
    width: 450px;
    height: 38px;
}
.kaitou input[type="text"]::placeholder{
    font-size: 1.3rem;
}
.select-btn{
    width: 450px;
    height: 38px;

}
#kyanpen p{
    font-size: 1.2rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    text-align: left;
    color: brown;
    padding-bottom: 5px;
}
#seibetu{
    position: relative;
}
#radio-btn{
    position: absolute;
    right:470px;
    top:2px;
    display: inline-block;
    width: 20px;
    height: 20px;
}
#radio-laravel{
    position: absolute;
    width: 50px;
    right:420px;
    font-size: 1.6rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
}
#jusho{
    position: relative;
    text-align: left;
    width: 800px;
    height: 100px;
}
#jusho p:nth-of-type(1){
    position:absolute;
    left:350px;
    font-size: 1.2rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
}
#jusho p:nth-of-type(2){
    position:absolute;
    left:360px;
    top:55px;
    font-size: 1.5rem;
    font-weight: bold;
}
#jusho #jusho2{
    position:absolute;
    left:350px;
    top:100px;
    width: 445px;
    height: 33px;
}
#jusho #yuubin{
    position:absolute;
    left:390px;
    top:49px;
    width: 200px;
    height: 33px;
}
#pua-rucha{
    width: 450px;
    height: 38px;
}
#time-btn {
    display: grid;
    grid-template-columns: 1fr 1fr;  
    gap: 10px 20px;    
    margin-right: 190px;             
  }
  
  #time-btn div {
    display: flex;
  }
  
  #time-btn input[type="radio"] {
    margin-right: 8px;
    width: 20px;
    height: 20px;
  }
  #time-btn label{
    font-size: 1.2rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
  }
  #houmon p:nth-of-type(2) {
    font-size: 1.2rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    line-height: 1.8;
  }
  #houmon{
    text-align: left;
  }
  #houmon p span{
    font-size: 1.2rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    color:brown;
  }
  #kiboubi{
    width: 450px;
    height: 38px;
  }
#goiken{
    text-align: left;
}
#goiken p{
    font-size: 1.2rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    color:brown;
    width: 450px;
    line-height: 1.8;
}
textarea{
    padding-top:10px;
    height:150px ;
    width: 450px;
}
input::placeholder{
 color:gray;
 padding-left: 10px;
 font-size: 1.1rem;
}
textarea::placeholder{
    padding: 0 10px;
    line-height: 1.8;
}
.hissu::after{
    content:"必須";
    border: 1px solid brown;
    padding: 2px 5px;
    margin-left:6px;
    font-family: "Yuji Syuku", serif;
    color: brown;
}
#oubokiyaku{
    background-color: rgb(190, 156, 108);
    width: 900px;
    height: 50px;
    margin: 0 auto;
}
#oubokiyaku p{
    color:white;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Yuji Syuku", serif;
    padding-top: 12px;
}
#doui-content{
    margin-top: 40px;
}
#doui{
    font-size: 1.6rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
}
input[type="checkbox"]{
    transform: scale(1.5);
    margin-right: 10px;
}
input[type="button"]{
    margin-top: 50px;
    background-color: rgb(137, 37, 37);
    width: 500px;
    height: 70px;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 2.0rem;
    font-family: "Yuji Syuku", serif;
}
input[type="button"]:hover{
    background-color:rgb(188, 23, 23)
}
footer{
    text-align: center;
    margin-top: 100px;
    padding-bottom: 20px;
    position: relative;
}
footer p{
    font-size: 1.2rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
}
footer a{
    font-size: 1.2rem;
    font-family: "Yuji Syuku", serif;
    font-weight: bold;
    margin-right: 6px;
    margin-bottom: 30px;
    color:rgb(31, 117, 215);
}
#footer2{
    margin-top:10px;
}
#footer3{
    margin-top: 40px;
}
#pagetop{
    position: relative;
    background-color: burlywood;
    width: 45px;
    height: 145px;
    writing-mode: vertical-rl;
    position: fixed;
    bottom:0;
    right: 0;
    bottom: 25px;
}
#pagetop a{
    display: inline-block;
    width: 40px;
    height: 145px;
    padding-top: 10px;
    padding-right: 5px;
    text-decoration: none;
    font-size: 1.5rem;
    color: white;
}
#sankaku {
    position: absolute;
    top:15px;
    left: 13px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;   /* 左側は透明 */
    border-right: 10px solid transparent;  /* 右側も透明 */
    border-bottom: 15px solid rgb(255, 255, 255);       /* 下側に色をつけて三角形に */
  }
.border{
    border: 1px solid rgb(220, 220, 220);
    width: 890px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 50px;
}