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

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

input[type="text"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

*{
	box-sizing: border-box;
}


a,
.shopLink li{
	transition: all .5s;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
 	line-height:1.5;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 400;
	background: #000000;
}

ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img{
	max-width: 100%;
}

.sippo,
.sippo *{
	font-family: 'Shippori Mincho', serif;
}

.tab{
	display: none;
}

.sp{
	display: none;
}


/* common */
	header#head{
		position: fixed;
		width: 100%;
		top:0;
		left: 0;
		z-index: 100;
	}

	header#head *{
		color:#ffffff;
		text-decoration: none;
	}

	.content{
		max-width: 1200px;
		margin: auto;
	}

	#nav-toggle{
		display: none;
	}

@media screen and (min-width:1080px){
	#global-nav{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 110px;
		padding-left: 20px;
		padding-right: 20px;
		background: linear-gradient(to bottom,rgba(0 0 0/100%) 50%,rgba(0 0 0/30%) 100%);
		width: 100%;
	}
	
	.headCont01,
	.menuCont,
	.menuBox,
	.sns{
		display: flex;
		align-items: center;
	}
	
	.headText{
		font-size: 17px;
		line-height: 30px;
		padding-left: 20px;
	}
	
	.menuBox{
		width: 570px;
		justify-content: space-between;
	}
	
	.menuBox a{
		font-size: 20px;
		position: relative;
		display: inline-block;
	}
	
	
	.c_del{
		padding-left: 70px;
		font-size: 20px;
		line-height: 30px;
		padding-right: 25px;
	}
	
	.sns li{
		padding-left: 15px;
	}
	

	
	.menuBox a:after {
		content: '';
		background: #fff;
		width: 0;
		height: 1px;
		opacity: 0;
		position: absolute;
		bottom: -5px;
		left: 50%;
		transform: translateX(-50%);
		transition: .3s;
	}
	
	.menuBox a:hover:after {
		width: 100%;
		opacity: 1;
	}
	
	
}

	.bx-wrapper{
		padding: 0 !important;
		box-shadow: none !important;
		border:0 !important;
		margin-bottom: 0 !important;
		background: initial !important;
	}	
	
	.slider li{
		height: 900px;
		width: 100%;
		background-size: cover;
		background-position: left;
	}

	.mainimage{
		position: relative;
		background: #000000;
	}
	
	.mainLogo{
		position: absolute;
		top:230px;
		left:230px; 
		z-index: 50;
	}
	
	.mainText{
		position: absolute;
		left: 0;
		bottom:50px;
		z-index: 50;
	}
	
	.mainText span{
		padding: 25px 0;
		padding-left: 230px;
		width: 1130px;
		background: linear-gradient(to right,rgba(0 0 0 /70%) 80%,rgba(0 0 0 /0%) 100%);
		font-size:30px;
		display: block;
		position: relative;
		color:#ffffff;
	}
	
	.mainText span:after{
		content:" ";
		width: 80px;
		height: 1px;
		position: absolute;
		left: 125px;
		top:50px;
		background: #ffffff;
	}
	
	.shopLink{
		position: absolute;
		transition: 1s;
		top:120px;
		right: 0;
		z-index: 50;
	}
	
	.shopLink li{
		padding: 5px 0 5px 5px;
    display: flex; justify-content: center; align-items: center;
		margin-bottom: 25px;
    width: 60px;
	}
	
	.shopLink li a{
		border:1px solid #000000;
		text-decoration: none;
		color:#ffffff;
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
		font-size: 21px;
		display: inline-block;
		padding:15px 10px;
		border-right:0;
	}
  @-moz-document url-prefix() {
      .shopLink li a span{
        padding: 0 0 0 2px;
        display: inline-block;
      }
  }
	
	.shopLink li:hover{
		opacity: 0.7;
	}	
	
	.shopLink li:nth-child(1){
		background:#89242E;
	}
	
	.shopLink li:nth-child(2){
		background:#754C24;
	}

	.sns a:hover{
		opacity: 0.7;
	}

	.sec_a{
		padding: 100px 0 150px;
	}
	
	.sec_b{
		padding: 100px 0;
	}	

	.bg01{
		background: url("../images/back-01.jpg");
		background-size: cover;
		background-position: center;
	}

	.bg02{
		background: url("../images/back-02.jpg");
		background-size: cover;
		background-position: center;
	}

	.bg03{
		background: url("../images/back-03.jpg");
		background-size: cover;
		background-position: center;
	}

	.rlt{
		position: relative;
	}

	.contTitle{
		display: flex;
		justify-content: center;
		align-items: center;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;	
		letter-spacing: 4px;
		color:#ffffff;
		font-size: 35px;
		width: 260px;
		height: 260px;
		background-image: url("../images/subtitle.png");
		background-size: contain;
		line-height: 60px;
		position: relative;
		z-index: 10;
	}

	.subTitle01{
		background-image: url("../images/svg/brush-01-bk.svg");
		background-size: contain;
		height: 287px;
		width: 698px;
		color:#ffffff;
		font-size: 55px;
		line-height: 82px;
		letter-spacing: 10px;
		position: absolute;
		padding-top: 50px;
		padding-left: 180px;
		z-index: 2;
		top:10px;
		left: 120px;
	}

	.subTitle01 span{
		font-size: 40px;
	}

	.top_sec01_cont{
		display: flex;
		justify-content: space-between;
		flex-flow: row-reverse;
		padding-top: 110px;
		padding-left: 100px;
	}
	
	.top_sec01_cont > div{
		width:50%;
	}
	
	.topSecText p{
		font-size: 17px;
		line-height: 50px;
		margin-bottom: 70px;
		color:#ffffff;
		letter-spacing: 0.025em;
	}
	
	.linkBtn01 a{
		display: flex;
		width: 480px;
		height: 85px;
		border:1px #ffffff solid;
		justify-content: center;
		align-items: center;
		color:#ffffff;
		font-size: 24px;
		letter-spacing: 0.025em;
		text-decoration: none;
		transition: 0.5s;
	}

	.linkBtn01 span{
		display: flex;
		width: 480px;
		height: 85px;
		border:1px #ffffff solid;
		justify-content: center;
		align-items: center;
		color:#ffffff;
		font-size: 24px;
		letter-spacing: 0.025em;
		text-decoration: none;
		transition: 0.5s;
		cursor: pointer;
	}
	
	.top_sec01_Box01 img{
		max-width: inherit;
		position: absolute;
		top:-300px;
		right: -200px;
	}

	.hover01:hover {
	  background-color: rgba(255, 255, 255, .2);
	}

	.top_sec01_cont02{
		display: flex;
		justify-content:space-between;
		margin-top: 20px;
	}
	
	.top_sec01_img01{
		padding-top: 120px;
	}
	
	.top_sec01_img02{
		margin-right: -70px;
	}

	.bg_bl{
		background: #000000;
	}
	
	.subTitle01 span.text02{
		font-size: 35px;
	}

	.subTitle02{
		background-image: url("../images/svg/brush-02.svg");
		background-size: contain;
		height: 252px;
		width: 817px;
		color:#ffffff;
		font-size: 55px;
		line-height: 82px;
		letter-spacing: 0.2em;
		position: absolute;
		padding-top: 50px;
		padding-left: 0;
		z-index: 2;
		top:10px;
		left: 320px;
	}

	.subTitle02 span{
		font-size: 40px;
	}

	.subTitle02 span.text02{
		font-size: 35px;
		letter-spacing: 0.1em;
	}

	.top_sec02_cont{
		display: flex;
		justify-content: space-between;
		flex-flow: row-reverse;
		margin-bottom: 100px;
	}
	
	.top_sec01_cont > div{
		width:50%;
	}

	.top_sec02_Box02{
		padding-top: 110px;
		padding-left: 100px;
	}

	.top_sec02Text{
		position: absolute;
		top:270px;
		left:0;
		color:#4D4D4D;
		font-size: 24px;
		letter-spacing: 0.025em;
	}
	
	.top_sec02_Box01{
		display: flex;
		align-items: flex-end;
	}

	.top_sec03{
		background-image: url("../images/top-Bg.png");
		background-repeat: no-repeat;
		background-position: left top;
		padding-bottom: 150px;
	}

	.top_sec03_cont{
		display: flex;
		justify-content: flex-end;
		background: linear-gradient(to left,rgba(0 0 0 / 100%) 30%,rgba(0 0 0 / 0%) 50%);
	}

	.subTitle03{
		background-image: url("../images/svg/brush-02.svg");
		background-size: contain;
		height: 200px;
		width: 731px;
		color:#ffffff;
		font-size: 56px;
		line-height: 82px;
		letter-spacing: 0.2em;
		padding-left: 100px;
		z-index: 2;
		margin-right: -70px;
		background-repeat: no-repeat;
	}

	.subTitle03 span{
		font-size: 40px;
	}

	.top_sec02_Box03--wrap{
		padding-left: 100px;
	}

	.linkBtn02 a{
		display: flex;
		width: 480px;
		height: 85px;
		border:1px #000000 solid;
		justify-content: center;
		align-items: center;
		color:#000000;
		font-size: 24px;
		letter-spacing: 0.025em;
		text-decoration: none;
		transition: 0.5s;
		margin-top: 30px;
	}

	.hover02:hover {
		background-color:#1C0E06;
		border:1px #1C0E06 solid;
		color:#ffffff;
	}

	.top_sec04 .content{
		display: flex;
	}
	
	.top_sec04--Text01{
		margin-top: 10px;
		color:#4D4D4D;
		font-size: 24px;
	}
	
	.top_sec04--box02{
		margin-left: 120px;
		width: 560px;
	}
	
	.blog a{
		color: #000000;
		text-decoration: none;
		font-size: 17px;
	}
	
	.blog a:hover{
		opacity: 0.7;
	}
	
	.blog li{
		padding-bottom: 40px;
	}
	
	.blog li:not(:first-child){
		padding-top: 40px;
		border-top:1px solid #000000;
	}
	
	.blogTitle{
		color:#89242E;
	}
	
	.blogCont01{
		display: flex;
		margin-bottom: 10px;
	}
	
	.blogDate{
		width: 150px;
	}


	.topBtn{
		position: fixed;
		z-index: 80;
		bottom:30px;
		right: 0;
		opacity: 100;
		transition: 1s;
	}
	
	.none{
		opacity: 0;
	}

	footer{
		background: #000000;
		padding: 100px 0 20px;
		color:#ffffff;
	}
	
	.footCont{
		display: flex;
		justify-content: space-between;
		margin-bottom: 120px;
	}
	
	.footLink a{
		display: flex;
		width: 330px;
		height: 60px;
		border:1px #ffffff solid;
		justify-content: center;
		align-items: center;
		color:#ffffff;
		font-size: 20px;
		letter-spacing: 0.025em;
		text-decoration: none;
		transition: 0.5s;
		margin-top: 20px;
	}
	
	.footBox02{
		padding-left: 150px;
		padding-right: 70px;
		border-right:1px solid #ffffff;
	}
	
	.footBox03{
		padding-left: 70px;
	}
	
	.copy{
		text-align: center;
		color:#ffffff;
		font-size: 14px;
	}
	
	.footText01{
		font-size: 26px;
		margin-bottom: 15px;
	}
	
	.footText02{
		font-size: 17px;
		line-height: 33px;
		letter-spacing: -0.5px;
	}	

