@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*

bluegreen:#34757a;
green:#899f40;
palegreen:#cad4a9;
palegreen2:#81a9ad;
gray1:#f2f3f4;
gray2:#E9EAEB;
* ======================================================= */
body {
		font-family:-apple-system, BlinkMacSystemFont,"Merriweathe Sans","Noto Sans JP",Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  background: #f2f3f4;
}


/* 枠線 */
#frm{
  position: relative;
}
#frm::after{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: block;
	outline:2px solid #333;
	outline-offset:-28px;
	z-index:101;
}

@media screen and (max-width: 767px){
	#frm::after{
		outline-offset:-10px;
	}
}

#page {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.text-center{
	text-align:center;
}

a {
  color: #34757a;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #34757a;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}


h1, h2, h3, h4, h5, h6, figure {
  color: #333;
  font-weight: 600;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #34757a;
}

::-moz-selection {
  color: #fff;
  background: #34757a;
}

::selection {
  color: #fff;
  background: #34757a;
}

.gtco-container-head {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}
.gtco-container {
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
	z-index:200;
}

@media screen and (max-width: 1024px) {
	.gtco-container {
	  padding-left: 50px;
	  padding-right: 50px;
	}

}
@media screen and (max-width: 728px) {
	.gtco-container {
	  padding-left: 30px;
	  padding-right: 30px;
	}

}



/* グローバルメニュー */
.gtco-nav {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0px 0;
  z-index: 1001;
	padding-bottom:30px;
}

.gtco-nav.con {
  position: relative;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 1001;
	padding-bottom:0px;
}

div.headline{
	width:100%;
  position: relative;
  z-index: 100;
	border-top:1px solid #ddd;

}

@media screen and (max-width: 768px) {
  .gtco-nav {
    padding: 10px 0;
  }
}
.gtco-nav #gtco-logo {
	padding-top:80px;
	padding-bottom:30px;
  display: flex;
  align-items: center;
  justify-content: center;
	max-width:100%;
	margin-top:20px;
	margin-bottom:40px;

}
.gtco-nav #gtco-logo img{
	max-width:100%;
}

img{
	max-width:100%;
}

.gtco-nav #gtco-logo-con {
	padding-top:50px;
	padding-bottom:20px;
  align-items: center;
  justify-content: center;
	max-width:100%;
	margin-top:20px;
	margin-bottom:0px;
}


@media screen and (max-width: 768px) {
  .gtco-nav .menu-1, .gtco-nav .menu-2 {
    display: none;
  }
	.gtco-nav #gtco-logo {
	  margin-top:30px;
		padding:0px 30px;
	}
	.gtco-nav #gtco-logo-con {
	  margin-top:20px;
	margin-bottom:50px;
	}
}
.gtco-nav ul {
  padding: 0;
	margin:20px auto 30px auto;
}

.gtco-nav ul li {
  margin: 0 12px;
  list-style: none;
  display: inline-block;
	padding: 0px 15px;
	padding-bottom:5px;
	margin-bottom:10px;
}

.gtco-nav ul li > a {
  font-size: 14px !important;
  letter-spacing: .05em;
	padding:0px;
}

.gtco-nav ul li a {
  color: #111;
	padding:0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active{
 color: #34757a;
}

.gtco-nav ul li.active{
	border-bottom:2px solid #34757a;
}


span {
	display:block;
}

span.en{
font-family: 'Quicksand', sans-serif;
/*
font-family: 'Barlow Condensed', sans-serif;*/
  font-size:18px;
  text-transform: uppercase;
	border-bottom:0px solid #111;
  letter-spacing: 0.1em;
	font-weight:500;
	padding:0;
	margin:0;
	line-height:1.3em;
}
span.ja{
	padding:2px;
  font-size: 10px;
  letter-spacing: 0.2em;
	margin-bottom:3px;
/*	font-family: "Sawarabi Mincho"; */
}


p.concept{
  font-size: 20px;
	font-family: "Sawarabi Mincho";
  letter-spacing: 0.1em;
	line-height:2.2em;
}
p.concept_s{
  font-size: 16px;
	font-family: "Sawarabi Mincho";
  letter-spacing: 0.1em;
	line-height:1.8em;
	margin-top:-10px;
}
img.topsign{
	margin:20px auto;
}


@media screen and (max-width: 992px) {

.gtco-nav ul li {
  margin: 0 5px;
	padding: 0px 5px;
}
.gtco-nav ul li > a {
  font-size: 12px !important;
}
	span.en{
	  font-size:16px;
	}
}

@media screen and (max-width: 768px) {
	p.concept{
	  font-size: 14px;
		line-height:2.0em;
	}
	p.concept_s{
	  font-size: 12px;
	}

}


@media screen and (max-width: 667px) {
	br.cng1{
		display:none;
	}
}

@media screen and (max-width: 500px) {
	br.cng0{
		display:none;
	}
}
/*
.gtco-nav ul li.has-dropdown {
  position: relative;
}
.gtco-nav ul li.has-dropdown > a {
  position: relative;
  padding-right: 20px !important;
}
.gtco-nav ul li.has-dropdown > a:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
/*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-style: 10px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  color: #ccc;
}
.gtco-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.gtco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.gtco-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.gtco-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.gtco-nav ul li.has-dropdown .dropdown li.active > a {
  color: #000 !important;
}
.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
  color: #000;
}
*/
.gtco-nav ul li.btn-cta a {
  color: #34757a;
}
.gtco-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.gtco-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.gtco-nav ul li.active > a {
  color: #000 !important;
}

@media screen and (max-width: 480px) {
  #gtco-header .text-left {
    text-align: center !important;
  }

}

