* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
html body {
  min-height: 100%;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
}
.sp,
.sp .menu-button {
  display: none;
}
.slidemenu {
  display: none;
}
.clear {
  clear: both;
}
.globalNav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 2px;
  -webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 2px;
  -moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 2px;
  z-index: 999;
}
.globalNav.close {
  top: -45px;
}
.globalNav a {
  margin: 0 8px;
  text-decoration: none;
  color: #666666;
  text-decoration: none;
}
.globalNav a:hover {
  border-bottom: 1px solid #666666;
}
.container {
  position: relative;
  display: block;
  min-height: 100%;
  height: auto;
  width: 100%;
  border: none;
}
.container .top {
  position: relative;
  display: block;
  height: 1080px;
  width: 100%;
  border: none;
  background: url('images/bg_kv_2023.jpg');
  background-position: center top;
  background-size: cover;
}
.filter,
.container .top .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(100,100,100,0.2);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
.container .top .nav,
.container .top .filter .nav {
  display: block;
  width: 100%;
	padding: 20px 0;
  text-align: center;
  border: none;
	background-color: rgba(0,0,0,0.30);
}
.container .top .nav a,
.container .top .filter .nav a {
  margin: 0 8px;
  text-decoration: none;
  color: #ffffff;
}

.container .top .main,
.container .top .filter .main {
  display: block;
  width: 100%;
  margin: 50px auto 0 auto;
  text-align: center;
  border: none;
}
.container .top .main h1,
.container .top .filter .main h1 {
  display: inline-block;
  margin: 0 auto;
  font-size: 55px;
  color: #ffffff;
  border: none;
}
.main h1{
	position: absolute;
	bottom: 618px;
	right: 0;
  left: 0;
  margin: 0 auto;
	width: 33%;
	min-width: 300px;
}
.main h1 img{
	width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {/*スマホ～iPad以前*/ 
	.container .top {
  position: relative;
}
.main h1{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 80%;
	
	min-width: 250px;
}
.main h1 img{
	width: 100%;
}
}
.scroll {
	position: absolute;
	right: 0;
  left: 0;
	bottom: 380px;
	margin: 0 auto;
	width: 30%;
	min-width: 300px;
	font-size: 20px;
	text-align: center;
	color: #231815;
	-webkit-animation-name: scrolldown;
	animation-name: scrolldown;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	z-index: 30;
}
.scroll a{
	color: #231815;
	text-decoration: none;
	text-shadow: none;
}
@-webkit-keyframes scrolldown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
	70% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
}
@media screen and (max-width: 518px) { 
	.container .top .main h1 img {
		width:90%;
	}
}
.container .top .main h2,
.container .top .filter .main h2 {
	position: absolute;
	width: 33%;
	min-width: 400px;
	text-align: left;
	bottom: 460px;
	right: 0;
  left: 0;
  margin: 0 auto;
  color: #231815;
	text-shadow: none;
	line-height: 1.6;
	letter-spacing: 1px;
  text-align: center;
}
.container .top .main h2 span,
.container .top .filter .main h2 span {
  color: #c11313
}
.main h2 small{
	font-size: 80%;
}
.container .top .main a.button,
.container .top .filter .main a.button {
  display: inline-block;
  padding: 13px 33px;
  border: 2px solid #231815;
  border-radius: 4px;
  font-weight: bold;
  font-size: 22px;
  color: #231815;
  text-decoration: none;
}
.container .top .filter .main a.button:hover {
  background: rgba(255,255,255,0.2);
}
.container .content1 {
  position: relative;
  display: block;
  height: 820px;
  width: 100%;
  padding-bottom: 30px;
  background: url('images/content1.jpg');
  background-position: center center;
  background-size: cover;
  border: none;
}
.container .content1 h2 {
  font-weight: normal;
  text-align: center;
  font-size: 35px;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #ffffff;
}
.container .content1 p {
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  font-size: 20px;
}
.container .content2 {
  display: block;
  /*height: 640px;*/
  height: 320px;
  width: 100%;
  text-align: center;
  border: none;
  border: 1px solid #ffffff;
}
.container .content2 h2 {
  font-weight: normal;
  font-size: 30px;
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.container .content2 p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 30px;
  color: #0dc5b9;
  line-height: 35px;
}
.container .content2 p.lead {
  margin: 40px 0 0 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  line-height: 2.0;
}
.container .content2 .lead_btn {
  margin-top: 32px;
  text-align: center;
}
.container .content2 .lead_btn a {
  display: inline-block;
  width: 400px;
  border: 1px solid #000;
  padding: 24px;
  color: #000;
}
.container .content3 {
  display: block;
  height: 730px;
  width: 100%;
  background: url('images/content3.jpg');
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid #fff;
}
.container .content3 h2 {
  font-weight: normal;
  font-size: 35px;
  padding-top: 45px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.container .content3 p {
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.container .content3 p a {
  color: #ffffff;

}
.container .content3 p a:hover {
  color: #0dc5b9;
}
.container .content3 .googleMap {
  position: relative;
  display: block;
  margin: 50px auto 0 auto;
  max-width: 900px;
  width: 100%;
  height: 400px;
  border: none;
  overflow: hidden;
}
.container .content3 .link {
  display: block;
  margin: 5px auto 0 auto;
  max-width: 900px;
  width: 100%;
  text-align: left;
}
.container .content3 .link a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
}
.googleMap iframe,
.googleMap object,
.googleMap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.container .access {
  display: block;
  min-height: 500px;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  background: #0dc5b9;
  border: none;
}
.container .access h2 {
  font-weight: normal;
  color: #ffffff;
  font-size: 35px;
  margin: 0;
  padding: 70px 0 0 0;
}
.container .access .contents {
  display: block;
  max-width: 1150px;
  width: 100%;
  height: auto;
  margin: 40px auto 0px auto;
  padding-bottom: 50px;
  border: none;
}
.container .access .contents .single {
  float: left;
  width: 50%;
  height: auto;
  padding-bottom: 40px;
  border: none;
}
.container .access .contents .single a.thumbnail {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 315px;
  border-radius: 4px;
  background-position: center center;
  background-size: cover;
  border: none;
}
.container .access .contents .single a.thumbnail.access1 {
  background: url('images/access1.jpg');
}
.container .access .contents .single a.thumbnail.access2 {
  background: url('images/access2.jpg');
}
.container .access .contents .single a.thumbnail.access3 {
  background: url('images/access3.jpg');
}
.container .access .contents .single a.thumbnail.access4 {
  background: url('images/access4.jpg');
}
.container .access .contents .single div.guide {
  width: 90%;
  height: 85px;
  padding-top: 15px;
  margin: 15px auto;
  text-align: center;
  border-radius: 4px;
  background: #ffffff;
}
.container .access .contents .single div.guide a {
  color: #000000;
  font-size: 25px;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

.container .access .contents .single div.guide a:hover {
  color: #0dc5b9;
  border-bottom: 1px solid #0dc5b9;
}
.container .access .contents .single div.guide p {
  color: #0dc5b9;
  margin: 0;
  padding: 0;
  font-weight: bold;
}


.container .content4 {
  display: block;
  min-height: 1030px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  border: none;
  padding-top: 50px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
}
.container .content4 h2 {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: normal;
}
.container .content4 .contents {
  display: block;
  max-width: 1150px;
  width: 100%;
  height: auto;
  margin: 50px auto 0px auto;
  padding-bottom: 50px;
  border: none;
}

.container .content4 .header_title {
    display: block;
    position: relative;
    margin: 1px auto 44px auto;
    height: 50px;
    text-align: center;
    border: none;
    font-family: 'Cinzel Decorative', cursive;
	background: url(images/features_bar.svg) center .7em repeat-x;

}
.container .content4 .header_title  span {
	display: block;
	color: #828282;
	width: 7em;
	background: white;
	margin: 0 auto;
}
.container .content4 ul,
.container .content4 li {
	margin: 0;
	padding: 0;
	list-style:none;
}
.container .content4 ul {
	overflow: hidden;
}
.container .content4 ul li {
	width: 32%;
	margin-right: 1%;
	margin-bottom: 1em;
	float: left;
}
.container .content4 .big_cup {
	margin-bottom: 3em;
	width: 30%;
}
.container .content4 ul li .icon,
.container .content4 ul li .column_title,
.container .content4 ul li .column_bar {
	display: block;
	margin: 0 auto 1em;
}
.container .content4 ul li .icatch {
	width: 100%;
}
.container .content4 ul li p {
	color: #828282;
    font-size: 13.5px;
    line-height: 23px;
    letter-spacing: 0.5px;
	text-align: left;
	margin: 0;
	padding: .5em 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
.container .content4 ul li {
	float: none;
	width: 100%;
	}
.container .content4 ul li .icon,
.container .content4 ul li .column_title {
	display:inline;
	margin-right: 1em;
}
}

.container .content5 {
	text-align: center;
}
.container .content5 h2 {
	 padding-top: 50px;
    font-size: 35px;
    margin-bottom: 0;
    font-weight: normal;
}
.container .content5 p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #0dc5b9;
}
.container .content5 .contents {
	display: block;
    max-width: 1150px;
    width: 100%;
    height: auto;
    margin: 50px auto 0px auto;
    padding-bottom: 50px;
    border: none;
}
.container .content5 .contents .single {
  float: left;
  width: 50%;
  height: auto;
  padding-bottom: 40px;
  border: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {/*スマホ～iPad以前*/ 
	.container .content5 .contents .single {
		float:none;
		width: 100%;
	}
}
.container .content5 .contents .single a.thumbnail {
 display: block;
 margin: 0 auto;
 width: 90%;
 border-radius: 4px;
 background-position: center top;
 background-size: cover;
 border: none;
 height: 0;
 padding-top: calc(540 / 720 * 100%);
}
.container .content5 .contents .single a.thumbnail.maker1 {
  background-image: url('images/maker1.jpg');
}
.container .content5 .contents .single a.thumbnail.maker2 {
  background-image: url('images/maker2.jpg');
}
.container .content5 .contents .single a.thumbnail.maker3 {
  background-image: url('images/maker3.jpg');
}
.container .content5 .contents .single a.thumbnail.maker4 {
  background-image: url('images/maker4.jpg');
}
.container .content5 .contents .single a.thumbnail.maker5 {
  background-image: url('images/maker5.jpg');
  background-position: top center;
}
.container .content5 .contents .single a.thumbnail.maker6 {
  background-image: url('images/maker6.jpg');
}
.container .content5 .contents .single a.thumbnail.maker7 {
  background-image: url('images/maker7.jpg');
  background-position: top right;
}
.container .content5 .contents .single a.thumbnail.maker8 {
  background-image: url('images/maker8.jpg');
}
.container .content5 .contents .single a.thumbnail.maker9 {
  background-image: url('images/hanako.jpg');
  background-position: top -50px right;
}
.container .content5 .contents .single a.thumbnail.maker10 {
  background-image: url('images/asuka.jpg');
}
.container .content5 .contents .single a.thumbnail.maker11 {
  background-image: url('images/machiokoshi.jpg');
}
.container .content5 .contents .single div.guide {
  width: 90%;
  height: 125px;
  padding-top: 15px;
  margin: 15px auto;
  text-align: center;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #999999;
}
.container .content5 .contents .single div.guide.no-link {
  padding-top: 30px;
}
.container .content5 .contents .single div.guide a {
  font-size: 16px;
  color: #0dc5b9;
}
.container .content5 .contents .single div.guide p {
  color: #555555;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.container .content5 .contents .single div.guide p.title {
  color: #000000;
  font-weight: normal;
  font-size: 25px;
}

.container .content6 {
  display: block;
  min-height: 630px;
  width: 100%;
  background: #2f343b;
  text-align: center;
  border: none;
  padding: 0 20px;
  margin: 0 auto;
  color: #ffffff;
}
.container .content6 h2 {
  font-size: 35px;
  padding-top: 50px;
  font-weight: normal;
}
.container .content6 p {
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.container .content6 .gallery {
  display: block;
  width: 100%;
  max-width: 830px;
  min-height: 400px;
  height: auto;
  text-align: center;
  border: none;
  margin: 40px auto 0 auto;
  padding-bottom: 60px;
}
.container .content6 .gallery a {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin: 0 3px 6px 3px;
  border: none;
  overflow: hidden;
}
.container .content6 .gallery a img {
  min-width: 150px;
  min-height: 150px;
  height: 100%;
  width: auto;
}
.container .content7 {
  display: block;
  min-height: 430px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  background: #0dc5b9;
  color: #ffffff;
}
.container .content7 h2 {
  font-size: 35px;
  padding: 0;
  margin: 0;
  padding-top: 80px;
  font-weight: normal;
	text-align: center;
}
.container .content7 .contents {
  display: block;
  max-width: 750px;
  margin: 35px auto 0 auto;
  border: none;
  width: 100%;
  height: auto;
}
.container .content7 .contents a {
  float: left;
}
.container .content7 .content {
  display: block;
  float: right;
  width: 490px;
  height: 100px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 4px;
}
.container .content7 .content h2 {
  margin: 0 auto;
  margin-bottom: 1px;
  padding: 15px 0 0 0;
  font-size: 25px;
}
.container .content7 .content a {
  float: none;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
.content7{
	width: 100%;
	text-align: center;
  padding-bottom: 60px;
}
.container .contact {
  display: block;
  min-height: 560px;
  width: 100%;
  border: none;
}
.container .contact h2 {
  font-size: 35px;
  padding-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.container .contact p {
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 20px;
  text-align: center;
  color: #0dc5b9;
}
.container .contact form {
  display: block;
  margin: 65px auto 70px auto;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 700px;
  border: none;
}
.container .contact form input[type="text"] {
  display: inline-block;
  width: 47%;
  outline: none;
  border: 2px solid #cccccc;
  border-radius: 4px;
  height: 40px;
  padding-left: 4px;
  font-size: 22px;
}
.container .contact form input[type="text"]:first-child {
  margin-right: 5%;
}
.container .contact form textarea {
  display: block;
  margin: 20px auto;
  width: 100%;
  height: 150px;
  padding: 4px;
  outline: none;
  border: 2px solid #cccccc;
  border-radius: 4px;
  font-size: 22px;
  resize: none;
}
.container .contact form input:focus,
.container .contact form textarea:focus{
  outline: none;
  border: 2px solid #0dc5b9;
  border-radius: 4px;
}
.container .contact form input[type="submit"] {
  display: block;
  margin: 0 auto;
  padding: 13px 25px;
  color: #ffffff;
  font-weight: bold;
  background: #0dc5b9;
  font-size: 22px;
  border: none;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.container .footer {
  display: block;
  min-height: 280px;
  width: 100%;
  padding-top: 100px;
  background: #2f343b;
  border: none;
}
.container .footer .social {
  position: relative;
  display: block;
  max-width: 250px;
  width: 100%;
  height: 50px;
  margin: 15px auto;
}
.container .footer .social .facebook {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding-top: 0;
  margin-right: 10px;
}
.container .footer .social .facebook .fb-like {
}
.container .footer .social .twitter {
  position: absolute;
  top: 0;
  left: 120px;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  padding-top: 4px;
}
.container .footer .social .google_plus {
  position: absolute;
  top: 2px;
  left: 200px;
}
.container .footer .copyright {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.gallary img {
	width: 100%;
	margin-bottom: .5em;
}
.machiokoshi{
	width: 100%;
}
.machiokoshi h2{
	width: 100%;
	padding: 20px 0 0;
	text-align: center;
	font-size: 36px;
	color: #231815;
}
.machiokoshi-visual{
	width: 100%;
}
.machiokoshi-visual img{
	width: 100%;
}
.machiokoshi ul{
	width: 80%;
	margin: 50px auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
.machiokoshi li{
	display: inline-block;
	width: calc((100% / 3) - 30px);
	padding: 15px;
	text-align: center;
	border: 1px solid #231815;
	color: #231815;
}
.machiokoshi li a{
	display: block;
	color: #231815;
}
.machiokoshi li a:hover{
	opacity: .6;
}
@media screen and (min-width: 320px) and (max-width: 767px) {/*スマホ～iPad以前*/ 
	.machiokoshi li{
	width: 100%;
	margin-bottom: 20px;
}
}
.company{
	width: 100%;
	margin: 30px 0;
	padding: 30px 0;
	background-color: #E8E7E7;
}
.company h2{
	text-align: center;
}
.company ul{
	width: 80%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
.company li{
	display: inline-block;
	width: calc((100% / 4) - 30px);
	padding: 20px;
	text-align: center;
	color: #231815;
}
.company li img{
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {/*スマホ～iPad以前*/ 

.company li{
	display: block;
	width: 100%;
}
.company li img{
	width: 100%;
	text-align: center;
}
}
.kyousan{
	width: 100%;
	margin: 30px auto;
	background-color: #FFFCEE;
}
.kyousan-cloud{
  margin-top: -30px;
}
.kyousan h2{
	padding-top: 30px;
	text-align: center;
}
.kyousan ul{
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.kyousan li{
	display: inline-block;
	/*width: calc((100% / 3) - 30px);*/
	padding: 10px;
	text-align: center;	
}
.kyousan li img{
	width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {/*スマホ～iPad以前*/ 

.kyousan li{
	display: block;
	width: 100%;
}
.kyousan li img{
	width: 100%;
	text-align: center;
}

}


.contact{
	width: 100%;
	text-align: center;
}
.footer{
	width: 100%;
	text-align: center;
}

.footer .social {
	margin: 15px auto;
}
.footer .social div {
	margin:5px auto;
}




.attWrap {
  position: relative;
}

.attArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.8);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  z-index: 40;
}

.attBox {
  border: 3px solid #000;
  background-color: #fff;
  padding: 20px;
}

.att__head {
  font-size: 52px;
  font-weight: 600;
  text-shadow: none;
}

.att__txt {
  font-size: 18px;
  font-weight: 600;
  text-shadow: none;
}

.u-hidden--pc {
    display: none;
}

.top.kvWrap {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("images/bg_kv_2024_pc.jpg") no-repeat center center;
  background-size: cover;
}

.top.kvWrap .filter {
  background: none;
}

.h-kvTxt {
  width: 100%;
  padding: 40px 15px;
  text-align: center;
  background-color: #343f3d;
}

.h-kvTxt img {
  width: 100%;
  height: auto;
  max-width: 698px;
}