@media screen and (min-width:1081px){
	.shopLink img{
		width: 32px;
		padding:0 4px;
	}
	
	.shopLink{
		position: fixed;
	}
}


/* shop */
	.pageTitle{
		height: 540px;
		position: relative;
		background: #000000;
	}
	
	.pageBack{
		height: 340px;
		width: 100%;
		background-size: cover;
	}

	.shop .pageBack{
		background: url("../images/shop_main.jpg") center;
	}

	.pageTitle h2{
		position: absolute;
		left: calc(50% - 130px);
		top:180px;
	}

	.shopContent{
		max-width: 870px;
		margin: auto;
	}
	
	.shopTitle{
		font-size: 35px;
		padding-left: 135px;
		position: relative;
		letter-spacing: 0.25em;
		margin-bottom: 45px;
		color:#ffffff;
		font-weight: normal;
	}
	
	.shopTitle:after{
		content:" ";
		position: absolute;
		width:115px;
		height: 1px;
		background: #ffffff;
		left: 0;
		top:28px;
	}	
	
	.shopList{
		display: flex;
		justify-content: space-between;
		font-size: 17px;
		color:#ffffff;
		margin-bottom: 100px;
	}
	
	.shopTable{
		margin: auto;
		margin-bottom: 70px;
		width: 590px;
		border-collapse: separate;
    	border-spacing: 30px 0;
	}
	
	.shopTable th{
		font-size: 17px;
		color:#ffffff;
		text-align: center;
		width: 150px;
		padding: 20px 0;
		font-weight: normal;
		border-bottom: 1px solid #ffffff;
	}
	
	.shopTable td{
		font-size: 17px;
		color:#ffffff;
		text-align: left;
		width: 360px;
		padding: 20px;
		border-bottom: 1px solid #ffffff;
	}


	h2.shopSub{
		text-align: center;
		font-weight: normal;
		font-size: 23px;
		color:#ffffff;
		background: #1C0E06;
		padding:20px 0;
	}

	.shop_sec{
		padding-top: 100px;
		padding-bottom: 50px;
	}