@media screen and (max-width: 480px) {
  #gtco-header .btn {
    display: block;
    width: 100%;
  }
}

#gtco-header,
#gtco-counter,
.gtco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}


/*
movie.html 
howto.html
hometea.html
*/

.gtco-contents{
  padding: 3em 0;
}
#movie {
	padding-top:10px;
}


#movie h2{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:600;
	font-size:25px;
	letter-spacing:0.1em;
	text-align:center;
}
#movie h2.ttl{
	font-family: "Sawarabi Mincho";
	font-weight:400;
	font-size:25px;
	letter-spacing:0.1em;
	text-align:center;
}

#movie h3{
	font-family: "Sawarabi Mincho";
	font-weight:400;
	text-align:center;
	line-height:1.6em;
	letter-spacing:0.1em;
/*	padding-bottom:20px;*/
}

#movie h4{
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.1em;
	padding-bottom:0px;
}
#movie h4.step{
  display: inline-block;
	font-size:16px;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.1em;
	color:#fff;
	background:#333;
	padding:5px 20px;
	border-radius: 8px;
}
#movie p{
	font-size:15px;
	letter-spacing:0.05em;
	line-height:2.0em;
	color:#333;
}

#movie p.small{
	font-size:12px;
	letter-spacing:0.05em;
	line-height:1.8em;
/*	text-align:left;*/
}


#movie ul{
	margin:0;
	list-style: square inside;
}
#movie ul li{
	color:#333;
	font-size:14px;
	letter-spacing:0.05em;
	line-height:1.8em;
}

.box01{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}
.box01:before, .box01:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box01:before {left: 10px;}
.box01:after {right: 10px;}
.box01 p {
    margin: 0; 
    padding: 0;
}
.box01.link ul{
	margin:0;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.box01.link ul li a{
	color:#333;
}

.box01.link a.here{
	color:#34757a;
	letter-spacing:0.05em;
	line-height:2.0em;
	border-bottom:1px solid #34757a;
}


.cast img{
	margin-bottom:10px;
}

.gtco-container.cast{
	margin-top:80px;
}
.gtco-container.cast img{
	margin-bottom:10px;
}

.gtco-container.screen{
	padding:50px 20px;
	background:#333;

}
.gtco-container.screen h2{
	color:#fff;
}
.gtco-container.screen h3{
	color:#fff;
}
.gtco-container.screen h4{
	color:#fff;

}
.gtco-container.screen h4 a{
	color:#fff;
	border-bottom:1px solid #34757a;
}
.gtco-container.screen h4 a:hover{
	color:#34757a;
}


#movie .gtco-container.screen p{
	color:#fff;
}
#movie .gtco-container.screen ul.btn_ul{
	list-style:none;
	display:inline-block;
	padding:0;
	max-width:100%;
	margin:0 auto;
}
#movie .gtco-container.screen ul.btn_ul li{
display:inline-block;
	padding:5px 10px;
}
#movie .gtco-container.screen ul.btn_ul .btn{
/*	width:350px;*/
	max-width:100%;
}

#movie .gtco-container.screen ul.list{
margin-top:10px;
	margin-bottom:40px;
	list-style: square inside;
	padding:0;
}
#movie .gtco-container.screen ul.list li{
	font-size:16px;
  letter-spacing:0.05em;
	padding:5px;
	color:#fff;
}

.gtco-container.screen ul.list li a{
	color:#fff;
	border-bottom:1px solid #34757a;
}
.gtco-container.screen ul.list li a:hover{
	color:#34757a;
}

/* howto */
/* hometea 淹れる */
/*
#hometea h3{
	font-size:24px;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	text-align:center;
	line-height:1.6em;
	letter-spacing:0.1em;
	color: #333;
	border: 2px dashed #333;
	background-color: #fff;
	box-shadow: 0px 0px 0px 8px #fff;
	padding: 15px;

}*/

#hometea h4{
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.1em;
	padding-bottom:0px;
}

#hometea h4.ttl{
text-align:center;
	font-size:20px;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.1em;
	position: relative;
	display: inline-block;
	padding: 0 45px;
	margin:0;
	background-color:#f2f3f4;
}


#hometea h4.ttl:before, #hometea h4.ttl:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35px;
	height: 1px;
	background-color:#333;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

#hometea h4.ttl:before {left:0;}
#hometea h4.ttl:after {right: 0;}


#hometea h4.step{
  display: inline-block;
	font-size:16px;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.1em;
	color:#fff;
	background:#333;
	padding:5px 20px;
	border-radius: 8px;
}

#hometea h4.fuki{
	font-size:16px;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.1em;
	text-align:center;
	position: relative;
	background-color: #fff;
	padding: 10px;
	color: #333;
	border:2px solid #333;
	border-radius: 0px;
}

#hometea h4.fuki::before,
#hometea h4.fuki::after  {
content: '';
position: absolute;
border: 12px solid transparent;
top: 100%;
left:48%;
}

#hometea h4.fuki::before {
border-top: 16px solid #333;
}

