﻿@charset "UTF-8";

/***************************************************
	index.css
***************************************************/
/*----- main image -----*/
.hero {    position: relative;}
.slide_main li img {
    width: 100%;
    height: calc(100vh - 90px);
    object-fit: cover;
    overflow: hidden;
}

h1.main_catch {    margin-bottom: 0;}
.catch_txt {
    position: absolute;
    top: 50px;
    left: 200px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 45px;
    font-weight: normal;
    line-height: 1.6;
    text-shadow: 2px 2px 4px rgba(4,0,0,.5);
}
.catch_img {
    position: absolute;
    bottom: 40px;
    right: 200px;
	filter: drop-shadow(5px 5px 5px #000000);
}
h1.catch_img {    margin-bottom: 0;}

/*scroll*/
.ico_scroll {
    position: absolute;
    right: calc(50% - 20px);
    bottom: 10px;
    padding-top: 100px;
    background: url() 0 0 no-repeat;
    color: #fff;
    font-size: 14px;
}
.ico_scroll a {
    padding-top: 70px;
    color: #fff;
    text-decoration: none;
}
.ico_scrolla span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
html body [data-ca3_iconfont="ETmodules"]::before {
    font-family: "ETmodules";
}
[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
    background-image: url(/img/common/arr05.png);
    background-size: 26px auto;
    background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor:pointer;
    height: 20px;
    width: 26px;
    margin: 0px 0 0 -13px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    bottom: 55px;
    text-align: center;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
    animation:         ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}

@media only screen and (max-width: 1300px) {
    .slide_main,
    .slide_main li {    height: auto;}
}

@media only screen and (max-width: 768px) {
    .catch_txt {
        top: 25px;
        left: 40px;
        font-size: 24px;
    }
    .catch_img {
        bottom: 70px;
        right: 10px;
    }
    .catch_img img {    width: 140px;}
}

@media only screen and (min-width: 769px) and (max-width: 1240px) {
    .catch_txt {    left: 50px;}
    .catch_img {    right: 50px;}
    .ico_scroll {    bottom: 40px;}
    .ca3-scroll-down-link {    bottom: 95px;}
}

@media only screen and (max-width: 768px) {
    .ico_scroll {    bottom: 65px;}
    .ca3-scroll-down-link {    bottom: 115px;}
}

/*----- section01 -----*/
#section01_wrap {
    margin-top: -50px;
    padding-top: 50px;
}
#section01 {
	margin: 40px auto 70px;
	padding: 140px 0;
	background: url(/img/index/index_bg01_pc.jpg) center top no-repeat;
	background-size: cover;
}
#section01 .item a {
	display: inline-block;
	width: 270px;
	height: 270px;
	background: rgba(255,255,255,.8);
	color: #000;
    font-size: 24px;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#section01 .item a:hover {
	background: rgba(255,255,255,.92);
}

#section01 .item .txt_large {
	padding: 65px 10px 10px;
	font-size: 36px;
}
#section01 .item:nth-child(1) .txt_large {
	padding: 85px 10px 10px;
}

@media only screen and (max-width: 768px) {
	#section01 {
		margin-bottom: 50px;
	    background: url(/img/index/index_bg01_sp.jpg) 70% top no-repeat;
	}
    #content #section01.container {    padding: 10%;}
	.section01_inn {
		padding: 45px 20px;
		background: url(/img/index/index_bg01_pc.jpg) center center no-repeat;
/*		background: url(/img/index/index_bg01_sp.jpg) center center no-repeat;*/
        overflow-x: scroll;
	}
	#content #section01 .container {	padding: 0;}
    #section01 .item {
        width: 100%;
    }
	#section01 .item:last-child {	margin-bottom: 0;}
    #section01 .item a {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
        padding: 20px 5px;
        font-size: 20px;
    }
    #section01 .item:nth-child(1) a {
        margin-top: 20px;
        padding: 34px 5px;
    }
    #section01 .item .txt_large,
    #section01 .item:nth-child(1) .txt_large {
        padding: 10px;
        font-size: 26px;
        line-height: 1.2;
    }
    #section01 .item a {
        font-size: 18px;
    }
}

/*----- slide_info -----*/
.slide_info .slick-dots {    bottom: -35px;}
.slide_info .slick-dots li {    margin: 0 15px;}
.slide_info .slick-dots li button:before {    font-size: 20px;}
.slide_info.slick-dotted.slick-slider {    margin-bottom: 80px;}

