@charset "utf-8";
/* CSS Document */

/*文字装飾*/
.b {font-weight:bold;}
.u {text-decoration:underline;}
.r {color:#f00;}
.y {background-color:#ff0;}
.by {background: #FFFF00;}
.fs07 {font-size:0.7em;}
.fs10 {font-size:0.8em;}
.fs11 {font-size:1.1em;}
.fs12 {font-size:1.2em;}
.fs13 {font-size:1.3em;}
.fs14 {font-size:1.4em;}
.fs15 {font-size:1.5em;}
.fs16 {font-size:1.6em;}
.fs17 {font-size:1.7em;}
.fs18 {font-size:1.8em;}
.fs19 {font-size:1.9em;}
.fs20 {font-size:2em;}
.lh15 {line-height: 1.5;}
.lh16 {line-height: 1.6;}
.lh17 {line-height: 1.7;}
.lh18 {line-height: 1.8;}

a {
	text-decoration: none;
}
.cnt{
	text-align: center;
}
main::before {
  background: #FFFFFF;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}

ol li{
	padding: 1% 2%;
}
 p{
	padding: 0 4%;
}

/*キャッチ部分*/

header {
	background: url(../image/catch.png) no-repeat center;
	background-size: cover;
	padding: 27%;
}

header p {

}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.moviebox {
    position: relative;
    width: 800px;
    height: 450px;
    margin: 3% auto;
}

.moviebox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

main{
	background: url(../image/background-2.png) repeat-y;
	background-size: contain; 
	line-height: 2em;
}

/*コンテンツ全体*/
.contents {
	width:100%;
	max-width: 960px;
	background-color: #fff;
	font-size: 1.3em;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;

}

.center {
	width:960px;
	background-color: #fff;
	font-size: 1.3em;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.textbox {
    width: 100%;
    padding: 3% 0;
    text-align: center;
	font-size: 1.5em;
}

.textbox p {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.read{
	background-color: darkolivegreen;
	color: #fff;
	padding: 2%;
	margin: 2% 3%;
	border-radius: 10px;
}

.bgg{
	text-align: center;
	background-color: darkolivegreen;
	border-radius: 12px;
	color: #fff;
	padding: 2%;
	margin: 0 3%;
}
#gallery img{
	padding: 3% 0;
	margin-left: 3%;
	width:100%;
	height: 100%;;
}
.use ol{
	background-color: lightyellow;
	line-height: 1.5em;
	margin: 0 2%;
	list-style: none;
	counter-reset: li;
}
.use li{ 
	margin: 0 3% ;
	text-indent: -2em;
}
.use ol li:before {
    color: red;
	padding: 0.1em 0.5em;
    font-weight: bold;
    counter-increment: li;  
    content: counter(li) ". ";
}

.use2{
	width: 95%;
	margin: 0 auto;
}

/* #kansou */

#kansou .left{
	float: left;
	margin: 2%;
}

.k-text{
	background-color: darkolivegreen;
	margin-bottom: 2%;
	color: #fff;
	padding:2% 0;
	line-height: 1.5em;
}
#q_a h2 {
	text-align: center;
	font-size: 2.5em;
}

#q_a .qa {
	margin-bottom: 5%;
	font-size: 1em;
	padding: 0 4%;
}

#q_a .q {
	margin-bottom: 2%;
}

#q_a .a {
	border-bottom: solid 1px #aaa;
	padding-bottom: 2%;
}

#q_a .qabtn {
	text-align: center;
	margin-top: 5%;
	font-size: 1.7em;
}
.qabtn:hover {
	cursor: pointer;
	opacity: 0.5;
}

.attention ol{
  padding: 0 4%;
  list-style: none;
}
.attention ol li{
	position: relative;
	margin:2% 0;
	margin-bottom:5px;
	border-left: solid 5px darkolivegreen;
	background-color: rgba(234,255,232,0.3);
	color: #000;
	font-weight: bold;
  -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
  box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
}
#buy{
	line-height: 1.3;
}
.btn{
    width: 80%;
	max-width: 400px;
	margin: .5em auto;
	padding:1.2em;
    text-align: center;
    background-color: #f00;
	font-weight: 900;
	font-size: 1.2em;
	color: #fff;
	display : block;
    box-shadow: 0px 4px 0 rgba(0, 0, 0, .4);
    transition: 0.2s all ease 0s;
}
.btn:hover{
    background-color: #A70002;
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}

#buy .flexbox{
	display: flex;
	width: 95%;
	max-width: 700px;
	margin: 0 auto;
}
#buy .flexbox p{
	margin: 0 2%;
}
#buy p{
	width: 95%;
	max-width: 600px;
	margin: 0 auto;
	padding:0;
}

/* --------右下ボタン-------- */

#buybtn{
	position: fixed;
	right: 1%;
	bottom: 3%;
	text-align: right;
	background-color: blanchedalmond;
	border-radius: 5px;
	padding: 1em;
}
#buybtn a{
	background-color: red;
	color: #fff;
	padding: 5%;
	border-radius: 5px;
}
#buybtn a:hover{
	opacity: 0.5;
	transition: 0.2s ;
}

footer {
    text-align: center;
    background: #151414;
    color: #fff;
    padding: 2% 1%;
    font-size: 1.2em;
}

footer a {
    color: #fff;
}

/*非表示設定*/
.hi {
display: none;
}
.hy {
display: block;
}