#hometea h4.fuki::after {
margin-top: -4px;
border-top: 16px solid #fff;
}

@media screen and (max-width: 640px) {
	#hometea h4.fuki::before,
	#hometea h4.fuki::after  {
	left:45%;
	}
}

#hometea h4.grn{
  display: inline-block;
	font-size:18px;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.1em;
	color:#fff;
	background:#81a9ad;
	padding:5px 20px;
	border-radius: 8px;
}

#hometea p{
	font-size:15px;
	letter-spacing:0.05em;
	line-height:2.0em;
	color:#333;
}

#hometea p.small{
	font-size:12px;
	letter-spacing:0.05em;
	line-height:1.8em;
/*	text-align:left;*/
}

#hometea ul{
	margin:0;
	list-style: square inside;
}
#hometea ul li{
	color:#333;
	font-size:14px;
	letter-spacing:0.05em;
	line-height:1.8em;
}


.hometea_select h4{
	position:relative;
}

.hometea_select h4::after {
  content: "";
  height: 3px;
  display: block;
  background: #34757a;
  position:absolute;
  left: 0;
  right: 0;
  bottom:-15px;
	width:200px;
	max-width:100%;
	margin:0 auto;
}

hr.hometea{
  border: 1px solid #81a9ad;
  width: 100px;
  margin-top: 20px;
}

.circlebox{
  border-radius: 50%;
  width:270px;
	max-width:100%;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:20px;
}

.circlebox img{
 transition:1s all;
}

.circlebox img:hover{
	transform:scale(1.1,1.1);
	transition:1s all;
}

a.here{
	color:#34757a;
	letter-spacing:0.05em;
	line-height:2.0em;
	border-bottom:1px solid #34757a;
}

.box02{
    margin:1em 0;
    position: relative;
    padding: 2em 2em;
    border: solid 1px #333;
}

/* 温度のはなし */
.tbl-ond {
  width: 100%;
  border-top: solid 1px #333;
	margin-bottom:15px;
  }

.tbl-ond th {
  color: #333;
  padding: 15px;
	letter-spacing:0.05em;

}
.tbl-ond td {
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 15px;
	letter-spacing:0.05em;
}

.tbl-ond td.tblttl{
	width:35%;
	font-weight:bold;
}
tr.colored{
		background:#efe17b;
}
.tbl-ond td:first-child {
 
}
@media screen and (max-width: 640px) {

  .tbl-ond .thead {
    display: none;
  }
  .tbl-ond tr {
    width: 100%;
  }
  .tbl-ond td {
    display: block;
		border-top: none;
    width: 100%;
  padding: 10px;
  }
	.tbl-ond td.tblttl{
		width:100%;
	}
  .tbl-ond td:first-child {
   /* background: #34757a;*/
		background: #eee;
		border: none;
    color: #333;
    font-weight: bold;
		font-size:12px;
  }
  .tbl-ond td:before {
    content: attr(data-label);
    float: left;
    font-weight: normal;
    margin-right: 10px;
		font-size:12px;

  }

	br.flex{
    display: none;
	}
/* hometea */

	.hometea_select h4{
		font-size:16px;
		margin-bottom:15px;	
		height:50px;
	}


}
/* 急須で淹れる */

span.gry{
	color:#333;
	display:inline;
}
span.grn{
	color:#34757a;
	display:inline;
	padding-right:5px;
}

h5.box{
  display: inline-block;
	font-size:16px;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.1em;
	color:#333;
	border:1px solid #333;
	padding:5px 20px;
	margin:0;
}
.case02 .tealist{
	margin:10px auto;
	padding-top:20px;
	padding-bottom:30px;
}
.box03{
    margin:0em 0;
    position: relative;
    padding: 3em 3em;
    border: solid 2px #fff;
	background:#fff;
	border-radius:15px;
}

#hometea .case02 .tealist p{
	font-size:12px;
	margin:10px auto 0px auto;
}
#hometea .case02 .tealist p.small{
	text-align:left;
}
#hometea .case02 .tealist img{
	margin:15px auto;
}

#hometea h4.grntxt{
	font-size:22px;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.05em;
	color:#34757a;
	padding:5px 20px;
	margin-bottom:10px;
	text-align:center;
	background:#f2f3f4;
	border-radius:23px;
}


#hometea h4.grn-num{
	font-size:18px;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.05em;
	color:#34757a;
	position: relative;
  padding-left:4.5em;
border-bottom:1px solid #333;
padding-bottom:12px;

}

#hometea h4.grn-num span {
  position: absolute;
  top: 0px;
  left: 0;
  padding: 0 2rem;
  color: #fff;
  background: #34757a;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:18px;
	font-weight:500;

}

#hometea h4.grn-num span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #34757a;
}

#hometea h4.grn-long{
  display: inline-block;
	font-size:18px;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.1em;
	color:#fff;
	background:#81a9ad;
	padding:5px 20px;
	border-radius: 8px;
width:100%;
}

#hometea .case02 .list-ttl p{
	margin:0;
}

#hometea .case02 .list-ttl{
	padding-top:20px;
	padding-bottom:0px;
}

#hometea .case02 .bbl{
	padding-bottom:10px;
	border-bottom:solid 1px #333;
}




/* お菓子と楽しむ */

#hometea .case03 .tealist{
	padding-bottom:10px;

}