/*----- section02 -----*/
#section02.container {
    padding-right: 0;
    padding-left: 15px;
}
#section02 .ttl01 {    margin-bottom: 0;}
#section02 .ttl01 time {
	display: inline-block;
	padding: 0 10px 0 30px;
	font-size: 22px;
}
#section02 .ttl01 span {
	color: #600702;
	font-size: 22px;
}

/*--slide--*/
.slide {    position: relative;}
.slick-slide a {    outline: none;}

/*--slide arrow--*/
.slide .slick-prev {    left: 0;}
.slide .slick-next {    right: 0;}
.slide .slick-prev, .slide .slick-next {
    top: -95px;
	width: 34px;
	height: 34px;
}
.slide .slick-next.slick-arrow {
	background: url(/img/index/arr02_indexslide.png) 50% 50% no-repeat;
	background-size: 30px auto;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.3s ease;
}
.slide .slick-prev.slick-arrow {
	background: url(/img/index/arr01_indexslide.png) 50% 50% no-repeat;
	background-size: 30px auto;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.3s ease;
}

.slide .slick-next.slick-arrow:hover,
.slide .slick-prev.slick-arrow:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.slide .slick-next:before,.slide .slick-prev:before {	content: '';}

@media only screen and (max-width: 768px) {
    #section02.container {
        padding-right: 20px;
        padding-left: 20px;
    }
    #content #section02.container {    padding-bottom: 40px;}
    #section02 .ttl01 time {
        margin-top: 10px;
        padding: 0 10px 0 0;
        font-size: 18px;
    }
    #section02 .ttl01 span {    font-size: 18px;}
    .slide .slick-prev, .slide .slick-next {
        top: -70px;
        width: 30px;
        height: 30px;
    }
    .slide .slick-next.slick-arrow {
        right: 5px;
        background: url(/img/index/arr02_indexslide.png) 50% 50% no-repeat;
        background-size: 30px auto;
    }
    .slide .slick-prev.slick-arrow {
        left: 5px;
        background: url(/img/index/arr01_indexslide.png) 50% 50% no-repeat;
        background-size: 30px auto;
    }
    #section02 .slick-slide {   padding: 0 2px;}
}

/*----- section03 -----*/
#section03 .ttl01 {
    margin-bottom: 10px;
    font-size: 34px;
}
#section03 .item.n05 .ttl01 {    margin-bottom: 10px;}
/*#section03 .item.n06 .ttl01 {    margin-bottom: 5px;}*/
#section03 .d-md-flex {    margin-bottom: 20px;}
#section03 .order-md-1,
#section03 .order-md-2,
#section03 .order-md-3 {
/*    width: 33%;*/
/*    padding: 0 20px;*/
}
#section03 .item a {
	display: flex;
	justify-content: center;
	align-items: center;
/*
	width: 372px;
	height: 372px;
*/
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-shadow: 2px 2px 3px #040000;
	-webkit-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*#section03 .item.n01 a {	background: url(/img/index/img01_pc.jpg) center center no-repeat;background-size: cover;}*/
/*#section03 .item.n02 a {	background: url(/img/index/img03_pc.jpg) center center no-repeat;background-size: cover;}*/
/*#section03 .item.n03 a {	background: url(/img/index/img02_pc.jpg) center center no-repeat;background-size: cover;}*/
/*#section03 .item.n04 a {	background: url(/img/index/img04_pc.jpg) center center no-repeat;background-size: cover;}*/

#section03 .item a:hover {	text-decoration: none;}
#section03 .only_pc_tb .txt_large {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    text-align: center;
	font-size: 36px;
	line-height: 1.4;
}
#section03 .item.n02 .txt_large,
#section03 .item.n04 .txt_large {
    top: 25%;
    margin-bottom: 20px;
}
#section03 .item.n02 .txt_medium,
#section03 .item.n04 .txt_medium {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.6;
}

#section03 .attentionBox {	text-align: center;}
#section03 .attentionBox span {
	display: inline-block;
	padding: 15px 50px;
	border: 1px solid #8f8f98;
	border-radius: 10px;
	font-size: 20px;
	line-height: 1.8;
}

#section03 .itemBox02 {
    width: 410px;
    padding: 30px 25px;
	background: url(/img/index/img05.jpg) center top no-repeat;
/*	background-size: contain;*/
    color: #333;
}

