@charset "UTF-8";


/*===============================================
  ドリンクページ
===============================================*/
.drink_body{
	background-color: white;
}
.leadArea1 {
    text-align: center;
    margin: 0 0 50px;
	padding: 130px 0 0 0;
}

@media screen and (max-width: 640px){
	#osake .leadArea1 {
		padding: 180px 4% 0;
		text-align: left;
		margin: 0 0 30px;
		font-size: 25px;
	}
}

#osake .secTit {
    font-size: 36px;
    letter-spacing: 0.2em;
    display: table;
    padding: 0 55px 0 60px;
    margin: 0 auto 40px;
    line-height: 1.3;
    position: relative;
	color: #000000;
}

@media screen and (max-width: 640px){
#osake .secTit {
    padding: 0 28px 0 32px;
    margin: 0 auto 20px;
    font-weight: 600;
    text-align: center;
	}
}

#osake .secTit:before {
    content: "";
    background: url(../img/common/before.svg) no-repeat;
    width: 23px;
    height: 36px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 30px;
}

@media screen and (max-width: 640px){
	#osake .secTit:before {
		background-size: 100%;
		width: 35px;
		height: 28px;
		top: calc(50% - 14px);
		left: -9px;
	}
}

#osake .secTit:after {
    content: "";
    background: url(../img/common/after.svg) no-repeat;
    width: 23px;
    height: 36px;
    display: inline-block;
    position: absolute;
    top: 12px;
}

@media screen and (max-width: 640px){
	#osake .secTit:after {
		background-size: 100%;
		width: 35px;
		height: 28px;
		top: calc(50% - 14px);
		right: -5px;
	}
}

#osake .courseSec {
    width: 1100px;
    margin: 0 auto 100px;
}

@media screen and (max-width: 640px){
	#osake .courseSec {
		width: 100%;
		margin: 0 auto 20px;
		padding: 0 4%;
	}
}	
	
#osake .image {
    margin: 50px auto;
	width: 70%;
}	

@media screen and (max-width: 640px){
	#osake .image {
		margin: auto;
		width: 100%;
	}
}
	
#osake .image img {
    width: 100%;
}	


	
@media screen and (max-width: 640px){
	#osake .block .titWrap .bloTit {
		text-align: left;
		line-height: 1.4;
	}
}
	
#osake .courseBox .courseBox .cost {
    margin: 0 0 30px;
}	

@media screen and (max-width: 640px){
	#osake .courseBox .cost {
		margin: 0 0 15px;
	}
}
	
#osake .courseBox .cost span {
    font-weight: 800;
}	
	
#osake .courseBox dl.menuList dt:before {
    content: "◇"; /* ←dtに「◇」をつけた */
    margin: 0 5px 0 0;
}

/*===============================================
  align
===============================================*/
.cont_center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.center {
  text-align: center !important;
  margin: 0 auto !important;
}
.textleft {
  text-align: left !important;
}
.textright {
  text-align: right !important;
}
.pcenter {
  vertical-align: middle;
}
.bold {
  font-weight: bold;
}