.listtop{
	border-top: solid 2px #333;
	margin:0;	
	border-radius: 8px;	
	padding: 10px 15px;
}


#hometea .case03 h5.ttltxt {
  position: relative;
	font-size:14px;
	color:#333;
	letter-spacing:0.05em;
	text-align: center;
}

.maru {
	border: solid 1px #333;
 height:35px;
 width:35px;
 border-radius:50%;
 text-align:center;
	margin:0 auto;
	margin-top:1px;
	margin-bottom:10px;
	padding:0;
}

h5.recom_txt{
  font-weight: 400;
  font-size: 15px;
-webkit-transform:scale(0.5);
-moz-transform:scale(0.5);
-ms-transform:scale(0.5);
-o-transform:scale(0.5);
transform:scale(0.5);
  letter-spacing:0.05em;
  margin:0;
	color:#333;
}

#hometea .case03 .tealist span.number{
	font-size:18px;
	line-height:1.9em;
	font-family: 'Quicksand', sans-serif;
	font-weight:bold;
	color:#333;
	letter-spacing:0.05em;
}


#hometea .case03 .tealist p{
	font-size:12px;
	margin:0px auto 30px auto;
	padding-bottom:15px;
	border-bottom: solid 2px #333;
	border-radius: 8px;
}	
#hometea .case03 .tealist img{
	margin:5px auto 5px auto;
	padding:15px;
	border-radius:10px;
}

#hometea .case03 .tealist .dotline {
  height: 1px;
  position: relative;
}
#hometea .case03 .tealist .dotline::before {
  content: "";
  background-image: linear-gradient(to right, #333, #333 3px, transparent 3px, transparent 5px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}





.howtostep ul.list{
	margin-top:10px;
	margin-bottom:40px;
	list-style: square inside;
	padding-left:10px;

}
.howtostep ul.list li{
	font-size:14px;
  letter-spacing:0.05em;
	padding:5px;
	color:#fff;
}

.howtostep ul.list li a{
	color:#333;
	border-bottom:1px solid #34757a;
}
.howtostep ul.list li a:hover{
	color:#34757a;
}

h5.howto{
	color:#34757a;
	font-weight:500;
  letter-spacing:0.05em;
line-height:1.8em;
}


@media screen and (max-width: 480px) {
	#movie .gtco-container.screen ul.btn_ul .btn{
		width:240px;
		max-width:100%;
	}
	#movie .gtco-container.screen ul.list li{
		font-size:12px;
		padding:3px;
	}

}

#movie .waku{
	padding:30px;
	border:1px solid #333;
	margin-bottom:20px;
}
#movie .waku p{
	font-size:12px;
}


/*-------------------*/
/* SHOP お取り寄せ */
/*-------------------*/

.shop h3{
	font-size:18px;
	font-weight:500;
	text-align:center;
	line-height:1.6em;
	letter-spacing:0.05em;
}
.shop p{
	font-size:14px;
	letter-spacing:0.05em;
	line-height:1.8em;
	color:#333;
	text-align:center;
}

.goodslist h2.glist{
	text-align:center;
	font-size:20px;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	line-height:1.6em;
	letter-spacing:0.05em;
}

.goodslist h4.ttl{
	text-align:center;
	font-size:20px;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.1em;

	position: relative;
	display: inline-block;
	padding: 0 45px;
	margin:0;
	background-color:#f2f3f4;
}


.goodslist h4.ttl:before, .goodslist h4.ttl:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 35px;
height: 1px;
background-color:#333;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}

.goodslist h4.ttl:before {left:0;}
.goodslist h4.ttl:after {right: 0;}



.midashi {
	position: relative;
	margin-bottom: 25px;
}

.midashi:before {
	content:  '';
	background-color: #333;
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

	.mb-md{
		margin-bottom:15px;
	}
	.mb-lg{
		margin-bottom:30px;
	}

	img.pcimg{
		display:block;
	}

	img.smartimg{
		display:none;
	}


/*-------------------*/
/* ABOUTはじめまして */
/*-------------------*/
.txt p{
	font-size:15px;
	letter-spacing:0.05em;
	line-height:2.0em;
	color:#333;
	padding:0;
	margin:5px 0 20px 0;
}

.v_line_left {
  border-left:4px solid #34757a;
  padding-left: 10px;
}
span.year{
	font-size:18px;
	letter-spacing:0.05em;
	line-height:2.0em;
	color:#333;
	padding:0;
}


@media screen and (max-width: 768px) {

	.circlebox{
		margin-top:20px;
 	/* width:250px;*/
	}
	span {
		display:inline;
	}
	span.en{
		font-size:16px;
		margin-right:5px;
	}
	#movie .waku{
		padding:18px;
	}
	#movie h2{
	font-size:20px;
	}

	#movie h3{
		font-size:18px;
		padding-bottom:0px;
	}

	#movie h4{
	font-size:16px;
	line-height:1.6em;
	letter-spacing:0.05em;
	}

	#movie h4.ttl{
	font-size:16px;
	}

	#movie p, #hometea p{
	font-size:14px;
	line-height:2.0em;
	}

	#movie .gtco-container.screen ul li{
		font-size:12px;
		padding:2px;
	}

	#movie h4.step{
		font-size:14px;
		letter-spacing:0.1em;
		padding:5px 10px;
	}
	#movie h4.grn{
		font-size:14px;
	}