#section03 .itemBox02 a.submit{
	width: 203px;
    padding: 10px 10px 10px 20px;
    border: 1px solid #b7b5b5;
    border-radius: 0;
    background: #FFF url(/img/common/ico01.png) 91% 50% no-repeat;
    color: #333;
    text-shadow: 0 0 black;
    justify-content: left;
    margin: 0 auto 20px;
}

/*--- form ---*/
/*#section03 .item.n05 {    white-space: nowrap;}*/
#section03 form {
    font-size: 22px;
    line-height: 1.4;
}
#section03 form .wine {    font-size: 16px;}
#section03 form .wine label {    margin-right: 30px;}
#section03 form .wine label:last-child {    margin-right: 0;}
#section03 form input.lowprice,
#section03 form input.highprice,
#section03 form input.startyear,
#section03 form input.endyear {
    width: 110px;
/*    text-align: center;*/
}

#section03 form input {
    padding: 5px 8px;
    border: none;
    border-radius: 3px;
}
#section03 form input:focus {    outline: none;}

/*
#section03 form input[type=checkbox] {
    width: 17px;
    height: 17px;
}
*/
#section03 form input[type=radio] {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
#section03 form .price {    margin-left: 14px;}

#section03 form .price span.l-height01,
#section03 form .year span.l-height01 {
    display: inline-block;
    margin-top: 0;
    padding-right: 5px;
    line-height: 1.2;
    vertical-align: middle;
}
#section03 #searchBox input::placeholder { color: #ddd;}
#section03 form #submit {
    width: 220px;
    padding: 10px;
    border: 1px solid #b7b5b5;
    border-radius: 0;
    background: #fff url(/img/common/ico01.png) 80% 50% no-repeat;
    color: #333;
    letter-spacing: 20px;
}
#section03 form .submit {
    margin: 20px 0 30px;
    text-align: center;
}
#section03 form label:hover,
#section03 form #submit:hover {    cursor: pointer;}

#section03 .item.n03 a {    font-size: 18px;}

#section03 .item.n06 {    text-align: center;}
#section03 .item.n06 .txt01,
#section03 .item.n06 .txt01 a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 30px;
    color: #333;
    text-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#section03 .item.n06 .txt01 a:hover {    opacity: .8}
#section03 .item.n06 .txt01 span {    font-size: 20px;}
#section03 .item.n06 .txt02 {
    margin-bottom: 10px;
    font-size: 24px;
}
#section03 .item.n06 .txt03 {
    margin-bottom: 10px;
    font-size: 16px;
}

#section03 #searchBox,
#section03 #infoBox {
    margin-top: -110px;
    padding-top: 110px;
}

#section03 .figcaption li:last-child {    margin-bottom: 0;}

