@charset "utf-8";
/* CSS Document */


/* -------------------------------------------------

ttlArea

------------------------------------------------- */
#ttlArea {
	width: 100%;
	height: 460px;
	background-repeat: no-repeat;
	background-image: url(../images/main.jpg);
	background-size: cover;
	background-position: center top;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.ttlBlock {
	width: 1000px;
	height: 460px;
	margin: 0 auto;
	position: relative;
}
.ttlBox {
	position: absolute;
	top: 185px;
	width: 200px;
	height: 200px;
	display: block;
	background-image: url(../../common/images/bg_murasaki.jpg);
	opacity: 0.8;
}
.ttlBlock h1 {
	position: absolute;
	top: 245px;
	width: 200px;
	height: auto;
	text-align: center;
}
.okamiPic {
  position: absolute;
  right: 75px;
  bottom: 0px;
}
#drink_sake section {
  margin-bottom: 20px;
}



/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {
#ttlArea {
	height: 200px;
}
.ttlBlock {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	position: relative;
}
.ttlBox {
	display: none;
}
.ttlBlock h1 {
	top: 85px;
	width: 100%;
}
}
/* -------------------------------------------------

index

------------------------------------------------- */
.listArea section {
	background-color: #ccc;
}
.listArea div h3 {
	color: #000;
	font-family: "hannari";
}
.listArea div p {
	color: #000;
	line-height: 180%;
	margin: 0 0 10px;
}
.listArea div p strong {
	font-size: 1.1em;
}
.detailBtn {
	height: 26px;
	margin: 0 auto;
}
.detailBtn a {
	height: 26px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	background-color: #9c7883;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.detailBtn a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* PC */
@media screen and (min-width:769px) {
.listArea {
	width: 1000px;
	margin: 35px auto 0;
	padding-bottom: 30px;
}
.listArea section {
	height: auto;
	margin: 0 0 35px;
	padding: 30px;
}
.listArea section p:nth-child(1) {
	width: 400px;
	float: left;
}
.listArea div {
	width: 510px;
	float: right;
}
.listArea div h3 {
	font-size: 1.9em;
	margin: 10px 0 30px;
}
.listArea div p {
	font-size: 1.1em;
	;
}
.detailBtn {
	width: 288px;
}
.detailBtn a {
	width: 288px;
}
}

/* Tablet */
@media screen and (max-width:768px) {
.listArea {
	margin: 20px;
}
.listArea div h3 {
	font-size: 1.8em;
	margin: 20px 0;
}
.listArea section {
	margin: 0 0 20px;
	padding: 20px;
}
.listArea section p:nth-child(1) img {
	width: 100%;
}
.listArea div {
	text-align: center;
}
.detailBtn {
	width: 208px;
}
.detailBtn a {
	width: 208px;
}
}
/* -------------------------------------------------

relaxation

------------------------------------------------- */
/* menuAreaTit */
.menuAreaTit {
	text-align: center;
	margin: 30px 0 20px;
	padding: 0 17px;
	line-height: 170%;
}
.menuAreaTit dt {
	font-size: 2em;
	font-family: "hannari";
	margin: 0 0 20px;
	line-height: 150%;
}
.menuAreaTit dd {
	font-size: 1.1em;
}
/* threeBlock */
.threeBlock {
	width: 1016px;
	height: auto;
	margin: 0 auto 10px;
}
.threeBlock ul {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.threeBlock li {
	margin: 8px;
	background-color: #CCC;
	width: 322px;
}
.threeBlock li dl {
	padding: 20px;
}
.threeBlock li dd {
	padding: 8px 0 0;
}
.threeBlock li dd h3 {
	color: #000;
	font-size: 1.3em;
}
.threeBlock li dd h3 span {
	font-size: 0.75em;
}
.threeBlock li dd p {
	color: #000;
	line-height: 1.4em;
	padding: 8px 0 0;
}
.threeBlock li dd p span {
	color: #555;
	padding-top: 10px;
}
/* menuAreaNote */
.menuAreaNote {
	font-size: 1.1em;
	line-height: 200%;
	text-align: center;
	margin: 0 20px 20px;
}
/* menuAreaRoom */
.menuAreaRoom {
	background-image: url(../images/bg_room.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 170%;
}
.menuAreaRoom h4 {
	font-family: "hannari";
	color: #379bc5;
	font-size: 2em;
	margin: 0 0 10px;
}
.menuAreaRoom dl {
	color: #444;
}
.menuAreaRoom dl dt {
	font-family: "hannari";
	font-size: 1.5em;
}
.menuAreaRoom dl dd {
	font-size: 1.1em;
}
.menuAreaRoom ul {
	color: #444;
}
/* othersArea */
.othersArea {
	background: url(../../common/images/bg_kodawari.jpg);
}
/* twoBlock */
.twoBlock {
	width: 1030px;
	height: auto;
	margin: 0 auto;
}
.twoBlock h3 {
	text-align: center;
	font-size: 2em;
	padding: 0 0 30px;
	font-family: "hannari";
}
.twoBlock .copyText {
	text-align: center;
	font-size: 1.1em;
	margin: 0 0 30px;
	line-height: 150%;
}
.twoBlock ul {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 0 0 20px;
	color: #333;
}
.twoBlock li {
	background-color: #fff;
	margin: 0 15px;
	width: 485px;
}
.twoBlock li dl {
	padding: 20px;
}
.twoBlock li dd h4 {
	font-size: 139%;
	line-height: 1.3em;
	padding: 10px 0 0;
}
.twoBlock li dd h4 span {
	font-size: 0.65em;
}
.twoBlock li dd p {
	line-height: 1.4em;
	padding: 5px 0 15px;
}
/* mapArea */
.mapArea {
	text-align: center;
}

/* PC */
@media screen and (min-width:769px) {
/* menuAreaRoom */
.menuAreaRoom {
	width: 678px;
	height: 220px;
	margin: 0 auto 45px;
	padding-top: 20px;
}
.menuAreaRoom dl {
	margin: 0 0 15px;
}
.menuAreaRoom dl dt {
	margin: 0 0 15px;
}
/* othersArea */
.othersArea {
	padding: 35px 0 50px;
	margin: 0 0 50px;
}
/* mapArea */
.mapArea {
	margin: 0 0 60px;
}
}

/* Tablet */
@media screen and (max-width:768px) {
/* threeBlock */
.threeBlock {
	width: auto;
	padding: 10px 10px 0;
}
.threeBlock ul {
	display: block;
}
.threeBlock li {
	margin: 0 0px 10px;
	background-color: #CCC;
	width: 100%;
}
.threeBlock li dl {
	padding: 20px;
}
.threeBlock li dt img {
	width: 100%;
	height: auto;
}
.threeBlock li dd {
	padding: 8px 0 0;
}
/* menuAreaRoom */
.menuAreaRoom {
	background-size: 100% 100%;
	padding: 20px 15px 15px;
	margin: 0 20px 20px;
}
.menuAreaRoom dl {
	margin: 0 0 10px;
}
.menuAreaRoom dl dt {
	margin: 0 0 10px;
}
.menuAreaRoom ul li {
	font-size: 0.9em;
}
/* othersArea */
.othersArea {
	margin: 0 0 30px;
	padding: 20px 0;
}
/* twoBlock */
.twoBlock {
	width: auto;
	padding: 0 10px;
}
.twoBlock h3 {
	font-size: 1.7em;
	line-height: 1.2em;
	padding: 0 0 15px;
}
.twoBlock ul {
	display: block;
	margin: 0;
	padding: 0;
}
.twoBlock li {
	margin: 0 0px 10px;
	width: 100%;
}
.twoBlock li dd h4 {
	font-size: 1.5em;
}
.twoBlock li dt img {
	width: 100%;
	height: auto;
}
/* mapArea */
.mapArea {
	margin: 0 0 30px;
	padding: 0 20px;
}
.mapArea p img {
	width: 100%;
}
}
/* -------------------------------------------------

goods

------------------------------------------------- */
.goodsArea section {
	line-height: 180%;
}
.goodsArea section h3 {
	font-size: 2em;
	padding: 0 0 20px;
	font-family: "hannari";
}
.goodsArea section p {
	font-size: 1.1em;
	margin: 0 0 20px;
}
.goodsArea div {
	height: auto;
	margin: 0 0 25px;
}
.goodsArea div figure {
	float: left;
	margin: 0 1px 20px;
}
.goodsArea div figure a img {
	margin-bottom: 5px;
}
.goodsArea div figcaption {
	line-height: 150%;
}
.goodsArea div figcaption span {
	font-size: 0.85em;
	display: block;
}
em {
  font-style: normal;
}
.rental {
  line-height:1.4em;
}
.caterringTxt {
  float:left;
  padding:0 0 0 20px;
}
.caterringTxt li {
  line-height:1.4em;
  padding:2px 0;
}


/* PC */
@media screen and (min-width:769px) {
.goodsArea {
	width: 1000px;
	margin: 30px auto 50px;
}
.goodsArea div figure {
	width: 248px;
}
.goodsArea div figure:nth-child(4n+1) {
	clear: left;
}


.cap {
  font-family: "hannari";
  font-size:154%
}
.kadomaru {
	font-size: 12px;
  background:#E44D50;
  padding:0px 5px 5px;
  margin:0 10px 0 0;
  border-radius:10px;
	display:inline;
  font-style: normal;
  vertical-align:6px;
}
.price {
  padding:4px 0 10px;
  font-family: "hannari";
  font-size:231%;
}
.yen {
  font-style: normal;
  font-size:75%;
  vertical-align:2px;
}



}

/* Tablet */
@media screen and (max-width:768px) {
.goodsArea {
	padding: 20px;
}
.goodsArea section h3 {
	line-height: 130%;
}
.goodsArea div figure {
	width: 49%;
	box-sizing: border-box;
}
.goodsArea div figure:nth-child(2n+1) {
	clear: left;
}
.goodsArea div figure a img {
	width: 100%;
}
}
/* -------------------------------------------------

drink

------------------------------------------------- */
/* drinkIndex */
.drinkIndex p {
	font-size: 1.7em;
	line-height: 200%;
	color: #fff;
	font-family: "hannari";
}
.drinkIndex p a:hover {
	text-decoration: none;
	color: #bd8c74;
}
/* drinkBlock */
.drinkBlock {
	background: url(../images/drink_bg.jpg) repeat-x left top #fff;
	margin: 0 0 30px;
	color: #444;
}
.drinkBlock h3 {
	font-size: 2em;
	line-height: 200%;
	color: #bd8c74;
	font-family: "hannari";
	margin: 0 0 20px;
}
.drinkBlock table {
	width: 100%;
	margin: 0 0 10px;
}
.drinkBlock table th, .drinkBlock table td {
	border-bottom: 1px dotted #c9c9c9;
	padding: 8px 0;
	vertical-align: middle;
	line-height: 150%;
}
.drinkBlock table th {
	font-weight: normal;
	text-align: left;
}
.drinkBlock table td {
	text-align: right;
}
/* menuBox */
.menuBox section h4 {
	border-left: 10px solid #ceac9d;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 130%;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}
.menuBox section h4:nth-child(n+2) {
	margin-top: 20px !important;
}

/* PC */
@media screen and (min-width:769px) {
.drinkArea {
	width: 1000px;
	margin: 30px auto 50px;
}
/* drinkIndex */
.drinkIndex {
	text-align: center;
	margin: 0 0 40px;
}
.drinkIndex p {
	display: inline;
}
.drinkIndex p a {
	display: inline-block;
	background: url(../images/drink_icon_menu.png) no-repeat center top;
	margin: 0 12px;
	padding: 10px 0 0;
	letter-spacing: -3px;
}
/* drinkBlock */
.drinkBlock {
	padding: 20px 30px 30px;
}
/* menuBox */
.menuBox {
	height: auto;
}
.menuBox section {
	width: 455px;
}
.menuBox section:nth-child(2n+1) {
	float: left;
}
.menuBox section:nth-child(2n) {
	float: right;
}
}

/* Tablet */
@media screen and (max-width:768px) {
.drinkArea {
	padding: 10px 20px 20px;
}
.drinkBlock h3 {
	font-size: 1.9em;
	letter-spacing: -6px;
	line-height: 150%;
}
/* drinkIndex */
.drinkIndex {
	margin: 0 0 20px;
}
.drinkIndex p {
	font-size: 1.5em;
}
.drinkIndex p a {
	background: url(../images/drink_icon_menu.png) no-repeat 97% center;
	background-size: 9px auto;
	display: block;
	padding: 5px 0 5px 5px;
	letter-spacing: -3px;
	border-bottom: 1px solid #222;
}
/* drinkBlock */
.drinkBlock {
	padding: 20px 20px 30px;
}
/* menuBox */
.menuBox section {
	margin: 0 0 15px;
}
}
/* ----------------------

drink_beer
drink_ume

------------------------ */
.beerUmeBox {
}
.beerUmeBox ul {
	height: auto;
}
.beerUmeBox ul li {
	float: left;
}
.beerUmeBox div p {
	font-size: 0.9em;
	line-height: 140%;
}
.beerUmeBox div table:nth-child(n+2) {
	margin-top: 10px;
}


.wakaokamiTxt {
  width:auto;
  height:auto;
}
.wakaokamiTxt h3 {
  color:#FFF;
	font-family: "hannari";
  font-size:216%;
  line-height:1em;
}
.wakaokamiTxt h4 {
  color:#FFF;
	font-family: "hannari";
  font-size:400%;
  line-height:1.1em;
  margin:0 0 20px -16px;
}
.wakaokamiTxt p {
  line-height:1.5em;
  padding:0 0 0 0px;
}

.wakaokami:after { content: ''; display: block; clear: both; }
.wakaokami {
  border-top: #FFF dotted 1px;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-image: url(../images/bg_ume.png);
  background-position: 0 100px;
  background-size: 100%;
  position: relative;
}
.umeThumb {
  width:auto;
  height:auto;
  padding:10px 0 0;
}
.umeThumb img {
  width:100%;
  height:auto;
}

/* PC */
@media screen and (min-width:769px) {
.beerUmeBox {
	height: auto;
}
.beerUmeBox ul {
	width: 460px;
	float: left;
}
.beerUmeBox ul li {
	width: 230px;
}


.beerBox {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.beerImg {
  width:290px;
}
.beerImg img {
  width:100%;
  height:auto;
}
.beerUmeBoxdiv {
	width: 620px;
}




.wakaokami {
  border-top:#FFF dotted 1px;
  padding:30px 0;
  background-position:110px 0;
  background-size:auto;
}
.wakaokamiTxt {
  width:380px;
  height:auto;
  float:left;
}
.wakaokamiTxt h3 {
  color:#FFF;
	font-family: "hannari";
  font-size:277%;
  line-height:1em;
}
.wakaokamiTxt h4 {
  color:#FFF;
	font-family: "hannari";
  font-size:400%;
  line-height:1.1em;
  margin:0 0 20px -16px;
}
.wakaokamiTxt p {
  line-height:1.5em;
  padding:0 0 0 13px;
}
.umeThumb {
  width:532px;
  height:auto;
  float:right;
  padding:0 0 0 0;
}


.nukinosasa {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.nukiImg {
  width:290px;
  height:auto;
}
.nukiImg img {
  width:100%;
  height:auto;
}
.nukiInfo {
  width:620px;
  height:auto;
}
.nukiInfo h4 {
	font-family: "hannari";
  font-size:216%;
  line-height:1em;
  padding:0 0 8px;
}
.nukiInfo h5 {
	font-family: "hannari";
  font-size:154%;
  line-height:1em;
  padding:0 0 8px;
}
.umeOther:after { content: ''; display: block; clear: both; }
.umeOther {
  padding:15px 0 0;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.umeOtherImg {
  width:190px;
  padding:0 0 0 15px;
}
.umeOtherImg img {
  width:100%;
  height:auto;
}
.umeOtherTxt {
  width:440px;
}


}

/* Tablet */
@media screen and (max-width:768px) {
.beerUmeBox ul {
	margin: 0 0 10px;
}
.beerUmeBox ul li {
	width: 48%;
}
.beerUmeBox ul li:nth-child(1) {
	margin-right: 4%;
}
.beerUmeBox ul li img {
	width: 100%;
}
}
/* ----------------------

drink_sake

------------------------ */
/* sakeBox */
.sakeBox {
	border-bottom: 1px solid #cacaca;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.sakeBox div p {
	font-size: 1.1em;
	margin: 0 0 5px;
}
.sakeBox div dl {
	height: auto;
}
.sakeBox div dl dt {
	width: 100%;
	margin: 20px 0 10px;
}
.sakeBox div dl dd {
	font-size: 0.9em;
	float: left;
}
.sakeBox div dl dd img {
	display: block;
	margin: 0 0 5px;
}
/* fourBlock */
.fourBlock {
	height: auto;
}
.fourBlock li dd {
	padding: 8px 0 0;
}
.fourBlock li dd h4 {
	font-size: 1.1em;
	line-height: 140%;
}
.fourBlock li dd h4 span {
	font-size: 0.75em;
}
.fourBlock li dd p {
	line-height: 130%;
}
.sakeIcon {
	background: url(../images/drink_sake_icon.png) no-repeat 0 center;
	background-size: 12px auto;
	padding: 10px 0 10px 17px;
}
.sakeIconOff {
	padding: 10px 0;
}
.sakeComment {
	color: #666;
}

/* PC */
@media screen and (min-width:769px) {
/* sakeBox */
.sakeBox {
	height: auto;
}
.sakePhoto {
	width: 300px;
	float: left;
}
.sakeBox div {
	width: 610px;
	float: right;
}
.sakeBox div dl dd {
	width: 95px;
}
.sakeBox div dl dd:nth-of-type(-n+5) {
	margin-right: 8px;
}
/* fourBlock */
.fourBlock ul {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin: 0 0 20px;
}
.fourBlock li {
	margin-left: 20px;
	width: 220px;
	background-color: #eee;
}
.fourBlock li:nth-child(4n+1) {
	margin-left: 0;
}
.fourBlock li dl {
	padding: 15px;
}
}

/* Tablet */
@media screen and (max-width:768px) {
.sakePhoto {
	margin: 0 0 15px;
}
.sakeBox div dl dd {
	width: 32%;
	margin: 0 0 10px;
}
.sakeBox div dl dd img {
	width: 100%;
}
.sakeBox div dl dd:nth-of-type(3n+1) {
	margin-right: 2%;
	clear: left;
}
.sakeBox div dl dd:nth-of-type(3n+2) {
	margin-right: 2%;
}
/* fourBlock */
.fourBlock {
	width: 100%;
}
.fourBlock ul {
	display: block;
	height: auto;
	overflow: hidden;
}
.fourBlock li {
	width: 48%;
	background-color: #eee;
	padding-bottom: 300px;
	margin-bottom: -300px;
	border-top: 10px solid #fff;
}
.fourBlock li:nth-child(2n+1) {
	clear: both;
	float: left;
}
.fourBlock li:nth-child(2n) {
	float: right;
}
.fourBlock li dl {
	padding: 10px;
}
.fourBlock li dt img {
	width: 100%;
	height: auto;
}
.fourBlock li dd {
}
}
/* ----------------------

drink_cocktail

------------------------ */
#drink_cocktail section h4 {
	border-left: 10px solid #ceac9d;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 130%;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}
/* ----------------------

drink_cocktail

------------------------ */
#drink_sake section h4 {
	border-left: 10px solid #ceac9d;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 130%;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}
#drink_cocktail section p {
	line-height: 140%;
	margin: 0 0 20px;
	font-size: 1.1em;
}
#drink_sake section p {
	line-height: 140%;
	margin: 0 0 20px;
	font-size: 1.1em;
}

/* cocktailBox */
.cocktailBox div {
	height: auto;
	background-color: #eee;
	padding: 15px 15px 0;
}
.cocktailBox div p {
	float: left;
}
.cocktailBox div dl {
	float: right;
	line-height: 150%;
}
.cocktailBox div dl dt {
	font-size: 1.2em;
}

/* PC */
@media screen and (min-width:769px) {
/* cocktailBox */
.cocktailBox {
	height: auto;
}
.cocktailBox div {
	width: 430px;
}
.cocktailBox div:nth-child(1) {
	float: left;
}
.cocktailBox div:nth-child(2) {
	float: right;
}
.cocktailBox div p {
	width: 160px;
}
.cocktailBox div dl {
	width: 255px;
}
.cocktailBox div dl dt {
	margin: 10px 0 15px;
}
.cocktailBox div dl dd {
	font-size: 1.1em;
}
}

/* Tablet */
@media screen and (max-width:768px) {
.cocktailBox div:nth-child(1) {
	margin: 0 0 15px;
}
.cocktailBox div p {
	width: 36%;
}
.cocktailBox div p img {
	width: 100%;
}
.cocktailBox div dl {
	width: 60%;
	margin: 0 0 10px;
}
.cocktailBox div dl dt {
	margin: 0 0 15px;
}
}
/* ----------------------

drink_shochu

------------------------ */
#drink_shochu section h4 {
	border-left: 10px solid #ceac9d;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 130%;
	margin: 25px 0 10px;
	padding: 0 0 0 10px;
}
/* cocktailBox */
.shochuBox div {
	display: table;
	background-color: #eee;
	padding: 15px;
}
.shochuBox div p {
	display: table-cell;
	vertical-align: top;
}
.shochuBox div dl {
	display: table-cell;
	vertical-align: top;
	line-height: 150%;
}
.shochuBox div dl dt {
	font-size: 1.2em;
}
.shochuBox div dl dd:nth-of-type(1) {
	margin: 3px 0 8px;
}

/* PC */
@media screen and (min-width:769px) {
/* shochuBox */
.shochuBox {
	height: auto;
	overflow: hidden;
	margin: 0 0 15px;
}
.shochuBox div {
	width: 270px;
	float: left;
	margin-bottom: -300px;
	padding-bottom: 315px;
}
.shochuBox div:nth-child(3n+2) {
	margin-right: 20px;
	margin-left: 20px;
}
.shochuBox div:nth-child(3n+1) {
	clear: left;
}
.shochuBox div p {
	width: 90px;
}
.shochuBox div dl {
	padding-left: 15px;
}
#drink_shochu table {
	width: 300px;
}
}

/* Tablet */
@media screen and (max-width:768px) {
/* shochuBox */
.shochuBox div {
	width: 100%;
	margin: 0 0 15px;
	box-sizing: border-box;
}
.shochuBox div p {
	width: 26%;
}
.shochuBox div p img {
	width: 100%;
}
.shochuBox div dl {
	padding-left: 15px;
}
}

/* -------------------------------------------------

common

------------------------------------------------- */
/* PC */
@media screen and (min-width:769px) {
.sp {
	display: none;
}
}

/* Tablet */
@media screen and (max-width:768px) {
.pc {
	display: none;
}
}