/* hometea */
/*
	.hometea_select h4{
		font-size:16px;
		margin-bottom:15px;	
		height:50px;
	}
*/
	#hometea h4.ttl{
	font-size:16px;
	}
	#hometea h4.step{
		font-size:14px;
		letter-spacing:0.1em;
		padding:5px 10px;
	}
	#hometea h4.grn-long{
		font-size:16px;
	}
	#hometea h4.grntxt{
			font-size:18px;
	}
	#hometea h4.grn-num{
		font-size:16px;
		padding-left:3.5em;
	}

	#hometea h4.grn-num span {
	  padding: 0 1rem;
		font-size:16px;
	}

	#hometea h4.grn-num span:after {
	  right: -8px;
	  border-width: 5px 0 5px 10px;
	}

	 h5.howto{
		font-size:12px;
	}

	h5.box{
		font-size:14px;
	}
	#movie ul li{
		font-size:12px;
		line-height:1.6m;
	}
	.res-img{
		margin-bottom:20px;
	}

	.shop h3{
		font-size:14px;
	}
	.shop p{
		font-size:12px;
	text-align:left;
	}
	.txt p{
		font-size:14px;
		line-height:2.0em;
	}
	.v_line_left {
	  border-left:3px solid #34757a;
	  padding-left: 5px;
	}
	span.year{
		font-size:14px;
	}
.box02{
    padding: 1.2em 1.2em;
}

.box03{
    padding: 1.2em 1.2em;
}
	.goodslist h2.glist{
		font-size:16px;

	}

	.goodslist h4.ttl{
		margin:0;
		font-size:18px;
	  padding: 0 40px;
	}

}

@media screen and (max-width: 480px) {

	.circlebox{
		margin-top:10px;
	}
	.hometea_select h4{
		font-size:13px;
		margin-bottom:10px;
		height:37px;
	}
	img.pcimg{
		display:none;
	}

	img.smartimg{
		display:block;
	}

}
/*
.gtco-testimonial .gtco-testimony {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.gtco-testimonial .gtco-left > div {
  display: table-cell;
  float: left;
  width: 80px;
}
.gtco-testimonial .gtco-left > div img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  max-width: 100% !important;
}
.gtco-testimonial .gtco-left > blockquote {
  padding-left: 20px;
  display: table-cell;
  border-left: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.gtco-testimonial .gtco-left > blockquote p {
  font-style: 16px;
  font-style: italic;
}
.gtco-testimonial .gtco-left > blockquote .author {
  color: #666666;
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;

}*/
/* フッター */

#gtco-footer {
  background: #444;
  padding: 5em 0 0 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  float: left;
}
/*
#gtco-footer a:hover {
  color: #fff !important;
}
#gtco-footer .gtco-cta {
  margin-bottom: 30px;
}
#gtco-footer .gtco-cta h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}
#gtco-footer .gtco-cta .btn-white {
  padding: 15px 20px !important;
}
#gtco-footer .gtco-cta .btn-white.btn-outline:hover {
  color: #000 !important;
}
#gtco-footer .gtco-footer-paragraph h3 {
  color: #fff;
  margin-bottom: 10px;
}
#gtco-footer .gtco-footer-link {
  padding-left: 30px;
}
#gtco-footer .gtco-footer-link h3 {
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #gtco-footer .gtco-footer-link {
    padding-left: 15px;
  }
}
#gtco-footer .gtco-footer-link .gtco-list-link {
  padding: 0;
  margin: 0;
}
#gtco-footer .gtco-footer-link .gtco-list-link li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-footer .gtco-footer-link .gtco-list-link li a {
  text-transform: uppercase;
  font-size: 13px !important;
  font-family: 'Poppins', sans-serif;
}
#gtco-footer .gtco-footer-subscribe {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #gtco-footer .gtco-footer-subscribe {
    padding-left: 15px;
  }
}
#gtco-footer .gtco-footer-subscribe .form-control {
  background: #fff !important;
  border: none !important;
}
#gtco-footer .gtco-footer-subscribe .btn {
  margin-top: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 54px !important;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
*/
#gtco-footer .gtco-copyright {
  background: #f2f3f4;
  padding: 40px 0;
  width: 100%;
}
#gtco-footer .gtco-copyright p {
  font-family: 'Noto Sans JP', sans-serif;


}
#gtco-footer .gtco-copyright p:last-child {
  margin-bottom: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gtco-news ul {
  padding: 0;
  margin: 0;
}
.gtco-news ul li {
  margin: 0 0 20px 0;
  list-style: none;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
.gtco-news ul li a {
  display: block;
  padding: 0 0 20px 0;
}
.gtco-news ul li a h3 {
  margin-bottom: 15px;
  font-weight: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #34757a;
}
.gtco-news ul li a .post-date {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #b3b3b3;
  font-family: 'Poppins', sans-serif;

  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  font-weight: 100;
}
.gtco-news ul li a p {
  color: gray;
}
.gtco-news ul li a p:last-child {
  margin-bottom: 0;
}
.gtco-news ul li a:hover h3 {
  color: #000;
}
/*
.gtco-social-icons {
  margin: 0;
  padding: 0;
}
.gtco-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #34757a;
  padding-left: 10px;
  padding-right: 10px;
}
.gtco-social-icons li a i {
  font-size: 20px;
}
*/
.gtco-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.gtco-contact-info ul {
  padding: 0;
  margin: 0;
}
.gtco-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.gtco-contact-info ul li:before {
  color: #cccccc;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gtco-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.gtco-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.gtco-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.gtco-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

form label {
  font-weight: normal !important;
}

#gtco-header {
  background-repeat: no-repeat;
  background-size: cover;
}
#gtco-header p {
  color: #d3f1ed;
  font-size: 20px;
  margin-bottom: 40px !important;
}
#gtco-header h1 {
  font-size: 50px;
  line-height: 1.2 !important;
  margin-bottom: 30px !important;
  color: #d3f1ed;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #gtco-header h1 {
    line-height: 1.2 !important;
  }
}
#gtco-header h1.no-margin {
  margin-bottom: 0 !important;
}
#gtco-header .copy {
  margin-top: 0em;
}
#gtco-header .btn {
  color: #34a7bd !important;
  text-shadow: none !important;
}
#gtco-header .header-img {
  margin-bottom: 30px;
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#gtco-header .display-tc h1, #gtco-header .display-tc h2,
#gtco-counter .display-tc h1,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 59px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #gtco-header .display-tc h1,
  #gtco-counter .display-tc h1,
  .gtco-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#gtco-header .display-tc h2,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#gtco-counter {
  text-align: center;
}
#gtco-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #34757a;
  font-weight: 100;
  display: block;
}
#gtco-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #gtco-counter .feature-center {
    margin-bottom: 50px;
  }
}
#gtco-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#gtco-counter .icon i {
  height: 70px;
}
#gtco-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