@media only screen and (max-width: 768px) {
    #section03 form {    font-size: 18px;}
    #section03 .ttl01 {    font-size: 30px;}

    #section03 .container {    padding: 0;}
    #section03 .attentionBox.container {    padding: 0 20px;}
    #section03 .item.n05 .ttl01 {
        margin-bottom: 0;
        padding: 0 0 10px;
        font-size: 25px;
    }
    #section03 .item.n06 .ttl01 {
        margin-bottom: 5px;
        padding: 20px 0 0;
        font-size: 25px;
    }
    #section03 .item.n06 .txt01 {    font-size: 25px;}
    #section03 .item.n06 .txt02 {    font-size: 18px;}
    #section03 .item.n06 .txt03 {    font-size: 14px;}
    #section03 .txt_large {    font-size: 30px;}
    #section03 .item a {
        width: 100%;
        height: auto;
    }
    #section03 .item.n01,
    #section03 .item.n03 {	margin-bottom: 15px;}
    #section03 .itemBox02 {
        width: 100%;
        margin-bottom: 15px;
        padding: 10px;
        background: url(/img/index/img05.jpg) center -50px no-repeat;
        /*background-size: cover;*/
    }
    
	#section03 .attentionBox span {
		padding: 10px 15px;
		font-size: 12px;
		text-align: left;
	}
    #section03 form #submit {
        background: #fff url(/img/common/ico02.png) 75% 50% no-repeat;
        background-size: 15px;
    }
    #section03 form .submit {    margin: 20px 0 0;}

    #section03 .only_sp .item.n01 {    background: url(/img/index/img01.jpg) center center no-repeat;}
    #section03 .only_sp .item.n02 {    background: url(/img/index/img03.jpg) center center no-repeat;}
    #section03 .only_sp .item.n03 {    background: url(/img/index/img02.jpg) center 10% no-repeat;}
    #section03 .only_sp .item.n04 {    background: url(/img/index/img04.jpg) center center no-repeat;}
    #section03 .only_sp .item.n06 {    background: url(/img/index/img05.jpg) center 98% no-repeat;}

    #section03 .only_sp .item.n01,
    #section03 .only_sp .item.n02,
    #section03 .only_sp .item.n03,
    #section03 .only_sp .item.n04,
    #section03 .only_sp .item.n06 {
        padding: 0 10px 5px;
        background-size: cover;
    }
    #section03 .only_sp .item.n02,
    #section03 .only_sp .item.n04 {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    #section03 .item.n06 {
        margin-bottom: 15px;
        padding: 30px 10px 0;
    }
    /*#section03 .sp_acTtl.active {    background: url(/img/common/arr06.png) 95% 60% no-repeat;}*/
    #section03 .item.n05 .acCon {    display: block;}
    /*#section03 .item.n05 .sp_acTtl,
    #section03 .item.n06 .sp_acTtl {    background: url(/img/common/arr03.png) 95% 60% no-repeat;}*/
    /*#section03 .item.n05 .sp_acTtl.active,
    #section03 .item.n06 .sp_acTtl.active {    background: url(/img/common/arr04.png) 95% 60% no-repeat;}*/
    #section03 .acCon {
        display: none;
        padding-top: 20px;
    }
    #section03 .acCon li {    margin-bottom: 10px;}
    #section03 .only_sp .item.n01 a,
    #section03 .only_sp .item.n02 a,
    #section03 .only_sp .item.n03 a,
    #section03 .only_sp .item.n04 a {
        background: none;
    }
    #section03 .only_sp .item.n02 a,
    #section03 .only_sp .item.n04 a {
        padding: 45px 0;
        font-size: 18px;
    }
    #section03 .only_sp .item.n02 .txt_large,
    #section03 .only_sp .item.n04 .txt_large {
        margin-bottom: 0;
        padding: 10px 10px 0;
    }

    #section03 .txt_large {
        padding: 45px 0;
        color: #fff;
        text-align: center;
    }
    
    #section03 #searchBox,
    #section03 #infoBox {
        margin-top: -60px;
        padding-top: 70px;
    }
    #section03 .item.n06 .txt01 a {    display: inline;}
    #section03 .item.n06 .txt01:first-child a {    font-size: 28px;}
}

/*----- section04 -----*/
#section04 li a {
	display: inline-block;
	text-align: center;
}
#section04 img {
	max-width: 320px;
	width: 100%;
}

.checkBox01 {
	margin-bottom:40px;
}

.checkBox01 h3 {
	text-align:center;
	margin-bottom:20px;
}
.checkBox01 span {
	display: inline-block;
	text-align:center;
    padding: 15px 50px;
    border: 1px solid #8f8f98;
    border-radius: 10px;
    font-size: 20px;
}

.checkBox01 p {
	margin-bottom:0;
}

@media only screen and (max-width: 768px) {
	#section04 li {	margin-bottom: 10px;}
	#section04 li a {
		width: 100%;
		padding: 10px;
		border: 1px solid #797991;
	}
	#section04 img {	max-width: 160px;}
	.checkBox01 {
	margin-bottom:40px;
}

.checkBox01 {
	padding:0 !important;
}

.checkBox01 h3 {
	font-size:18px;
	text-align:center;
	margin-bottom:20px;
}
.checkBox01 span {
	display: inline-block;
	text-align:center;
    padding: 15px;
    border: 1px solid #8f8f98;
    border-radius: 10px;
    font-size: 12px;
}

.checkBox01 p {
	margin-bottom:0;
}

}

/* SNS
------------------------------------------- */
#section05 ul {
  display: flex;
    justify-content: center;
    align-items: center;
  margin-top: 4rem;
}

#section05 li {
  padding: 0 1rem;
}

#section05 .sns  ul img {
  width: 50px;
}

/* インスタグラム
------------------------------------------- */
.instagram_list iframe {
  width: 100%;
  min-height: 800px;
  border: none;
}

.instagram_list {
  margin-bottom: 2rem;
}

@media screen and (max-width:768px)  {
.instagram_list iframe {
   min-height: 650px;
  }
}