@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------------------
Reset
----------------------------------------------------- */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }

* { margin: 0; padding: 0; }
img { vertical-align: bottom; max-width: 100%; width: auto; height: auto; }

html { font-size: 100%; }
body { color: #000000; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }


/* -----------------------------------------------------
Layout
----------------------------------------------------- */
#Container { max-width: 750px; width: 100%; margin: 0 auto; position: relative; }

header {  }
.head-top { display: flex; justify-content: space-between; align-items: center; height: 44px; padding: 0 10px; }
.head-top #Menu { position: relative; width: 70px; height: 20px; }
.head-top #Menu a { display: block; position: relative; width: 19px; height: 20px; margin-left: 10px; }
.head-top #Menu span { width: 19px; height: 2px; background: #231815; position: absolute; left: 0; transform: translateY(0); transition: all .3s; }
.head-top #Menu span::before { content: ""; width: 19px; height: 2px; background: #231815; position: absolute; transform: translateY(8px); transition: all .3s; }
.head-top #Menu span::after { content: ""; width: 19px; height: 2px; background: #231815; position: absolute; transform: translateY(16px); transition: all .3s; }
.head-top h1 { width: 69px; }
.head-top #MyPage a { display: block; border: 1px solid #807b79; font-size: 11px; color: #4b4b4b; text-decoration: none; width: 90px; height: 26px; text-align: center; padding: 5px 0; border-radius: 5px; box-sizing: border-box; }
.head-top #MyPage a::before { content: ""; display: inline-block; width: 12px; height: 14px; background: url(../images/ic_mypage.png) no-repeat; background-size: 100% auto; vertical-align: -0.2em; margin-right: 2px; }
.active .head-top h1,.active .head-top #MyPage { display: none; }
.active .head-top #Menu span { transform: rotate(-45deg) translateY(13px); transition: all .3s; left: -9px; }
.active .head-top #Menu span::before { transform: rotate(45deg) translateY(10px); background: rgba(0,0,0,0.00); transition: all .1s; }
.active .head-top #Menu span::after { transform: rotate(-90deg) translateY(0px); transition: all .3s; }

.is-fixed { position: fixed; top: 0; left: 0; right: 0; z-index: 100; max-width: 750px; width: 100%; margin: 0 auto; background: rgba(255,255,255,1.00) }
.is-fixed.active { height: 100%; }
header #Open { visibility: hidden; height: 0; position: absolute; background: #FFF; width: 100%; z-index: 100; }
header #Open > div { height: 100%; overflow: auto; -webkit-overflow-scrolling: touch;　 }
header.active #Open { visibility: visible; height: 100%; transition: all .3s; }
header .date { background: #414141; padding: 10px 15px; }
header .date p { text-align: center; color: #FFF; font-size: 15px; }
header .date > p { font-weight: bold; }
header .date dl { margin-top: 10px; }
header .flex { height: 0; visibility: hidden; opacity: 0; }
header .flex.active { display: flex; flex-wrap: wrap; justify-content: space-between; visibility: visible; height: auto; opacity: 1; transition: all .2s; }
header .flex > li { width: 48%; }
header .flex p { text-align: center; border-radius: 3px; width: 100%; box-sizing: border-box; padding: 10px; line-height: 1.3em; font-size: 15px; }
header .flex p.time { background: #787878; margin-bottom: 10px; }
header #cd { color: #ffff4c; font-weight: bold; }
header .flex p.be_in_time { padding: 0; cursor: pointer; }
header .flex p.add_btn { background: #ed1c24; font-weight: bold; cursor: pointer; }
header .btn { padding: 10px 0; }
header .btn::before {  content: ""; display: block; width: 7px; height: 7px; border-top: 2px solid #FFF; border-right: 2px solid #FFF; -webkit-transform: rotate(135deg); transform: rotate(135deg); margin: 0 auto; transition: all .2s; }
header .btn.active::before { -webkit-transform: rotate(315deg); transform: rotate(315deg); margin: 0 auto; transition: all .2s; }

header .order { margin-top: 5px; font-size: 16px; font-weight: bold; line-height: 1.3em; }
header .order a { display: block; color: #FFF; text-decoration: none; background: #30bc23; padding: 10px 30px; }
header .order a::before { content: ""; display: inline-block; width: 33px; height: 33px; background: url(../images/ic_cart.png) no-repeat center; background-size: 100% auto; vertical-align: -0.6em; margin-right:15px; }
header .grobal li { font-size: 15px; font-weight: bold; }
header .grobal > li > a { height: 53px; border-bottom: 1px solid #797979; padding: 0 30px; display: flex; flex-direction: column; justify-content: center; color: #383838; text-decoration: none; position: relative }
header .grobal > li ul { display: none; }
header .grobal > li ul.active { display: block; }
header .grobal > li > a::after { content: ""; display: block; width: 7px; height: 7px; border-top: 2px solid #808080; border-right: 2px solid #808080; -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 0; bottom: 0; margin: auto; right: 30px; }
header .grobal > li.item > a::after,header .grobal > li.option > a::after { content: "＋"; font-size: 17px; border: none; -webkit-transform: rotate(0deg); transform: rotate(0deg); color: #808080; right: 25px; height: 1em; width: 1em; }
header .grobal > li.item > a.active::after,header .grobal > li.option > a.active::after { content: "−"; text-align: center; height: 1.2em; }
header .grobal > li ul > li a { display: flex; align-items: center; background: #f2f2f2; height: 63px; border-bottom: 1px solid #797979; color: #383838; text-decoration: none;  padding: 0 25px 0 115px; box-sizing: border-box; position: relative; }
header .grobal > li ul > li a::after { content: ""; left: 90px; width: 7px; height: 7px; border-top: 2px solid #53b332; border-right: 2px solid #53b332; -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; }
header .grobal > li ul > li a::before { content: ""; width: 46px; height: 45px; display: inline-block; background-repeat: no-repeat; background-size: 100% auto; background-position: center; position: absolute; left: 30px; }
header .grobal > li small { font-size: 12px; }
header .tel a { display: block; background: #666666; border-bottom: 2px solid #FFF; height: 62px; display: flex; justify-content: center; flex-direction: column; color: #FFF; text-decoration: none; padding: 0 30px 0 75px; font-size: 11px; font-weight: bold; position: relative; }
header .tel a strong { font-size: 22px; display: inline-block; margin-bottom: -5px; }
header .tel a::before { content: ""; position: absolute; display: block; width: 22px; height: 28px; background: url(../images/ic_tel.png) no-repeat; background-size: 100% auto; left: 30px; }

header .other li a { display: flex; align-items: center; border-bottom: 2px solid #FFF; background: #e5e5e5; height: 58px; padding: 0 30px; color: #505050; font-size: 17px; text-decoration: none; font-weight: bold; }
header .other li a::before { content: ""; width: 26px; height: 31px; background-repeat: no-repeat; background-size: auto 100%; background-position: center; margin-right: 20px; }
header .other li.access a::before { background-image: url(../images/ic_pin.png); }
header .other li.contact a::before { background-image: url(../images/ic_contact.png); }
header .other li.aluminum_frame a::before { background-image: url(../images/ic_aluminum_frame.png); }
header .other li.mypage a::before { background-image: url(../images/ic_mypage_l.png); }
header #Banner { padding: 30px 0 100px 0; }
header #Banner li + li { margin-top: 10px; }
header #Banner li a { display: block; text-align: center; }
header #Banner li a img { border: 1px solid #cccccc; }

#Global { background: #414141; }
#Global ul { display: flex; justify-content: space-between; height: 52px; }
#Global ul li { width: 25%; height: 100%; display: flex; align-items: center; justify-content: center; position: relative; }
#Global ul li a { display: block; color: #FFF; text-decoration: none; font-size: 11px; width: 100%; text-align: center; }
#Global ul li a::before { content: ""; display: block; width: 22px; height: 22px; background-size: 100% auto; margin: 0 auto 4px auto; }
#Global ul li.item a::before { background-image: url(../images/ic_item.png); }
#Global ul li.estimate a::before { background-image: url(../images/ic_estimate.png); }
#Global ul li.beginner a::before { background-image: url(../images/ic_beginner.png); }
#Global ul li.blog a::before { background-image: url(../images/ic_blog.png); }
#Global ul li::before { content: ""; display: block; position: absolute; width: 1px; height: 40px; background: #ededed; left: -1px; }

#Contents h2 { padding: 0 15px; }
#Sub { padding: 35px 15px; }
#Sub dl dt { border: 1px solid #787878; border-radius: 3px 3px 0 0; background: -webkit-linear-gradient(bottom, rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%); background: linear-gradient(to top, rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%); border-bottom: none; text-align: center; padding: 15px 0 15px 0; position: relative; font-size: 17px; font-weight: bold; }
#Sub dl dt::before { content: ""; display: block; height: 1px; background: #FFF; width: 100%; position: absolute; bottom: 3px; }
#Sub dl dt::after { content: ""; display: block; height: 3px; background: #ff130a; width: 100%; position: absolute; bottom: 0; }
#Sub dl dd { border: 1px solid #787878; border-radius: 0 0 3px 3px; border-top: none; background: #f2f2f2; }
#Sub ul li { border-bottom: 1px solid #787878; font-size: 15px; }
#Sub ul li:last-child { border-bottom: none; }
#Sub ul li a { width: 100%; height: 63px; display: flex; align-items: center; color: #000000; text-decoration: none; padding: 0 25px 0 115px; box-sizing: border-box; position: relative; }
#Sub ul li a::before { content: ""; width: 46px; height: 45px; display: inline-block; background-repeat: no-repeat; background-size: 100% auto; background-position: center; position: absolute; left: 25px; }

#Sub ul li.poster a::before,header .grobal > li ul > li.poster a::before { background-image: url(../images/ic_poster.png); }
#Sub ul li.banner a::before,header .grobal > li ul > li.banner a::before { background-image: url(../images/ic_banner.png); }
#Sub ul li.panel a::before,header .grobal > li ul > li.panel a::before { background-image: url(../images/ic_panel.png); }
#Sub ul li.panel2 a::before,header .grobal > li ul > li.panel2 a::before { background-image: url(../images/ic_panel2.png); }
#Sub ul li.tapestry a::before,header .grobal > li ul > li.tapestry a::before { background-image: url(../images/ic_tapestry.png); }
#Sub ul li.stand a::before,header .grobal > li ul > li.stand a::before { background-image: url(../images/ic_stand.png); }
#Sub ul li.partition a::before,header .grobal > li ul > li.partition a::before { background-image: url(../images/ic_partition.png); }
#Sub ul li.floor_seal a::before,header .grobal > li ul > li.floor_seal a::before { background-image: url(../images/ic_floor_seal.png); }
#Sub ul li.sticker a::before,header .grobal > li ul > li.sticker a::before { background-image: url(../images/ic_sticker.png); }

#Sub ul li a::after { content: ""; left: 90px; width: 7px; height: 7px; border-top: 2px solid #ff130a; border-right: 2px solid #ff130a; -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; }

#Sub dl dd + dt { margin-top: 35px; }
#Sub dl dd + dt::after { background: #1628ff; }
#Sub ul.option li a::after { border-top: 2px solid #1628ff; border-right: 2px solid #1628ff; }
#Sub ul.option a::before { content: ""; width: 53px; height: 36px; }
#Sub ul li.laminate a::before,header .grobal > li ul > li.laminate a::before { background-image: url(../images/tmb_laminate.png); }
#Sub ul.option li.panel a::before,header .grobal > li ul > li.panel3 a::before { background-image: url(../images/tmb_panel.png); }
#Sub ul li.frame a::before,header .grobal > li ul > li.frame a::before { background-image: url(../images/tmb_frame.png) }
#Sub ul li.special a::before,header .grobal > li ul > li.special a::before { background-image: url(../images/tmb_special.png); }

#Sub + h2 { padding: 0 15px; margin-top: 20px; }
#Sub + h2 img { max-width: 323px; width: 100%; height: auto; }

#Point { background: #e6e7e7; margin-top: 10px; padding: 30px 10px; }
#Point .box a { display: block; background: #FFF; border-radius: 3px; padding: 20px; box-shadow: 0 0 8px rgba(140,140,140,0.30); position: relative; display: flex; justify-content: space-between; max-width: 340px; height: 140px; box-sizing: border-box; margin-left: auto; margin-right: auto; align-items: center; color: #000; text-decoration: none; }
#Point .box a::before { content: ""; position: absolute; border: 1px solid #859099; width: calc(100% - 8px); height: calc(100% - 8px); margin: auto; left: 0; right: 0; bottom: 0; top: 0; border-radius: 2px; }
#Point .box p { font-size: 14px; line-height: 1.3em; margin-top: 10px; }
.point01 h3 { max-width: 189px; height: auto; }
.point02 h3 { max-width: 197.5px; height: auto; }
.point03 h3 { max-width: 162px; height: auto; }
.point04 h3 { max-width: 155.5px; height: auto; }
.point05 h3 { max-width: 104px; height: auto; }
.point06 h3 { max-width: 181.5px; height: auto; }
#Point .box + .box { margin-top: 15px; }

#Send { border: 1px solid #7e8383; border-radius: 5px; background: #FFF; box-shadow: 0 0 8px rgba(140,140,140,0.50); padding: 15px 0; margin: 25px auto 0 auto; max-width: 380px; box-sizing: border-box; }
#Send h3 { max-width: 340.5px; height: auto; text-align: center; padding: 0 10px; }
#Send .date { background: #414141; margin-top: 10px; padding: 25px 10px; }
#Send dl,header .date dl { display: flex; justify-content: center; align-items: center; background: #FFF; border-radius: 3px; padding: 10px; }
#Send dl dt,header .date dl dt { font-size: 15px; color: #505050; font-weight: bold; }
#Send dl dd,header .date dl dd { font-size: 24px; color: #ec1c24; font-weight: bold; }
#Send p { padding: 0 10px; margin-top: 15px; font-size: 14px; line-height: 1.5em; }
#Send .btn { margin-top: 20px; text-align: center; }

#Other { padding: 40px 15px; }
#Other h2 { max-width: 360.5px; }

#mouth { width:236px; height:320px; background:url(https://www.oleshop.net/images/mouth_bg.png) no-repeat left top; background-size: 230px; margin: 30px auto 0 auto; }
#mouth .box { position:relative; width:216px; height: 282px; margin-left: 7px; padding: 38px 0 0; }
#mouth .box .head { position:absolute; z-index:2; top: 5px; left:0; }
#mouth .box .stripe { height:220px; overflow: auto; background:#f5f5f5; }
#mouth .box .stripe dl { line-height:1.3; padding:5px 0 5px 50px; background:url(https://www.oleshop.net/images/ico_mouth.png) no-repeat 5px center; text-align:left; }
#mouth .box .stripe dl.odd { background-color:#fff; }
#mouth .box .stripe dl dt { font-size:11px; font-weight:bold; }
#mouth .box .stripe dl dd { font-size:14px; }
#mouth .box .bottom { position: absolute; z-index: 5; bottom: 40px; left: 0; }
#mouth .box .bottom .btn { position: absolute; z-index: 10; top: 7px; left: 0; right: 0; margin: auto; width: 150px; }
#mouth .box .stripe dl { line-height: 1.3; padding: 5px 0 5px 40px; background: url(https://www.oleshop.net/images/ico_mouth.png) no-repeat 5px center; background-size: 30px; }
#mouth .box .stripe dl.odd { background-color: #fff; }
#mouth .box .stripe dl dt { font-size: 11px; font-weight: bold; }
#mouth .box .stripe dl dd { font-size: 12px; }


#mouth_sp .answer {
    border: 1px solid #CCCCCC;
    margin: 0 0 30px;
}
#mouth_sp .answer .ans_head dl {
    display: table;
    background: #F5F5F5;
    width: 100%;
}
#mouth_sp .answer .ans_head dt,
#mouth_sp .answer .ans_head dd {
    display: table-cell;
    padding: 10px;
    line-height: 1.6;
    font-size: 12px;
}
#mouth_sp .answer .ans_head dt {
    width: 65%;
    text-align: left;
}
#mouth_sp .answer .ans_head dd {
    width: 35%;
    text-align: right;
}

#mouth_sp .answer .ans_head .staff dt,
#mouth_sp .answer .ans_head .staff dd {
    background: #FFEFBF;
}
#mouth_sp .answer .ans_head .staff dt {
    width: 55%;
}
#mouth_sp .answer .ans_head .staff dd {
    width: 45%;
}

#mouth_sp .answer .ans_body {
    min-height: 40px;
    height: auto !important;
    padding: 10px 10px;
}
#mouth_sp .answer .ans_body p {
    padding: 0 0 0 45px;
}
#mouth_sp .answer .smile01 {
    background: url(../../mouth/images/ico_smile01.png) no-repeat 10px center;
}
#mouth_sp .answer .smile02 {
    background: url(../../mouth/images/ico_smile02.png) no-repeat 10px center;
}
#mouth_sp .answer .smile03 {
    background: url(../../mouth/images/ico_smile03.png) no-repeat 10px center;
}
#mouth_sp .answer .smile04 {
    background: url(../../mouth/images/ico_smile04.png) no-repeat 10px center;
}
#mouth_sp .answer .smile05 {
    background: url(../../mouth/images/ico_smile05.png) no-repeat 10px center;
}
#mouth_sp .answer .smile06 {
    background: url(../../mouth/images/ico_smile06.png) no-repeat 10px center;
}
#mouth_sp .answer .grad {
    background: url(../../mouth/images/ico_grad.png) no-repeat 10px center;
}
#mouth_sp .answer .normal {
    background: url(../../mouth/images/ico_normal.png) no-repeat 10px center;
}
#mouth_sp .answer .aplog {
    background: url(../../mouth/images/ico_aplog.png) no-repeat 10px center;
}