.gtco-section {
  padding: 5em 0;
  clear: both;
  position: relative;
	background:#f2f3f4;
}

.gtco-section-1{
  padding: 5em 0;
  clear: both;
  position: relative;
	background:#f2f3f4;
}
.gtco-section-2 {
  padding: 7em 0;
  clear: both;
  position: relative;
	background:#E9EAEB;
}
.gtco-section-dark {
  padding: 7em 0;
  clear: both;
  position: relative;
	background:#333;
}

@media screen and (max-width: 768px) {
  .gtco-section, .gtco-section-1,  .gtco-section-2,  .gtco-section-dark {
    padding: 3em 0;
  }
}
/*
.gtco-section.border-bottom {
  border-bottom: 1px solid #d9d9d9;
}
.gtco-section.gtco-gray {
  background: #f6f6f6;
}
*/
.gtco-heading {
  margin-bottom: 2em;
}
.gtco-heading, .gtco-heading-sm {
  margin-bottom: 2em;
}

.gtco-heading h2 {
	font-family: "Sawarabi Mincho";
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #333;
  font-weight: 300;
	letter-spacing:0.1em;
}

hr
{
  border: 1px solid #34757a;
  width: 100px;
  margin-top: 20px;
}

.gtco-heading p {
  font-size: 15px;
  line-height: 2.0em;
  color: #333;
	letter-spacing:0.1em;
}

blockquote {
  padding-left: 0;
  border-left: none;
}
blockquote p {
  font-style: italic;
  color: #000;
}
blockquote p > cite {
  font-size: 14px;
  color: #b3b3b3;
}

#gtco-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #gtco-offcanvas {
    display: block;
  }
	.gtco-heading h2 {
	  font-size: 20px;
	  line-height: 1.0;
		letter-spacing:0.05em;
	}
	.gtco-heading p {
	  font-size: 14px;
		letter-spacing:0.05em;
		text-align:left;
	}
}



.offcanvas #gtco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#gtco-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Poppins', sans-serif;

}
#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gtco-offcanvas ul li {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#gtco-offcanvas ul li > a {
  display: block;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.gtco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #444;
}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.gtco-nav-toggle.gtco-nav-white > i {
  color: #fff;
  background: #fff;
}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
  background: #fff;
}

.gtco-nav-toggle i::before {
  top: -7px;
}

.gtco-nav-toggle i::after {
  bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
  top: -10px;
}

.gtco-nav-toggle:hover i::after {
  bottom: -10px;
}

.gtco-nav-toggle.active i {
  background: transparent;
}

.gtco-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
  position: absolute;
  right: 0px;
  top: 8px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .gtco-nav-toggle {
    display: block;
  }
}


/* ボタン */

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family:'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight:400 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 30px;
  /*text-transform: uppercase;*/
  text-shadow: none !important;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.btn.btn-sm {
  padding: 10px 20px !important;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 480px) {
	.btn {
	  margin-right: 10px;
	  margin-bottom: 10px;
	  padding: 10px 10px;
	  font-size: 13px;
  letter-spacing:0.05em;
		width:90%;
		margin:0 auto;
	}
}


.btn-primary {
  background: #34757a;
  color: #fff;
  border: 2px solid #34757a !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #67db90 !important;
  border-color: #67db90 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #34757a;
  border: 2px solid #34757a;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #34757a;
  color: #fff;
}
/*
.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}
*/

.btn-white {
  background: #fff;
  color: #333;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #888;
  background: #ddd;

}
.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #fff;
  color: #000 !important;
  border: 2px solid #fff;
}