/* menu */
	.menu .pageBack{
		background: url("../images/menu_main.jpg") center;
	}

	.menuTitle01{
		background: url("../images/svg/brush-01-bn.svg") center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 469px;
		height:193px;
		font-size: 55px;
		color:#ffffff;
		text-shadow: 0 0 3px #44190F,0 0 3px #44190F;
		letter-spacing: 0.05em;
		line-height: 70px;
		text-align: center;
		padding-top: 30px;
	}

	.menuTitle01 span{
		font-size: 40px;
	}


	.menu_sec{
		color:#ffffff;
	}
	
	.menuContent{
		max-width: 1200px;
		margin: auto;
	}
	
	.sec01Cont{
		display: flex;
		position: relative;
		height: 515px;
		align-items: flex-end;
		margin-bottom: 60px;
	}
	
	.sec01Img{
		position: absolute;
		right: 0;
		bottom:0;
	}
	
	.menuInner01{
		max-width: 1000px;
		margin: auto;
	}
	
	.red{
		color:#89242E;
	}

	.ow{
		color:#C7B299;
	}

	.wt{
		color:#ffffff;
	}
	
	.menuText{
		font-size: 20px;
		text-align: right;
		margin-bottom: 20px;
	}

	.menuInner01 dl.btop{
		border-top: 1px solid #C7B299;
		padding: 15px 0;
	}
	
	.menuInner01 dl{
		border-bottom: 1px solid #C7B299;
		padding: 35px 0;
		padding-left: 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.menuInner01 dt{
		width:220px;
		font-size: 28px;
		display: flex;
		align-items: center;
		color:#ffffff;;
	}	
	
	.menuBox01{
		background: #89242E;
		width: 220px;
		height: 110px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 28px;
	}
	
	.menuInner01 dd{
		width:670px;
		font-size: 20px;
		line-height: 40px;
	}

	.menuNum{
		display: inline-block;
		margin-right: 30px;
		line-height: 0;
	}

	.menu_sec01{
		padding-bottom: 150px;
	}

	.menu_sec02{
		position: relative;
		background: url("../images/back-03.jpg") center;
		background-size: cover;
	}

	.menu_sec_b{
		padding-top: 90px;
		padding-bottom: 150px;
	}
	
	.menuInner02{
		max-width: 1000px;
		margin: auto;
	}

	.menu_sec02:after{
		content:" ";
		height: 150px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom:0;
		
	}

	.menuTitle02{
		height: 140px;
		background-repeat: no-repeat;
		background-image: url("../images/svg/brush-03-bn.svg");
		background-position: 40px 0;
		padding-left: 80px;
		text-shadow: 0 0 3px #000000,0 0 3px #000000;
		font-size: 38px;
		padding-top: 60px;
		color:#ffffff;
	}


	.menuInner02 dl{
		border-bottom: 1px solid #C7B299;
		padding: 35px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color:#ffffff;
	}

	.menuInner02 dl:last-child{
		border-bottom: none;
	}
	
	.menuInner02 dt{
		width:285px;
		display: flex;
		color:#ffffff;
	}	
	
	.menuInner02 dt p{
		color:#C7B299;
		font-size: 20px;
	}
	
	.menuInner02 dt .menuInner02Title{
		font-size: 28px;
		color:#ffffff;;
		padding-left: 30px;
		position: relative;
	}
	
	.menuInner02 dt .menuInner02Title:after{
		content:" ";
		width: 10px;
		height: 30px;
		background: #89242E;
		position: absolute;
		top:8px;
		left: 0;
	}

	.menuInner02 dd{
		width:680px;
		font-size: 20px;
		line-height: 40px;
	}
	
	.menuInner02 dt .menuInner02Title span{
		font-size: 18px;
		display: inline-block;
		line-height: 29px;
	}

	.menuInner03{
		width: 835px;
		margin: auto;
		position: relative;
		margin-bottom: 35px;
		padding-bottom: 60px;
	}

	.menuInner03 dl{
		padding: 35px 0;
		width: 410px;
	}
	
	.bd{
		border-bottom: 1px solid #C7B299;
	}
	
	.menuInner03 dl:not(:nth-child(3)){
		border-bottom: 1px solid #C7B299;
	}
	
	.menuInner03 dt{
		padding-left:15px;
		font-size: 20px;
		line-height: 40px;
		color:#ffffff;
	}
	
	.menuInner03 dt span{
		font-size: 18px;
	}	
	
	.menu_sec03Img{
		position: absolute;
		right:0;
		top:0;
	}
	
	.menu_sec03Text{
		font-size: 14px;
		text-align: right;
		color:#ffffff;
	}


	.menuInner04{
		max-width: 1000px;
		margin: auto;
	}
	
	.menuInner04 dl{
		border-bottom: 1px solid #C7B299;
		padding: 35px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color:#ffffff;
	}

	.menuInner04 dl:last-child{
		border-bottom: none;
	}
	
	.menuInner04 dt{
		width:285px;
		display: flex;
		color:#ffffff;
	}	
	
	.menuInner04 dt p{
		color:#C7B299;
		font-size: 20px;
	}
	
	.menuInner04 dt .menuInner02Title{
		font-size: 28px;
		color:#ffffff;;
		padding-left: 30px;
		position: relative;
	}
	
	.menuInner04 dt .menuInner02Title:after{
		content:" ";
		width: 10px;
		height: 30px;
		background: #C7B299;
		position: absolute;
		top:8px;
		left: 0;
	}

	.menuInner04 dd{
		width:680px;
		font-size: 20px;
		line-height: 40px;
	}
	
	.menuInner04 dt .menuInner02Title span{
		font-size: 18px;
		display: inline-block;
		line-height: 29px;
	}


	.menu_sec_ud{
		width: 100%;
		height: 600px;
		background: url("../images/mv_03.jpg") center;
		background-size: cover;
	}

/* kodawari */
	.kodawari .pageBack{
		background-image: url("../images/kodawari_main.jpg");
	}

	.tc{
		text-align: center;
	}
	
	.kodawari_sec01{
		padding-bottom: 80px;
	}
	
	.kodawari_sec02{
		padding: 80px 0 150px;
	}
	
	.k_sec01--Text{
		font-size: 20px;
		color:#ffffff;
		line-height: 53px;
	}	
	
	.k_sec01--Text span{
		font-size: 25px;
		color:#C7B299;
	}	

	.kodawariTitle{
		background-image: url("../images/svg/brush-01-bk.svg");
		background-size: contain;
		background-repeat: no-repeat;
		height: 180px;
		width: 600px;
		font-size: 55px;
		color:#ffffff;
		letter-spacing: 0.2em;
		margin-left: -40px;
		padding-left: 40px;
		padding-top: 40px;
	}

	.kodawariTitle span{
		font-size: 40px;
	}

	.k_sec01--Text02{
		font-size: 18px;
		color:#ffffff;
		line-height: 50px;
	}	
	
	.k_sec01--Text02 span{
		font-size: 22px;
		color:#C7B299;
	}	

	.kodawari_sec02--cont{
		position: relative;
	}
	
	.kodawari_sec02--img01 img,
	.kodawari_sec02--img02 img{
		box-shadow: 0 0 5px 0 rgba(0 0 0 / 30%);
	}
	
	.kodawari_sec02--img01{
		position: absolute;
		right: 10px;
		top:-50px;
	}
	
	.kodawari_sec02--img02{
		position: absolute;
		right: -50px;
		bottom:-50px;
	}
	
	.kodawari_sec02--box p{
		width: 600px;
		margin-bottom: 30px;
	}
	
	.kodawariBtn_wrap{
		padding-left: 55px;
	}


	.kodawariTitle02{
		background-image: url("../images/svg/brush-01-bn.svg");
		background-size: contain;
		background-repeat: no-repeat;
		height: 180px;
		width: 480px;
		font-size: 55px;
		color:#ffffff;
		letter-spacing: 0.2em;
		margin-left: -100px;
		padding-left: 57px;
		padding-top: 40px;
	}

	.kodawariTitle02 span{
		font-size: 40px;
	}

	.kodawari_sec03{
		padding: 150px 0;
	}
	
	.kodawari_sec03--box,
	.kodawari_sec03--h2Wrap{
		display: flex;
		justify-content: flex-end;
	}
	
	.kodawari_sec03--box p{
		width: 600px;
		margin-bottom: 60px;
	}
	
	.kodawari_sec03--h2{
		width: 600px;
	}
	
	.kodawari_sec03--cont{
		position: relative;
	}
	
	.kodawari_sec03--img01{
		position: absolute;
		top:0;
		left: 0;
	}
	
	.kodawari_sec03--img02{
		position: absolute;
		bottom:0;
		left: 50px;
	}
	
	.kodawari_sec04{
		padding: 150px 0;
	}
	
	.kodawari_sec04--img01{
		position: absolute;
		bottom:-50px;
		right: -100px;
	}
	
	.kodawari_sec04--box p{
		width: 550px;
		margin-bottom: 30px;
	}


/* commentary */
	.commentary .pageBack{
		background-image: url("../images/commentary_main.jpg");
	}


	.commentary_sec01{
		padding: 100px 0;
	}	
	
	.commentaryText{
		text-align: center;
		margin-bottom: 15px;
		color:#ffffff;
		font-size: 25px;;
	}

	.remodal {
		background: #000000;
		color: #ffffff;
		padding:110px 100px;
	}

	.remoText01{
		position: absolute;
		top: 30px;
		right: 40px;
		text-align: right;
		font-size: 17px;
		line-height: 30px;
	}
	
	.remodal h2{
		display: flex;
		position: absolute;
		top:30px;
		left: 40px;
		font-size: 28px;
		align-items: center;
	}
	
	.remodal h3{
		text-align: left;
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.remodal h2 .menuNum{
		margin-right: 8px;
	}
	
	.remodal p{
		font-size: 17px;
		padding-bottom: 50px;
		line-height: 30px;
		text-align: center;
		padding-top: 30px;
	}
	
	.remodal h3:not(:first-child){
		padding-top: 50px;
		border-top:1px solid #C7B299;
	}

.menuInner03 a,
.shop_sec a{
	color:#ffffff;
	text-decoration: none;
}