/*960px以下*/
@media screen and (max-width: 960px) {
	
/*文字装飾*/
.fs11 {font-size:1em;}
.fs12 {font-size:1em;}
.fs13 {font-size:1.1em;}
.fs14 {font-size:1.1em;}
.fs15 {font-size:1.2em;}
.fs16 {font-size:1.2em;}
.fs17 {font-size:1.5em;}
.fs18 {font-size:1.3em;}
.fs19 {font-size:1.4em;}
.fs20 {font-size:1.4em;}

#header_line img{
	width: 70px;
}
main{
	font-size:0.9em;
	line-height:1.7em;
}
/*コンテンツ全体*/
.contents {
	width:95%;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: left;
}
.textbox{
	font-size:1.2em;
	padding: 5% 0;
	}
.center {
	width:95%;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: center;
}
section {
	padding: 5% 1%;
}
	
main::before {
  background:  #FFFFFF;;
}
main{
	padding-left: 2%;
	padding-right: 3%;
}
/*キャッチ部分*/
header {
	padding: 26%;
}

header p {
	font-size: 1.3em;
	padding: 3%;
	border: 3px solid #fff;
}

.komi p {
    font-size: 1.5em;
    font-weight: 200;
}

.moviebox {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 3% auto;
    height: 0;
    padding-top: 55%;
}
.use li{
	margin-top: 2%;
}
.attention li{
	padding-bottom: 1em;
}
	#kansou .left{
		width: 200px; 
		float:none;
		margin-bottom:1%;
	}
#q_a h2 {
	font-size: 1.8em;
}

#q_a .qa {
	margin-bottom: 5%;
	font-size: 0.9em;
}
	
#q_a .qabtn {
	font-size: 1.3em;
}
	
#link h2 {
	font-size: 1.7em;
	text-align: center;
}
#link p {
	font-size: 1.2em;
	text-align: center;
}
.buy2{
	width: 95%;
	margin-top: 3%;
}

.wrap{
	margin:0 auto;
	padding: 0 1%;
}
#buybtn{
	width: 17%;
	padding: 1%;
	background: none;
}
#buybtn a{
	background:none;
}
/*フッター*/
footer {
	text-align: left;
	background:#151414;
	color: #fff;
	padding: 2% 1%;
	font-size: 1em;
}

/*非表示設定*/
.hi {
display: block;
}
.hy {
display: none;
}

}
/*-------------お茶-----------------*/
.gothic{font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;}

.teabtn {
    width: 100%;
    max-width: 500px;
    font-size: 1.7rem;
    font-weight: 900;
    position: relative;
  display: inline-block;
  padding:1em 0;
    line-height: normal;
  text-decoration: none;
  color: #FFF;
  background: #e94919;/*背景色*/
  border-bottom: solid 2px #c2380f;/*少し濃い目の色に*/
  border-radius: 10px;/*角の丸み*/
    transition: all 0.3s;
}

a.teabtn:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.4rem;
  margin: 0;
  padding: 0;
    font-weight: 900;
  content: "\f054";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.teabtn:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #f6b37f;
   transition: all 0.3s;
}
a.teabtn:hover:before {
  left: 2rem;
}
.teabtn2 img{
    border-radius: 10px;
}
.tea_buy .contents{
    padding: 3% 0;
}
.tea_buy .flexbox{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #FFFAF1;
    padding: 2em 0 1em 0;
}
.tea_buy .flexitem{
    width: 95%;
    max-width:450px;
    margin: 0 auto;
}

.tea_buy .inbox{
    background: #fffaf1;
    padding: 1em 0;
    text-align: center;
}
.tea_buy .inbox .link{
    display:inline-block;
    width: 40%;
    max-width: 200px;
}
.buybtn{
    width:90%;
    max-width: 350px;
    margin: 1em auto;
    font-size: 1.5rem;
  position: relative;
  padding: 1.5rem 0;
  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;
  color: #fff;
  border-radius: 0.5rem;
    border:2px solid #a9242e;
  background: #e60012;
    
}

.buybtn:hover {
  background: #830a13;
}

.tea_buy select{
    width: 90%;
    max-width: 350px;
    padding: 3px;
    
}
.tea_buy ol{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 900;}
.tea_buy ol li{
    border-bottom: 1px dotted #ccc;
    line-height: 1.4;
}

.tea_box{ 
    position: relative;
    padding-left: 4em;
}
.tea_box .title{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 2em;
    color: #e3f5d8;
    background: #22ac38;
    font-size: 1.2em;
    line-height: 1.8;
}

#kangen_set .flexbox{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #FFFAF1;
    padding: 2em 0 1em 0;
}
#kangen_set  .flexitem{
    width: 95%;
    max-width:450px;
    margin: 0 auto;
}
#kangen_set .free{
    background: #e60012;
    color: #ff0;
    padding: 3px 10px;
    line-height: 1.8;
}
@media screen and (max-width: 960px) {
    .teabtn {font-size: 1.2rem;}
    .tea_buy .flexbox{
        display: block;
    }
    .tea_buy ol{padding-left: 1.5em;
    }
    .tea_buy form, #kangen_set form{
        text-align: center;
    }
    .tea_buy .flexbox img{margin: 0 auto;}
    #kangen_set .flexbox{display: block;}
    .tea_box .title {
        padding: 0;
        width: 100%;
        text-align: center;
    }
}