.btn-special {
  background: #34757a;
  color: #fff;
}
.btn-special:hover, .btn-special:focus, .btn-special:active {
  color: #fff;
  background: #888;

}
/*
.btn-special.btn-outline {
  color: #fff;
  border: 2px solid #34757a;
}
.btn-special.btn-outline:hover, .btn-special.btn-outline:focus, .btn-special.btn-outline:active {
  background: #fff;
  color: #2f9051;
  border: 2px solid #34757a;
}*/

.btn-outline {
color:#34757a;
  background: #fff;
  border: 2px solid #34757a;
/*  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;*/
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
color:#34757a;
  background: #ddd;
}

/*
.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}
*/
.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #34757a;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.mt-sm {
  margin-top: 20px;
}

.mt-md {
  margin-top: 40px;
}


@media screen and (max-width: 768px) {
	.mt-sm {
	  margin-top: 10px;
	}
  .mt-md {
    margin-top: 20px;
  }
}

.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .gtco-nav .gtco-contact {
    text-align: left !important;
  }
}
.gtco-nav .gtco-contact ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.gtco-nav .gtco-contact ul li {
  padding: 0;
  margin: 0;
}
.gtco-nav .gtco-contact ul li a {
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 0px;
}
.gtco-nav .gtco-contact ul li a i {
  color: #34757a;
}
.gtco-nav .gtco-contact ul li a:hover i {
  color: #fff;
}

.gtco-flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
}

/* Owl Override Style */
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next,
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  top: 25%;
  z-index: 1001;
  position: absolute;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev {
  top: 44%;
  z-index: 1001;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  right: -170px;
}
@media screen and (max-width: 992px) {
  .owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    right: -50px;
  }
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -170px;
}
@media screen and (max-width: 992px) {
  .owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -50px;
  }
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  color: #fff;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 1002;
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  color: #fff;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  color: #b3b3b3;
  font-size: 30px;
  background: transparent !important;
  z-index: 1002;
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  color: #000;
}

.gtco-more {

  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .05em;
}
.gtco-more:hover {
  color: #000;
}

.gto-features {
  border-top: 1px solid #e6e6e6;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 2.5em;
}

.owl-carousel-fullwidth .item > a {
  display: block;
  position: relative;
  z-index: 10;
}
.owl-carousel-fullwidth .item > a:after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  -webkit-box-shadow: inset 0px -177px 230px -121px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -177px 230px -121px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -177px 230px -121px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset -27px -181px 151px -121px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -27px -181px 151px -121px rgba(0, 0, 0, 0.75);
  box-shadow: inset -27px -181px 151px -121px rgba(0, 0, 0, 0.75);
}
.owl-carousel-fullwidth .item > a .slider-copy {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  z-index: 10;
}
.owl-carousel-fullwidth .item > a .slider-copy h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #cccccc;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  background: #4d4d4d;
}

/*---------------------------------------
   タブ切り替え 
-----------------------------------------*/
#topmovie {
    position: relative;
    z-index: 100;
    padding-top: 3vw;
}

#topmovie .hide {
     display:none;
}

#topmovie .tab{
    overflow:hidden;
}
#topmovie .flexbox {
  display: flex;
}

#topmovie .fw {
  flex-wrap: wrap;
}

#topmovie li{
	font-size:16px;
  list-style: none;
   padding: 0 0 20px 0;
   margin-right:20px;
   flex: 1;
   text-align: center;
   border-bottom: 2px solid #ddd;
   font-weight: 600;
   letter-spacing: .05em;
}
#topmovie li&:last-child {
     margin-right: 0;
}

#topmovie li:hover {
   cursor: pointer;
    color: #34757a;
}
#topmovie li.select {
    border-bottom: 2px solid #34757a;
    color: #34757a;
}

#topmovie .mvarea  {
    padding: 20px;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
		text-align:center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
		padding:12px;
}

.social-icon li a {
    color: #ddd;
    border-radius: 100px;
    font-size: 23px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 80px;
    height: 80px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #333;
    color: #ffffff;
}

/* 問い合わせフォーム */

table.type01{
	width:100%;
  border: 1px solid #ddd;
	border-collapse: collapse;
	margin:0 auto;
margin-bottom:10px;
}

.type01 th, .type01 td{
  border: 1px solid #ddd;
	margin-top:5px;
  border-collapse: collapse;
  line-height: 1.5;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:15px;
}

.type01 th {
	width:40%;
	font-family: 'Noto Sans JP';
	font-size:14px;
	text-align:left;
  font-weight:500;
	color:#333;
	letter-spacing:0.05em;
	line-height:1.6em;
	padding-left:20px;
}

.type01 td {
	font-family: 'Noto Sans JP';
	font-size:14px;
	text-align:left;
	letter-spacing:0.05em;
}

.type01 tr:nth-child(odd) {
}

input.textbox{
	width: 100%;
/*	max-width:600px;
	padding:3px 0 3px 3px;
	margin:3px 0;*/
}

textarea{
	width: 100%;
/*	max-width:400px;*/
	height:200px;
}
span.redbox{
	display:inline-block;
	background:#34757a;
	font-size:11px;
	font-weight:300;
	line-height:1.0em;
	color:#fff;
		padding-top:2px;
		padding-bottom:3px;
		padding-left:4px;
		padding-right:4px;
	border-radius:4px;
	margin-left:5px;
}

input[type="radio"]{
	margin:10px 5px 10px 5px;
}


