@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');

#page-design {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    word-break: normal;
    word-wrap: break-word;
    font-feature-settings: "palt";
    letter-spacing: .1em;
}


#page-design .inner {
    width: 780px;
    margin: 0 auto;
    position: relative;
}

.top_title{
text-align: center;
    font-size: clamp(20px, 3.63vw, 28px);
    font-weight: bold;
    line-height: 1.7em;
    margin: 7px;
}
.colabo{
    color:#860E36;
     font-size: clamp(20px, 3.63vw, 28px);
 }
    
.top_subtitle{
text-align: center;
    font-size:clamp(18px,2.85vw,22px);
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 10px;
}
    
span.small {
    font-size: 16px;
}

@media only screen and (max-width: 800px){
#page-design .inner {
    width: 95%;
    margin: 0 auto;
}
}
#page-design ._sp{
	display:none;
}
#page-design h1, h2, h3 {
    font-weight: bold;
    text-align: center;
}
#access{
	margin-top:30px;
	padding-bottom: 30px;
}

#access h2{
	font-size:28px;
	color:#860E36;
	padding-top: 25px;
}
#access h1{
	background:#860E36;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	position: static;
}
#bnr h1{
	background:#000;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	position: static;
}
#access h3{
	color: #333;
	font-size: 20px;
	margin-top: 0;
    margin-bottom: 10px;
}
#access span{
font-size: 14px;
    display: inline-block;
    line-height: 1.2em;
    margin-top: 10px;
}
#access .gaikan{
	width: 70%;
	max-width: 640px;
	margin: 15px auto;
}
#access ul.place{
	display: flex;
}
#access ul.place li:nth-child(1){
	width: 50%;
}
#access ul.place li:nth-child(2){
	width: 48%;
	margin-left: 2%;
}

@media only screen and (max-width: 800px){
#access ul.place {
    display: inherit;
}
}
@media screen and (max-width:800px){
	#access ul.place li:nth-child(1){
		width: 100%;
	}
	#access ul.place li:nth-child(2){
		width: 100%;
		margin-left:0;
		margin-top: 15px;
	}
}
#access .add_url{
	text-align: center;
	margin-top: 15px;

}
#access .btn_more{
	background:#860E36;
	text-align: center;
	padding: 5px;
	width: 300px;
	margin: 15px auto;
	border-radius: 5px;
}
#access .btn_more a{
	color: #FFF;
}
#access .bold{
	font-weight: bold;
	font-size:120%;
	color: #860E36;
}

#howtobuy {
	margin:30px auto;
	/*background: rgba(250,251,221,0.5);
    padding: 2.5% 0;*/
}

#howtobuy h2{
	font-weight: bold;
	 margin-bottom: 20px;
}

#howtobuy  .btn_form {
    background: #013E65;
    color: #FFF;
    padding: 0.5em 1em;
    text-align: center;
    max-width: 400px;
    margin: 20px auto;
    font-weight: bold;
    font-size: 1.3em;
    border-radius: 8px;
}

#howtobuy .btn_form a {
    color: #FFF;
    text-decoration: none;
}
#howtobuy table.timetable {
    width: 100%;
    margin: 20px 0;
}
#howtobuy table.timetable th, table.timetable td {
    border: 1px solid #CCC!important;
    padding: 5px;
}
#howtobuy table.timetable th {
    background: #ededed;
    width: 15%;
}

#howtobuy table.timetable td {
    background-color: #FFF;
}


#howtobuy ul.txt-indent {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 20px;
}

#howtobuy ul.txt-indent li {
    text-indent: -1em;
    margin-top: 5px;
}

@media screen and (max-width: 768px){
#page-design table tr {
     border-bottom:none; 
    padding: inherit;
}


#page-design ._sp{
	display:block;
}
#howtobuy h2 {
    font-size: 16px;
}
    
#howtobuy  table.timetable td {
margin-top: 0!important;
}

#howtobuy table.timetable th {
    /*-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
    width:100%;
}

}

#howtobuy dl.servis {
    display: flex;
    flex-wrap: wrap;
}
#page-design dd:nth-child(1){
    width: 70%;
}
#page-design dd:nth-child(2){
    width: 20%;
    margin-left:5%;
}

@media screen and (max-width: 768px){
#howtobuy dl.servis {
    display: block;
}
#howtobuy dd:nth-child(1){
    width: 100%;
}
#howtobuy dd:nth-child(2){
    width: 100%;
    margin:7px auto;
}
}


#winelist ul {
    margin: 10px;
}

#winelist li {
	background-color: #FFF;
    border-bottom: 1px solid #CCC !important;
    padding: 5px;
}
@media screen and (max-width: 768px){
#winelist ul {
    margin: 10px 0;
}
}