a.btn_mouth{
    display: inline-block;
    background: #8F9AA3;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 1.0;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 15px;
    color: #FFFFFF;
}


#Other h3 { background: #979fa9; border-radius: 3px; text-align: center; color: #FFF; font-weight: bold; font-size: 17px; padding: 5px 0; margin-top: 40px; }
#Other h3 + p { margin-top: 20px; text-align: center; font-size: 11px; position: relative; }
#Other p a { color: #000; text-decoration: none; padding-left: 5px; position: absolute; right: 0; bottom: 0; }
#Other p a::before { content: "▶"; color: #7d7d7d; margin-right: 5px; }
#Other ul { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 10px; }
#Other ul li { border: 1px solid #787878; width: 49%; box-sizing: border-box; margin-top: 10px; font-size: 10px; display: flex; justify-content: space-between; align-items: center; }
#Other ul li span { width: 50%; text-align: center; padding: 5px 1px; height: 100%; box-sizing: border-box; }
#Other ul li span.th { background: #e5e5e5; border-right: 1px solid #787878; }
#Other ul + p { font-size: 11px; margin-top: 10px; position: relative; }
#Other ul + p a { position: absolute; right: 0; }
#Other ul + p img { width: 30%; margin-right: auto; }

#Print { padding: 0px 15px 40px 15px; }
#Print h3 { font-size: 22px; border-left: 5px solid #1aba1a; padding: 2px 0; font-weight: bold; padding-left: 5px; }
#Print h3 + p { margin-top: 20px; }
#Print p { margin-top: 30px; }
#Print p + h3 { margin-top: 55px; }
#Print p { font-size: 14px; line-height: 1.5em; }
.more .btn { margin: 25px auto 0 auto; display: block; background: #666666; border-radius: 3px; color: #FFF; padding: 10px; font-size: 12px; width: 125px; text-align: center; }
.more .btn::before { content: ""; display: inline-block; width: 5px; height: 5px; border-top: 1px solid #FFF; border-right: 1px solid #FFF; -webkit-transform: rotate(135deg); transform: rotate(135deg); margin-right: 8px; vertical-align: 0.2em; }

#oudanmaku { padding: 0px 15px 40px 15px; }
#oudanmaku h3 { font-size: 22px; border-left: 5px solid #ff130a; padding: 2px 0; font-weight: bold; padding-left: 5px; margin: 50px 0 20px;}
#oudanmaku .tit_s h4 {
  margin-top: 40px;
  font-weight: bold;
}
#oudanmaku p { margin-top: 20px; }
#oudanmaku p + h3 { margin-top: 55px; }
#oudanmaku p { font-size: 14px; line-height: 1.5em; }
.more .btn { margin: 25px auto 0 auto; display: block; background: #666666; border-radius: 3px; color: #FFF; padding: 10px; font-size: 12px; width: 125px; text-align: center; }
.more .btn::before { content: ""; display: inline-block; width: 5px; height: 5px; border-top: 1px solid #FFF; border-right: 1px solid #FFF; -webkit-transform: rotate(135deg); transform: rotate(135deg); margin-right: 8px; vertical-align: 0.2em; }
.oudanmaku-bloc .priceList {
  overflow-x: scroll;
}
.oudanmaku-bloc .priceList table {
  max-width: 740px;
  margin: 0 auto;
  border-collapse: collapse;
display: block;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.oudanmaku-bloc .priceList thead th {
  background: #eee;
  padding: 5px 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.oudanmaku-bloc .priceList tbody th {
  background: #f5f5f5;
  padding: 5px 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.oudanmaku-bloc .priceList td {
  /*padding: 5px 10px;*/
  border: 1px solid #ccc;
  text-align: center;
  min-height: 30px;
  height: auto !important;
  height: 30px;
}
#oudanmaku .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 20px;
}
#oudanmaku .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#oudanmaku .jirei_lst {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#oudanmaku .jirei_lst li {
  width: calc(33% - 5px);
}


.more { margin-bottom: 50px; }
.open { position: relative; overflow: hidden; height: 2em; }
.open::before { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 2em; background: #FFF; content: ""; }
.more input { display: none; }
.more input:checked + .btn { display: none; }
.more input:checked ~ .open { height: auto; }
.more input:checked ~ .open::before { display: none; }


footer { background: #f6f6f6; padding: 30px 15px; margin-bottom: 56px; }
#Foot { display: flex; justify-content: space-between; align-items: flex-start; }
footer dl dt { font-size: 16px; font-weight: bold; line-height: 1.3em; }
footer dl ul li { margin-top: 10px; line-height: 1.3em; }
footer dl ul li a { font-size: 14px; text-decoration: none; color: #000; }
footer dl dd + dt { margin-top: 35px; }
#Foot-left { margin-right: 15px; }

.floating { position: fixed; bottom: 0; max-width: 750px; width: 100%; }
.floating ul { display: flex; justify-content: space-between; }
.floating ul li { width: 50%; }
.floating ul li a { display: flex; align-items: center; justify-content: center; text-align: center; height: 56px; color: #FFF; text-decoration: none; font-weight: bold; font-size: 17px; }
.floating ul li.order a { background: #30bc23; }
.floating ul li.order a::before { content: ""; display: inline-block; width: 33px; height: 33px; background: url(../images/ic_cart.png) no-repeat center; background-size: 100% auto; vertical-align: -0.6em; margin-right: 5px; }
.floating ul li.tel a { background: #666666; }
.floating ul li.tel a::before { content: ""; display: inline-block; width: 22px; height: 28px; background: url(../images/ic_tel.png) no-repeat; background-size: 100% auto; margin-right: 5px; }


/*---------- popup -------------*/
.add_popup { display: none; position: fixed; top: 0; background: rgba(0,0,0,0.30); width: 100vw; max-width: 750px; height: 100vh; z-index: 100; }
.add_popup .inner { position: absolute; top: 200px; box-sizing: border-box; background: #FFFFFF; border: 3px solid #323232; width: 90%; left: 0; right: 0; margin: 0 auto; padding: 15px; }
.add_popup .inner p { font-size: 14px; line-height: 1.3em; }
.add_popup .inner h3 { border-left: solid 6px #E31218; margin-top: 20px; margin-bottom: 20px; padding: 5px 10px; line-height: 1.4; font-weight: bold; font-size: 18px; }
.add_popup .inner .close_popup { position: absolute; top: 5px; right: 5px; }
.add_popup .inner .close_popup span { display: block; padding: 2px 8px 4px; line-height: 1.0; font-weight: bold; font-size: 24px; cursor: pointer; }
.add_popup .inner ul { margin-top: 15px; }
.add_popup .inner ul li { margin-bottom: 10px; font-weight: bold; font-size: 16px; }
.add_popup .inner ul li span { display: inline-block; margin-right: 5px; color: #232DFF; }
.add_popup .inner a.btn { display: block; border: solid 1px #E31218; border-radius: 5px; width: 100%; margin: 20px auto; padding: 8px; text-align: center; text-decoration: none; font-weight: bold; font-size: 16px; color: #E31218; box-sizing: border-box;
}
/*---------- End popup -------------*/

@media screen and (max-width:375px) {
	#Other h3 + p img { width: 50%;}
}

@media screen and (max-width:320px) {
	.floating ul li a { font-size: 15px; }
}


/* ----------------------------------
2019520　オリエンタル
---------------------------------- */
header .order a { position: relative; }
header .order a::after { content: ""; display: inline-block; top: 0; bottom: 0; margin: auto; right: 30px; width: 7px; height: 7px; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; }
#Point .box p { font-size: 13px; line-height: 1.5em; }
#Point .box p em { padding: 0; position: relative; display: inline-block; font-style: normal; }
#Point .box p em::before { content: ""; display: block; width: 100%; position: absolute; top: -3px; height: 3px; background-image: radial-gradient(0.2em 0.2em ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 86%, transparent); background-size: 1em 0.2em; background-repeat: repeat-x; }
#Point .box p.border-top::before,
#Point .box p.border::before { content: ""; display: block; border-top: 1px dashed #666; margin-bottom: 3px; margin-top: -3px; }
#Point .box p.border::after { content: ""; display: block; border-bottom: 1px dashed #666; margin-top: 3px; }
#Point .box a::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 15px 15px; border-color: transparent transparent #23ba23 transparent; position: absolute; bottom: 8px; right: 8px;}
#Point .box p span { padding: 0; margin: 0; background: linear-gradient(to right, transparent 50%, rgba(255,82,82,0.25) 50%); background-size: 200% 100%;   background-repeat: repeat-x; }
#Point .box p span.bg { animation: line 1s ease-out forwards; }

@keyframes line {
    0% { background-size: 200% 100%; }
    100% { background-position: -100% bottom; }
}

@media screen and (max-width:320px) {
	#Point .box p { font-size: 12px; letter-spacing: -1px; }
	#Point .box a { padding: 15px; }
}

/* ----------------------------------
20190823　オリエンタル
---------------------------------- */
.head-top { flex-wrap: wrap; }
.head-top #Search { width: 100%; display: none; }
.is-fixed .head-top { height: 78px; }
.is-fixed #Search { display: block; margin-top: -5px; }
.is-fixed #Search input[type="search"] { -webkit-appearance: none; border: none; background: url(../images/ic_search.png) no-repeat left 5px center #e5e5e5; width: 100%; height: 28px; font-size: 14px; -webkit-border-radius: 5px; border-radius: 5px; background-size: 13px 13px; padding-left: 15px; }
.is-fixed #Search input[type="search"]:focus { outline: 0; }


.bx-wrapper .bx-pager {
	width: 100%;
}
.bx-wrapper .bx-pager {
	padding-top: 15px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #222222;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	background: #222222;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	text-indent: -9999px;
	outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FF130A;
}




/* ▼▼▼▼ position ▼▼▼▼ */
.prtv {
	position: relative;
}
.pfxd {
	position: fixed;
	top: 0;
	z-index: 50;
}
/* ▲▲▲▲ position ▲▲▲▲ */


/* ▼▼▼▼ display ▼▼▼▼ */
.disp_b  { display: block        !important; }
.disp_i  { display: inline       !important; }
.disp_n  { display: none         !important; }
.disp_ib { display: inline-block !important; }
/* ▲▲▲▲ display ▲▲▲▲ */


/* ▼▼▼▼ background ▼▼▼▼ */
.bg_n { background: none !important; }
/* ▲▲▲▲ background ▲▲▲▲ */


/* ▼▼▼▼ width ▼▼▼▼ */
.w10p  { width:  10% ; }
.w15p  { width:  15% ; }
.w17p  { width:  17% ; }
.w18p  { width:  18% ; }
.w20p  { width:  20% ; }
.w25p  { width:  25% ; }
.w30p  { width:  30% ; }
.w45p  { width:  45% ; }
.w100p { width: 100% ; }
.w250  { width: 250px; }
.w290  { width: 290px; }
.w300  { width: 300px; }
.w310  { width: 310px; }
.w345  { width: 345px; }
.w350  { width: 350px; }
.w360  { width: 360px; }
.w370  { width: 370px; }
.w440  { width: 440px; }
.w450  { width: 450px; }
.w485  { width: 485px; }
.w495  { width: 495px; }
.w525  { width: 525px; }
.w575  { width: 575px; }
.w700  { width: 700px; }
/* ▲▲▲▲ width ▲▲▲▲ */


/* ▼▼▼▼ clear / float ▼▼▼▼ */
.clearfix:after { content: " ";  display: block;  height: 0;  clear: both;  visibility: hidden; }

.fl { float: left ; }
.fr { float: right; }
/* ▲▲▲▲ clear / float ▲▲▲▲ */


/* ▼▼▼▼▼ text / font ▼▼▼▼▼ */
.lh00 { line-height: 0  ; }
.lh12 { line-height: 1.2; }
.lh14 { line-height: 1.4; }
.lh15 { line-height: 1.5; }
.lh16 { line-height: 1.6; }
.lh18 { line-height: 1.8; }

.tac { text-align: center; }
.tal { text-align: left  ; }
.tar { text-align: right ; }

.vat { vertical-align: top   ; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }

.fwn { font-weight: normal; }
.fwb { font-weight: bold  ; }

.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }
.fs21 { font-size: 21px !important; }
.fs22 { font-size: 22px !important; }
.fs24 { font-size: 24px !important; }
.fs26 { font-size: 26px !important; }
.fs28 { font-size: 28px !important; }
.fs30 { font-size: 30px !important; }
.fs32 { font-size: 32px !important; }
.fs36 { font-size: 36px !important; }
.fs40 { font-size: 40px !important; }

.base   { color: #0068B7; }
.black  { color: #000000; }
.white  { color: #FFFFFF; }
.red    { color: #FF0000; }
.grey   { color: #666666; }
.pink   { color: #FFCCFF; }
.green  { color: #149600; }
.blue   { color: #0073E6; }
.yellow { color: #FAFA00; }
.orange { color: #FF7300; }
/* ▲▲▲▲▲ text / font ▲▲▲▲▲ */


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  margin  ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.mat  { margin: auto         !important; }     .m00  { margin:  0px         !important; }
.m05  { margin:  5px         !important; }     .m10  { margin: 10px         !important; }
.m15  { margin: 15px         !important; }     .m20  { margin: 20px         !important; }
.m25  { margin: 25px         !important; }     .m30  { margin: 30px         !important; }
.m35  { margin: 35px         !important; }     .m40  { margin: 40px         !important; }
.m45  { margin: 45px         !important; }     .m50  { margin: 50px         !important; }
.m55  { margin: 55px         !important; }     .m60  { margin: 60px         !important; }
.m65  { margin: 65px         !important; }     .m70  { margin: 70px         !important; }
.m75  { margin: 75px         !important; }     .m80  { margin: 80px         !important; }
.m85  { margin: 85px         !important; }     .m90  { margin: 90px         !important; }

.mt00 { margin-top:  0px     !important; }
.mt05 { margin-top:  5px     !important; }     .mt10 { margin-top: 10px     !important; }
.mt15 { margin-top: 15px     !important; }     .mt20 { margin-top: 20px     !important; }
.mt25 { margin-top: 25px     !important; }     .mt30 { margin-top: 30px     !important; }
.mt35 { margin-top: 35px     !important; }     .mt40 { margin-top: 40px     !important; }
.mt45 { margin-top: 45px     !important; }     .mt50 { margin-top: 50px     !important; }
.mt55 { margin-top: 55px     !important; }     .mt60 { margin-top: 60px     !important; }
.mt65 { margin-top: 65px     !important; }     .mt70 { margin-top: 70px     !important; }
.mt75 { margin-top: 75px     !important; }     .mt80 { margin-top: 80px     !important; }
.mt85 { margin-top: 85px     !important; }     .mt90 { margin-top: 90px     !important; }

.mr00 { margin-right:  0px   !important; }
.mr05 { margin-right:  5px   !important; }     .mr10 { margin-right: 10px   !important; }
.mr15 { margin-right: 15px   !important; }     .mr20 { margin-right: 20px   !important; }
.mr25 { margin-right: 25px   !important; }     .mr30 { margin-right: 30px   !important; }
.mr35 { margin-right: 35px   !important; }     .mr40 { margin-right: 40px   !important; }
.mr45 { margin-right: 45px   !important; }     .mr50 { margin-right: 50px   !important; }
.mr55 { margin-right: 55px   !important; }     .mr60 { margin-right: 60px   !important; }
.mr65 { margin-right: 65px   !important; }     .mr70 { margin-right: 70px   !important; }
.mr75 { margin-right: 75px   !important; }     .mr80 { margin-right: 80px   !important; }
.mr85 { margin-right: 85px   !important; }     .mr90 { margin-right: 90px   !important; }

.mb00 { margin-bottom:  0px  !important; }
.mb05 { margin-bottom:  5px  !important; }     .mb10 { margin-bottom: 10px  !important; }
.mb15 { margin-bottom: 15px  !important; }     .mb20 { margin-bottom: 20px  !important; }
.mb25 { margin-bottom: 25px  !important; }     .mb30 { margin-bottom: 30px  !important; }
.mb35 { margin-bottom: 35px  !important; }     .mb40 { margin-bottom: 40px  !important; }
.mb45 { margin-bottom: 45px  !important; }     .mb50 { margin-bottom: 50px  !important; }
.mb55 { margin-bottom: 55px  !important; }     .mb60 { margin-bottom: 60px  !important; }
.mb65 { margin-bottom: 65px  !important; }     .mb70 { margin-bottom: 70px  !important; }
.mb75 { margin-bottom: 75px  !important; }     .mb80 { margin-bottom: 80px  !important; }
.mb85 { margin-bottom: 85px  !important; }     .mb90 { margin-bottom: 90px  !important; }

.ml00 { margin-left:  0px    !important; }
.ml05 { margin-left:  5px    !important; }     .ml10 { margin-left: 10px    !important; }
.ml15 { margin-left: 15px    !important; }     .ml20 { margin-left: 20px    !important; }
.ml25 { margin-left: 25px    !important; }     .ml30 { margin-left: 30px    !important; }
.ml35 { margin-left: 35px    !important; }     .ml40 { margin-left: 40px    !important; }
.ml45 { margin-left: 45px    !important; }     .ml50 { margin-left: 50px    !important; }
.ml55 { margin-left: 55px    !important; }     .ml60 { margin-left: 60px    !important; }
.ml65 { margin-left: 65px    !important; }     .ml70 { margin-left: 70px    !important; }
.ml75 { margin-left: 75px    !important; }     .ml80 { margin-left: 80px    !important; }
.ml85 { margin-left: 85px    !important; }     .ml90 { margin-left: 90px    !important; }
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  margin  ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ padding ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.p00  { padding:  0px        !important; }
.p05  { padding:  5px        !important; }     .p10  { padding: 10px        !important; }
.p15  { padding: 15px        !important; }     .p20  { padding: 20px        !important; }
.p25  { padding: 25px        !important; }     .p30  { padding: 30px        !important; }
.p35  { padding: 35px        !important; }     .p40  { padding: 40px        !important; }
.p45  { padding: 45px        !important; }     .p50  { padding: 50px        !important; }
.p55  { padding: 55px        !important; }     .p60  { padding: 60px        !important; }
.p65  { padding: 65px        !important; }     .p70  { padding: 70px        !important; }
.p75  { padding: 75px        !important; }     .p80  { padding: 80px        !important; }
.p85  { padding: 85px        !important; }     .p90  { padding: 90px        !important; }

.pt00 { padding-top:  0px    !important; }
.pt05 { padding-top:  5px    !important; }     .pt10 { padding-top: 10px    !important; }
.pt15 { padding-top: 15px    !important; }     .pt20 { padding-top: 20px    !important; }
.pt25 { padding-top: 25px    !important; }     .pt30 { padding-top: 30px    !important; }
.pt35 { padding-top: 35px    !important; }     .pt40 { padding-top: 40px    !important; }
.pt45 { padding-top: 45px    !important; }     .pt50 { padding-top: 50px    !important; }
.pt55 { padding-top: 55px    !important; }     .pt60 { padding-top: 60px    !important; }
.pt65 { padding-top: 65px    !important; }     .pt70 { padding-top: 70px    !important; }
.pt75 { padding-top: 75px    !important; }     .pt80 { padding-top: 80px    !important; }
.pt85 { padding-top: 85px    !important; }     .pt90 { padding-top: 90px    !important; }

.pr00 { padding-right:  0px  !important; }
.pr05 { padding-right:  5px  !important; }     .pr10 { padding-right: 10px  !important; }
.pr15 { padding-right: 15px  !important; }     .pr20 { padding-right: 20px  !important; }
.pr25 { padding-right: 25px  !important; }     .pr30 { padding-right: 30px  !important; }
.pr35 { padding-right: 35px  !important; }     .pr40 { padding-right: 40px  !important; }
.pr45 { padding-right: 45px  !important; }     .pr50 { padding-right: 50px  !important; }
.pr55 { padding-right: 55px  !important; }     .pr60 { padding-right: 60px  !important; }
.pr65 { padding-right: 65px  !important; }     .pr70 { padding-right: 70px  !important; }
.pr75 { padding-right: 75px  !important; }     .pr80 { padding-right: 80px  !important; }
.pr85 { padding-right: 85px  !important; }     .pr90 { padding-right: 90px  !important; }

.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }     .pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }     .pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }     .pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }     .pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }     .pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }     .pb60 { padding-bottom: 60px !important; }
.pb65 { padding-bottom: 65px !important; }     .pb70 { padding-bottom: 70px !important; }
.pb75 { padding-bottom: 75px !important; }     .pb80 { padding-bottom: 80px !important; }
.pb85 { padding-bottom: 85px !important; }     .pb90 { padding-bottom: 90px !important; }

.pl00 { padding-left:  0px   !important; }
.pl05 { padding-left:  5px   !important; }     .pl10 { padding-left: 10px   !important; }
.pl15 { padding-left: 15px   !important; }     .pl20 { padding-left: 20px   !important; }
.pl25 { padding-left: 25px   !important; }     .pl30 { padding-left: 30px   !important; }
.pl35 { padding-left: 35px   !important; }     .pl40 { padding-left: 40px   !important; }
.pl45 { padding-left: 45px   !important; }     .pl50 { padding-left: 50px   !important; }
.pl55 { padding-left: 55px   !important; }     .pl60 { padding-left: 60px   !important; }
.pl65 { padding-left: 65px   !important; }     .pl70 { padding-left: 70px   !important; }
.pl75 { padding-left: 75px   !important; }     .pl80 { padding-left: 80px   !important; }
.pl85 { padding-left: 85px   !important; }     .pl90 { padding-left: 90px   !important; }
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ padding ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/*■05.FLEX*/
.dis_flex {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

/*justify-content*/
.flex_jus_start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex_jus_end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex_jus_center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.flex_jus_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex_jus_around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex_jus_ini {
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex_align_item_start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex_align_item_end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex_align_item_stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex_align_item_baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex_align_item_center {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex_align_item_ini {
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