input[type="text"],
textarea{
	width: 100%;
	color: #151515;
	padding:3px;
	margin:3px 0;
}
/*
input.form-btn{
	background:#151515;
	color:#fff;
	font-size:18px;
	padding:10px;
	margin-top:30px;
	letter-spacing:0.05em;
	border:1px solid #151515;
	border-radius:5px;
}

.contact a:hover .form-btn {
  background: #EEB448;
  color: #151515;
}
*/
.form-btn {
  font-family: 'Open sans',"Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 20px;
  border: 1px solid #333;
  color: #fff;
  background: #333;

}

.form-btn:hover {
  border: 1px solid #34757a;
  background: #34757a;
  color: #fff;
}

div#main_thanks{
	padding-top:180px;
}

@media (max-width: 768px) {
  table.type01{
		width:100%;
		border:none;
	}

  table.type01 th{
    display:block;
    width:100%;
    border-top:none;
    border-bottom:none;
		text-align:center;
		border-top:1px solid #ddd;
		border-bottom:1px solid #ddd;
  }

  table.type01 td{
     display:block;
		font-size: 12px;
  }

	.type01 th, .type01 td{
		padding-top:10px;
		padding-bottom:10px;
		padding-left:12px;
		padding-right:12px;
	  border:none;
		margin-top:0px;
	}
	div#main_thanks{
		padding-top:130px;
	}

}

/* thanksページ */

.contactfin .section-title {
	text-align:center;
  padding-bottom: 50px;
}


.contactfin .section-title p {

	display: inline-block;
	position:relative;
  padding-bottom: 5px;
}

.contactfin .section-title p::after {
  content: "";
  height: 3px;
  display: block;
  background: #EF3CB81;
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.contactfin .content p {
	text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:400;
  color: #151515;
  letter-spacing:0.05em;
	line-height:1.8em;
}

@media (max-width: 667px) {

.contactfin .content p {

  font-size: 14px;
}

}
.back-btn {
  font-family: 'Open sans',"Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 1px solid #EEB448;
  background: #EEB448;
  color: #151515;

}

.back-btn:hover {
  border: 1px solid #151515;
  color: #fff;
  background: #151515;
}

/* //thanksページ */


/*---------------------------------------
   Wordpress
-----------------------------------------*/

/* 埋め込み一覧html用 */

div.daytime{
	padding-top:10px;
	padding-bottom:0px;
	color:#333;
	font-family: 'Merriweathe Sans', sans-serif;
	font-size:12px;
	letter-spacing:0.05em;
	font-weight:400;
	text-align:left;
}

h3.posttitle{
	font-size:14px;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.05em;
/*	border-bottom:1px solid #333;
	border-top:1px solid #333;*/
	padding-top:5px;
	padding-bottom:0px;
	height:60px;
}

h3.posttitle:hover{
	color:#34757a;
}


h3.posttitle_shop{
	font-size:12px;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.05em;
	padding-top:10px;
	padding-bottom:0px;
	height:40px;
}

h3.posttitle_shop:hover{
	color:#34757a;
}

span.cate ul{
	background-color:#333;
	list-style:none;
	position:absolute;
	z-index:100;
	padding:3px 12px;
}
span.cate ul li{
	color:#fff;
	font-size:10px;
	letter-spacing:0.2em;
	margin:0;
	text-decoration:none;
}

span.cate ul li a{
	color:#fff;
	font-size:10px;
	font-weight:normal;
	letter-spacing:0.2em;
	margin:0;
	text-decoration:none;
}

.item{
	margin:0;
	padding:15px;
}
/*
.item a:hover img{
	opacity:0.6;
}

span.image_fit img{
	height:220px;

}
*/

.item .itemimg{
	height:220px;
	overflow: hidden;
	 position: relative;
}
.item .itemimg img{
	display: block;
	transition-duration: 0.8s;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.item .itemimg img:hover{
	transform: scale(1.1);
	transition-duration: 0.5s;
}

@media screen and (max-width: 768px) {
  div.daytime{
    	padding-top:10px;
  }
}

@media screen and (max-width:480px) {

	.item .itemimg{
		height:auto;
		overflow: hidden;
	}
	.item{
		margin-bottom:5px;
	}
}

/* WP個別投稿ページ用 */
.entry-header .entry-title{
	font-size:24px;
	font-weight:bold;
	line-height:1.8em;
	letter-spacing:0.05em;
}
.entry-content p{
	font-size:14px;
	font-weight:normal;
	line-height:2.0em;
	letter-spacing:0.05em;
}

#content-inside{
	width:100%;
	padding:0;
}

.entry-content img{
	max-width:100%;
	height:auto;
}

.gtco-item {
  margin-bottom: 4em;
  float: left;
  width: 100%;
  display: block;
}

.share_btn{
margin-top:30px;
text-align:center;
}

h2.page-title{
	font-size:24px;
	font-weight:bold;
	line-height:1.8em;
	letter-spacing:0.05em;
}

@media screen and (max-width: 768px) {
  .gtco-item {
    margin-bottom: 3em;
  }
	.entry-header .entry-title{
		font-size:18px;
		line-height:1.6em;
	}
	.entry-content p{
		font-size:14px;
		line-height:1.8em;
	}
	h2.page-title{
		font-size:18px;
		line-height:1.6em;
	}
}